blob: 2b72911a79b46bcda70cb6e34415ea3e7911b658 [file] [log] [blame]
andrewhayden889350dd2014-10-06 09:16:401# This file is used to manage the dependencies of the Chromium src repo. It is
2# used by gclient to determine what version of each dependency to check out, and
3# where.
[email protected]3645abc2013-10-28 22:41:284#
andrewhayden889350dd2014-10-06 09:16:405# For more information, please refer to the official documentation:
6# https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
[email protected]3645abc2013-10-28 22:41:287#
[email protected]ed711942012-05-19 06:57:068# When adding a new dependency, please update the top-level .gitignore file
9# to list the dependency's destination directory.
andrewhayden889350dd2014-10-06 09:16:4010#
11# -----------------------------------------------------------------------------
12# Rolling deps
13# -----------------------------------------------------------------------------
14# All repositories in this file are git-based, using Chromium git mirrors where
15# necessary (e.g., a git mirror is used when the source project is SVN-based).
16# To update the revision that Chromium pulls for a given dependency:
17#
18# # Create and switch to a new branch
19# git new-branch depsroll
andrewhayden1859920b2015-08-11 13:13:2420# # Run roll-dep (provided by depot_tools) giving the dep's path and optionally
21# # a regex that will match the line in this file that contains the current
22# # revision. The script ALWAYS rolls the dependency to the latest revision
23# # in origin/master. The path for the dep should start with src/.
24# roll-dep src/third_party/foo_package/src foo_package.git
andrewhayden889350dd2014-10-06 09:16:4025# # You should now have a modified DEPS file; commit and upload as normal
26# git commit -a
27# git cl upload
28
Dirk Pranke4dabe802017-11-02 07:18:5529gclient_gn_args_file = 'src/build/config/gclient_args.gni'
30gclient_gn_args = [
Johann5c03fd42017-11-08 15:22:1731 'checkout_libaom',
Dirk Pranke4dabe802017-11-02 07:18:5532 'checkout_nacl',
Bill Orr7cccdf572017-12-19 17:05:4933 'checkout_oculus_sdk',
Dirk Pranke4dabe802017-11-02 07:18:5534]
35
[email protected]ed711942012-05-19 06:57:0636
[email protected]5f129de2009-02-24 23:22:0437vars = {
Dirk Prankef044b6b02017-10-05 22:02:0338 # By default, we should check out everything needed to run on the main
39 # chromium waterfalls. This var can be also be set to "small", in order
40 # to skip things are not strictly needed to build chromium for development
41 # purposes.
42 'checkout_configuration': 'default',
43
Shenghua Zhangcbe64ba2018-04-12 19:11:4944 # By default, do not check out android sdk sources. This can be overridden
45 # e.g. with custom_vars.
46 'checkout_android_sdk_sources': False,
47
Dirk Pranke4dabe802017-11-02 07:18:5548 # Check out and download nacl by default. This can be disabled e.g. with
49 # custom_vars.
50 'checkout_nacl': True,
51
Paweł Hajdan, Jr37a7a742017-09-25 11:37:3052 # By default, do not check out src-internal. This can be overridden e.g. with
53 # custom_vars.
Paweł Hajdan, Jr41d18fa2017-10-09 12:41:5754 'checkout_src_internal': False,
Paweł Hajdan, Jr37a7a742017-09-25 11:37:3055
Dirk Prankec1d528fc02017-11-03 15:15:0356 # Fetch the additional packages and files needed to run all of the
57 # telemetry tests. This is false by default as some stuff is only
58 # privately accessible.
59 'checkout_telemetry_dependencies': False,
60
Johanncf5bb4c62017-10-30 23:21:3461 # libaom provides support for AV1 but the bitstream is not frozen.
Johann80428a92017-12-04 21:56:2862 'checkout_libaom': True,
Johanncf5bb4c62017-10-30 23:21:3463
Bill Orr7cccdf572017-12-19 17:05:4964 # By default do not check out the Oculus SDK. Only available for Googlers.
Alexander Alekseevf76b1c02018-02-16 04:03:1465 'checkout_oculus_sdk' : 'checkout_src_internal and checkout_win',
Bill Orr7cccdf572017-12-19 17:05:4966
Dirk Pranke099b747b2017-10-06 04:29:0967 # TODO(dpranke): change to != "small" once != is supported.
Dirk Pranke5e953152017-10-10 16:26:4468 'checkout_traffic_annotation_tools': 'checkout_configuration == "default"',
Dirk Pranke4c3098b2017-10-10 18:57:2269 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
Dirk Pranke5e953152017-10-10 16:26:4470
Benjamin Pastene9d8ac1b2018-04-03 20:33:0271 # Define the default board to be targetted when building for CrOS.
72 'cros_board': 'amd64-generic',
73
Oystein Eftevaaga9439b922018-01-08 19:30:1474 'android_git': 'https://android.googlesource.com',
Johanncf5bb4c62017-10-30 23:21:3475 'aomedia_git': 'https://aomedia.googlesource.com',
Stefan Zagerfd5ba192014-08-23 00:29:3976 'chromium_git': 'https://chromium.googlesource.com',
dpranke4778c712016-09-23 01:15:5677 'swiftshader_git': 'https://swiftshader.googlesource.com',
78 'pdfium_git': 'https://pdfium.googlesource.com',
79 'boringssl_git': 'https://boringssl.googlesource.com',
agable851c6f7252016-11-04 17:17:3980 'skia_git': 'https://skia.googlesource.com',
Henrik Kjellander7c0b28b2017-09-13 20:25:0281 'webrtc_git': 'https://webrtc.googlesource.com',
thestig3e7d8e02015-09-28 23:54:4682 # Three lines of non-changing comments so that
thestig3e7d8e02015-09-28 23:54:4683 # the commit queue can handle CLs rolling sfntly
84 # and whatever else without interference from each other.
Lei Zhange1830342018-02-22 03:47:0285 'sfntly_revision': '2804148152d27fa2e6ec97a32bc2d56318e51142',
thestig3e7d8e02015-09-28 23:54:4686 # Three lines of non-changing comments so that
87 # the commit queue can handle CLs rolling Skia
88 # and whatever else without interference from each other.
skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com8ab03fe2018-04-12 06:59:0789 'skia_revision': 'c6c5eade823a399efc1671c2c7f1bc278273d2d5',
[email protected]5eb3022e2011-11-23 16:42:2690 # Three lines of non-changing comments so that
sbce2d44aee2015-06-09 03:06:0491 # the commit queue can handle CLs rolling V8
92 # and whatever else without interference from each other.
Michael Achenbach77972772018-04-12 13:03:4393 'v8_revision': '8457e810efd34381448d51d93f50079cf1f6a812',
[email protected]20e0e752012-09-14 15:56:5294 # Three lines of non-changing comments so that
[email protected]10d8ac32013-10-31 13:34:3195 # the commit queue can handle CLs rolling swarming_client
[email protected]7f4fc412013-02-24 00:16:5196 # and whatever else without interference from each other.
Marc-Antoine Ruel72a978812018-01-11 15:15:4597 'swarming_revision': '88229872dd17e71658fe96763feaa77915d8cbd6',
[email protected]d0982f92013-03-19 10:26:2098 # Three lines of non-changing comments so that
[email protected]62f231902014-03-11 10:19:2099 # the commit queue can handle CLs rolling ANGLE
100 # and whatever else without interference from each other.
angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.comcd2b96762018-04-12 01:01:30101 'angle_revision': '14f4817c4dad9680bcb086dc651193a3f101f0aa',
[email protected]f58d3292014-05-14 01:56:54102 # Three lines of non-changing comments so that
103 # the commit queue can handle CLs rolling build tools
104 # and whatever else without interference from each other.
Tom Anderson304461632018-04-12 08:06:30105 'buildtools_revision': '8febfea9bc7e7d9a7c6105f06f18f7f0e50cfef9',
dpranke7a694fe2015-08-18 05:11:29106 # Three lines of non-changing comments so that
capne3976c22016-08-12 22:06:17107 # the commit queue can handle CLs rolling SwiftShader
108 # and whatever else without interference from each other.
Alexis Hetube8dfba32018-04-12 18:41:30109 'swiftshader_revision': '9151a3c4279123986fa2fa02a3e094d5da2d874d',
capne3976c22016-08-12 22:06:17110 # Three lines of non-changing comments so that
dpranke7a694fe2015-08-18 05:11:29111 # the commit queue can handle CLs rolling PDFium
[email protected]d6a2e88f12014-05-19 19:27:03112 # and whatever else without interference from each other.
pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.come69b5462018-04-12 17:40:05113 'pdfium_revision': 'e6d4559a1b6c2eb0eb433b9db70745e3be3d8465',
[email protected]99e1c5c2014-06-20 13:02:29114 # Three lines of non-changing comments so that
115 # the commit queue can handle CLs rolling openmax_dl
116 # and whatever else without interference from each other.
Fabrice de Gans-Riberi429a42522018-04-05 23:08:34117 'openmax_dl_revision': '59265e0e9105ec94e473b59c5c7ca1941e4dbd83',
[email protected]7ee3af52014-07-06 18:16:47118 # Three lines of non-changing comments so that
119 # the commit queue can handle CLs rolling BoringSSL
120 # and whatever else without interference from each other.
David Benjamin43e824a2018-03-31 06:26:28121 'boringssl_revision': 'eb7c3008cc85c9cfedca7690f147f5773483f941',
szager29407eb2014-08-26 13:09:31122 # Three lines of non-changing comments so that
szager29407eb2014-08-26 13:09:31123 # the commit queue can handle CLs rolling google-toolbox-for-mac
124 # and whatever else without interference from each other.
Mark Mentovai9ed143162017-07-24 19:04:47125 'google_toolbox_for_mac_revision': '3c3111d3aefe907c8c0f0e933029608d96ceefeb',
szager29407eb2014-08-26 13:09:31126 # Three lines of non-changing comments so that
127 # the commit queue can handle CLs rolling lighttpd
128 # and whatever else without interference from each other.
129 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
130 # Three lines of non-changing comments so that
131 # the commit queue can handle CLs rolling lss
132 # and whatever else without interference from each other.
Torne (Richard Coles)9a6106e2017-10-20 17:48:17133 'lss_revision': 'e6527b0cd469e3ff5764785dadcb39bf7d787154',
mseaborn851e1bd12014-09-05 08:00:14134 # Three lines of non-changing comments so that
135 # the commit queue can handle CLs rolling NaCl
136 # and whatever else without interference from each other.
nacl-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com516710972018-03-30 21:00:06137 'nacl_revision': 'ab8b219c8b5578b860f128087190d201fe55e84d',
cwallezf2b03492015-08-25 15:08:18138 # Three lines of non-changing comments so that
drottfe896a82017-03-06 12:12:54139 # the commit queue can handle CLs rolling freetype
bcf53f862ea2016-02-02 05:08:42140 # and whatever else without interference from each other.
Ben Wagner5e4114c02018-04-05 13:35:53141 'freetype_revision': '26ad1acbcb4ca9e25163bd102971c8f0e1b56d87',
robertocn4567f4d2016-03-23 03:36:07142 # Three lines of non-changing comments so that
Dominik Röttsches60dab7e12018-03-20 09:55:47143 # the commit queue can handle CLs rolling HarfBuzz
144 # and whatever else without interference from each other.
145 'harfbuzz_revision': '957e7756634a4fdf1654041e20e883cf964ecac9',
146 # Three lines of non-changing comments so that
robertocn4567f4d2016-03-23 03:36:07147 # the commit queue can handle CLs rolling catapult
148 # and whatever else without interference from each other.
catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.comf33bd3a2018-04-12 09:59:51149 'catapult_revision': '60096370137d978b562ac9589eb417c329461989',
ochangcbd1cf202016-04-01 21:37:37150 # Three lines of non-changing comments so that
151 # the commit queue can handle CLs rolling libFuzzer
152 # and whatever else without interference from each other.
Jonathan Metzmana86dd472017-12-15 20:43:39153 'libfuzzer_revision': 'ba2c1cd6f87accb32b5dbce297387c56a2e53a2f',
chenwilliam56a90382016-12-09 02:16:28154 # Three lines of non-changing comments so that
155 # the commit queue can handle CLs rolling devtools-node-modules
156 # and whatever else without interference from each other.
Will Chenfa874182018-01-03 19:03:26157 'devtools_node_modules_revision': '5f7cd2497d7a643125c3b6eb910d99ba28be6899',
kmarshall520f9512017-01-24 23:25:01158 # Three lines of non-changing comments so that
aizatsky8904f9c2017-03-03 19:50:05159 # the commit queue can handle CLs rolling libprotobuf-mutator
160 # and whatever else without interference from each other.
Jonathan Metzmana54e5af62017-11-01 19:29:06161 'libprotobuf-mutator': '3fc43a01d721ef1bacfefed170bc22abf1b8b051',
Filip Gorski796be852018-03-02 19:36:36162 # Three lines of non-changing comments so that
163 # the commit queue can handle CLs rolling feed
164 # and whatever else without interference from each other.
Patrick Nolanda8f56322018-04-06 04:06:04165 'feed_revision': '3a782b5dac6c8f2f927613d3f37b8cad72f934b2',
Shenghua Zhangcbe64ba2018-04-12 19:11:49166 # Three lines of non-changing comments so that
167 # the commit queue can handle CLs rolling android_sdk_build-tools_version
168 # and whatever else without interference from each other.
169 'android_sdk_build-tools_version': 'version:27.0.3-cr0',
170 # Three lines of non-changing comments so that
171 # the commit queue can handle CLs rolling android_sdk_emulator_version
172 # and whatever else without interference from each other.
173 'android_sdk_emulator_version': 'version:27.1.12-cr0',
174 # Three lines of non-changing comments so that
175 # the commit queue can handle CLs rolling android_sdk_extras_version
176 # and whatever else without interference from each other.
177 'android_sdk_extras_version': 'version:47.0.0-cr0',
178 # Three lines of non-changing comments so that
179 # the commit queue can handle CLs rolling android_sdk_platform-tools_version
180 # and whatever else without interference from each other.
181 'android_sdk_platform-tools_version': 'version:27.0.1-cr0',
182 # Three lines of non-changing comments so that
183 # the commit queue can handle CLs rolling android_sdk_platforms_version
184 # and whatever else without interference from each other.
185 'android_sdk_platforms_version': 'version:android-27-cr0',
186 # Three lines of non-changing comments so that
187 # the commit queue can handle CLs rolling android_sdk_sources_version
188 # and whatever else without interference from each other.
189 'android_sdk_sources_version': 'version:android-27-cr1',
190 # Three lines of non-changing comments so that
191 # the commit queue can handle CLs rolling android_sdk_tools_version
192 # and whatever else without interference from each other.
193 'android_sdk_tools_version': 'version:26.1.1-cr0',
[email protected]5f129de2009-02-24 23:22:04194}
195
tandrii74b7e422014-09-23 16:45:27196# Only these hosts are allowed for dependencies in this DEPS file.
197# If you need to add a new host, contact chrome infrastracture team.
198allowed_hosts = [
tandriicb12c642015-03-27 19:00:55199 'android.googlesource.com',
Johanncf5bb4c62017-10-30 23:21:34200 'aomedia.googlesource.com',
agable851c6f7252016-11-04 17:17:39201 'boringssl.googlesource.com',
Achuith Bhandarkarf6a944c82018-02-22 21:56:04202 'chrome-infra-packages.appspot.com',
Paweł Hajdan, Jr37a7a742017-09-25 11:37:30203 'chrome-internal.googlesource.com',
agable851c6f7252016-11-04 17:17:39204 'chromium.googlesource.com',
205 'pdfium.googlesource.com',
206 'skia.googlesource.com',
capne3976c22016-08-12 22:06:17207 'swiftshader.googlesource.com',
Henrik Kjellander7c0b28b2017-09-13 20:25:02208 'webrtc.googlesource.com',
tandrii74b7e422014-09-23 16:45:27209]
210
[email protected]5f129de2009-02-24 23:22:04211deps = {
John Williamsff7a08d2018-02-01 03:20:21212 'src/chrome/browser/resources/media_router/extension/src':
mark a. foltzf942c512018-03-19 20:20:41213 Var('chromium_git') + '/media_router.git' + '@' + '50d927e720309777a39fdf1ca89fd096bb51e103',
John Williamsff7a08d2018-02-01 03:20:21214
Stefan Zagerfd5ba192014-08-23 00:29:39215 'src/buildtools':
dpranke4778c712016-09-23 01:15:56216 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
[email protected]f58d3292014-05-14 01:56:54217
John Budoricke9aa27c2018-03-24 00:23:27218 'src/chrome/android/profiles': {
219 'packages': [
220 {
221 'package': 'chromium/afdo/profiles/android',
222 'version': 'version:3309',
223 },
224 ],
225 'condition': 'checkout_android',
226 'dep_type': 'cipd',
227 },
228
Paweł Hajdan, Jr7af368952017-10-02 12:25:36229 'src/chrome/installer/mac/third_party/xz/xz': {
230 'url': Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7',
231 'condition': 'checkout_mac',
232 },
233
Stefan Zagerfd5ba192014-08-23 00:29:39234 'src/chrome/test/data/perf/canvas_bench':
dpranke4778c712016-09-23 01:15:56235 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732',
[email protected]700e7e32012-02-22 17:04:38236
Stefan Zagerfd5ba192014-08-23 00:29:39237 'src/chrome/test/data/perf/frame_rate/content':
dpranke4778c712016-09-23 01:15:56238 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c88463efeef6bb19c9ec07c42bc8fe22b9',
[email protected]40646b012011-07-26 02:30:26239
bsheedy01d93942017-07-27 22:49:38240 'src/chrome/test/data/vr/webvr_info':
bsheedyac7c01a2017-11-07 18:53:12241 Var('chromium_git') + '/external/github.com/toji/webvr.info.git' + '@' + 'c58ae99b9ff9e2aa4c524633519570bf33536248',
bsheedy01d93942017-07-27 22:49:38242
Paweł Hajdan, Jr7af368952017-10-02 12:25:36243 'src/ios/third_party/earl_grey/src': {
Mike Baxleyc1441e72017-11-03 18:26:47244 'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '2fd8a7d4b76f820fb95bce495c0ceb324dbe3edb',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36245 'condition': 'checkout_ios',
246 },
247
248 'src/ios/third_party/fishhook/src': {
249 'url': Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c',
250 'condition': 'checkout_ios',
251 },
252
253 'src/ios/third_party/gcdwebserver/src': {
254 'url': Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@' + '43555c66627f6ed44817855a0f6d465f559d30e0',
255 'condition': 'checkout_ios',
256 },
257
258 'src/ios/third_party/material_components_ios/src': {
iOS Autorollere9362fda2018-04-12 16:26:54259 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'f31cb3b806c925e898266f5350fd2ab6f7217dd8',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36260 'condition': 'checkout_ios',
261 },
262
263 'src/ios/third_party/material_font_disk_loader_ios/src': {
iOS Autorollered4c9f72017-12-21 15:01:19264 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-font-disk-loader-ios.git' + '@' + '8e30188777b016182658fbaa0a4a020a48183224',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36265 'condition': 'checkout_ios',
266 },
267
Gauthier Ambard8d034462017-10-25 16:39:55268 'src/ios/third_party/material_internationalization_ios/src': {
Louis Romero2c7e321c2017-12-21 10:38:13269 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-internationalization-ios.git' + '@' + '8f28a55c7f35b95a587bba01a8467ea470647873',
Gauthier Ambard8d034462017-10-25 16:39:55270 'condition': 'checkout_ios',
271 },
272
Paweł Hajdan, Jr7af368952017-10-02 12:25:36273 'src/ios/third_party/material_roboto_font_loader_ios/src': {
274 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-roboto-font-loader-ios.git' + '@' + '4aa51e906e5671c71d24e991f1f10d782a58409f',
275 'condition': 'checkout_ios',
276 },
277
278 'src/ios/third_party/material_sprited_animation_view_ios/src': {
279 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-sprited-animation-view-ios.git' + '@' + 'c6e16d06bdafd95540c62b3402d9414692fbca81',
280 'condition': 'checkout_ios',
281 },
282
283 'src/ios/third_party/material_text_accessibility_ios/src': {
Louis Romero2c7e321c2017-12-21 10:38:13284 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-text-accessibility-ios.git' + '@' + '92c9e56f4e07622084b3d931247db974fec55dde',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36285 'condition': 'checkout_ios',
286 },
287
mrefaat070940d2017-12-01 02:59:38288 'src/ios/third_party/motion_interchange_objc/src': {
Louis Romero2c7e321c2017-12-21 10:38:13289 'url': Var('chromium_git') + '/external/github.com/material-motion/motion-interchange-objc.git' + '@' + '9be1e8572f8debb8dd9033ce9bd6ae56dc7ae1ab',
mrefaat070940d2017-12-01 02:59:38290 'condition': 'checkout_ios',
291 },
292
mrefaatb4b862312017-12-01 20:03:05293 'src/ios/third_party/motion_animator_objc/src': {
iOS Autorollere82ca942018-03-06 20:32:21294 'url': Var('chromium_git') + '/external/github.com/material-motion/motion-animator-objc.git' + '@' + '5df831026445004b2fc0f6a42f8b8f33af46512b',
mrefaatb4b862312017-12-01 20:03:05295 'condition': 'checkout_ios',
296 },
297
Louis Romeroe1d73292017-12-07 01:28:17298 'src/ios/third_party/motion_transitioning_objc/src': {
299 'url': Var('chromium_git') + '/external/github.com/material-motion/motion-transitioning-objc.git' + '@' + '994fd02d1de3d80ed284f0c1a4b5f459b8b051a6',
300 'condition': 'checkout_ios',
301 },
302
Paweł Hajdan, Jr7af368952017-10-02 12:25:36303 'src/ios/third_party/ochamcrest/src': {
Eric Noyaudaabeb52017-10-13 16:29:11304 'url': Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + '92d9c14d13bb864255e65c09383564653896916b',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36305 'condition': 'checkout_ios',
306 },
307
jrummellf715b1692015-10-21 23:26:26308 'src/media/cdm/api':
John Rummell52d66212018-03-05 23:41:55309 Var('chromium_git') + '/chromium/cdm.git' + '@' + 'cc347b850c11ea791837d5c70b12421fd77a3731',
[email protected]255c43f2013-06-07 08:54:11310
Dirk Pranke4dabe802017-11-02 07:18:55311 'src/native_client': {
312 'url': Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'),
313 'condition': 'checkout_nacl',
314 },
[email protected]bba1c0dd2013-08-19 10:33:31315
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42316 'src/third_party/SPIRV-Tools/src':
317 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + '@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c',
jinsukkim21d3369fc2016-06-21 06:16:03318
John Budoricke9aa27c2018-03-24 00:23:27319 'src/third_party/accessibility_test_framework': {
320 'packages': [
321 {
322 'package': 'chromium/third_party/accessibility-test-framework',
323 'version': 'version:2.1-cr0',
324 },
325 ],
326 'condition': 'checkout_android',
327 'dep_type': 'cipd',
328 },
329
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16330 'src/third_party/android_protobuf/src': {
Aaron Gable6fcf0062018-02-22 20:28:57331 'url': Var('android_git') + '/platform/external/protobuf.git' + '@' + '7fca48d8ce97f7ba3ab8eea5c472f1ad3711762f',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16332 'condition': 'checkout_android',
333 },
334
Shenghua Zhang0c102b12018-01-11 00:25:57335 'src/third_party/android_ndk': {
Peter Collingbournee3d421f2018-03-05 05:11:38336 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81',
Shenghua Zhang0c102b12018-01-11 00:25:57337 'condition': 'checkout_android',
338 },
339
John Budoricke9aa27c2018-03-24 00:23:27340 'src/third_party/android_support_test_runner': {
341 'packages': [
342 {
343 'package': 'chromium/third_party/android_support_test_runner',
344 'version': 'version:0.5-cr0',
345 },
346 ],
347 'condition': 'checkout_android',
348 'dep_type': 'cipd',
349 },
350
351 'src/third_party/android_system_sdk': {
352 'packages': [
353 {
354 'package': 'chromium/third_party/android_system_sdk',
355 'version': 'version:27-cr0',
356 },
357 ],
358 'condition': 'checkout_android',
359 'dep_type': 'cipd',
360 },
361
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16362 'src/third_party/android_tools': {
Peter Wen17a03d62018-03-05 17:54:33363 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'c22a664c39af72dd8f89200220713dcad811300a',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16364 'condition': 'checkout_android',
365 },
366
Shenghua Zhangcbe64ba2018-04-12 19:11:49367 'src/third_party/android_sdk/public': {
368 'packages': [
369 {
370 'package': 'chromium/third_party/android_sdk/public/build-tools',
371 'version': Var('android_sdk_build-tools_version'),
372 },
373 {
374 'package': 'chromium/third_party/android_sdk/public/emulator',
375 'version': Var('android_sdk_emulator_version'),
376 },
377 {
378 'package': 'chromium/third_party/android_sdk/public/extras',
379 'version': Var('android_sdk_extras_version'),
380 },
381 {
382 'package': 'chromium/third_party/android_sdk/public/platform-tools',
383 'version': Var('android_sdk_platform-tools_version'),
384 },
385 {
386 'package': 'chromium/third_party/android_sdk/public/platforms',
387 'version': Var('android_sdk_platforms_version'),
388 },
389 {
390 'package': 'chromium/third_party/android_sdk/public/tools',
391 'version': Var('android_sdk_tools_version'),
392 },
393 ],
394 'condition': 'checkout_android',
395 'dep_type': 'cipd',
396 },
397
398 'src/third_party/android_sdk/sources': {
399 'packages': [
400 {
401 'package': 'chromium/third_party/android_sdk/sources',
402 'version': Var('android_sdk_sources_version'),
403 },
404 ],
405 'condition': 'checkout_android_sdk_sources',
406 'dep_type': 'cipd',
407 },
408
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42409 'src/third_party/angle':
410 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
411
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16412 'src/third_party/apache-portable-runtime/src': {
bsheedy2a59f252018-01-03 21:30:05413 'url': Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c3f11fcd86b42922834cae91103cf068246c6bb6',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16414 'condition': 'checkout_android',
415 },
416
John Budoricke9aa27c2018-03-24 00:23:27417 'src/third_party/apk-patch-size-estimator': {
418 'packages': [
419 {
420 'package': 'chromium/third_party/apk-patch-size-estimator',
421 'version': 'version:0.2-cr0',
422 },
423 ],
424 'condition': 'checkout_android',
425 'dep_type': 'cipd',
426 },
427
Peter Wend0cc6d62017-11-02 16:32:30428 'src/third_party/auto/src': {
Peter Wen46893982018-01-18 16:53:46429 'url': Var('chromium_git') + '/external/github.com/google/auto.git' + '@' + '8a81a858ae7b78a1aef71ac3905fade0bbd64e82',
Peter Wend0cc6d62017-11-02 16:32:30430 'condition': 'checkout_android',
431 },
432
John Budoricke9aa27c2018-03-24 00:23:27433 'src/third_party/bazel': {
434 'packages': [
435 {
436 'package': 'chromium/third_party/bazel',
437 'version': 'version:0.10.0',
438 },
439 ],
440 'condition': 'checkout_android',
441 'dep_type': 'cipd',
442 },
443
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42444 'src/third_party/bidichecker':
445 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0',
446
Paweł Hajdan, Jr7af368952017-10-02 12:25:36447 'src/third_party/bison': {
448 'url': Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5464ee2b224c2df649c6e26c3',
449 'condition': 'checkout_win',
450 },
451
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42452 'src/third_party/boringssl/src':
453 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
454
John Budoricke9aa27c2018-03-24 00:23:27455 'src/third_party/bouncycastle': {
456 'packages': [
457 {
458 'package': 'chromium/third_party/bouncycastle',
459 'version': 'version:1.46-cr0',
460 },
461 ],
462 'condition': 'checkout_android',
463 'dep_type': 'cipd',
464 },
465
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42466 'src/third_party/breakpad/breakpad':
Lei Zhang9e0153d2018-04-03 17:58:42467 Var('chromium_git') + '/breakpad/breakpad.git' + '@' + 'adcc90ddb8c9ebc13a4312116ad92d8628b691c3',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42468
John Budoricke9aa27c2018-03-24 00:23:27469 'src/third_party/byte_buddy': {
470 'packages': [
471 {
472 'package': 'chromium/third_party/byte_buddy',
473 'version': 'version:1.4.17-cr0',
474 },
475 ],
476 'condition': 'checkout_android',
477 'dep_type': 'cipd',
478 },
479
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42480 'src/third_party/catapult':
481 Var('chromium_git') + '/catapult.git' + '@' + Var('catapult_revision'),
482
483 'src/third_party/ced/src':
484 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9',
485
Paweł Hajdan, Jr7af368952017-10-02 12:25:36486 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
487 'src/third_party/chromite': {
chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.come03a9cc2018-04-12 11:56:53488 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'deb0ebc0777b94225b2619b75d04b3b3e0334972',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36489 'condition': 'checkout_linux',
490 },
491
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42492 'src/third_party/cld_3/src':
Nico Webera8d4b462018-01-31 20:54:52493 Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + '484afe9ba7438d078e60b3a26e7fb590213c0e17',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42494
495 'src/third_party/colorama/src':
496 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
497
498 'src/third_party/crc32c/src':
Victor Costanf05fce322017-10-02 20:25:24499 Var('chromium_git') + '/external/github.com/google/crc32c.git' + '@' + '0f771ed5ef83556451e1736f22b1a11054dc81c3',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42500
Paweł Hajdan, Jr7af368952017-10-02 12:25:36501 # For Linux and Chromium OS.
502 'src/third_party/cros_system_api': {
Hidehiko Abe8bbe93d02018-04-08 06:27:21503 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '51c84139d960c61e89fdab37092a00599a78c7bd',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36504 'condition': 'checkout_linux',
505 },
506
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42507 'src/third_party/custom_tabs_client/src': {
Lei Tianfff09082018-03-19 21:59:04508 'url': Var('chromium_git') + '/custom-tabs-client.git' + '@' + '5f4df5ce54f4956212eef396e67be376fc4c043c',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42509 'condition': 'checkout_android',
510 },
511
512 'src/third_party/depot_tools':
depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.comac6728c2018-04-12 06:13:28513 Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '7e9e2c82bdf1a5d2cb0374841777b732cf940348',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42514
Will Chen48fbfe0f2018-01-03 01:26:35515 'src/third_party/devtools-node-modules':
516 Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision'),
Paweł Hajdan, Jr7af368952017-10-02 12:25:36517
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42518 'src/third_party/dom_distiller_js/dist':
Wei-Yin Chen (陳威尹)f1f82a12017-12-13 15:52:40519 Var('chromium_git') + '/chromium/dom-distiller/dist.git' + '@' + '60b46718e28f553ab57e3d2bbda5b3b41456f417',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42520
521 'src/third_party/elfutils/src': {
522 'url': Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de4f3760bdcaa3d23d154d7',
523 'condition': 'checkout_android',
524 },
525
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16526 'src/third_party/errorprone/lib': {
Peter Wen4690acc2018-01-11 15:12:45527 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16528 'condition': 'checkout_android',
529 },
530
John Budoricke9aa27c2018-03-24 00:23:27531 'src/third_party/espresso': {
532 'packages': [
533 {
534 'package': 'chromium/third_party/espresso',
535 'version': 'version:2.2.1-cr0',
536 },
537 ],
538 'condition': 'checkout_android',
539 'dep_type': 'cipd',
540 },
541
Filip Gorski796be852018-03-02 19:36:36542 'src/third_party/feed/src': {
543 'url': Var('chromium_git') + '/feed' + '@' + Var('feed_revision'),
544 'condition': 'checkout_android',
545 },
546
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42547 'src/third_party/ffmpeg':
Jay Civelli7eb4a7802018-04-10 22:57:15548 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '272be0ac4cae282d827732759c300fd2c5077827',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42549
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42550 'src/third_party/flac':
551 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '7d0f5b3a173ffe98db08057d1f52b7787569e0a6',
552
553 'src/third_party/flatbuffers/src':
554 Var('chromium_git') + '/external/github.com/google/flatbuffers.git' + '@' + '01c50d57a67a52ee3cddd81b54d4647e9123a290',
555
Paweł Hajdan, Jr7af368952017-10-02 12:25:36556 # Used for embedded builds. CrOS & Linux use the system version.
557 'src/third_party/fontconfig/src': {
Tom Anderson34db191c2017-12-13 22:36:48558 'url': Var('chromium_git') + '/external/fontconfig.git' + '@' + 'b546940435ebfb0df575bc7a2350d1e913919c34',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36559 'condition': 'checkout_linux',
560 },
561
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42562 'src/third_party/freetype/src':
563 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_revision'),
564
Dominik Röttsches60dab7e12018-03-20 09:55:47565 'src/third_party/harfbuzz-ng/src':
566 Var('chromium_git') + '/external/github.com/harfbuzz/harfbuzz.git' + '@' + Var('harfbuzz_revision'),
567
Paweł Hajdan, Jr7af368952017-10-02 12:25:36568 # Chrome OS touchpad gestures library.
569 'src/third_party/gestures/gestures': {
David Revemane25bd88e2017-10-02 21:06:05570 'url': Var('chromium_git') + '/chromiumos/platform/gestures.git' + '@' + '74f55100df966280d305d5d5ada824605f875839',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36571 'condition': 'checkout_linux',
572 },
573
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42574 'src/third_party/glslang/src':
Peng Huang80463de2018-02-07 21:06:33575 Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + 'ec1476b7060306fd9109faf7a4c70a20ea3b538c',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42576
Paweł Hajdan, Jrc3ae0852017-10-02 16:46:22577 'src/third_party/google_toolbox_for_mac/src': {
578 'url': Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'),
579 'condition': 'checkout_ios or checkout_mac',
580 },
581
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42582 'src/third_party/googletest/src':
Victor Costan849ff902018-04-10 02:15:58583 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '7e5f90d3780d553cb86771141fb81349f3a63508',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42584
Paweł Hajdan, Jr7af368952017-10-02 12:25:36585 # GNU binutils assembler for x86-32.
586 'src/third_party/gnu_binutils': {
587 'url': Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436',
Dirk Pranke4dabe802017-11-02 07:18:55588 'condition': 'checkout_nacl and checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36589 },
590
591 'src/third_party/gperf': {
592 'url': Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f9449770443fb06da49b5a1e5d33c1',
593 'condition': 'checkout_win',
594 },
595
John Budoricke9aa27c2018-03-24 00:23:27596 'src/third_party/gson': {
597 'packages': [
598 {
599 'package': 'chromium/third_party/gson',
600 'version': 'version:2.8.0-cr0',
601 },
602 ],
603 'condition': 'checkout_android',
604 'dep_type': 'cipd',
605 },
606
607 'src/third_party/guava': {
608 'packages': [
609 {
610 'package': 'chromium/third_party/guava',
611 'version': 'version:23.0-cr0',
612 },
613 ],
614 'condition': 'checkout_android',
615 'dep_type': 'cipd',
616 },
617
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42618 'src/third_party/gvr-android-sdk/src': {
Michael Thiessen9b0bf722018-03-01 22:41:52619 'url': Var('chromium_git') + '/external/github.com/googlevr/gvr-android-sdk.git' + '@' + '233e7fe922a543e0bc55382d64cacd047307d0e7',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16620 'condition': 'checkout_android',
621 },
622
John Budoricke9aa27c2018-03-24 00:23:27623 'src/third_party/hamcrest': {
624 'packages': [
625 {
626 'package': 'chromium/third_party/hamcrest',
627 'version': 'version:1.3-cr0',
628 },
629 ],
630 'condition': 'checkout_android',
631 'dep_type': 'cipd',
632 },
633
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42634 'src/third_party/hunspell_dictionaries':
Chris Nardieea5de82017-10-14 22:21:31635 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'a9bac57ce6c9d390a52ebaad3259f5fdb871210e',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42636
637 'src/third_party/icu':
Jungshik Shin363e1ec2018-02-05 23:26:23638 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'd888fd2a1be890f4d35e43f68d6d79f42519a357',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42639
John Budoricke9aa27c2018-03-24 00:23:27640 'src/third_party/icu4j': {
641 'packages': [
642 {
643 'package': 'chromium/third_party/icu4j',
644 'version': 'version:53.1-cr0',
645 },
646 ],
647 'condition': 'checkout_android',
648 'dep_type': 'cipd',
649 },
650
651 'src/third_party/intellij': {
652 'packages': [
653 {
654 'package': 'chromium/third_party/intellij',
655 'version': 'version:12.0-cr0',
656 },
657 ],
658 'condition': 'checkout_android',
659 'dep_type': 'cipd',
660 },
661
662 'src/third_party/javax_inject': {
663 'packages': [
664 {
665 'package': 'chromium/third_party/javax_inject',
666 'version': 'version:1-cr0',
667 },
668 ],
669 'condition': 'checkout_android',
670 'dep_type': 'cipd',
671 },
672
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42673 'src/third_party/jsoncpp/source':
674 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248
675
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16676 'src/third_party/jsr-305/src': {
677 'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
678 'condition': 'checkout_android',
679 },
680
681 'src/third_party/junit/src': {
682 'url': Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481',
683 'condition': 'checkout_android',
684 },
685
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42686 'src/third_party/leakcanary/src': {
687 'url': Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e',
688 'condition': 'checkout_android',
689 },
690
691 'src/third_party/leveldatabase/src':
Victor Costan63c57a32018-03-31 01:40:59692 Var('chromium_git') + '/external/leveldb.git' + '@' + '6fa45666703add49f77652b2eadd874d49aedaf6',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42693
694 'src/third_party/libFuzzer/src':
Max Moroz1ee969e2017-10-04 16:27:26695 Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + Var('libfuzzer_revision'),
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42696
697 'src/third_party/libaddressinput/src':
Peter Collingbournec85bc322018-02-28 02:22:15698 Var('chromium_git') + '/external/libaddressinput.git' + '@' + 'd955c63ec7048d59dffd20af25eeec23da878d27',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42699
Johanncf5bb4c62017-10-30 23:21:34700 'src/third_party/libaom/source/libaom': {
Tom Finegan525e45372017-12-22 21:32:24701 'url': Var('aomedia_git') + '/aom.git' + '@' + 'cc92258a08d98f469dff1be288acbc322632377b',
Johanncf5bb4c62017-10-30 23:21:34702 'condition': 'checkout_libaom',
703 },
704
Paweł Hajdan, Jr7af368952017-10-02 12:25:36705 # Userspace interface to kernel DRM services.
706 'src/third_party/libdrm/src': {
Kristian H. Kristensen03ecc6d2017-10-30 23:53:36707 'url': Var('chromium_git') + '/chromiumos/third_party/libdrm.git' + '@' + '16ffb1e6fce0fbd57f7a1e76021c575a40f6dc7a',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36708 'condition': 'checkout_linux',
709 },
710
711 # The libevdev library (Chrome OS version).
712 'src/third_party/libevdev/src': {
713 'url': Var('chromium_git') + '/chromiumos/platform/libevdev.git' + '@' + '9f7a1961eb4726211e18abd147d5a11a4ea86744',
714 'condition': 'checkout_linux',
715 },
716
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42717 'src/third_party/libjpeg_turbo':
718 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79a8792dde3d3f7d7d8ac28ba01ac9dd',
719
Paweł Hajdan, Jr7af368952017-10-02 12:25:36720 'src/third_party/liblouis/src': {
721 'url': Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a3478561deb6ae4798175094be8a26c2',
722 'condition': 'checkout_linux',
723 },
724
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42725 'src/third_party/libphonenumber/dist':
726 Var('chromium_git') + '/external/libphonenumber.git' + '@' + 'a4da30df63a097d67e3c429ead6790ad91d36cf4',
727
728 'src/third_party/libprotobuf-mutator/src':
729 Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git' + '@' + Var('libprotobuf-mutator'),
730
731 'src/third_party/libsrtp':
Fabrice de Gans-Riberi0dfc24c2018-04-06 21:05:45732 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + 'fc2345089a6b3c5aca9ecd2e1941871a78a13e9c',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42733
Paweł Hajdan, Jr7af368952017-10-02 12:25:36734 # Android Explicit Synchronization.
735 'src/third_party/libsync/src': {
Alexandros Frantzis3ad9a222018-01-25 17:09:54736 'url': Var('chromium_git') + '/aosp/platform/system/core/libsync.git' + '@' + 'f4f4387b6bf2387efbcfd1453af4892e8982faf6',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36737 'condition': 'checkout_linux',
738 },
739
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42740 'src/third_party/libvpx/source/libvpx':
Jerome Jiang97020572018-04-12 17:16:43741 Var('chromium_git') + '/webm/libvpx.git' + '@' + 'be5df6080154e58db88fa3640e127efd18c04bde',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42742
743 'src/third_party/libwebm/source':
bsheedy2a59f252018-01-03 21:30:05744 Var('chromium_git') + '/webm/libwebm.git' + '@' + 'b03c65468b06d097f27235d93d76bfc45f490ede',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42745
746 'src/third_party/libyuv':
Jay Civellibe97eec2018-04-04 01:50:18747 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'a9626b9daf62a9b260737e9c2de821ad087b19a1', # from r1708
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42748
Paweł Hajdan, Jrc3ae0852017-10-02 16:46:22749 'src/third_party/lighttpd': {
750 'url': Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
751 'condition': 'checkout_mac or checkout_win',
752 },
753
754 'src/third_party/lss': {
755 'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
756 'condition': 'checkout_android or checkout_linux',
757 },
758
Paweł Hajdan, Jr7af368952017-10-02 12:25:36759 'src/third_party/material_design_icons/src': {
760 'url': Var('chromium_git') + '/external/github.com/google/material-design-icons.git' + '@' +
761 '5ab428852e35dc177a8c37a2df9dc9ccf768c65a',
762 'condition': 'checkout_ios',
763 },
764
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42765 'src/third_party/mesa/src':
Geoff Lang5b125002018-03-26 19:04:28766 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '803b1132096707417736df8d167176a33813aa9f',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42767
Paweł Hajdan, Jr7af368952017-10-02 12:25:36768 # GNU binutils assembler for x86-64.
769 'src/third_party/mingw-w64/mingw/bin': {
770 'url': Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527',
Dirk Pranke4dabe802017-11-02 07:18:55771 'condition': 'checkout_nacl and checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36772 },
773
774 # Graphics buffer allocator for Chrome OS.
775 'src/third_party/minigbm/src': {
Sergey Volkbd363182018-03-09 05:42:15776 'url': Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '6eca36809e185337bfcca95310a1765c34c360e1',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36777 'condition': 'checkout_linux',
778 },
779
780 # Minizip library. Used on Chrome OS.
781 'src/third_party/minizip/src': {
Tatsuhisa Yamaguchi0c5fc82a2017-12-27 01:52:10782 'url': Var('chromium_git') + '/external/github.com/nmoinvaz/minizip' + '@' + '53a657318af1fccc4bac7ed230729302b2391d1d',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36783 'condition': 'checkout_linux',
784 },
785
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16786 'src/third_party/mockito/src': {
787 'url': Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598ad4cf5ea53c69a8a8053780b04b850',
788 'condition': 'checkout_android',
789 },
790
Paweł Hajdan, Jr7af368952017-10-02 12:25:36791 # Binaries for nacl sdk.
792 'src/third_party/nacl_sdk_binaries': {
793 'url': Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5',
Dirk Pranke4dabe802017-11-02 07:18:55794 'condition': 'checkout_nacl and checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36795 },
796
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16797 'src/third_party/netty-tcnative/src': {
798 'url': Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '5b46a8ef4a39c39c576fcdaaf718b585d75df463',
799 'condition': 'checkout_android',
800 },
801
802 'src/third_party/netty4/src': {
803 'url': Var('chromium_git') + '/external/netty4.git' + '@' + 'cc4420b13bb4eeea5b1cf4f93b2755644cd3b120',
804 'condition': 'checkout_android',
805 },
806
John Budoricke9aa27c2018-03-24 00:23:27807 'src/third_party/objenesis': {
808 'packages': [
809 {
810 'package': 'chromium/third_party/objenesis',
811 'version': 'version:2.4-cr0',
812 },
813 ],
814 'condition': 'checkout_android',
815 'dep_type': 'cipd',
816 },
817
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42818 'src/third_party/openh264/src':
Tom Anderson308f0632018-01-15 23:16:11819 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '2e96d62426547ac4fb5cbcd122e5f6eb68d66ee6',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16820
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42821 'src/third_party/openmax_dl':
822 Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16823
John Budoricke9aa27c2018-03-24 00:23:27824 'src/third_party/ow2_asm': {
825 'packages': [
826 {
827 'package': 'chromium/third_party/ow2_asm',
828 'version': 'version:5.0.1-cr0',
829 },
830 ],
831 'condition': 'checkout_android',
832 'dep_type': 'cipd',
833 },
834
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42835 'src/third_party/pdfium':
836 Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'),
837
Paweł Hajdan, Jr7af368952017-10-02 12:25:36838 # Parses Windows PE/COFF executable format.
839 'src/third_party/pefile': {
840 'url': Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab63c15585dc3b5c3f92f1',
841 'condition': 'checkout_win',
842 },
843
Oystein Eftevaaga9439b922018-01-08 19:30:14844 'src/third_party/perfetto':
Oystein Eftevaag9ef31282018-01-23 00:57:50845 Var('android_git') + '/platform/external/perfetto.git' + '@' + '135841c8077f13f14c6b80e32d391da84d2ee131',
Oystein Eftevaaga9439b922018-01-08 19:30:14846
Paweł Hajdan, Jr7af368952017-10-02 12:25:36847 'src/third_party/perl': {
848 'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78',
849 'condition': 'checkout_win',
850 },
851
852 # Dependency of chromite.git and skia.
853 'src/third_party/pyelftools': {
854 'url': Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae',
855 'condition': 'checkout_linux',
856 },
857
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42858 'src/third_party/pyftpdlib/src':
859 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d059f581f05ae8d89d7e45',
860
861 'src/third_party/pywebsocket/src':
862 Var('chromium_git') + '/external/github.com/google/pywebsocket.git' + '@' + '2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2',
863
864 'src/third_party/re2/src':
Max Moroz13bd9f722017-12-05 18:12:11865 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + '5185d85264d23cfae4b38e2703703e9a4c8e974c',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16866
867 'src/third_party/requests/src': {
868 'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
869 'condition': 'checkout_android',
870 },
871
John Budoricke9aa27c2018-03-24 00:23:27872 'src/third_party/robolectric': {
873 'packages': [
874 {
875 'package': 'chromium/third_party/robolectric',
876 'version': 'version:3.5.1',
877 },
878 ],
879 'condition': 'checkout_android',
880 'dep_type': 'cipd',
881 },
882
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42883 'src/third_party/robolectric/robolectric': {
John Budoricke7f2d1332017-11-30 23:35:22884 'url': Var('chromium_git') + '/external/robolectric.git' + '@' + '7e067f1112e1502caa742f7be72d37b5678d3403',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16885 'condition': 'checkout_android',
886 },
887
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42888 'src/third_party/sfntly/src':
889 Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Var('sfntly_revision'),
890
891 'src/third_party/shaderc/src':
892 Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8793c34907073025af2622c28bcee64e9879a4',
893
894 'src/third_party/skia':
895 Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'),
896
897 'src/third_party/smhasher/src':
898 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',
899
900 'src/third_party/snappy/src':
Victor Costanf0794a012018-02-20 23:18:32901 Var('chromium_git') + '/external/github.com/google/snappy.git' + '@' + 'ca37ab7fb9b718e056009babb4fea591626e5882',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42902
John Budoricke9aa27c2018-03-24 00:23:27903 'src/third_party/sqlite4java': {
904 'packages': [
905 {
906 'package': 'chromium/third_party/sqlite4java',
907 'version': 'version:0.282-cr0',
908 },
909 ],
910 'condition': 'checkout_android',
911 'dep_type': 'cipd',
912 },
913
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42914 'src/third_party/swiftshader':
915 Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revision'),
916
917 'src/third_party/ub-uiautomator/lib': {
918 'url': Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16919 'condition': 'checkout_android',
920 },
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42921
922 'src/third_party/usrsctp/usrsctplib':
Taylor Brandstetterf274fcc2018-03-23 19:07:00923 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '159d060dceec41a64a57356cbba8c455105f3f72',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42924
925 'src/third_party/visualmetrics/src':
926 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6',
927
Paweł Hajdan, Jr7af368952017-10-02 12:25:36928 # Display server protocol for Linux.
929 'src/third_party/wayland/src': {
930 'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + '1361da9cd5a719b32d978485a29920429a31ed25',
931 'condition': 'checkout_linux',
932 },
933
934 # Wayland protocols that add functionality not available in the core protocol.
935 'src/third_party/wayland-protocols/src': {
Alexandros Frantzisaed3360b2018-01-24 18:40:04936 'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '4f789286e4ab7f6fecc2ccb895d79362a9b2382a',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36937 'condition': 'checkout_linux',
938 },
939
940 # Wireless Display Software. Used on Chrome OS.
941 'src/third_party/wds/src': {
942 'url': Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95f3000bf5c8e16a79dbbbf22d554a5',
943 'condition': 'checkout_linux',
944 },
945
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42946 'src/third_party/webdriver/pylib':
947 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
948
949 'src/third_party/webgl/src':
Kai Ninomiyaeb70ffc02018-04-09 20:41:33950 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'aef0b3a79983db6f553f35f6ccd7b9303a72d2fa',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42951
952 'src/third_party/webrtc':
webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com4ef762b2018-04-11 02:51:36953 Var('webrtc_git') + '/src.git' + '@' + '3ef3bfc2aafa707985c9e9dcd4cfb6ccbc525628', # commit position 21742
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42954
Paweł Hajdan, Jr7af368952017-10-02 12:25:36955 'src/third_party/xdg-utils': {
956 'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
957 'condition': 'checkout_linux',
958 },
959
John Budoricke9aa27c2018-03-24 00:23:27960 'src/third_party/xstream': {
961 'packages': [
962 {
963 'package': 'chromium/third_party/xstream',
964 'version': 'version:1.4.8-cr0',
965 },
966 ],
967 'condition': 'checkout_android',
968 'dep_type': 'cipd',
969 },
970
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42971 'src/third_party/yasm/source/patched-yasm':
972 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
973
974 'src/tools/gyp':
975 Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
976
977 'src/tools/page_cycler/acid3':
978 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5abc1b2f405a945f6d871521',
979
980 'src/tools/swarming_client':
981 Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
982
983 'src/v8':
984 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
985
986 'src-internal': {
src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com0aadd152018-04-10 03:18:08987 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@8aa3eac3b786ed3fddae9a6e18c526d6941e2ba6',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42988 'condition': 'checkout_src_internal',
989 },
Nicolas Dossou-gbete2d6b66c2018-02-21 13:58:03990
991 # === ANDROID_DEPS Generated Code Start ===
992 # Generated by //tools/android/roll/android_deps/fetch_all.sh
Nicolas Dossou-gbeteb8736d82018-04-05 04:29:24993 'src/third_party/android_deps/repository/android_arch_core_common': {
994 'packages': [
995 {
996 'package': 'chromium/third_party/android_deps/repository/android_arch_core_common',
997 'version': 'version:1.0.0-cr0',
998 },
999 ],
1000 'condition': 'checkout_android',
1001 'dep_type': 'cipd',
1002 },
1003
1004 'src/third_party/android_deps/repository/android_arch_lifecycle_common': {
1005 'packages': [
1006 {
1007 'package': 'chromium/third_party/android_deps/repository/android_arch_lifecycle_common',
1008 'version': 'version:1.0.0-cr0',
1009 },
1010 ],
1011 'condition': 'checkout_android',
1012 'dep_type': 'cipd',
1013 },
1014
1015 'src/third_party/android_deps/repository/android_arch_lifecycle_runtime': {
1016 'packages': [
1017 {
1018 'package': 'chromium/third_party/android_deps/repository/android_arch_lifecycle_runtime',
1019 'version': 'version:1.0.0-cr0',
1020 },
1021 ],
1022 'condition': 'checkout_android',
1023 'dep_type': 'cipd',
1024 },
1025
1026 'src/third_party/android_deps/repository/com_android_support_animated_vector_drawable': {
1027 'packages': [
1028 {
1029 'package': 'chromium/third_party/android_deps/repository/com_android_support_animated_vector_drawable',
1030 'version': 'version:27.0.0-cr0',
1031 },
1032 ],
1033 'condition': 'checkout_android',
1034 'dep_type': 'cipd',
1035 },
1036
1037 'src/third_party/android_deps/repository/com_android_support_appcompat_v7': {
1038 'packages': [
1039 {
1040 'package': 'chromium/third_party/android_deps/repository/com_android_support_appcompat_v7',
1041 'version': 'version:27.0.0-cr0',
1042 },
1043 ],
1044 'condition': 'checkout_android',
1045 'dep_type': 'cipd',
1046 },
1047
1048 'src/third_party/android_deps/repository/com_android_support_cardview_v7': {
1049 'packages': [
1050 {
1051 'package': 'chromium/third_party/android_deps/repository/com_android_support_cardview_v7',
1052 'version': 'version:27.0.0-cr0',
1053 },
1054 ],
1055 'condition': 'checkout_android',
1056 'dep_type': 'cipd',
1057 },
1058
1059 'src/third_party/android_deps/repository/com_android_support_design': {
1060 'packages': [
1061 {
1062 'package': 'chromium/third_party/android_deps/repository/com_android_support_design',
1063 'version': 'version:27.0.0-cr0',
1064 },
1065 ],
1066 'condition': 'checkout_android',
1067 'dep_type': 'cipd',
1068 },
1069
1070 'src/third_party/android_deps/repository/com_android_support_gridlayout_v7': {
1071 'packages': [
1072 {
1073 'package': 'chromium/third_party/android_deps/repository/com_android_support_gridlayout_v7',
1074 'version': 'version:27.0.0-cr0',
1075 },
1076 ],
1077 'condition': 'checkout_android',
1078 'dep_type': 'cipd',
1079 },
1080
1081 'src/third_party/android_deps/repository/com_android_support_leanback_v17': {
1082 'packages': [
1083 {
1084 'package': 'chromium/third_party/android_deps/repository/com_android_support_leanback_v17',
1085 'version': 'version:27.0.0-cr0',
1086 },
1087 ],
1088 'condition': 'checkout_android',
1089 'dep_type': 'cipd',
1090 },
1091
1092 'src/third_party/android_deps/repository/com_android_support_mediarouter_v7': {
1093 'packages': [
1094 {
1095 'package': 'chromium/third_party/android_deps/repository/com_android_support_mediarouter_v7',
1096 'version': 'version:27.0.0-cr0',
1097 },
1098 ],
1099 'condition': 'checkout_android',
1100 'dep_type': 'cipd',
1101 },
1102
1103 'src/third_party/android_deps/repository/com_android_support_multidex': {
1104 'packages': [
1105 {
1106 'package': 'chromium/third_party/android_deps/repository/com_android_support_multidex',
1107 'version': 'version:1.0.0-cr0',
1108 },
1109 ],
1110 'condition': 'checkout_android',
1111 'dep_type': 'cipd',
1112 },
1113
1114 'src/third_party/android_deps/repository/com_android_support_palette_v7': {
1115 'packages': [
1116 {
1117 'package': 'chromium/third_party/android_deps/repository/com_android_support_palette_v7',
1118 'version': 'version:27.0.0-cr0',
1119 },
1120 ],
1121 'condition': 'checkout_android',
1122 'dep_type': 'cipd',
1123 },
1124
1125 'src/third_party/android_deps/repository/com_android_support_preference_leanback_v17': {
1126 'packages': [
1127 {
1128 'package': 'chromium/third_party/android_deps/repository/com_android_support_preference_leanback_v17',
1129 'version': 'version:27.0.0-cr0',
1130 },
1131 ],
1132 'condition': 'checkout_android',
1133 'dep_type': 'cipd',
1134 },
1135
1136 'src/third_party/android_deps/repository/com_android_support_preference_v14': {
1137 'packages': [
1138 {
1139 'package': 'chromium/third_party/android_deps/repository/com_android_support_preference_v14',
1140 'version': 'version:27.0.0-cr0',
1141 },
1142 ],
1143 'condition': 'checkout_android',
1144 'dep_type': 'cipd',
1145 },
1146
1147 'src/third_party/android_deps/repository/com_android_support_preference_v7': {
1148 'packages': [
1149 {
1150 'package': 'chromium/third_party/android_deps/repository/com_android_support_preference_v7',
1151 'version': 'version:27.0.0-cr0',
1152 },
1153 ],
1154 'condition': 'checkout_android',
1155 'dep_type': 'cipd',
1156 },
1157
1158 'src/third_party/android_deps/repository/com_android_support_recyclerview_v7': {
1159 'packages': [
1160 {
1161 'package': 'chromium/third_party/android_deps/repository/com_android_support_recyclerview_v7',
1162 'version': 'version:27.0.0-cr0',
1163 },
1164 ],
1165 'condition': 'checkout_android',
1166 'dep_type': 'cipd',
1167 },
1168
1169 'src/third_party/android_deps/repository/com_android_support_support_annotations': {
1170 'packages': [
1171 {
1172 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_annotations',
1173 'version': 'version:27.0.0-cr0',
1174 },
1175 ],
1176 'condition': 'checkout_android',
1177 'dep_type': 'cipd',
1178 },
1179
1180 'src/third_party/android_deps/repository/com_android_support_support_compat': {
1181 'packages': [
1182 {
1183 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_compat',
1184 'version': 'version:27.0.0-cr0',
1185 },
1186 ],
1187 'condition': 'checkout_android',
1188 'dep_type': 'cipd',
1189 },
1190
1191 'src/third_party/android_deps/repository/com_android_support_support_core_ui': {
1192 'packages': [
1193 {
1194 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_core_ui',
1195 'version': 'version:27.0.0-cr0',
1196 },
1197 ],
1198 'condition': 'checkout_android',
1199 'dep_type': 'cipd',
1200 },
1201
1202 'src/third_party/android_deps/repository/com_android_support_support_core_utils': {
1203 'packages': [
1204 {
1205 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_core_utils',
1206 'version': 'version:27.0.0-cr0',
1207 },
1208 ],
1209 'condition': 'checkout_android',
1210 'dep_type': 'cipd',
1211 },
1212
1213 'src/third_party/android_deps/repository/com_android_support_support_fragment': {
1214 'packages': [
1215 {
1216 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_fragment',
1217 'version': 'version:27.0.0-cr0',
1218 },
1219 ],
1220 'condition': 'checkout_android',
1221 'dep_type': 'cipd',
1222 },
1223
1224 'src/third_party/android_deps/repository/com_android_support_support_media_compat': {
1225 'packages': [
1226 {
1227 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_media_compat',
1228 'version': 'version:27.0.0-cr0',
1229 },
1230 ],
1231 'condition': 'checkout_android',
1232 'dep_type': 'cipd',
1233 },
1234
1235 'src/third_party/android_deps/repository/com_android_support_support_v13': {
1236 'packages': [
1237 {
1238 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_v13',
1239 'version': 'version:27.0.0-cr0',
1240 },
1241 ],
1242 'condition': 'checkout_android',
1243 'dep_type': 'cipd',
1244 },
1245
1246 'src/third_party/android_deps/repository/com_android_support_support_v4': {
1247 'packages': [
1248 {
1249 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_v4',
1250 'version': 'version:27.0.0-cr0',
1251 },
1252 ],
1253 'condition': 'checkout_android',
1254 'dep_type': 'cipd',
1255 },
1256
1257 'src/third_party/android_deps/repository/com_android_support_support_vector_drawable': {
1258 'packages': [
1259 {
1260 'package': 'chromium/third_party/android_deps/repository/com_android_support_support_vector_drawable',
1261 'version': 'version:27.0.0-cr0',
1262 },
1263 ],
1264 'condition': 'checkout_android',
1265 'dep_type': 'cipd',
1266 },
1267
1268 'src/third_party/android_deps/repository/com_android_support_transition': {
1269 'packages': [
1270 {
1271 'package': 'chromium/third_party/android_deps/repository/com_android_support_transition',
1272 'version': 'version:27.0.0-cr0',
1273 },
1274 ],
1275 'condition': 'checkout_android',
1276 'dep_type': 'cipd',
1277 },
1278
Nicolas Dossou-gbete2d6b66c2018-02-21 13:58:031279 # === ANDROID_DEPS Generated Code End ===
[email protected]5f129de2009-02-24 23:22:041280}
1281
[email protected]00c517672010-11-04 00:27:291282
[email protected]5f129de2009-02-24 23:22:041283include_rules = [
1284 # Everybody can use some things.
John Abd-El-Malek5b6373f2015-04-01 19:44:141285 # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these.
Stefan Zagerfd5ba192014-08-23 00:29:391286 '+base',
1287 '+build',
1288 '+ipc',
[email protected]5f129de2009-02-24 23:22:041289
[email protected]dfbff862012-11-28 19:08:141290 # Everybody can use headers generated by tools/generate_library_loader.
Stefan Zagerfd5ba192014-08-23 00:29:391291 '+library_loaders',
[email protected]dfbff862012-11-28 19:08:141292
Stefan Zagerfd5ba192014-08-23 00:29:391293 '+testing',
1294 '+third_party/icu/source/common/unicode',
1295 '+third_party/icu/source/i18n/unicode',
1296 '+url',
Mirko Bonadeif4f0f0e2018-04-12 09:29:411297
1298 # Chromium cannot directly depend on Abseil.
1299 '-absl',
[email protected]5f129de2009-02-24 23:22:041300]
1301
1302
1303# checkdeps.py shouldn't check include paths for files in these dirs:
1304skip_child_includes = [
Stefan Zagerfd5ba192014-08-23 00:29:391305 'native_client_sdk',
John Abd-El-Malek5b6373f2015-04-01 19:44:141306 'out',
Stefan Zagerfd5ba192014-08-23 00:29:391307 'skia',
1308 'testing',
Mirko Bonadeif4f0f0e2018-04-12 09:29:411309 'third_party/abseil-cpp',
Mark Mentovaiebb9ddd62017-09-25 17:24:411310 'third_party/breakpad/breakpad',
Stefan Zagerfd5ba192014-08-23 00:29:391311 'v8',
1312 'win8',
[email protected]5f129de2009-02-24 23:22:041313]
[email protected]bfa24b962009-03-02 00:16:161314
1315
1316hooks = [
1317 {
[email protected]9372bec2014-08-14 14:03:301318 # This clobbers when necessary (based on get_landmines.py). It must be the
1319 # first hook so that other things that get/generate into the output
1320 # directory will not subsequently be clobbered.
Stefan Zagerfd5ba192014-08-23 00:29:391321 'name': 'landmines',
1322 'pattern': '.',
1323 'action': [
Nodir Turakulovdd080902018-01-20 01:06:481324 'python',
Stefan Zagerfd5ba192014-08-23 00:29:391325 'src/build/landmines.py',
[email protected]9372bec2014-08-14 14:03:301326 ],
1327 },
1328 {
Dan Jacquescea92c512017-06-02 23:59:161329 # Ensure that the DEPS'd "depot_tools" has its self-update capability
1330 # disabled.
1331 'name': 'disable_depot_tools_selfupdate',
1332 'pattern': '.',
1333 'action': [
Nodir Turakulovdd080902018-01-20 01:06:481334 'python',
Dan Jacquescea92c512017-06-02 23:59:161335 'src/third_party/depot_tools/update_depot_tools_toggle.py',
1336 '--disable',
1337 ],
1338 },
1339 {
Mostyn Bramley-Moore114507a2018-04-06 19:42:171340 # Ensure that we don't accidentally reference any .pyc files whose
1341 # corresponding .py files have since been deleted.
1342 # We could actually try to avoid generating .pyc files, crbug.com/500078.
jbudorick94a712c2016-03-09 19:03:521343 'name': 'remove_stale_pyc_files',
1344 'pattern': '.',
1345 'action': [
Nodir Turakulovdd080902018-01-20 01:06:481346 'python',
jbudorick94a712c2016-03-09 19:03:521347 'src/tools/remove_stale_pyc_files.py',
1348 'src/android_webview/tools',
1349 'src/build/android',
1350 'src/gpu/gles2_conform_support',
1351 'src/infra',
1352 'src/ppapi',
1353 'src/printing',
Kent Tamurac04c33d2018-04-12 08:28:581354 'src/third_party/blink/tools', # See http://crbug.com/625877.
jbudorick94a712c2016-03-09 19:03:521355 'src/third_party/catapult',
1356 'src/third_party/closure_compiler/build',
qyearsleydfda207b2016-07-08 14:16:121357 'src/third_party/WebKit/Tools/Scripts', # See http://crbug.com/625877.
jbudorick94a712c2016-03-09 19:03:521358 'src/tools',
1359 ],
1360 },
1361 {
[email protected]89e43f652011-08-18 00:03:171362 # This downloads binaries for Native Client's newlib toolchain.
1363 # Done in lieu of building the toolchain from scratch as it can take
1364 # anywhere from 30 minutes to 4 hours depending on platform to build.
Stefan Zagerfd5ba192014-08-23 00:29:391365 'name': 'nacltools',
1366 'pattern': '.',
Dirk Pranke4dabe802017-11-02 07:18:551367 'condition': 'checkout_nacl',
Stefan Zagerfd5ba192014-08-23 00:29:391368 'action': [
Nodir Turakulovdd080902018-01-20 01:06:481369 'python',
dyen249880632014-11-20 23:02:201370 'src/build/download_nacl_toolchains.py',
ncbray474ab322015-01-05 22:04:221371 '--mode', 'nacl_core_sdk',
ncbray4453c50a2015-02-18 20:10:551372 'sync', '--extract',
[email protected]89e43f652011-08-18 00:03:171373 ],
1374 },
[email protected]3a0b2492011-08-24 20:41:161375 {
Tom Andersona07b9fe2018-02-09 04:08:261376 'name': 'sysroot_arm',
Stefan Zagerfd5ba192014-08-23 00:29:391377 'pattern': '.',
Tom Andersona07b9fe2018-02-09 04:08:261378 'condition': 'checkout_linux and checkout_arm',
Nodir Turakulovdd080902018-01-20 01:06:481379 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
Tom Andersona07b9fe2018-02-09 04:08:261380 '--arch=arm'],
1381 },
1382 {
1383 'name': 'sysroot_arm64',
1384 'pattern': '.',
1385 'condition': 'checkout_linux and checkout_arm64',
1386 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
1387 '--arch=arm64'],
1388 },
1389 {
1390 'name': 'sysroot_x86',
1391 'pattern': '.',
1392 'condition': 'checkout_linux and (checkout_x86 or checkout_x64)',
1393 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
1394 '--arch=x86'],
1395 },
1396 {
1397 'name': 'sysroot_mips',
1398 'pattern': '.',
1399 'condition': 'checkout_linux and checkout_mips',
1400 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
1401 '--arch=mips'],
1402 },
1403 {
1404 'name': 'sysroot_x64',
1405 'pattern': '.',
1406 'condition': 'checkout_linux and checkout_x64',
1407 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
1408 '--arch=x64'],
sbc41d0e082014-10-22 20:39:291409 },
1410 {
Nico Weber76299302018-02-01 20:36:451411 # Case-insensitivity for the Win SDK. Must run before win_toolchain below.
1412 'name': 'ciopfs_linux',
1413 'pattern': '.',
1414 'condition': 'checkout_win and host_os == "linux"',
1415 'action': [ 'python',
1416 'src/third_party/depot_tools/download_from_google_storage.py',
1417 '--no_resume',
1418 '--no_auth',
1419 '--bucket', 'chromium-browser-clang/ciopfs',
1420 '-s', 'src/build/ciopfs.sha1',
1421 ]
1422 },
1423 {
Nico Weberb19437032017-10-09 02:45:091424 # Update the Windows toolchain if necessary. Must run before 'clang' below.
Stefan Zagerfd5ba192014-08-23 00:29:391425 'name': 'win_toolchain',
1426 'pattern': '.',
Nico Webera13ad932017-10-12 18:52:401427 'condition': 'checkout_win',
Nodir Turakulovdd080902018-01-20 01:06:481428 'action': ['python', 'src/build/vs_toolchain.py', 'update', '--force'],
[email protected]c71d3282014-04-09 01:56:201429 },
justincohen6a03a3d2016-03-26 21:44:381430 {
1431 # Update the Mac toolchain if necessary.
1432 'name': 'mac_toolchain',
1433 'pattern': '.',
Rohit Rao92489af2017-10-12 21:45:481434 'condition': 'checkout_ios or checkout_mac',
Nodir Turakulov52cd53f2017-11-14 22:08:021435 'action': ['python', 'src/build/mac_toolchain.py'],
justincohen6a03a3d2016-03-26 21:44:381436 },
hansb2eae972015-05-19 00:53:121437 # Pull binutils for linux, enabled debug fission for faster linking /
1438 # debugging when used with clang on Ubuntu Precise.
1439 # https://code.google.com/p/chromium/issues/detail?id=352046
1440 {
1441 'name': 'binutils',
1442 'pattern': 'src/third_party/binutils',
Nico Weberb19437032017-10-09 02:45:091443 'condition': 'host_os == "linux"',
hansb2eae972015-05-19 00:53:121444 'action': [
Nodir Turakulovfec77cd2017-11-14 18:22:321445 'python',
hansb2eae972015-05-19 00:53:121446 'src/third_party/binutils/download.py',
1447 ],
1448 },
[email protected]c71d3282014-04-09 01:56:201449 {
Hans Wennborg28fb41c2014-09-22 23:25:121450 # Note: On Win, this should run after win_toolchain, as it may use it.
1451 'name': 'clang',
1452 'pattern': '.',
Nodir Turakulovdd080902018-01-20 01:06:481453 'action': ['python', 'src/tools/clang/scripts/update.py'],
Hans Wennborg28fb41c2014-09-22 23:25:121454 },
1455 {
Nico Weber1df4a692017-10-16 21:36:301456 # Mac doesn't use lld so it's not included in the default clang bundle
1457 # there. lld is however needed in win cross builds, so download it there.
1458 # Should run after the clang hook.
1459 'name': 'lld/mac',
1460 'pattern': '.',
1461 'condition': 'host_os == "mac" and checkout_win',
Nodir Turakulovdd080902018-01-20 01:06:481462 'action': ['python', 'src/tools/clang/scripts/download_lld_mac.py'],
Nico Weber1df4a692017-10-16 21:36:301463 },
1464 {
phajdan.jr2448b2c2015-04-24 21:04:171465 # Update LASTCHANGE.
Stefan Zagerfd5ba192014-08-23 00:29:391466 'name': 'lastchange',
1467 'pattern': '.',
Nodir Turakulovdd080902018-01-20 01:06:481468 'action': ['python', 'src/build/util/lastchange.py',
Stefan Zagerfd5ba192014-08-23 00:29:391469 '-o', 'src/build/util/LASTCHANGE'],
[email protected]9046a112012-01-31 20:45:251470 },
1471 {
Kai Ninomiya96bd9ef92017-10-20 21:30:371472 # Update GPU lists version string (for gpu/config).
1473 'name': 'gpu_lists_version',
1474 'pattern': '.',
Nodir Turakulovdd080902018-01-20 01:06:481475 'action': ['python', 'src/build/util/lastchange.py',
Kai Ninomiya96bd9ef92017-10-20 21:30:371476 '-m', 'GPU_LISTS_VERSION',
1477 '--revision-id-only',
1478 '--header', 'src/gpu/config/gpu_lists_version.h'],
1479 },
1480 {
halcanary5cacab3a2016-07-29 19:23:201481 # Update skia_commit_hash.h.
1482 'name': 'lastchange_skia',
1483 'pattern': '.',
Nodir Turakulovdd080902018-01-20 01:06:481484 'action': ['python', 'src/build/util/lastchange.py',
halcanary5cacab3a2016-07-29 19:23:201485 '-m', 'SKIA_COMMIT_HASH',
1486 '-s', 'src/third_party/skia',
1487 '--header', 'src/skia/ext/skia_commit_hash.h'],
1488 },
[email protected]66968ba2014-03-18 20:27:541489 # Pull GN binaries. This needs to be before running GYP below.
1490 {
Stefan Zagerfd5ba192014-08-23 00:29:391491 'name': 'gn_win',
1492 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191493 'condition': 'host_os == "win"',
Nodir Turakulovdd080902018-01-20 01:06:481494 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121495 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:391496 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:391497 '--no_auth',
1498 '--bucket', 'chromium-gn',
1499 '-s', 'src/buildtools/win/gn.exe.sha1',
[email protected]66968ba2014-03-18 20:27:541500 ],
1501 },
1502 {
Stefan Zagerfd5ba192014-08-23 00:29:391503 'name': 'gn_mac',
1504 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191505 'condition': 'host_os == "mac"',
Nodir Turakulovdd080902018-01-20 01:06:481506 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121507 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:391508 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:391509 '--no_auth',
1510 '--bucket', 'chromium-gn',
1511 '-s', 'src/buildtools/mac/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:191512 ],
1513 },
1514 {
Stefan Zagerfd5ba192014-08-23 00:29:391515 'name': 'gn_linux64',
1516 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191517 'condition': 'host_os == "linux"',
Nodir Turakulovdd080902018-01-20 01:06:481518 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121519 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:391520 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:391521 '--no_auth',
1522 '--bucket', 'chromium-gn',
1523 '-s', 'src/buildtools/linux64/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:191524 ],
1525 },
[email protected]6eabd702014-01-12 00:19:201526 # Pull clang-format binaries using checked-in hashes.
1527 {
Stefan Zagerfd5ba192014-08-23 00:29:391528 'name': 'clang_format_win',
1529 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191530 'condition': 'host_os == "win"',
Nodir Turakulovdd080902018-01-20 01:06:481531 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121532 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:391533 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:391534 '--no_auth',
1535 '--bucket', 'chromium-clang-format',
1536 '-s', 'src/buildtools/win/clang-format.exe.sha1',
[email protected]6eabd702014-01-12 00:19:201537 ],
1538 },
1539 {
Stefan Zagerfd5ba192014-08-23 00:29:391540 'name': 'clang_format_mac',
1541 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191542 'condition': 'host_os == "mac"',
Nodir Turakulovdd080902018-01-20 01:06:481543 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121544 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:391545 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:391546 '--no_auth',
1547 '--bucket', 'chromium-clang-format',
1548 '-s', 'src/buildtools/mac/clang-format.sha1',
[email protected]6eabd702014-01-12 00:19:201549 ],
1550 },
1551 {
Stefan Zagerfd5ba192014-08-23 00:29:391552 'name': 'clang_format_linux',
1553 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191554 'condition': 'host_os == "linux"',
Nodir Turakulovdd080902018-01-20 01:06:481555 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121556 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:391557 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:391558 '--no_auth',
1559 '--bucket', 'chromium-clang-format',
1560 '-s', 'src/buildtools/linux64/clang-format.sha1',
[email protected]6ec1d6fc2014-06-25 19:55:211561 ],
1562 },
Nico Weber0c0ade82017-10-19 22:34:431563 # Pull rc binaries using checked-in hashes.
1564 {
1565 'name': 'rc_win',
1566 'pattern': '.',
1567 'condition': 'checkout_win and host_os == "win"',
Nodir Turakulovdd080902018-01-20 01:06:481568 'action': [ 'python',
Nico Weber0c0ade82017-10-19 22:34:431569 'src/third_party/depot_tools/download_from_google_storage.py',
1570 '--no_resume',
1571 '--no_auth',
1572 '--bucket', 'chromium-browser-clang/rc',
1573 '-s', 'src/build/toolchain/win/rc/win/rc.exe.sha1',
1574 ],
1575 },
1576 {
1577 'name': 'rc_mac',
1578 'pattern': '.',
1579 'condition': 'checkout_win and host_os == "mac"',
Nodir Turakulovdd080902018-01-20 01:06:481580 'action': [ 'python',
Nico Weber0c0ade82017-10-19 22:34:431581 'src/third_party/depot_tools/download_from_google_storage.py',
1582 '--no_resume',
1583 '--no_auth',
1584 '--bucket', 'chromium-browser-clang/rc',
1585 '-s', 'src/build/toolchain/win/rc/mac/rc.sha1',
1586 ],
1587 },
1588 {
1589 'name': 'rc_linux',
1590 'pattern': '.',
1591 'condition': 'checkout_win and host_os == "linux"',
Nodir Turakulovdd080902018-01-20 01:06:481592 'action': [ 'python',
Nico Weber0c0ade82017-10-19 22:34:431593 'src/third_party/depot_tools/download_from_google_storage.py',
1594 '--no_resume',
1595 '--no_auth',
1596 '--bucket', 'chromium-browser-clang/rc',
1597 '-s', 'src/build/toolchain/win/rc/linux64/rc.sha1',
Dominik Röttschesf49ef762017-11-17 09:26:311598 ]
1599 },
Nico Weber76299302018-02-01 20:36:451600 {
Tom Anderson44027d42018-03-15 17:14:531601 'name': 'test_fonts',
Dominik Röttschesf49ef762017-11-17 09:26:311602 'pattern': '.',
Alexander Semashkod9431dcf2018-03-01 07:51:161603 'condition': 'checkout_linux or (checkout_android or checkout_fuchsia)',
Dominik Röttschesf49ef762017-11-17 09:26:311604 'action': [ 'download_from_google_storage',
1605 '--no_resume',
Dominik Röttschesf49ef762017-11-17 09:26:311606 '--extract',
1607 '--no_auth',
1608 '--bucket', 'chromium-fonts',
Tom Anderson44027d42018-03-15 17:14:531609 '-s', 'src/third_party/test_fonts/test_fonts.tar.gz.sha1',
Nico Weber0c0ade82017-10-19 22:34:431610 ],
1611 },
Hans Wennborgfc1e2972017-06-12 18:42:261612 # Pull order files for the win/clang build.
1613 {
1614 'name': 'orderfiles_win',
1615 'pattern': '.',
Paweł Hajdan, Jr004d8b32017-10-02 18:44:221616 'condition': 'checkout_win',
Nodir Turakulovdd080902018-01-20 01:06:481617 'action': [ 'python',
Hans Wennborgfc1e2972017-06-12 18:42:261618 'src/third_party/depot_tools/download_from_google_storage.py',
1619 '--no_resume',
Hans Wennborgfc1e2972017-06-12 18:42:261620 '--no_auth',
1621 '--bucket', 'chromium-browser-clang/orderfiles',
1622 '-d', 'src/chrome/build',
1623 ],
1624 },
maruel4fbba012015-05-22 21:52:291625 # Pull luci-go binaries (isolate, swarming) using checked-in hashes.
1626 {
1627 'name': 'luci-go_win',
1628 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191629 'condition': 'host_os == "win"',
Nodir Turakulovdd080902018-01-20 01:06:481630 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121631 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:291632 '--no_resume',
maruel4fbba012015-05-22 21:52:291633 '--no_auth',
1634 '--bucket', 'chromium-luci',
1635 '-d', 'src/tools/luci-go/win64',
1636 ],
1637 },
1638 {
1639 'name': 'luci-go_mac',
1640 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191641 'condition': 'host_os == "mac"',
Nodir Turakulovdd080902018-01-20 01:06:481642 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121643 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:291644 '--no_resume',
maruel4fbba012015-05-22 21:52:291645 '--no_auth',
1646 '--bucket', 'chromium-luci',
1647 '-d', 'src/tools/luci-go/mac64',
1648 ],
1649 },
1650 {
1651 'name': 'luci-go_linux',
1652 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191653 'condition': 'host_os == "linux"',
Nodir Turakulovdd080902018-01-20 01:06:481654 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121655 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:291656 '--no_resume',
maruel4fbba012015-05-22 21:52:291657 '--no_auth',
1658 '--bucket', 'chromium-luci',
1659 '-d', 'src/tools/luci-go/linux64',
1660 ],
1661 },
[email protected]f1d116b2014-06-13 18:07:261662 # Pull the Syzygy binaries, used for optimization and instrumentation.
Sigurdur Asgeirsson69d0bcd2018-03-29 21:50:511663 # Remove this as soon as the zap_timestamp.exe utility is no longer used.
1664 # See https://crbug.com/821764#c3.
[email protected]f1d116b2014-06-13 18:07:261665 {
Stefan Zagerfd5ba192014-08-23 00:29:391666 'name': 'syzygy-binaries',
1667 'pattern': '.',
Nico Weberb19437032017-10-09 02:45:091668 'condition': 'host_os == "win"',
Nodir Turakulovdd080902018-01-20 01:06:481669 'action': ['python',
Stefan Zagerfd5ba192014-08-23 00:29:391670 'src/build/get_syzygy_binaries.py',
1671 '--output-dir=src/third_party/syzygy/binaries',
Sebastien Marchand75ac1cc2017-12-06 16:58:381672 '--revision=8164b24ebde9c5649c9a09e88a7fc0b0fcbd1bc5',
Stefan Zagerfd5ba192014-08-23 00:29:391673 '--overwrite',
sebmarchandaf7cc2f2016-10-04 18:22:251674 '--copy-dia-binaries',
[email protected]f1d116b2014-06-13 18:07:261675 ],
1676 },
erikwright9bdc2bf2015-01-22 20:20:041677 {
Stefan Zagerfd5ba192014-08-23 00:29:391678 'name': 'apache_win32',
1679 'pattern': '\\.sha1',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191680 'condition': 'host_os == "win"',
Nodir Turakulovdd080902018-01-20 01:06:481681 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121682 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:391683 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:391684 '--directory',
1685 '--recursive',
1686 '--no_auth',
1687 '--num_threads=16',
1688 '--bucket', 'chromium-apache-win32',
1689 'src/third_party/apache-win32',
[email protected]2154052a2014-06-14 19:29:261690 ],
1691 },
1692 {
Dirk Pranke6c360be2017-10-09 19:06:591693 'name': 'msan_chained_origins',
1694 'pattern': '.',
1695 'condition': 'checkout_instrumented_libraries',
Nodir Turakulovdd080902018-01-20 01:06:481696 'action': [ 'python',
Dirk Pranke6c360be2017-10-09 19:06:591697 'src/third_party/depot_tools/download_from_google_storage.py',
1698 "--no_resume",
1699 "--no_auth",
1700 "--bucket", "chromium-instrumented-libraries",
1701 "-s", "src/third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1",
1702 ],
1703 },
1704 {
1705 'name': 'msan_no_origins',
1706 'pattern': '.',
1707 'condition': 'checkout_instrumented_libraries',
Nodir Turakulovdd080902018-01-20 01:06:481708 'action': [ 'python',
Dirk Pranke6c360be2017-10-09 19:06:591709 'src/third_party/depot_tools/download_from_google_storage.py',
1710 "--no_resume",
1711 "--no_auth",
1712 "--bucket", "chromium-instrumented-libraries",
1713 "-s", "src/third_party/instrumented_libraries/binaries/msan-no-origins-trusty.tgz.sha1",
1714 ],
thomasandersonaa441f52017-04-04 22:35:391715 },
1716 {
bradnelson20c9a7312016-08-30 17:45:471717 "name": "wasm_fuzzer",
1718 "pattern": ".",
Nodir Turakulovdd080902018-01-20 01:06:481719 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121720 'src/third_party/depot_tools/download_from_google_storage.py',
bradnelson20c9a7312016-08-30 17:45:471721 "--no_resume",
1722 "--no_auth",
1723 "-u",
1724 "--bucket", "v8-wasm-fuzzer",
ahaasec987e5d2017-05-17 11:25:361725 "-s", "src/v8/test/fuzzer/wasm_corpus.tar.gz.sha1",
bradnelson20c9a7312016-08-30 17:45:471726 ],
1727 },
dpapadcbee6ab2017-01-14 03:05:531728
1729 # Pull down Node binaries for WebUI toolchain.
1730 {
1731 'name': 'node_linux64',
1732 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191733 'condition': 'host_os == "linux"',
Nodir Turakulovdd080902018-01-20 01:06:481734 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121735 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531736 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531737 '--extract',
1738 '--no_auth',
dpapad40b00b452017-11-21 05:00:091739 '--bucket', 'chromium-nodejs/8.9.1',
dpapadcbee6ab2017-01-14 03:05:531740 '-s', 'src/third_party/node/linux/node-linux-x64.tar.gz.sha1',
1741 ],
1742 },
1743 {
1744 'name': 'node_mac',
1745 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191746 'condition': 'host_os == "mac"',
Nodir Turakulovdd080902018-01-20 01:06:481747 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121748 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531749 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531750 '--extract',
1751 '--no_auth',
dpapad40b00b452017-11-21 05:00:091752 '--bucket', 'chromium-nodejs/8.9.1',
dpapadcbee6ab2017-01-14 03:05:531753 '-s', 'src/third_party/node/mac/node-darwin-x64.tar.gz.sha1',
1754 ],
1755 },
1756 {
1757 'name': 'node_win',
1758 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191759 'condition': 'host_os == "win"',
Nodir Turakulovdd080902018-01-20 01:06:481760 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121761 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531762 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531763 '--no_auth',
dpapad40b00b452017-11-21 05:00:091764 '--bucket', 'chromium-nodejs/8.9.1',
dpapadcbee6ab2017-01-14 03:05:531765 '-s', 'src/third_party/node/win/node.exe.sha1',
1766 ],
1767 },
1768
1769 # Pull down NPM dependencies for WebUI toolchain.
1770 {
1771 'name': 'webui_node_modules',
1772 'pattern': '.',
Nodir Turakulovdd080902018-01-20 01:06:481773 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121774 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531775 '--no_resume',
1776 '--extract',
1777 '--no_auth',
1778 '--bucket', 'chromium-nodejs',
1779 '-s', 'src/third_party/node/node_modules.tar.gz.sha1',
1780 ],
1781 },
kainino61f7bce2017-04-28 21:53:271782
Dirk Prankec1d528fc02017-11-03 15:15:031783 # Download Telemetry's binary dependencies via conditionals
1784 {
1785 'name': 'checkout_telemetry_binary_dependencies',
1786 'condition': 'checkout_telemetry_dependencies',
1787 'pattern': '.',
Nodir Turakulove2d81c32017-11-10 07:47:271788 'action': [ 'vpython',
Dirk Prankec1d528fc02017-11-03 15:15:031789 'src/third_party/catapult/telemetry/bin/fetch_telemetry_binary_dependencies',
1790 ],
1791 },
Miguel Casasbbcf56ca2017-12-21 00:50:281792 #
Stephen Martinis924a02d2017-11-08 10:12:031793 # Download Telemetry's benchmark binary dependencies via conditionals
1794 {
1795 'name': 'checkout_telemetry_benchmark_deps',
1796 'condition': 'checkout_telemetry_dependencies',
1797 'pattern': '.',
Nodir Turakuloveea875a2018-01-22 23:52:521798 'action': [ 'vpython',
Stephen Martinis924a02d2017-11-08 10:12:031799 'src/tools/perf/fetch_benchmark_deps.py',
1800 '-f',
1801 ],
1802 },
Dirk Prankec1d528fc02017-11-03 15:15:031803
kainino61f7bce2017-04-28 21:53:271804 # Download Telemetry's binary dependencies
Dirk Prankec1d528fc02017-11-03 15:15:031805 # TODO(crbug.com/780967) - remove this once the bots are setting the
1806 # `checkout_telemetry_dependencies` condition.
kainino61f7bce2017-04-28 21:53:271807 {
1808 'name': 'fetch_telemetry_binary_dependencies',
1809 'pattern': '.',
Nodir Turakulove2d81c32017-11-10 07:47:271810 'action': [ 'vpython',
Dirk Pranke4c3098b2017-10-10 18:57:221811 'src/tools/perf/conditionally_execute',
1812 '--gyp-condition', 'fetch_telemetry_dependencies=1',
kainino61f7bce2017-04-28 21:53:271813 'src/third_party/catapult/telemetry/bin/fetch_telemetry_binary_dependencies',
1814 ],
1815 },
John Budorickda2bfbb2017-05-30 22:17:591816
Dirk Pranke099b747b2017-10-06 04:29:091817 # This is used to ensure that all network operations are properly
1818 # annotated so we can document what they're for.
1819 {
1820 'name': 'tools_traffic_annotation_linux',
1821 'pattern': '.',
1822 'condition': 'host_os == "linux" and checkout_traffic_annotation_tools',
Nodir Turakulovdd080902018-01-20 01:06:481823 'action': [ 'python',
Dirk Pranke099b747b2017-10-06 04:29:091824 'src/third_party/depot_tools/download_from_google_storage.py',
1825 '--no_resume',
Dirk Pranke099b747b2017-10-06 04:29:091826 '--no_auth',
1827 '--num_threads=4',
1828 '--bucket', 'chromium-tools-traffic_annotation',
1829 '-d', 'src/tools/traffic_annotation/bin/linux64',
1830 ],
1831 },
1832
Ramin Halavatib7e55d92017-11-21 08:00:571833# This is used to ensure that all network operations are properly
1834# annotated so we can document what they're for.
1835 {
1836 'name': 'tools_traffic_annotation_windows',
1837 'pattern': '.',
Ramin Halavati4478d112018-02-01 06:33:521838 'condition': 'host_os == "win" and checkout_traffic_annotation_tools',
Nodir Turakulovdd080902018-01-20 01:06:481839 'action': [ 'python',
Ramin Halavatib7e55d92017-11-21 08:00:571840 'src/third_party/depot_tools/download_from_google_storage.py',
1841 '--no_resume',
1842 '--no_auth',
1843 '--num_threads=4',
1844 '--bucket', 'chromium-tools-traffic_annotation',
1845 '-d', 'src/tools/traffic_annotation/bin/win32',
1846 ],
1847 },
1848
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401849 # Pull down Zucchini test data.
1850 {
1851 'name': 'zucchini_testdata',
1852 'pattern': '.',
Nodir Turakulovdd080902018-01-20 01:06:481853 'action': [ 'python',
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401854 'src/third_party/depot_tools/download_from_google_storage.py',
1855 '--no_resume',
1856 '--no_auth',
huangs3bad8e22017-09-05 21:50:001857 '--num_threads=4',
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401858 '--bucket', 'chromium-binary-patching',
Samuel Huang577ef6c2018-03-13 18:19:341859 '-d', 'src/components/zucchini/testdata',
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401860 ],
1861 },
1862
Paweł Hajdan, Jre7eed642017-10-02 16:46:561863 {
John Budoricke9aa27c2018-03-24 00:23:271864 # We used to use src as a CIPD root. We moved it to a different directory
1865 # in crrev.com/c/930178 but left the clobber here to ensure that that CL
1866 # could be reverted safely. This can be safely removed once crbug.com/794764
1867 # is resolved.
1868 'name': 'Android Clobber Deprecated CIPD Root',
John Budorickda801692018-02-21 23:24:281869 'pattern': '.',
1870 'condition': 'checkout_android',
John Budoricke9aa27c2018-03-24 00:23:271871 'action': ['src/build/cipd/clobber_cipd_root.py',
1872 '--root', 'src',
John Budorickda801692018-02-21 23:24:281873 ],
1874 },
1875 {
George Burgess IV1f751e42018-01-23 22:10:001876 'name': 'Fetch Android AFDO profile',
1877 'pattern': '.',
1878 'condition': 'checkout_android',
1879 'action': ['vpython', 'src/chrome/android/profiles/update_afdo_profile.py'],
1880 },
1881 {
Paweł Hajdan, Jre7eed642017-10-02 16:46:561882 # This downloads SDK extras and puts them in the
1883 # third_party/android_tools/sdk/extras directory.
1884 'name': 'sdkextras',
1885 'pattern': '.',
1886 'condition': 'checkout_android',
1887 # When adding a new sdk extras package to download, add the package
1888 # directory and zip file to .gitignore in third_party/android_tools.
Nodir Turakulovdd080902018-01-20 01:06:481889 'action': [ 'python',
John Budorickb80cf482017-11-07 19:32:051890 'src/build/android/play_services/update.py',
1891 'download'
Paweł Hajdan, Jre7eed642017-10-02 16:46:561892 ],
1893 },
John Budorickbbdcc492017-10-09 18:57:091894 # Download checkstyle for use in PRESUBMIT for Java changes.
1895 {
1896 'name': 'checkstyle',
1897 'pattern': '.',
1898 # Must also be downloaded on linux for use on chromium_presubmit.
1899 'condition': 'checkout_android or checkout_linux',
Nodir Turakulovdd080902018-01-20 01:06:481900 'action': [ 'python',
John Budorickbbdcc492017-10-09 18:57:091901 'src/third_party/depot_tools/download_from_google_storage.py',
1902 '--no_resume',
1903 '--no_auth',
1904 '--bucket', 'chromium-android-tools/checkstyle',
1905 '-s', 'src/third_party/checkstyle/checkstyle-8.0-all.jar.sha1'
1906 ],
1907 },
Paweł Hajdan, Jre7eed642017-10-02 16:46:561908 {
Paweł Hajdan, Jre7eed642017-10-02 16:46:561909 'name': 'gvr_static_shim_android_arm',
1910 'pattern': '\\.sha1',
1911 'condition': 'checkout_android',
Nodir Turakulovdd080902018-01-20 01:06:481912 'action': [ 'python',
Nodir Turakulove2d81c32017-11-10 07:47:271913 'src/third_party/depot_tools/download_from_google_storage.py',
1914 '--no_resume',
1915 '--no_auth',
1916 '--bucket', 'chromium-gvr-static-shim',
1917 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm.a.sha1',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561918 ],
1919 },
1920 {
1921 'name': 'gvr_static_shim_android_arm64',
1922 'pattern': '\\.sha1',
1923 'condition': 'checkout_android',
Nodir Turakulovdd080902018-01-20 01:06:481924 'action': [ 'python',
Nodir Turakulove2d81c32017-11-10 07:47:271925 'src/third_party/depot_tools/download_from_google_storage.py',
1926 '--no_resume',
1927 '--no_auth',
1928 '--bucket', 'chromium-gvr-static-shim',
1929 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm64.a.sha1',
thakis973bb2432017-05-24 15:27:141930 ],
Paweł Hajdan, Jre7eed642017-10-02 16:46:561931 },
1932 {
Tibor Goldschwendt21235c82018-01-08 23:00:021933 'name': 'vr_assets',
1934 'pattern': '.',
Tibor Goldschwendtad8048f2018-02-05 18:26:001935 'condition': 'checkout_src_internal and checkout_android',
Nodir Turakulovdd080902018-01-20 01:06:481936 'action': ['python',
Tibor Goldschwendt21235c82018-01-08 23:00:021937 'src/third_party/depot_tools/download_from_google_storage.py',
1938 '--bucket', 'chrome-vr-assets',
1939 '--recursive',
1940 '--directory',
Tibor Goldschwendtfd6806b82018-02-14 22:32:501941 'src/chrome/browser/resources/vr/assets/google_chrome',
Tibor Goldschwendt21235c82018-01-08 23:00:021942 ],
1943 },
1944 {
Paweł Hajdan, Jre7eed642017-10-02 16:46:561945 'name': 'vr_controller_test_api',
1946 'pattern': '\\.sha1',
1947 'condition': 'checkout_android',
Nodir Turakulovdd080902018-01-20 01:06:481948 'action': [ 'python',
Nodir Turakulove2d81c32017-11-10 07:47:271949 'src/third_party/depot_tools/download_from_google_storage.py',
1950 '--no_resume',
1951 '--no_auth',
1952 '--bucket', 'chromium-gvr-static-shim/controller_test_api',
1953 '-s', 'src/third_party/gvr-android-sdk/test-libraries/controller_test_api.aar.sha1',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561954 ],
1955 },
1956 # Download VR test APKs only if the environment variable is set
1957 {
1958 'name': 'vr_test_apks',
1959 'pattern': '.',
1960 'condition': 'checkout_android',
Nodir Turakulovdd080902018-01-20 01:06:481961 'action': [ 'python',
John Budorickb80cf482017-11-07 19:32:051962 'src/third_party/gvr-android-sdk/test-apks/update.py',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561963 ],
1964 },
Bill Orr7cccdf572017-12-19 17:05:491965 # Download Oculus SDK if appropriate.
1966 {
1967 'name': 'libovr',
1968 'pattern': '.',
1969 'condition': 'checkout_oculus_sdk',
Nodir Turakulovdd080902018-01-20 01:06:481970 'action': ['python',
Bill Orr7cccdf572017-12-19 17:05:491971 'src/third_party/depot_tools/download_from_google_storage.py',
1972 '--bucket', 'chrome-oculus-sdk',
1973 '--recursive',
1974 '--num_threads=10',
1975 '--directory',
1976 'src/third_party/libovr/src',
1977 ],
1978 },
Paweł Hajdan, Jre7eed642017-10-02 16:46:561979 {
1980 # Pull doclava binaries if building for Android.
1981 'name': 'doclava',
1982 'pattern': '.',
1983 'condition': 'checkout_android',
Nodir Turakulovdd080902018-01-20 01:06:481984 'action': [ 'python',
John Budorickb80cf482017-11-07 19:32:051985 'src/build/android/download_doclava.py',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561986 ],
1987 },
1988
1989 {
1990 'name': 'fuchsia_sdk',
1991 'pattern': '.',
1992 'condition': 'checkout_fuchsia',
1993 'action': [
Nodir Turakulovdd080902018-01-20 01:06:481994 'python',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561995 'src/build/fuchsia/update_sdk.py',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561996 ],
1997 },
Dan Jacques9731b23a2017-10-12 20:40:171998
Benjamin Pastene9d8ac1b2018-04-03 20:33:021999 # Download CrOS simplechrome artifacts.
2000 {
2001 'name': 'cros_simplechrome_artifacts',
2002 'pattern': '.',
2003 # Building for CrOS is only supported on linux currently.
2004 'condition': 'checkout_chromeos and host_os == "linux"',
2005 'action': [
2006 'src/third_party/chromite/bin/cros',
2007 'chrome-sdk',
Benjamin Pasteneb828cce2018-04-06 18:12:462008 '--nogoma',
Benjamin Pastene9d8ac1b2018-04-03 20:33:022009 '--use-external-config',
2010 '--nogn-gen',
2011 '--download-vm',
2012 '--board={cros_board}',
2013 '--cache-dir=src/build/cros_cache/',
2014 '--log-level=error',
2015 'exit',
2016 ],
2017 },
2018
Dan Jacques9731b23a2017-10-12 20:40:172019 # Download and initialize "vpython" VirtualEnv environment packages.
2020 {
2021 'name': 'vpython_common',
2022 'pattern': '.',
2023 'action': [ 'vpython',
2024 '-vpython-spec', 'src/.vpython',
2025 '-vpython-tool', 'install',
2026 ],
2027 },
Paweł Hajdan, Jre7eed642017-10-02 16:46:562028]
scottmg4cd62bec2017-05-16 03:55:252029
jbudoricke6932bfd2016-09-07 02:09:222030recursedeps = [
bungeman1835f982016-09-28 18:33:222031 # buildtools provides clang_format, libc++, and libc++abi
2032 'src/buildtools',
jbudoricke6932bfd2016-09-07 02:09:222033 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
2034 ("src/third_party/angle", "DEPS.chromium"),
Paweł Hajdan, Jr37a7a742017-09-25 11:37:302035 # src-internal has its own DEPS file to pull additional internal repos
2036 'src-internal',
jbudoricke6932bfd2016-09-07 02:09:222037]