blob: d1e239db11b585cc89943ad72e94c75f2a522567 [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
Dirk Pranke4dabe802017-11-02 07:18:5529gclient_gn_args_file = 'src/build/config/gclient_args.gni'
30gclient_gn_args = [
Johann5c03fd42017-11-08 15:22:1731 'checkout_libaom',
Dirk Pranke4dabe802017-11-02 07:18:5532 'checkout_nacl',
33]
34
[email protected]ed711942012-05-19 06:57:0635
[email protected]5f129de2009-02-24 23:22:0436vars = {
Dirk Prankef044b6b02017-10-05 22:02:0337 # By default, we should check out everything needed to run on the main
38 # chromium waterfalls. This var can be also be set to "small", in order
39 # to skip things are not strictly needed to build chromium for development
40 # purposes.
41 'checkout_configuration': 'default',
42
Dirk Pranke4dabe802017-11-02 07:18:5543 # Check out and download nacl by default. This can be disabled e.g. with
44 # custom_vars.
45 'checkout_nacl': True,
46
Paweł Hajdan, Jr37a7a742017-09-25 11:37:3047 # By default, do not check out src-internal. This can be overridden e.g. with
48 # custom_vars.
Paweł Hajdan, Jr41d18fa2017-10-09 12:41:5749 'checkout_src_internal': False,
Paweł Hajdan, Jr37a7a742017-09-25 11:37:3050
Dirk Prankec1d528fc02017-11-03 15:15:0351 # Fetch the additional packages and files needed to run all of the
52 # telemetry tests. This is false by default as some stuff is only
53 # privately accessible.
54 'checkout_telemetry_dependencies': False,
55
Johanncf5bb4c62017-10-30 23:21:3456 # libaom provides support for AV1 but the bitstream is not frozen.
Johann80428a92017-12-04 21:56:2857 'checkout_libaom': True,
Johanncf5bb4c62017-10-30 23:21:3458
Dirk Pranke099b747b2017-10-06 04:29:0959 # TODO(dpranke): change to != "small" once != is supported.
Dirk Pranke5e953152017-10-10 16:26:4460 'checkout_traffic_annotation_tools': 'checkout_configuration == "default"',
Dirk Pranke4c3098b2017-10-10 18:57:2261 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
Dirk Pranke5e953152017-10-10 16:26:4462
Johanncf5bb4c62017-10-30 23:21:3463 'aomedia_git': 'https://aomedia.googlesource.com',
Stefan Zagerfd5ba192014-08-23 00:29:3964 'chromium_git': 'https://chromium.googlesource.com',
dpranke4778c712016-09-23 01:15:5665 'swiftshader_git': 'https://swiftshader.googlesource.com',
66 'pdfium_git': 'https://pdfium.googlesource.com',
67 'boringssl_git': 'https://boringssl.googlesource.com',
agable851c6f7252016-11-04 17:17:3968 'skia_git': 'https://skia.googlesource.com',
Henrik Kjellander7c0b28b2017-09-13 20:25:0269 'webrtc_git': 'https://webrtc.googlesource.com',
thestig3e7d8e02015-09-28 23:54:4670 # Three lines of non-changing comments so that
thestig3e7d8e02015-09-28 23:54:4671 # the commit queue can handle CLs rolling sfntly
72 # and whatever else without interference from each other.
thestig930abad2017-04-18 02:44:3373 'sfntly_revision': '2439bd08ff93d4dce761dd6b825917938bd35a4f',
thestig3e7d8e02015-09-28 23:54:4674 # Three lines of non-changing comments so that
75 # the commit queue can handle CLs rolling Skia
76 # and whatever else without interference from each other.
[email protected]50ddaa752017-12-15 17:02:2577 'skia_revision': '67a86d50f38d3a646ed165f7c6a7d58fda45cbab',
[email protected]5eb3022e2011-11-23 16:42:2678 # Three lines of non-changing comments so that
sbce2d44aee2015-06-09 03:06:0479 # the commit queue can handle CLs rolling V8
80 # and whatever else without interference from each other.
v8-autoroll38856cf62017-12-15 17:49:2981 'v8_revision': 'eaa72a5e2c1eb2b4d1a4d1c28ffa31568e496680',
[email protected]20e0e752012-09-14 15:56:5282 # Three lines of non-changing comments so that
[email protected]10d8ac32013-10-31 13:34:3183 # the commit queue can handle CLs rolling swarming_client
[email protected]7f4fc412013-02-24 00:16:5184 # and whatever else without interference from each other.
Marc-Antoine Ruel76c46762017-12-06 23:10:4385 'swarming_revision': '4bd9152f8a975d57c972c071dfb4ddf668e02200',
[email protected]d0982f92013-03-19 10:26:2086 # Three lines of non-changing comments so that
[email protected]62f231902014-03-11 10:19:2087 # the commit queue can handle CLs rolling ANGLE
88 # and whatever else without interference from each other.
[email protected]9cee0802017-12-14 14:15:4889 'angle_revision': '9d4d7f06facbe5db0f178be7b4126d6072d4ee69',
[email protected]f58d3292014-05-14 01:56:5490 # Three lines of non-changing comments so that
91 # the commit queue can handle CLs rolling build tools
92 # and whatever else without interference from each other.
Scott Grahame6b48222017-12-12 19:57:1293 'buildtools_revision': '1be57dc4c2c68fa564ee258a3af0cf8003007edf',
dpranke7a694fe2015-08-18 05:11:2994 # Three lines of non-changing comments so that
capne3976c22016-08-12 22:06:1795 # the commit queue can handle CLs rolling SwiftShader
96 # and whatever else without interference from each other.
Alexis Hetua3ddd712017-12-04 23:28:4397 'swiftshader_revision': '05bcbe6b7a2dffc284b38ad0f2731d2894972cd8',
capne3976c22016-08-12 22:06:1798 # Three lines of non-changing comments so that
dpranke7a694fe2015-08-18 05:11:2999 # the commit queue can handle CLs rolling PDFium
[email protected]d6a2e88f12014-05-19 19:27:03100 # and whatever else without interference from each other.
[email protected]d1a52cb2017-12-15 00:02:04101 'pdfium_revision': 'd92073b756277d2d4c9c839dd5ac8fa0e8bb9e28',
[email protected]99e1c5c2014-06-20 13:02:29102 # Three lines of non-changing comments so that
103 # the commit queue can handle CLs rolling openmax_dl
104 # and whatever else without interference from each other.
Sergey Ulanov31ba2a02017-12-14 01:44:33105 'openmax_dl_revision': 'b611996df3b8f6b151339d22c12c21f167009cb6',
[email protected]7ee3af52014-07-06 18:16:47106 # Three lines of non-changing comments so that
107 # the commit queue can handle CLs rolling BoringSSL
108 # and whatever else without interference from each other.
Steven Valdez560cb6a2017-12-12 23:01:21109 'boringssl_revision': '0c9c1aad352235db1be3bf05e769c97fcc215112',
szager29407eb2014-08-26 13:09:31110 # Three lines of non-changing comments so that
szager29407eb2014-08-26 13:09:31111 # the commit queue can handle CLs rolling google-toolbox-for-mac
112 # and whatever else without interference from each other.
Mark Mentovai9ed143162017-07-24 19:04:47113 'google_toolbox_for_mac_revision': '3c3111d3aefe907c8c0f0e933029608d96ceefeb',
szager29407eb2014-08-26 13:09:31114 # Three lines of non-changing comments so that
115 # the commit queue can handle CLs rolling lighttpd
116 # and whatever else without interference from each other.
117 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
118 # Three lines of non-changing comments so that
119 # the commit queue can handle CLs rolling lss
120 # and whatever else without interference from each other.
Torne (Richard Coles)9a6106e2017-10-20 17:48:17121 'lss_revision': 'e6527b0cd469e3ff5764785dadcb39bf7d787154',
mseaborn851e1bd12014-09-05 08:00:14122 # Three lines of non-changing comments so that
123 # the commit queue can handle CLs rolling NaCl
124 # and whatever else without interference from each other.
[email protected]280a28d82017-10-01 00:05:41125 'nacl_revision': '7f07816e463da403255f0ab4f6d88004450dd09d',
cwallezf2b03492015-08-25 15:08:18126 # Three lines of non-changing comments so that
drottfe896a82017-03-06 12:12:54127 # the commit queue can handle CLs rolling freetype
bcf53f862ea2016-02-02 05:08:42128 # and whatever else without interference from each other.
Dominik Röttsches37d8b632017-12-12 14:06:43129 'freetype_revision': '2c048a8a622e9f44f255aa3316026f124ac9ecbc',
robertocn4567f4d2016-03-23 03:36:07130 # Three lines of non-changing comments so that
131 # the commit queue can handle CLs rolling catapult
132 # and whatever else without interference from each other.
[email protected]3cfc335a2017-12-15 11:25:48133 'catapult_revision': '846f7660e7d5004afac6052a9d7905695bc1edb7',
ochangcbd1cf202016-04-01 21:37:37134 # Three lines of non-changing comments so that
135 # the commit queue can handle CLs rolling libFuzzer
136 # and whatever else without interference from each other.
Max Moroze359f202017-11-13 20:35:57137 'libfuzzer_revision': 'a00e8070bea627f21df4a7eb1d58083f1bcfbba1',
chenwilliam56a90382016-12-09 02:16:28138 # Three lines of non-changing comments so that
139 # the commit queue can handle CLs rolling devtools-node-modules
140 # and whatever else without interference from each other.
141 'devtools_node_modules_revision': '6226d6cd80aaf2e5295ed460cf73ef6a582e4d78',
kmarshall520f9512017-01-24 23:25:01142 # Three lines of non-changing comments so that
aizatsky8904f9c2017-03-03 19:50:05143 # the commit queue can handle CLs rolling libprotobuf-mutator
144 # and whatever else without interference from each other.
Jonathan Metzmana54e5af62017-11-01 19:29:06145 'libprotobuf-mutator': '3fc43a01d721ef1bacfefed170bc22abf1b8b051',
[email protected]5f129de2009-02-24 23:22:04146}
147
tandrii74b7e422014-09-23 16:45:27148# Only these hosts are allowed for dependencies in this DEPS file.
149# If you need to add a new host, contact chrome infrastracture team.
150allowed_hosts = [
tandriicb12c642015-03-27 19:00:55151 'android.googlesource.com',
Johanncf5bb4c62017-10-30 23:21:34152 'aomedia.googlesource.com',
agable851c6f7252016-11-04 17:17:39153 'boringssl.googlesource.com',
Paweł Hajdan, Jr37a7a742017-09-25 11:37:30154 'chrome-internal.googlesource.com',
agable851c6f7252016-11-04 17:17:39155 'chromium.googlesource.com',
156 'pdfium.googlesource.com',
157 'skia.googlesource.com',
capne3976c22016-08-12 22:06:17158 'swiftshader.googlesource.com',
Henrik Kjellander7c0b28b2017-09-13 20:25:02159 'webrtc.googlesource.com',
tandrii74b7e422014-09-23 16:45:27160]
161
[email protected]5f129de2009-02-24 23:22:04162deps = {
Stefan Zagerfd5ba192014-08-23 00:29:39163 'src/buildtools':
dpranke4778c712016-09-23 01:15:56164 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
[email protected]f58d3292014-05-14 01:56:54165
Paweł Hajdan, Jr7af368952017-10-02 12:25:36166 'src/chrome/installer/mac/third_party/xz/xz': {
167 'url': Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7',
168 'condition': 'checkout_mac',
169 },
170
Stefan Zagerfd5ba192014-08-23 00:29:39171 'src/chrome/test/data/perf/canvas_bench':
dpranke4778c712016-09-23 01:15:56172 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732',
[email protected]700e7e32012-02-22 17:04:38173
Stefan Zagerfd5ba192014-08-23 00:29:39174 'src/chrome/test/data/perf/frame_rate/content':
dpranke4778c712016-09-23 01:15:56175 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c88463efeef6bb19c9ec07c42bc8fe22b9',
[email protected]40646b012011-07-26 02:30:26176
bsheedy01d93942017-07-27 22:49:38177 'src/chrome/test/data/vr/webvr_info':
bsheedyac7c01a2017-11-07 18:53:12178 Var('chromium_git') + '/external/github.com/toji/webvr.info.git' + '@' + 'c58ae99b9ff9e2aa4c524633519570bf33536248',
bsheedy01d93942017-07-27 22:49:38179
Paweł Hajdan, Jr7af368952017-10-02 12:25:36180 'src/ios/third_party/earl_grey/src': {
Mike Baxleyc1441e72017-11-03 18:26:47181 'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '2fd8a7d4b76f820fb95bce495c0ceb324dbe3edb',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36182 'condition': 'checkout_ios',
183 },
184
185 'src/ios/third_party/fishhook/src': {
186 'url': Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c',
187 'condition': 'checkout_ios',
188 },
189
190 'src/ios/third_party/gcdwebserver/src': {
191 'url': Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@' + '43555c66627f6ed44817855a0f6d465f559d30e0',
192 'condition': 'checkout_ios',
193 },
194
195 'src/ios/third_party/material_components_ios/src': {
Gauthier Ambard7c6cfebfdc2017-11-07 10:36:06196 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '857c3016cdf4f765263af84f41f027f51091bbc8',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36197 'condition': 'checkout_ios',
198 },
199
200 'src/ios/third_party/material_font_disk_loader_ios/src': {
201 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-font-disk-loader-ios.git' + '@' + '8e30188777b016182658fbaa0a4a020a48183224',
202 'condition': 'checkout_ios',
203 },
204
Gauthier Ambard8d034462017-10-25 16:39:55205 'src/ios/third_party/material_internationalization_ios/src': {
mrefaat33a62f62017-12-02 00:32:46206 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-internationalization-ios.git' + '@' + 'fa05ea39c50b232917232c0d6e8b5a34caf7f43f',
Gauthier Ambard8d034462017-10-25 16:39:55207 'condition': 'checkout_ios',
208 },
209
Paweł Hajdan, Jr7af368952017-10-02 12:25:36210 'src/ios/third_party/material_roboto_font_loader_ios/src': {
211 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-roboto-font-loader-ios.git' + '@' + '4aa51e906e5671c71d24e991f1f10d782a58409f',
212 'condition': 'checkout_ios',
213 },
214
215 'src/ios/third_party/material_sprited_animation_view_ios/src': {
216 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-sprited-animation-view-ios.git' + '@' + 'c6e16d06bdafd95540c62b3402d9414692fbca81',
217 'condition': 'checkout_ios',
218 },
219
220 'src/ios/third_party/material_text_accessibility_ios/src': {
221 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-text-accessibility-ios.git' + '@' + '7340b22cc589101ba0b11516afe4f3a733041951',
222 'condition': 'checkout_ios',
223 },
224
mrefaat070940d2017-12-01 02:59:38225 'src/ios/third_party/motion_interchange_objc/src': {
226 'url': Var('chromium_git') + '/external/github.com/material-motion/motion-interchange-objc.git' + '@' + '26d91bf724adec6880cbc83a95d4cb4fb94847b6',
227 'condition': 'checkout_ios',
228 },
229
mrefaatb4b862312017-12-01 20:03:05230 'src/ios/third_party/motion_animator_objc/src': {
231 'url': Var('chromium_git') + '/external/github.com/material-motion/motion-animator-objc.git' + '@' + '60cf5680f1df8b181299c04ba22c32e388a7f0ba',
232 'condition': 'checkout_ios',
233 },
234
Louis Romeroe1d73292017-12-07 01:28:17235 'src/ios/third_party/motion_transitioning_objc/src': {
236 'url': Var('chromium_git') + '/external/github.com/material-motion/motion-transitioning-objc.git' + '@' + '994fd02d1de3d80ed284f0c1a4b5f459b8b051a6',
237 'condition': 'checkout_ios',
238 },
239
Paweł Hajdan, Jr7af368952017-10-02 12:25:36240 'src/ios/third_party/ochamcrest/src': {
Eric Noyaudaabeb52017-10-13 16:29:11241 'url': Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + '92d9c14d13bb864255e65c09383564653896916b',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36242 'condition': 'checkout_ios',
243 },
244
jrummellf715b1692015-10-21 23:26:26245 'src/media/cdm/api':
Xiaohan Wang7aed34a2017-12-07 20:45:56246 Var('chromium_git') + '/chromium/cdm.git' + '@' + 'eed9e92ec7789141c37ac0ee26b8bef4f2eb93e7',
[email protected]255c43f2013-06-07 08:54:11247
Dirk Pranke4dabe802017-11-02 07:18:55248 'src/native_client': {
249 'url': Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'),
250 'condition': 'checkout_nacl',
251 },
[email protected]bba1c0dd2013-08-19 10:33:31252
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42253 'src/third_party/SPIRV-Tools/src':
254 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + '@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c',
jinsukkim21d3369fc2016-06-21 06:16:03255
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16256 'src/third_party/android_protobuf/src': {
257 'url': Var('chromium_git') + '/external/android_protobuf.git' + '@' + '7fca48d8ce97f7ba3ab8eea5c472f1ad3711762f',
258 'condition': 'checkout_android',
259 },
260
261 'src/third_party/android_tools': {
John Budorickcc79c9c2017-11-28 21:08:21262 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16263 'condition': 'checkout_android',
264 },
265
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42266 'src/third_party/angle':
267 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
268
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16269 'src/third_party/apache-portable-runtime/src': {
270 'url': Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a8c4277e09a82eaa229e35246edea1ee0a6a1',
271 'condition': 'checkout_android',
272 },
273
Peter Wend0cc6d62017-11-02 16:32:30274 'src/third_party/auto/src': {
275 'url': Var('chromium_git') + '/external/github.com/google/auto.git' + '@' + '71802f2ae74dae2744abd999f8434e13055c4ee3',
276 'condition': 'checkout_android',
277 },
278
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42279 'src/third_party/bidichecker':
280 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0',
281
Paweł Hajdan, Jr7af368952017-10-02 12:25:36282 'src/third_party/bison': {
283 'url': Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5464ee2b224c2df649c6e26c3',
284 'condition': 'checkout_win',
285 },
286
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42287 'src/third_party/boringssl/src':
288 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
289
290 'src/third_party/breakpad/breakpad':
Mike Wittman32786662017-12-05 04:21:11291 Var('chromium_git') + '/breakpad/breakpad.git' + '@' + 'a61afe7a3e865f1da7ff7185184fe23977c2adca',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42292
293 'src/third_party/catapult':
294 Var('chromium_git') + '/catapult.git' + '@' + Var('catapult_revision'),
295
296 'src/third_party/ced/src':
297 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9',
298
Paweł Hajdan, Jr7af368952017-10-02 12:25:36299 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
300 'src/third_party/chromite': {
Steven Bennettse28b6222017-12-12 02:06:35301 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '49edad6de211c0a12f1cd05f0182841477e0b21b',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36302 'condition': 'checkout_linux',
303 },
304
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42305 'src/third_party/cld_3/src':
306 Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + 'ae02d6b8a2af41e87c956c7c7d3f651a8b7b9e79',
307
308 'src/third_party/colorama/src':
309 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
310
311 'src/third_party/crc32c/src':
Victor Costanf05fce322017-10-02 20:25:24312 Var('chromium_git') + '/external/github.com/google/crc32c.git' + '@' + '0f771ed5ef83556451e1736f22b1a11054dc81c3',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42313
Paweł Hajdan, Jr7af368952017-10-02 12:25:36314 # For Linux and Chromium OS.
315 'src/third_party/cros_system_api': {
Xiaochu Liu1050f29f2017-12-08 19:37:15316 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '3d171a2fcf084cfbafe35eb910c3df2883a1a0cc',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36317 'condition': 'checkout_linux',
318 },
319
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42320 'src/third_party/custom_tabs_client/src': {
Aaron Gable7c91d972017-11-21 01:27:06321 'url': Var('chromium_git') + '/custom-tabs-client.git' + '@' + 'afe8a13457103292fb1ba49877a0b0e5abdc2f36',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42322 'condition': 'checkout_android',
323 },
324
325 'src/third_party/depot_tools':
[email protected]51150c32017-12-15 07:29:33326 Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '41d9d87e9653e46166db0e97a184c801a28d75e3',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42327
Paweł Hajdan, Jr7af368952017-10-02 12:25:36328 # DevTools node modules. Used on Linux buildbots only.
329 'src/third_party/devtools-node-modules': {
330 'url': Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision'),
331 'condition': 'checkout_linux',
332 },
333
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42334 'src/third_party/dom_distiller_js/dist':
Wei-Yin Chen (陳威尹)f1f82a12017-12-13 15:52:40335 Var('chromium_git') + '/chromium/dom-distiller/dist.git' + '@' + '60b46718e28f553ab57e3d2bbda5b3b41456f417',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42336
337 'src/third_party/elfutils/src': {
338 'url': Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de4f3760bdcaa3d23d154d7',
339 'condition': 'checkout_android',
340 },
341
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16342 'src/third_party/errorprone/lib': {
Peter Wen6686c002017-11-15 21:51:48343 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '635c410fc42614b48518ae6818105bc83af88497',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16344 'condition': 'checkout_android',
345 },
346
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42347 'src/third_party/ffmpeg':
Dale Curtise8f547f2017-12-01 04:19:18348 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '423f74fab02ff573b52abd542eb5dfdadaa05cf4',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42349
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16350 'src/third_party/findbugs': {
John Budorick79bf00a2017-11-10 18:22:19351 'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '4275d9ac8610db6b1bc9a5e887f97e41b33fac67',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16352 'condition': 'checkout_android',
353 },
354
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42355 'src/third_party/flac':
356 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '7d0f5b3a173ffe98db08057d1f52b7787569e0a6',
357
358 'src/third_party/flatbuffers/src':
359 Var('chromium_git') + '/external/github.com/google/flatbuffers.git' + '@' + '01c50d57a67a52ee3cddd81b54d4647e9123a290',
360
Paweł Hajdan, Jr7af368952017-10-02 12:25:36361 # Used for embedded builds. CrOS & Linux use the system version.
362 'src/third_party/fontconfig/src': {
Tom Anderson34db191c2017-12-13 22:36:48363 'url': Var('chromium_git') + '/external/fontconfig.git' + '@' + 'b546940435ebfb0df575bc7a2350d1e913919c34',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36364 'condition': 'checkout_linux',
365 },
366
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42367 'src/third_party/freetype/src':
368 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_revision'),
369
Paweł Hajdan, Jr7af368952017-10-02 12:25:36370 # Chrome OS touchpad gestures library.
371 'src/third_party/gestures/gestures': {
David Revemane25bd88e2017-10-02 21:06:05372 'url': Var('chromium_git') + '/chromiumos/platform/gestures.git' + '@' + '74f55100df966280d305d5d5ada824605f875839',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36373 'condition': 'checkout_linux',
374 },
375
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42376 'src/third_party/glslang/src':
377 Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210c6bf4d8119dc5f8ac21da2d4c87184f7015e0',
378
Paweł Hajdan, Jrc3ae0852017-10-02 16:46:22379 'src/third_party/google_toolbox_for_mac/src': {
380 'url': Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'),
381 'condition': 'checkout_ios or checkout_mac',
382 },
383
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42384 'src/third_party/googletest/src':
[email protected]a81b7e72017-12-06 15:09:45385 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '247a3d8e5e5d403f7fcacdb8ccc71e5059f15daa',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42386
Paweł Hajdan, Jr7af368952017-10-02 12:25:36387 # GNU binutils assembler for x86-32.
388 'src/third_party/gnu_binutils': {
389 'url': Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436',
Dirk Pranke4dabe802017-11-02 07:18:55390 'condition': 'checkout_nacl and checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36391 },
392
393 'src/third_party/gperf': {
394 'url': Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f9449770443fb06da49b5a1e5d33c1',
395 'condition': 'checkout_win',
396 },
397
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42398 'src/third_party/gvr-android-sdk/src': {
Biao She75f624922017-11-16 18:44:17399 'url': Var('chromium_git') + '/external/github.com/googlevr/gvr-android-sdk.git' + '@' + '6aef4ab34276aac81ee38f1cb1d034de7fc4a4eb',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16400 'condition': 'checkout_android',
401 },
402
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42403 'src/third_party/hunspell_dictionaries':
Chris Nardieea5de82017-10-14 22:21:31404 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'a9bac57ce6c9d390a52ebaad3259f5fdb871210e',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42405
406 'src/third_party/icu':
Jungshik Shin27be5b22017-12-14 21:38:31407 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '94d819fa3e7e71f3dd8210d428c213ddb6e2b336',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42408
409 'src/third_party/jsoncpp/source':
410 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248
411
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16412 'src/third_party/jsr-305/src': {
413 'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
414 'condition': 'checkout_android',
415 },
416
417 'src/third_party/junit/src': {
418 'url': Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481',
419 'condition': 'checkout_android',
420 },
421
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42422 'src/third_party/leakcanary/src': {
423 'url': Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e',
424 'condition': 'checkout_android',
425 },
426
427 'src/third_party/leveldatabase/src':
Victor Costan7f1a6b12017-10-09 19:00:34428 Var('chromium_git') + '/external/leveldb.git' + '@' + 'ca216e493f32278f50a823811ab95f64cf0f839b',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42429
430 'src/third_party/libFuzzer/src':
Max Moroz1ee969e2017-10-04 16:27:26431 Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + Var('libfuzzer_revision'),
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42432
433 'src/third_party/libaddressinput/src':
sebsg603b79c2017-11-24 00:29:08434 Var('chromium_git') + '/external/libaddressinput.git' + '@' + 'a575c63de328d0c72237c55d1a05e191c245122a',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42435
Johanncf5bb4c62017-10-30 23:21:34436 'src/third_party/libaom/source/libaom': {
Johann91ddd592017-11-22 02:13:22437 'url': Var('aomedia_git') + '/aom.git' + '@' + 'cccda0db727c2282375b174104294b40911d1447',
Johanncf5bb4c62017-10-30 23:21:34438 'condition': 'checkout_libaom',
439 },
440
Paweł Hajdan, Jr7af368952017-10-02 12:25:36441 # Userspace interface to kernel DRM services.
442 'src/third_party/libdrm/src': {
Kristian H. Kristensen03ecc6d2017-10-30 23:53:36443 'url': Var('chromium_git') + '/chromiumos/third_party/libdrm.git' + '@' + '16ffb1e6fce0fbd57f7a1e76021c575a40f6dc7a',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36444 'condition': 'checkout_linux',
445 },
446
447 # The libevdev library (Chrome OS version).
448 'src/third_party/libevdev/src': {
449 'url': Var('chromium_git') + '/chromiumos/platform/libevdev.git' + '@' + '9f7a1961eb4726211e18abd147d5a11a4ea86744',
450 'condition': 'checkout_linux',
451 },
452
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42453 'src/third_party/libjpeg_turbo':
454 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79a8792dde3d3f7d7d8ac28ba01ac9dd',
455
Paweł Hajdan, Jr7af368952017-10-02 12:25:36456 'src/third_party/liblouis/src': {
457 'url': Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a3478561deb6ae4798175094be8a26c2',
458 'condition': 'checkout_linux',
459 },
460
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42461 'src/third_party/libphonenumber/dist':
462 Var('chromium_git') + '/external/libphonenumber.git' + '@' + 'a4da30df63a097d67e3c429ead6790ad91d36cf4',
463
464 'src/third_party/libprotobuf-mutator/src':
465 Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git' + '@' + Var('libprotobuf-mutator'),
466
467 'src/third_party/libsrtp':
468 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423',
469
Paweł Hajdan, Jr7af368952017-10-02 12:25:36470 # Android Explicit Synchronization.
471 'src/third_party/libsync/src': {
472 'url': Var('chromium_git') + '/aosp/platform/system/core/libsync.git' + '@' + 'aa6cda6f638bd57d3a024f0d201f723a5c3bb875',
473 'condition': 'checkout_linux',
474 },
475
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42476 'src/third_party/libvpx/source/libvpx':
Guido Urdaneta080abd0f2017-12-14 14:14:48477 Var('chromium_git') + '/webm/libvpx.git' + '@' + 'cbe62b9c2d2b006aba52c8eebe7d842e59166fe4',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42478
479 'src/third_party/libwebm/source':
480 Var('chromium_git') + '/webm/libwebm.git' + '@' + '4956b2dec65352af32dc71bab553acb631c64177',
481
482 'src/third_party/libyuv':
Frank Barchardcacd0b12017-12-13 06:34:18483 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'd94a4867bf8be91e4c0fa8b7a4133ba060fe524f', # from r1682
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42484
Paweł Hajdan, Jrc3ae0852017-10-02 16:46:22485 'src/third_party/lighttpd': {
486 'url': Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
487 'condition': 'checkout_mac or checkout_win',
488 },
489
490 'src/third_party/lss': {
491 'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
492 'condition': 'checkout_android or checkout_linux',
493 },
494
Paweł Hajdan, Jr7af368952017-10-02 12:25:36495 'src/third_party/material_design_icons/src': {
496 'url': Var('chromium_git') + '/external/github.com/google/material-design-icons.git' + '@' +
497 '5ab428852e35dc177a8c37a2df9dc9ccf768c65a',
498 'condition': 'checkout_ios',
499 },
500
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42501 'src/third_party/mesa/src':
502 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e7035ca882cc77f85793fef',
503
Paweł Hajdan, Jr7af368952017-10-02 12:25:36504 # GNU binutils assembler for x86-64.
505 'src/third_party/mingw-w64/mingw/bin': {
506 'url': Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527',
Dirk Pranke4dabe802017-11-02 07:18:55507 'condition': 'checkout_nacl and checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36508 },
509
510 # Graphics buffer allocator for Chrome OS.
511 'src/third_party/minigbm/src': {
512 'url': Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '27a7e6a24709564e18c3382d0aeda0b40c7ae03b',
513 'condition': 'checkout_linux',
514 },
515
516 # Minizip library. Used on Chrome OS.
517 'src/third_party/minizip/src': {
518 'url': Var('chromium_git') + '/external/github.com/nmoinvaz/minizip' + '@' + 'e07e141475220196b55294c8172b274cc32d642d',
519 'condition': 'checkout_linux',
520 },
521
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16522 'src/third_party/mockito/src': {
523 'url': Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598ad4cf5ea53c69a8a8053780b04b850',
524 'condition': 'checkout_android',
525 },
526
Paweł Hajdan, Jr7af368952017-10-02 12:25:36527 # Binaries for nacl sdk.
528 'src/third_party/nacl_sdk_binaries': {
529 'url': Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5',
Dirk Pranke4dabe802017-11-02 07:18:55530 'condition': 'checkout_nacl and checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36531 },
532
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16533 'src/third_party/netty-tcnative/src': {
534 'url': Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '5b46a8ef4a39c39c576fcdaaf718b585d75df463',
535 'condition': 'checkout_android',
536 },
537
538 'src/third_party/netty4/src': {
539 'url': Var('chromium_git') + '/external/netty4.git' + '@' + 'cc4420b13bb4eeea5b1cf4f93b2755644cd3b120',
540 'condition': 'checkout_android',
541 },
542
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42543 'src/third_party/openh264/src':
544 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'a180c9d4d6f1a4830ca9eed9d159d54996bd63cb',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16545
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42546 'src/third_party/openmax_dl':
547 Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16548
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42549 'src/third_party/pdfium':
550 Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'),
551
Paweł Hajdan, Jr7af368952017-10-02 12:25:36552 # Parses Windows PE/COFF executable format.
553 'src/third_party/pefile': {
554 'url': Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab63c15585dc3b5c3f92f1',
555 'condition': 'checkout_win',
556 },
557
558 'src/third_party/perl': {
559 'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78',
560 'condition': 'checkout_win',
561 },
562
563 # Dependency of chromite.git and skia.
564 'src/third_party/pyelftools': {
565 'url': Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae',
566 'condition': 'checkout_linux',
567 },
568
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42569 'src/third_party/pyftpdlib/src':
570 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d059f581f05ae8d89d7e45',
571
572 'src/third_party/pywebsocket/src':
573 Var('chromium_git') + '/external/github.com/google/pywebsocket.git' + '@' + '2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2',
574
575 'src/third_party/re2/src':
Max Moroz13bd9f722017-12-05 18:12:11576 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + '5185d85264d23cfae4b38e2703703e9a4c8e974c',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16577
578 'src/third_party/requests/src': {
579 'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
580 'condition': 'checkout_android',
581 },
582
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42583 'src/third_party/robolectric/robolectric': {
John Budoricke7f2d1332017-11-30 23:35:22584 'url': Var('chromium_git') + '/external/robolectric.git' + '@' + '7e067f1112e1502caa742f7be72d37b5678d3403',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16585 'condition': 'checkout_android',
586 },
587
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42588 'src/third_party/sfntly/src':
589 Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Var('sfntly_revision'),
590
591 'src/third_party/shaderc/src':
592 Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8793c34907073025af2622c28bcee64e9879a4',
593
594 'src/third_party/skia':
595 Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'),
596
597 'src/third_party/smhasher/src':
598 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',
599
600 'src/third_party/snappy/src':
601 Var('chromium_git') + '/external/github.com/google/snappy.git' + '@' + 'b02bfa754ebf27921d8da3bd2517eab445b84ff9',
602
603 'src/third_party/swiftshader':
604 Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revision'),
605
606 'src/third_party/ub-uiautomator/lib': {
607 'url': Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16608 'condition': 'checkout_android',
609 },
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42610
611 'src/third_party/usrsctp/usrsctplib':
Sergey Ulanov8cabcdc2017-12-08 21:56:53612 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '0e076261b832121cf120ddc04aaff87ac3a34d30',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42613
614 'src/third_party/visualmetrics/src':
615 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6',
616
Paweł Hajdan, Jr7af368952017-10-02 12:25:36617 # Display server protocol for Linux.
618 'src/third_party/wayland/src': {
619 'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + '1361da9cd5a719b32d978485a29920429a31ed25',
620 'condition': 'checkout_linux',
621 },
622
623 # Wayland protocols that add functionality not available in the core protocol.
624 'src/third_party/wayland-protocols/src': {
625 'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '26c99346ab5f2273fe5581bc4f6397bbb834f747',
626 'condition': 'checkout_linux',
627 },
628
629 # Wireless Display Software. Used on Chrome OS.
630 'src/third_party/wds/src': {
631 'url': Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95f3000bf5c8e16a79dbbbf22d554a5',
632 'condition': 'checkout_linux',
633 },
634
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42635 'src/third_party/webdriver/pylib':
636 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
637
638 'src/third_party/webgl/src':
Zhenyao Mo0f7e3c62017-12-13 18:11:10639 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '1a8ed15c9c25f2b1ccd97149c94ea245ab982252',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42640
641 'src/third_party/webrtc':
[email protected]efaad58f2017-12-13 17:04:27642 Var('webrtc_git') + '/src.git' + '@' + '1aa285974b6b2c5d1afe44b3eafe08f4b80837ed', # commit position 20628
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42643
Paweł Hajdan, Jr7af368952017-10-02 12:25:36644 'src/third_party/xdg-utils': {
645 'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
646 'condition': 'checkout_linux',
647 },
648
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42649 'src/third_party/yasm/source/patched-yasm':
650 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
651
652 'src/tools/gyp':
653 Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
654
655 'src/tools/page_cycler/acid3':
656 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5abc1b2f405a945f6d871521',
657
658 'src/tools/swarming_client':
659 Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
660
661 'src/v8':
662 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
663
664 'src-internal': {
[email protected]ec0fdd92017-12-12 01:15:02665 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@0bf4fdf50244d69c1fdcdcfbdad6a81eff8a3e68',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42666 'condition': 'checkout_src_internal',
667 },
[email protected]5f129de2009-02-24 23:22:04668}
669
[email protected]00c517672010-11-04 00:27:29670
[email protected]5f129de2009-02-24 23:22:04671include_rules = [
672 # Everybody can use some things.
John Abd-El-Malek5b6373f2015-04-01 19:44:14673 # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these.
Stefan Zagerfd5ba192014-08-23 00:29:39674 '+base',
675 '+build',
676 '+ipc',
[email protected]5f129de2009-02-24 23:22:04677
[email protected]dfbff862012-11-28 19:08:14678 # Everybody can use headers generated by tools/generate_library_loader.
Stefan Zagerfd5ba192014-08-23 00:29:39679 '+library_loaders',
[email protected]dfbff862012-11-28 19:08:14680
Stefan Zagerfd5ba192014-08-23 00:29:39681 '+testing',
682 '+third_party/icu/source/common/unicode',
683 '+third_party/icu/source/i18n/unicode',
684 '+url',
[email protected]5f129de2009-02-24 23:22:04685]
686
687
688# checkdeps.py shouldn't check include paths for files in these dirs:
689skip_child_includes = [
Stefan Zagerfd5ba192014-08-23 00:29:39690 'native_client_sdk',
John Abd-El-Malek5b6373f2015-04-01 19:44:14691 'out',
Stefan Zagerfd5ba192014-08-23 00:29:39692 'skia',
693 'testing',
Mark Mentovaiebb9ddd62017-09-25 17:24:41694 'third_party/breakpad/breakpad',
Stefan Zagerfd5ba192014-08-23 00:29:39695 'v8',
696 'win8',
[email protected]5f129de2009-02-24 23:22:04697]
[email protected]bfa24b962009-03-02 00:16:16698
699
700hooks = [
701 {
[email protected]9372bec2014-08-14 14:03:30702 # This clobbers when necessary (based on get_landmines.py). It must be the
703 # first hook so that other things that get/generate into the output
704 # directory will not subsequently be clobbered.
Stefan Zagerfd5ba192014-08-23 00:29:39705 'name': 'landmines',
706 'pattern': '.',
707 'action': [
Nodir Turakulove2d81c32017-11-10 07:47:27708 'vpython',
Stefan Zagerfd5ba192014-08-23 00:29:39709 'src/build/landmines.py',
[email protected]9372bec2014-08-14 14:03:30710 ],
711 },
712 {
Dan Jacquescea92c512017-06-02 23:59:16713 # Ensure that the DEPS'd "depot_tools" has its self-update capability
714 # disabled.
715 'name': 'disable_depot_tools_selfupdate',
716 'pattern': '.',
717 'action': [
Nodir Turakulove2d81c32017-11-10 07:47:27718 'vpython',
Dan Jacquescea92c512017-06-02 23:59:16719 'src/third_party/depot_tools/update_depot_tools_toggle.py',
720 '--disable',
721 ],
722 },
723 {
jbudorick94a712c2016-03-09 19:03:52724 # Ensure that while generating dependencies lists in .gyp files we don't
725 # accidentally reference any .pyc files whose corresponding .py files have
726 # already been deleted.
727 # We should actually try to avoid generating .pyc files, crbug.com/500078.
728 'name': 'remove_stale_pyc_files',
729 'pattern': '.',
730 'action': [
Nodir Turakulove2d81c32017-11-10 07:47:27731 'vpython',
jbudorick94a712c2016-03-09 19:03:52732 'src/tools/remove_stale_pyc_files.py',
733 'src/android_webview/tools',
734 'src/build/android',
735 'src/gpu/gles2_conform_support',
736 'src/infra',
737 'src/ppapi',
738 'src/printing',
739 'src/third_party/catapult',
740 'src/third_party/closure_compiler/build',
qyearsleydfda207b2016-07-08 14:16:12741 'src/third_party/WebKit/Tools/Scripts', # See http://crbug.com/625877.
jbudorick94a712c2016-03-09 19:03:52742 'src/tools',
743 ],
744 },
745 {
[email protected]89e43f652011-08-18 00:03:17746 # This downloads binaries for Native Client's newlib toolchain.
747 # Done in lieu of building the toolchain from scratch as it can take
748 # anywhere from 30 minutes to 4 hours depending on platform to build.
Stefan Zagerfd5ba192014-08-23 00:29:39749 'name': 'nacltools',
750 'pattern': '.',
Dirk Pranke4dabe802017-11-02 07:18:55751 'condition': 'checkout_nacl',
Stefan Zagerfd5ba192014-08-23 00:29:39752 'action': [
Nodir Turakulov52cd53f2017-11-14 22:08:02753 'vpython',
dyen249880632014-11-20 23:02:20754 'src/build/download_nacl_toolchains.py',
ncbray474ab322015-01-05 22:04:22755 '--mode', 'nacl_core_sdk',
ncbray4453c50a2015-02-18 20:10:55756 'sync', '--extract',
[email protected]89e43f652011-08-18 00:03:17757 ],
758 },
[email protected]3a0b2492011-08-24 20:41:16759 {
sbc8208b4d2015-06-30 19:14:23760 # Downloads the current stable linux sysroot to build/linux/ if needed.
[email protected]01a98602013-06-12 20:33:54761 # This sysroot updates at about the same rate that the chrome build deps
762 # change. This script is a no-op except for linux users who are doing
sbc8208b4d2015-06-30 19:14:23763 # official chrome builds or cross compiling.
Stefan Zagerfd5ba192014-08-23 00:29:39764 'name': 'sysroot',
765 'pattern': '.',
Nico Weberb19437032017-10-09 02:45:09766 'condition': 'checkout_linux',
Nodir Turakulove2d81c32017-11-10 07:47:27767 'action': ['vpython', 'src/build/linux/sysroot_scripts/install-sysroot.py',
sbc8208b4d2015-06-30 19:14:23768 '--running-as-hook'],
sbc41d0e082014-10-22 20:39:29769 },
770 {
Nico Weberb19437032017-10-09 02:45:09771 # Update the Windows toolchain if necessary. Must run before 'clang' below.
Stefan Zagerfd5ba192014-08-23 00:29:39772 'name': 'win_toolchain',
773 'pattern': '.',
Nico Webera13ad932017-10-12 18:52:40774 'condition': 'checkout_win',
Nodir Turakulove2d81c32017-11-10 07:47:27775 'action': ['vpython', 'src/build/vs_toolchain.py', 'update', '--force'],
[email protected]c71d3282014-04-09 01:56:20776 },
justincohen6a03a3d2016-03-26 21:44:38777 {
778 # Update the Mac toolchain if necessary.
779 'name': 'mac_toolchain',
780 'pattern': '.',
Rohit Rao92489af2017-10-12 21:45:48781 'condition': 'checkout_ios or checkout_mac',
Nodir Turakulov52cd53f2017-11-14 22:08:02782 'action': ['python', 'src/build/mac_toolchain.py'],
justincohen6a03a3d2016-03-26 21:44:38783 },
hansb2eae972015-05-19 00:53:12784 # Pull binutils for linux, enabled debug fission for faster linking /
785 # debugging when used with clang on Ubuntu Precise.
786 # https://code.google.com/p/chromium/issues/detail?id=352046
787 {
788 'name': 'binutils',
789 'pattern': 'src/third_party/binutils',
Nico Weberb19437032017-10-09 02:45:09790 'condition': 'host_os == "linux"',
hansb2eae972015-05-19 00:53:12791 'action': [
Nodir Turakulovfec77cd2017-11-14 18:22:32792 'python',
hansb2eae972015-05-19 00:53:12793 'src/third_party/binutils/download.py',
794 ],
795 },
[email protected]c71d3282014-04-09 01:56:20796 {
Hans Wennborg28fb41c2014-09-22 23:25:12797 # Note: On Win, this should run after win_toolchain, as it may use it.
798 'name': 'clang',
799 'pattern': '.',
Nodir Turakulove2d81c32017-11-10 07:47:27800 'action': ['vpython', 'src/tools/clang/scripts/update.py'],
Hans Wennborg28fb41c2014-09-22 23:25:12801 },
802 {
Nico Weber1df4a692017-10-16 21:36:30803 # Mac doesn't use lld so it's not included in the default clang bundle
804 # there. lld is however needed in win cross builds, so download it there.
805 # Should run after the clang hook.
806 'name': 'lld/mac',
807 'pattern': '.',
808 'condition': 'host_os == "mac" and checkout_win',
Nodir Turakulove2d81c32017-11-10 07:47:27809 'action': ['vpython', 'src/tools/clang/scripts/download_lld_mac.py'],
Nico Weber1df4a692017-10-16 21:36:30810 },
811 {
phajdan.jr2448b2c2015-04-24 21:04:17812 # Update LASTCHANGE.
Stefan Zagerfd5ba192014-08-23 00:29:39813 'name': 'lastchange',
814 'pattern': '.',
Nodir Turakulove2d81c32017-11-10 07:47:27815 'action': ['vpython', 'src/build/util/lastchange.py',
Stefan Zagerfd5ba192014-08-23 00:29:39816 '-o', 'src/build/util/LASTCHANGE'],
[email protected]9046a112012-01-31 20:45:25817 },
818 {
Kai Ninomiya96bd9ef92017-10-20 21:30:37819 # Update GPU lists version string (for gpu/config).
820 'name': 'gpu_lists_version',
821 'pattern': '.',
Nodir Turakulove2d81c32017-11-10 07:47:27822 'action': ['vpython', 'src/build/util/lastchange.py',
Kai Ninomiya96bd9ef92017-10-20 21:30:37823 '-m', 'GPU_LISTS_VERSION',
824 '--revision-id-only',
825 '--header', 'src/gpu/config/gpu_lists_version.h'],
826 },
827 {
halcanary5cacab3a2016-07-29 19:23:20828 # Update skia_commit_hash.h.
829 'name': 'lastchange_skia',
830 'pattern': '.',
Nodir Turakulove2d81c32017-11-10 07:47:27831 'action': ['vpython', 'src/build/util/lastchange.py',
halcanary5cacab3a2016-07-29 19:23:20832 '-m', 'SKIA_COMMIT_HASH',
833 '-s', 'src/third_party/skia',
834 '--header', 'src/skia/ext/skia_commit_hash.h'],
835 },
[email protected]66968ba2014-03-18 20:27:54836 # Pull GN binaries. This needs to be before running GYP below.
837 {
Stefan Zagerfd5ba192014-08-23 00:29:39838 'name': 'gn_win',
839 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19840 'condition': 'host_os == "win"',
Nodir Turakulove2d81c32017-11-10 07:47:27841 'action': [ 'vpython',
Dan Jacquesda2309d2017-06-08 21:48:12842 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39843 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39844 '--no_auth',
845 '--bucket', 'chromium-gn',
846 '-s', 'src/buildtools/win/gn.exe.sha1',
[email protected]66968ba2014-03-18 20:27:54847 ],
848 },
849 {
Stefan Zagerfd5ba192014-08-23 00:29:39850 'name': 'gn_mac',
851 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19852 'condition': 'host_os == "mac"',
Nodir Turakulove2d81c32017-11-10 07:47:27853 'action': [ 'vpython',
Dan Jacquesda2309d2017-06-08 21:48:12854 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39855 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39856 '--no_auth',
857 '--bucket', 'chromium-gn',
858 '-s', 'src/buildtools/mac/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19859 ],
860 },
861 {
Stefan Zagerfd5ba192014-08-23 00:29:39862 'name': 'gn_linux64',
863 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19864 'condition': 'host_os == "linux"',
Nodir Turakulove2d81c32017-11-10 07:47:27865 'action': [ 'vpython',
Dan Jacquesda2309d2017-06-08 21:48:12866 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39867 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39868 '--no_auth',
869 '--bucket', 'chromium-gn',
870 '-s', 'src/buildtools/linux64/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19871 ],
872 },
[email protected]6eabd702014-01-12 00:19:20873 # Pull clang-format binaries using checked-in hashes.
874 {
Stefan Zagerfd5ba192014-08-23 00:29:39875 'name': 'clang_format_win',
876 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19877 'condition': 'host_os == "win"',
Nodir Turakulove2d81c32017-11-10 07:47:27878 'action': [ 'vpython',
Dan Jacquesda2309d2017-06-08 21:48:12879 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39880 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39881 '--no_auth',
882 '--bucket', 'chromium-clang-format',
883 '-s', 'src/buildtools/win/clang-format.exe.sha1',
[email protected]6eabd702014-01-12 00:19:20884 ],
885 },
886 {
Stefan Zagerfd5ba192014-08-23 00:29:39887 'name': 'clang_format_mac',
888 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19889 'condition': 'host_os == "mac"',
Nodir Turakulove2d81c32017-11-10 07:47:27890 'action': [ 'vpython',
Dan Jacquesda2309d2017-06-08 21:48:12891 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39892 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39893 '--no_auth',
894 '--bucket', 'chromium-clang-format',
895 '-s', 'src/buildtools/mac/clang-format.sha1',
[email protected]6eabd702014-01-12 00:19:20896 ],
897 },
898 {
Stefan Zagerfd5ba192014-08-23 00:29:39899 'name': 'clang_format_linux',
900 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19901 'condition': 'host_os == "linux"',
Nodir Turakulove2d81c32017-11-10 07:47:27902 'action': [ 'vpython',
Dan Jacquesda2309d2017-06-08 21:48:12903 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39904 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39905 '--no_auth',
906 '--bucket', 'chromium-clang-format',
907 '-s', 'src/buildtools/linux64/clang-format.sha1',
[email protected]6ec1d6fc2014-06-25 19:55:21908 ],
909 },
Nico Weber0c0ade82017-10-19 22:34:43910 # Pull rc binaries using checked-in hashes.
911 {
912 'name': 'rc_win',
913 'pattern': '.',
914 'condition': 'checkout_win and host_os == "win"',
Nodir Turakulove2d81c32017-11-10 07:47:27915 'action': [ 'vpython',
Nico Weber0c0ade82017-10-19 22:34:43916 'src/third_party/depot_tools/download_from_google_storage.py',
917 '--no_resume',
918 '--no_auth',
919 '--bucket', 'chromium-browser-clang/rc',
920 '-s', 'src/build/toolchain/win/rc/win/rc.exe.sha1',
921 ],
922 },
923 {
924 'name': 'rc_mac',
925 'pattern': '.',
926 'condition': 'checkout_win and host_os == "mac"',
Nodir Turakulove2d81c32017-11-10 07:47:27927 'action': [ 'vpython',
Nico Weber0c0ade82017-10-19 22:34:43928 'src/third_party/depot_tools/download_from_google_storage.py',
929 '--no_resume',
930 '--no_auth',
931 '--bucket', 'chromium-browser-clang/rc',
932 '-s', 'src/build/toolchain/win/rc/mac/rc.sha1',
933 ],
934 },
935 {
936 'name': 'rc_linux',
937 'pattern': '.',
938 'condition': 'checkout_win and host_os == "linux"',
Nodir Turakulove2d81c32017-11-10 07:47:27939 'action': [ 'vpython',
Nico Weber0c0ade82017-10-19 22:34:43940 'src/third_party/depot_tools/download_from_google_storage.py',
941 '--no_resume',
942 '--no_auth',
943 '--bucket', 'chromium-browser-clang/rc',
944 '-s', 'src/build/toolchain/win/rc/linux64/rc.sha1',
Dominik Röttschesf49ef762017-11-17 09:26:31945 ]
946 },
947 {
948 'name': 'content_shell_fonts',
949 'pattern': '.',
950 'action': [ 'download_from_google_storage',
951 '--no_resume',
952 '--platform=linux*',
953 '--extract',
954 '--no_auth',
955 '--bucket', 'chromium-fonts',
956 '-s', 'src/third_party/content_shell_fonts/content_shell_test_fonts.tar.gz.sha1',
Nico Weber0c0ade82017-10-19 22:34:43957 ],
958 },
Hans Wennborgfc1e2972017-06-12 18:42:26959 # Pull order files for the win/clang build.
960 {
961 'name': 'orderfiles_win',
962 'pattern': '.',
Paweł Hajdan, Jr004d8b32017-10-02 18:44:22963 'condition': 'checkout_win',
Nodir Turakulove2d81c32017-11-10 07:47:27964 'action': [ 'vpython',
Hans Wennborgfc1e2972017-06-12 18:42:26965 'src/third_party/depot_tools/download_from_google_storage.py',
966 '--no_resume',
Hans Wennborgfc1e2972017-06-12 18:42:26967 '--no_auth',
968 '--bucket', 'chromium-browser-clang/orderfiles',
969 '-d', 'src/chrome/build',
970 ],
971 },
maruel4fbba012015-05-22 21:52:29972 # Pull luci-go binaries (isolate, swarming) using checked-in hashes.
973 {
974 'name': 'luci-go_win',
975 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19976 'condition': 'host_os == "win"',
Nodir Turakulove2d81c32017-11-10 07:47:27977 'action': [ 'vpython',
Dan Jacquesda2309d2017-06-08 21:48:12978 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:29979 '--no_resume',
maruel4fbba012015-05-22 21:52:29980 '--no_auth',
981 '--bucket', 'chromium-luci',
982 '-d', 'src/tools/luci-go/win64',
983 ],
984 },
985 {
986 'name': 'luci-go_mac',
987 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19988 'condition': 'host_os == "mac"',
Nodir Turakulove2d81c32017-11-10 07:47:27989 'action': [ 'vpython',
Dan Jacquesda2309d2017-06-08 21:48:12990 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:29991 '--no_resume',
maruel4fbba012015-05-22 21:52:29992 '--no_auth',
993 '--bucket', 'chromium-luci',
994 '-d', 'src/tools/luci-go/mac64',
995 ],
996 },
997 {
998 'name': 'luci-go_linux',
999 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191000 'condition': 'host_os == "linux"',
Nodir Turakulove2d81c32017-11-10 07:47:271001 'action': [ 'vpython',
Dan Jacquesda2309d2017-06-08 21:48:121002 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:291003 '--no_resume',
maruel4fbba012015-05-22 21:52:291004 '--no_auth',
1005 '--bucket', 'chromium-luci',
1006 '-d', 'src/tools/luci-go/linux64',
1007 ],
1008 },
[email protected]f1d116b2014-06-13 18:07:261009 # Pull the Syzygy binaries, used for optimization and instrumentation.
1010 {
Stefan Zagerfd5ba192014-08-23 00:29:391011 'name': 'syzygy-binaries',
1012 'pattern': '.',
Nico Weberb19437032017-10-09 02:45:091013 'condition': 'host_os == "win"',
Nodir Turakulove2d81c32017-11-10 07:47:271014 'action': ['vpython',
Stefan Zagerfd5ba192014-08-23 00:29:391015 'src/build/get_syzygy_binaries.py',
1016 '--output-dir=src/third_party/syzygy/binaries',
Sebastien Marchand75ac1cc2017-12-06 16:58:381017 '--revision=8164b24ebde9c5649c9a09e88a7fc0b0fcbd1bc5',
Stefan Zagerfd5ba192014-08-23 00:29:391018 '--overwrite',
sebmarchandaf7cc2f2016-10-04 18:22:251019 '--copy-dia-binaries',
[email protected]f1d116b2014-06-13 18:07:261020 ],
1021 },
erikwright9bdc2bf2015-01-22 20:20:041022 {
Stefan Zagerfd5ba192014-08-23 00:29:391023 'name': 'apache_win32',
1024 'pattern': '\\.sha1',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191025 'condition': 'host_os == "win"',
Nodir Turakulove2d81c32017-11-10 07:47:271026 'action': [ 'vpython',
Dan Jacquesda2309d2017-06-08 21:48:121027 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:391028 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:391029 '--directory',
1030 '--recursive',
1031 '--no_auth',
1032 '--num_threads=16',
1033 '--bucket', 'chromium-apache-win32',
1034 'src/third_party/apache-win32',
[email protected]2154052a2014-06-14 19:29:261035 ],
1036 },
1037 {
Dirk Pranke6c360be2017-10-09 19:06:591038 'name': 'msan_chained_origins',
1039 'pattern': '.',
1040 'condition': 'checkout_instrumented_libraries',
Nodir Turakulove2d81c32017-11-10 07:47:271041 'action': [ 'vpython',
Dirk Pranke6c360be2017-10-09 19:06:591042 'src/third_party/depot_tools/download_from_google_storage.py',
1043 "--no_resume",
1044 "--no_auth",
1045 "--bucket", "chromium-instrumented-libraries",
1046 "-s", "src/third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1",
1047 ],
1048 },
1049 {
1050 'name': 'msan_no_origins',
1051 'pattern': '.',
1052 'condition': 'checkout_instrumented_libraries',
Nodir Turakulove2d81c32017-11-10 07:47:271053 'action': [ 'vpython',
Dirk Pranke6c360be2017-10-09 19:06:591054 'src/third_party/depot_tools/download_from_google_storage.py',
1055 "--no_resume",
1056 "--no_auth",
1057 "--bucket", "chromium-instrumented-libraries",
1058 "-s", "src/third_party/instrumented_libraries/binaries/msan-no-origins-trusty.tgz.sha1",
1059 ],
thomasandersonaa441f52017-04-04 22:35:391060 },
1061 {
bradnelson20c9a7312016-08-30 17:45:471062 "name": "wasm_fuzzer",
1063 "pattern": ".",
Nodir Turakulove2d81c32017-11-10 07:47:271064 'action': [ 'vpython',
Dan Jacquesda2309d2017-06-08 21:48:121065 'src/third_party/depot_tools/download_from_google_storage.py',
bradnelson20c9a7312016-08-30 17:45:471066 "--no_resume",
1067 "--no_auth",
1068 "-u",
1069 "--bucket", "v8-wasm-fuzzer",
ahaasec987e5d2017-05-17 11:25:361070 "-s", "src/v8/test/fuzzer/wasm_corpus.tar.gz.sha1",
bradnelson20c9a7312016-08-30 17:45:471071 ],
1072 },
1073 {
chenwilliam56a90382016-12-09 02:16:281074 'name': 'devtools_install_node',
Nodir Turakulove2d81c32017-11-10 07:47:271075 'action': [ 'vpython',
chenwilliam56a90382016-12-09 02:16:281076 'src/third_party/WebKit/Source/devtools/scripts/local_node/node.py',
1077 '--running-as-hook',
1078 '--version',
1079 ],
1080 },
dpapadcbee6ab2017-01-14 03:05:531081
1082 # Pull down Node binaries for WebUI toolchain.
1083 {
1084 'name': 'node_linux64',
1085 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191086 'condition': 'host_os == "linux"',
Nodir Turakulove2d81c32017-11-10 07:47:271087 'action': [ 'vpython',
Dan Jacquesda2309d2017-06-08 21:48:121088 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531089 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531090 '--extract',
1091 '--no_auth',
dpapad40b00b452017-11-21 05:00:091092 '--bucket', 'chromium-nodejs/8.9.1',
dpapadcbee6ab2017-01-14 03:05:531093 '-s', 'src/third_party/node/linux/node-linux-x64.tar.gz.sha1',
1094 ],
1095 },
1096 {
1097 'name': 'node_mac',
1098 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191099 'condition': 'host_os == "mac"',
Nodir Turakulove2d81c32017-11-10 07:47:271100 'action': [ 'vpython',
Dan Jacquesda2309d2017-06-08 21:48:121101 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531102 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531103 '--extract',
1104 '--no_auth',
dpapad40b00b452017-11-21 05:00:091105 '--bucket', 'chromium-nodejs/8.9.1',
dpapadcbee6ab2017-01-14 03:05:531106 '-s', 'src/third_party/node/mac/node-darwin-x64.tar.gz.sha1',
1107 ],
1108 },
1109 {
1110 'name': 'node_win',
1111 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191112 'condition': 'host_os == "win"',
Nodir Turakulove2d81c32017-11-10 07:47:271113 'action': [ 'vpython',
Dan Jacquesda2309d2017-06-08 21:48:121114 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531115 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531116 '--no_auth',
dpapad40b00b452017-11-21 05:00:091117 '--bucket', 'chromium-nodejs/8.9.1',
dpapadcbee6ab2017-01-14 03:05:531118 '-s', 'src/third_party/node/win/node.exe.sha1',
1119 ],
1120 },
1121
1122 # Pull down NPM dependencies for WebUI toolchain.
1123 {
1124 'name': 'webui_node_modules',
1125 'pattern': '.',
Nodir Turakulove2d81c32017-11-10 07:47:271126 'action': [ 'vpython',
Dan Jacquesda2309d2017-06-08 21:48:121127 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531128 '--no_resume',
1129 '--extract',
1130 '--no_auth',
1131 '--bucket', 'chromium-nodejs',
1132 '-s', 'src/third_party/node/node_modules.tar.gz.sha1',
1133 ],
1134 },
kainino61f7bce2017-04-28 21:53:271135
Dirk Prankec1d528fc02017-11-03 15:15:031136 # Download Telemetry's binary dependencies via conditionals
1137 {
1138 'name': 'checkout_telemetry_binary_dependencies',
1139 'condition': 'checkout_telemetry_dependencies',
1140 'pattern': '.',
Nodir Turakulove2d81c32017-11-10 07:47:271141 'action': [ 'vpython',
Dirk Prankec1d528fc02017-11-03 15:15:031142 'src/third_party/catapult/telemetry/bin/fetch_telemetry_binary_dependencies',
1143 ],
1144 },
Stephen Martinis924a02d2017-11-08 10:12:031145 #
1146 # Download Telemetry's benchmark binary dependencies via conditionals
1147 {
1148 'name': 'checkout_telemetry_benchmark_deps',
1149 'condition': 'checkout_telemetry_dependencies',
1150 'pattern': '.',
Nodir Turakulove2d81c32017-11-10 07:47:271151 'action': [ 'vpython',
Stephen Martinis924a02d2017-11-08 10:12:031152 'src/tools/perf/fetch_benchmark_deps.py',
1153 '-f',
1154 ],
1155 },
Dirk Prankec1d528fc02017-11-03 15:15:031156
kainino61f7bce2017-04-28 21:53:271157 # Download Telemetry's binary dependencies
Dirk Prankec1d528fc02017-11-03 15:15:031158 # TODO(crbug.com/780967) - remove this once the bots are setting the
1159 # `checkout_telemetry_dependencies` condition.
kainino61f7bce2017-04-28 21:53:271160 {
1161 'name': 'fetch_telemetry_binary_dependencies',
1162 'pattern': '.',
Nodir Turakulove2d81c32017-11-10 07:47:271163 'action': [ 'vpython',
Dirk Pranke4c3098b2017-10-10 18:57:221164 'src/tools/perf/conditionally_execute',
1165 '--gyp-condition', 'fetch_telemetry_dependencies=1',
kainino61f7bce2017-04-28 21:53:271166 'src/third_party/catapult/telemetry/bin/fetch_telemetry_binary_dependencies',
1167 ],
1168 },
John Budorickda2bfbb2017-05-30 22:17:591169
Dirk Pranke099b747b2017-10-06 04:29:091170 # This is used to ensure that all network operations are properly
1171 # annotated so we can document what they're for.
1172 {
1173 'name': 'tools_traffic_annotation_linux',
1174 'pattern': '.',
1175 'condition': 'host_os == "linux" and checkout_traffic_annotation_tools',
Nodir Turakulove2d81c32017-11-10 07:47:271176 'action': [ 'vpython',
Dirk Pranke099b747b2017-10-06 04:29:091177 'src/third_party/depot_tools/download_from_google_storage.py',
1178 '--no_resume',
Dirk Pranke099b747b2017-10-06 04:29:091179 '--no_auth',
1180 '--num_threads=4',
1181 '--bucket', 'chromium-tools-traffic_annotation',
1182 '-d', 'src/tools/traffic_annotation/bin/linux64',
1183 ],
1184 },
1185
Ramin Halavatib7e55d92017-11-21 08:00:571186# This is used to ensure that all network operations are properly
1187# annotated so we can document what they're for.
1188 {
1189 'name': 'tools_traffic_annotation_windows',
1190 'pattern': '.',
1191 'condition': 'host_os == "windows" and checkout_traffic_annotation_tools',
1192 'action': [ 'vpython',
1193 'src/third_party/depot_tools/download_from_google_storage.py',
1194 '--no_resume',
1195 '--no_auth',
1196 '--num_threads=4',
1197 '--bucket', 'chromium-tools-traffic_annotation',
1198 '-d', 'src/tools/traffic_annotation/bin/win32',
1199 ],
1200 },
1201
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401202 # Pull down Zucchini test data.
1203 {
1204 'name': 'zucchini_testdata',
1205 'pattern': '.',
Nodir Turakulove2d81c32017-11-10 07:47:271206 'action': [ 'vpython',
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401207 'src/third_party/depot_tools/download_from_google_storage.py',
1208 '--no_resume',
1209 '--no_auth',
huangs3bad8e22017-09-05 21:50:001210 '--num_threads=4',
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401211 '--bucket', 'chromium-binary-patching',
1212 '-d', 'src/chrome/installer/zucchini/testdata',
1213 ],
1214 },
1215
Paweł Hajdan, Jre7eed642017-10-02 16:46:561216 {
John Budorickb80cf482017-11-07 19:32:051217 'name': 'Android CIPD Ensure',
1218 'pattern': '.',
1219 'condition': 'checkout_android',
1220 'action': ['src/build/cipd/cipd_wrapper.py',
1221 '--chromium-root', 'src',
1222 '--ensure-file', 'src/build/cipd/android/android.ensure',
1223 ],
1224 },
1225 {
Paweł Hajdan, Jre7eed642017-10-02 16:46:561226 # This downloads SDK extras and puts them in the
1227 # third_party/android_tools/sdk/extras directory.
1228 'name': 'sdkextras',
1229 'pattern': '.',
1230 'condition': 'checkout_android',
1231 # When adding a new sdk extras package to download, add the package
1232 # directory and zip file to .gitignore in third_party/android_tools.
Nodir Turakulove2d81c32017-11-10 07:47:271233 'action': [ 'vpython',
John Budorickb80cf482017-11-07 19:32:051234 'src/build/android/play_services/update.py',
1235 'download'
Paweł Hajdan, Jre7eed642017-10-02 16:46:561236 ],
1237 },
John Budorickbbdcc492017-10-09 18:57:091238 # Download checkstyle for use in PRESUBMIT for Java changes.
1239 {
1240 'name': 'checkstyle',
1241 'pattern': '.',
1242 # Must also be downloaded on linux for use on chromium_presubmit.
1243 'condition': 'checkout_android or checkout_linux',
Nodir Turakulove2d81c32017-11-10 07:47:271244 'action': [ 'vpython',
John Budorickbbdcc492017-10-09 18:57:091245 'src/third_party/depot_tools/download_from_google_storage.py',
1246 '--no_resume',
1247 '--no_auth',
1248 '--bucket', 'chromium-android-tools/checkstyle',
1249 '-s', 'src/third_party/checkstyle/checkstyle-8.0-all.jar.sha1'
1250 ],
1251 },
Paweł Hajdan, Jre7eed642017-10-02 16:46:561252 {
Paweł Hajdan, Jre7eed642017-10-02 16:46:561253 'name': 'gvr_static_shim_android_arm',
1254 'pattern': '\\.sha1',
1255 'condition': 'checkout_android',
Nodir Turakulove2d81c32017-11-10 07:47:271256 'action': [ 'vpython',
1257 'src/third_party/depot_tools/download_from_google_storage.py',
1258 '--no_resume',
1259 '--no_auth',
1260 '--bucket', 'chromium-gvr-static-shim',
1261 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm.a.sha1',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561262 ],
1263 },
1264 {
1265 'name': 'gvr_static_shim_android_arm64',
1266 'pattern': '\\.sha1',
1267 'condition': 'checkout_android',
Nodir Turakulove2d81c32017-11-10 07:47:271268 'action': [ 'vpython',
1269 'src/third_party/depot_tools/download_from_google_storage.py',
1270 '--no_resume',
1271 '--no_auth',
1272 '--bucket', 'chromium-gvr-static-shim',
1273 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm64.a.sha1',
thakis973bb2432017-05-24 15:27:141274 ],
Paweł Hajdan, Jre7eed642017-10-02 16:46:561275 },
1276 {
1277 'name': 'vr_controller_test_api',
1278 'pattern': '\\.sha1',
1279 'condition': 'checkout_android',
Nodir Turakulove2d81c32017-11-10 07:47:271280 'action': [ 'vpython',
1281 'src/third_party/depot_tools/download_from_google_storage.py',
1282 '--no_resume',
1283 '--no_auth',
1284 '--bucket', 'chromium-gvr-static-shim/controller_test_api',
1285 '-s', 'src/third_party/gvr-android-sdk/test-libraries/controller_test_api.aar.sha1',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561286 ],
1287 },
1288 # Download VR test APKs only if the environment variable is set
1289 {
1290 'name': 'vr_test_apks',
1291 'pattern': '.',
1292 'condition': 'checkout_android',
Nodir Turakulove2d81c32017-11-10 07:47:271293 'action': [ 'vpython',
John Budorickb80cf482017-11-07 19:32:051294 'src/third_party/gvr-android-sdk/test-apks/update.py',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561295 ],
1296 },
1297 {
1298 # Pull doclava binaries if building for Android.
1299 'name': 'doclava',
1300 'pattern': '.',
1301 'condition': 'checkout_android',
Nodir Turakulove2d81c32017-11-10 07:47:271302 'action': [ 'vpython',
John Budorickb80cf482017-11-07 19:32:051303 'src/build/android/download_doclava.py',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561304 ],
1305 },
1306
1307 {
1308 'name': 'fuchsia_sdk',
1309 'pattern': '.',
1310 'condition': 'checkout_fuchsia',
1311 'action': [
Nodir Turakulove2d81c32017-11-10 07:47:271312 'vpython',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561313 'src/build/fuchsia/update_sdk.py',
Scott Graham8715f132017-11-13 19:08:021314 '1a7e46683da9638f5bff44930f307043927c665f',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561315 ],
1316 },
Dan Jacques9731b23a2017-10-12 20:40:171317
1318 # Download and initialize "vpython" VirtualEnv environment packages.
1319 {
1320 'name': 'vpython_common',
1321 'pattern': '.',
1322 'action': [ 'vpython',
1323 '-vpython-spec', 'src/.vpython',
1324 '-vpython-tool', 'install',
1325 ],
1326 },
Paweł Hajdan, Jre7eed642017-10-02 16:46:561327]
scottmg4cd62bec2017-05-16 03:55:251328
jbudoricke6932bfd2016-09-07 02:09:221329recursedeps = [
bungeman1835f982016-09-28 18:33:221330 # buildtools provides clang_format, libc++, and libc++abi
1331 'src/buildtools',
jbudoricke6932bfd2016-09-07 02:09:221332 # android_tools manages the NDK.
1333 'src/third_party/android_tools',
1334 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1335 ("src/third_party/angle", "DEPS.chromium"),
Paweł Hajdan, Jr37a7a742017-09-25 11:37:301336 # src-internal has its own DEPS file to pull additional internal repos
1337 'src-internal',
jbudoricke6932bfd2016-09-07 02:09:221338]