4 "+athena/content/public",
6 "+chrome/grit", # For generated headers
8 "+chrome_elf/blacklist",
9 "+chrome_elf/chrome_elf_constants.h",
10 "+chrome_elf/create_file",
11 "+chrome_elf/dll_hash",
13 "+components/app_modal_dialogs",
14 "+components/autofill/content/browser",
15 "+components/autofill/content/common",
16 "+components/autofill/core/browser",
17 "+components/autofill/core/common",
18 "+components/bookmarks/browser",
19 "+components/bookmarks/common",
20 "+components/bookmarks/test",
21 "+components/cdm/browser",
22 "+components/cloud_devices/common",
23 "+components/component_updater",
24 "+components/content_settings",
25 "+components/copresence",
27 "+components/crx_file",
28 "+components/data_reduction_proxy",
29 "+components/dom_distiller",
30 "+components/domain_reliability",
31 "+components/enhanced_bookmarks",
32 "+components/favicon_base",
33 "+components/feedback",
34 "+components/gcm_driver",
37 "+components/history",
38 "+components/infobars",
39 "+components/invalidation",
40 "+components/keyed_service",
41 "+components/language_usage_metrics",
42 "+components/leveldb_proto",
43 "+components/metrics",
44 "+components/nacl/browser",
45 "+components/nacl/common",
46 "+components/navigation_interception",
47 "+components/navigation_metrics",
48 "+components/network_time",
49 "+components/omaha_query_params",
50 "+components/omnibox",
51 "+components/os_crypt",
52 "+components/password_manager",
53 "+components/pdf/browser",
56 "+components/precache",
57 "+components/pref_registry",
58 "+components/proximity_auth",
59 "+components/query_parser",
61 "+components/renderer_context_menu",
63 "+components/search_engines",
64 "+components/search_provider_logos",
65 "+components/session_manager",
66 "+components/sessions",
68 "+components/startup_metric_utils",
69 "+components/storage_monitor",
70 "+components/suggestions",
71 "+components/sync_driver",
72 "+components/translate/content/browser",
73 "+components/translate/content/common",
74 "+components/translate/core/browser",
75 "+components/translate/core/common",
76 "+components/url_matcher",
77 "+components/user_manager",
78 "+components/user_prefs",
79 "+components/web_modal",
80 "+components/web_cache/browser",
81 "+components/webdata/common",
82 "+content/public/browser",
89 "+device/media_transfer_protocol",
90 "+extensions/browser",
92 "+extensions/components/javascript_dialog_extensions_client",
95 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
98 "+grit", # TODO(thestig) Remove. For generated headers
99 "+installer_util_strings", # For generated headers
101 "+media/base", # For media switches
102 "+policy", # For generated headers and source
103 "+ppapi/c", # For various types.
106 "+ppapi/shared_impl",
107 # Defines some types that are marshalled over IPC.
108 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
110 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbox.
112 "+sync/api", # Sync API files.
113 "+sync/internal_api/public/attachments", # Needed for tests.
114 "+sync/protocol", # Sync protobuf files.
115 "+sync/util", # Sync utilities like GetSessionName.
116 "+third_party/cros_system_api",
119 # chrome only needs switches from cc. All usage of the compositor is from
120 # content. Definitely don't include generic stuff from cc/base here, if this
121 # is needed these files need to move to base/
122 "+cc/base/switches.h",
124 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
125 "-content/public/test/test_browser_context.h",
127 # TODO(stuartmorgan): Remove these by refactoring necessary code out of
128 # webkit/. See crbug.com/146251
129 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
134 "-chrome/browser/ui/views",
135 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
136 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
137 "+chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h",
140 "+libxml", # For search engine definition parsing.
141 "+third_party/google_toolbox_for_mac/src",
142 "+third_party/icu/source/common/unicode",
143 "+third_party/icu/source/i18n/unicode",
144 "+third_party/leveldatabase",
145 "+third_party/mozilla", # Mozilla interface headers.
146 "+third_party/protobuf/src/google/protobuf",
148 "+third_party/smhasher",
149 "+third_party/sqlite",
152 # No inclusion of WebKit from the browser, other than strictly enum/POD,
153 # header-only types, and some selected common code.
154 "-third_party/WebKit",
155 "+third_party/WebKit/public/platform/WebCursorInfo.h",
156 "+third_party/WebKit/public/platform/WebNotificationPermission.h",
157 "+third_party/WebKit/public/platform/WebPushPermissionStatus.h",
158 "+third_party/WebKit/public/platform/WebRect.h",
159 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
160 "+third_party/WebKit/public/platform/WebScreenInfo.h",
161 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
162 "+third_party/WebKit/public/web/WebCache.h",
163 "+third_party/WebKit/public/web/WebContextMenuData.h",
164 "+third_party/WebKit/public/web/WebFindOptions.h",
165 "+third_party/WebKit/public/web/WebInputEvent.h",
166 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
167 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
168 "+third_party/WebKit/public/web/WebPluginAction.h",
169 "+third_party/WebKit/public/web/WebTextDirection.h",
170 "+third_party/WebKit/public/web/WebWindowFeatures.h",