7 "+components/autofill/content/browser",
8 "+components/autofill/content/common",
9 "+components/autofill/core/browser",
10 "+components/autofill/core/common",
11 "+components/breakpad",
12 "+components/browser_context_keyed_service",
13 "+components/dom_distiller",
14 "+components/nacl/browser",
15 "+components/nacl/common",
16 "+components/navigation_interception",
17 "+components/navigation_metrics",
19 "+components/sessions",
20 "+components/startup_metric_utils",
21 "+components/translate/common",
22 "+components/url_matcher",
23 "+components/user_prefs",
24 "+components/webdata",
25 "+components/web_modal",
26 "+content/public/browser",
29 "+device/media_transfer_protocol",
30 "+extensions/browser",
32 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
35 "+grit", # For generated headers
36 "+installer_util_strings", # For generated headers
38 "+media/base", # For media switches
39 "+native_client/src/shared/imc",
40 "+policy", # For generated headers and source
41 "+ppapi/c", # For various types.
45 # Defines some types that are marshalled over IPC.
46 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
48 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbox.
50 "+sync/api", # Sync API files.
51 "+sync/notifier", # Sync invalidation API files.
52 "+sync/protocol", # Sync protobuf files.
53 "+third_party/cros_system_api",
56 # chrome only needs switches from cc. All usage of the compositor is from
57 # content. Definitely don't include generic stuff from cc/base here, if this
58 # is needed these files need to move to base/
59 "+cc/base/switches.h",
61 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
62 "-content/public/test/test_browser_context.h",
64 # TODO(stuartmorgan): Remove these by refactoring necessary code out of
65 # webkit/. See crbug.com/146251
66 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
68 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
69 # up webkit/. crbug.com/239710
73 "-chrome/browser/ui/views",
74 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
75 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
78 "+libxml", # For search engine definition parsing.
79 "+third_party/icu/source/common/unicode",
80 "+third_party/icu/source/i18n/unicode",
81 "+third_party/leveldatabase",
82 "+third_party/protobuf/src/google/protobuf",
84 "+third_party/sqlite",
87 # No inclusion of WebKit from the browser, other than strictly enum/POD,
88 # header-only types, and some selected common code.
89 "-third_party/WebKit",
90 "+third_party/WebKit/public/platform/WebCursorInfo.h",
91 "+third_party/WebKit/public/platform/WebRect.h",
92 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
93 "+third_party/WebKit/public/platform/WebScreenInfo.h",
94 "+third_party/WebKit/public/platform/WebScreenInfo.h",
95 "+third_party/WebKit/public/web/WebAutofillClient.h",
96 "+third_party/WebKit/public/web/WebCache.h",
97 "+third_party/WebKit/public/web/WebContextMenuData.h",
98 "+third_party/WebKit/public/web/WebFindOptions.h",
99 "+third_party/WebKit/public/web/WebInputEvent.h",
100 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
101 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
102 "+third_party/WebKit/public/web/WebPluginAction.h",
103 "+third_party/WebKit/public/web/WebTextDirection.h",
104 "+third_party/WebKit/public/web/WebWindowFeatures.h",