6 "+chrome_elf/blacklist",
7 "+chrome_elf/chrome_elf_constants.h",
8 "+chrome_elf/create_file",
9 "+chrome_elf/dll_hash",
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",
33 "+components/precache",
34 "+components/query_parser",
36 "+components/search_provider_logos",
37 "+components/sessions",
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",
54 "+device/media_transfer_protocol",
55 "+extensions/browser",
57 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
60 "+grit", # For generated headers
61 "+installer_util_strings", # For generated headers
63 "+media/base", # For media switches
64 "+policy", # For generated headers and source
65 "+ppapi/c", # For various types.
69 # Defines some types that are marshalled over IPC.
70 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
72 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbox.
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",
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
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",
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",
108 "+third_party/smhasher",
109 "+third_party/sqlite",
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",