5 "+chrome/grit", # For generated headers
7 "+chrome_elf/blacklist",
8 "+chrome_elf/chrome_elf_constants.h",
9 "+chrome_elf/create_file",
10 "+chrome_elf/dll_hash",
12 "+components/autofill/content/browser",
13 "+components/autofill/content/common",
14 "+components/autofill/core/browser",
15 "+components/autofill/core/common",
16 "+components/bookmarks/browser",
17 "+components/bookmarks/common",
18 "+components/bookmarks/test",
19 "+components/breakpad",
20 "+components/cdm/browser",
21 "+components/cloud_devices/common",
22 "+components/component_updater",
23 "+components/content_settings",
24 "+components/copresence",
25 "+components/crx_file",
26 "+components/data_reduction_proxy",
27 "+components/dom_distiller",
28 "+components/domain_reliability",
29 "+components/enhanced_bookmarks",
30 "+components/favicon_base",
31 "+components/feedback",
32 "+components/gcm_driver",
34 "+components/history",
35 "+components/infobars",
36 "+components/invalidation",
37 "+components/keyed_service",
38 "+components/language_usage_metrics",
39 "+components/leveldb_proto",
40 "+components/metrics",
41 "+components/nacl/browser",
42 "+components/nacl/common",
43 "+components/navigation_interception",
44 "+components/navigation_metrics",
45 "+components/network_time",
46 "+components/omaha_query_params",
47 "+components/omnibox",
48 "+components/os_crypt",
49 "+components/password_manager",
51 "+components/precache",
52 "+components/pref_registry",
53 "+components/query_parser",
55 "+components/renderer_context_menu",
57 "+components/search_engines",
58 "+components/search_provider_logos",
59 "+components/session_manager",
60 "+components/sessions",
62 "+components/startup_metric_utils",
63 "+components/storage_monitor",
64 "+components/suggestions",
65 "+components/sync_driver",
66 "+components/translate/content/browser",
67 "+components/translate/content/common",
68 "+components/translate/core/browser",
69 "+components/translate/core/common",
70 "+components/url_matcher",
71 "+components/user_manager",
72 "+components/user_prefs",
73 "+components/web_modal",
74 "+components/webdata/common",
75 "+content/public/browser",
79 "+device/media_transfer_protocol",
80 "+extensions/browser",
82 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
85 "+grit", # TODO(thestig) Remove. For generated headers
86 "+installer_util_strings", # For generated headers
88 "+media/base", # For media switches
89 "+policy", # For generated headers and source
90 "+ppapi/c", # For various types.
94 # Defines some types that are marshalled over IPC.
95 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
97 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbox.
99 "+sync/api", # Sync API files.
100 "+sync/internal_api/public/attachments", # Needed for tests.
101 "+sync/protocol", # Sync protobuf files.
102 "+third_party/cros_system_api",
105 # chrome only needs switches from cc. All usage of the compositor is from
106 # content. Definitely don't include generic stuff from cc/base here, if this
107 # is needed these files need to move to base/
108 "+cc/base/switches.h",
110 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
111 "-content/public/test/test_browser_context.h",
113 # TODO(stuartmorgan): Remove these by refactoring necessary code out of
114 # webkit/. See crbug.com/146251
115 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
117 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
118 # up webkit/. crbug.com/239710
122 "-chrome/browser/ui/views",
123 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
124 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
127 "+libxml", # For search engine definition parsing.
128 "+third_party/google_toolbox_for_mac/src",
129 "+third_party/icu/source/common/unicode",
130 "+third_party/icu/source/i18n/unicode",
131 "+third_party/leveldatabase",
132 "+third_party/mozilla", # Mozilla interface headers.
133 "+third_party/protobuf/src/google/protobuf",
135 "+third_party/smhasher",
136 "+third_party/sqlite",
139 # No inclusion of WebKit from the browser, other than strictly enum/POD,
140 # header-only types, and some selected common code.
141 "-third_party/WebKit",
142 "+third_party/WebKit/public/platform/WebCursorInfo.h",
143 "+third_party/WebKit/public/platform/WebNotificationPermission.h",
144 "+third_party/WebKit/public/platform/WebRect.h",
145 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
146 "+third_party/WebKit/public/platform/WebScreenInfo.h",
147 "+third_party/WebKit/public/platform/WebScreenInfo.h",
148 "+third_party/WebKit/public/web/WebCache.h",
149 "+third_party/WebKit/public/web/WebContextMenuData.h",
150 "+third_party/WebKit/public/web/WebFindOptions.h",
151 "+third_party/WebKit/public/web/WebInputEvent.h",
152 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
153 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
154 "+third_party/WebKit/public/web/WebPluginAction.h",
155 "+third_party/WebKit/public/web/WebTextDirection.h",
156 "+third_party/WebKit/public/web/WebWindowFeatures.h",