[safe-browsing] Database full hash matches like prefix match.
[chromium-blink-merge.git] / chrome / browser / DEPS
blob276e134891cbdbf4874f08bf1299874b1eb69a71
1 include_rules = [
2   "+apps",
3   "+ash",
4   "+chrome/app",
5   "+chrome/installer",
6   "+chrome_elf/blacklist",
7   "+chrome_elf/chrome_elf_constants.h",
8   "+chrome_elf/create_file",
9   "+chrome_elf/dll_hash",
10   "+chromeos",
11   "+components/autofill/content/browser",
12   "+components/autofill/content/common",
13   "+components/autofill/core/browser",
14   "+components/autofill/core/common",
15   "+components/bookmarks/core/browser",
16   "+components/bookmarks/core/common",
17   "+components/breakpad",
18   "+components/cloud_devices/common",
19   "+components/data_reduction_proxy",
20   "+components/dom_distiller",
21   "+components/domain_reliability",
22   "+components/favicon_base",
23   "+components/infobars",
24   "+components/keyed_service",
25   "+components/language_usage_metrics",
26   "+components/nacl/browser",
27   "+components/nacl/common",
28   "+components/navigation_interception",
29   "+components/navigation_metrics",
30   "+components/os_crypt",
31   "+components/password_manager",
32   "+components/policy",
33   "+components/precache",
34   "+components/query_parser",
35   "+components/rappor",
36   "+components/search_provider_logos",
37   "+components/sessions",
38   "+components/signin",
39   "+components/startup_metric_utils",
40   "+components/storage_monitor",
41   "+components/sync_driver",
42   "+components/translate/content/browser",
43   "+components/translate/content/common",
44   "+components/translate/core/browser",
45   "+components/translate/core/common",
46   "+components/url_matcher",
47   "+components/user_prefs",
48   "+components/web_modal",
49   "+components/webdata/common",
50   "+content/public/browser",
51   "+content/test/net",
52   "+courgette",
53   "+device/bluetooth",
54   "+device/media_transfer_protocol",
55   "+extensions/browser",
56   "+extensions/common",
57   "+google/cacheinvalidation",  # Sync invalidation API protobuf files.
58   "+google_apis",
59   "+google_update",
60   "+grit",  # For generated headers
61   "+installer_util_strings",  # For generated headers
62   "+jni",
63   "+media/base",  # For media switches
64   "+policy",  # For generated headers and source
65   "+ppapi/c",  # For various types.
66   "+ppapi/host",
67   "+ppapi/proxy",
68   "+ppapi/shared_impl",
69   # Defines some types that are marshalled over IPC.
70   "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
71   "+rlz",
72   "+sandbox/win/src",  # The path doesn't say it, but this is the Windows sandbox.
73   "+skia/ext",
74   "+sync/api",  # Sync API files.
75   "+sync/notifier",  # Sync invalidation API files.
76   "+sync/protocol",  # Sync protobuf files.
77   "+third_party/cros_system_api",
78   "+win8/util",
80   # chrome only needs switches from cc. All usage of the compositor is from
81   # content. Definitely don't include generic stuff from cc/base here, if this
82   # is needed these files need to move to base/
83   "+cc/base/switches.h",
85   # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
86   "-content/public/test/test_browser_context.h",
88   # TODO(stuartmorgan): Remove these by refactoring necessary code out of
89   # webkit/. See crbug.com/146251
90   # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
92   # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
93   # up webkit/. crbug.com/239710
94   "+webkit/browser",
95   "+webkit/common",
97   "-chrome/browser/ui/views",
98   "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
99   "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
101   # Other libraries.
102   "+libxml",  # For search engine definition parsing.
103   "+third_party/icu/source/common/unicode",
104   "+third_party/icu/source/i18n/unicode",
105   "+third_party/leveldatabase",
106   "+third_party/protobuf/src/google/protobuf",
107   "+third_party/re2",
108   "+third_party/smhasher",
109   "+third_party/sqlite",
110   "+third_party/zlib",
112   # No inclusion of WebKit from the browser, other than strictly enum/POD,
113   # header-only types, and some selected common code.
114   "-third_party/WebKit",
115   "+third_party/WebKit/public/platform/WebCursorInfo.h",
116   "+third_party/WebKit/public/platform/WebRect.h",
117   "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
118   "+third_party/WebKit/public/platform/WebScreenInfo.h",
119   "+third_party/WebKit/public/platform/WebScreenInfo.h",
120   "+third_party/WebKit/public/web/WebCache.h",
121   "+third_party/WebKit/public/web/WebContextMenuData.h",
122   "+third_party/WebKit/public/web/WebFindOptions.h",
123   "+third_party/WebKit/public/web/WebInputEvent.h",
124   "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
125   "+third_party/WebKit/public/web/WebNotificationPresenter.h",
126   "+third_party/WebKit/public/web/WebPageVisibilityState.h",
127   "+third_party/WebKit/public/web/WebPluginAction.h",
128   "+third_party/WebKit/public/web/WebTextDirection.h",
129   "+third_party/WebKit/public/web/WebWindowFeatures.h",