Adding instrumentation to locate the source of jankiness
[chromium-blink-merge.git] / chrome / browser / DEPS
blob89554472d134a593de31dbda249d4ee30afab37b
1 include_rules = [
2   "+apps",
3   "+ash",
4   "+athena/content/public",
5   "+chrome/app",
6   "+chrome/grit",  # For generated headers
7   "+chrome/installer",
8   "+chrome_elf/blacklist",
9   "+chrome_elf/chrome_elf_constants.h",
10   "+chrome_elf/create_file",
11   "+chrome_elf/dll_hash",
12   "+chromeos",
13   "+components/autofill/content/browser",
14   "+components/autofill/content/common",
15   "+components/autofill/core/browser",
16   "+components/autofill/core/common",
17   "+components/bookmarks/browser",
18   "+components/bookmarks/common",
19   "+components/bookmarks/test",
20   "+components/cdm/browser",
21   "+components/cloud_devices/common",
22   "+components/component_updater",
23   "+components/content_settings",
24   "+components/copresence",
25   "+components/crash",
26   "+components/crx_file",
27   "+components/data_reduction_proxy",
28   "+components/dom_distiller",
29   "+components/domain_reliability",
30   "+components/enhanced_bookmarks",
31   "+components/favicon_base",
32   "+components/feedback",
33   "+components/gcm_driver",
34   "+components/google",
35   "+components/grit",
36   "+components/history",
37   "+components/infobars",
38   "+components/invalidation",
39   "+components/keyed_service",
40   "+components/language_usage_metrics",
41   "+components/leveldb_proto",
42   "+components/metrics",
43   "+components/nacl/browser",
44   "+components/nacl/common",
45   "+components/navigation_interception",
46   "+components/navigation_metrics",
47   "+components/network_time",
48   "+components/omaha_query_params",
49   "+components/omnibox",
50   "+components/os_crypt",
51   "+components/password_manager",
52   "+components/pdf/browser",
53   "+components/policy",
54   "+components/power",
55   "+components/precache",
56   "+components/pref_registry",
57   "+components/proximity_auth",
58   "+components/query_parser",
59   "+components/rappor",
60   "+components/renderer_context_menu",
61   "+components/search",
62   "+components/search_engines",
63   "+components/search_provider_logos",
64   "+components/session_manager",
65   "+components/sessions",
66   "+components/signin",
67   "+components/startup_metric_utils",
68   "+components/storage_monitor",
69   "+components/suggestions",
70   "+components/sync_driver",
71   "+components/translate/content/browser",
72   "+components/translate/content/common",
73   "+components/translate/core/browser",
74   "+components/translate/core/common",
75   "+components/url_matcher",
76   "+components/user_manager",
77   "+components/user_prefs",
78   "+components/web_modal",
79   "+components/web_cache/browser",
80   "+components/webdata/common",
81   "+content/public/browser",
82   "+content/test/net",
83   "+courgette",
84   "+device/bluetooth",
85   "+device/core",
86   "+device/hid",
87   "+device/usb",
88   "+device/media_transfer_protocol",
89   "+extensions/browser",
90   "+extensions/common",
91   "+extensions/grit",
92   "+extensions/test",
93   "+google/cacheinvalidation",  # Sync invalidation API protobuf files.
94   "+google_apis",
95   "+google_update",
96   "+grit",  # TODO(thestig) Remove. For generated headers
97   "+installer_util_strings",  # For generated headers
98   "+jni",
99   "+media/base",  # For media switches
100   "+policy",  # For generated headers and source
101   "+ppapi/c",  # For various types.
102   "+ppapi/host",
103   "+ppapi/proxy",
104   "+ppapi/shared_impl",
105   # Defines some types that are marshalled over IPC.
106   "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
107   "+rlz",
108   "+sandbox/win/src",  # The path doesn't say it, but this is the Windows sandbox.
109   "+skia/ext",
110   "+sync/api",  # Sync API files.
111   "+sync/internal_api/public/attachments",  # Needed for tests.
112   "+sync/protocol",  # Sync protobuf files.
113   "+sync/util",  # Sync utilities like GetSessionName.
114   "+third_party/cros_system_api",
115   "+win8/util",
117   # chrome only needs switches from cc. All usage of the compositor is from
118   # content. Definitely don't include generic stuff from cc/base here, if this
119   # is needed these files need to move to base/
120   "+cc/base/switches.h",
122   # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
123   "-content/public/test/test_browser_context.h",
125   # TODO(stuartmorgan): Remove these by refactoring necessary code out of
126   # webkit/. See crbug.com/146251
127   # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
129   "+storage/browser",
130   "+storage/common",
132   "-chrome/browser/ui/views",
133   "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
134   "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
135   "+chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h",
137   # Other libraries.
138   "+libxml",  # For search engine definition parsing.
139   "+third_party/google_toolbox_for_mac/src",
140   "+third_party/icu/source/common/unicode",
141   "+third_party/icu/source/i18n/unicode",
142   "+third_party/leveldatabase",
143   "+third_party/mozilla",     # Mozilla interface headers.
144   "+third_party/protobuf/src/google/protobuf",
145   "+third_party/re2",
146   "+third_party/smhasher",
147   "+third_party/sqlite",
148   "+third_party/zlib",
150   # No inclusion of WebKit from the browser, other than strictly enum/POD,
151   # header-only types, and some selected common code.
152   "-third_party/WebKit",
153   "+third_party/WebKit/public/platform/WebCursorInfo.h",
154   "+third_party/WebKit/public/platform/WebNotificationPermission.h",
155   "+third_party/WebKit/public/platform/WebRect.h",
156   "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
157   "+third_party/WebKit/public/platform/WebScreenInfo.h",
158   "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
159   "+third_party/WebKit/public/web/WebCache.h",
160   "+third_party/WebKit/public/web/WebContextMenuData.h",
161   "+third_party/WebKit/public/web/WebFindOptions.h",
162   "+third_party/WebKit/public/web/WebInputEvent.h",
163   "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
164   "+third_party/WebKit/public/web/WebPageVisibilityState.h",
165   "+third_party/WebKit/public/web/WebPluginAction.h",
166   "+third_party/WebKit/public/web/WebTextDirection.h",
167   "+third_party/WebKit/public/web/WebWindowFeatures.h",