blob: 3d86b58dcf95950c8da0bd0c521f8e6b71b2a21f [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 = [
Edward Lemur88678b82018-05-31 06:01:3831 'build_with_chromium',
John Budorick24bdb022018-04-23 14:15:2832 'checkout_android',
Ken Rockot027d7fa2018-05-01 03:10:0633 'checkout_android_native_support',
Johann5c03fd42017-11-08 15:22:1734 'checkout_libaom',
Dirk Pranke4dabe802017-11-02 07:18:5535 'checkout_nacl',
Bill Orr7cccdf572017-12-19 17:05:4936 'checkout_oculus_sdk',
Dirk Pranke4dabe802017-11-02 07:18:5537]
38
[email protected]ed711942012-05-19 06:57:0639
[email protected]5f129de2009-02-24 23:22:0440vars = {
Edward Lemur88678b82018-05-31 06:01:3841 # Variable that can be used to support multiple build scenarios, like having
42 # Chromium specific targets in a client project's GN file or sync dependencies
43 # conditionally etc.
44 'build_with_chromium': True,
45
Dirk Prankef044b6b02017-10-05 22:02:0346 # By default, we should check out everything needed to run on the main
47 # chromium waterfalls. This var can be also be set to "small", in order
48 # to skip things are not strictly needed to build chromium for development
49 # purposes.
50 'checkout_configuration': 'default',
51
Ken Rockot027d7fa2018-05-01 03:10:0652 # Pull in Android native toolchain dependencies for Chrome OS too, so we can
53 # build ARC++ support libraries.
54 'checkout_android_native_support': 'checkout_android or checkout_chromeos',
55
Shenghua Zhangcbe64ba2018-04-12 19:11:4956 # By default, do not check out android sdk sources. This can be overridden
57 # e.g. with custom_vars.
58 'checkout_android_sdk_sources': False,
59
Dirk Pranke4dabe802017-11-02 07:18:5560 # Check out and download nacl by default. This can be disabled e.g. with
61 # custom_vars.
62 'checkout_nacl': True,
63
Paweł Hajdan, Jr37a7a742017-09-25 11:37:3064 # By default, do not check out src-internal. This can be overridden e.g. with
65 # custom_vars.
Paweł Hajdan, Jr41d18fa2017-10-09 12:41:5766 'checkout_src_internal': False,
Paweł Hajdan, Jr37a7a742017-09-25 11:37:3067
Dirk Prankec1d528fc02017-11-03 15:15:0368 # Fetch the additional packages and files needed to run all of the
69 # telemetry tests. This is false by default as some stuff is only
70 # privately accessible.
71 'checkout_telemetry_dependencies': False,
72
Johanncf5bb4c62017-10-30 23:21:3473 # libaom provides support for AV1 but the bitstream is not frozen.
Johann Koeniga1b48da2018-06-26 10:51:3374 'checkout_libaom': True,
Johanncf5bb4c62017-10-30 23:21:3475
Bill Orr7cccdf572017-12-19 17:05:4976 # By default do not check out the Oculus SDK. Only available for Googlers.
Alexander Alekseevf76b1c02018-02-16 04:03:1477 'checkout_oculus_sdk' : 'checkout_src_internal and checkout_win',
Bill Orr7cccdf572017-12-19 17:05:4978
Dirk Pranke099b747b2017-10-06 04:29:0979 # TODO(dpranke): change to != "small" once != is supported.
Dirk Pranke5e953152017-10-10 16:26:4480 'checkout_traffic_annotation_tools': 'checkout_configuration == "default"',
Dirk Pranke4c3098b2017-10-10 18:57:2281 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
Dirk Pranke5e953152017-10-10 16:26:4482
Ken Rockot7339fe52018-04-30 21:17:1783 # Default to the empty board. Desktop Chrome OS builds don't need cros SDK
84 # dependencies. Other Chrome OS builds should always define this explicitly.
85 'cros_board': '',
Benjamin Pastene99550d22018-04-19 00:16:4386 # Surround the board var in quotes so gclient doesn't try parsing the string
87 # as an expression.
88 'cros_download_vm': '"{cros_board}" == "amd64-generic"',
Benjamin Pastene9d8ac1b2018-04-03 20:33:0289
Edward Lemur8e0b9062018-06-13 21:36:2690 # ANGLE's deps are relative to the angle_root variable.
91 'angle_root': 'src/third_party/angle',
92
Oystein Eftevaaga9439b922018-01-08 19:30:1493 'android_git': 'https://android.googlesource.com',
Johanncf5bb4c62017-10-30 23:21:3494 'aomedia_git': 'https://aomedia.googlesource.com',
Stefan Zagerfd5ba192014-08-23 00:29:3995 'chromium_git': 'https://chromium.googlesource.com',
dpranke4778c712016-09-23 01:15:5696 'swiftshader_git': 'https://swiftshader.googlesource.com',
97 'pdfium_git': 'https://pdfium.googlesource.com',
98 'boringssl_git': 'https://boringssl.googlesource.com',
agable851c6f7252016-11-04 17:17:3999 'skia_git': 'https://skia.googlesource.com',
Henrik Kjellander7c0b28b2017-09-13 20:25:02100 'webrtc_git': 'https://webrtc.googlesource.com',
thestig3e7d8e02015-09-28 23:54:46101 # Three lines of non-changing comments so that
thestig3e7d8e02015-09-28 23:54:46102 # the commit queue can handle CLs rolling sfntly
103 # and whatever else without interference from each other.
Lei Zhange1830342018-02-22 03:47:02104 'sfntly_revision': '2804148152d27fa2e6ec97a32bc2d56318e51142',
thestig3e7d8e02015-09-28 23:54:46105 # Three lines of non-changing comments so that
106 # the commit queue can handle CLs rolling Skia
107 # and whatever else without interference from each other.
skia-chromium-autorollf357cd72018-07-02 23:55:59108 'skia_revision': 'ef21d7e47963c716895684f9f397e7cbcdb845ab',
[email protected]5eb3022e2011-11-23 16:42:26109 # Three lines of non-changing comments so that
sbce2d44aee2015-06-09 03:06:04110 # the commit queue can handle CLs rolling V8
111 # and whatever else without interference from each other.
v8-ci-autoroll-builderb2171ba2018-07-02 21:37:51112 'v8_revision': '3166e28a2a19de790e4d7f7e5e0b756f7c5945c7',
[email protected]20e0e752012-09-14 15:56:52113 # Three lines of non-changing comments so that
[email protected]10d8ac32013-10-31 13:34:31114 # the commit queue can handle CLs rolling swarming_client
[email protected]7f4fc412013-02-24 00:16:51115 # and whatever else without interference from each other.
Marc-Antoine Ruelf4ed0f752018-06-17 02:36:52116 'swarming_revision': '9a518d097dca20b7b00ce3bdfc5d418ccc79893a',
[email protected]d0982f92013-03-19 10:26:20117 # Three lines of non-changing comments so that
[email protected]62f231902014-03-11 10:19:20118 # the commit queue can handle CLs rolling ANGLE
119 # and whatever else without interference from each other.
angle-chromium-autoroll24c1706f2018-06-30 02:32:48120 'angle_revision': 'a72f400c5ff3dccd47d8c5147a9703b56f763c34',
[email protected]f58d3292014-05-14 01:56:54121 # Three lines of non-changing comments so that
122 # the commit queue can handle CLs rolling build tools
123 # and whatever else without interference from each other.
Scott Grahama506aa82018-06-29 21:10:50124 'buildtools_revision': '0dd5c6f980d22be96b728155249df2da355989d9',
dpranke7a694fe2015-08-18 05:11:29125 # Three lines of non-changing comments so that
capne3976c22016-08-12 22:06:17126 # the commit queue can handle CLs rolling SwiftShader
127 # and whatever else without interference from each other.
Nicolas Capens70a9dea2018-06-27 01:49:14128 'swiftshader_revision': '659d89e94bf94240805b1d075017e43e8b388095',
capne3976c22016-08-12 22:06:17129 # Three lines of non-changing comments so that
dpranke7a694fe2015-08-18 05:11:29130 # the commit queue can handle CLs rolling PDFium
[email protected]d6a2e88f12014-05-19 19:27:03131 # and whatever else without interference from each other.
pdfium-chromium-autorollf6935ecd2018-07-03 00:43:05132 'pdfium_revision': '65f38c8fae09cf727a9ccc34587ae1ed9027b655',
[email protected]99e1c5c2014-06-20 13:02:29133 # Three lines of non-changing comments so that
134 # the commit queue can handle CLs rolling openmax_dl
135 # and whatever else without interference from each other.
Fabrice de Gans-Riberi429a42522018-04-05 23:08:34136 'openmax_dl_revision': '59265e0e9105ec94e473b59c5c7ca1941e4dbd83',
[email protected]7ee3af52014-07-06 18:16:47137 # Three lines of non-changing comments so that
138 # the commit queue can handle CLs rolling BoringSSL
139 # and whatever else without interference from each other.
David Benjamine7a02352018-06-28 15:25:55140 'boringssl_revision': 'fec83fc78d489a8d444c3a99c51101fdf54d5b71',
szager29407eb2014-08-26 13:09:31141 # Three lines of non-changing comments so that
szager29407eb2014-08-26 13:09:31142 # the commit queue can handle CLs rolling google-toolbox-for-mac
143 # and whatever else without interference from each other.
Mark Mentovai9ed143162017-07-24 19:04:47144 'google_toolbox_for_mac_revision': '3c3111d3aefe907c8c0f0e933029608d96ceefeb',
szager29407eb2014-08-26 13:09:31145 # Three lines of non-changing comments so that
146 # the commit queue can handle CLs rolling lighttpd
147 # and whatever else without interference from each other.
148 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
149 # Three lines of non-changing comments so that
150 # the commit queue can handle CLs rolling lss
151 # and whatever else without interference from each other.
Torne (Richard Coles)9a6106e2017-10-20 17:48:17152 'lss_revision': 'e6527b0cd469e3ff5764785dadcb39bf7d787154',
mseaborn851e1bd12014-09-05 08:00:14153 # Three lines of non-changing comments so that
154 # the commit queue can handle CLs rolling NaCl
155 # and whatever else without interference from each other.
nacl-chromium-autorollb73dff42018-06-15 03:32:09156 'nacl_revision': '030b88a205c9ce9a82d68798bfaa059fd55216cd',
cwallezf2b03492015-08-25 15:08:18157 # Three lines of non-changing comments so that
drottfe896a82017-03-06 12:12:54158 # the commit queue can handle CLs rolling freetype
bcf53f862ea2016-02-02 05:08:42159 # and whatever else without interference from each other.
Dominik Röttschesab9fde72018-06-25 14:45:58160 'freetype_revision': 'a632fb547e23fe129a579fabf60a992fd7d98d02',
robertocn4567f4d2016-03-23 03:36:07161 # Three lines of non-changing comments so that
Dominik Röttsches60dab7e12018-03-20 09:55:47162 # the commit queue can handle CLs rolling HarfBuzz
163 # and whatever else without interference from each other.
164 'harfbuzz_revision': '957e7756634a4fdf1654041e20e883cf964ecac9',
165 # Three lines of non-changing comments so that
robertocn4567f4d2016-03-23 03:36:07166 # the commit queue can handle CLs rolling catapult
167 # and whatever else without interference from each other.
catapult-chromium-autorollebc95732018-07-02 20:42:55168 'catapult_revision': '153acbd707c080919d82af77efc800b8891009bd',
ochangcbd1cf202016-04-01 21:37:37169 # Three lines of non-changing comments so that
170 # the commit queue can handle CLs rolling libFuzzer
171 # and whatever else without interference from each other.
Max Moroz5e09a6b72018-06-08 22:04:47172 'libfuzzer_revision': '873dc11d9a5281034e2cb74d0e87e9149a0e1045',
chenwilliam56a90382016-12-09 02:16:28173 # Three lines of non-changing comments so that
174 # the commit queue can handle CLs rolling devtools-node-modules
175 # and whatever else without interference from each other.
Will Chenfa874182018-01-03 19:03:26176 'devtools_node_modules_revision': '5f7cd2497d7a643125c3b6eb910d99ba28be6899',
kmarshall520f9512017-01-24 23:25:01177 # Three lines of non-changing comments so that
aizatsky8904f9c2017-03-03 19:50:05178 # the commit queue can handle CLs rolling libprotobuf-mutator
179 # and whatever else without interference from each other.
Jonathan Metzmana54e5af62017-11-01 19:29:06180 'libprotobuf-mutator': '3fc43a01d721ef1bacfefed170bc22abf1b8b051',
Filip Gorski796be852018-03-02 19:36:36181 # Three lines of non-changing comments so that
182 # the commit queue can handle CLs rolling feed
183 # and whatever else without interference from each other.
Sky Malice61499782018-06-28 19:49:59184 'feed_revision': '09cef7df8b89f4350b08eff43bfeef50c422d5a9',
Shenghua Zhangcbe64ba2018-04-12 19:11:49185 # Three lines of non-changing comments so that
186 # the commit queue can handle CLs rolling android_sdk_build-tools_version
187 # and whatever else without interference from each other.
188 'android_sdk_build-tools_version': 'version:27.0.3-cr0',
189 # Three lines of non-changing comments so that
190 # the commit queue can handle CLs rolling android_sdk_emulator_version
191 # and whatever else without interference from each other.
192 'android_sdk_emulator_version': 'version:27.1.12-cr0',
193 # Three lines of non-changing comments so that
194 # the commit queue can handle CLs rolling android_sdk_extras_version
195 # and whatever else without interference from each other.
196 'android_sdk_extras_version': 'version:47.0.0-cr0',
197 # Three lines of non-changing comments so that
198 # the commit queue can handle CLs rolling android_sdk_platform-tools_version
199 # and whatever else without interference from each other.
200 'android_sdk_platform-tools_version': 'version:27.0.1-cr0',
201 # Three lines of non-changing comments so that
202 # the commit queue can handle CLs rolling android_sdk_platforms_version
203 # and whatever else without interference from each other.
204 'android_sdk_platforms_version': 'version:android-27-cr0',
205 # Three lines of non-changing comments so that
206 # the commit queue can handle CLs rolling android_sdk_sources_version
207 # and whatever else without interference from each other.
208 'android_sdk_sources_version': 'version:android-27-cr1',
209 # Three lines of non-changing comments so that
210 # the commit queue can handle CLs rolling android_sdk_tools_version
211 # and whatever else without interference from each other.
Shenghua Zhang6fa967c2018-04-16 20:45:42212 'android_sdk_tools_version': 'version:26.1.1-cr9',
[email protected]5f129de2009-02-24 23:22:04213}
214
tandrii74b7e422014-09-23 16:45:27215# Only these hosts are allowed for dependencies in this DEPS file.
216# If you need to add a new host, contact chrome infrastracture team.
217allowed_hosts = [
tandriicb12c642015-03-27 19:00:55218 'android.googlesource.com',
Johanncf5bb4c62017-10-30 23:21:34219 'aomedia.googlesource.com',
agable851c6f7252016-11-04 17:17:39220 'boringssl.googlesource.com',
Achuith Bhandarkarf6a944c82018-02-22 21:56:04221 'chrome-infra-packages.appspot.com',
Paweł Hajdan, Jr37a7a742017-09-25 11:37:30222 'chrome-internal.googlesource.com',
agable851c6f7252016-11-04 17:17:39223 'chromium.googlesource.com',
224 'pdfium.googlesource.com',
225 'skia.googlesource.com',
capne3976c22016-08-12 22:06:17226 'swiftshader.googlesource.com',
Henrik Kjellander7c0b28b2017-09-13 20:25:02227 'webrtc.googlesource.com',
tandrii74b7e422014-09-23 16:45:27228]
229
[email protected]5f129de2009-02-24 23:22:04230deps = {
John Williamsff7a08d2018-02-01 03:20:21231 'src/chrome/browser/resources/media_router/extension/src':
mark a. foltz1e948542018-06-18 22:53:38232 Var('chromium_git') + '/media_router.git' + '@' + '9f9f41bdd831c0bd84eea252634ee52f769e9977',
John Williamsff7a08d2018-02-01 03:20:21233
Stefan Zagerfd5ba192014-08-23 00:29:39234 'src/buildtools':
dpranke4778c712016-09-23 01:15:56235 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
[email protected]f58d3292014-05-14 01:56:54236
John Budoricke9aa27c2018-03-24 00:23:27237 'src/chrome/android/profiles': {
238 'packages': [
239 {
240 'package': 'chromium/afdo/profiles/android',
241 'version': 'version:3309',
242 },
243 ],
244 'condition': 'checkout_android',
245 'dep_type': 'cipd',
246 },
247
Paweł Hajdan, Jr7af368952017-10-02 12:25:36248 'src/chrome/installer/mac/third_party/xz/xz': {
249 'url': Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7',
250 'condition': 'checkout_mac',
251 },
252
Stefan Zagerfd5ba192014-08-23 00:29:39253 'src/chrome/test/data/perf/canvas_bench':
dpranke4778c712016-09-23 01:15:56254 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732',
[email protected]700e7e32012-02-22 17:04:38255
Stefan Zagerfd5ba192014-08-23 00:29:39256 'src/chrome/test/data/perf/frame_rate/content':
dpranke4778c712016-09-23 01:15:56257 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c88463efeef6bb19c9ec07c42bc8fe22b9',
[email protected]40646b012011-07-26 02:30:26258
bsheedy01d93942017-07-27 22:49:38259 'src/chrome/test/data/vr/webvr_info':
bsheedyac7c01a2017-11-07 18:53:12260 Var('chromium_git') + '/external/github.com/toji/webvr.info.git' + '@' + 'c58ae99b9ff9e2aa4c524633519570bf33536248',
bsheedy01d93942017-07-27 22:49:38261
bsheedya7a28602018-04-30 21:20:01262 'src/chrome/test/data/vr/webxr_samples':
bsheedyf5e1fc42018-07-03 01:37:52263 Var('chromium_git') + '/external/github.com/immersive-web/webxr-samples.git' + '@' + 'cf02f19c4ff6894705a9407722ab52551e010c60',
bsheedya7a28602018-04-30 21:20:01264
Paweł Hajdan, Jr7af368952017-10-02 12:25:36265 'src/ios/third_party/earl_grey/src': {
Lindsay Pasrichab48170612018-06-15 20:32:09266 'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '91c27bb8a15e723df974f620f7f576a30a6a7484',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36267 'condition': 'checkout_ios',
268 },
269
Peter K. Lee8c447512018-06-01 16:06:03270 'src/ios/third_party/firebase': {
271 'packages': [
272 {
273 'package': 'chromium/third_party/firebase_ios',
274 'version': 'version:5.0.1',
275 },
276 ],
277 'condition': 'checkout_ios',
278 'dep_type': 'cipd',
279 },
280
Paweł Hajdan, Jr7af368952017-10-02 12:25:36281 'src/ios/third_party/fishhook/src': {
282 'url': Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c',
283 'condition': 'checkout_ios',
284 },
285
286 'src/ios/third_party/gcdwebserver/src': {
287 'url': Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@' + '43555c66627f6ed44817855a0f6d465f559d30e0',
288 'condition': 'checkout_ios',
289 },
290
291 'src/ios/third_party/material_components_ios/src': {
iOS Autorollercea76e02018-06-27 14:14:25292 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '943615c5feec4fcb51efe6aaad3c2226aa3e283f',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36293 'condition': 'checkout_ios',
294 },
295
296 'src/ios/third_party/material_font_disk_loader_ios/src': {
iOS Autorollered4c9f72017-12-21 15:01:19297 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-font-disk-loader-ios.git' + '@' + '8e30188777b016182658fbaa0a4a020a48183224',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36298 'condition': 'checkout_ios',
299 },
300
Gauthier Ambard8d034462017-10-25 16:39:55301 'src/ios/third_party/material_internationalization_ios/src': {
Louis Romero2c7e321c2017-12-21 10:38:13302 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-internationalization-ios.git' + '@' + '8f28a55c7f35b95a587bba01a8467ea470647873',
Gauthier Ambard8d034462017-10-25 16:39:55303 'condition': 'checkout_ios',
304 },
305
Paweł Hajdan, Jr7af368952017-10-02 12:25:36306 'src/ios/third_party/material_roboto_font_loader_ios/src': {
307 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-roboto-font-loader-ios.git' + '@' + '4aa51e906e5671c71d24e991f1f10d782a58409f',
308 'condition': 'checkout_ios',
309 },
310
311 'src/ios/third_party/material_sprited_animation_view_ios/src': {
312 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-sprited-animation-view-ios.git' + '@' + 'c6e16d06bdafd95540c62b3402d9414692fbca81',
313 'condition': 'checkout_ios',
314 },
315
316 'src/ios/third_party/material_text_accessibility_ios/src': {
Louis Romero2c7e321c2017-12-21 10:38:13317 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-text-accessibility-ios.git' + '@' + '92c9e56f4e07622084b3d931247db974fec55dde',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36318 'condition': 'checkout_ios',
319 },
320
mrefaat070940d2017-12-01 02:59:38321 'src/ios/third_party/motion_interchange_objc/src': {
Louis Romero2c7e321c2017-12-21 10:38:13322 'url': Var('chromium_git') + '/external/github.com/material-motion/motion-interchange-objc.git' + '@' + '9be1e8572f8debb8dd9033ce9bd6ae56dc7ae1ab',
mrefaat070940d2017-12-01 02:59:38323 'condition': 'checkout_ios',
324 },
325
mrefaatb4b862312017-12-01 20:03:05326 'src/ios/third_party/motion_animator_objc/src': {
iOS Autorollere82ca942018-03-06 20:32:21327 'url': Var('chromium_git') + '/external/github.com/material-motion/motion-animator-objc.git' + '@' + '5df831026445004b2fc0f6a42f8b8f33af46512b',
mrefaatb4b862312017-12-01 20:03:05328 'condition': 'checkout_ios',
329 },
330
Louis Romeroe1d73292017-12-07 01:28:17331 'src/ios/third_party/motion_transitioning_objc/src': {
332 'url': Var('chromium_git') + '/external/github.com/material-motion/motion-transitioning-objc.git' + '@' + '994fd02d1de3d80ed284f0c1a4b5f459b8b051a6',
333 'condition': 'checkout_ios',
334 },
335
Paweł Hajdan, Jr7af368952017-10-02 12:25:36336 'src/ios/third_party/ochamcrest/src': {
Eric Noyaudaabeb52017-10-13 16:29:11337 'url': Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + '92d9c14d13bb864255e65c09383564653896916b',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36338 'condition': 'checkout_ios',
339 },
340
jrummellf715b1692015-10-21 23:26:26341 'src/media/cdm/api':
Xiaohan Wang0c078f202018-06-30 01:16:58342 Var('chromium_git') + '/chromium/cdm.git' + '@' + '50431fd832bbf389ee839e3f8cb68e82606f0513',
[email protected]255c43f2013-06-07 08:54:11343
Dirk Pranke4dabe802017-11-02 07:18:55344 'src/native_client': {
345 'url': Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'),
346 'condition': 'checkout_nacl',
347 },
[email protected]bba1c0dd2013-08-19 10:33:31348
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42349 'src/third_party/SPIRV-Tools/src':
350 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + '@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c',
jinsukkim21d3369fc2016-06-21 06:16:03351
John Budoricke9aa27c2018-03-24 00:23:27352 'src/third_party/accessibility_test_framework': {
353 'packages': [
354 {
355 'package': 'chromium/third_party/accessibility-test-framework',
356 'version': 'version:2.1-cr0',
357 },
358 ],
359 'condition': 'checkout_android',
360 'dep_type': 'cipd',
361 },
362
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16363 'src/third_party/android_protobuf/src': {
Aaron Gable6fcf0062018-02-22 20:28:57364 'url': Var('android_git') + '/platform/external/protobuf.git' + '@' + '7fca48d8ce97f7ba3ab8eea5c472f1ad3711762f',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16365 'condition': 'checkout_android',
366 },
367
Shenghua Zhang0c102b12018-01-11 00:25:57368 'src/third_party/android_ndk': {
Stefan Zager47a954c2018-05-04 00:47:37369 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
Ken Rockot027d7fa2018-05-01 03:10:06370 'condition': 'checkout_android_native_support',
Shenghua Zhang0c102b12018-01-11 00:25:57371 },
372
John Budoricke9aa27c2018-03-24 00:23:27373 'src/third_party/android_support_test_runner': {
374 'packages': [
375 {
376 'package': 'chromium/third_party/android_support_test_runner',
377 'version': 'version:0.5-cr0',
378 },
379 ],
380 'condition': 'checkout_android',
381 'dep_type': 'cipd',
382 },
383
384 'src/third_party/android_system_sdk': {
385 'packages': [
386 {
387 'package': 'chromium/third_party/android_system_sdk',
John Budorick2d7e42f2018-06-27 02:33:57388 'version': 'version:28-dp3-cr0',
John Budoricke9aa27c2018-03-24 00:23:27389 },
390 ],
391 'condition': 'checkout_android',
392 'dep_type': 'cipd',
393 },
394
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16395 'src/third_party/android_tools': {
John Budorick2d7e42f2018-06-27 02:33:57396 'url': Var('chromium_git') + '/android_tools.git' + '@' + '130499e25286f4d56acafa252fee09f3cc595c49',
Ken Rockot027d7fa2018-05-01 03:10:06397 'condition': 'checkout_android_native_support',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16398 },
399
David 'Digit' Turner4ff35dfa2018-06-22 11:31:03400 'src/third_party/android_build_tools/aapt2': {
401 'packages': [
402 {
403 'package': 'chromium/third_party/android_tools_aapt2',
404 'version': 'version:3.2.0-alpha18-4804415-cr0',
405 },
406 ],
407 'condition': 'checkout_android',
408 'dep_type': 'cipd',
409 },
410
411 'src/third_party/android_build_tools/bundletool': {
412 'packages': [
413 {
depot-tools-chromium-autoroll78adb83d2018-06-22 14:23:21414 'package': 'chromium/third_party/android_tools_bundletool',
415 'version': 'version:0.4.2-cr0',
416 },
David 'Digit' Turner4ff35dfa2018-06-22 11:31:03417 ],
418 'condition': 'checkout_android',
419 'dep_type': 'cipd',
420 },
421
Shenghua Zhangcbe64ba2018-04-12 19:11:49422 'src/third_party/android_sdk/public': {
423 'packages': [
424 {
425 'package': 'chromium/third_party/android_sdk/public/build-tools',
426 'version': Var('android_sdk_build-tools_version'),
427 },
428 {
429 'package': 'chromium/third_party/android_sdk/public/emulator',
430 'version': Var('android_sdk_emulator_version'),
431 },
432 {
433 'package': 'chromium/third_party/android_sdk/public/extras',
434 'version': Var('android_sdk_extras_version'),
435 },
436 {
437 'package': 'chromium/third_party/android_sdk/public/platform-tools',
438 'version': Var('android_sdk_platform-tools_version'),
439 },
440 {
441 'package': 'chromium/third_party/android_sdk/public/platforms',
442 'version': Var('android_sdk_platforms_version'),
443 },
444 {
445 'package': 'chromium/third_party/android_sdk/public/tools',
446 'version': Var('android_sdk_tools_version'),
447 },
448 ],
449 'condition': 'checkout_android',
450 'dep_type': 'cipd',
451 },
452
453 'src/third_party/android_sdk/sources': {
454 'packages': [
455 {
456 'package': 'chromium/third_party/android_sdk/sources',
457 'version': Var('android_sdk_sources_version'),
458 },
459 ],
460 'condition': 'checkout_android_sdk_sources',
461 'dep_type': 'cipd',
462 },
463
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42464 'src/third_party/angle':
465 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
466
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16467 'src/third_party/apache-portable-runtime/src': {
bsheedy2a59f252018-01-03 21:30:05468 'url': Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c3f11fcd86b42922834cae91103cf068246c6bb6',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16469 'condition': 'checkout_android',
470 },
471
John Budoricke9aa27c2018-03-24 00:23:27472 'src/third_party/apk-patch-size-estimator': {
473 'packages': [
474 {
475 'package': 'chromium/third_party/apk-patch-size-estimator',
476 'version': 'version:0.2-cr0',
477 },
478 ],
479 'condition': 'checkout_android',
480 'dep_type': 'cipd',
481 },
482
Peter Wend0cc6d62017-11-02 16:32:30483 'src/third_party/auto/src': {
Peter Wen46893982018-01-18 16:53:46484 'url': Var('chromium_git') + '/external/github.com/google/auto.git' + '@' + '8a81a858ae7b78a1aef71ac3905fade0bbd64e82',
Peter Wend0cc6d62017-11-02 16:32:30485 'condition': 'checkout_android',
486 },
487
John Budoricke9aa27c2018-03-24 00:23:27488 'src/third_party/bazel': {
489 'packages': [
490 {
491 'package': 'chromium/third_party/bazel',
492 'version': 'version:0.10.0',
493 },
494 ],
495 'condition': 'checkout_android',
496 'dep_type': 'cipd',
497 },
498
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42499 'src/third_party/bidichecker':
500 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0',
501
Paweł Hajdan, Jr7af368952017-10-02 12:25:36502 'src/third_party/bison': {
503 'url': Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5464ee2b224c2df649c6e26c3',
504 'condition': 'checkout_win',
505 },
506
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42507 'src/third_party/boringssl/src':
508 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
509
John Budoricke9aa27c2018-03-24 00:23:27510 'src/third_party/bouncycastle': {
511 'packages': [
512 {
513 'package': 'chromium/third_party/bouncycastle',
514 'version': 'version:1.46-cr0',
515 },
516 ],
517 'condition': 'checkout_android',
518 'dep_type': 'cipd',
519 },
520
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42521 'src/third_party/breakpad/breakpad':
Lei Zhang29b107222018-06-28 02:45:37522 Var('chromium_git') + '/breakpad/breakpad.git' + '@' + '79ba6a494fb2097b39f76fe6a4b4b4f407e32a02',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42523
John Budoricke9aa27c2018-03-24 00:23:27524 'src/third_party/byte_buddy': {
525 'packages': [
526 {
527 'package': 'chromium/third_party/byte_buddy',
John Budorick6c26c232018-06-22 00:11:28528 'version': 'version:1.8.8-cr0',
John Budoricke9aa27c2018-03-24 00:23:27529 },
530 ],
531 'condition': 'checkout_android',
532 'dep_type': 'cipd',
533 },
534
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42535 'src/third_party/catapult':
536 Var('chromium_git') + '/catapult.git' + '@' + Var('catapult_revision'),
537
538 'src/third_party/ced/src':
539 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9',
540
Paweł Hajdan, Jr7af368952017-10-02 12:25:36541 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
542 'src/third_party/chromite': {
Chromite Chromium Autorolle82de012018-07-03 00:51:52543 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '45a546a3088515407c6e59c0681cbab3541cfec5',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36544 'condition': 'checkout_linux',
545 },
546
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42547 'src/third_party/cld_3/src':
Nico Webera8d4b462018-01-31 20:54:52548 Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + '484afe9ba7438d078e60b3a26e7fb590213c0e17',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42549
550 'src/third_party/colorama/src':
551 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
552
553 'src/third_party/crc32c/src':
tzik5793a94f2018-05-11 04:18:40554 Var('chromium_git') + '/external/github.com/google/crc32c.git' + '@' + 'f8925d027884dde9a8f567f1fa230b92048f6132',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42555
Paweł Hajdan, Jr7af368952017-10-02 12:25:36556 # For Linux and Chromium OS.
557 'src/third_party/cros_system_api': {
Bailey Berro7ec4a3e2018-06-29 17:54:38558 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'ec6d4902f36cabef3ad932c79530ac34b55e831a',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36559 'condition': 'checkout_linux',
560 },
561
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42562 'src/third_party/custom_tabs_client/src': {
Peter E Conn2b4ecde2018-05-21 10:01:03563 'url': Var('chromium_git') + '/custom-tabs-client.git' + '@' + 'bd0bd8af3755f0941c766403c4603a1d8d2ef0f4',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42564 'condition': 'checkout_android',
565 },
566
567 'src/third_party/depot_tools':
depot-tools-chromium-autorollaf4526232018-07-02 22:13:27568 Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '605dd3126a6c94eef6868fdaac977765905afb7a',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42569
Will Chen48fbfe0f2018-01-03 01:26:35570 'src/third_party/devtools-node-modules':
571 Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision'),
Paweł Hajdan, Jr7af368952017-10-02 12:25:36572
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42573 'src/third_party/dom_distiller_js/dist':
Wei-Yin Chen (陳威尹)f1f82a12017-12-13 15:52:40574 Var('chromium_git') + '/chromium/dom-distiller/dist.git' + '@' + '60b46718e28f553ab57e3d2bbda5b3b41456f417',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42575
576 'src/third_party/elfutils/src': {
577 'url': Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de4f3760bdcaa3d23d154d7',
Ken Rockot027d7fa2018-05-01 03:10:06578 'condition': 'checkout_android_native_support',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42579 },
580
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16581 'src/third_party/errorprone/lib': {
Peter Wena9d8462a2018-04-25 17:18:12582 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16583 'condition': 'checkout_android',
584 },
585
John Budoricke9aa27c2018-03-24 00:23:27586 'src/third_party/espresso': {
587 'packages': [
588 {
589 'package': 'chromium/third_party/espresso',
590 'version': 'version:2.2.1-cr0',
591 },
592 ],
593 'condition': 'checkout_android',
594 'dep_type': 'cipd',
595 },
596
Filip Gorski796be852018-03-02 19:36:36597 'src/third_party/feed/src': {
598 'url': Var('chromium_git') + '/feed' + '@' + Var('feed_revision'),
599 'condition': 'checkout_android',
600 },
601
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42602 'src/third_party/ffmpeg':
Dale Curtis9ad1fd02018-06-22 01:55:54603 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'de23348fef6fd063b066e9652005973f86ed52ff',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42604
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42605 'src/third_party/flac':
Philip Jägenstedtdfc96c12018-05-04 14:46:37606 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + 'af862024c8c8fa0ae07ced05e89013d881b00596',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42607
608 'src/third_party/flatbuffers/src':
609 Var('chromium_git') + '/external/github.com/google/flatbuffers.git' + '@' + '01c50d57a67a52ee3cddd81b54d4647e9123a290',
610
Paweł Hajdan, Jr7af368952017-10-02 12:25:36611 # Used for embedded builds. CrOS & Linux use the system version.
612 'src/third_party/fontconfig/src': {
Tom Anderson81162e72018-06-25 22:44:09613 'url': Var('chromium_git') + '/external/fontconfig.git' + '@' + '6cc99d6a82ad67d2f5eac887b28bca13c0dfddde',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36614 'condition': 'checkout_linux',
615 },
616
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42617 'src/third_party/freetype/src':
618 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_revision'),
619
Dominik Röttsches60dab7e12018-03-20 09:55:47620 'src/third_party/harfbuzz-ng/src':
621 Var('chromium_git') + '/external/github.com/harfbuzz/harfbuzz.git' + '@' + Var('harfbuzz_revision'),
622
Paweł Hajdan, Jr7af368952017-10-02 12:25:36623 # Chrome OS touchpad gestures library.
624 'src/third_party/gestures/gestures': {
David Revemane25bd88e2017-10-02 21:06:05625 'url': Var('chromium_git') + '/chromiumos/platform/gestures.git' + '@' + '74f55100df966280d305d5d5ada824605f875839',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36626 'condition': 'checkout_linux',
627 },
628
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42629 'src/third_party/glslang/src':
Peng Huang80463de2018-02-07 21:06:33630 Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + 'ec1476b7060306fd9109faf7a4c70a20ea3b538c',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42631
Paweł Hajdan, Jrc3ae0852017-10-02 16:46:22632 'src/third_party/google_toolbox_for_mac/src': {
633 'url': Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'),
634 'condition': 'checkout_ios or checkout_mac',
635 },
636
Andrew Luo82d0e9f2018-05-24 20:46:36637 'src/third_party/google-truth': {
638 'packages': [
639 {
640 'package': 'chromium/third_party/google-truth',
641 'version': 'version:0.40',
642 },
643 ],
644 'condition': 'checkout_android',
645 'dep_type': 'cipd',
646 },
647
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42648 'src/third_party/googletest/src':
Takuto Ikutaa8353992018-06-14 13:02:46649 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + 'ce468a17c434e4e79724396ee1b51d86bfc8a88b',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42650
Paweł Hajdan, Jr7af368952017-10-02 12:25:36651 # GNU binutils assembler for x86-32.
652 'src/third_party/gnu_binutils': {
653 'url': Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436',
Dirk Pranke4dabe802017-11-02 07:18:55654 'condition': 'checkout_nacl and checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36655 },
656
657 'src/third_party/gperf': {
658 'url': Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f9449770443fb06da49b5a1e5d33c1',
659 'condition': 'checkout_win',
660 },
661
John Budoricke9aa27c2018-03-24 00:23:27662 'src/third_party/gson': {
663 'packages': [
664 {
665 'package': 'chromium/third_party/gson',
666 'version': 'version:2.8.0-cr0',
667 },
668 ],
669 'condition': 'checkout_android',
670 'dep_type': 'cipd',
671 },
672
673 'src/third_party/guava': {
674 'packages': [
675 {
676 'package': 'chromium/third_party/guava',
677 'version': 'version:23.0-cr0',
678 },
679 ],
680 'condition': 'checkout_android',
681 'dep_type': 'cipd',
682 },
683
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42684 'src/third_party/gvr-android-sdk/src': {
Michael Thiessen9b0bf722018-03-01 22:41:52685 'url': Var('chromium_git') + '/external/github.com/googlevr/gvr-android-sdk.git' + '@' + '233e7fe922a543e0bc55382d64cacd047307d0e7',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16686 'condition': 'checkout_android',
687 },
688
Ian Vollick244bd882018-04-27 01:12:53689 'src/third_party/arcore-android-sdk/src': {
690 'url': Var('chromium_git') + '/external/github.com/google-ar/arcore-android-sdk.git' + '@' + '772bed8e2e1bc525a0d10441fa71168a9a87eb69',
691 'condition': 'checkout_android',
692 },
693
John Budoricke9aa27c2018-03-24 00:23:27694 'src/third_party/hamcrest': {
695 'packages': [
696 {
697 'package': 'chromium/third_party/hamcrest',
698 'version': 'version:1.3-cr0',
699 },
700 ],
701 'condition': 'checkout_android',
702 'dep_type': 'cipd',
703 },
704
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42705 'src/third_party/hunspell_dictionaries':
Chris Nardieea5de82017-10-14 22:21:31706 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'a9bac57ce6c9d390a52ebaad3259f5fdb871210e',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42707
708 'src/third_party/icu':
Jungshik Shin3f6b6de62018-06-21 15:01:49709 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '172d33141cd16df9d027cfd49bfe940b1dc66f1a',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42710
John Budoricke9aa27c2018-03-24 00:23:27711 'src/third_party/icu4j': {
712 'packages': [
713 {
714 'package': 'chromium/third_party/icu4j',
715 'version': 'version:53.1-cr0',
716 },
717 ],
718 'condition': 'checkout_android',
719 'dep_type': 'cipd',
720 },
721
722 'src/third_party/intellij': {
723 'packages': [
724 {
725 'package': 'chromium/third_party/intellij',
726 'version': 'version:12.0-cr0',
727 },
728 ],
729 'condition': 'checkout_android',
730 'dep_type': 'cipd',
731 },
732
733 'src/third_party/javax_inject': {
734 'packages': [
735 {
736 'package': 'chromium/third_party/javax_inject',
737 'version': 'version:1-cr0',
738 },
739 ],
740 'condition': 'checkout_android',
741 'dep_type': 'cipd',
742 },
743
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42744 'src/third_party/jsoncpp/source':
745 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248
746
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16747 'src/third_party/jsr-305/src': {
748 'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
749 'condition': 'checkout_android',
750 },
751
752 'src/third_party/junit/src': {
753 'url': Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481',
754 'condition': 'checkout_android',
755 },
756
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42757 'src/third_party/leakcanary/src': {
758 'url': Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e',
759 'condition': 'checkout_android',
760 },
761
762 'src/third_party/leveldatabase/src':
Victor Costan0c4c06e2018-05-16 19:17:27763 Var('chromium_git') + '/external/leveldb.git' + '@' + '18683981505dc374ce29211c80a9552f8f2f4571',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42764
765 'src/third_party/libFuzzer/src':
Max Moroz1ee969e2017-10-04 16:27:26766 Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + Var('libfuzzer_revision'),
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42767
768 'src/third_party/libaddressinput/src':
Peter Collingbournec85bc322018-02-28 02:22:15769 Var('chromium_git') + '/external/libaddressinput.git' + '@' + 'd955c63ec7048d59dffd20af25eeec23da878d27',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42770
Johanncf5bb4c62017-10-30 23:21:34771 'src/third_party/libaom/source/libaom': {
Johann1c696902018-06-23 22:44:01772 'url': Var('aomedia_git') + '/aom.git' + '@' + '1c2430a2e13af52390be4109da0d6e3f6b5d3d9f',
Johanncf5bb4c62017-10-30 23:21:34773 'condition': 'checkout_libaom',
774 },
775
Paweł Hajdan, Jr7af368952017-10-02 12:25:36776 # Userspace interface to kernel DRM services.
777 'src/third_party/libdrm/src': {
Robert Kroeger43841d22018-06-01 20:48:35778 'url': Var('chromium_git') + '/chromiumos/third_party/libdrm.git' + '@' + '0061b1f244574e615c415479725046ab2951f09a',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36779 'condition': 'checkout_linux',
780 },
781
782 # The libevdev library (Chrome OS version).
783 'src/third_party/libevdev/src': {
784 'url': Var('chromium_git') + '/chromiumos/platform/libevdev.git' + '@' + '9f7a1961eb4726211e18abd147d5a11a4ea86744',
785 'condition': 'checkout_linux',
786 },
787
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42788 'src/third_party/libjpeg_turbo':
789 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79a8792dde3d3f7d7d8ac28ba01ac9dd',
790
Paweł Hajdan, Jr7af368952017-10-02 12:25:36791 'src/third_party/liblouis/src': {
792 'url': Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a3478561deb6ae4798175094be8a26c2',
793 'condition': 'checkout_linux',
794 },
795
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42796 'src/third_party/libphonenumber/dist':
797 Var('chromium_git') + '/external/libphonenumber.git' + '@' + 'a4da30df63a097d67e3c429ead6790ad91d36cf4',
798
799 'src/third_party/libprotobuf-mutator/src':
800 Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git' + '@' + Var('libprotobuf-mutator'),
801
802 'src/third_party/libsrtp':
Fabrice de Gans-Riberi0dfc24c2018-04-06 21:05:45803 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + 'fc2345089a6b3c5aca9ecd2e1941871a78a13e9c',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42804
Paweł Hajdan, Jr7af368952017-10-02 12:25:36805 # Android Explicit Synchronization.
806 'src/third_party/libsync/src': {
Alexandros Frantzis3ad9a222018-01-25 17:09:54807 'url': Var('chromium_git') + '/aosp/platform/system/core/libsync.git' + '@' + 'f4f4387b6bf2387efbcfd1453af4892e8982faf6',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36808 'condition': 'checkout_linux',
809 },
810
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42811 'src/third_party/libvpx/source/libvpx':
Jerome Jiangb0504052018-06-27 17:01:04812 Var('chromium_git') + '/webm/libvpx.git' + '@' + '583859d7395ca70c3b1ca0acc1258a720470a807',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42813
814 'src/third_party/libwebm/source':
Max Morozf41bf122018-06-06 22:48:37815 Var('chromium_git') + '/webm/libwebm.git' + '@' + '01c1d1d76f139345c442bfc8e61b4e1cba809059',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42816
817 'src/third_party/libyuv':
Frank Barchard7f13ec262018-06-27 01:42:34818 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '4d67b3e851b1e057b8e3ac810e5f0c214f68751f', # from r1712
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42819
Paweł Hajdan, Jrc3ae0852017-10-02 16:46:22820 'src/third_party/lighttpd': {
821 'url': Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
822 'condition': 'checkout_mac or checkout_win',
823 },
824
825 'src/third_party/lss': {
826 'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
827 'condition': 'checkout_android or checkout_linux',
828 },
829
Paweł Hajdan, Jr7af368952017-10-02 12:25:36830 'src/third_party/material_design_icons/src': {
831 'url': Var('chromium_git') + '/external/github.com/google/material-design-icons.git' + '@' +
832 '5ab428852e35dc177a8c37a2df9dc9ccf768c65a',
833 'condition': 'checkout_ios',
834 },
835
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42836 'src/third_party/mesa/src':
tzik51556bb2018-04-29 09:48:22837 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '9d9b0710470f581cb5485b02b6acd8415cc093e8',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42838
Paweł Hajdan, Jr7af368952017-10-02 12:25:36839 # GNU binutils assembler for x86-64.
840 'src/third_party/mingw-w64/mingw/bin': {
841 'url': Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527',
Dirk Pranke4dabe802017-11-02 07:18:55842 'condition': 'checkout_nacl and checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36843 },
844
845 # Graphics buffer allocator for Chrome OS.
846 'src/third_party/minigbm/src': {
Miguel Casas852481b2018-06-01 16:33:47847 'url': Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '3cb5bbacc5c8a79105c868875222696f6b9d8296',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36848 'condition': 'checkout_linux',
849 },
850
851 # Minizip library. Used on Chrome OS.
852 'src/third_party/minizip/src': {
Tatsuhisa Yamaguchi0c5fc82a2017-12-27 01:52:10853 'url': Var('chromium_git') + '/external/github.com/nmoinvaz/minizip' + '@' + '53a657318af1fccc4bac7ed230729302b2391d1d',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36854 'condition': 'checkout_linux',
855 },
856
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16857 'src/third_party/mockito/src': {
John Budorick6c26c232018-06-22 00:11:28858 'url': Var('chromium_git') + '/external/mockito/mockito.git' + '@' + '04a2a289a4222f80ad20717c25144981210d2eac',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16859 'condition': 'checkout_android',
860 },
861
Paweł Hajdan, Jr7af368952017-10-02 12:25:36862 # Binaries for nacl sdk.
863 'src/third_party/nacl_sdk_binaries': {
864 'url': Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5',
Dirk Pranke4dabe802017-11-02 07:18:55865 'condition': 'checkout_nacl and checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36866 },
867
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16868 'src/third_party/netty-tcnative/src': {
869 'url': Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '5b46a8ef4a39c39c576fcdaaf718b585d75df463',
870 'condition': 'checkout_android',
871 },
872
873 'src/third_party/netty4/src': {
874 'url': Var('chromium_git') + '/external/netty4.git' + '@' + 'cc4420b13bb4eeea5b1cf4f93b2755644cd3b120',
875 'condition': 'checkout_android',
876 },
877
John Budoricke9aa27c2018-03-24 00:23:27878 'src/third_party/objenesis': {
879 'packages': [
880 {
881 'package': 'chromium/third_party/objenesis',
882 'version': 'version:2.4-cr0',
883 },
884 ],
885 'condition': 'checkout_android',
886 'dep_type': 'cipd',
887 },
888
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42889 'src/third_party/openh264/src':
Wezc6d201bf2018-05-03 17:04:59890 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '3b51f16a4a41df729f8d647f03e48c5f272911ff',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16891
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42892 'src/third_party/openmax_dl':
893 Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16894
John Budoricke9aa27c2018-03-24 00:23:27895 'src/third_party/ow2_asm': {
896 'packages': [
897 {
898 'package': 'chromium/third_party/ow2_asm',
899 'version': 'version:5.0.1-cr0',
900 },
901 ],
902 'condition': 'checkout_android',
903 'dep_type': 'cipd',
904 },
905
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42906 'src/third_party/pdfium':
907 Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'),
908
Paweł Hajdan, Jr7af368952017-10-02 12:25:36909 # Parses Windows PE/COFF executable format.
910 'src/third_party/pefile': {
911 'url': Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab63c15585dc3b5c3f92f1',
912 'condition': 'checkout_win',
913 },
914
Oystein Eftevaaga9439b922018-01-08 19:30:14915 'src/third_party/perfetto':
perfetto-chromium-autorolla8b6fd72018-07-02 22:18:16916 Var('android_git') + '/platform/external/perfetto.git' + '@' + 'ce3f7b384d77f66d760bf07eeadeb4b66f239c98',
Oystein Eftevaaga9439b922018-01-08 19:30:14917
Paweł Hajdan, Jr7af368952017-10-02 12:25:36918 'src/third_party/perl': {
919 'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78',
920 'condition': 'checkout_win',
921 },
922
923 # Dependency of chromite.git and skia.
924 'src/third_party/pyelftools': {
925 'url': Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae',
926 'condition': 'checkout_linux',
927 },
928
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42929 'src/third_party/pyftpdlib/src':
930 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d059f581f05ae8d89d7e45',
931
Victor Vasiliev3b5cf152018-07-02 18:47:41932 'src/third_party/quic_trace/src':
933 Var('chromium_git') + '/external/github.com/google/quic-trace.git' + '@' + 'c9028909ba2356e073de4ea963b56fd81417a46d',
934
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42935 'src/third_party/pywebsocket/src':
936 Var('chromium_git') + '/external/github.com/google/pywebsocket.git' + '@' + '2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2',
937
938 'src/third_party/re2/src':
Max Moroz13bd9f722017-12-05 18:12:11939 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + '5185d85264d23cfae4b38e2703703e9a4c8e974c',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16940
Tiger Oakes95b7b7d2018-05-28 15:43:49941 'src/third_party/r8': {
942 'packages': [
943 {
944 'package': 'chromium/third_party/r8',
Eric Stevenson70ed35652018-06-26 21:21:46945 'version': 'version:1.2.28-cr0',
Tiger Oakes95b7b7d2018-05-28 15:43:49946 },
947 ],
948 'condition': 'checkout_android',
949 'dep_type': 'cipd',
950 },
951
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16952 'src/third_party/requests/src': {
953 'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
954 'condition': 'checkout_android',
955 },
956
John Budoricke9aa27c2018-03-24 00:23:27957 'src/third_party/robolectric': {
958 'packages': [
959 {
960 'package': 'chromium/third_party/robolectric',
961 'version': 'version:3.5.1',
962 },
963 ],
964 'condition': 'checkout_android',
965 'dep_type': 'cipd',
966 },
967
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42968 'src/third_party/robolectric/robolectric': {
John Budoricke7f2d1332017-11-30 23:35:22969 'url': Var('chromium_git') + '/external/robolectric.git' + '@' + '7e067f1112e1502caa742f7be72d37b5678d3403',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16970 'condition': 'checkout_android',
971 },
972
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42973 'src/third_party/sfntly/src':
974 Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Var('sfntly_revision'),
975
976 'src/third_party/shaderc/src':
977 Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8793c34907073025af2622c28bcee64e9879a4',
978
979 'src/third_party/skia':
980 Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'),
981
982 'src/third_party/smhasher/src':
983 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',
984
985 'src/third_party/snappy/src':
Victor Costanf0794a012018-02-20 23:18:32986 Var('chromium_git') + '/external/github.com/google/snappy.git' + '@' + 'ca37ab7fb9b718e056009babb4fea591626e5882',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42987
John Budoricke9aa27c2018-03-24 00:23:27988 'src/third_party/sqlite4java': {
989 'packages': [
990 {
991 'package': 'chromium/third_party/sqlite4java',
992 'version': 'version:0.282-cr0',
993 },
994 ],
995 'condition': 'checkout_android',
996 'dep_type': 'cipd',
997 },
998
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42999 'src/third_party/swiftshader':
1000 Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revision'),
1001
1002 'src/third_party/ub-uiautomator/lib': {
1003 'url': Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:161004 'condition': 'checkout_android',
1005 },
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:421006
1007 'src/third_party/usrsctp/usrsctplib':
Taylor Brandstetter462adb22018-06-25 18:56:571008 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '7a8bc9a90ca96634aa56ee712856d97f27d903f8',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:421009
1010 'src/third_party/visualmetrics/src':
1011 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6',
1012
Paweł Hajdan, Jr7af368952017-10-02 12:25:361013 # Display server protocol for Linux.
1014 'src/third_party/wayland/src': {
1015 'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + '1361da9cd5a719b32d978485a29920429a31ed25',
1016 'condition': 'checkout_linux',
1017 },
1018
1019 # Wayland protocols that add functionality not available in the core protocol.
1020 'src/third_party/wayland-protocols/src': {
Alexandros Frantzisaed3360b2018-01-24 18:40:041021 'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '4f789286e4ab7f6fecc2ccb895d79362a9b2382a',
Paweł Hajdan, Jr7af368952017-10-02 12:25:361022 'condition': 'checkout_linux',
1023 },
1024
1025 # Wireless Display Software. Used on Chrome OS.
1026 'src/third_party/wds/src': {
1027 'url': Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95f3000bf5c8e16a79dbbbf22d554a5',
1028 'condition': 'checkout_linux',
1029 },
1030
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:421031 'src/third_party/webdriver/pylib':
1032 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
1033
1034 'src/third_party/webgl/src':
James Darpiniana32faf1372018-06-28 23:46:231035 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'a5c263cc63ffc2cc189b5214074c8792067c1853',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:421036
1037 'src/third_party/webrtc':
webrtc-chromium-autorollec717822018-07-03 00:45:441038 Var('webrtc_git') + '/src.git' + '@' + '0ea751539e3a2e00d0449942b4c6993512e37b64',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:421039
Paweł Hajdan, Jr7af368952017-10-02 12:25:361040 'src/third_party/xdg-utils': {
1041 'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
1042 'condition': 'checkout_linux',
1043 },
1044
John Budoricke9aa27c2018-03-24 00:23:271045 'src/third_party/xstream': {
1046 'packages': [
1047 {
1048 'package': 'chromium/third_party/xstream',
1049 'version': 'version:1.4.8-cr0',
1050 },
1051 ],
1052 'condition': 'checkout_android',
1053 'dep_type': 'cipd',
1054 },
1055
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:421056 'src/third_party/yasm/source/patched-yasm':
1057 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
1058
1059 'src/tools/gyp':
1060 Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
1061
1062 'src/tools/page_cycler/acid3':
1063 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5abc1b2f405a945f6d871521',
1064
1065 'src/tools/swarming_client':
1066 Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
1067
1068 'src/v8':
1069 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1070
1071 'src-internal': {
src-internal-chromium-autoroll228ebb2d2018-07-02 23:28:511072 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@c9b520351974c3f9cc476336b4596127386e46e4',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:421073 'condition': 'checkout_src_internal',
1074 },
Nicolas Dossou-gbete2d6b66c2018-02-21 13:58:031075
1076 # === ANDROID_DEPS Generated Code Start ===
1077 # Generated by //tools/android/roll/android_deps/fetch_all.sh
Nicolas Dossou-gbeteb8736d82018-04-05 04:29:241078 'src/third_party/android_deps/repository/android_arch_core_common': {
1079 'packages': [
1080 {
1081 'package': 'chromium/third_party/android_deps/repository/android_arch_core_common',
1082 'version': 'version:1.0.0-cr0',
1083 },
1084 ],
1085 'condition': 'checkout_android',
1086 'dep_type': 'cipd',
1087 },
1088
1089 'src/third_party/android_deps/repository/android_arch_lifecycle_common': {
1090 'packages': [
1091 {
1092 'package': 'chromium/third_party/android_deps/repository/android_arch_lifecycle_common',
1093 'version': 'version:1.0.0-cr0',
1094 },
1095 ],
1096 'condition': 'checkout_android',
1097 'dep_type': 'cipd',
1098 },
1099
1100 'src/third_party/android_deps/repository/android_arch_lifecycle_runtime': {
1101 'packages': [
1102 {
1103 'package': 'chromium/third_party/android_deps/repository/android_arch_lifecycle_runtime',
1104 'version': 'version:1.0.0-cr0',
1105 },
1106 ],
1107 'condition': 'checkout_android',
1108 'dep_type': 'cipd',
1109 },
1110
1111 'src/third_party/android_deps/repository/com_android_support_animated_vector_drawable': {
1112 'packages': [
1113 {
1114 'package': 'chromium/third_party/android_deps/repository/com_android_support_animated_vector_drawable',
1115 'version': 'version:27.0.0-cr0',
1116 },
1117 ],
1118 'condition': 'checkout_android',
1119 'dep_type': 'cipd',
1120 },
1121
1122 'src/third_party/android_deps/repository/com_android_support_appcompat_v7': {
1123 'packages': [
1124 {
1125 'package': 'chromium/third_party/android_deps/repository/com_android_support_appcompat_v7',
1126 'version': 'version:27.0.0-cr0',
1127 },
1128 ],
1129 'condition': 'checkout_android',
1130 'dep_type': 'cipd',
1131 },
1132
1133 'src/third_party/android_deps/repository/com_android_support_cardview_v7': {
1134 'packages': [
1135 {
1136 'package': 'chromium/third_party/android_deps/repository/com_android_support_cardview_v7',
1137 'version': 'version:27.0.0-cr0',
1138 },
1139 ],
1140 'condition': 'checkout_android',
1141 'dep_type': 'cipd',
1142 },
1143
1144 'src/third_party/android_deps/repository/com_android_support_design': {
1145 'packages': [
1146 {
1147 'package': 'chromium/third_party/android_deps/repository/com_android_support_design',
1148 'version': 'version:27.0.0-cr0',
1149 },
1150 ],
1151 'condition': 'checkout_android',
1152 'dep_type': 'cipd',
1153 },
1154
1155 'src/third_party/android_deps/repository/com_android_support_gridlayout_v7': {
1156 'packages': [
1157 {
1158 'package': 'chromium/third_party/android_deps/repository/com_android_support_gridlayout_v7',
1159 'version': 'version:27.0.0-cr0',
1160 },
1161 ],
1162 'condition': 'checkout_android',
1163 'dep_type': 'cipd',
1164 },
1165
1166 'src/third_party/android_deps/repository/com_android_support_leanback_v17': {
1167 'packages': [
1168 {
1169 'package': 'chromium/third_party/android_deps/repository/com_android_support_leanback_v17',
1170 'version': 'version:27.0.0-cr0',
1171 },
1172 ],
1173 'condition': 'checkout_android',
1174 'dep_type': 'cipd',
1175 },
1176
1177 'src/third_party/android_deps/repository/com_android_support_mediarouter_v7': {
1178 'packages': [
1179 {
1180 'package': 'chromium/third_party/android_deps/repository/com_android_support_mediarouter_v7',
1181 'version': 'version:27.0.0-cr0',
1182 },
1183 ],
1184 'condition': 'checkout_android',
1185 'dep_type': 'cipd',
1186 },
1187
1188 'src/third_party/android_deps/repository/com_android_support_multidex': {
1189 'packages': [
1190 {
1191 'package': 'chromium/third_party/android_deps/repository/com_android_support_multidex',
1192 'version': 'version:1.0.0-cr0',
1193 },
1194 ],
1195 'condition': 'checkout_android',
1196 'dep_type': 'cipd',
1197 },
1198
1199 'src/third_party/android_deps/repository/com_android_support_palette_v7': {
1200 'packages': [
1201 {
1202 'package': 'chromium/third_party/android_deps/repository/com_android_support_palette_v7',
1203 'version': 'version:27.0.0-cr0',
1204 },
1205 ],
1206 'condition': 'checkout_android',
1207 'dep_type': 'cipd',
1208 },
1209
1210 'src/third_party/android_deps/repository/com_android_support_preference_leanback_v17': {
1211 'packages': [
1212 {
1213 'package': 'chromium/third_party/android_deps/repository/com_android_support_preference_leanback_v17',
1214 'version': 'version:27.0.0-cr0',
1215 },
1216 ],
1217 'condition': 'checkout_android',
1218 'dep_type': 'cipd',
1219 },
1220
1221 'src/third_party/android_deps/repository/com_android_support_preference_v14': {
1222 'packages': [
1223 {
1224 'package': 'chromium/third_party/android_deps/repository/com_android_support_preference_v14',
1225 'version': 'version:27.0.0-cr0',
1226 },
1227 ],
1228 'condition': 'checkout_android',
1229 'dep_type': 'cipd',
1230 },
1231
1232 'src/third_party/android_deps/repository/com_android_support_preference_v7': {
1233 'packages': [
1234 {
1235 'package': 'chromium/third_party/android_deps/repository/com_android_support_preference_v7',
1236 'version': 'version:27.0.0-cr0',
1237 },
1238 ],
1239 'condition': 'checkout_android',
1240 'dep_type': 'cipd',
1241 },
1242
1243 'src/third_party/android_deps/repository/com_android_support_recyclerview_v7': {
1244 'packages': [
1245 {
1246 'package': 'chromium/third_party/android_deps/repository/com_android_support_recyclerview_v7',
1247 'version': 'version:27.0.0-cr0',
1248 },
1249 ],
1250 'condition': 'checkout_android',
1251 'dep_type': 'cipd',
1252 },
1253
1254 'src/third_party/android_deps/repository/com_android_support_support_annotations': {
1255 'packages': [
1256 {
1257 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_annotations',
1258 'version': 'version:27.0.0-cr0',
1259 },
1260 ],
1261 'condition': 'checkout_android',
1262 'dep_type': 'cipd',
1263 },
1264
1265 'src/third_party/android_deps/repository/com_android_support_support_compat': {
1266 'packages': [
1267 {
1268 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_compat',
1269 'version': 'version:27.0.0-cr0',
1270 },
1271 ],
1272 'condition': 'checkout_android',
1273 'dep_type': 'cipd',
1274 },
1275
1276 'src/third_party/android_deps/repository/com_android_support_support_core_ui': {
1277 'packages': [
1278 {
1279 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_core_ui',
1280 'version': 'version:27.0.0-cr0',
1281 },
1282 ],
1283 'condition': 'checkout_android',
1284 'dep_type': 'cipd',
1285 },
1286
1287 'src/third_party/android_deps/repository/com_android_support_support_core_utils': {
1288 'packages': [
1289 {
1290 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_core_utils',
1291 'version': 'version:27.0.0-cr0',
1292 },
1293 ],
1294 'condition': 'checkout_android',
1295 'dep_type': 'cipd',
1296 },
1297
1298 'src/third_party/android_deps/repository/com_android_support_support_fragment': {
1299 'packages': [
1300 {
1301 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_fragment',
1302 'version': 'version:27.0.0-cr0',
1303 },
1304 ],
1305 'condition': 'checkout_android',
1306 'dep_type': 'cipd',
1307 },
1308
1309 'src/third_party/android_deps/repository/com_android_support_support_media_compat': {
1310 'packages': [
1311 {
1312 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_media_compat',
1313 'version': 'version:27.0.0-cr0',
1314 },
1315 ],
1316 'condition': 'checkout_android',
1317 'dep_type': 'cipd',
1318 },
1319
1320 'src/third_party/android_deps/repository/com_android_support_support_v13': {
1321 'packages': [
1322 {
1323 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_v13',
1324 'version': 'version:27.0.0-cr0',
1325 },
1326 ],
1327 'condition': 'checkout_android',
1328 'dep_type': 'cipd',
1329 },
1330
1331 'src/third_party/android_deps/repository/com_android_support_support_v4': {
1332 'packages': [
1333 {
1334 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_v4',
1335 'version': 'version:27.0.0-cr0',
1336 },
1337 ],
1338 'condition': 'checkout_android',
1339 'dep_type': 'cipd',
1340 },
1341
1342 'src/third_party/android_deps/repository/com_android_support_support_vector_drawable': {
1343 'packages': [
1344 {
1345 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_vector_drawable',
1346 'version': 'version:27.0.0-cr0',
1347 },
1348 ],
1349 'condition': 'checkout_android',
1350 'dep_type': 'cipd',
1351 },
1352
1353 'src/third_party/android_deps/repository/com_android_support_transition': {
1354 'packages': [
1355 {
1356 'package': 'chromium/third_party/android_deps/repository/com_android_support_transition',
1357 'version': 'version:27.0.0-cr0',
1358 },
1359 ],
1360 'condition': 'checkout_android',
1361 'dep_type': 'cipd',
1362 },
1363
Nicolas Dossou-gbete2d6b66c2018-02-21 13:58:031364 # === ANDROID_DEPS Generated Code End ===
[email protected]5f129de2009-02-24 23:22:041365}
1366
[email protected]00c517672010-11-04 00:27:291367
[email protected]5f129de2009-02-24 23:22:041368include_rules = [
1369 # Everybody can use some things.
John Abd-El-Malek5b6373f2015-04-01 19:44:141370 # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these.
Stefan Zagerfd5ba192014-08-23 00:29:391371 '+base',
1372 '+build',
1373 '+ipc',
[email protected]5f129de2009-02-24 23:22:041374
[email protected]dfbff862012-11-28 19:08:141375 # Everybody can use headers generated by tools/generate_library_loader.
Stefan Zagerfd5ba192014-08-23 00:29:391376 '+library_loaders',
[email protected]dfbff862012-11-28 19:08:141377
Stefan Zagerfd5ba192014-08-23 00:29:391378 '+testing',
1379 '+third_party/icu/source/common/unicode',
1380 '+third_party/icu/source/i18n/unicode',
1381 '+url',
Mirko Bonadeif4f0f0e2018-04-12 09:29:411382
1383 # Chromium cannot directly depend on Abseil.
1384 '-absl',
[email protected]5f129de2009-02-24 23:22:041385]
1386
1387
1388# checkdeps.py shouldn't check include paths for files in these dirs:
1389skip_child_includes = [
Stefan Zagerfd5ba192014-08-23 00:29:391390 'native_client_sdk',
John Abd-El-Malek5b6373f2015-04-01 19:44:141391 'out',
Stefan Zagerfd5ba192014-08-23 00:29:391392 'skia',
1393 'testing',
Mirko Bonadeif4f0f0e2018-04-12 09:29:411394 'third_party/abseil-cpp',
Mark Mentovaiebb9ddd62017-09-25 17:24:411395 'third_party/breakpad/breakpad',
Stefan Zagerfd5ba192014-08-23 00:29:391396 'v8',
1397 'win8',
[email protected]5f129de2009-02-24 23:22:041398]
[email protected]bfa24b962009-03-02 00:16:161399
1400
1401hooks = [
1402 {
[email protected]9372bec2014-08-14 14:03:301403 # This clobbers when necessary (based on get_landmines.py). It must be the
1404 # first hook so that other things that get/generate into the output
1405 # directory will not subsequently be clobbered.
Stefan Zagerfd5ba192014-08-23 00:29:391406 'name': 'landmines',
1407 'pattern': '.',
1408 'action': [
Nodir Turakulovdd080902018-01-20 01:06:481409 'python',
Stefan Zagerfd5ba192014-08-23 00:29:391410 'src/build/landmines.py',
[email protected]9372bec2014-08-14 14:03:301411 ],
1412 },
1413 {
Dan Jacquescea92c512017-06-02 23:59:161414 # Ensure that the DEPS'd "depot_tools" has its self-update capability
1415 # disabled.
1416 'name': 'disable_depot_tools_selfupdate',
1417 'pattern': '.',
1418 'action': [
Nodir Turakulovdd080902018-01-20 01:06:481419 'python',
Dan Jacquescea92c512017-06-02 23:59:161420 'src/third_party/depot_tools/update_depot_tools_toggle.py',
1421 '--disable',
1422 ],
1423 },
1424 {
Mostyn Bramley-Moore114507a2018-04-06 19:42:171425 # Ensure that we don't accidentally reference any .pyc files whose
1426 # corresponding .py files have since been deleted.
1427 # We could actually try to avoid generating .pyc files, crbug.com/500078.
jbudorick94a712c2016-03-09 19:03:521428 'name': 'remove_stale_pyc_files',
1429 'pattern': '.',
1430 'action': [
Nodir Turakulovdd080902018-01-20 01:06:481431 'python',
jbudorick94a712c2016-03-09 19:03:521432 'src/tools/remove_stale_pyc_files.py',
1433 'src/android_webview/tools',
1434 'src/build/android',
1435 'src/gpu/gles2_conform_support',
1436 'src/infra',
1437 'src/ppapi',
1438 'src/printing',
Kent Tamura47769d52018-05-25 05:46:491439 'src/third_party/blink/renderer/build/scripts',
Kent Tamurac04c33d2018-04-12 08:28:581440 'src/third_party/blink/tools', # See http://crbug.com/625877.
jbudorick94a712c2016-03-09 19:03:521441 'src/third_party/catapult',
1442 'src/third_party/closure_compiler/build',
qyearsleydfda207b2016-07-08 14:16:121443 'src/third_party/WebKit/Tools/Scripts', # See http://crbug.com/625877.
jbudorick94a712c2016-03-09 19:03:521444 'src/tools',
1445 ],
1446 },
1447 {
[email protected]89e43f652011-08-18 00:03:171448 # This downloads binaries for Native Client's newlib toolchain.
1449 # Done in lieu of building the toolchain from scratch as it can take
1450 # anywhere from 30 minutes to 4 hours depending on platform to build.
Stefan Zagerfd5ba192014-08-23 00:29:391451 'name': 'nacltools',
1452 'pattern': '.',
Dirk Pranke4dabe802017-11-02 07:18:551453 'condition': 'checkout_nacl',
Stefan Zagerfd5ba192014-08-23 00:29:391454 'action': [
Nodir Turakulovdd080902018-01-20 01:06:481455 'python',
dyen249880632014-11-20 23:02:201456 'src/build/download_nacl_toolchains.py',
ncbray474ab322015-01-05 22:04:221457 '--mode', 'nacl_core_sdk',
ncbray4453c50a2015-02-18 20:10:551458 'sync', '--extract',
[email protected]89e43f652011-08-18 00:03:171459 ],
1460 },
[email protected]3a0b2492011-08-24 20:41:161461 {
Tom Andersona07b9fe2018-02-09 04:08:261462 'name': 'sysroot_arm',
Stefan Zagerfd5ba192014-08-23 00:29:391463 'pattern': '.',
Tom Andersona07b9fe2018-02-09 04:08:261464 'condition': 'checkout_linux and checkout_arm',
Nodir Turakulovdd080902018-01-20 01:06:481465 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
Tom Andersona07b9fe2018-02-09 04:08:261466 '--arch=arm'],
1467 },
1468 {
1469 'name': 'sysroot_arm64',
1470 'pattern': '.',
1471 'condition': 'checkout_linux and checkout_arm64',
1472 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
1473 '--arch=arm64'],
1474 },
1475 {
1476 'name': 'sysroot_x86',
1477 'pattern': '.',
1478 'condition': 'checkout_linux and (checkout_x86 or checkout_x64)',
1479 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
1480 '--arch=x86'],
1481 },
1482 {
1483 'name': 'sysroot_mips',
1484 'pattern': '.',
1485 'condition': 'checkout_linux and checkout_mips',
1486 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
1487 '--arch=mips'],
1488 },
1489 {
1490 'name': 'sysroot_x64',
1491 'pattern': '.',
1492 'condition': 'checkout_linux and checkout_x64',
1493 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
1494 '--arch=x64'],
sbc41d0e082014-10-22 20:39:291495 },
1496 {
Nico Weber76299302018-02-01 20:36:451497 # Case-insensitivity for the Win SDK. Must run before win_toolchain below.
1498 'name': 'ciopfs_linux',
1499 'pattern': '.',
1500 'condition': 'checkout_win and host_os == "linux"',
1501 'action': [ 'python',
1502 'src/third_party/depot_tools/download_from_google_storage.py',
1503 '--no_resume',
1504 '--no_auth',
1505 '--bucket', 'chromium-browser-clang/ciopfs',
1506 '-s', 'src/build/ciopfs.sha1',
1507 ]
1508 },
1509 {
Nico Weberb19437032017-10-09 02:45:091510 # Update the Windows toolchain if necessary. Must run before 'clang' below.
Stefan Zagerfd5ba192014-08-23 00:29:391511 'name': 'win_toolchain',
1512 'pattern': '.',
Nico Webera13ad932017-10-12 18:52:401513 'condition': 'checkout_win',
Nodir Turakulovdd080902018-01-20 01:06:481514 'action': ['python', 'src/build/vs_toolchain.py', 'update', '--force'],
[email protected]c71d3282014-04-09 01:56:201515 },
justincohen6a03a3d2016-03-26 21:44:381516 {
1517 # Update the Mac toolchain if necessary.
1518 'name': 'mac_toolchain',
1519 'pattern': '.',
Rohit Rao92489af2017-10-12 21:45:481520 'condition': 'checkout_ios or checkout_mac',
Nodir Turakulov52cd53f2017-11-14 22:08:021521 'action': ['python', 'src/build/mac_toolchain.py'],
justincohen6a03a3d2016-03-26 21:44:381522 },
hansb2eae972015-05-19 00:53:121523 # Pull binutils for linux, enabled debug fission for faster linking /
1524 # debugging when used with clang on Ubuntu Precise.
1525 # https://code.google.com/p/chromium/issues/detail?id=352046
1526 {
1527 'name': 'binutils',
1528 'pattern': 'src/third_party/binutils',
Nico Weberb19437032017-10-09 02:45:091529 'condition': 'host_os == "linux"',
hansb2eae972015-05-19 00:53:121530 'action': [
Nodir Turakulovfec77cd2017-11-14 18:22:321531 'python',
hansb2eae972015-05-19 00:53:121532 'src/third_party/binutils/download.py',
1533 ],
1534 },
[email protected]c71d3282014-04-09 01:56:201535 {
Hans Wennborg28fb41c2014-09-22 23:25:121536 # Note: On Win, this should run after win_toolchain, as it may use it.
1537 'name': 'clang',
1538 'pattern': '.',
Nodir Turakulovdd080902018-01-20 01:06:481539 'action': ['python', 'src/tools/clang/scripts/update.py'],
Hans Wennborg28fb41c2014-09-22 23:25:121540 },
1541 {
Nico Weber1df4a692017-10-16 21:36:301542 # Mac doesn't use lld so it's not included in the default clang bundle
1543 # there. lld is however needed in win cross builds, so download it there.
1544 # Should run after the clang hook.
1545 'name': 'lld/mac',
1546 'pattern': '.',
1547 'condition': 'host_os == "mac" and checkout_win',
Nodir Turakulovdd080902018-01-20 01:06:481548 'action': ['python', 'src/tools/clang/scripts/download_lld_mac.py'],
Nico Weber1df4a692017-10-16 21:36:301549 },
1550 {
phajdan.jr2448b2c2015-04-24 21:04:171551 # Update LASTCHANGE.
Stefan Zagerfd5ba192014-08-23 00:29:391552 'name': 'lastchange',
1553 'pattern': '.',
Nodir Turakulovdd080902018-01-20 01:06:481554 'action': ['python', 'src/build/util/lastchange.py',
Stefan Zagerfd5ba192014-08-23 00:29:391555 '-o', 'src/build/util/LASTCHANGE'],
[email protected]9046a112012-01-31 20:45:251556 },
1557 {
Kai Ninomiya96bd9ef92017-10-20 21:30:371558 # Update GPU lists version string (for gpu/config).
1559 'name': 'gpu_lists_version',
1560 'pattern': '.',
Nodir Turakulovdd080902018-01-20 01:06:481561 'action': ['python', 'src/build/util/lastchange.py',
Kai Ninomiya96bd9ef92017-10-20 21:30:371562 '-m', 'GPU_LISTS_VERSION',
1563 '--revision-id-only',
1564 '--header', 'src/gpu/config/gpu_lists_version.h'],
1565 },
1566 {
halcanary5cacab3a2016-07-29 19:23:201567 # Update skia_commit_hash.h.
1568 'name': 'lastchange_skia',
1569 'pattern': '.',
Nodir Turakulovdd080902018-01-20 01:06:481570 'action': ['python', 'src/build/util/lastchange.py',
halcanary5cacab3a2016-07-29 19:23:201571 '-m', 'SKIA_COMMIT_HASH',
1572 '-s', 'src/third_party/skia',
1573 '--header', 'src/skia/ext/skia_commit_hash.h'],
1574 },
Xiaoqian Dai89626492018-06-28 17:07:461575 # Pull GN binaries. This needs to be before running GYP below.
[email protected]66968ba2014-03-18 20:27:541576 {
Scott Graham35383532018-06-27 16:27:351577 'name': 'gn_win',
Stefan Zagerfd5ba192014-08-23 00:29:391578 'pattern': '.',
Scott Graham35383532018-06-27 16:27:351579 'condition': 'host_os == "win"',
1580 'action': [ 'python',
1581 'src/third_party/depot_tools/download_from_google_storage.py',
1582 '--no_resume',
1583 '--no_auth',
1584 '--bucket', 'chromium-gn',
1585 '-s', 'src/buildtools/win/gn.exe.sha1',
1586 ],
1587 },
1588 {
1589 'name': 'gn_mac',
1590 'pattern': '.',
1591 'condition': 'host_os == "mac"',
1592 'action': [ 'python',
1593 'src/third_party/depot_tools/download_from_google_storage.py',
1594 '--no_resume',
1595 '--no_auth',
1596 '--bucket', 'chromium-gn',
1597 '-s', 'src/buildtools/mac/gn.sha1',
1598 ],
1599 },
1600 {
1601 'name': 'gn_linux64',
1602 'pattern': '.',
1603 'condition': 'host_os == "linux"',
1604 'action': [ 'python',
1605 'src/third_party/depot_tools/download_from_google_storage.py',
1606 '--no_resume',
1607 '--no_auth',
1608 '--bucket', 'chromium-gn',
1609 '-s', 'src/buildtools/linux64/gn.sha1',
1610 ],
[email protected]0d5e05822014-06-18 19:23:191611 },
[email protected]6eabd702014-01-12 00:19:201612 # Pull clang-format binaries using checked-in hashes.
1613 {
Stefan Zagerfd5ba192014-08-23 00:29:391614 'name': 'clang_format_win',
1615 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191616 'condition': 'host_os == "win"',
Nodir Turakulovdd080902018-01-20 01:06:481617 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121618 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:391619 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:391620 '--no_auth',
1621 '--bucket', 'chromium-clang-format',
1622 '-s', 'src/buildtools/win/clang-format.exe.sha1',
[email protected]6eabd702014-01-12 00:19:201623 ],
1624 },
1625 {
Stefan Zagerfd5ba192014-08-23 00:29:391626 'name': 'clang_format_mac',
1627 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191628 'condition': 'host_os == "mac"',
Nodir Turakulovdd080902018-01-20 01:06:481629 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121630 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:391631 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:391632 '--no_auth',
1633 '--bucket', 'chromium-clang-format',
1634 '-s', 'src/buildtools/mac/clang-format.sha1',
[email protected]6eabd702014-01-12 00:19:201635 ],
1636 },
1637 {
Stefan Zagerfd5ba192014-08-23 00:29:391638 'name': 'clang_format_linux',
1639 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191640 'condition': 'host_os == "linux"',
Nodir Turakulovdd080902018-01-20 01:06:481641 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121642 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:391643 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:391644 '--no_auth',
1645 '--bucket', 'chromium-clang-format',
1646 '-s', 'src/buildtools/linux64/clang-format.sha1',
[email protected]6ec1d6fc2014-06-25 19:55:211647 ],
1648 },
Nico Weber0c0ade82017-10-19 22:34:431649 # Pull rc binaries using checked-in hashes.
1650 {
1651 'name': 'rc_win',
1652 'pattern': '.',
1653 'condition': 'checkout_win and host_os == "win"',
Nodir Turakulovdd080902018-01-20 01:06:481654 'action': [ 'python',
Nico Weber0c0ade82017-10-19 22:34:431655 'src/third_party/depot_tools/download_from_google_storage.py',
1656 '--no_resume',
1657 '--no_auth',
1658 '--bucket', 'chromium-browser-clang/rc',
1659 '-s', 'src/build/toolchain/win/rc/win/rc.exe.sha1',
1660 ],
1661 },
1662 {
1663 'name': 'rc_mac',
1664 'pattern': '.',
1665 'condition': 'checkout_win and host_os == "mac"',
Nodir Turakulovdd080902018-01-20 01:06:481666 'action': [ 'python',
Nico Weber0c0ade82017-10-19 22:34:431667 'src/third_party/depot_tools/download_from_google_storage.py',
1668 '--no_resume',
1669 '--no_auth',
1670 '--bucket', 'chromium-browser-clang/rc',
1671 '-s', 'src/build/toolchain/win/rc/mac/rc.sha1',
1672 ],
1673 },
1674 {
1675 'name': 'rc_linux',
1676 'pattern': '.',
1677 'condition': 'checkout_win and host_os == "linux"',
Nodir Turakulovdd080902018-01-20 01:06:481678 'action': [ 'python',
Nico Weber0c0ade82017-10-19 22:34:431679 'src/third_party/depot_tools/download_from_google_storage.py',
1680 '--no_resume',
1681 '--no_auth',
1682 '--bucket', 'chromium-browser-clang/rc',
1683 '-s', 'src/build/toolchain/win/rc/linux64/rc.sha1',
Dominik Röttschesf49ef762017-11-17 09:26:311684 ]
1685 },
Nico Weber76299302018-02-01 20:36:451686 {
Tom Anderson44027d42018-03-15 17:14:531687 'name': 'test_fonts',
Dominik Röttschesf49ef762017-11-17 09:26:311688 'pattern': '.',
1689 'action': [ 'download_from_google_storage',
1690 '--no_resume',
Dominik Röttschesf49ef762017-11-17 09:26:311691 '--extract',
1692 '--no_auth',
1693 '--bucket', 'chromium-fonts',
Tom Anderson44027d42018-03-15 17:14:531694 '-s', 'src/third_party/test_fonts/test_fonts.tar.gz.sha1',
Nico Weber0c0ade82017-10-19 22:34:431695 ],
1696 },
Hans Wennborgfc1e2972017-06-12 18:42:261697 # Pull order files for the win/clang build.
1698 {
1699 'name': 'orderfiles_win',
1700 'pattern': '.',
Paweł Hajdan, Jr004d8b32017-10-02 18:44:221701 'condition': 'checkout_win',
Nodir Turakulovdd080902018-01-20 01:06:481702 'action': [ 'python',
Hans Wennborgfc1e2972017-06-12 18:42:261703 'src/third_party/depot_tools/download_from_google_storage.py',
1704 '--no_resume',
Hans Wennborgfc1e2972017-06-12 18:42:261705 '--no_auth',
1706 '--bucket', 'chromium-browser-clang/orderfiles',
1707 '-d', 'src/chrome/build',
1708 ],
1709 },
maruel4fbba012015-05-22 21:52:291710 # Pull luci-go binaries (isolate, swarming) using checked-in hashes.
1711 {
1712 'name': 'luci-go_win',
1713 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191714 'condition': 'host_os == "win"',
Nodir Turakulovdd080902018-01-20 01:06:481715 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121716 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:291717 '--no_resume',
maruel4fbba012015-05-22 21:52:291718 '--no_auth',
1719 '--bucket', 'chromium-luci',
1720 '-d', 'src/tools/luci-go/win64',
1721 ],
1722 },
1723 {
1724 'name': 'luci-go_mac',
1725 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191726 'condition': 'host_os == "mac"',
Nodir Turakulovdd080902018-01-20 01:06:481727 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121728 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:291729 '--no_resume',
maruel4fbba012015-05-22 21:52:291730 '--no_auth',
1731 '--bucket', 'chromium-luci',
1732 '-d', 'src/tools/luci-go/mac64',
1733 ],
1734 },
1735 {
1736 'name': 'luci-go_linux',
1737 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191738 'condition': 'host_os == "linux"',
Nodir Turakulovdd080902018-01-20 01:06:481739 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121740 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:291741 '--no_resume',
maruel4fbba012015-05-22 21:52:291742 '--no_auth',
1743 '--bucket', 'chromium-luci',
1744 '-d', 'src/tools/luci-go/linux64',
1745 ],
1746 },
[email protected]f1d116b2014-06-13 18:07:261747 # Pull the Syzygy binaries, used for optimization and instrumentation.
Sigurdur Asgeirsson69d0bcd2018-03-29 21:50:511748 # Remove this as soon as the zap_timestamp.exe utility is no longer used.
1749 # See https://crbug.com/821764#c3.
[email protected]f1d116b2014-06-13 18:07:261750 {
Stefan Zagerfd5ba192014-08-23 00:29:391751 'name': 'syzygy-binaries',
1752 'pattern': '.',
Nico Weberb19437032017-10-09 02:45:091753 'condition': 'host_os == "win"',
Nodir Turakulovdd080902018-01-20 01:06:481754 'action': ['python',
Stefan Zagerfd5ba192014-08-23 00:29:391755 'src/build/get_syzygy_binaries.py',
1756 '--output-dir=src/third_party/syzygy/binaries',
Sebastien Marchand75ac1cc2017-12-06 16:58:381757 '--revision=8164b24ebde9c5649c9a09e88a7fc0b0fcbd1bc5',
Stefan Zagerfd5ba192014-08-23 00:29:391758 '--overwrite',
sebmarchandaf7cc2f2016-10-04 18:22:251759 '--copy-dia-binaries',
[email protected]f1d116b2014-06-13 18:07:261760 ],
1761 },
erikwright9bdc2bf2015-01-22 20:20:041762 {
Stefan Zagerfd5ba192014-08-23 00:29:391763 'name': 'apache_win32',
1764 'pattern': '\\.sha1',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191765 'condition': 'host_os == "win"',
Nodir Turakulovdd080902018-01-20 01:06:481766 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121767 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:391768 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:391769 '--directory',
1770 '--recursive',
1771 '--no_auth',
1772 '--num_threads=16',
1773 '--bucket', 'chromium-apache-win32',
1774 'src/third_party/apache-win32',
[email protected]2154052a2014-06-14 19:29:261775 ],
1776 },
1777 {
Dirk Pranke6c360be2017-10-09 19:06:591778 'name': 'msan_chained_origins',
1779 'pattern': '.',
1780 'condition': 'checkout_instrumented_libraries',
Nodir Turakulovdd080902018-01-20 01:06:481781 'action': [ 'python',
Dirk Pranke6c360be2017-10-09 19:06:591782 'src/third_party/depot_tools/download_from_google_storage.py',
1783 "--no_resume",
1784 "--no_auth",
1785 "--bucket", "chromium-instrumented-libraries",
1786 "-s", "src/third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1",
1787 ],
1788 },
1789 {
1790 'name': 'msan_no_origins',
1791 'pattern': '.',
1792 'condition': 'checkout_instrumented_libraries',
Nodir Turakulovdd080902018-01-20 01:06:481793 'action': [ 'python',
Dirk Pranke6c360be2017-10-09 19:06:591794 'src/third_party/depot_tools/download_from_google_storage.py',
1795 "--no_resume",
1796 "--no_auth",
1797 "--bucket", "chromium-instrumented-libraries",
1798 "-s", "src/third_party/instrumented_libraries/binaries/msan-no-origins-trusty.tgz.sha1",
1799 ],
thomasandersonaa441f52017-04-04 22:35:391800 },
1801 {
bradnelson20c9a7312016-08-30 17:45:471802 "name": "wasm_fuzzer",
1803 "pattern": ".",
Nodir Turakulovdd080902018-01-20 01:06:481804 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121805 'src/third_party/depot_tools/download_from_google_storage.py',
bradnelson20c9a7312016-08-30 17:45:471806 "--no_resume",
1807 "--no_auth",
1808 "-u",
1809 "--bucket", "v8-wasm-fuzzer",
ahaasec987e5d2017-05-17 11:25:361810 "-s", "src/v8/test/fuzzer/wasm_corpus.tar.gz.sha1",
bradnelson20c9a7312016-08-30 17:45:471811 ],
1812 },
dpapadcbee6ab2017-01-14 03:05:531813
1814 # Pull down Node binaries for WebUI toolchain.
1815 {
1816 'name': 'node_linux64',
1817 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191818 'condition': 'host_os == "linux"',
Nodir Turakulovdd080902018-01-20 01:06:481819 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121820 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531821 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531822 '--extract',
1823 '--no_auth',
dpapad40b00b452017-11-21 05:00:091824 '--bucket', 'chromium-nodejs/8.9.1',
dpapadcbee6ab2017-01-14 03:05:531825 '-s', 'src/third_party/node/linux/node-linux-x64.tar.gz.sha1',
1826 ],
1827 },
1828 {
1829 'name': 'node_mac',
1830 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191831 'condition': 'host_os == "mac"',
Nodir Turakulovdd080902018-01-20 01:06:481832 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121833 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531834 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531835 '--extract',
1836 '--no_auth',
dpapad40b00b452017-11-21 05:00:091837 '--bucket', 'chromium-nodejs/8.9.1',
dpapadcbee6ab2017-01-14 03:05:531838 '-s', 'src/third_party/node/mac/node-darwin-x64.tar.gz.sha1',
1839 ],
1840 },
1841 {
1842 'name': 'node_win',
1843 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191844 'condition': 'host_os == "win"',
Nodir Turakulovdd080902018-01-20 01:06:481845 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121846 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531847 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531848 '--no_auth',
dpapad40b00b452017-11-21 05:00:091849 '--bucket', 'chromium-nodejs/8.9.1',
dpapadcbee6ab2017-01-14 03:05:531850 '-s', 'src/third_party/node/win/node.exe.sha1',
1851 ],
1852 },
1853
1854 # Pull down NPM dependencies for WebUI toolchain.
1855 {
1856 'name': 'webui_node_modules',
1857 'pattern': '.',
Nodir Turakulovdd080902018-01-20 01:06:481858 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121859 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531860 '--no_resume',
1861 '--extract',
1862 '--no_auth',
1863 '--bucket', 'chromium-nodejs',
1864 '-s', 'src/third_party/node/node_modules.tar.gz.sha1',
1865 ],
1866 },
kainino61f7bce2017-04-28 21:53:271867
Dirk Prankec1d528fc02017-11-03 15:15:031868 # Download Telemetry's binary dependencies via conditionals
1869 {
1870 'name': 'checkout_telemetry_binary_dependencies',
1871 'condition': 'checkout_telemetry_dependencies',
1872 'pattern': '.',
Nodir Turakulove2d81c32017-11-10 07:47:271873 'action': [ 'vpython',
Dirk Prankec1d528fc02017-11-03 15:15:031874 'src/third_party/catapult/telemetry/bin/fetch_telemetry_binary_dependencies',
1875 ],
1876 },
Miguel Casasbbcf56ca2017-12-21 00:50:281877 #
Stephen Martinis924a02d2017-11-08 10:12:031878 # Download Telemetry's benchmark binary dependencies via conditionals
1879 {
1880 'name': 'checkout_telemetry_benchmark_deps',
1881 'condition': 'checkout_telemetry_dependencies',
1882 'pattern': '.',
Nodir Turakuloveea875a2018-01-22 23:52:521883 'action': [ 'vpython',
Stephen Martinis924a02d2017-11-08 10:12:031884 'src/tools/perf/fetch_benchmark_deps.py',
1885 '-f',
1886 ],
1887 },
Dirk Prankec1d528fc02017-11-03 15:15:031888
kainino61f7bce2017-04-28 21:53:271889 # Download Telemetry's binary dependencies
Dirk Prankec1d528fc02017-11-03 15:15:031890 # TODO(crbug.com/780967) - remove this once the bots are setting the
1891 # `checkout_telemetry_dependencies` condition.
kainino61f7bce2017-04-28 21:53:271892 {
1893 'name': 'fetch_telemetry_binary_dependencies',
1894 'pattern': '.',
Nodir Turakulove2d81c32017-11-10 07:47:271895 'action': [ 'vpython',
Dirk Pranke4c3098b2017-10-10 18:57:221896 'src/tools/perf/conditionally_execute',
1897 '--gyp-condition', 'fetch_telemetry_dependencies=1',
kainino61f7bce2017-04-28 21:53:271898 'src/third_party/catapult/telemetry/bin/fetch_telemetry_binary_dependencies',
1899 ],
1900 },
John Budorickda2bfbb2017-05-30 22:17:591901
Dirk Pranke099b747b2017-10-06 04:29:091902 # This is used to ensure that all network operations are properly
1903 # annotated so we can document what they're for.
1904 {
1905 'name': 'tools_traffic_annotation_linux',
1906 'pattern': '.',
1907 'condition': 'host_os == "linux" and checkout_traffic_annotation_tools',
Nodir Turakulovdd080902018-01-20 01:06:481908 'action': [ 'python',
Dirk Pranke099b747b2017-10-06 04:29:091909 'src/third_party/depot_tools/download_from_google_storage.py',
1910 '--no_resume',
Dirk Pranke099b747b2017-10-06 04:29:091911 '--no_auth',
1912 '--num_threads=4',
1913 '--bucket', 'chromium-tools-traffic_annotation',
1914 '-d', 'src/tools/traffic_annotation/bin/linux64',
1915 ],
1916 },
1917
Ramin Halavatib7e55d92017-11-21 08:00:571918# This is used to ensure that all network operations are properly
1919# annotated so we can document what they're for.
1920 {
1921 'name': 'tools_traffic_annotation_windows',
1922 'pattern': '.',
Ramin Halavati4478d112018-02-01 06:33:521923 'condition': 'host_os == "win" and checkout_traffic_annotation_tools',
Nodir Turakulovdd080902018-01-20 01:06:481924 'action': [ 'python',
Ramin Halavatib7e55d92017-11-21 08:00:571925 'src/third_party/depot_tools/download_from_google_storage.py',
1926 '--no_resume',
1927 '--no_auth',
1928 '--num_threads=4',
1929 '--bucket', 'chromium-tools-traffic_annotation',
1930 '-d', 'src/tools/traffic_annotation/bin/win32',
1931 ],
1932 },
1933
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401934 # Pull down Zucchini test data.
1935 {
1936 'name': 'zucchini_testdata',
1937 'pattern': '.',
Nodir Turakulovdd080902018-01-20 01:06:481938 'action': [ 'python',
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401939 'src/third_party/depot_tools/download_from_google_storage.py',
1940 '--no_resume',
1941 '--no_auth',
huangs3bad8e22017-09-05 21:50:001942 '--num_threads=4',
Samuel Huange82c2dd2018-05-03 13:42:571943 '--bucket', 'chromium-binary-patching/zucchini_testdata',
1944 '--recursive',
1945 '-d', 'src/components/zucchini',
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401946 ],
1947 },
1948
Paweł Hajdan, Jre7eed642017-10-02 16:46:561949 {
John Budoricke9aa27c2018-03-24 00:23:271950 # We used to use src as a CIPD root. We moved it to a different directory
1951 # in crrev.com/c/930178 but left the clobber here to ensure that that CL
1952 # could be reverted safely. This can be safely removed once crbug.com/794764
1953 # is resolved.
1954 'name': 'Android Clobber Deprecated CIPD Root',
John Budorickda801692018-02-21 23:24:281955 'pattern': '.',
1956 'condition': 'checkout_android',
John Budoricke9aa27c2018-03-24 00:23:271957 'action': ['src/build/cipd/clobber_cipd_root.py',
1958 '--root', 'src',
John Budorickda801692018-02-21 23:24:281959 ],
1960 },
1961 {
George Burgess IV1f751e42018-01-23 22:10:001962 'name': 'Fetch Android AFDO profile',
1963 'pattern': '.',
George Burgess IVb4a5f272018-05-15 19:28:031964 'condition': 'checkout_android or checkout_linux',
George Burgess IV1f751e42018-01-23 22:10:001965 'action': ['vpython', 'src/chrome/android/profiles/update_afdo_profile.py'],
1966 },
1967 {
Paweł Hajdan, Jre7eed642017-10-02 16:46:561968 # This downloads SDK extras and puts them in the
1969 # third_party/android_tools/sdk/extras directory.
1970 'name': 'sdkextras',
1971 'pattern': '.',
1972 'condition': 'checkout_android',
1973 # When adding a new sdk extras package to download, add the package
1974 # directory and zip file to .gitignore in third_party/android_tools.
Nodir Turakulovdd080902018-01-20 01:06:481975 'action': [ 'python',
John Budorickb80cf482017-11-07 19:32:051976 'src/build/android/play_services/update.py',
1977 'download'
Paweł Hajdan, Jre7eed642017-10-02 16:46:561978 ],
1979 },
John Budorickbbdcc492017-10-09 18:57:091980 # Download checkstyle for use in PRESUBMIT for Java changes.
1981 {
1982 'name': 'checkstyle',
1983 'pattern': '.',
1984 # Must also be downloaded on linux for use on chromium_presubmit.
1985 'condition': 'checkout_android or checkout_linux',
Nodir Turakulovdd080902018-01-20 01:06:481986 'action': [ 'python',
John Budorickbbdcc492017-10-09 18:57:091987 'src/third_party/depot_tools/download_from_google_storage.py',
1988 '--no_resume',
1989 '--no_auth',
1990 '--bucket', 'chromium-android-tools/checkstyle',
1991 '-s', 'src/third_party/checkstyle/checkstyle-8.0-all.jar.sha1'
1992 ],
1993 },
Paweł Hajdan, Jre7eed642017-10-02 16:46:561994 {
Paweł Hajdan, Jre7eed642017-10-02 16:46:561995 'name': 'gvr_static_shim_android_arm',
1996 'pattern': '\\.sha1',
1997 'condition': 'checkout_android',
Nodir Turakulovdd080902018-01-20 01:06:481998 'action': [ 'python',
Nodir Turakulove2d81c32017-11-10 07:47:271999 'src/third_party/depot_tools/download_from_google_storage.py',
2000 '--no_resume',
2001 '--no_auth',
2002 '--bucket', 'chromium-gvr-static-shim',
2003 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm.a.sha1',
Paweł Hajdan, Jre7eed642017-10-02 16:46:562004 ],
2005 },
2006 {
2007 'name': 'gvr_static_shim_android_arm64',
2008 'pattern': '\\.sha1',
2009 'condition': 'checkout_android',
Nodir Turakulovdd080902018-01-20 01:06:482010 'action': [ 'python',
Nodir Turakulove2d81c32017-11-10 07:47:272011 'src/third_party/depot_tools/download_from_google_storage.py',
2012 '--no_resume',
2013 '--no_auth',
2014 '--bucket', 'chromium-gvr-static-shim',
2015 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm64.a.sha1',
thakis973bb2432017-05-24 15:27:142016 ],
Paweł Hajdan, Jre7eed642017-10-02 16:46:562017 },
2018 {
Tom Anderson16eac9c2018-05-23 21:26:262019 'name': 'gvr_static_shim_custom_libcxx_android_arm',
2020 'pattern': '\\.sha1',
2021 'condition': 'checkout_android',
2022 'action': [ 'python',
2023 'src/third_party/depot_tools/download_from_google_storage.py',
2024 '--no_resume',
2025 '--no_auth',
2026 '--bucket', 'chromium-gvr-static-shim',
2027 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_custom_libcxx_arm.a.sha1',
2028 ],
2029 },
2030 {
2031 'name': 'gvr_static_shim_custom_libcxx_android_arm64',
2032 'pattern': '\\.sha1',
2033 'condition': 'checkout_android',
2034 'action': [ 'python',
2035 'src/third_party/depot_tools/download_from_google_storage.py',
2036 '--no_resume',
2037 '--no_auth',
2038 '--bucket', 'chromium-gvr-static-shim',
2039 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_custom_libcxx_arm64.a.sha1',
2040 ],
2041 },
2042 {
Tibor Goldschwendt21235c82018-01-08 23:00:022043 'name': 'vr_assets',
2044 'pattern': '.',
Tibor Goldschwendtad8048f2018-02-05 18:26:002045 'condition': 'checkout_src_internal and checkout_android',
Nodir Turakulovdd080902018-01-20 01:06:482046 'action': ['python',
Tibor Goldschwendt21235c82018-01-08 23:00:022047 'src/third_party/depot_tools/download_from_google_storage.py',
2048 '--bucket', 'chrome-vr-assets',
2049 '--recursive',
2050 '--directory',
Tibor Goldschwendtfd6806b82018-02-14 22:32:502051 'src/chrome/browser/resources/vr/assets/google_chrome',
Tibor Goldschwendt21235c82018-01-08 23:00:022052 ],
2053 },
2054 {
Paweł Hajdan, Jre7eed642017-10-02 16:46:562055 'name': 'vr_controller_test_api',
2056 'pattern': '\\.sha1',
2057 'condition': 'checkout_android',
Nodir Turakulovdd080902018-01-20 01:06:482058 'action': [ 'python',
Nodir Turakulove2d81c32017-11-10 07:47:272059 'src/third_party/depot_tools/download_from_google_storage.py',
2060 '--no_resume',
2061 '--no_auth',
2062 '--bucket', 'chromium-gvr-static-shim/controller_test_api',
2063 '-s', 'src/third_party/gvr-android-sdk/test-libraries/controller_test_api.aar.sha1',
Paweł Hajdan, Jre7eed642017-10-02 16:46:562064 ],
2065 },
2066 # Download VR test APKs only if the environment variable is set
2067 {
2068 'name': 'vr_test_apks',
2069 'pattern': '.',
2070 'condition': 'checkout_android',
Nodir Turakulovdd080902018-01-20 01:06:482071 'action': [ 'python',
John Budorickb80cf482017-11-07 19:32:052072 'src/third_party/gvr-android-sdk/test-apks/update.py',
Paweł Hajdan, Jre7eed642017-10-02 16:46:562073 ],
2074 },
Bill Orr7cccdf572017-12-19 17:05:492075 # Download Oculus SDK if appropriate.
2076 {
2077 'name': 'libovr',
2078 'pattern': '.',
2079 'condition': 'checkout_oculus_sdk',
Nodir Turakulovdd080902018-01-20 01:06:482080 'action': ['python',
Bill Orr7cccdf572017-12-19 17:05:492081 'src/third_party/depot_tools/download_from_google_storage.py',
2082 '--bucket', 'chrome-oculus-sdk',
2083 '--recursive',
2084 '--num_threads=10',
2085 '--directory',
2086 'src/third_party/libovr/src',
2087 ],
2088 },
Paweł Hajdan, Jre7eed642017-10-02 16:46:562089 {
2090 # Pull doclava binaries if building for Android.
2091 'name': 'doclava',
2092 'pattern': '.',
2093 'condition': 'checkout_android',
Nodir Turakulovdd080902018-01-20 01:06:482094 'action': [ 'python',
John Budorickb80cf482017-11-07 19:32:052095 'src/build/android/download_doclava.py',
Paweł Hajdan, Jre7eed642017-10-02 16:46:562096 ],
2097 },
2098
2099 {
2100 'name': 'fuchsia_sdk',
2101 'pattern': '.',
2102 'condition': 'checkout_fuchsia',
2103 'action': [
Nodir Turakulovdd080902018-01-20 01:06:482104 'python',
Paweł Hajdan, Jre7eed642017-10-02 16:46:562105 'src/build/fuchsia/update_sdk.py',
Paweł Hajdan, Jre7eed642017-10-02 16:46:562106 ],
2107 },
Dan Jacques9731b23a2017-10-12 20:40:172108
Benjamin Pastene99550d22018-04-19 00:16:432109 # Download CrOS simplechrome artifacts. The first hooks is for boards that
2110 # support VM images, the second hook for all other boards.
Benjamin Pastene9d8ac1b2018-04-03 20:33:022111 {
Benjamin Pastene99550d22018-04-19 00:16:432112 'name': 'cros_simplechrome_artifacts_with_vm',
Benjamin Pastene9d8ac1b2018-04-03 20:33:022113 'pattern': '.',
2114 # Building for CrOS is only supported on linux currently.
Ken Rockot7339fe52018-04-30 21:17:172115 'condition': '((checkout_chromeos and host_os == "linux") and cros_download_vm) and ("{cros_board}" != "")',
Benjamin Pastene9d8ac1b2018-04-03 20:33:022116 'action': [
2117 'src/third_party/chromite/bin/cros',
2118 'chrome-sdk',
Benjamin Pasteneb828cce2018-04-06 18:12:462119 '--nogoma',
Benjamin Pastene9d8ac1b2018-04-03 20:33:022120 '--use-external-config',
2121 '--nogn-gen',
2122 '--download-vm',
2123 '--board={cros_board}',
2124 '--cache-dir=src/build/cros_cache/',
Benjamin Pastenefab64fff2018-04-18 22:21:162125 # TODO(crbug.com/834134): Remove the cache clobber when the sdk is smart
2126 # enough to eject old toolchains from the cache.
2127 '--clear-sdk-cache',
Benjamin Pastene9d8ac1b2018-04-03 20:33:022128 '--log-level=error',
2129 'exit',
2130 ],
2131 },
Benjamin Pastene99550d22018-04-19 00:16:432132 {
2133 'name': 'cros_simplechrome_artifacts_with_no_vm',
2134 'pattern': '.',
2135 # Building for CrOS is only supported on linux currently.
Ken Rockot7339fe52018-04-30 21:17:172136 'condition': '((checkout_chromeos and host_os == "linux") and not cros_download_vm) and ("{cros_board}" != "")',
Benjamin Pastene99550d22018-04-19 00:16:432137 'action': [
2138 'src/third_party/chromite/bin/cros',
2139 'chrome-sdk',
2140 '--nogoma',
2141 '--use-external-config',
2142 '--nogn-gen',
2143 '--board={cros_board}',
2144 '--cache-dir=src/build/cros_cache/',
2145 '--log-level=error',
2146 'exit',
2147 ],
2148 },
Benjamin Pastene9d8ac1b2018-04-03 20:33:022149
Dan Jacques9731b23a2017-10-12 20:40:172150 # Download and initialize "vpython" VirtualEnv environment packages.
2151 {
2152 'name': 'vpython_common',
2153 'pattern': '.',
2154 'action': [ 'vpython',
2155 '-vpython-spec', 'src/.vpython',
2156 '-vpython-tool', 'install',
2157 ],
2158 },
Paweł Hajdan, Jre7eed642017-10-02 16:46:562159]
scottmg4cd62bec2017-05-16 03:55:252160
jbudoricke6932bfd2016-09-07 02:09:222161recursedeps = [
bungeman1835f982016-09-28 18:33:222162 # buildtools provides clang_format, libc++, and libc++abi
2163 'src/buildtools',
jbudoricke6932bfd2016-09-07 02:09:222164 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
Edward Lemur8e0b9062018-06-13 21:36:262165 "src/third_party/angle",
Paweł Hajdan, Jr37a7a742017-09-25 11:37:302166 # src-internal has its own DEPS file to pull additional internal repos
2167 'src-internal',
jbudoricke6932bfd2016-09-07 02:09:222168]