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