blob: a4ac86a858be991ca1fbd8042ee89a8cf58f8da0 [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
Dirk Pranke099b747b2017-10-06 04:29:0941 # TODO(dpranke): change to != "small" once != is supported.
Dirk Pranke5e953152017-10-10 16:26:4442 'checkout_traffic_annotation_tools': 'checkout_configuration == "default"',
Dirk Pranke4c3098b2017-10-10 18:57:2243 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
Dirk Pranke5e953152017-10-10 16:26:4444
Stefan Zagerfd5ba192014-08-23 00:29:3945 'chromium_git': 'https://chromium.googlesource.com',
dpranke4778c712016-09-23 01:15:5646 'swiftshader_git': 'https://swiftshader.googlesource.com',
47 'pdfium_git': 'https://pdfium.googlesource.com',
48 'boringssl_git': 'https://boringssl.googlesource.com',
agable851c6f7252016-11-04 17:17:3949 'skia_git': 'https://skia.googlesource.com',
Henrik Kjellander7c0b28b2017-09-13 20:25:0250 'webrtc_git': 'https://webrtc.googlesource.com',
thestig3e7d8e02015-09-28 23:54:4651 # Three lines of non-changing comments so that
thestig3e7d8e02015-09-28 23:54:4652 # the commit queue can handle CLs rolling sfntly
53 # and whatever else without interference from each other.
thestig930abad2017-04-18 02:44:3354 'sfntly_revision': '2439bd08ff93d4dce761dd6b825917938bd35a4f',
thestig3e7d8e02015-09-28 23:54:4655 # Three lines of non-changing comments so that
56 # the commit queue can handle CLs rolling Skia
57 # and whatever else without interference from each other.
[email protected]0ef3bb72017-10-20 07:52:1158 'skia_revision': 'e576d14e5d484116eb261f54c6306e98b6e19b2e',
[email protected]5eb3022e2011-11-23 16:42:2659 # Three lines of non-changing comments so that
sbce2d44aee2015-06-09 03:06:0460 # the commit queue can handle CLs rolling V8
61 # and whatever else without interference from each other.
v8-autoroll61503be2017-10-20 16:02:0762 'v8_revision': 'e7f0892efc548dd0b299e3c947fa598811fc21ba',
[email protected]20e0e752012-09-14 15:56:5263 # Three lines of non-changing comments so that
[email protected]10d8ac32013-10-31 13:34:3164 # the commit queue can handle CLs rolling swarming_client
[email protected]7f4fc412013-02-24 00:16:5165 # and whatever else without interference from each other.
Tim 'mithro' Ansell519e4312017-09-08 02:26:1966 'swarming_revision': '5e8001d9a710121ce7a68efd0804430a34b4f9e4',
[email protected]d0982f92013-03-19 10:26:2067 # Three lines of non-changing comments so that
[email protected]62f231902014-03-11 10:19:2068 # the commit queue can handle CLs rolling ANGLE
69 # and whatever else without interference from each other.
Frank Henigman320725792017-10-19 18:00:2370 'angle_revision': 'cbcb96fcda67b3059f92486f295bc2cfcb8e2d53',
[email protected]f58d3292014-05-14 01:56:5471 # Three lines of non-changing comments so that
72 # the commit queue can handle CLs rolling build tools
73 # and whatever else without interference from each other.
Jamie Madill4f6aa3372017-10-17 02:56:3174 'buildtools_revision': 'e043d81e9185a2445fa3ec3fc34a4f69b58d4969',
dpranke7a694fe2015-08-18 05:11:2975 # Three lines of non-changing comments so that
capne3976c22016-08-12 22:06:1776 # the commit queue can handle CLs rolling SwiftShader
77 # and whatever else without interference from each other.
Alexis Hetuf0794182017-10-06 21:21:1878 'swiftshader_revision': 'ec5da193b1c29dc8bee19dcc8fe297901ff74911',
capne3976c22016-08-12 22:06:1779 # Three lines of non-changing comments so that
dpranke7a694fe2015-08-18 05:11:2980 # the commit queue can handle CLs rolling PDFium
[email protected]d6a2e88f12014-05-19 19:27:0381 # and whatever else without interference from each other.
[email protected]7aa885c2017-10-20 05:22:1982 'pdfium_revision': 'd0b48fa54263ac6d5bdd3d7ffadfb7010b9c77da',
[email protected]99e1c5c2014-06-20 13:02:2983 # Three lines of non-changing comments so that
84 # the commit queue can handle CLs rolling openmax_dl
85 # and whatever else without interference from each other.
scottmgc460f9122016-11-19 01:50:2686 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7',
[email protected]7ee3af52014-07-06 18:16:4787 # Three lines of non-changing comments so that
88 # the commit queue can handle CLs rolling BoringSSL
89 # and whatever else without interference from each other.
David Benjamin785c09d2017-10-11 19:57:5290 'boringssl_revision': '664e99a6486c293728097c661332f92bf2d847c6',
szager29407eb2014-08-26 13:09:3191 # Three lines of non-changing comments so that
szager29407eb2014-08-26 13:09:3192 # the commit queue can handle CLs rolling google-toolbox-for-mac
93 # and whatever else without interference from each other.
Mark Mentovai9ed143162017-07-24 19:04:4794 'google_toolbox_for_mac_revision': '3c3111d3aefe907c8c0f0e933029608d96ceefeb',
szager29407eb2014-08-26 13:09:3195 # Three lines of non-changing comments so that
96 # the commit queue can handle CLs rolling lighttpd
97 # and whatever else without interference from each other.
98 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
99 # Three lines of non-changing comments so that
100 # the commit queue can handle CLs rolling lss
101 # and whatever else without interference from each other.
Torne (Richard Coles)9a6106e2017-10-20 17:48:17102 'lss_revision': 'e6527b0cd469e3ff5764785dadcb39bf7d787154',
mseaborn851e1bd12014-09-05 08:00:14103 # Three lines of non-changing comments so that
104 # the commit queue can handle CLs rolling NaCl
105 # and whatever else without interference from each other.
[email protected]280a28d82017-10-01 00:05:41106 'nacl_revision': '7f07816e463da403255f0ab4f6d88004450dd09d',
cwallezf2b03492015-08-25 15:08:18107 # Three lines of non-changing comments so that
drottfe896a82017-03-06 12:12:54108 # the commit queue can handle CLs rolling freetype
bcf53f862ea2016-02-02 05:08:42109 # and whatever else without interference from each other.
Ben Wagnere014fe92017-10-17 14:15:54110 'freetype_revision': '94f6d57a4c4264e59493ccdf9b8cef92600c0c25',
robertocn4567f4d2016-03-23 03:36:07111 # Three lines of non-changing comments so that
112 # the commit queue can handle CLs rolling catapult
113 # and whatever else without interference from each other.
Trent Apted61ba8432017-10-20 06:12:05114 'catapult_revision': '22e74ebb13a5b87981c4a2f6a8594390f2496d0b',
ochangcbd1cf202016-04-01 21:37:37115 # Three lines of non-changing comments so that
116 # the commit queue can handle CLs rolling libFuzzer
117 # and whatever else without interference from each other.
Max Moroz9575c0e2017-10-06 16:50:01118 'libfuzzer_revision': '06fb50cc1f0197398c8a70658928a3b91912e68a',
chenwilliam56a90382016-12-09 02:16:28119 # Three lines of non-changing comments so that
120 # the commit queue can handle CLs rolling devtools-node-modules
121 # and whatever else without interference from each other.
122 'devtools_node_modules_revision': '6226d6cd80aaf2e5295ed460cf73ef6a582e4d78',
kmarshall520f9512017-01-24 23:25:01123 # Three lines of non-changing comments so that
aizatsky8904f9c2017-03-03 19:50:05124 # the commit queue can handle CLs rolling libprotobuf-mutator
125 # and whatever else without interference from each other.
Jonathan Metzmand36d15de2017-09-13 23:11:32126 'libprotobuf-mutator': '52af4b0f6f55f9d8836acb605e902db49eb8e6b4',
[email protected]5f129de2009-02-24 23:22:04127}
128
tandrii74b7e422014-09-23 16:45:27129# Only these hosts are allowed for dependencies in this DEPS file.
130# If you need to add a new host, contact chrome infrastracture team.
131allowed_hosts = [
tandriicb12c642015-03-27 19:00:55132 'android.googlesource.com',
agable851c6f7252016-11-04 17:17:39133 'boringssl.googlesource.com',
Paweł Hajdan, Jr37a7a742017-09-25 11:37:30134 'chrome-internal.googlesource.com',
agable851c6f7252016-11-04 17:17:39135 'chromium.googlesource.com',
136 'pdfium.googlesource.com',
137 'skia.googlesource.com',
capne3976c22016-08-12 22:06:17138 'swiftshader.googlesource.com',
Henrik Kjellander7c0b28b2017-09-13 20:25:02139 'webrtc.googlesource.com',
tandrii74b7e422014-09-23 16:45:27140]
141
[email protected]5f129de2009-02-24 23:22:04142deps = {
Stefan Zagerfd5ba192014-08-23 00:29:39143 'src/buildtools':
dpranke4778c712016-09-23 01:15:56144 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
[email protected]f58d3292014-05-14 01:56:54145
Paweł Hajdan, Jr7af368952017-10-02 12:25:36146 'src/chrome/installer/mac/third_party/xz/xz': {
147 'url': Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7',
148 'condition': 'checkout_mac',
149 },
150
Stefan Zagerfd5ba192014-08-23 00:29:39151 'src/chrome/test/data/perf/canvas_bench':
dpranke4778c712016-09-23 01:15:56152 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732',
[email protected]700e7e32012-02-22 17:04:38153
Stefan Zagerfd5ba192014-08-23 00:29:39154 'src/chrome/test/data/perf/frame_rate/content':
dpranke4778c712016-09-23 01:15:56155 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c88463efeef6bb19c9ec07c42bc8fe22b9',
[email protected]40646b012011-07-26 02:30:26156
bsheedy01d93942017-07-27 22:49:38157 'src/chrome/test/data/vr/webvr_info':
bsheedyed9c17442017-10-04 22:22:55158 Var('chromium_git') + '/external/github.com/toji/webvr.info.git' + '@' + 'd73e6182287e3c6c0daa4d3d2ea578a31a2e5a6b',
bsheedy01d93942017-07-27 22:49:38159
Paweł Hajdan, Jr7af368952017-10-02 12:25:36160 'src/ios/third_party/earl_grey/src': {
161 'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + 'b8f1ed850b3b8c059d2912ac4c25a2480ddba826',
162 'condition': 'checkout_ios',
163 },
164
165 'src/ios/third_party/fishhook/src': {
166 'url': Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c',
167 'condition': 'checkout_ios',
168 },
169
170 'src/ios/third_party/gcdwebserver/src': {
171 'url': Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@' + '43555c66627f6ed44817855a0f6d465f559d30e0',
172 'condition': 'checkout_ios',
173 },
174
175 'src/ios/third_party/material_components_ios/src': {
iOS Autoroller702ec1942017-10-12 22:54:44176 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'f754315c1986ab41de55e038420e5154612660ea',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36177 'condition': 'checkout_ios',
178 },
179
180 'src/ios/third_party/material_font_disk_loader_ios/src': {
181 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-font-disk-loader-ios.git' + '@' + '8e30188777b016182658fbaa0a4a020a48183224',
182 'condition': 'checkout_ios',
183 },
184
185 'src/ios/third_party/material_roboto_font_loader_ios/src': {
186 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-roboto-font-loader-ios.git' + '@' + '4aa51e906e5671c71d24e991f1f10d782a58409f',
187 'condition': 'checkout_ios',
188 },
189
190 'src/ios/third_party/material_sprited_animation_view_ios/src': {
191 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-sprited-animation-view-ios.git' + '@' + 'c6e16d06bdafd95540c62b3402d9414692fbca81',
192 'condition': 'checkout_ios',
193 },
194
195 'src/ios/third_party/material_text_accessibility_ios/src': {
196 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-text-accessibility-ios.git' + '@' + '7340b22cc589101ba0b11516afe4f3a733041951',
197 'condition': 'checkout_ios',
198 },
199
200 'src/ios/third_party/ochamcrest/src': {
Eric Noyaudaabeb52017-10-13 16:29:11201 'url': Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + '92d9c14d13bb864255e65c09383564653896916b',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36202 'condition': 'checkout_ios',
203 },
204
jrummellf715b1692015-10-21 23:26:26205 'src/media/cdm/api':
John Rummellf7923132017-09-12 20:07:04206 Var('chromium_git') + '/chromium/cdm.git' + '@' + '1f49c55d3151a4e1eec088befee5f578fea81f4b',
[email protected]255c43f2013-06-07 08:54:11207
Paweł Hajdan, Jrda2f3312017-10-11 16:24:39208 'src/native_client':
209 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'),
[email protected]bba1c0dd2013-08-19 10:33:31210
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42211 'src/third_party/SPIRV-Tools/src':
212 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + '@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c',
jinsukkim21d3369fc2016-06-21 06:16:03213
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16214 'src/third_party/android_protobuf/src': {
215 'url': Var('chromium_git') + '/external/android_protobuf.git' + '@' + '7fca48d8ce97f7ba3ab8eea5c472f1ad3711762f',
216 'condition': 'checkout_android',
217 },
218
219 'src/third_party/android_tools': {
Peter Wen5c71edf62017-10-16 20:35:45220 'url': Var('chromium_git') + '/android_tools.git' + '@' + '110e5f6c0dcb6f7d586ac0c00f10bc7d1d410088',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16221 'condition': 'checkout_android',
222 },
223
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42224 'src/third_party/angle':
225 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
226
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16227 'src/third_party/apache-portable-runtime/src': {
228 'url': Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a8c4277e09a82eaa229e35246edea1ee0a6a1',
229 'condition': 'checkout_android',
230 },
231
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42232 'src/third_party/bidichecker':
233 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0',
234
Paweł Hajdan, Jr7af368952017-10-02 12:25:36235 'src/third_party/bison': {
236 'url': Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5464ee2b224c2df649c6e26c3',
237 'condition': 'checkout_win',
238 },
239
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42240 'src/third_party/boringssl/src':
241 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
242
243 'src/third_party/breakpad/breakpad':
Peter Collingbournedae9d102017-10-19 23:52:54244 Var('chromium_git') + '/breakpad/breakpad.git' + '@' + '072f86ca83bb7138fe33f10b6380badd9ef7f065',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42245
246 'src/third_party/catapult':
247 Var('chromium_git') + '/catapult.git' + '@' + Var('catapult_revision'),
248
249 'src/third_party/ced/src':
250 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9',
251
Paweł Hajdan, Jr7af368952017-10-02 12:25:36252 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
253 'src/third_party/chromite': {
Ahmed Fakhry80329242017-10-13 17:25:59254 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '85c606aae820e29d6ccfa5589af365536eaf9ad1',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36255 'condition': 'checkout_linux',
256 },
257
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42258 'src/third_party/cld_2/src':
259 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84b58a5d7690ebf05a91406f371ce00c3daf31c0',
260
261 'src/third_party/cld_3/src':
262 Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + 'ae02d6b8a2af41e87c956c7c7d3f651a8b7b9e79',
263
264 'src/third_party/colorama/src':
265 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
266
267 'src/third_party/crc32c/src':
Victor Costanf05fce322017-10-02 20:25:24268 Var('chromium_git') + '/external/github.com/google/crc32c.git' + '@' + '0f771ed5ef83556451e1736f22b1a11054dc81c3',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42269
Paweł Hajdan, Jr7af368952017-10-02 12:25:36270 # For Linux and Chromium OS.
271 'src/third_party/cros_system_api': {
Lutz Justen03436e32017-10-17 14:02:15272 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '106eeed3635eef25a103c5fc27ce237854d27108',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36273 'condition': 'checkout_linux',
274 },
275
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42276 'src/third_party/custom_tabs_client/src': {
277 'url': Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-client.git' + '@' + 'cff061038b852d647f7044d828a9df78aa135f38',
278 'condition': 'checkout_android',
279 },
280
281 'src/third_party/depot_tools':
[email protected]8db7c9592017-10-20 07:52:34282 Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'a0c5f0850a4c3c5a61ca84dabfb1c788d5c4b9b1',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42283
Paweł Hajdan, Jr7af368952017-10-02 12:25:36284 # DevTools node modules. Used on Linux buildbots only.
285 'src/third_party/devtools-node-modules': {
286 'url': Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision'),
287 'condition': 'checkout_linux',
288 },
289
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42290 'src/third_party/dom_distiller_js/dist':
Wei-Yin Chen (陳威尹)c47f4cf2017-10-16 19:22:27291 Var('chromium_git') + '/chromium/dom-distiller/dist.git' + '@' + '7a530fc00184ee28e79a2b45270906cacaf00d3b',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42292
293 'src/third_party/elfutils/src': {
294 'url': Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de4f3760bdcaa3d23d154d7',
295 'condition': 'checkout_android',
296 },
297
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16298 'src/third_party/errorprone/lib': {
Peter Wen31683a92017-10-12 20:07:13299 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '6a55852cd7d1ef2f05a75d300495143be2a051d4',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16300 'condition': 'checkout_android',
301 },
302
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42303 'src/third_party/ffmpeg':
Dale Curtisc51b7382017-10-20 17:38:41304 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'e4859f9094f2e80e5845863da7c55d846c4f86f7',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42305
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16306 'src/third_party/findbugs': {
307 'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac77ea0a194813d3065dd780c6e566',
308 'condition': 'checkout_android',
309 },
310
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42311 'src/third_party/flac':
312 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '7d0f5b3a173ffe98db08057d1f52b7787569e0a6',
313
314 'src/third_party/flatbuffers/src':
315 Var('chromium_git') + '/external/github.com/google/flatbuffers.git' + '@' + '01c50d57a67a52ee3cddd81b54d4647e9123a290',
316
Paweł Hajdan, Jr7af368952017-10-02 12:25:36317 # Used for embedded builds. CrOS & Linux use the system version.
318 'src/third_party/fontconfig/src': {
319 'url': Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b749f9823c51827a60aeb5c1',
320 'condition': 'checkout_linux',
321 },
322
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42323 'src/third_party/freetype/src':
324 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_revision'),
325
Paweł Hajdan, Jr7af368952017-10-02 12:25:36326 # Chrome OS touchpad gestures library.
327 'src/third_party/gestures/gestures': {
David Revemane25bd88e2017-10-02 21:06:05328 'url': Var('chromium_git') + '/chromiumos/platform/gestures.git' + '@' + '74f55100df966280d305d5d5ada824605f875839',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36329 'condition': 'checkout_linux',
330 },
331
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42332 'src/third_party/glslang/src':
333 Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210c6bf4d8119dc5f8ac21da2d4c87184f7015e0',
334
Paweł Hajdan, Jrc3ae0852017-10-02 16:46:22335 'src/third_party/google_toolbox_for_mac/src': {
336 'url': Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'),
337 'condition': 'checkout_ios or checkout_mac',
338 },
339
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42340 'src/third_party/googletest/src':
341 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '7f8fefabedf2965980585be8c2bff97458f28e0b',
342
Paweł Hajdan, Jr7af368952017-10-02 12:25:36343 # GNU binutils assembler for x86-32.
344 'src/third_party/gnu_binutils': {
345 'url': Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436',
Paweł Hajdan, Jrda2f3312017-10-11 16:24:39346 'condition': 'checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36347 },
348
349 'src/third_party/gperf': {
350 'url': Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f9449770443fb06da49b5a1e5d33c1',
351 'condition': 'checkout_win',
352 },
353
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42354 'src/third_party/gvr-android-sdk/src': {
355 'url': Var('chromium_git') + '/external/github.com/googlevr/gvr-android-sdk.git' + '@' + 'ee5cb1c6138d0be57e82ddafc1b54d7d3e3e5560',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16356 'condition': 'checkout_android',
357 },
358
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42359 'src/third_party/hunspell_dictionaries':
Chris Nardieea5de82017-10-14 22:21:31360 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'a9bac57ce6c9d390a52ebaad3259f5fdb871210e',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42361
362 'src/third_party/icu':
Jungshik Shin1b4f3c6b2017-10-12 01:18:14363 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '21d33b1a09a77f033478ea4ffffb61e6970f83bd',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42364
365 'src/third_party/jsoncpp/source':
366 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248
367
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16368 'src/third_party/jsr-305/src': {
369 'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
370 'condition': 'checkout_android',
371 },
372
373 'src/third_party/junit/src': {
374 'url': Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481',
375 'condition': 'checkout_android',
376 },
377
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42378 'src/third_party/leakcanary/src': {
379 'url': Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e',
380 'condition': 'checkout_android',
381 },
382
383 'src/third_party/leveldatabase/src':
Victor Costan7f1a6b12017-10-09 19:00:34384 Var('chromium_git') + '/external/leveldb.git' + '@' + 'ca216e493f32278f50a823811ab95f64cf0f839b',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42385
386 'src/third_party/libFuzzer/src':
Max Moroz1ee969e2017-10-04 16:27:26387 Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + Var('libfuzzer_revision'),
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42388
389 'src/third_party/libaddressinput/src':
sebsg1c280102017-10-02 02:30:47390 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '87f69db0b1ca732ba148489d2f75b3af2f236632',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42391
Paweł Hajdan, Jr7af368952017-10-02 12:25:36392 # Userspace interface to kernel DRM services.
393 'src/third_party/libdrm/src': {
394 'url': Var('chromium_git') + '/chromiumos/third_party/libdrm.git' + '@' + '0ce18bedd3e62d4784fa755403801934ba171084',
395 'condition': 'checkout_linux',
396 },
397
398 # The libevdev library (Chrome OS version).
399 'src/third_party/libevdev/src': {
400 'url': Var('chromium_git') + '/chromiumos/platform/libevdev.git' + '@' + '9f7a1961eb4726211e18abd147d5a11a4ea86744',
401 'condition': 'checkout_linux',
402 },
403
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42404 'src/third_party/libjpeg_turbo':
405 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79a8792dde3d3f7d7d8ac28ba01ac9dd',
406
Paweł Hajdan, Jr7af368952017-10-02 12:25:36407 'src/third_party/liblouis/src': {
408 'url': Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a3478561deb6ae4798175094be8a26c2',
409 'condition': 'checkout_linux',
410 },
411
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42412 'src/third_party/libphonenumber/dist':
413 Var('chromium_git') + '/external/libphonenumber.git' + '@' + 'a4da30df63a097d67e3c429ead6790ad91d36cf4',
414
415 'src/third_party/libprotobuf-mutator/src':
416 Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git' + '@' + Var('libprotobuf-mutator'),
417
418 'src/third_party/libsrtp':
419 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423',
420
Paweł Hajdan, Jr7af368952017-10-02 12:25:36421 # Android Explicit Synchronization.
422 'src/third_party/libsync/src': {
423 'url': Var('chromium_git') + '/aosp/platform/system/core/libsync.git' + '@' + 'aa6cda6f638bd57d3a024f0d201f723a5c3bb875',
424 'condition': 'checkout_linux',
425 },
426
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42427 'src/third_party/libvpx/source/libvpx':
Jerome Jiang2ece76702017-10-13 19:18:37428 Var('chromium_git') + '/webm/libvpx.git' + '@' + 'caa116c9be96508c18d533dedc95b2df4f8e3812',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42429
430 'src/third_party/libwebm/source':
431 Var('chromium_git') + '/webm/libwebm.git' + '@' + '4956b2dec65352af32dc71bab553acb631c64177',
432
433 'src/third_party/libyuv':
434 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '5b1af9a33545895ea12c52bf007f17914de19173', # from r1670
435
Paweł Hajdan, Jrc3ae0852017-10-02 16:46:22436 'src/third_party/lighttpd': {
437 'url': Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
438 'condition': 'checkout_mac or checkout_win',
439 },
440
441 'src/third_party/lss': {
442 'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
443 'condition': 'checkout_android or checkout_linux',
444 },
445
Paweł Hajdan, Jr7af368952017-10-02 12:25:36446 'src/third_party/material_design_icons/src': {
447 'url': Var('chromium_git') + '/external/github.com/google/material-design-icons.git' + '@' +
448 '5ab428852e35dc177a8c37a2df9dc9ccf768c65a',
449 'condition': 'checkout_ios',
450 },
451
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42452 'src/third_party/mesa/src':
453 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e7035ca882cc77f85793fef',
454
Paweł Hajdan, Jr7af368952017-10-02 12:25:36455 # GNU binutils assembler for x86-64.
456 'src/third_party/mingw-w64/mingw/bin': {
457 'url': Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527',
Paweł Hajdan, Jrda2f3312017-10-11 16:24:39458 'condition': 'checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36459 },
460
461 # Graphics buffer allocator for Chrome OS.
462 'src/third_party/minigbm/src': {
463 'url': Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '27a7e6a24709564e18c3382d0aeda0b40c7ae03b',
464 'condition': 'checkout_linux',
465 },
466
467 # Minizip library. Used on Chrome OS.
468 'src/third_party/minizip/src': {
469 'url': Var('chromium_git') + '/external/github.com/nmoinvaz/minizip' + '@' + 'e07e141475220196b55294c8172b274cc32d642d',
470 'condition': 'checkout_linux',
471 },
472
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16473 'src/third_party/mockito/src': {
474 'url': Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598ad4cf5ea53c69a8a8053780b04b850',
475 'condition': 'checkout_android',
476 },
477
Paweł Hajdan, Jr7af368952017-10-02 12:25:36478 # Binaries for nacl sdk.
479 'src/third_party/nacl_sdk_binaries': {
480 'url': Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5',
Paweł Hajdan, Jrda2f3312017-10-11 16:24:39481 'condition': 'checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36482 },
483
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16484 'src/third_party/netty-tcnative/src': {
485 'url': Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '5b46a8ef4a39c39c576fcdaaf718b585d75df463',
486 'condition': 'checkout_android',
487 },
488
489 'src/third_party/netty4/src': {
490 'url': Var('chromium_git') + '/external/netty4.git' + '@' + 'cc4420b13bb4eeea5b1cf4f93b2755644cd3b120',
491 'condition': 'checkout_android',
492 },
493
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42494 'src/third_party/openh264/src':
495 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'a180c9d4d6f1a4830ca9eed9d159d54996bd63cb',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16496
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42497 'src/third_party/openmax_dl':
498 Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16499
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42500 'src/third_party/pdfium':
501 Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'),
502
Paweł Hajdan, Jr7af368952017-10-02 12:25:36503 # Parses Windows PE/COFF executable format.
504 'src/third_party/pefile': {
505 'url': Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab63c15585dc3b5c3f92f1',
506 'condition': 'checkout_win',
507 },
508
509 'src/third_party/perl': {
510 'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78',
511 'condition': 'checkout_win',
512 },
513
514 # Dependency of chromite.git and skia.
515 'src/third_party/pyelftools': {
516 'url': Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae',
517 'condition': 'checkout_linux',
518 },
519
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42520 'src/third_party/pyftpdlib/src':
521 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d059f581f05ae8d89d7e45',
522
523 'src/third_party/pywebsocket/src':
524 Var('chromium_git') + '/external/github.com/google/pywebsocket.git' + '@' + '2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2',
525
526 'src/third_party/re2/src':
Max Moroz19d4ff32017-10-13 20:18:05527 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + '4be7a14432ff0a2ed88fd884fd76a63f0a3a6127',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16528
529 'src/third_party/requests/src': {
530 'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
531 'condition': 'checkout_android',
532 },
533
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42534 'src/third_party/robolectric/robolectric': {
535 'url': Var('chromium_git') + '/external/robolectric.git' + '@' + 'b02c65cc6d7465f58f0de48a39914aa905692afa',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16536 'condition': 'checkout_android',
537 },
538
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42539 'src/third_party/sfntly/src':
540 Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Var('sfntly_revision'),
541
542 'src/third_party/shaderc/src':
543 Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8793c34907073025af2622c28bcee64e9879a4',
544
545 'src/third_party/skia':
546 Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'),
547
548 'src/third_party/smhasher/src':
549 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',
550
551 'src/third_party/snappy/src':
552 Var('chromium_git') + '/external/github.com/google/snappy.git' + '@' + 'b02bfa754ebf27921d8da3bd2517eab445b84ff9',
553
554 'src/third_party/swiftshader':
555 Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revision'),
556
557 'src/third_party/ub-uiautomator/lib': {
558 'url': Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16559 'condition': 'checkout_android',
560 },
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42561
562 'src/third_party/usrsctp/usrsctplib':
563 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'f4819e1b177f7bfdd761c147f5a649b9f1a78c06',
564
565 'src/third_party/visualmetrics/src':
566 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6',
567
Paweł Hajdan, Jr7af368952017-10-02 12:25:36568 # Display server protocol for Linux.
569 'src/third_party/wayland/src': {
570 'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + '1361da9cd5a719b32d978485a29920429a31ed25',
571 'condition': 'checkout_linux',
572 },
573
574 # Wayland protocols that add functionality not available in the core protocol.
575 'src/third_party/wayland-protocols/src': {
576 'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '26c99346ab5f2273fe5581bc4f6397bbb834f747',
577 'condition': 'checkout_linux',
578 },
579
580 # Wireless Display Software. Used on Chrome OS.
581 'src/third_party/wds/src': {
582 'url': Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95f3000bf5c8e16a79dbbbf22d554a5',
583 'condition': 'checkout_linux',
584 },
585
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42586 'src/third_party/webdriver/pylib':
587 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
588
589 'src/third_party/webgl/src':
590 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '34842fa3c36988840c89f5bc6a68503175acf7d9',
591
592 'src/third_party/webrtc':
[email protected]29001952017-10-19 15:23:31593 Var('webrtc_git') + '/src.git' + '@' + 'bd83b914c35201e88b23494b4b35cd1ebf0c621a', # commit position 20237
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42594
Paweł Hajdan, Jr7af368952017-10-02 12:25:36595 'src/third_party/xdg-utils': {
596 'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
597 'condition': 'checkout_linux',
598 },
599
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42600 'src/third_party/yasm/source/patched-yasm':
601 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
602
603 'src/tools/gyp':
604 Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
605
606 'src/tools/page_cycler/acid3':
607 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5abc1b2f405a945f6d871521',
608
609 'src/tools/swarming_client':
610 Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
611
612 'src/v8':
613 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
614
615 'src-internal': {
Michael Mossc6afa6f2017-10-04 22:11:37616 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@ab0fe35aefe18d6eaa5d111bf47cf001dfce3565',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42617 'condition': 'checkout_src_internal',
618 },
[email protected]5f129de2009-02-24 23:22:04619}
620
[email protected]00c517672010-11-04 00:27:29621
[email protected]5f129de2009-02-24 23:22:04622include_rules = [
623 # Everybody can use some things.
John Abd-El-Malek5b6373f2015-04-01 19:44:14624 # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these.
Stefan Zagerfd5ba192014-08-23 00:29:39625 '+base',
626 '+build',
627 '+ipc',
[email protected]5f129de2009-02-24 23:22:04628
[email protected]dfbff862012-11-28 19:08:14629 # Everybody can use headers generated by tools/generate_library_loader.
Stefan Zagerfd5ba192014-08-23 00:29:39630 '+library_loaders',
[email protected]dfbff862012-11-28 19:08:14631
Stefan Zagerfd5ba192014-08-23 00:29:39632 '+testing',
633 '+third_party/icu/source/common/unicode',
634 '+third_party/icu/source/i18n/unicode',
635 '+url',
[email protected]5f129de2009-02-24 23:22:04636]
637
638
639# checkdeps.py shouldn't check include paths for files in these dirs:
640skip_child_includes = [
Stefan Zagerfd5ba192014-08-23 00:29:39641 'native_client_sdk',
John Abd-El-Malek5b6373f2015-04-01 19:44:14642 'out',
Stefan Zagerfd5ba192014-08-23 00:29:39643 'skia',
644 'testing',
Mark Mentovaiebb9ddd62017-09-25 17:24:41645 'third_party/breakpad/breakpad',
Stefan Zagerfd5ba192014-08-23 00:29:39646 'v8',
647 'win8',
[email protected]5f129de2009-02-24 23:22:04648]
[email protected]bfa24b962009-03-02 00:16:16649
650
651hooks = [
652 {
[email protected]9372bec2014-08-14 14:03:30653 # This clobbers when necessary (based on get_landmines.py). It must be the
654 # first hook so that other things that get/generate into the output
655 # directory will not subsequently be clobbered.
Stefan Zagerfd5ba192014-08-23 00:29:39656 'name': 'landmines',
657 'pattern': '.',
658 'action': [
659 'python',
660 'src/build/landmines.py',
[email protected]9372bec2014-08-14 14:03:30661 ],
662 },
663 {
Dan Jacquescea92c512017-06-02 23:59:16664 # Ensure that the DEPS'd "depot_tools" has its self-update capability
665 # disabled.
666 'name': 'disable_depot_tools_selfupdate',
667 'pattern': '.',
668 'action': [
669 'python',
670 'src/third_party/depot_tools/update_depot_tools_toggle.py',
671 '--disable',
672 ],
673 },
674 {
jbudorick94a712c2016-03-09 19:03:52675 # Ensure that while generating dependencies lists in .gyp files we don't
676 # accidentally reference any .pyc files whose corresponding .py files have
677 # already been deleted.
678 # We should actually try to avoid generating .pyc files, crbug.com/500078.
679 'name': 'remove_stale_pyc_files',
680 'pattern': '.',
681 'action': [
682 'python',
683 'src/tools/remove_stale_pyc_files.py',
684 'src/android_webview/tools',
685 'src/build/android',
686 'src/gpu/gles2_conform_support',
687 'src/infra',
688 'src/ppapi',
689 'src/printing',
690 'src/third_party/catapult',
691 'src/third_party/closure_compiler/build',
qyearsleydfda207b2016-07-08 14:16:12692 'src/third_party/WebKit/Tools/Scripts', # See http://crbug.com/625877.
jbudorick94a712c2016-03-09 19:03:52693 'src/tools',
694 ],
695 },
696 {
[email protected]89e43f652011-08-18 00:03:17697 # This downloads binaries for Native Client's newlib toolchain.
698 # Done in lieu of building the toolchain from scratch as it can take
699 # anywhere from 30 minutes to 4 hours depending on platform to build.
Stefan Zagerfd5ba192014-08-23 00:29:39700 'name': 'nacltools',
701 'pattern': '.',
702 'action': [
dyen249880632014-11-20 23:02:20703 'python',
704 'src/build/download_nacl_toolchains.py',
ncbray474ab322015-01-05 22:04:22705 '--mode', 'nacl_core_sdk',
ncbray4453c50a2015-02-18 20:10:55706 'sync', '--extract',
[email protected]89e43f652011-08-18 00:03:17707 ],
708 },
[email protected]3a0b2492011-08-24 20:41:16709 {
sbc8208b4d2015-06-30 19:14:23710 # Downloads the current stable linux sysroot to build/linux/ if needed.
[email protected]01a98602013-06-12 20:33:54711 # This sysroot updates at about the same rate that the chrome build deps
712 # change. This script is a no-op except for linux users who are doing
sbc8208b4d2015-06-30 19:14:23713 # official chrome builds or cross compiling.
Stefan Zagerfd5ba192014-08-23 00:29:39714 'name': 'sysroot',
715 'pattern': '.',
Nico Weberb19437032017-10-09 02:45:09716 'condition': 'checkout_linux',
sbc8208b4d2015-06-30 19:14:23717 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
718 '--running-as-hook'],
sbc41d0e082014-10-22 20:39:29719 },
720 {
Nico Weberb19437032017-10-09 02:45:09721 # Update the Windows toolchain if necessary. Must run before 'clang' below.
Stefan Zagerfd5ba192014-08-23 00:29:39722 'name': 'win_toolchain',
723 'pattern': '.',
Nico Webera13ad932017-10-12 18:52:40724 'condition': 'checkout_win',
725 'action': ['python', 'src/build/vs_toolchain.py', 'update', '--force'],
[email protected]c71d3282014-04-09 01:56:20726 },
justincohen6a03a3d2016-03-26 21:44:38727 {
728 # Update the Mac toolchain if necessary.
729 'name': 'mac_toolchain',
730 'pattern': '.',
Rohit Rao92489af2017-10-12 21:45:48731 'condition': 'checkout_ios or checkout_mac',
justincohen6a03a3d2016-03-26 21:44:38732 'action': ['python', 'src/build/mac_toolchain.py'],
733 },
hansb2eae972015-05-19 00:53:12734 # Pull binutils for linux, enabled debug fission for faster linking /
735 # debugging when used with clang on Ubuntu Precise.
736 # https://code.google.com/p/chromium/issues/detail?id=352046
737 {
738 'name': 'binutils',
739 'pattern': 'src/third_party/binutils',
Nico Weberb19437032017-10-09 02:45:09740 'condition': 'host_os == "linux"',
hansb2eae972015-05-19 00:53:12741 'action': [
742 'python',
743 'src/third_party/binutils/download.py',
744 ],
745 },
[email protected]c71d3282014-04-09 01:56:20746 {
Hans Wennborg28fb41c2014-09-22 23:25:12747 # Note: On Win, this should run after win_toolchain, as it may use it.
748 'name': 'clang',
749 'pattern': '.',
Nico Weberb19437032017-10-09 02:45:09750 'action': ['python', 'src/tools/clang/scripts/update.py'],
Hans Wennborg28fb41c2014-09-22 23:25:12751 },
752 {
Nico Weber1df4a692017-10-16 21:36:30753 # Mac doesn't use lld so it's not included in the default clang bundle
754 # there. lld is however needed in win cross builds, so download it there.
755 # Should run after the clang hook.
756 'name': 'lld/mac',
757 'pattern': '.',
758 'condition': 'host_os == "mac" and checkout_win',
759 'action': ['python', 'src/tools/clang/scripts/download_lld_mac.py'],
760 },
761 {
phajdan.jr2448b2c2015-04-24 21:04:17762 # Update LASTCHANGE.
Stefan Zagerfd5ba192014-08-23 00:29:39763 'name': 'lastchange',
764 'pattern': '.',
765 'action': ['python', 'src/build/util/lastchange.py',
766 '-o', 'src/build/util/LASTCHANGE'],
[email protected]9046a112012-01-31 20:45:25767 },
768 {
halcanary5cacab3a2016-07-29 19:23:20769 # Update skia_commit_hash.h.
770 'name': 'lastchange_skia',
771 'pattern': '.',
772 'action': ['python', 'src/build/util/lastchange.py',
773 '-m', 'SKIA_COMMIT_HASH',
774 '-s', 'src/third_party/skia',
775 '--header', 'src/skia/ext/skia_commit_hash.h'],
776 },
[email protected]66968ba2014-03-18 20:27:54777 # Pull GN binaries. This needs to be before running GYP below.
778 {
Stefan Zagerfd5ba192014-08-23 00:29:39779 'name': 'gn_win',
780 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19781 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:12782 'action': [ 'python',
783 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39784 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39785 '--no_auth',
786 '--bucket', 'chromium-gn',
787 '-s', 'src/buildtools/win/gn.exe.sha1',
[email protected]66968ba2014-03-18 20:27:54788 ],
789 },
790 {
Stefan Zagerfd5ba192014-08-23 00:29:39791 'name': 'gn_mac',
792 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19793 'condition': 'host_os == "mac"',
Dan Jacquesda2309d2017-06-08 21:48:12794 'action': [ 'python',
795 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39796 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39797 '--no_auth',
798 '--bucket', 'chromium-gn',
799 '-s', 'src/buildtools/mac/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19800 ],
801 },
802 {
Stefan Zagerfd5ba192014-08-23 00:29:39803 'name': 'gn_linux64',
804 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19805 'condition': 'host_os == "linux"',
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/linux64/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19812 ],
813 },
[email protected]6eabd702014-01-12 00:19:20814 # Pull clang-format binaries using checked-in hashes.
815 {
Stefan Zagerfd5ba192014-08-23 00:29:39816 'name': 'clang_format_win',
817 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19818 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:12819 'action': [ 'python',
820 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39821 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39822 '--no_auth',
823 '--bucket', 'chromium-clang-format',
824 '-s', 'src/buildtools/win/clang-format.exe.sha1',
[email protected]6eabd702014-01-12 00:19:20825 ],
826 },
827 {
Stefan Zagerfd5ba192014-08-23 00:29:39828 'name': 'clang_format_mac',
829 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19830 'condition': 'host_os == "mac"',
Dan Jacquesda2309d2017-06-08 21:48:12831 'action': [ 'python',
832 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39833 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39834 '--no_auth',
835 '--bucket', 'chromium-clang-format',
836 '-s', 'src/buildtools/mac/clang-format.sha1',
[email protected]6eabd702014-01-12 00:19:20837 ],
838 },
839 {
Stefan Zagerfd5ba192014-08-23 00:29:39840 'name': 'clang_format_linux',
841 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19842 'condition': 'host_os == "linux"',
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/linux64/clang-format.sha1',
[email protected]6ec1d6fc2014-06-25 19:55:21849 ],
850 },
Nico Weber0c0ade82017-10-19 22:34:43851 # Pull rc binaries using checked-in hashes.
852 {
853 'name': 'rc_win',
854 'pattern': '.',
855 'condition': 'checkout_win and host_os == "win"',
856 'action': [ 'python',
857 'src/third_party/depot_tools/download_from_google_storage.py',
858 '--no_resume',
859 '--no_auth',
860 '--bucket', 'chromium-browser-clang/rc',
861 '-s', 'src/build/toolchain/win/rc/win/rc.exe.sha1',
862 ],
863 },
864 {
865 'name': 'rc_mac',
866 'pattern': '.',
867 'condition': 'checkout_win and host_os == "mac"',
868 'action': [ 'python',
869 'src/third_party/depot_tools/download_from_google_storage.py',
870 '--no_resume',
871 '--no_auth',
872 '--bucket', 'chromium-browser-clang/rc',
873 '-s', 'src/build/toolchain/win/rc/mac/rc.sha1',
874 ],
875 },
876 {
877 'name': 'rc_linux',
878 'pattern': '.',
879 'condition': 'checkout_win and host_os == "linux"',
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/linux64/rc.sha1',
886 ],
887 },
Hans Wennborgfc1e2972017-06-12 18:42:26888 # Pull order files for the win/clang build.
889 {
890 'name': 'orderfiles_win',
891 'pattern': '.',
Paweł Hajdan, Jr004d8b32017-10-02 18:44:22892 'condition': 'checkout_win',
Hans Wennborgfc1e2972017-06-12 18:42:26893 'action': [ 'python',
894 'src/third_party/depot_tools/download_from_google_storage.py',
895 '--no_resume',
Hans Wennborgfc1e2972017-06-12 18:42:26896 '--no_auth',
897 '--bucket', 'chromium-browser-clang/orderfiles',
898 '-d', 'src/chrome/build',
899 ],
900 },
maruel4fbba012015-05-22 21:52:29901 # Pull luci-go binaries (isolate, swarming) using checked-in hashes.
902 {
903 'name': 'luci-go_win',
904 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19905 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:12906 'action': [ 'python',
907 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:29908 '--no_resume',
maruel4fbba012015-05-22 21:52:29909 '--no_auth',
910 '--bucket', 'chromium-luci',
911 '-d', 'src/tools/luci-go/win64',
912 ],
913 },
914 {
915 'name': 'luci-go_mac',
916 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19917 'condition': 'host_os == "mac"',
Dan Jacquesda2309d2017-06-08 21:48:12918 'action': [ 'python',
919 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:29920 '--no_resume',
maruel4fbba012015-05-22 21:52:29921 '--no_auth',
922 '--bucket', 'chromium-luci',
923 '-d', 'src/tools/luci-go/mac64',
924 ],
925 },
926 {
927 'name': 'luci-go_linux',
928 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19929 'condition': 'host_os == "linux"',
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/linux64',
936 ],
937 },
[email protected]f1d116b2014-06-13 18:07:26938 # Pull the Syzygy binaries, used for optimization and instrumentation.
939 {
Stefan Zagerfd5ba192014-08-23 00:29:39940 'name': 'syzygy-binaries',
941 'pattern': '.',
Nico Weberb19437032017-10-09 02:45:09942 'condition': 'host_os == "win"',
Stefan Zagerfd5ba192014-08-23 00:29:39943 'action': ['python',
944 'src/build/get_syzygy_binaries.py',
945 '--output-dir=src/third_party/syzygy/binaries',
Sebastien Marchand0881de72017-07-19 23:45:07946 '--revision=190dbfe74c6f5b5913820fa66d9176877924d7c5',
Stefan Zagerfd5ba192014-08-23 00:29:39947 '--overwrite',
sebmarchandaf7cc2f2016-10-04 18:22:25948 '--copy-dia-binaries',
[email protected]f1d116b2014-06-13 18:07:26949 ],
950 },
erikwright9bdc2bf2015-01-22 20:20:04951 {
Stefan Zagerfd5ba192014-08-23 00:29:39952 'name': 'apache_win32',
953 'pattern': '\\.sha1',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19954 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:12955 'action': [ 'python',
956 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39957 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39958 '--directory',
959 '--recursive',
960 '--no_auth',
961 '--num_threads=16',
962 '--bucket', 'chromium-apache-win32',
963 'src/third_party/apache-win32',
[email protected]2154052a2014-06-14 19:29:26964 ],
965 },
966 {
Dirk Pranke6c360be2017-10-09 19:06:59967 'name': 'msan_chained_origins',
968 'pattern': '.',
969 'condition': 'checkout_instrumented_libraries',
970 'action': [ 'python',
971 'src/third_party/depot_tools/download_from_google_storage.py',
972 "--no_resume",
973 "--no_auth",
974 "--bucket", "chromium-instrumented-libraries",
975 "-s", "src/third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1",
976 ],
977 },
978 {
979 'name': 'msan_no_origins',
980 'pattern': '.',
981 'condition': 'checkout_instrumented_libraries',
982 'action': [ 'python',
983 'src/third_party/depot_tools/download_from_google_storage.py',
984 "--no_resume",
985 "--no_auth",
986 "--bucket", "chromium-instrumented-libraries",
987 "-s", "src/third_party/instrumented_libraries/binaries/msan-no-origins-trusty.tgz.sha1",
988 ],
thomasandersonaa441f52017-04-04 22:35:39989 },
990 {
bradnelson20c9a7312016-08-30 17:45:47991 "name": "wasm_fuzzer",
992 "pattern": ".",
Dan Jacquesda2309d2017-06-08 21:48:12993 'action': [ 'python',
994 'src/third_party/depot_tools/download_from_google_storage.py',
bradnelson20c9a7312016-08-30 17:45:47995 "--no_resume",
996 "--no_auth",
997 "-u",
998 "--bucket", "v8-wasm-fuzzer",
ahaasec987e5d2017-05-17 11:25:36999 "-s", "src/v8/test/fuzzer/wasm_corpus.tar.gz.sha1",
bradnelson20c9a7312016-08-30 17:45:471000 ],
1001 },
1002 {
chenwilliam56a90382016-12-09 02:16:281003 'name': 'devtools_install_node',
1004 'action': [ 'python',
1005 'src/third_party/WebKit/Source/devtools/scripts/local_node/node.py',
1006 '--running-as-hook',
1007 '--version',
1008 ],
1009 },
dpapadcbee6ab2017-01-14 03:05:531010
1011 # Pull down Node binaries for WebUI toolchain.
1012 {
1013 'name': 'node_linux64',
1014 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191015 'condition': 'host_os == "linux"',
Dan Jacquesda2309d2017-06-08 21:48:121016 'action': [ 'python',
1017 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531018 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531019 '--extract',
1020 '--no_auth',
1021 '--bucket', 'chromium-nodejs/6.9.4',
1022 '-s', 'src/third_party/node/linux/node-linux-x64.tar.gz.sha1',
1023 ],
1024 },
1025 {
1026 'name': 'node_mac',
1027 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191028 'condition': 'host_os == "mac"',
Dan Jacquesda2309d2017-06-08 21:48:121029 'action': [ 'python',
1030 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531031 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531032 '--extract',
1033 '--no_auth',
1034 '--bucket', 'chromium-nodejs/6.9.4',
1035 '-s', 'src/third_party/node/mac/node-darwin-x64.tar.gz.sha1',
1036 ],
1037 },
1038 {
1039 'name': 'node_win',
1040 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191041 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:121042 'action': [ 'python',
1043 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531044 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531045 '--no_auth',
1046 '--bucket', 'chromium-nodejs/6.9.4',
1047 '-s', 'src/third_party/node/win/node.exe.sha1',
1048 ],
1049 },
1050
1051 # Pull down NPM dependencies for WebUI toolchain.
1052 {
1053 'name': 'webui_node_modules',
1054 'pattern': '.',
Dan Jacquesda2309d2017-06-08 21:48:121055 'action': [ 'python',
1056 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531057 '--no_resume',
1058 '--extract',
1059 '--no_auth',
1060 '--bucket', 'chromium-nodejs',
1061 '-s', 'src/third_party/node/node_modules.tar.gz.sha1',
1062 ],
1063 },
kainino61f7bce2017-04-28 21:53:271064
1065 # Download Telemetry's binary dependencies
1066 {
1067 'name': 'fetch_telemetry_binary_dependencies',
1068 'pattern': '.',
1069 'action': [ 'python',
Dirk Pranke4c3098b2017-10-10 18:57:221070 'src/tools/perf/conditionally_execute',
1071 '--gyp-condition', 'fetch_telemetry_dependencies=1',
kainino61f7bce2017-04-28 21:53:271072 'src/third_party/catapult/telemetry/bin/fetch_telemetry_binary_dependencies',
1073 ],
1074 },
John Budorickda2bfbb2017-05-30 22:17:591075
Dirk Pranke099b747b2017-10-06 04:29:091076 # This is used to ensure that all network operations are properly
1077 # annotated so we can document what they're for.
1078 {
1079 'name': 'tools_traffic_annotation_linux',
1080 'pattern': '.',
1081 'condition': 'host_os == "linux" and checkout_traffic_annotation_tools',
1082 'action': [ 'python',
1083 'src/third_party/depot_tools/download_from_google_storage.py',
1084 '--no_resume',
Dirk Pranke099b747b2017-10-06 04:29:091085 '--no_auth',
1086 '--num_threads=4',
1087 '--bucket', 'chromium-tools-traffic_annotation',
1088 '-d', 'src/tools/traffic_annotation/bin/linux64',
1089 ],
1090 },
1091
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401092 # Pull down Zucchini test data.
1093 {
1094 'name': 'zucchini_testdata',
1095 'pattern': '.',
1096 'action': [ 'python',
1097 'src/third_party/depot_tools/download_from_google_storage.py',
1098 '--no_resume',
1099 '--no_auth',
huangs3bad8e22017-09-05 21:50:001100 '--num_threads=4',
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401101 '--bucket', 'chromium-binary-patching',
1102 '-d', 'src/chrome/installer/zucchini/testdata',
1103 ],
1104 },
1105
Paweł Hajdan, Jre7eed642017-10-02 16:46:561106 {
1107 # This downloads SDK extras and puts them in the
1108 # third_party/android_tools/sdk/extras directory.
1109 'name': 'sdkextras',
1110 'pattern': '.',
1111 'condition': 'checkout_android',
1112 # When adding a new sdk extras package to download, add the package
1113 # directory and zip file to .gitignore in third_party/android_tools.
1114 'action': ['python',
1115 'src/build/android/play_services/update.py',
1116 'download'
1117 ],
1118 },
1119 {
1120 'name': 'android_system_sdk',
1121 'pattern': '.',
1122 'condition': 'checkout_android',
1123 'action': ['python',
1124 'src/build/android/update_deps/update_third_party_deps.py',
1125 'download',
1126 '-b', 'android_system_stubs',
1127 '-l', 'third_party/android_system_sdk'
1128 ],
1129 },
John Budorickbbdcc492017-10-09 18:57:091130 # Download checkstyle for use in PRESUBMIT for Java changes.
1131 {
1132 'name': 'checkstyle',
1133 'pattern': '.',
1134 # Must also be downloaded on linux for use on chromium_presubmit.
1135 'condition': 'checkout_android or checkout_linux',
1136 'action': [ 'python',
1137 'src/third_party/depot_tools/download_from_google_storage.py',
1138 '--no_resume',
1139 '--no_auth',
1140 '--bucket', 'chromium-android-tools/checkstyle',
1141 '-s', 'src/third_party/checkstyle/checkstyle-8.0-all.jar.sha1'
1142 ],
1143 },
Paweł Hajdan, Jre7eed642017-10-02 16:46:561144 {
1145 'name': 'intellij',
1146 'pattern': '.',
1147 'condition': 'checkout_android',
1148 'action': ['python',
1149 'src/build/android/update_deps/update_third_party_deps.py',
1150 'download',
1151 '-b', 'chromium-intellij',
1152 '-l', 'third_party/intellij'
1153 ],
1154 },
1155 {
1156 'name': 'javax_inject',
1157 'pattern': '.',
1158 'condition': 'checkout_android',
1159 'action': ['python',
1160 'src/build/android/update_deps/update_third_party_deps.py',
1161 'download',
1162 '-b', 'chromium-javax-inject',
1163 '-l', 'third_party/javax_inject'
1164 ],
1165 },
1166 {
1167 'name': 'hamcrest',
1168 'pattern': '.',
1169 'condition': 'checkout_android',
1170 'action': ['python',
1171 'src/build/android/update_deps/update_third_party_deps.py',
1172 'download',
1173 '-b', 'chromium-hamcrest',
1174 '-l', 'third_party/hamcrest'
1175 ],
1176 },
1177 {
1178 'name': 'guava',
1179 'pattern': '.',
1180 'condition': 'checkout_android',
1181 'action': ['python',
1182 'src/build/android/update_deps/update_third_party_deps.py',
1183 'download',
1184 '-b', 'chromium-guava',
1185 '-l', 'third_party/guava'
1186 ],
1187 },
1188 {
1189 'name': 'android_support_test_runner',
1190 'pattern': '.',
1191 'condition': 'checkout_android',
1192 'action': ['python',
1193 'src/build/android/update_deps/update_third_party_deps.py',
1194 'download',
1195 '-b', 'chromium-android-support-test-runner',
1196 '-l', 'third_party/android_support_test_runner'
1197 ],
1198 },
1199 {
1200 'name': 'byte_buddy',
1201 'pattern': '.',
1202 'condition': 'checkout_android',
1203 'action': ['python',
1204 'src/build/android/update_deps/update_third_party_deps.py',
1205 'download',
1206 '-b', 'chromium-byte-buddy',
1207 '-l', 'third_party/byte_buddy'
1208 ],
1209 },
1210 {
1211 'name': 'espresso',
1212 'pattern': '.',
1213 'condition': 'checkout_android',
1214 'action': ['python',
1215 'src/build/android/update_deps/update_third_party_deps.py',
1216 'download',
1217 '-b', 'chromium-espresso',
1218 '-l', 'third_party/espresso'
1219 ],
1220 },
1221 {
1222 'name': 'robolectric_libs',
1223 'pattern': '.',
1224 'condition': 'checkout_android',
1225 'action': ['python',
1226 'src/build/android/update_deps/update_third_party_deps.py',
1227 'download',
1228 '-b', 'chromium-robolectric',
1229 '-l', 'third_party/robolectric'
1230 ],
1231 },
1232 {
1233 'name': 'apache_velocity',
1234 'pattern': '.',
1235 'condition': 'checkout_android',
1236 'action': ['python',
1237 'src/build/android/update_deps/update_third_party_deps.py',
1238 'download',
1239 '-b', 'chromium-apache-velocity',
1240 '-l', 'third_party/apache_velocity'
1241 ],
1242 },
1243 {
1244 'name': 'ow2_asm',
1245 'pattern': '.',
1246 'condition': 'checkout_android',
1247 'action': ['python',
1248 'src/build/android/update_deps/update_third_party_deps.py',
1249 'download',
1250 '-b', 'chromium-ow2-asm',
1251 '-l', 'third_party/ow2_asm'
1252 ],
1253 },
1254 {
1255 'name': 'desugar',
1256 'pattern': '.',
1257 'condition': 'checkout_android',
1258 'action': ['python',
1259 'src/build/android/update_deps/update_third_party_deps.py',
1260 'download',
1261 '-b', 'chromium-android-tools/bazel/desugar',
1262 '-l', 'third_party/bazel/desugar'
1263 ],
1264 },
1265 {
1266 'name': 'apk-patch-size-estimator',
1267 'pattern': '.',
1268 'condition': 'checkout_android',
1269 'action': ['python',
1270 'src/build/android/update_deps/update_third_party_deps.py',
1271 'download',
1272 '-b', 'chromium-android-tools/apk-patch-size-estimator',
1273 '-l', 'third_party/apk-patch-size-estimator/lib'
1274 ],
1275 },
1276 {
1277 'name': 'icu4j',
1278 'pattern': '.',
1279 'condition': 'checkout_android',
1280 'action': ['python',
1281 'src/build/android/update_deps/update_third_party_deps.py',
1282 'download',
1283 '-b', 'chromium-icu4j',
1284 '-l', 'third_party/icu4j'
1285 ],
1286 },
1287 {
1288 'name': 'accessibility_test_framework',
1289 'pattern': '.',
1290 'condition': 'checkout_android',
1291 'action': ['python',
1292 'src/build/android/update_deps/update_third_party_deps.py',
1293 'download',
1294 '-b', 'chromium-accessibility-test-framework',
1295 '-l', 'third_party/accessibility_test_framework'
1296 ],
1297 },
1298 {
1299 'name': 'bouncycastle',
1300 'pattern': '.',
1301 'condition': 'checkout_android',
1302 'action': ['python',
1303 'src/build/android/update_deps/update_third_party_deps.py',
1304 'download',
1305 '-b', 'chromium-bouncycastle',
1306 '-l', 'third_party/bouncycastle'
1307 ],
1308 },
1309 {
1310 'name': 'sqlite4java',
1311 'pattern': '.',
1312 'condition': 'checkout_android',
1313 'action': ['python',
1314 'src/build/android/update_deps/update_third_party_deps.py',
1315 'download',
1316 '-b', 'chromium-sqlite4java',
1317 '-l', 'third_party/sqlite4java'
1318 ],
1319 },
1320 {
1321 'name': 'gson',
1322 'pattern': '.',
1323 'condition': 'checkout_android',
1324 'action': ['python',
1325 'src/build/android/update_deps/update_third_party_deps.py',
1326 'download',
1327 '-b', 'chromium-gson',
1328 '-l', 'third_party/gson',
1329 ],
1330 },
1331 {
1332 'name': 'objenesis',
1333 'pattern': '.',
1334 'condition': 'checkout_android',
1335 'action': ['python',
1336 'src/build/android/update_deps/update_third_party_deps.py',
1337 'download',
1338 '-b', 'chromium-objenesis',
1339 '-l', 'third_party/objenesis'
1340 ],
1341 },
1342 {
1343 'name': 'xstream',
1344 'pattern': '.',
1345 'condition': 'checkout_android',
1346 'action': ['python',
1347 'src/build/android/update_deps/update_third_party_deps.py',
1348 'download',
1349 '-b', 'chromium-robolectric',
1350 '-l', 'third_party/xstream'
1351 ],
1352 },
1353 {
1354 'name': 'gvr_static_shim_android_arm',
1355 'pattern': '\\.sha1',
1356 'condition': 'checkout_android',
Benoit L0a47fd182017-08-16 10:03:261357 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121358 'src/third_party/depot_tools/download_from_google_storage.py',
thakis973bb2432017-05-24 15:27:141359 '--no_resume',
thakis973bb2432017-05-24 15:27:141360 '--no_auth',
1361 '--bucket', 'chromium-gvr-static-shim',
1362 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm.a.sha1',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561363 ],
1364 },
1365 {
1366 'name': 'gvr_static_shim_android_arm64',
1367 'pattern': '\\.sha1',
1368 'condition': 'checkout_android',
Benoit L0a47fd182017-08-16 10:03:261369 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121370 'src/third_party/depot_tools/download_from_google_storage.py',
thakis973bb2432017-05-24 15:27:141371 '--no_resume',
thakis973bb2432017-05-24 15:27:141372 '--no_auth',
1373 '--bucket', 'chromium-gvr-static-shim',
1374 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm64.a.sha1',
1375 ],
Paweł Hajdan, Jre7eed642017-10-02 16:46:561376 },
1377 {
1378 'name': 'vr_controller_test_api',
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/controller_test_api',
1386 '-s', 'src/third_party/gvr-android-sdk/test-libraries/controller_test_api.aar.sha1',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561387 ],
1388 },
1389 # Download VR test APKs only if the environment variable is set
1390 {
1391 'name': 'vr_test_apks',
1392 'pattern': '.',
1393 'condition': 'checkout_android',
1394 'action': [ 'python',
1395 'src/third_party/gvr-android-sdk/test-apks/update.py',
1396 ],
1397 },
1398 {
1399 # Pull doclava binaries if building for Android.
1400 'name': 'doclava',
1401 'pattern': '.',
1402 'condition': 'checkout_android',
1403 'action': ['python',
1404 'src/build/android/download_doclava.py',
1405 ],
1406 },
1407
1408 {
1409 'name': 'fuchsia_sdk',
1410 'pattern': '.',
1411 'condition': 'checkout_fuchsia',
1412 'action': [
1413 'python',
1414 'src/build/fuchsia/update_sdk.py',
Sergey Ulanov2dcc2092017-10-12 03:00:211415 'bb7a8c4be8001868468ba0a76389ce4ee111620c',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561416 ],
1417 },
Dan Jacques9731b23a2017-10-12 20:40:171418
1419 # Download and initialize "vpython" VirtualEnv environment packages.
1420 {
1421 'name': 'vpython_common',
1422 'pattern': '.',
1423 'action': [ 'vpython',
1424 '-vpython-spec', 'src/.vpython',
1425 '-vpython-tool', 'install',
1426 ],
1427 },
1428 {
1429 'name': 'vpython_webkitpy',
1430 'pattern': '.',
1431 'action': [ 'vpython',
1432 '-vpython-spec', 'src/third_party/WebKit/Tools/Scripts/common.vpython',
1433 '-vpython-tool', 'install',
1434 ],
1435 },
Paweł Hajdan, Jre7eed642017-10-02 16:46:561436]
scottmg4cd62bec2017-05-16 03:55:251437
jbudoricke6932bfd2016-09-07 02:09:221438recursedeps = [
bungeman1835f982016-09-28 18:33:221439 # buildtools provides clang_format, libc++, and libc++abi
1440 'src/buildtools',
jbudoricke6932bfd2016-09-07 02:09:221441 # android_tools manages the NDK.
1442 'src/third_party/android_tools',
1443 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1444 ("src/third_party/angle", "DEPS.chromium"),
Paweł Hajdan, Jr37a7a742017-09-25 11:37:301445 # src-internal has its own DEPS file to pull additional internal repos
1446 'src-internal',
jbudoricke6932bfd2016-09-07 02:09:221447]