blob: 7bd66cd95ebbee6eb7b59de93d89fee369050de2 [file] [log] [blame]
andrewhayden889350dd2014-10-06 09:16:401# This file is used to manage the dependencies of the Chromium src repo. It is
2# used by gclient to determine what version of each dependency to check out, and
3# where.
[email protected]3645abc2013-10-28 22:41:284#
andrewhayden889350dd2014-10-06 09:16:405# For more information, please refer to the official documentation:
6# https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
[email protected]3645abc2013-10-28 22:41:287#
[email protected]ed711942012-05-19 06:57:068# When adding a new dependency, please update the top-level .gitignore file
9# to list the dependency's destination directory.
andrewhayden889350dd2014-10-06 09:16:4010#
11# -----------------------------------------------------------------------------
12# Rolling deps
13# -----------------------------------------------------------------------------
14# All repositories in this file are git-based, using Chromium git mirrors where
15# necessary (e.g., a git mirror is used when the source project is SVN-based).
16# To update the revision that Chromium pulls for a given dependency:
17#
18# # Create and switch to a new branch
19# git new-branch depsroll
andrewhayden1859920b2015-08-11 13:13:2420# # Run roll-dep (provided by depot_tools) giving the dep's path and optionally
21# # a regex that will match the line in this file that contains the current
22# # revision. The script ALWAYS rolls the dependency to the latest revision
23# # in origin/master. The path for the dep should start with src/.
24# roll-dep src/third_party/foo_package/src foo_package.git
andrewhayden889350dd2014-10-06 09:16:4025# # You should now have a modified DEPS file; commit and upload as normal
26# git commit -a
27# git cl upload
28
[email protected]ed711942012-05-19 06:57:0629
[email protected]5f129de2009-02-24 23:22:0430vars = {
Dirk Prankef044b6b02017-10-05 22:02:0331 # By default, we should check out everything needed to run on the main
32 # chromium waterfalls. This var can be also be set to "small", in order
33 # to skip things are not strictly needed to build chromium for development
34 # purposes.
35 'checkout_configuration': 'default',
36
Paweł Hajdan, Jr37a7a742017-09-25 11:37:3037 # By default, do not check out src-internal. This can be overridden e.g. with
38 # custom_vars.
Paweł Hajdan, Jr41d18fa2017-10-09 12:41:5739 'checkout_src_internal': False,
Paweł Hajdan, Jr37a7a742017-09-25 11:37:3040
Johanncf5bb4c62017-10-30 23:21:3441 # libaom provides support for AV1 but the bitstream is not frozen.
42 'checkout_libaom': False,
43
Dirk Pranke099b747b2017-10-06 04:29:0944 # TODO(dpranke): change to != "small" once != is supported.
Dirk Pranke5e953152017-10-10 16:26:4445 'checkout_traffic_annotation_tools': 'checkout_configuration == "default"',
Dirk Pranke4c3098b2017-10-10 18:57:2246 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
Dirk Pranke5e953152017-10-10 16:26:4447
Johanncf5bb4c62017-10-30 23:21:3448 'aomedia_git': 'https://aomedia.googlesource.com',
Stefan Zagerfd5ba192014-08-23 00:29:3949 'chromium_git': 'https://chromium.googlesource.com',
dpranke4778c712016-09-23 01:15:5650 'swiftshader_git': 'https://swiftshader.googlesource.com',
51 'pdfium_git': 'https://pdfium.googlesource.com',
52 'boringssl_git': 'https://boringssl.googlesource.com',
agable851c6f7252016-11-04 17:17:3953 'skia_git': 'https://skia.googlesource.com',
Henrik Kjellander7c0b28b2017-09-13 20:25:0254 'webrtc_git': 'https://webrtc.googlesource.com',
thestig3e7d8e02015-09-28 23:54:4655 # Three lines of non-changing comments so that
thestig3e7d8e02015-09-28 23:54:4656 # the commit queue can handle CLs rolling sfntly
57 # and whatever else without interference from each other.
thestig930abad2017-04-18 02:44:3358 'sfntly_revision': '2439bd08ff93d4dce761dd6b825917938bd35a4f',
thestig3e7d8e02015-09-28 23:54:4659 # Three lines of non-changing comments so that
60 # the commit queue can handle CLs rolling Skia
61 # and whatever else without interference from each other.
[email protected]9d835792017-10-30 22:42:5362 'skia_revision': '45d6303f6e8403db9499ab28494f672b2bcd034e',
[email protected]5eb3022e2011-11-23 16:42:2663 # Three lines of non-changing comments so that
sbce2d44aee2015-06-09 03:06:0464 # the commit queue can handle CLs rolling V8
65 # and whatever else without interference from each other.
v8-autorolladab9622017-10-30 19:33:2066 'v8_revision': 'd7dba58ef25bba3c03032bdfc2da651552e24813',
[email protected]20e0e752012-09-14 15:56:5267 # Three lines of non-changing comments so that
[email protected]10d8ac32013-10-31 13:34:3168 # the commit queue can handle CLs rolling swarming_client
[email protected]7f4fc412013-02-24 00:16:5169 # and whatever else without interference from each other.
Marc-Antoine Ruelb2940b32017-10-26 00:33:2170 'swarming_revision': 'fe94e7274e40e2e929cdbc8787836f70d38de1f1',
[email protected]d0982f92013-03-19 10:26:2071 # Three lines of non-changing comments so that
[email protected]62f231902014-03-11 10:19:2072 # the commit queue can handle CLs rolling ANGLE
73 # and whatever else without interference from each other.
[email protected]0c357e3ca2017-10-30 20:40:2374 'angle_revision': 'e7c5f4f05c8781d79c79ce1e13204b34df3f5081',
[email protected]f58d3292014-05-14 01:56:5475 # Three lines of non-changing comments so that
76 # the commit queue can handle CLs rolling build tools
77 # and whatever else without interference from each other.
Jamie Madill4f6aa3372017-10-17 02:56:3178 'buildtools_revision': 'e043d81e9185a2445fa3ec3fc34a4f69b58d4969',
dpranke7a694fe2015-08-18 05:11:2979 # Three lines of non-changing comments so that
capne3976c22016-08-12 22:06:1780 # the commit queue can handle CLs rolling SwiftShader
81 # and whatever else without interference from each other.
Alexis Hetu6ef68872017-10-30 20:35:0882 'swiftshader_revision': 'e2febff0f79aab45451c5d20e59e3b55040f2fa6',
capne3976c22016-08-12 22:06:1783 # Three lines of non-changing comments so that
dpranke7a694fe2015-08-18 05:11:2984 # the commit queue can handle CLs rolling PDFium
[email protected]d6a2e88f12014-05-19 19:27:0385 # and whatever else without interference from each other.
[email protected]45e4bb92017-10-30 20:18:4186 'pdfium_revision': 'd2d4df84d3c2f0466d9ad60ee52fa7cc3915ebe4',
[email protected]99e1c5c2014-06-20 13:02:2987 # Three lines of non-changing comments so that
88 # the commit queue can handle CLs rolling openmax_dl
89 # and whatever else without interference from each other.
scottmgc460f9122016-11-19 01:50:2690 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7',
[email protected]7ee3af52014-07-06 18:16:4791 # Three lines of non-changing comments so that
92 # the commit queue can handle CLs rolling BoringSSL
93 # and whatever else without interference from each other.
David Benjamin785c09d2017-10-11 19:57:5294 'boringssl_revision': '664e99a6486c293728097c661332f92bf2d847c6',
szager29407eb2014-08-26 13:09:3195 # Three lines of non-changing comments so that
szager29407eb2014-08-26 13:09:3196 # the commit queue can handle CLs rolling google-toolbox-for-mac
97 # and whatever else without interference from each other.
Mark Mentovai9ed143162017-07-24 19:04:4798 'google_toolbox_for_mac_revision': '3c3111d3aefe907c8c0f0e933029608d96ceefeb',
szager29407eb2014-08-26 13:09:3199 # Three lines of non-changing comments so that
100 # the commit queue can handle CLs rolling lighttpd
101 # and whatever else without interference from each other.
102 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
103 # Three lines of non-changing comments so that
104 # the commit queue can handle CLs rolling lss
105 # and whatever else without interference from each other.
Torne (Richard Coles)9a6106e2017-10-20 17:48:17106 'lss_revision': 'e6527b0cd469e3ff5764785dadcb39bf7d787154',
mseaborn851e1bd12014-09-05 08:00:14107 # Three lines of non-changing comments so that
108 # the commit queue can handle CLs rolling NaCl
109 # and whatever else without interference from each other.
[email protected]280a28d82017-10-01 00:05:41110 'nacl_revision': '7f07816e463da403255f0ab4f6d88004450dd09d',
cwallezf2b03492015-08-25 15:08:18111 # Three lines of non-changing comments so that
drottfe896a82017-03-06 12:12:54112 # the commit queue can handle CLs rolling freetype
bcf53f862ea2016-02-02 05:08:42113 # and whatever else without interference from each other.
Ben Wagnere014fe92017-10-17 14:15:54114 'freetype_revision': '94f6d57a4c4264e59493ccdf9b8cef92600c0c25',
robertocn4567f4d2016-03-23 03:36:07115 # Three lines of non-changing comments so that
116 # the commit queue can handle CLs rolling catapult
117 # and whatever else without interference from each other.
[email protected]b88fddf2017-10-30 21:31:40118 'catapult_revision': '6fd9f08dcb0bd39f70bdac8d73aa4e87b789d6e5',
ochangcbd1cf202016-04-01 21:37:37119 # Three lines of non-changing comments so that
120 # the commit queue can handle CLs rolling libFuzzer
121 # and whatever else without interference from each other.
Max Moroz9575c0e2017-10-06 16:50:01122 'libfuzzer_revision': '06fb50cc1f0197398c8a70658928a3b91912e68a',
chenwilliam56a90382016-12-09 02:16:28123 # Three lines of non-changing comments so that
124 # the commit queue can handle CLs rolling devtools-node-modules
125 # and whatever else without interference from each other.
126 'devtools_node_modules_revision': '6226d6cd80aaf2e5295ed460cf73ef6a582e4d78',
kmarshall520f9512017-01-24 23:25:01127 # Three lines of non-changing comments so that
aizatsky8904f9c2017-03-03 19:50:05128 # the commit queue can handle CLs rolling libprotobuf-mutator
129 # and whatever else without interference from each other.
Jonathan Metzmand36d15de2017-09-13 23:11:32130 'libprotobuf-mutator': '52af4b0f6f55f9d8836acb605e902db49eb8e6b4',
[email protected]5f129de2009-02-24 23:22:04131}
132
tandrii74b7e422014-09-23 16:45:27133# Only these hosts are allowed for dependencies in this DEPS file.
134# If you need to add a new host, contact chrome infrastracture team.
135allowed_hosts = [
tandriicb12c642015-03-27 19:00:55136 'android.googlesource.com',
Johanncf5bb4c62017-10-30 23:21:34137 'aomedia.googlesource.com',
agable851c6f7252016-11-04 17:17:39138 'boringssl.googlesource.com',
Paweł Hajdan, Jr37a7a742017-09-25 11:37:30139 'chrome-internal.googlesource.com',
agable851c6f7252016-11-04 17:17:39140 'chromium.googlesource.com',
141 'pdfium.googlesource.com',
142 'skia.googlesource.com',
capne3976c22016-08-12 22:06:17143 'swiftshader.googlesource.com',
Henrik Kjellander7c0b28b2017-09-13 20:25:02144 'webrtc.googlesource.com',
tandrii74b7e422014-09-23 16:45:27145]
146
[email protected]5f129de2009-02-24 23:22:04147deps = {
Stefan Zagerfd5ba192014-08-23 00:29:39148 'src/buildtools':
dpranke4778c712016-09-23 01:15:56149 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
[email protected]f58d3292014-05-14 01:56:54150
Paweł Hajdan, Jr7af368952017-10-02 12:25:36151 'src/chrome/installer/mac/third_party/xz/xz': {
152 'url': Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7',
153 'condition': 'checkout_mac',
154 },
155
Stefan Zagerfd5ba192014-08-23 00:29:39156 'src/chrome/test/data/perf/canvas_bench':
dpranke4778c712016-09-23 01:15:56157 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732',
[email protected]700e7e32012-02-22 17:04:38158
Stefan Zagerfd5ba192014-08-23 00:29:39159 'src/chrome/test/data/perf/frame_rate/content':
dpranke4778c712016-09-23 01:15:56160 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c88463efeef6bb19c9ec07c42bc8fe22b9',
[email protected]40646b012011-07-26 02:30:26161
bsheedy01d93942017-07-27 22:49:38162 'src/chrome/test/data/vr/webvr_info':
bsheedyed9c17442017-10-04 22:22:55163 Var('chromium_git') + '/external/github.com/toji/webvr.info.git' + '@' + 'd73e6182287e3c6c0daa4d3d2ea578a31a2e5a6b',
bsheedy01d93942017-07-27 22:49:38164
Paweł Hajdan, Jr7af368952017-10-02 12:25:36165 'src/ios/third_party/earl_grey/src': {
Gregory Chatzinoff9723f2a2017-10-23 23:54:45166 'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + 'b8f1ed850b3b8c059d2912ac4c25a2480ddba826',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36167 'condition': 'checkout_ios',
168 },
169
170 'src/ios/third_party/fishhook/src': {
171 'url': Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c',
172 'condition': 'checkout_ios',
173 },
174
175 'src/ios/third_party/gcdwebserver/src': {
176 'url': Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@' + '43555c66627f6ed44817855a0f6d465f559d30e0',
177 'condition': 'checkout_ios',
178 },
179
180 'src/ios/third_party/material_components_ios/src': {
iOS Autorollerb3e846e2017-10-26 18:33:48181 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'e4ef28e6796430e550023be60ff58d6418b40a49',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36182 'condition': 'checkout_ios',
183 },
184
185 'src/ios/third_party/material_font_disk_loader_ios/src': {
186 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-font-disk-loader-ios.git' + '@' + '8e30188777b016182658fbaa0a4a020a48183224',
187 'condition': 'checkout_ios',
188 },
189
Gauthier Ambard8d034462017-10-25 16:39:55190 'src/ios/third_party/material_internationalization_ios/src': {
191 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-internationalization-ios.git' + '@' + 'f34691a78fc9a0607b565062f6d5cf9f8ea268a4',
192 'condition': 'checkout_ios',
193 },
194
Paweł Hajdan, Jr7af368952017-10-02 12:25:36195 'src/ios/third_party/material_roboto_font_loader_ios/src': {
196 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-roboto-font-loader-ios.git' + '@' + '4aa51e906e5671c71d24e991f1f10d782a58409f',
197 'condition': 'checkout_ios',
198 },
199
200 'src/ios/third_party/material_sprited_animation_view_ios/src': {
201 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-sprited-animation-view-ios.git' + '@' + 'c6e16d06bdafd95540c62b3402d9414692fbca81',
202 'condition': 'checkout_ios',
203 },
204
205 'src/ios/third_party/material_text_accessibility_ios/src': {
206 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-text-accessibility-ios.git' + '@' + '7340b22cc589101ba0b11516afe4f3a733041951',
207 'condition': 'checkout_ios',
208 },
209
210 'src/ios/third_party/ochamcrest/src': {
Eric Noyaudaabeb52017-10-13 16:29:11211 'url': Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + '92d9c14d13bb864255e65c09383564653896916b',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36212 'condition': 'checkout_ios',
213 },
214
jrummellf715b1692015-10-21 23:26:26215 'src/media/cdm/api':
Xiaohan Wanga14f781d2017-10-20 23:30:40216 Var('chromium_git') + '/chromium/cdm.git' + '@' + 'ea5df8e78fbd0a4c24cc3a1f3faefefcd1b45237',
[email protected]255c43f2013-06-07 08:54:11217
Paweł Hajdan, Jrda2f3312017-10-11 16:24:39218 'src/native_client':
219 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'),
[email protected]bba1c0dd2013-08-19 10:33:31220
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42221 'src/third_party/SPIRV-Tools/src':
222 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + '@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c',
jinsukkim21d3369fc2016-06-21 06:16:03223
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16224 'src/third_party/android_protobuf/src': {
225 'url': Var('chromium_git') + '/external/android_protobuf.git' + '@' + '7fca48d8ce97f7ba3ab8eea5c472f1ad3711762f',
226 'condition': 'checkout_android',
227 },
228
229 'src/third_party/android_tools': {
Nicolas Dossou-gbetea1f36fd32017-10-30 12:57:10230 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'ca0bd083872ad925881736fe2bedc3ff855e08f5',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16231 'condition': 'checkout_android',
232 },
233
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42234 'src/third_party/angle':
235 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
236
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16237 'src/third_party/apache-portable-runtime/src': {
238 'url': Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a8c4277e09a82eaa229e35246edea1ee0a6a1',
239 'condition': 'checkout_android',
240 },
241
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42242 'src/third_party/bidichecker':
243 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0',
244
Paweł Hajdan, Jr7af368952017-10-02 12:25:36245 'src/third_party/bison': {
246 'url': Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5464ee2b224c2df649c6e26c3',
247 'condition': 'checkout_win',
248 },
249
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42250 'src/third_party/boringssl/src':
251 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
252
253 'src/third_party/breakpad/breakpad':
Peter Collingbournedae9d102017-10-19 23:52:54254 Var('chromium_git') + '/breakpad/breakpad.git' + '@' + '072f86ca83bb7138fe33f10b6380badd9ef7f065',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42255
256 'src/third_party/catapult':
257 Var('chromium_git') + '/catapult.git' + '@' + Var('catapult_revision'),
258
259 'src/third_party/ced/src':
260 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9',
261
Paweł Hajdan, Jr7af368952017-10-02 12:25:36262 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
263 'src/third_party/chromite': {
glevin09149ca2017-10-23 20:18:44264 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '61a24395b7c197fe15a21758bd1bbbaf05d4bd49',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36265 'condition': 'checkout_linux',
266 },
267
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42268 'src/third_party/cld_2/src':
269 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84b58a5d7690ebf05a91406f371ce00c3daf31c0',
270
271 'src/third_party/cld_3/src':
272 Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + 'ae02d6b8a2af41e87c956c7c7d3f651a8b7b9e79',
273
274 'src/third_party/colorama/src':
275 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
276
277 'src/third_party/crc32c/src':
Victor Costanf05fce322017-10-02 20:25:24278 Var('chromium_git') + '/external/github.com/google/crc32c.git' + '@' + '0f771ed5ef83556451e1736f22b1a11054dc81c3',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42279
Paweł Hajdan, Jr7af368952017-10-02 12:25:36280 # For Linux and Chromium OS.
281 'src/third_party/cros_system_api': {
Daniel Erat28147592017-10-30 20:20:10282 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '47afcabaf957c013418ef2a33481ec1fe764dc94',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36283 'condition': 'checkout_linux',
284 },
285
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42286 'src/third_party/custom_tabs_client/src': {
287 'url': Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-client.git' + '@' + 'cff061038b852d647f7044d828a9df78aa135f38',
288 'condition': 'checkout_android',
289 },
290
291 'src/third_party/depot_tools':
[email protected]421575702017-10-27 22:05:18292 Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '7d1c484ecd93e94c5258dc330602ac37c5efab44',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42293
Paweł Hajdan, Jr7af368952017-10-02 12:25:36294 # DevTools node modules. Used on Linux buildbots only.
295 'src/third_party/devtools-node-modules': {
296 'url': Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision'),
297 'condition': 'checkout_linux',
298 },
299
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42300 'src/third_party/dom_distiller_js/dist':
Wei-Yin Chen (陳威尹)c47f4cf2017-10-16 19:22:27301 Var('chromium_git') + '/chromium/dom-distiller/dist.git' + '@' + '7a530fc00184ee28e79a2b45270906cacaf00d3b',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42302
303 'src/third_party/elfutils/src': {
304 'url': Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de4f3760bdcaa3d23d154d7',
305 'condition': 'checkout_android',
306 },
307
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16308 'src/third_party/errorprone/lib': {
Peter Wenf22fda882017-10-23 14:50:12309 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '16b8b7298b183312a2fcac99fb1b594ccf7749d0',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16310 'condition': 'checkout_android',
311 },
312
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42313 'src/third_party/ffmpeg':
Dale Curtisfa6748172017-10-24 01:51:26314 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'f9e8b4275837a3859988351b70d5d1e045838da8',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42315
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16316 'src/third_party/findbugs': {
317 'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac77ea0a194813d3065dd780c6e566',
318 'condition': 'checkout_android',
319 },
320
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42321 'src/third_party/flac':
322 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '7d0f5b3a173ffe98db08057d1f52b7787569e0a6',
323
324 'src/third_party/flatbuffers/src':
325 Var('chromium_git') + '/external/github.com/google/flatbuffers.git' + '@' + '01c50d57a67a52ee3cddd81b54d4647e9123a290',
326
Paweł Hajdan, Jr7af368952017-10-02 12:25:36327 # Used for embedded builds. CrOS & Linux use the system version.
328 'src/third_party/fontconfig/src': {
329 'url': Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b749f9823c51827a60aeb5c1',
330 'condition': 'checkout_linux',
331 },
332
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42333 'src/third_party/freetype/src':
334 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_revision'),
335
Paweł Hajdan, Jr7af368952017-10-02 12:25:36336 # Chrome OS touchpad gestures library.
337 'src/third_party/gestures/gestures': {
David Revemane25bd88e2017-10-02 21:06:05338 'url': Var('chromium_git') + '/chromiumos/platform/gestures.git' + '@' + '74f55100df966280d305d5d5ada824605f875839',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36339 'condition': 'checkout_linux',
340 },
341
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42342 'src/third_party/glslang/src':
343 Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210c6bf4d8119dc5f8ac21da2d4c87184f7015e0',
344
Paweł Hajdan, Jrc3ae0852017-10-02 16:46:22345 'src/third_party/google_toolbox_for_mac/src': {
346 'url': Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'),
347 'condition': 'checkout_ios or checkout_mac',
348 },
349
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42350 'src/third_party/googletest/src':
351 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '7f8fefabedf2965980585be8c2bff97458f28e0b',
352
Paweł Hajdan, Jr7af368952017-10-02 12:25:36353 # GNU binutils assembler for x86-32.
354 'src/third_party/gnu_binutils': {
355 'url': Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436',
Paweł Hajdan, Jrda2f3312017-10-11 16:24:39356 'condition': 'checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36357 },
358
359 'src/third_party/gperf': {
360 'url': Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f9449770443fb06da49b5a1e5d33c1',
361 'condition': 'checkout_win',
362 },
363
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42364 'src/third_party/gvr-android-sdk/src': {
365 'url': Var('chromium_git') + '/external/github.com/googlevr/gvr-android-sdk.git' + '@' + 'ee5cb1c6138d0be57e82ddafc1b54d7d3e3e5560',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16366 'condition': 'checkout_android',
367 },
368
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42369 'src/third_party/hunspell_dictionaries':
Chris Nardieea5de82017-10-14 22:21:31370 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'a9bac57ce6c9d390a52ebaad3259f5fdb871210e',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42371
372 'src/third_party/icu':
Jungshik Shin1b4f3c6b2017-10-12 01:18:14373 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '21d33b1a09a77f033478ea4ffffb61e6970f83bd',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42374
375 'src/third_party/jsoncpp/source':
376 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248
377
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16378 'src/third_party/jsr-305/src': {
379 'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
380 'condition': 'checkout_android',
381 },
382
383 'src/third_party/junit/src': {
384 'url': Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481',
385 'condition': 'checkout_android',
386 },
387
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42388 'src/third_party/leakcanary/src': {
389 'url': Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e',
390 'condition': 'checkout_android',
391 },
392
393 'src/third_party/leveldatabase/src':
Victor Costan7f1a6b12017-10-09 19:00:34394 Var('chromium_git') + '/external/leveldb.git' + '@' + 'ca216e493f32278f50a823811ab95f64cf0f839b',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42395
396 'src/third_party/libFuzzer/src':
Max Moroz1ee969e2017-10-04 16:27:26397 Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + Var('libfuzzer_revision'),
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42398
399 'src/third_party/libaddressinput/src':
sebsg17ebe802017-10-26 17:46:21400 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '8200a3221282582ca3291ef219257ca4be7426ca',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42401
Johanncf5bb4c62017-10-30 23:21:34402 'src/third_party/libaom/source/libaom': {
403 'url': Var('aomedia_git') + '/aom.git' + '@' + 'd9f2286e4c0bbb0fee5719d151653247939c3847',
404 'condition': 'checkout_libaom',
405 },
406
Paweł Hajdan, Jr7af368952017-10-02 12:25:36407 # Userspace interface to kernel DRM services.
408 'src/third_party/libdrm/src': {
409 'url': Var('chromium_git') + '/chromiumos/third_party/libdrm.git' + '@' + '0ce18bedd3e62d4784fa755403801934ba171084',
410 'condition': 'checkout_linux',
411 },
412
413 # The libevdev library (Chrome OS version).
414 'src/third_party/libevdev/src': {
415 'url': Var('chromium_git') + '/chromiumos/platform/libevdev.git' + '@' + '9f7a1961eb4726211e18abd147d5a11a4ea86744',
416 'condition': 'checkout_linux',
417 },
418
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42419 'src/third_party/libjpeg_turbo':
420 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79a8792dde3d3f7d7d8ac28ba01ac9dd',
421
Paweł Hajdan, Jr7af368952017-10-02 12:25:36422 'src/third_party/liblouis/src': {
423 'url': Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a3478561deb6ae4798175094be8a26c2',
424 'condition': 'checkout_linux',
425 },
426
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42427 'src/third_party/libphonenumber/dist':
428 Var('chromium_git') + '/external/libphonenumber.git' + '@' + 'a4da30df63a097d67e3c429ead6790ad91d36cf4',
429
430 'src/third_party/libprotobuf-mutator/src':
431 Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git' + '@' + Var('libprotobuf-mutator'),
432
433 'src/third_party/libsrtp':
434 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423',
435
Paweł Hajdan, Jr7af368952017-10-02 12:25:36436 # Android Explicit Synchronization.
437 'src/third_party/libsync/src': {
438 'url': Var('chromium_git') + '/aosp/platform/system/core/libsync.git' + '@' + 'aa6cda6f638bd57d3a024f0d201f723a5c3bb875',
439 'condition': 'checkout_linux',
440 },
441
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42442 'src/third_party/libvpx/source/libvpx':
Jerome Jiangba9200692017-10-20 19:35:57443 Var('chromium_git') + '/webm/libvpx.git' + '@' + '401e6d48bfd3cbf74a41da724d05c989e207662b',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42444
445 'src/third_party/libwebm/source':
446 Var('chromium_git') + '/webm/libwebm.git' + '@' + '4956b2dec65352af32dc71bab553acb631c64177',
447
448 'src/third_party/libyuv':
Frank Barchard8ff6acb2017-10-20 21:49:29449 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '8fa02df3c0591754958a50cc2896aafae319f3bc', # from r1675
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42450
Paweł Hajdan, Jrc3ae0852017-10-02 16:46:22451 'src/third_party/lighttpd': {
452 'url': Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
453 'condition': 'checkout_mac or checkout_win',
454 },
455
456 'src/third_party/lss': {
457 'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
458 'condition': 'checkout_android or checkout_linux',
459 },
460
Paweł Hajdan, Jr7af368952017-10-02 12:25:36461 'src/third_party/material_design_icons/src': {
462 'url': Var('chromium_git') + '/external/github.com/google/material-design-icons.git' + '@' +
463 '5ab428852e35dc177a8c37a2df9dc9ccf768c65a',
464 'condition': 'checkout_ios',
465 },
466
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42467 'src/third_party/mesa/src':
468 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e7035ca882cc77f85793fef',
469
Paweł Hajdan, Jr7af368952017-10-02 12:25:36470 # GNU binutils assembler for x86-64.
471 'src/third_party/mingw-w64/mingw/bin': {
472 'url': Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527',
Paweł Hajdan, Jrda2f3312017-10-11 16:24:39473 'condition': 'checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36474 },
475
476 # Graphics buffer allocator for Chrome OS.
477 'src/third_party/minigbm/src': {
478 'url': Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '27a7e6a24709564e18c3382d0aeda0b40c7ae03b',
479 'condition': 'checkout_linux',
480 },
481
482 # Minizip library. Used on Chrome OS.
483 'src/third_party/minizip/src': {
484 'url': Var('chromium_git') + '/external/github.com/nmoinvaz/minizip' + '@' + 'e07e141475220196b55294c8172b274cc32d642d',
485 'condition': 'checkout_linux',
486 },
487
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16488 'src/third_party/mockito/src': {
489 'url': Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598ad4cf5ea53c69a8a8053780b04b850',
490 'condition': 'checkout_android',
491 },
492
Paweł Hajdan, Jr7af368952017-10-02 12:25:36493 # Binaries for nacl sdk.
494 'src/third_party/nacl_sdk_binaries': {
495 'url': Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5',
Paweł Hajdan, Jrda2f3312017-10-11 16:24:39496 'condition': 'checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36497 },
498
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16499 'src/third_party/netty-tcnative/src': {
500 'url': Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '5b46a8ef4a39c39c576fcdaaf718b585d75df463',
501 'condition': 'checkout_android',
502 },
503
504 'src/third_party/netty4/src': {
505 'url': Var('chromium_git') + '/external/netty4.git' + '@' + 'cc4420b13bb4eeea5b1cf4f93b2755644cd3b120',
506 'condition': 'checkout_android',
507 },
508
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42509 'src/third_party/openh264/src':
510 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'a180c9d4d6f1a4830ca9eed9d159d54996bd63cb',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16511
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42512 'src/third_party/openmax_dl':
513 Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16514
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42515 'src/third_party/pdfium':
516 Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'),
517
Paweł Hajdan, Jr7af368952017-10-02 12:25:36518 # Parses Windows PE/COFF executable format.
519 'src/third_party/pefile': {
520 'url': Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab63c15585dc3b5c3f92f1',
521 'condition': 'checkout_win',
522 },
523
524 'src/third_party/perl': {
525 'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78',
526 'condition': 'checkout_win',
527 },
528
529 # Dependency of chromite.git and skia.
530 'src/third_party/pyelftools': {
531 'url': Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae',
532 'condition': 'checkout_linux',
533 },
534
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42535 'src/third_party/pyftpdlib/src':
536 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d059f581f05ae8d89d7e45',
537
538 'src/third_party/pywebsocket/src':
539 Var('chromium_git') + '/external/github.com/google/pywebsocket.git' + '@' + '2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2',
540
541 'src/third_party/re2/src':
Max Moroz19d4ff32017-10-13 20:18:05542 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + '4be7a14432ff0a2ed88fd884fd76a63f0a3a6127',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16543
544 'src/third_party/requests/src': {
545 'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
546 'condition': 'checkout_android',
547 },
548
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42549 'src/third_party/robolectric/robolectric': {
550 'url': Var('chromium_git') + '/external/robolectric.git' + '@' + 'b02c65cc6d7465f58f0de48a39914aa905692afa',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16551 'condition': 'checkout_android',
552 },
553
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42554 'src/third_party/sfntly/src':
555 Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Var('sfntly_revision'),
556
557 'src/third_party/shaderc/src':
558 Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8793c34907073025af2622c28bcee64e9879a4',
559
560 'src/third_party/skia':
561 Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'),
562
563 'src/third_party/smhasher/src':
564 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',
565
566 'src/third_party/snappy/src':
567 Var('chromium_git') + '/external/github.com/google/snappy.git' + '@' + 'b02bfa754ebf27921d8da3bd2517eab445b84ff9',
568
569 'src/third_party/swiftshader':
570 Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revision'),
571
572 'src/third_party/ub-uiautomator/lib': {
573 'url': Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16574 'condition': 'checkout_android',
575 },
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42576
577 'src/third_party/usrsctp/usrsctplib':
578 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'f4819e1b177f7bfdd761c147f5a649b9f1a78c06',
579
580 'src/third_party/visualmetrics/src':
581 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6',
582
Paweł Hajdan, Jr7af368952017-10-02 12:25:36583 # Display server protocol for Linux.
584 'src/third_party/wayland/src': {
585 'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + '1361da9cd5a719b32d978485a29920429a31ed25',
586 'condition': 'checkout_linux',
587 },
588
589 # Wayland protocols that add functionality not available in the core protocol.
590 'src/third_party/wayland-protocols/src': {
591 'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '26c99346ab5f2273fe5581bc4f6397bbb834f747',
592 'condition': 'checkout_linux',
593 },
594
595 # Wireless Display Software. Used on Chrome OS.
596 'src/third_party/wds/src': {
597 'url': Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95f3000bf5c8e16a79dbbbf22d554a5',
598 'condition': 'checkout_linux',
599 },
600
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42601 'src/third_party/webdriver/pylib':
602 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
603
604 'src/third_party/webgl/src':
605 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '34842fa3c36988840c89f5bc6a68503175acf7d9',
606
607 'src/third_party/webrtc':
[email protected]6e0b7ba502017-10-30 20:37:51608 Var('webrtc_git') + '/src.git' + '@' + '1d4c152a3836df3b687268561018ccb7172cf177', # commit position 20237
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42609
Paweł Hajdan, Jr7af368952017-10-02 12:25:36610 'src/third_party/xdg-utils': {
611 'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
612 'condition': 'checkout_linux',
613 },
614
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42615 'src/third_party/yasm/source/patched-yasm':
616 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
617
618 'src/tools/gyp':
619 Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
620
621 'src/tools/page_cycler/acid3':
622 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5abc1b2f405a945f6d871521',
623
624 'src/tools/swarming_client':
625 Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
626
627 'src/v8':
628 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
629
630 'src-internal': {
[email protected]ad9d2d52017-10-30 19:27:05631 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@2c1ee306751c58c05daf7a5c3756d32d8bf2d8aa',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42632 'condition': 'checkout_src_internal',
633 },
[email protected]5f129de2009-02-24 23:22:04634}
635
[email protected]00c517672010-11-04 00:27:29636
[email protected]5f129de2009-02-24 23:22:04637include_rules = [
638 # Everybody can use some things.
John Abd-El-Malek5b6373f2015-04-01 19:44:14639 # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these.
Stefan Zagerfd5ba192014-08-23 00:29:39640 '+base',
641 '+build',
642 '+ipc',
[email protected]5f129de2009-02-24 23:22:04643
[email protected]dfbff862012-11-28 19:08:14644 # Everybody can use headers generated by tools/generate_library_loader.
Stefan Zagerfd5ba192014-08-23 00:29:39645 '+library_loaders',
[email protected]dfbff862012-11-28 19:08:14646
Stefan Zagerfd5ba192014-08-23 00:29:39647 '+testing',
648 '+third_party/icu/source/common/unicode',
649 '+third_party/icu/source/i18n/unicode',
650 '+url',
[email protected]5f129de2009-02-24 23:22:04651]
652
653
654# checkdeps.py shouldn't check include paths for files in these dirs:
655skip_child_includes = [
Stefan Zagerfd5ba192014-08-23 00:29:39656 'native_client_sdk',
John Abd-El-Malek5b6373f2015-04-01 19:44:14657 'out',
Stefan Zagerfd5ba192014-08-23 00:29:39658 'skia',
659 'testing',
Mark Mentovaiebb9ddd62017-09-25 17:24:41660 'third_party/breakpad/breakpad',
Stefan Zagerfd5ba192014-08-23 00:29:39661 'v8',
662 'win8',
[email protected]5f129de2009-02-24 23:22:04663]
[email protected]bfa24b962009-03-02 00:16:16664
665
666hooks = [
667 {
[email protected]9372bec2014-08-14 14:03:30668 # This clobbers when necessary (based on get_landmines.py). It must be the
669 # first hook so that other things that get/generate into the output
670 # directory will not subsequently be clobbered.
Stefan Zagerfd5ba192014-08-23 00:29:39671 'name': 'landmines',
672 'pattern': '.',
673 'action': [
674 'python',
675 'src/build/landmines.py',
[email protected]9372bec2014-08-14 14:03:30676 ],
677 },
678 {
Dan Jacquescea92c512017-06-02 23:59:16679 # Ensure that the DEPS'd "depot_tools" has its self-update capability
680 # disabled.
681 'name': 'disable_depot_tools_selfupdate',
682 'pattern': '.',
683 'action': [
684 'python',
685 'src/third_party/depot_tools/update_depot_tools_toggle.py',
686 '--disable',
687 ],
688 },
689 {
jbudorick94a712c2016-03-09 19:03:52690 # Ensure that while generating dependencies lists in .gyp files we don't
691 # accidentally reference any .pyc files whose corresponding .py files have
692 # already been deleted.
693 # We should actually try to avoid generating .pyc files, crbug.com/500078.
694 'name': 'remove_stale_pyc_files',
695 'pattern': '.',
696 'action': [
697 'python',
698 'src/tools/remove_stale_pyc_files.py',
699 'src/android_webview/tools',
700 'src/build/android',
701 'src/gpu/gles2_conform_support',
702 'src/infra',
703 'src/ppapi',
704 'src/printing',
705 'src/third_party/catapult',
706 'src/third_party/closure_compiler/build',
qyearsleydfda207b2016-07-08 14:16:12707 'src/third_party/WebKit/Tools/Scripts', # See http://crbug.com/625877.
jbudorick94a712c2016-03-09 19:03:52708 'src/tools',
709 ],
710 },
711 {
[email protected]89e43f652011-08-18 00:03:17712 # This downloads binaries for Native Client's newlib toolchain.
713 # Done in lieu of building the toolchain from scratch as it can take
714 # anywhere from 30 minutes to 4 hours depending on platform to build.
Stefan Zagerfd5ba192014-08-23 00:29:39715 'name': 'nacltools',
716 'pattern': '.',
717 'action': [
dyen249880632014-11-20 23:02:20718 'python',
719 'src/build/download_nacl_toolchains.py',
ncbray474ab322015-01-05 22:04:22720 '--mode', 'nacl_core_sdk',
ncbray4453c50a2015-02-18 20:10:55721 'sync', '--extract',
[email protected]89e43f652011-08-18 00:03:17722 ],
723 },
[email protected]3a0b2492011-08-24 20:41:16724 {
sbc8208b4d2015-06-30 19:14:23725 # Downloads the current stable linux sysroot to build/linux/ if needed.
[email protected]01a98602013-06-12 20:33:54726 # This sysroot updates at about the same rate that the chrome build deps
727 # change. This script is a no-op except for linux users who are doing
sbc8208b4d2015-06-30 19:14:23728 # official chrome builds or cross compiling.
Stefan Zagerfd5ba192014-08-23 00:29:39729 'name': 'sysroot',
730 'pattern': '.',
Nico Weberb19437032017-10-09 02:45:09731 'condition': 'checkout_linux',
sbc8208b4d2015-06-30 19:14:23732 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
733 '--running-as-hook'],
sbc41d0e082014-10-22 20:39:29734 },
735 {
Nico Weberb19437032017-10-09 02:45:09736 # Update the Windows toolchain if necessary. Must run before 'clang' below.
Stefan Zagerfd5ba192014-08-23 00:29:39737 'name': 'win_toolchain',
738 'pattern': '.',
Nico Webera13ad932017-10-12 18:52:40739 'condition': 'checkout_win',
740 'action': ['python', 'src/build/vs_toolchain.py', 'update', '--force'],
[email protected]c71d3282014-04-09 01:56:20741 },
justincohen6a03a3d2016-03-26 21:44:38742 {
743 # Update the Mac toolchain if necessary.
744 'name': 'mac_toolchain',
745 'pattern': '.',
Rohit Rao92489af2017-10-12 21:45:48746 'condition': 'checkout_ios or checkout_mac',
justincohen6a03a3d2016-03-26 21:44:38747 'action': ['python', 'src/build/mac_toolchain.py'],
748 },
hansb2eae972015-05-19 00:53:12749 # Pull binutils for linux, enabled debug fission for faster linking /
750 # debugging when used with clang on Ubuntu Precise.
751 # https://code.google.com/p/chromium/issues/detail?id=352046
752 {
753 'name': 'binutils',
754 'pattern': 'src/third_party/binutils',
Nico Weberb19437032017-10-09 02:45:09755 'condition': 'host_os == "linux"',
hansb2eae972015-05-19 00:53:12756 'action': [
757 'python',
758 'src/third_party/binutils/download.py',
759 ],
760 },
[email protected]c71d3282014-04-09 01:56:20761 {
Hans Wennborg28fb41c2014-09-22 23:25:12762 # Note: On Win, this should run after win_toolchain, as it may use it.
763 'name': 'clang',
764 'pattern': '.',
Nico Weberb19437032017-10-09 02:45:09765 'action': ['python', 'src/tools/clang/scripts/update.py'],
Hans Wennborg28fb41c2014-09-22 23:25:12766 },
767 {
Nico Weber1df4a692017-10-16 21:36:30768 # Mac doesn't use lld so it's not included in the default clang bundle
769 # there. lld is however needed in win cross builds, so download it there.
770 # Should run after the clang hook.
771 'name': 'lld/mac',
772 'pattern': '.',
773 'condition': 'host_os == "mac" and checkout_win',
774 'action': ['python', 'src/tools/clang/scripts/download_lld_mac.py'],
775 },
776 {
phajdan.jr2448b2c2015-04-24 21:04:17777 # Update LASTCHANGE.
Stefan Zagerfd5ba192014-08-23 00:29:39778 'name': 'lastchange',
779 'pattern': '.',
780 'action': ['python', 'src/build/util/lastchange.py',
781 '-o', 'src/build/util/LASTCHANGE'],
[email protected]9046a112012-01-31 20:45:25782 },
783 {
Kai Ninomiya96bd9ef92017-10-20 21:30:37784 # Update GPU lists version string (for gpu/config).
785 'name': 'gpu_lists_version',
786 'pattern': '.',
787 'action': ['python', 'src/build/util/lastchange.py',
788 '-m', 'GPU_LISTS_VERSION',
789 '--revision-id-only',
790 '--header', 'src/gpu/config/gpu_lists_version.h'],
791 },
792 {
halcanary5cacab3a2016-07-29 19:23:20793 # Update skia_commit_hash.h.
794 'name': 'lastchange_skia',
795 'pattern': '.',
796 'action': ['python', 'src/build/util/lastchange.py',
797 '-m', 'SKIA_COMMIT_HASH',
798 '-s', 'src/third_party/skia',
799 '--header', 'src/skia/ext/skia_commit_hash.h'],
800 },
[email protected]66968ba2014-03-18 20:27:54801 # Pull GN binaries. This needs to be before running GYP below.
802 {
Stefan Zagerfd5ba192014-08-23 00:29:39803 'name': 'gn_win',
804 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19805 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:12806 'action': [ 'python',
807 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39808 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39809 '--no_auth',
810 '--bucket', 'chromium-gn',
811 '-s', 'src/buildtools/win/gn.exe.sha1',
[email protected]66968ba2014-03-18 20:27:54812 ],
813 },
814 {
Stefan Zagerfd5ba192014-08-23 00:29:39815 'name': 'gn_mac',
816 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19817 'condition': 'host_os == "mac"',
Dan Jacquesda2309d2017-06-08 21:48:12818 'action': [ 'python',
819 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39820 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39821 '--no_auth',
822 '--bucket', 'chromium-gn',
823 '-s', 'src/buildtools/mac/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19824 ],
825 },
826 {
Stefan Zagerfd5ba192014-08-23 00:29:39827 'name': 'gn_linux64',
828 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19829 'condition': 'host_os == "linux"',
Dan Jacquesda2309d2017-06-08 21:48:12830 'action': [ 'python',
831 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39832 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39833 '--no_auth',
834 '--bucket', 'chromium-gn',
835 '-s', 'src/buildtools/linux64/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19836 ],
837 },
[email protected]6eabd702014-01-12 00:19:20838 # Pull clang-format binaries using checked-in hashes.
839 {
Stefan Zagerfd5ba192014-08-23 00:29:39840 'name': 'clang_format_win',
841 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19842 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:12843 'action': [ 'python',
844 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39845 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39846 '--no_auth',
847 '--bucket', 'chromium-clang-format',
848 '-s', 'src/buildtools/win/clang-format.exe.sha1',
[email protected]6eabd702014-01-12 00:19:20849 ],
850 },
851 {
Stefan Zagerfd5ba192014-08-23 00:29:39852 'name': 'clang_format_mac',
853 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19854 'condition': 'host_os == "mac"',
Dan Jacquesda2309d2017-06-08 21:48:12855 'action': [ 'python',
856 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39857 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39858 '--no_auth',
859 '--bucket', 'chromium-clang-format',
860 '-s', 'src/buildtools/mac/clang-format.sha1',
[email protected]6eabd702014-01-12 00:19:20861 ],
862 },
863 {
Stefan Zagerfd5ba192014-08-23 00:29:39864 'name': 'clang_format_linux',
865 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19866 'condition': 'host_os == "linux"',
Dan Jacquesda2309d2017-06-08 21:48:12867 'action': [ 'python',
868 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39869 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39870 '--no_auth',
871 '--bucket', 'chromium-clang-format',
872 '-s', 'src/buildtools/linux64/clang-format.sha1',
[email protected]6ec1d6fc2014-06-25 19:55:21873 ],
874 },
Nico Weber0c0ade82017-10-19 22:34:43875 # Pull rc binaries using checked-in hashes.
876 {
877 'name': 'rc_win',
878 'pattern': '.',
879 'condition': 'checkout_win and host_os == "win"',
880 'action': [ 'python',
881 'src/third_party/depot_tools/download_from_google_storage.py',
882 '--no_resume',
883 '--no_auth',
884 '--bucket', 'chromium-browser-clang/rc',
885 '-s', 'src/build/toolchain/win/rc/win/rc.exe.sha1',
886 ],
887 },
888 {
889 'name': 'rc_mac',
890 'pattern': '.',
891 'condition': 'checkout_win and host_os == "mac"',
892 'action': [ 'python',
893 'src/third_party/depot_tools/download_from_google_storage.py',
894 '--no_resume',
895 '--no_auth',
896 '--bucket', 'chromium-browser-clang/rc',
897 '-s', 'src/build/toolchain/win/rc/mac/rc.sha1',
898 ],
899 },
900 {
901 'name': 'rc_linux',
902 'pattern': '.',
903 'condition': 'checkout_win and host_os == "linux"',
904 'action': [ 'python',
905 'src/third_party/depot_tools/download_from_google_storage.py',
906 '--no_resume',
907 '--no_auth',
908 '--bucket', 'chromium-browser-clang/rc',
909 '-s', 'src/build/toolchain/win/rc/linux64/rc.sha1',
910 ],
911 },
Hans Wennborgfc1e2972017-06-12 18:42:26912 # Pull order files for the win/clang build.
913 {
914 'name': 'orderfiles_win',
915 'pattern': '.',
Paweł Hajdan, Jr004d8b32017-10-02 18:44:22916 'condition': 'checkout_win',
Hans Wennborgfc1e2972017-06-12 18:42:26917 'action': [ 'python',
918 'src/third_party/depot_tools/download_from_google_storage.py',
919 '--no_resume',
Hans Wennborgfc1e2972017-06-12 18:42:26920 '--no_auth',
921 '--bucket', 'chromium-browser-clang/orderfiles',
922 '-d', 'src/chrome/build',
923 ],
924 },
maruel4fbba012015-05-22 21:52:29925 # Pull luci-go binaries (isolate, swarming) using checked-in hashes.
926 {
927 'name': 'luci-go_win',
928 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19929 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:12930 'action': [ 'python',
931 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:29932 '--no_resume',
maruel4fbba012015-05-22 21:52:29933 '--no_auth',
934 '--bucket', 'chromium-luci',
935 '-d', 'src/tools/luci-go/win64',
936 ],
937 },
938 {
939 'name': 'luci-go_mac',
940 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19941 'condition': 'host_os == "mac"',
Dan Jacquesda2309d2017-06-08 21:48:12942 'action': [ 'python',
943 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:29944 '--no_resume',
maruel4fbba012015-05-22 21:52:29945 '--no_auth',
946 '--bucket', 'chromium-luci',
947 '-d', 'src/tools/luci-go/mac64',
948 ],
949 },
950 {
951 'name': 'luci-go_linux',
952 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19953 'condition': 'host_os == "linux"',
Dan Jacquesda2309d2017-06-08 21:48:12954 'action': [ 'python',
955 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:29956 '--no_resume',
maruel4fbba012015-05-22 21:52:29957 '--no_auth',
958 '--bucket', 'chromium-luci',
959 '-d', 'src/tools/luci-go/linux64',
960 ],
961 },
[email protected]f1d116b2014-06-13 18:07:26962 # Pull the Syzygy binaries, used for optimization and instrumentation.
963 {
Stefan Zagerfd5ba192014-08-23 00:29:39964 'name': 'syzygy-binaries',
965 'pattern': '.',
Nico Weberb19437032017-10-09 02:45:09966 'condition': 'host_os == "win"',
Stefan Zagerfd5ba192014-08-23 00:29:39967 'action': ['python',
968 'src/build/get_syzygy_binaries.py',
969 '--output-dir=src/third_party/syzygy/binaries',
Sebastien Marchand0881de72017-07-19 23:45:07970 '--revision=190dbfe74c6f5b5913820fa66d9176877924d7c5',
Stefan Zagerfd5ba192014-08-23 00:29:39971 '--overwrite',
sebmarchandaf7cc2f2016-10-04 18:22:25972 '--copy-dia-binaries',
[email protected]f1d116b2014-06-13 18:07:26973 ],
974 },
erikwright9bdc2bf2015-01-22 20:20:04975 {
Stefan Zagerfd5ba192014-08-23 00:29:39976 'name': 'apache_win32',
977 'pattern': '\\.sha1',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19978 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:12979 'action': [ 'python',
980 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39981 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39982 '--directory',
983 '--recursive',
984 '--no_auth',
985 '--num_threads=16',
986 '--bucket', 'chromium-apache-win32',
987 'src/third_party/apache-win32',
[email protected]2154052a2014-06-14 19:29:26988 ],
989 },
990 {
Dirk Pranke6c360be2017-10-09 19:06:59991 'name': 'msan_chained_origins',
992 'pattern': '.',
993 'condition': 'checkout_instrumented_libraries',
994 'action': [ 'python',
995 'src/third_party/depot_tools/download_from_google_storage.py',
996 "--no_resume",
997 "--no_auth",
998 "--bucket", "chromium-instrumented-libraries",
999 "-s", "src/third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1",
1000 ],
1001 },
1002 {
1003 'name': 'msan_no_origins',
1004 'pattern': '.',
1005 'condition': 'checkout_instrumented_libraries',
1006 'action': [ 'python',
1007 'src/third_party/depot_tools/download_from_google_storage.py',
1008 "--no_resume",
1009 "--no_auth",
1010 "--bucket", "chromium-instrumented-libraries",
1011 "-s", "src/third_party/instrumented_libraries/binaries/msan-no-origins-trusty.tgz.sha1",
1012 ],
thomasandersonaa441f52017-04-04 22:35:391013 },
1014 {
bradnelson20c9a7312016-08-30 17:45:471015 "name": "wasm_fuzzer",
1016 "pattern": ".",
Dan Jacquesda2309d2017-06-08 21:48:121017 'action': [ 'python',
1018 'src/third_party/depot_tools/download_from_google_storage.py',
bradnelson20c9a7312016-08-30 17:45:471019 "--no_resume",
1020 "--no_auth",
1021 "-u",
1022 "--bucket", "v8-wasm-fuzzer",
ahaasec987e5d2017-05-17 11:25:361023 "-s", "src/v8/test/fuzzer/wasm_corpus.tar.gz.sha1",
bradnelson20c9a7312016-08-30 17:45:471024 ],
1025 },
1026 {
chenwilliam56a90382016-12-09 02:16:281027 'name': 'devtools_install_node',
1028 'action': [ 'python',
1029 'src/third_party/WebKit/Source/devtools/scripts/local_node/node.py',
1030 '--running-as-hook',
1031 '--version',
1032 ],
1033 },
dpapadcbee6ab2017-01-14 03:05:531034
1035 # Pull down Node binaries for WebUI toolchain.
1036 {
1037 'name': 'node_linux64',
1038 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191039 'condition': 'host_os == "linux"',
Dan Jacquesda2309d2017-06-08 21:48:121040 'action': [ 'python',
1041 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531042 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531043 '--extract',
1044 '--no_auth',
1045 '--bucket', 'chromium-nodejs/6.9.4',
1046 '-s', 'src/third_party/node/linux/node-linux-x64.tar.gz.sha1',
1047 ],
1048 },
1049 {
1050 'name': 'node_mac',
1051 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191052 'condition': 'host_os == "mac"',
Dan Jacquesda2309d2017-06-08 21:48:121053 'action': [ 'python',
1054 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531055 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531056 '--extract',
1057 '--no_auth',
1058 '--bucket', 'chromium-nodejs/6.9.4',
1059 '-s', 'src/third_party/node/mac/node-darwin-x64.tar.gz.sha1',
1060 ],
1061 },
1062 {
1063 'name': 'node_win',
1064 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191065 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:121066 'action': [ 'python',
1067 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531068 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531069 '--no_auth',
1070 '--bucket', 'chromium-nodejs/6.9.4',
1071 '-s', 'src/third_party/node/win/node.exe.sha1',
1072 ],
1073 },
1074
1075 # Pull down NPM dependencies for WebUI toolchain.
1076 {
1077 'name': 'webui_node_modules',
1078 'pattern': '.',
Dan Jacquesda2309d2017-06-08 21:48:121079 'action': [ 'python',
1080 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531081 '--no_resume',
1082 '--extract',
1083 '--no_auth',
1084 '--bucket', 'chromium-nodejs',
1085 '-s', 'src/third_party/node/node_modules.tar.gz.sha1',
1086 ],
1087 },
kainino61f7bce2017-04-28 21:53:271088
1089 # Download Telemetry's binary dependencies
1090 {
1091 'name': 'fetch_telemetry_binary_dependencies',
1092 'pattern': '.',
1093 'action': [ 'python',
Dirk Pranke4c3098b2017-10-10 18:57:221094 'src/tools/perf/conditionally_execute',
1095 '--gyp-condition', 'fetch_telemetry_dependencies=1',
kainino61f7bce2017-04-28 21:53:271096 'src/third_party/catapult/telemetry/bin/fetch_telemetry_binary_dependencies',
1097 ],
1098 },
John Budorickda2bfbb2017-05-30 22:17:591099
Dirk Pranke099b747b2017-10-06 04:29:091100 # This is used to ensure that all network operations are properly
1101 # annotated so we can document what they're for.
1102 {
1103 'name': 'tools_traffic_annotation_linux',
1104 'pattern': '.',
1105 'condition': 'host_os == "linux" and checkout_traffic_annotation_tools',
1106 'action': [ 'python',
1107 'src/third_party/depot_tools/download_from_google_storage.py',
1108 '--no_resume',
Dirk Pranke099b747b2017-10-06 04:29:091109 '--no_auth',
1110 '--num_threads=4',
1111 '--bucket', 'chromium-tools-traffic_annotation',
1112 '-d', 'src/tools/traffic_annotation/bin/linux64',
1113 ],
1114 },
1115
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401116 # Pull down Zucchini test data.
1117 {
1118 'name': 'zucchini_testdata',
1119 'pattern': '.',
1120 'action': [ 'python',
1121 'src/third_party/depot_tools/download_from_google_storage.py',
1122 '--no_resume',
1123 '--no_auth',
huangs3bad8e22017-09-05 21:50:001124 '--num_threads=4',
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401125 '--bucket', 'chromium-binary-patching',
1126 '-d', 'src/chrome/installer/zucchini/testdata',
1127 ],
1128 },
1129
Paweł Hajdan, Jre7eed642017-10-02 16:46:561130 {
1131 # This downloads SDK extras and puts them in the
1132 # third_party/android_tools/sdk/extras directory.
1133 'name': 'sdkextras',
1134 'pattern': '.',
1135 'condition': 'checkout_android',
1136 # When adding a new sdk extras package to download, add the package
1137 # directory and zip file to .gitignore in third_party/android_tools.
John Budorick2d487c92017-10-27 21:22:371138 'action': ['python',
1139 'src/build/android/play_services/update.py',
1140 'download'
1141 ],
1142 },
1143 {
1144 'name': 'android_system_sdk',
1145 'pattern': '.',
1146 'condition': 'checkout_android',
1147 'action': ['python',
1148 'src/build/android/update_deps/update_third_party_deps.py',
1149 'download',
1150 '-b', 'android_system_stubs',
1151 '-l', 'third_party/android_system_sdk'
Paweł Hajdan, Jre7eed642017-10-02 16:46:561152 ],
1153 },
John Budorickbbdcc492017-10-09 18:57:091154 # Download checkstyle for use in PRESUBMIT for Java changes.
1155 {
1156 'name': 'checkstyle',
1157 'pattern': '.',
1158 # Must also be downloaded on linux for use on chromium_presubmit.
1159 'condition': 'checkout_android or checkout_linux',
1160 'action': [ 'python',
1161 'src/third_party/depot_tools/download_from_google_storage.py',
1162 '--no_resume',
1163 '--no_auth',
1164 '--bucket', 'chromium-android-tools/checkstyle',
1165 '-s', 'src/third_party/checkstyle/checkstyle-8.0-all.jar.sha1'
1166 ],
1167 },
Paweł Hajdan, Jre7eed642017-10-02 16:46:561168 {
John Budorick2d487c92017-10-27 21:22:371169 'name': 'intellij',
1170 'pattern': '.',
1171 'condition': 'checkout_android',
1172 'action': ['python',
1173 'src/build/android/update_deps/update_third_party_deps.py',
1174 'download',
1175 '-b', 'chromium-intellij',
1176 '-l', 'third_party/intellij'
1177 ],
1178 },
1179 {
1180 'name': 'javax_inject',
1181 'pattern': '.',
1182 'condition': 'checkout_android',
1183 'action': ['python',
1184 'src/build/android/update_deps/update_third_party_deps.py',
1185 'download',
1186 '-b', 'chromium-javax-inject',
1187 '-l', 'third_party/javax_inject'
1188 ],
1189 },
1190 {
1191 'name': 'hamcrest',
1192 'pattern': '.',
1193 'condition': 'checkout_android',
1194 'action': ['python',
1195 'src/build/android/update_deps/update_third_party_deps.py',
1196 'download',
1197 '-b', 'chromium-hamcrest',
1198 '-l', 'third_party/hamcrest'
1199 ],
1200 },
1201 {
1202 'name': 'guava',
1203 'pattern': '.',
1204 'condition': 'checkout_android',
1205 'action': ['python',
1206 'src/build/android/update_deps/update_third_party_deps.py',
1207 'download',
1208 '-b', 'chromium-guava',
1209 '-l', 'third_party/guava'
1210 ],
1211 },
1212 {
1213 'name': 'android_support_test_runner',
1214 'pattern': '.',
1215 'condition': 'checkout_android',
1216 'action': ['python',
1217 'src/build/android/update_deps/update_third_party_deps.py',
1218 'download',
1219 '-b', 'chromium-android-support-test-runner',
1220 '-l', 'third_party/android_support_test_runner'
1221 ],
1222 },
1223 {
1224 'name': 'byte_buddy',
1225 'pattern': '.',
1226 'condition': 'checkout_android',
1227 'action': ['python',
1228 'src/build/android/update_deps/update_third_party_deps.py',
1229 'download',
1230 '-b', 'chromium-byte-buddy',
1231 '-l', 'third_party/byte_buddy'
1232 ],
1233 },
1234 {
1235 'name': 'espresso',
1236 'pattern': '.',
1237 'condition': 'checkout_android',
1238 'action': ['python',
1239 'src/build/android/update_deps/update_third_party_deps.py',
1240 'download',
1241 '-b', 'chromium-espresso',
1242 '-l', 'third_party/espresso'
1243 ],
1244 },
1245 {
1246 'name': 'robolectric_libs',
1247 'pattern': '.',
1248 'condition': 'checkout_android',
1249 'action': ['python',
1250 'src/build/android/update_deps/update_third_party_deps.py',
1251 'download',
1252 '-b', 'chromium-robolectric',
1253 '-l', 'third_party/robolectric'
1254 ],
1255 },
1256 {
1257 'name': 'apache_velocity',
1258 'pattern': '.',
1259 'condition': 'checkout_android',
1260 'action': ['python',
1261 'src/build/android/update_deps/update_third_party_deps.py',
1262 'download',
1263 '-b', 'chromium-apache-velocity',
1264 '-l', 'third_party/apache_velocity'
1265 ],
1266 },
1267 {
1268 'name': 'ow2_asm',
1269 'pattern': '.',
1270 'condition': 'checkout_android',
1271 'action': ['python',
1272 'src/build/android/update_deps/update_third_party_deps.py',
1273 'download',
1274 '-b', 'chromium-ow2-asm',
1275 '-l', 'third_party/ow2_asm'
1276 ],
1277 },
1278 {
1279 'name': 'desugar',
1280 'pattern': '.',
1281 'condition': 'checkout_android',
1282 'action': ['python',
1283 'src/build/android/update_deps/update_third_party_deps.py',
1284 'download',
1285 '-b', 'chromium-android-tools/bazel/desugar',
1286 '-l', 'third_party/bazel/desugar'
1287 ],
1288 },
1289 {
1290 'name': 'apk-patch-size-estimator',
1291 'pattern': '.',
1292 'condition': 'checkout_android',
1293 'action': ['python',
1294 'src/build/android/update_deps/update_third_party_deps.py',
1295 'download',
1296 '-b', 'chromium-android-tools/apk-patch-size-estimator',
1297 '-l', 'third_party/apk-patch-size-estimator/lib'
1298 ],
1299 },
1300 {
1301 'name': 'icu4j',
1302 'pattern': '.',
1303 'condition': 'checkout_android',
1304 'action': ['python',
1305 'src/build/android/update_deps/update_third_party_deps.py',
1306 'download',
1307 '-b', 'chromium-icu4j',
1308 '-l', 'third_party/icu4j'
1309 ],
1310 },
1311 {
1312 'name': 'accessibility_test_framework',
1313 'pattern': '.',
1314 'condition': 'checkout_android',
1315 'action': ['python',
1316 'src/build/android/update_deps/update_third_party_deps.py',
1317 'download',
1318 '-b', 'chromium-accessibility-test-framework',
1319 '-l', 'third_party/accessibility_test_framework'
1320 ],
1321 },
1322 {
1323 'name': 'bouncycastle',
1324 'pattern': '.',
1325 'condition': 'checkout_android',
1326 'action': ['python',
1327 'src/build/android/update_deps/update_third_party_deps.py',
1328 'download',
1329 '-b', 'chromium-bouncycastle',
1330 '-l', 'third_party/bouncycastle'
1331 ],
1332 },
1333 {
1334 'name': 'sqlite4java',
1335 'pattern': '.',
1336 'condition': 'checkout_android',
1337 'action': ['python',
1338 'src/build/android/update_deps/update_third_party_deps.py',
1339 'download',
1340 '-b', 'chromium-sqlite4java',
1341 '-l', 'third_party/sqlite4java'
1342 ],
1343 },
1344 {
1345 'name': 'gson',
1346 'pattern': '.',
1347 'condition': 'checkout_android',
1348 'action': ['python',
1349 'src/build/android/update_deps/update_third_party_deps.py',
1350 'download',
1351 '-b', 'chromium-gson',
1352 '-l', 'third_party/gson',
1353 ],
1354 },
1355 {
1356 'name': 'objenesis',
1357 'pattern': '.',
1358 'condition': 'checkout_android',
1359 'action': ['python',
1360 'src/build/android/update_deps/update_third_party_deps.py',
1361 'download',
1362 '-b', 'chromium-objenesis',
1363 '-l', 'third_party/objenesis'
1364 ],
1365 },
1366 {
1367 'name': 'xstream',
1368 'pattern': '.',
1369 'condition': 'checkout_android',
1370 'action': ['python',
1371 'src/build/android/update_deps/update_third_party_deps.py',
1372 'download',
1373 '-b', 'chromium-robolectric',
1374 '-l', 'third_party/xstream'
1375 ],
1376 },
1377 {
Paweł Hajdan, Jre7eed642017-10-02 16:46:561378 'name': 'gvr_static_shim_android_arm',
1379 'pattern': '\\.sha1',
1380 'condition': 'checkout_android',
Benoit L0a47fd182017-08-16 10:03:261381 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121382 'src/third_party/depot_tools/download_from_google_storage.py',
thakis973bb2432017-05-24 15:27:141383 '--no_resume',
thakis973bb2432017-05-24 15:27:141384 '--no_auth',
1385 '--bucket', 'chromium-gvr-static-shim',
1386 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm.a.sha1',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561387 ],
1388 },
1389 {
1390 'name': 'gvr_static_shim_android_arm64',
1391 'pattern': '\\.sha1',
1392 'condition': 'checkout_android',
Benoit L0a47fd182017-08-16 10:03:261393 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121394 'src/third_party/depot_tools/download_from_google_storage.py',
thakis973bb2432017-05-24 15:27:141395 '--no_resume',
thakis973bb2432017-05-24 15:27:141396 '--no_auth',
1397 '--bucket', 'chromium-gvr-static-shim',
1398 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm64.a.sha1',
1399 ],
Paweł Hajdan, Jre7eed642017-10-02 16:46:561400 },
1401 {
1402 'name': 'vr_controller_test_api',
1403 'pattern': '\\.sha1',
1404 'condition': 'checkout_android',
Benoit L0a47fd182017-08-16 10:03:261405 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121406 'src/third_party/depot_tools/download_from_google_storage.py',
thakis973bb2432017-05-24 15:27:141407 '--no_resume',
thakis973bb2432017-05-24 15:27:141408 '--no_auth',
1409 '--bucket', 'chromium-gvr-static-shim/controller_test_api',
1410 '-s', 'src/third_party/gvr-android-sdk/test-libraries/controller_test_api.aar.sha1',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561411 ],
1412 },
1413 # Download VR test APKs only if the environment variable is set
1414 {
1415 'name': 'vr_test_apks',
1416 'pattern': '.',
1417 'condition': 'checkout_android',
1418 'action': [ 'python',
John Budorick2d487c92017-10-27 21:22:371419 'src/third_party/gvr-android-sdk/test-apks/update.py',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561420 ],
1421 },
1422 {
1423 # Pull doclava binaries if building for Android.
1424 'name': 'doclava',
1425 'pattern': '.',
1426 'condition': 'checkout_android',
John Budorick2d487c92017-10-27 21:22:371427 'action': ['python',
1428 'src/build/android/download_doclava.py',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561429 ],
1430 },
1431
1432 {
1433 'name': 'fuchsia_sdk',
1434 'pattern': '.',
1435 'condition': 'checkout_fuchsia',
1436 'action': [
1437 'python',
1438 'src/build/fuchsia/update_sdk.py',
Sergey Ulanov85b5b4382017-10-30 08:02:291439 '04840186b5fc14dc35b12e77f8028330a4bd8333',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561440 ],
1441 },
Dan Jacques9731b23a2017-10-12 20:40:171442
1443 # Download and initialize "vpython" VirtualEnv environment packages.
1444 {
1445 'name': 'vpython_common',
1446 'pattern': '.',
1447 'action': [ 'vpython',
1448 '-vpython-spec', 'src/.vpython',
1449 '-vpython-tool', 'install',
1450 ],
1451 },
Paweł Hajdan, Jre7eed642017-10-02 16:46:561452]
scottmg4cd62bec2017-05-16 03:55:251453
jbudoricke6932bfd2016-09-07 02:09:221454recursedeps = [
bungeman1835f982016-09-28 18:33:221455 # buildtools provides clang_format, libc++, and libc++abi
1456 'src/buildtools',
jbudoricke6932bfd2016-09-07 02:09:221457 # android_tools manages the NDK.
1458 'src/third_party/android_tools',
1459 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1460 ("src/third_party/angle", "DEPS.chromium"),
Paweł Hajdan, Jr37a7a742017-09-25 11:37:301461 # src-internal has its own DEPS file to pull additional internal repos
1462 'src-internal',
jbudoricke6932bfd2016-09-07 02:09:221463]