summaryrefslogtreecommitdiffstats
path: root/chrome/browser/DEPS
blob: 4d9071fe52320203e3612c5508d829a5bcf02cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
include_rules = [
  "+apps",
  "+ash",
  "+chrome/app",
  "+chrome/chrome_watcher",
  "+chrome/grit",  # For generated headers
  "+chrome/installer",
  "+chrome_elf/blacklist",
  "+chrome_elf/chrome_elf_constants.h",
  "+chrome_elf/create_file",
  "+chrome_elf/dll_hash",
  "+chromeos",
  "+components/app_modal",
  "+components/audio_modem/public",
  "+components/audio_modem/test",
  "+components/autofill/content/browser",
  "+components/autofill/content/common",
  "+components/autofill/core/browser",
  "+components/autofill/core/common",
  "+components/bookmarks/browser",
  "+components/bookmarks/common",
  "+components/bookmarks/managed",
  "+components/bookmarks/test",
  "+components/browser_watcher",
  "+components/browsing_data",
  "+components/cdm/browser",
  "+components/cloud_devices/common",
  "+components/component_updater",
  "+components/content_settings",
  "+components/copresence",
  "+components/crash",
  "+components/crx_file",
  "+components/data_reduction_proxy",
  "+components/device_event_log",
  "+components/dom_distiller",
  "+components/domain_reliability",
  "+components/enhanced_bookmarks",
  "+components/favicon",
  "+components/favicon_base",
  "+components/feedback",
  "+components/gcm_driver",
  "+components/google",
  "+components/grit",
  "+components/guest_view/browser",
  "+components/handoff",
  "+components/history",
  "+components/infobars",
  "+components/invalidation",
  "+components/keyed_service",
  "+components/language_usage_metrics",
  "+components/leveldb_proto",
  "+components/metrics",
  "+components/mime_util",
  "+components/nacl/browser",
  "+components/nacl/common",
  "+components/navigation_interception",
  "+components/navigation_metrics",
  "+components/network_hints",
  "+components/network_time",
  "+components/omnibox/browser",
  "+components/os_crypt",
  "+components/password_manager",
  "+components/pdf/browser",
  "+components/plugins/common",
  "+components/policy",
  "+components/power",
  "+components/precache",
  "+components/pref_registry",
  "+components/printing/browser",
  "+components/printing/common",
  "+components/proximity_auth",
  "+components/proxy_config",
  "+components/query_parser",
  "+components/rappor",
  "+components/renderer_context_menu",
  "+components/rlz",
  "+components/safe_json",
  "+components/search",
  "+components/search_engines",
  "+components/search_provider_logos",
  "+components/security_interstitials",
  "+components/service_tab_launcher",
  "+components/session_manager",
  "+components/sessions",
  "+components/signin",
  "+components/startup_metric_utils",
  "+components/storage_monitor",
  "+components/suggestions",
  "+components/sync_driver",
  "+components/translate/content/browser",
  "+components/translate/content/common",
  "+components/translate/core/browser",
  "+components/translate/core/common",
  "+components/ui",
  "+components/undo",
  "+components/update_client",
  "+components/url_matcher",
  "+components/user_manager",
  "+components/user_prefs",
  "+components/version_info",
  "+components/web_modal",
  "+components/web_cache/browser",
  "+components/webdata/common",
  "+components/webdata_services",
  "+components/web_resource",
  "+content/public/browser",
  "+content/test/net",
  "+courgette",
  "+device/bluetooth",
  "+device/core",
  "+device/devices_app/public",
  "+device/hid",
  "+device/usb",
  "+device/media_transfer_protocol",
  "+extensions/browser",
  "+extensions/common",
  "+extensions/components/javascript_dialog_extensions_client",
  "+extensions/grit",
  "+extensions/test",
  "+gin",
  "+google/cacheinvalidation",  # Sync invalidation API protobuf files.
  "+google_apis",
  "+google_update",
  "+grit",  # TODO(thestig) Remove. For generated headers
  "+installer_util_strings",  # For generated headers
  "+jni",
  "+media/audio", # For media audio hang monitor.
  "+media/base",  # For media switches
  "+mojo/application/public/cpp",
  "+policy",  # For generated headers and source
  "+ppapi/c",  # For various types.
  "+ppapi/host",
  "+ppapi/proxy",
  "+ppapi/shared_impl",
  # Defines some types that are marshalled over IPC.
  "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
  "+rlz",
  "+sandbox/win/src",  # The path doesn't say it, but this is the Windows sandbox.
  "+skia/ext",
  "+sync/api",  # Sync API files.
  "+sync/internal_api/public/attachments",  # Needed for tests.
  "+sync/protocol",  # Sync protobuf files.
  "+sync/util",  # Sync utilities like GetSessionName.
  "+syzygy/kasko",
  "+third_party/cros_system_api",
  "+win8/util",

  # chrome only needs switches from cc. All usage of the compositor is from
  # content. Definitely don't include generic stuff from cc/base here, if this
  # is needed these files need to move to base/
  "+cc/base/switches.h",

  # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
  "-content/public/test/test_browser_context.h",

  # TODO(stuartmorgan): Remove these by refactoring necessary code out of
  # webkit/. See crbug.com/146251
  # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!

  "+storage/browser",
  "+storage/common",

  "-chrome/browser/ui/views",
  "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
  "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",

  # Other libraries.
  "+libxml",
  "+third_party/google_toolbox_for_mac/src",
  "+third_party/icu/source/common/unicode",
  "+third_party/icu/source/i18n/unicode",
  "+third_party/leveldatabase",
  "+third_party/libxml",
  "+third_party/mozilla",     # Mozilla interface headers.
  "+third_party/protobuf/src/google/protobuf",
  "+third_party/re2",
  "+third_party/smhasher",
  "+third_party/sqlite",
  "+third_party/zlib",

  # No inclusion of WebKit from the browser, other than strictly enum/POD,
  # header-only types, and some selected common code.
  "-third_party/WebKit",
  "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
  "+third_party/WebKit/public/platform/modules/app_banner/WebAppBannerPromptReply.h",
  "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h",
  "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h",
  "+third_party/WebKit/public/web/WebCache.h",
  "+third_party/WebKit/public/web/WebContextMenuData.h",
  "+third_party/WebKit/public/web/WebFindOptions.h",
  "+third_party/WebKit/public/web/WebInputEvent.h",
  "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
  "+third_party/WebKit/public/web/WebPluginAction.h",
  "+third_party/WebKit/public/web/WebTextDirection.h",
  "+third_party/WebKit/public/web/WebWindowFeatures.h",
]