blob: 839c264d8bcb1dcb7b25d95a26cecee47c4472e4 [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]4ff5a522017-10-20 22:18:1258 'skia_revision': 'f04ff7696d34d810a94b7fd98aa0006955f57fc0',
[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-autoroll1f4e7552017-10-22 17:15:2462 'v8_revision': '598bc092043cbfa57affb28015463b884ed0a4ab',
[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.
Jamie Madill6e034642017-10-23 00:21:0370 'angle_revision': '6d94f064ae70479484f3435ad5fa2611992a3b81',
[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]8cbaf8d22017-10-23 14:34:0182 'pdfium_revision': '97dab80731a15a6bd74cdc3caf11f97c3a3be5ed',
[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':
Xiaohan Wanga14f781d2017-10-20 23:30:40206 Var('chromium_git') + '/chromium/cdm.git' + '@' + 'ea5df8e78fbd0a4c24cc3a1f3faefefcd1b45237',
[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]b0c12252017-10-21 00:20:11282 Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'e346e411d56a33575a9818310e73a66f17de3da0',
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 Wenf22fda882017-10-23 14:50:12299 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '16b8b7298b183312a2fcac99fb1b594ccf7749d0',
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 Jiangba9200692017-10-20 19:35:57428 Var('chromium_git') + '/webm/libvpx.git' + '@' + '401e6d48bfd3cbf74a41da724d05c989e207662b',
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':
Frank Barchard8ff6acb2017-10-20 21:49:29434 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '8fa02df3c0591754958a50cc2896aafae319f3bc', # from r1675
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42435
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]382a92d2017-10-23 14:24:19593 Var('webrtc_git') + '/src.git' + '@' + 'd6314d9fc13b6d03bc4d460bcd7c37c57309c6cf', # 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': {
[email protected]be4d932a2017-10-21 01:40:49616 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@cbae27f0a0f7d4fe0d6fb31bc9963a6942de5ec1',
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 {
Kai Ninomiya96bd9ef92017-10-20 21:30:37769 # Update GPU lists version string (for gpu/config).
770 'name': 'gpu_lists_version',
771 'pattern': '.',
772 'action': ['python', 'src/build/util/lastchange.py',
773 '-m', 'GPU_LISTS_VERSION',
774 '--revision-id-only',
775 '--header', 'src/gpu/config/gpu_lists_version.h'],
776 },
777 {
halcanary5cacab3a2016-07-29 19:23:20778 # Update skia_commit_hash.h.
779 'name': 'lastchange_skia',
780 'pattern': '.',
781 'action': ['python', 'src/build/util/lastchange.py',
782 '-m', 'SKIA_COMMIT_HASH',
783 '-s', 'src/third_party/skia',
784 '--header', 'src/skia/ext/skia_commit_hash.h'],
785 },
[email protected]66968ba2014-03-18 20:27:54786 # Pull GN binaries. This needs to be before running GYP below.
787 {
Stefan Zagerfd5ba192014-08-23 00:29:39788 'name': 'gn_win',
789 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19790 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:12791 'action': [ 'python',
792 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39793 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39794 '--no_auth',
795 '--bucket', 'chromium-gn',
796 '-s', 'src/buildtools/win/gn.exe.sha1',
[email protected]66968ba2014-03-18 20:27:54797 ],
798 },
799 {
Stefan Zagerfd5ba192014-08-23 00:29:39800 'name': 'gn_mac',
801 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19802 'condition': 'host_os == "mac"',
Dan Jacquesda2309d2017-06-08 21:48:12803 'action': [ 'python',
804 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39805 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39806 '--no_auth',
807 '--bucket', 'chromium-gn',
808 '-s', 'src/buildtools/mac/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19809 ],
810 },
811 {
Stefan Zagerfd5ba192014-08-23 00:29:39812 'name': 'gn_linux64',
813 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19814 'condition': 'host_os == "linux"',
Dan Jacquesda2309d2017-06-08 21:48:12815 'action': [ 'python',
816 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39817 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39818 '--no_auth',
819 '--bucket', 'chromium-gn',
820 '-s', 'src/buildtools/linux64/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19821 ],
822 },
[email protected]6eabd702014-01-12 00:19:20823 # Pull clang-format binaries using checked-in hashes.
824 {
Stefan Zagerfd5ba192014-08-23 00:29:39825 'name': 'clang_format_win',
826 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19827 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:12828 'action': [ 'python',
829 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39830 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39831 '--no_auth',
832 '--bucket', 'chromium-clang-format',
833 '-s', 'src/buildtools/win/clang-format.exe.sha1',
[email protected]6eabd702014-01-12 00:19:20834 ],
835 },
836 {
Stefan Zagerfd5ba192014-08-23 00:29:39837 'name': 'clang_format_mac',
838 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19839 'condition': 'host_os == "mac"',
Dan Jacquesda2309d2017-06-08 21:48:12840 'action': [ 'python',
841 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39842 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39843 '--no_auth',
844 '--bucket', 'chromium-clang-format',
845 '-s', 'src/buildtools/mac/clang-format.sha1',
[email protected]6eabd702014-01-12 00:19:20846 ],
847 },
848 {
Stefan Zagerfd5ba192014-08-23 00:29:39849 'name': 'clang_format_linux',
850 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19851 'condition': 'host_os == "linux"',
Dan Jacquesda2309d2017-06-08 21:48:12852 'action': [ 'python',
853 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39854 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39855 '--no_auth',
856 '--bucket', 'chromium-clang-format',
857 '-s', 'src/buildtools/linux64/clang-format.sha1',
[email protected]6ec1d6fc2014-06-25 19:55:21858 ],
859 },
Nico Weber0c0ade82017-10-19 22:34:43860 # Pull rc binaries using checked-in hashes.
861 {
862 'name': 'rc_win',
863 'pattern': '.',
864 'condition': 'checkout_win and host_os == "win"',
865 'action': [ 'python',
866 'src/third_party/depot_tools/download_from_google_storage.py',
867 '--no_resume',
868 '--no_auth',
869 '--bucket', 'chromium-browser-clang/rc',
870 '-s', 'src/build/toolchain/win/rc/win/rc.exe.sha1',
871 ],
872 },
873 {
874 'name': 'rc_mac',
875 'pattern': '.',
876 'condition': 'checkout_win and host_os == "mac"',
877 'action': [ 'python',
878 'src/third_party/depot_tools/download_from_google_storage.py',
879 '--no_resume',
880 '--no_auth',
881 '--bucket', 'chromium-browser-clang/rc',
882 '-s', 'src/build/toolchain/win/rc/mac/rc.sha1',
883 ],
884 },
885 {
886 'name': 'rc_linux',
887 'pattern': '.',
888 'condition': 'checkout_win and host_os == "linux"',
889 'action': [ 'python',
890 'src/third_party/depot_tools/download_from_google_storage.py',
891 '--no_resume',
892 '--no_auth',
893 '--bucket', 'chromium-browser-clang/rc',
894 '-s', 'src/build/toolchain/win/rc/linux64/rc.sha1',
895 ],
896 },
Hans Wennborgfc1e2972017-06-12 18:42:26897 # Pull order files for the win/clang build.
898 {
899 'name': 'orderfiles_win',
900 'pattern': '.',
Paweł Hajdan, Jr004d8b32017-10-02 18:44:22901 'condition': 'checkout_win',
Hans Wennborgfc1e2972017-06-12 18:42:26902 'action': [ 'python',
903 'src/third_party/depot_tools/download_from_google_storage.py',
904 '--no_resume',
Hans Wennborgfc1e2972017-06-12 18:42:26905 '--no_auth',
906 '--bucket', 'chromium-browser-clang/orderfiles',
907 '-d', 'src/chrome/build',
908 ],
909 },
maruel4fbba012015-05-22 21:52:29910 # Pull luci-go binaries (isolate, swarming) using checked-in hashes.
911 {
912 'name': 'luci-go_win',
913 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19914 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:12915 'action': [ 'python',
916 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:29917 '--no_resume',
maruel4fbba012015-05-22 21:52:29918 '--no_auth',
919 '--bucket', 'chromium-luci',
920 '-d', 'src/tools/luci-go/win64',
921 ],
922 },
923 {
924 'name': 'luci-go_mac',
925 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19926 'condition': 'host_os == "mac"',
Dan Jacquesda2309d2017-06-08 21:48:12927 'action': [ 'python',
928 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:29929 '--no_resume',
maruel4fbba012015-05-22 21:52:29930 '--no_auth',
931 '--bucket', 'chromium-luci',
932 '-d', 'src/tools/luci-go/mac64',
933 ],
934 },
935 {
936 'name': 'luci-go_linux',
937 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19938 'condition': 'host_os == "linux"',
Dan Jacquesda2309d2017-06-08 21:48:12939 'action': [ 'python',
940 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:29941 '--no_resume',
maruel4fbba012015-05-22 21:52:29942 '--no_auth',
943 '--bucket', 'chromium-luci',
944 '-d', 'src/tools/luci-go/linux64',
945 ],
946 },
[email protected]f1d116b2014-06-13 18:07:26947 # Pull the Syzygy binaries, used for optimization and instrumentation.
948 {
Stefan Zagerfd5ba192014-08-23 00:29:39949 'name': 'syzygy-binaries',
950 'pattern': '.',
Nico Weberb19437032017-10-09 02:45:09951 'condition': 'host_os == "win"',
Stefan Zagerfd5ba192014-08-23 00:29:39952 'action': ['python',
953 'src/build/get_syzygy_binaries.py',
954 '--output-dir=src/third_party/syzygy/binaries',
Sebastien Marchand0881de72017-07-19 23:45:07955 '--revision=190dbfe74c6f5b5913820fa66d9176877924d7c5',
Stefan Zagerfd5ba192014-08-23 00:29:39956 '--overwrite',
sebmarchandaf7cc2f2016-10-04 18:22:25957 '--copy-dia-binaries',
[email protected]f1d116b2014-06-13 18:07:26958 ],
959 },
erikwright9bdc2bf2015-01-22 20:20:04960 {
Stefan Zagerfd5ba192014-08-23 00:29:39961 'name': 'apache_win32',
962 'pattern': '\\.sha1',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19963 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:12964 'action': [ 'python',
965 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39966 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39967 '--directory',
968 '--recursive',
969 '--no_auth',
970 '--num_threads=16',
971 '--bucket', 'chromium-apache-win32',
972 'src/third_party/apache-win32',
[email protected]2154052a2014-06-14 19:29:26973 ],
974 },
975 {
Dirk Pranke6c360be2017-10-09 19:06:59976 'name': 'msan_chained_origins',
977 'pattern': '.',
978 'condition': 'checkout_instrumented_libraries',
979 'action': [ 'python',
980 'src/third_party/depot_tools/download_from_google_storage.py',
981 "--no_resume",
982 "--no_auth",
983 "--bucket", "chromium-instrumented-libraries",
984 "-s", "src/third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1",
985 ],
986 },
987 {
988 'name': 'msan_no_origins',
989 'pattern': '.',
990 'condition': 'checkout_instrumented_libraries',
991 'action': [ 'python',
992 'src/third_party/depot_tools/download_from_google_storage.py',
993 "--no_resume",
994 "--no_auth",
995 "--bucket", "chromium-instrumented-libraries",
996 "-s", "src/third_party/instrumented_libraries/binaries/msan-no-origins-trusty.tgz.sha1",
997 ],
thomasandersonaa441f52017-04-04 22:35:39998 },
999 {
bradnelson20c9a7312016-08-30 17:45:471000 "name": "wasm_fuzzer",
1001 "pattern": ".",
Dan Jacquesda2309d2017-06-08 21:48:121002 'action': [ 'python',
1003 'src/third_party/depot_tools/download_from_google_storage.py',
bradnelson20c9a7312016-08-30 17:45:471004 "--no_resume",
1005 "--no_auth",
1006 "-u",
1007 "--bucket", "v8-wasm-fuzzer",
ahaasec987e5d2017-05-17 11:25:361008 "-s", "src/v8/test/fuzzer/wasm_corpus.tar.gz.sha1",
bradnelson20c9a7312016-08-30 17:45:471009 ],
1010 },
1011 {
chenwilliam56a90382016-12-09 02:16:281012 'name': 'devtools_install_node',
1013 'action': [ 'python',
1014 'src/third_party/WebKit/Source/devtools/scripts/local_node/node.py',
1015 '--running-as-hook',
1016 '--version',
1017 ],
1018 },
dpapadcbee6ab2017-01-14 03:05:531019
1020 # Pull down Node binaries for WebUI toolchain.
1021 {
1022 'name': 'node_linux64',
1023 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191024 'condition': 'host_os == "linux"',
Dan Jacquesda2309d2017-06-08 21:48:121025 'action': [ 'python',
1026 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531027 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531028 '--extract',
1029 '--no_auth',
1030 '--bucket', 'chromium-nodejs/6.9.4',
1031 '-s', 'src/third_party/node/linux/node-linux-x64.tar.gz.sha1',
1032 ],
1033 },
1034 {
1035 'name': 'node_mac',
1036 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191037 'condition': 'host_os == "mac"',
Dan Jacquesda2309d2017-06-08 21:48:121038 'action': [ 'python',
1039 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531040 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531041 '--extract',
1042 '--no_auth',
1043 '--bucket', 'chromium-nodejs/6.9.4',
1044 '-s', 'src/third_party/node/mac/node-darwin-x64.tar.gz.sha1',
1045 ],
1046 },
1047 {
1048 'name': 'node_win',
1049 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191050 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:121051 'action': [ 'python',
1052 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531053 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531054 '--no_auth',
1055 '--bucket', 'chromium-nodejs/6.9.4',
1056 '-s', 'src/third_party/node/win/node.exe.sha1',
1057 ],
1058 },
1059
1060 # Pull down NPM dependencies for WebUI toolchain.
1061 {
1062 'name': 'webui_node_modules',
1063 'pattern': '.',
Dan Jacquesda2309d2017-06-08 21:48:121064 'action': [ 'python',
1065 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531066 '--no_resume',
1067 '--extract',
1068 '--no_auth',
1069 '--bucket', 'chromium-nodejs',
1070 '-s', 'src/third_party/node/node_modules.tar.gz.sha1',
1071 ],
1072 },
kainino61f7bce2017-04-28 21:53:271073
1074 # Download Telemetry's binary dependencies
1075 {
1076 'name': 'fetch_telemetry_binary_dependencies',
1077 'pattern': '.',
1078 'action': [ 'python',
Dirk Pranke4c3098b2017-10-10 18:57:221079 'src/tools/perf/conditionally_execute',
1080 '--gyp-condition', 'fetch_telemetry_dependencies=1',
kainino61f7bce2017-04-28 21:53:271081 'src/third_party/catapult/telemetry/bin/fetch_telemetry_binary_dependencies',
1082 ],
1083 },
John Budorickda2bfbb2017-05-30 22:17:591084
Dirk Pranke099b747b2017-10-06 04:29:091085 # This is used to ensure that all network operations are properly
1086 # annotated so we can document what they're for.
1087 {
1088 'name': 'tools_traffic_annotation_linux',
1089 'pattern': '.',
1090 'condition': 'host_os == "linux" and checkout_traffic_annotation_tools',
1091 'action': [ 'python',
1092 'src/third_party/depot_tools/download_from_google_storage.py',
1093 '--no_resume',
Dirk Pranke099b747b2017-10-06 04:29:091094 '--no_auth',
1095 '--num_threads=4',
1096 '--bucket', 'chromium-tools-traffic_annotation',
1097 '-d', 'src/tools/traffic_annotation/bin/linux64',
1098 ],
1099 },
1100
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401101 # Pull down Zucchini test data.
1102 {
1103 'name': 'zucchini_testdata',
1104 'pattern': '.',
1105 'action': [ 'python',
1106 'src/third_party/depot_tools/download_from_google_storage.py',
1107 '--no_resume',
1108 '--no_auth',
huangs3bad8e22017-09-05 21:50:001109 '--num_threads=4',
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401110 '--bucket', 'chromium-binary-patching',
1111 '-d', 'src/chrome/installer/zucchini/testdata',
1112 ],
1113 },
1114
Paweł Hajdan, Jre7eed642017-10-02 16:46:561115 {
1116 # This downloads SDK extras and puts them in the
1117 # third_party/android_tools/sdk/extras directory.
1118 'name': 'sdkextras',
1119 'pattern': '.',
1120 'condition': 'checkout_android',
1121 # When adding a new sdk extras package to download, add the package
1122 # directory and zip file to .gitignore in third_party/android_tools.
1123 'action': ['python',
1124 'src/build/android/play_services/update.py',
1125 'download'
1126 ],
1127 },
1128 {
1129 'name': 'android_system_sdk',
1130 'pattern': '.',
1131 'condition': 'checkout_android',
1132 'action': ['python',
1133 'src/build/android/update_deps/update_third_party_deps.py',
1134 'download',
1135 '-b', 'android_system_stubs',
1136 '-l', 'third_party/android_system_sdk'
1137 ],
1138 },
John Budorickbbdcc492017-10-09 18:57:091139 # Download checkstyle for use in PRESUBMIT for Java changes.
1140 {
1141 'name': 'checkstyle',
1142 'pattern': '.',
1143 # Must also be downloaded on linux for use on chromium_presubmit.
1144 'condition': 'checkout_android or checkout_linux',
1145 'action': [ 'python',
1146 'src/third_party/depot_tools/download_from_google_storage.py',
1147 '--no_resume',
1148 '--no_auth',
1149 '--bucket', 'chromium-android-tools/checkstyle',
1150 '-s', 'src/third_party/checkstyle/checkstyle-8.0-all.jar.sha1'
1151 ],
1152 },
Paweł Hajdan, Jre7eed642017-10-02 16:46:561153 {
1154 'name': 'intellij',
1155 'pattern': '.',
1156 'condition': 'checkout_android',
1157 'action': ['python',
1158 'src/build/android/update_deps/update_third_party_deps.py',
1159 'download',
1160 '-b', 'chromium-intellij',
1161 '-l', 'third_party/intellij'
1162 ],
1163 },
1164 {
1165 'name': 'javax_inject',
1166 'pattern': '.',
1167 'condition': 'checkout_android',
1168 'action': ['python',
1169 'src/build/android/update_deps/update_third_party_deps.py',
1170 'download',
1171 '-b', 'chromium-javax-inject',
1172 '-l', 'third_party/javax_inject'
1173 ],
1174 },
1175 {
1176 'name': 'hamcrest',
1177 'pattern': '.',
1178 'condition': 'checkout_android',
1179 'action': ['python',
1180 'src/build/android/update_deps/update_third_party_deps.py',
1181 'download',
1182 '-b', 'chromium-hamcrest',
1183 '-l', 'third_party/hamcrest'
1184 ],
1185 },
1186 {
1187 'name': 'guava',
1188 'pattern': '.',
1189 'condition': 'checkout_android',
1190 'action': ['python',
1191 'src/build/android/update_deps/update_third_party_deps.py',
1192 'download',
1193 '-b', 'chromium-guava',
1194 '-l', 'third_party/guava'
1195 ],
1196 },
1197 {
1198 'name': 'android_support_test_runner',
1199 'pattern': '.',
1200 'condition': 'checkout_android',
1201 'action': ['python',
1202 'src/build/android/update_deps/update_third_party_deps.py',
1203 'download',
1204 '-b', 'chromium-android-support-test-runner',
1205 '-l', 'third_party/android_support_test_runner'
1206 ],
1207 },
1208 {
1209 'name': 'byte_buddy',
1210 'pattern': '.',
1211 'condition': 'checkout_android',
1212 'action': ['python',
1213 'src/build/android/update_deps/update_third_party_deps.py',
1214 'download',
1215 '-b', 'chromium-byte-buddy',
1216 '-l', 'third_party/byte_buddy'
1217 ],
1218 },
1219 {
1220 'name': 'espresso',
1221 'pattern': '.',
1222 'condition': 'checkout_android',
1223 'action': ['python',
1224 'src/build/android/update_deps/update_third_party_deps.py',
1225 'download',
1226 '-b', 'chromium-espresso',
1227 '-l', 'third_party/espresso'
1228 ],
1229 },
1230 {
1231 'name': 'robolectric_libs',
1232 'pattern': '.',
1233 'condition': 'checkout_android',
1234 'action': ['python',
1235 'src/build/android/update_deps/update_third_party_deps.py',
1236 'download',
1237 '-b', 'chromium-robolectric',
1238 '-l', 'third_party/robolectric'
1239 ],
1240 },
1241 {
1242 'name': 'apache_velocity',
1243 'pattern': '.',
1244 'condition': 'checkout_android',
1245 'action': ['python',
1246 'src/build/android/update_deps/update_third_party_deps.py',
1247 'download',
1248 '-b', 'chromium-apache-velocity',
1249 '-l', 'third_party/apache_velocity'
1250 ],
1251 },
1252 {
1253 'name': 'ow2_asm',
1254 'pattern': '.',
1255 'condition': 'checkout_android',
1256 'action': ['python',
1257 'src/build/android/update_deps/update_third_party_deps.py',
1258 'download',
1259 '-b', 'chromium-ow2-asm',
1260 '-l', 'third_party/ow2_asm'
1261 ],
1262 },
1263 {
1264 'name': 'desugar',
1265 'pattern': '.',
1266 'condition': 'checkout_android',
1267 'action': ['python',
1268 'src/build/android/update_deps/update_third_party_deps.py',
1269 'download',
1270 '-b', 'chromium-android-tools/bazel/desugar',
1271 '-l', 'third_party/bazel/desugar'
1272 ],
1273 },
1274 {
1275 'name': 'apk-patch-size-estimator',
1276 'pattern': '.',
1277 'condition': 'checkout_android',
1278 'action': ['python',
1279 'src/build/android/update_deps/update_third_party_deps.py',
1280 'download',
1281 '-b', 'chromium-android-tools/apk-patch-size-estimator',
1282 '-l', 'third_party/apk-patch-size-estimator/lib'
1283 ],
1284 },
1285 {
1286 'name': 'icu4j',
1287 'pattern': '.',
1288 'condition': 'checkout_android',
1289 'action': ['python',
1290 'src/build/android/update_deps/update_third_party_deps.py',
1291 'download',
1292 '-b', 'chromium-icu4j',
1293 '-l', 'third_party/icu4j'
1294 ],
1295 },
1296 {
1297 'name': 'accessibility_test_framework',
1298 'pattern': '.',
1299 'condition': 'checkout_android',
1300 'action': ['python',
1301 'src/build/android/update_deps/update_third_party_deps.py',
1302 'download',
1303 '-b', 'chromium-accessibility-test-framework',
1304 '-l', 'third_party/accessibility_test_framework'
1305 ],
1306 },
1307 {
1308 'name': 'bouncycastle',
1309 'pattern': '.',
1310 'condition': 'checkout_android',
1311 'action': ['python',
1312 'src/build/android/update_deps/update_third_party_deps.py',
1313 'download',
1314 '-b', 'chromium-bouncycastle',
1315 '-l', 'third_party/bouncycastle'
1316 ],
1317 },
1318 {
1319 'name': 'sqlite4java',
1320 'pattern': '.',
1321 'condition': 'checkout_android',
1322 'action': ['python',
1323 'src/build/android/update_deps/update_third_party_deps.py',
1324 'download',
1325 '-b', 'chromium-sqlite4java',
1326 '-l', 'third_party/sqlite4java'
1327 ],
1328 },
1329 {
1330 'name': 'gson',
1331 'pattern': '.',
1332 'condition': 'checkout_android',
1333 'action': ['python',
1334 'src/build/android/update_deps/update_third_party_deps.py',
1335 'download',
1336 '-b', 'chromium-gson',
1337 '-l', 'third_party/gson',
1338 ],
1339 },
1340 {
1341 'name': 'objenesis',
1342 'pattern': '.',
1343 'condition': 'checkout_android',
1344 'action': ['python',
1345 'src/build/android/update_deps/update_third_party_deps.py',
1346 'download',
1347 '-b', 'chromium-objenesis',
1348 '-l', 'third_party/objenesis'
1349 ],
1350 },
1351 {
1352 'name': 'xstream',
1353 'pattern': '.',
1354 'condition': 'checkout_android',
1355 'action': ['python',
1356 'src/build/android/update_deps/update_third_party_deps.py',
1357 'download',
1358 '-b', 'chromium-robolectric',
1359 '-l', 'third_party/xstream'
1360 ],
1361 },
1362 {
1363 'name': 'gvr_static_shim_android_arm',
1364 'pattern': '\\.sha1',
1365 'condition': 'checkout_android',
Benoit L0a47fd182017-08-16 10:03:261366 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121367 'src/third_party/depot_tools/download_from_google_storage.py',
thakis973bb2432017-05-24 15:27:141368 '--no_resume',
thakis973bb2432017-05-24 15:27:141369 '--no_auth',
1370 '--bucket', 'chromium-gvr-static-shim',
1371 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm.a.sha1',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561372 ],
1373 },
1374 {
1375 'name': 'gvr_static_shim_android_arm64',
1376 'pattern': '\\.sha1',
1377 'condition': 'checkout_android',
Benoit L0a47fd182017-08-16 10:03:261378 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121379 'src/third_party/depot_tools/download_from_google_storage.py',
thakis973bb2432017-05-24 15:27:141380 '--no_resume',
thakis973bb2432017-05-24 15:27:141381 '--no_auth',
1382 '--bucket', 'chromium-gvr-static-shim',
1383 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm64.a.sha1',
1384 ],
Paweł Hajdan, Jre7eed642017-10-02 16:46:561385 },
1386 {
1387 'name': 'vr_controller_test_api',
1388 'pattern': '\\.sha1',
1389 'condition': 'checkout_android',
Benoit L0a47fd182017-08-16 10:03:261390 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121391 'src/third_party/depot_tools/download_from_google_storage.py',
thakis973bb2432017-05-24 15:27:141392 '--no_resume',
thakis973bb2432017-05-24 15:27:141393 '--no_auth',
1394 '--bucket', 'chromium-gvr-static-shim/controller_test_api',
1395 '-s', 'src/third_party/gvr-android-sdk/test-libraries/controller_test_api.aar.sha1',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561396 ],
1397 },
1398 # Download VR test APKs only if the environment variable is set
1399 {
1400 'name': 'vr_test_apks',
1401 'pattern': '.',
1402 'condition': 'checkout_android',
1403 'action': [ 'python',
1404 'src/third_party/gvr-android-sdk/test-apks/update.py',
1405 ],
1406 },
1407 {
1408 # Pull doclava binaries if building for Android.
1409 'name': 'doclava',
1410 'pattern': '.',
1411 'condition': 'checkout_android',
1412 'action': ['python',
1413 'src/build/android/download_doclava.py',
1414 ],
1415 },
1416
1417 {
1418 'name': 'fuchsia_sdk',
1419 'pattern': '.',
1420 'condition': 'checkout_fuchsia',
1421 'action': [
1422 'python',
1423 'src/build/fuchsia/update_sdk.py',
Sergey Ulanovfea2f072017-10-21 04:34:261424 '492eec9e40c9832dd8772f4718b7db6aac4d7921',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561425 ],
1426 },
Dan Jacques9731b23a2017-10-12 20:40:171427
1428 # Download and initialize "vpython" VirtualEnv environment packages.
1429 {
1430 'name': 'vpython_common',
1431 'pattern': '.',
1432 'action': [ 'vpython',
1433 '-vpython-spec', 'src/.vpython',
1434 '-vpython-tool', 'install',
1435 ],
1436 },
1437 {
1438 'name': 'vpython_webkitpy',
1439 'pattern': '.',
1440 'action': [ 'vpython',
1441 '-vpython-spec', 'src/third_party/WebKit/Tools/Scripts/common.vpython',
1442 '-vpython-tool', 'install',
1443 ],
1444 },
Paweł Hajdan, Jre7eed642017-10-02 16:46:561445]
scottmg4cd62bec2017-05-16 03:55:251446
jbudoricke6932bfd2016-09-07 02:09:221447recursedeps = [
bungeman1835f982016-09-28 18:33:221448 # buildtools provides clang_format, libc++, and libc++abi
1449 'src/buildtools',
jbudoricke6932bfd2016-09-07 02:09:221450 # android_tools manages the NDK.
1451 'src/third_party/android_tools',
1452 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1453 ("src/third_party/angle", "DEPS.chromium"),
Paweł Hajdan, Jr37a7a742017-09-25 11:37:301454 # src-internal has its own DEPS file to pull additional internal repos
1455 'src-internal',
jbudoricke6932bfd2016-09-07 02:09:221456]