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/bookmarks/core/test",
18 "+components/breakpad",
19 "+components/cloud_devices/common",
20 "+components/data_reduction_proxy",
21 "+components/dom_distiller",
22 "+components/domain_reliability",
23 "+components/favicon_base",
24 "+components/infobars",
25 "+components/keyed_service",
26 "+components/language_usage_metrics",
27 "+components/nacl/browser",
28 "+components/nacl/common",
29 "+components/navigation_interception",
30 "+components/navigation_metrics",
31 "+components/os_crypt",
32 "+components/password_manager",
34 "+components/precache",
35 "+components/query_parser",
37 "+components/search_provider_logos",
38 "+components/sessions",
40 "+components/startup_metric_utils",
41 "+components/storage_monitor",
42 "+components/sync_driver",
43 "+components/translate/content/browser",
44 "+components/translate/content/common",
45 "+components/translate/core/browser",
46 "+components/translate/core/common",
47 "+components/url_matcher",
48 "+components/user_prefs",
49 "+components/web_modal",
50 "+components/webdata/common",
51 "+content/public/browser",
55 "+device/media_transfer_protocol",
56 "+extensions/browser",
58 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
61 "+grit", # For generated headers
62 "+installer_util_strings", # For generated headers
64 "+media/base", # For media switches
65 "+policy", # For generated headers and source
66 "+ppapi/c", # For various types.
70 # Defines some types that are marshalled over IPC.
71 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
73 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbox.
75 "+sync/api", # Sync API files.
76 "+sync/notifier", # Sync invalidation API files.
77 "+sync/protocol", # Sync protobuf files.
78 "+third_party/cros_system_api",
81 # chrome only needs switches from cc. All usage of the compositor is from
82 # content. Definitely don't include generic stuff from cc/base here, if this
83 # is needed these files need to move to base/
84 "+cc/base/switches.h",
86 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
87 "-content/public/test/test_browser_context.h",
89 # TODO(stuartmorgan): Remove these by refactoring necessary code out of
90 # webkit/. See crbug.com/146251
91 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
93 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
94 # up webkit/. crbug.com/239710
98 "-chrome/browser/ui/views",
99 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
100 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
103 "+libxml", # For search engine definition parsing.
104 "+third_party/icu/source/common/unicode",
105 "+third_party/icu/source/i18n/unicode",
106 "+third_party/leveldatabase",
107 "+third_party/protobuf/src/google/protobuf",
109 "+third_party/smhasher",
110 "+third_party/sqlite",
113 # No inclusion of WebKit from the browser, other than strictly enum/POD,
114 # header-only types, and some selected common code.
115 "-third_party/WebKit",
116 "+third_party/WebKit/public/platform/WebCursorInfo.h",
117 "+third_party/WebKit/public/platform/WebRect.h",
118 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
119 "+third_party/WebKit/public/platform/WebScreenInfo.h",
120 "+third_party/WebKit/public/platform/WebScreenInfo.h",
121 "+third_party/WebKit/public/web/WebCache.h",
122 "+third_party/WebKit/public/web/WebContextMenuData.h",
123 "+third_party/WebKit/public/web/WebFindOptions.h",
124 "+third_party/WebKit/public/web/WebInputEvent.h",
125 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
126 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
127 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
128 "+third_party/WebKit/public/web/WebPluginAction.h",
129 "+third_party/WebKit/public/web/WebTextDirection.h",
130 "+third_party/WebKit/public/web/WebWindowFeatures.h",