blob: 28f2e276baaafe4278abe72b8c6e7d721e74615d [file] [log] [blame]
andrewhayden889350dd2014-10-06 09:16:401# This file is used to manage the dependencies of the Chromium src repo. It is
2# used by gclient to determine what version of each dependency to check out, and
3# where.
[email protected]3645abc2013-10-28 22:41:284#
andrewhayden889350dd2014-10-06 09:16:405# For more information, please refer to the official documentation:
6# https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
[email protected]3645abc2013-10-28 22:41:287#
[email protected]ed711942012-05-19 06:57:068# When adding a new dependency, please update the top-level .gitignore file
9# to list the dependency's destination directory.
andrewhayden889350dd2014-10-06 09:16:4010#
11# -----------------------------------------------------------------------------
12# Rolling deps
13# -----------------------------------------------------------------------------
14# All repositories in this file are git-based, using Chromium git mirrors where
15# necessary (e.g., a git mirror is used when the source project is SVN-based).
16# To update the revision that Chromium pulls for a given dependency:
17#
18# # Create and switch to a new branch
19# git new-branch depsroll
andrewhayden1859920b2015-08-11 13:13:2420# # Run roll-dep (provided by depot_tools) giving the dep's path and optionally
21# # a regex that will match the line in this file that contains the current
22# # revision. The script ALWAYS rolls the dependency to the latest revision
23# # in origin/master. The path for the dep should start with src/.
24# roll-dep src/third_party/foo_package/src foo_package.git
andrewhayden889350dd2014-10-06 09:16:4025# # You should now have a modified DEPS file; commit and upload as normal
26# git commit -a
27# git cl upload
28
[email protected]ed711942012-05-19 06:57:0629
[email protected]5f129de2009-02-24 23:22:0430vars = {
Dirk Prankef044b6b02017-10-05 22:02:0331 # By default, we should check out everything needed to run on the main
32 # chromium waterfalls. This var can be also be set to "small", in order
33 # to skip things are not strictly needed to build chromium for development
34 # purposes.
35 'checkout_configuration': 'default',
36
Paweł Hajdan, Jr37a7a742017-09-25 11:37:3037 # By default, do not check out src-internal. This can be overridden e.g. with
38 # custom_vars.
Paweł Hajdan, Jr41d18fa2017-10-09 12:41:5739 'checkout_src_internal': False,
Paweł Hajdan, Jr37a7a742017-09-25 11:37:3040
Dirk Pranke099b747b2017-10-06 04:29:0941 # TODO(dpranke): change to != "small" once != is supported.
Dirk Pranke5e953152017-10-10 16:26:4442 'checkout_traffic_annotation_tools': 'checkout_configuration == "default"',
Dirk Pranke4c3098b2017-10-10 18:57:2243 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
Dirk Pranke5e953152017-10-10 16:26:4444
Stefan Zagerfd5ba192014-08-23 00:29:3945 'chromium_git': 'https://chromium.googlesource.com',
dpranke4778c712016-09-23 01:15:5646 'swiftshader_git': 'https://swiftshader.googlesource.com',
47 'pdfium_git': 'https://pdfium.googlesource.com',
48 'boringssl_git': 'https://boringssl.googlesource.com',
agable851c6f7252016-11-04 17:17:3949 'skia_git': 'https://skia.googlesource.com',
Henrik Kjellander7c0b28b2017-09-13 20:25:0250 'webrtc_git': 'https://webrtc.googlesource.com',
thestig3e7d8e02015-09-28 23:54:4651 # Three lines of non-changing comments so that
thestig3e7d8e02015-09-28 23:54:4652 # the commit queue can handle CLs rolling sfntly
53 # and whatever else without interference from each other.
thestig930abad2017-04-18 02:44:3354 'sfntly_revision': '2439bd08ff93d4dce761dd6b825917938bd35a4f',
thestig3e7d8e02015-09-28 23:54:4655 # Three lines of non-changing comments so that
56 # the commit queue can handle CLs rolling Skia
57 # and whatever else without interference from each other.
[email protected]947d782c2017-10-30 16:47:1758 'skia_revision': '228da62fa791e1532826f8e17b945c3d8cbc1300',
[email protected]5eb3022e2011-11-23 16:42:2659 # Three lines of non-changing comments so that
sbce2d44aee2015-06-09 03:06:0460 # the commit queue can handle CLs rolling V8
61 # and whatever else without interference from each other.
v8-autorolladab9622017-10-30 19:33:2062 'v8_revision': 'd7dba58ef25bba3c03032bdfc2da651552e24813',
[email protected]20e0e752012-09-14 15:56:5263 # Three lines of non-changing comments so that
[email protected]10d8ac32013-10-31 13:34:3164 # the commit queue can handle CLs rolling swarming_client
[email protected]7f4fc412013-02-24 00:16:5165 # and whatever else without interference from each other.
Marc-Antoine Ruelb2940b32017-10-26 00:33:2166 'swarming_revision': 'fe94e7274e40e2e929cdbc8787836f70d38de1f1',
[email protected]d0982f92013-03-19 10:26:2067 # Three lines of non-changing comments so that
[email protected]62f231902014-03-11 10:19:2068 # the commit queue can handle CLs rolling ANGLE
69 # and whatever else without interference from each other.
[email protected]6bf6f432017-10-30 18:34:3870 'angle_revision': '87c358839ccde050baa73185a201779a1cd73e84',
[email protected]f58d3292014-05-14 01:56:5471 # Three lines of non-changing comments so that
72 # the commit queue can handle CLs rolling build tools
73 # and whatever else without interference from each other.
Jamie Madill4f6aa3372017-10-17 02:56:3174 'buildtools_revision': 'e043d81e9185a2445fa3ec3fc34a4f69b58d4969',
dpranke7a694fe2015-08-18 05:11:2975 # Three lines of non-changing comments so that
capne3976c22016-08-12 22:06:1776 # the commit queue can handle CLs rolling SwiftShader
77 # and whatever else without interference from each other.
Alexis Hetu6ef68872017-10-30 20:35:0878 'swiftshader_revision': 'e2febff0f79aab45451c5d20e59e3b55040f2fa6',
capne3976c22016-08-12 22:06:1779 # Three lines of non-changing comments so that
dpranke7a694fe2015-08-18 05:11:2980 # the commit queue can handle CLs rolling PDFium
[email protected]d6a2e88f12014-05-19 19:27:0381 # and whatever else without interference from each other.
[email protected]45e4bb92017-10-30 20:18:4182 'pdfium_revision': 'd2d4df84d3c2f0466d9ad60ee52fa7cc3915ebe4',
[email protected]99e1c5c2014-06-20 13:02:2983 # Three lines of non-changing comments so that
84 # the commit queue can handle CLs rolling openmax_dl
85 # and whatever else without interference from each other.
scottmgc460f9122016-11-19 01:50:2686 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7',
[email protected]7ee3af52014-07-06 18:16:4787 # Three lines of non-changing comments so that
88 # the commit queue can handle CLs rolling BoringSSL
89 # and whatever else without interference from each other.
David Benjamin785c09d2017-10-11 19:57:5290 'boringssl_revision': '664e99a6486c293728097c661332f92bf2d847c6',
szager29407eb2014-08-26 13:09:3191 # Three lines of non-changing comments so that
szager29407eb2014-08-26 13:09:3192 # the commit queue can handle CLs rolling google-toolbox-for-mac
93 # and whatever else without interference from each other.
Mark Mentovai9ed143162017-07-24 19:04:4794 'google_toolbox_for_mac_revision': '3c3111d3aefe907c8c0f0e933029608d96ceefeb',
szager29407eb2014-08-26 13:09:3195 # Three lines of non-changing comments so that
96 # the commit queue can handle CLs rolling lighttpd
97 # and whatever else without interference from each other.
98 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
99 # Three lines of non-changing comments so that
100 # the commit queue can handle CLs rolling lss
101 # and whatever else without interference from each other.
Torne (Richard Coles)9a6106e2017-10-20 17:48:17102 'lss_revision': 'e6527b0cd469e3ff5764785dadcb39bf7d787154',
mseaborn851e1bd12014-09-05 08:00:14103 # Three lines of non-changing comments so that
104 # the commit queue can handle CLs rolling NaCl
105 # and whatever else without interference from each other.
[email protected]280a28d82017-10-01 00:05:41106 'nacl_revision': '7f07816e463da403255f0ab4f6d88004450dd09d',
cwallezf2b03492015-08-25 15:08:18107 # Three lines of non-changing comments so that
drottfe896a82017-03-06 12:12:54108 # the commit queue can handle CLs rolling freetype
bcf53f862ea2016-02-02 05:08:42109 # and whatever else without interference from each other.
Ben Wagnere014fe92017-10-17 14:15:54110 'freetype_revision': '94f6d57a4c4264e59493ccdf9b8cef92600c0c25',
robertocn4567f4d2016-03-23 03:36:07111 # Three lines of non-changing comments so that
112 # the commit queue can handle CLs rolling catapult
113 # and whatever else without interference from each other.
[email protected]b2d5a7c2017-10-30 19:10:13114 'catapult_revision': '1a5cf00f76340aa799bf292e7b8c7a4e893b12c6',
ochangcbd1cf202016-04-01 21:37:37115 # Three lines of non-changing comments so that
116 # the commit queue can handle CLs rolling libFuzzer
117 # and whatever else without interference from each other.
Max Moroz9575c0e2017-10-06 16:50:01118 'libfuzzer_revision': '06fb50cc1f0197398c8a70658928a3b91912e68a',
chenwilliam56a90382016-12-09 02:16:28119 # Three lines of non-changing comments so that
120 # the commit queue can handle CLs rolling devtools-node-modules
121 # and whatever else without interference from each other.
122 'devtools_node_modules_revision': '6226d6cd80aaf2e5295ed460cf73ef6a582e4d78',
kmarshall520f9512017-01-24 23:25:01123 # Three lines of non-changing comments so that
aizatsky8904f9c2017-03-03 19:50:05124 # the commit queue can handle CLs rolling libprotobuf-mutator
125 # and whatever else without interference from each other.
Jonathan Metzmand36d15de2017-09-13 23:11:32126 'libprotobuf-mutator': '52af4b0f6f55f9d8836acb605e902db49eb8e6b4',
[email protected]5f129de2009-02-24 23:22:04127}
128
tandrii74b7e422014-09-23 16:45:27129# Only these hosts are allowed for dependencies in this DEPS file.
130# If you need to add a new host, contact chrome infrastracture team.
131allowed_hosts = [
tandriicb12c642015-03-27 19:00:55132 'android.googlesource.com',
agable851c6f7252016-11-04 17:17:39133 'boringssl.googlesource.com',
Paweł Hajdan, Jr37a7a742017-09-25 11:37:30134 'chrome-internal.googlesource.com',
agable851c6f7252016-11-04 17:17:39135 'chromium.googlesource.com',
136 'pdfium.googlesource.com',
137 'skia.googlesource.com',
capne3976c22016-08-12 22:06:17138 'swiftshader.googlesource.com',
Henrik Kjellander7c0b28b2017-09-13 20:25:02139 'webrtc.googlesource.com',
tandrii74b7e422014-09-23 16:45:27140]
141
[email protected]5f129de2009-02-24 23:22:04142deps = {
Stefan Zagerfd5ba192014-08-23 00:29:39143 'src/buildtools':
dpranke4778c712016-09-23 01:15:56144 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
[email protected]f58d3292014-05-14 01:56:54145
Paweł Hajdan, Jr7af368952017-10-02 12:25:36146 'src/chrome/installer/mac/third_party/xz/xz': {
147 'url': Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7',
148 'condition': 'checkout_mac',
149 },
150
Stefan Zagerfd5ba192014-08-23 00:29:39151 'src/chrome/test/data/perf/canvas_bench':
dpranke4778c712016-09-23 01:15:56152 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732',
[email protected]700e7e32012-02-22 17:04:38153
Stefan Zagerfd5ba192014-08-23 00:29:39154 'src/chrome/test/data/perf/frame_rate/content':
dpranke4778c712016-09-23 01:15:56155 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c88463efeef6bb19c9ec07c42bc8fe22b9',
[email protected]40646b012011-07-26 02:30:26156
bsheedy01d93942017-07-27 22:49:38157 'src/chrome/test/data/vr/webvr_info':
bsheedyed9c17442017-10-04 22:22:55158 Var('chromium_git') + '/external/github.com/toji/webvr.info.git' + '@' + 'd73e6182287e3c6c0daa4d3d2ea578a31a2e5a6b',
bsheedy01d93942017-07-27 22:49:38159
Paweł Hajdan, Jr7af368952017-10-02 12:25:36160 'src/ios/third_party/earl_grey/src': {
Gregory Chatzinoff9723f2a2017-10-23 23:54:45161 'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + 'b8f1ed850b3b8c059d2912ac4c25a2480ddba826',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36162 'condition': 'checkout_ios',
163 },
164
165 'src/ios/third_party/fishhook/src': {
166 'url': Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c',
167 'condition': 'checkout_ios',
168 },
169
170 'src/ios/third_party/gcdwebserver/src': {
171 'url': Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@' + '43555c66627f6ed44817855a0f6d465f559d30e0',
172 'condition': 'checkout_ios',
173 },
174
175 'src/ios/third_party/material_components_ios/src': {
iOS Autorollerb3e846e2017-10-26 18:33:48176 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'e4ef28e6796430e550023be60ff58d6418b40a49',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36177 'condition': 'checkout_ios',
178 },
179
180 'src/ios/third_party/material_font_disk_loader_ios/src': {
181 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-font-disk-loader-ios.git' + '@' + '8e30188777b016182658fbaa0a4a020a48183224',
182 'condition': 'checkout_ios',
183 },
184
Gauthier Ambard8d034462017-10-25 16:39:55185 'src/ios/third_party/material_internationalization_ios/src': {
186 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-internationalization-ios.git' + '@' + 'f34691a78fc9a0607b565062f6d5cf9f8ea268a4',
187 'condition': 'checkout_ios',
188 },
189
Paweł Hajdan, Jr7af368952017-10-02 12:25:36190 'src/ios/third_party/material_roboto_font_loader_ios/src': {
191 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-roboto-font-loader-ios.git' + '@' + '4aa51e906e5671c71d24e991f1f10d782a58409f',
192 'condition': 'checkout_ios',
193 },
194
195 'src/ios/third_party/material_sprited_animation_view_ios/src': {
196 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-sprited-animation-view-ios.git' + '@' + 'c6e16d06bdafd95540c62b3402d9414692fbca81',
197 'condition': 'checkout_ios',
198 },
199
200 'src/ios/third_party/material_text_accessibility_ios/src': {
201 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-text-accessibility-ios.git' + '@' + '7340b22cc589101ba0b11516afe4f3a733041951',
202 'condition': 'checkout_ios',
203 },
204
205 'src/ios/third_party/ochamcrest/src': {
Eric Noyaudaabeb52017-10-13 16:29:11206 'url': Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + '92d9c14d13bb864255e65c09383564653896916b',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36207 'condition': 'checkout_ios',
208 },
209
jrummellf715b1692015-10-21 23:26:26210 'src/media/cdm/api':
Xiaohan Wanga14f781d2017-10-20 23:30:40211 Var('chromium_git') + '/chromium/cdm.git' + '@' + 'ea5df8e78fbd0a4c24cc3a1f3faefefcd1b45237',
[email protected]255c43f2013-06-07 08:54:11212
Paweł Hajdan, Jrda2f3312017-10-11 16:24:39213 'src/native_client':
214 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'),
[email protected]bba1c0dd2013-08-19 10:33:31215
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42216 'src/third_party/SPIRV-Tools/src':
217 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + '@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c',
jinsukkim21d3369fc2016-06-21 06:16:03218
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16219 'src/third_party/android_protobuf/src': {
220 'url': Var('chromium_git') + '/external/android_protobuf.git' + '@' + '7fca48d8ce97f7ba3ab8eea5c472f1ad3711762f',
221 'condition': 'checkout_android',
222 },
223
224 'src/third_party/android_tools': {
Nicolas Dossou-gbetea1f36fd32017-10-30 12:57:10225 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'ca0bd083872ad925881736fe2bedc3ff855e08f5',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16226 'condition': 'checkout_android',
227 },
228
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42229 'src/third_party/angle':
230 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
231
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16232 'src/third_party/apache-portable-runtime/src': {
233 'url': Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a8c4277e09a82eaa229e35246edea1ee0a6a1',
234 'condition': 'checkout_android',
235 },
236
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42237 'src/third_party/bidichecker':
238 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0',
239
Paweł Hajdan, Jr7af368952017-10-02 12:25:36240 'src/third_party/bison': {
241 'url': Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5464ee2b224c2df649c6e26c3',
242 'condition': 'checkout_win',
243 },
244
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42245 'src/third_party/boringssl/src':
246 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
247
248 'src/third_party/breakpad/breakpad':
Peter Collingbournedae9d102017-10-19 23:52:54249 Var('chromium_git') + '/breakpad/breakpad.git' + '@' + '072f86ca83bb7138fe33f10b6380badd9ef7f065',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42250
251 'src/third_party/catapult':
252 Var('chromium_git') + '/catapult.git' + '@' + Var('catapult_revision'),
253
254 'src/third_party/ced/src':
255 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9',
256
Paweł Hajdan, Jr7af368952017-10-02 12:25:36257 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
258 'src/third_party/chromite': {
glevin09149ca2017-10-23 20:18:44259 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '61a24395b7c197fe15a21758bd1bbbaf05d4bd49',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36260 'condition': 'checkout_linux',
261 },
262
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42263 'src/third_party/cld_2/src':
264 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84b58a5d7690ebf05a91406f371ce00c3daf31c0',
265
266 'src/third_party/cld_3/src':
267 Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + 'ae02d6b8a2af41e87c956c7c7d3f651a8b7b9e79',
268
269 'src/third_party/colorama/src':
270 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
271
272 'src/third_party/crc32c/src':
Victor Costanf05fce322017-10-02 20:25:24273 Var('chromium_git') + '/external/github.com/google/crc32c.git' + '@' + '0f771ed5ef83556451e1736f22b1a11054dc81c3',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42274
Paweł Hajdan, Jr7af368952017-10-02 12:25:36275 # For Linux and Chromium OS.
276 'src/third_party/cros_system_api': {
Daniel Erat28147592017-10-30 20:20:10277 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '47afcabaf957c013418ef2a33481ec1fe764dc94',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36278 'condition': 'checkout_linux',
279 },
280
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42281 'src/third_party/custom_tabs_client/src': {
282 'url': Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-client.git' + '@' + 'cff061038b852d647f7044d828a9df78aa135f38',
283 'condition': 'checkout_android',
284 },
285
286 'src/third_party/depot_tools':
[email protected]421575702017-10-27 22:05:18287 Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '7d1c484ecd93e94c5258dc330602ac37c5efab44',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42288
Paweł Hajdan, Jr7af368952017-10-02 12:25:36289 # DevTools node modules. Used on Linux buildbots only.
290 'src/third_party/devtools-node-modules': {
291 'url': Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision'),
292 'condition': 'checkout_linux',
293 },
294
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42295 'src/third_party/dom_distiller_js/dist':
Wei-Yin Chen (陳威尹)c47f4cf2017-10-16 19:22:27296 Var('chromium_git') + '/chromium/dom-distiller/dist.git' + '@' + '7a530fc00184ee28e79a2b45270906cacaf00d3b',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42297
298 'src/third_party/elfutils/src': {
299 'url': Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de4f3760bdcaa3d23d154d7',
300 'condition': 'checkout_android',
301 },
302
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16303 'src/third_party/errorprone/lib': {
Peter Wenf22fda882017-10-23 14:50:12304 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '16b8b7298b183312a2fcac99fb1b594ccf7749d0',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16305 'condition': 'checkout_android',
306 },
307
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42308 'src/third_party/ffmpeg':
Dale Curtisfa6748172017-10-24 01:51:26309 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'f9e8b4275837a3859988351b70d5d1e045838da8',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42310
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16311 'src/third_party/findbugs': {
312 'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac77ea0a194813d3065dd780c6e566',
313 'condition': 'checkout_android',
314 },
315
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42316 'src/third_party/flac':
317 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '7d0f5b3a173ffe98db08057d1f52b7787569e0a6',
318
319 'src/third_party/flatbuffers/src':
320 Var('chromium_git') + '/external/github.com/google/flatbuffers.git' + '@' + '01c50d57a67a52ee3cddd81b54d4647e9123a290',
321
Paweł Hajdan, Jr7af368952017-10-02 12:25:36322 # Used for embedded builds. CrOS & Linux use the system version.
323 'src/third_party/fontconfig/src': {
324 'url': Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b749f9823c51827a60aeb5c1',
325 'condition': 'checkout_linux',
326 },
327
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42328 'src/third_party/freetype/src':
329 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_revision'),
330
Paweł Hajdan, Jr7af368952017-10-02 12:25:36331 # Chrome OS touchpad gestures library.
332 'src/third_party/gestures/gestures': {
David Revemane25bd88e2017-10-02 21:06:05333 'url': Var('chromium_git') + '/chromiumos/platform/gestures.git' + '@' + '74f55100df966280d305d5d5ada824605f875839',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36334 'condition': 'checkout_linux',
335 },
336
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42337 'src/third_party/glslang/src':
338 Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210c6bf4d8119dc5f8ac21da2d4c87184f7015e0',
339
Paweł Hajdan, Jrc3ae0852017-10-02 16:46:22340 'src/third_party/google_toolbox_for_mac/src': {
341 'url': Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'),
342 'condition': 'checkout_ios or checkout_mac',
343 },
344
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42345 'src/third_party/googletest/src':
346 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '7f8fefabedf2965980585be8c2bff97458f28e0b',
347
Paweł Hajdan, Jr7af368952017-10-02 12:25:36348 # GNU binutils assembler for x86-32.
349 'src/third_party/gnu_binutils': {
350 'url': Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436',
Paweł Hajdan, Jrda2f3312017-10-11 16:24:39351 'condition': 'checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36352 },
353
354 'src/third_party/gperf': {
355 'url': Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f9449770443fb06da49b5a1e5d33c1',
356 'condition': 'checkout_win',
357 },
358
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42359 'src/third_party/gvr-android-sdk/src': {
360 'url': Var('chromium_git') + '/external/github.com/googlevr/gvr-android-sdk.git' + '@' + 'ee5cb1c6138d0be57e82ddafc1b54d7d3e3e5560',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16361 'condition': 'checkout_android',
362 },
363
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42364 'src/third_party/hunspell_dictionaries':
Chris Nardieea5de82017-10-14 22:21:31365 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'a9bac57ce6c9d390a52ebaad3259f5fdb871210e',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42366
367 'src/third_party/icu':
Jungshik Shin1b4f3c6b2017-10-12 01:18:14368 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '21d33b1a09a77f033478ea4ffffb61e6970f83bd',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42369
370 'src/third_party/jsoncpp/source':
371 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248
372
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16373 'src/third_party/jsr-305/src': {
374 'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
375 'condition': 'checkout_android',
376 },
377
378 'src/third_party/junit/src': {
379 'url': Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481',
380 'condition': 'checkout_android',
381 },
382
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42383 'src/third_party/leakcanary/src': {
384 'url': Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e',
385 'condition': 'checkout_android',
386 },
387
388 'src/third_party/leveldatabase/src':
Victor Costan7f1a6b12017-10-09 19:00:34389 Var('chromium_git') + '/external/leveldb.git' + '@' + 'ca216e493f32278f50a823811ab95f64cf0f839b',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42390
391 'src/third_party/libFuzzer/src':
Max Moroz1ee969e2017-10-04 16:27:26392 Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + Var('libfuzzer_revision'),
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42393
394 'src/third_party/libaddressinput/src':
sebsg17ebe802017-10-26 17:46:21395 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '8200a3221282582ca3291ef219257ca4be7426ca',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42396
Paweł Hajdan, Jr7af368952017-10-02 12:25:36397 # Userspace interface to kernel DRM services.
398 'src/third_party/libdrm/src': {
399 'url': Var('chromium_git') + '/chromiumos/third_party/libdrm.git' + '@' + '0ce18bedd3e62d4784fa755403801934ba171084',
400 'condition': 'checkout_linux',
401 },
402
403 # The libevdev library (Chrome OS version).
404 'src/third_party/libevdev/src': {
405 'url': Var('chromium_git') + '/chromiumos/platform/libevdev.git' + '@' + '9f7a1961eb4726211e18abd147d5a11a4ea86744',
406 'condition': 'checkout_linux',
407 },
408
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42409 'src/third_party/libjpeg_turbo':
410 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79a8792dde3d3f7d7d8ac28ba01ac9dd',
411
Paweł Hajdan, Jr7af368952017-10-02 12:25:36412 'src/third_party/liblouis/src': {
413 'url': Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a3478561deb6ae4798175094be8a26c2',
414 'condition': 'checkout_linux',
415 },
416
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42417 'src/third_party/libphonenumber/dist':
418 Var('chromium_git') + '/external/libphonenumber.git' + '@' + 'a4da30df63a097d67e3c429ead6790ad91d36cf4',
419
420 'src/third_party/libprotobuf-mutator/src':
421 Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git' + '@' + Var('libprotobuf-mutator'),
422
423 'src/third_party/libsrtp':
424 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423',
425
Paweł Hajdan, Jr7af368952017-10-02 12:25:36426 # Android Explicit Synchronization.
427 'src/third_party/libsync/src': {
428 'url': Var('chromium_git') + '/aosp/platform/system/core/libsync.git' + '@' + 'aa6cda6f638bd57d3a024f0d201f723a5c3bb875',
429 'condition': 'checkout_linux',
430 },
431
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42432 'src/third_party/libvpx/source/libvpx':
Jerome Jiangba9200692017-10-20 19:35:57433 Var('chromium_git') + '/webm/libvpx.git' + '@' + '401e6d48bfd3cbf74a41da724d05c989e207662b',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42434
435 'src/third_party/libwebm/source':
436 Var('chromium_git') + '/webm/libwebm.git' + '@' + '4956b2dec65352af32dc71bab553acb631c64177',
437
438 'src/third_party/libyuv':
Frank Barchard8ff6acb2017-10-20 21:49:29439 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '8fa02df3c0591754958a50cc2896aafae319f3bc', # from r1675
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42440
Paweł Hajdan, Jrc3ae0852017-10-02 16:46:22441 'src/third_party/lighttpd': {
442 'url': Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
443 'condition': 'checkout_mac or checkout_win',
444 },
445
446 'src/third_party/lss': {
447 'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
448 'condition': 'checkout_android or checkout_linux',
449 },
450
Paweł Hajdan, Jr7af368952017-10-02 12:25:36451 'src/third_party/material_design_icons/src': {
452 'url': Var('chromium_git') + '/external/github.com/google/material-design-icons.git' + '@' +
453 '5ab428852e35dc177a8c37a2df9dc9ccf768c65a',
454 'condition': 'checkout_ios',
455 },
456
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42457 'src/third_party/mesa/src':
458 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e7035ca882cc77f85793fef',
459
Paweł Hajdan, Jr7af368952017-10-02 12:25:36460 # GNU binutils assembler for x86-64.
461 'src/third_party/mingw-w64/mingw/bin': {
462 'url': Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527',
Paweł Hajdan, Jrda2f3312017-10-11 16:24:39463 'condition': 'checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36464 },
465
466 # Graphics buffer allocator for Chrome OS.
467 'src/third_party/minigbm/src': {
468 'url': Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '27a7e6a24709564e18c3382d0aeda0b40c7ae03b',
469 'condition': 'checkout_linux',
470 },
471
472 # Minizip library. Used on Chrome OS.
473 'src/third_party/minizip/src': {
474 'url': Var('chromium_git') + '/external/github.com/nmoinvaz/minizip' + '@' + 'e07e141475220196b55294c8172b274cc32d642d',
475 'condition': 'checkout_linux',
476 },
477
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16478 'src/third_party/mockito/src': {
479 'url': Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598ad4cf5ea53c69a8a8053780b04b850',
480 'condition': 'checkout_android',
481 },
482
Paweł Hajdan, Jr7af368952017-10-02 12:25:36483 # Binaries for nacl sdk.
484 'src/third_party/nacl_sdk_binaries': {
485 'url': Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5',
Paweł Hajdan, Jrda2f3312017-10-11 16:24:39486 'condition': 'checkout_win',
Paweł Hajdan, Jr7af368952017-10-02 12:25:36487 },
488
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16489 'src/third_party/netty-tcnative/src': {
490 'url': Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '5b46a8ef4a39c39c576fcdaaf718b585d75df463',
491 'condition': 'checkout_android',
492 },
493
494 'src/third_party/netty4/src': {
495 'url': Var('chromium_git') + '/external/netty4.git' + '@' + 'cc4420b13bb4eeea5b1cf4f93b2755644cd3b120',
496 'condition': 'checkout_android',
497 },
498
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42499 'src/third_party/openh264/src':
500 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'a180c9d4d6f1a4830ca9eed9d159d54996bd63cb',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16501
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42502 'src/third_party/openmax_dl':
503 Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16504
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42505 'src/third_party/pdfium':
506 Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'),
507
Paweł Hajdan, Jr7af368952017-10-02 12:25:36508 # Parses Windows PE/COFF executable format.
509 'src/third_party/pefile': {
510 'url': Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab63c15585dc3b5c3f92f1',
511 'condition': 'checkout_win',
512 },
513
514 'src/third_party/perl': {
515 'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78',
516 'condition': 'checkout_win',
517 },
518
519 # Dependency of chromite.git and skia.
520 'src/third_party/pyelftools': {
521 'url': Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae',
522 'condition': 'checkout_linux',
523 },
524
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42525 'src/third_party/pyftpdlib/src':
526 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d059f581f05ae8d89d7e45',
527
528 'src/third_party/pywebsocket/src':
529 Var('chromium_git') + '/external/github.com/google/pywebsocket.git' + '@' + '2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2',
530
531 'src/third_party/re2/src':
Max Moroz19d4ff32017-10-13 20:18:05532 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + '4be7a14432ff0a2ed88fd884fd76a63f0a3a6127',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16533
534 'src/third_party/requests/src': {
535 'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
536 'condition': 'checkout_android',
537 },
538
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42539 'src/third_party/robolectric/robolectric': {
540 'url': Var('chromium_git') + '/external/robolectric.git' + '@' + 'b02c65cc6d7465f58f0de48a39914aa905692afa',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16541 'condition': 'checkout_android',
542 },
543
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42544 'src/third_party/sfntly/src':
545 Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Var('sfntly_revision'),
546
547 'src/third_party/shaderc/src':
548 Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8793c34907073025af2622c28bcee64e9879a4',
549
550 'src/third_party/skia':
551 Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'),
552
553 'src/third_party/smhasher/src':
554 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',
555
556 'src/third_party/snappy/src':
557 Var('chromium_git') + '/external/github.com/google/snappy.git' + '@' + 'b02bfa754ebf27921d8da3bd2517eab445b84ff9',
558
559 'src/third_party/swiftshader':
560 Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revision'),
561
562 'src/third_party/ub-uiautomator/lib': {
563 'url': Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434',
Paweł Hajdan, Jr78b426d02017-09-29 07:49:16564 'condition': 'checkout_android',
565 },
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42566
567 'src/third_party/usrsctp/usrsctplib':
568 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'f4819e1b177f7bfdd761c147f5a649b9f1a78c06',
569
570 'src/third_party/visualmetrics/src':
571 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6',
572
Paweł Hajdan, Jr7af368952017-10-02 12:25:36573 # Display server protocol for Linux.
574 'src/third_party/wayland/src': {
575 'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + '1361da9cd5a719b32d978485a29920429a31ed25',
576 'condition': 'checkout_linux',
577 },
578
579 # Wayland protocols that add functionality not available in the core protocol.
580 'src/third_party/wayland-protocols/src': {
581 'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '26c99346ab5f2273fe5581bc4f6397bbb834f747',
582 'condition': 'checkout_linux',
583 },
584
585 # Wireless Display Software. Used on Chrome OS.
586 'src/third_party/wds/src': {
587 'url': Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95f3000bf5c8e16a79dbbbf22d554a5',
588 'condition': 'checkout_linux',
589 },
590
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42591 'src/third_party/webdriver/pylib':
592 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
593
594 'src/third_party/webgl/src':
595 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '34842fa3c36988840c89f5bc6a68503175acf7d9',
596
597 'src/third_party/webrtc':
[email protected]8bf8cc042017-10-30 13:30:12598 Var('webrtc_git') + '/src.git' + '@' + 'ce50239558aee71ba9892afa3a141d0a17db3d29', # commit position 20237
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42599
Paweł Hajdan, Jr7af368952017-10-02 12:25:36600 'src/third_party/xdg-utils': {
601 'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
602 'condition': 'checkout_linux',
603 },
604
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42605 'src/third_party/yasm/source/patched-yasm':
606 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
607
608 'src/tools/gyp':
609 Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
610
611 'src/tools/page_cycler/acid3':
612 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5abc1b2f405a945f6d871521',
613
614 'src/tools/swarming_client':
615 Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
616
617 'src/v8':
618 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
619
620 'src-internal': {
[email protected]ad9d2d52017-10-30 19:27:05621 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@2c1ee306751c58c05daf7a5c3756d32d8bf2d8aa',
Paweł Hajdan, Jrf5e7996a2017-09-29 11:37:42622 'condition': 'checkout_src_internal',
623 },
[email protected]5f129de2009-02-24 23:22:04624}
625
[email protected]00c517672010-11-04 00:27:29626
[email protected]5f129de2009-02-24 23:22:04627include_rules = [
628 # Everybody can use some things.
John Abd-El-Malek5b6373f2015-04-01 19:44:14629 # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these.
Stefan Zagerfd5ba192014-08-23 00:29:39630 '+base',
631 '+build',
632 '+ipc',
[email protected]5f129de2009-02-24 23:22:04633
[email protected]dfbff862012-11-28 19:08:14634 # Everybody can use headers generated by tools/generate_library_loader.
Stefan Zagerfd5ba192014-08-23 00:29:39635 '+library_loaders',
[email protected]dfbff862012-11-28 19:08:14636
Stefan Zagerfd5ba192014-08-23 00:29:39637 '+testing',
638 '+third_party/icu/source/common/unicode',
639 '+third_party/icu/source/i18n/unicode',
640 '+url',
[email protected]5f129de2009-02-24 23:22:04641]
642
643
644# checkdeps.py shouldn't check include paths for files in these dirs:
645skip_child_includes = [
Stefan Zagerfd5ba192014-08-23 00:29:39646 'native_client_sdk',
John Abd-El-Malek5b6373f2015-04-01 19:44:14647 'out',
Stefan Zagerfd5ba192014-08-23 00:29:39648 'skia',
649 'testing',
Mark Mentovaiebb9ddd62017-09-25 17:24:41650 'third_party/breakpad/breakpad',
Stefan Zagerfd5ba192014-08-23 00:29:39651 'v8',
652 'win8',
[email protected]5f129de2009-02-24 23:22:04653]
[email protected]bfa24b962009-03-02 00:16:16654
655
656hooks = [
657 {
[email protected]9372bec2014-08-14 14:03:30658 # This clobbers when necessary (based on get_landmines.py). It must be the
659 # first hook so that other things that get/generate into the output
660 # directory will not subsequently be clobbered.
Stefan Zagerfd5ba192014-08-23 00:29:39661 'name': 'landmines',
662 'pattern': '.',
663 'action': [
664 'python',
665 'src/build/landmines.py',
[email protected]9372bec2014-08-14 14:03:30666 ],
667 },
668 {
Dan Jacquescea92c512017-06-02 23:59:16669 # Ensure that the DEPS'd "depot_tools" has its self-update capability
670 # disabled.
671 'name': 'disable_depot_tools_selfupdate',
672 'pattern': '.',
673 'action': [
674 'python',
675 'src/third_party/depot_tools/update_depot_tools_toggle.py',
676 '--disable',
677 ],
678 },
679 {
jbudorick94a712c2016-03-09 19:03:52680 # Ensure that while generating dependencies lists in .gyp files we don't
681 # accidentally reference any .pyc files whose corresponding .py files have
682 # already been deleted.
683 # We should actually try to avoid generating .pyc files, crbug.com/500078.
684 'name': 'remove_stale_pyc_files',
685 'pattern': '.',
686 'action': [
687 'python',
688 'src/tools/remove_stale_pyc_files.py',
689 'src/android_webview/tools',
690 'src/build/android',
691 'src/gpu/gles2_conform_support',
692 'src/infra',
693 'src/ppapi',
694 'src/printing',
695 'src/third_party/catapult',
696 'src/third_party/closure_compiler/build',
qyearsleydfda207b2016-07-08 14:16:12697 'src/third_party/WebKit/Tools/Scripts', # See http://crbug.com/625877.
jbudorick94a712c2016-03-09 19:03:52698 'src/tools',
699 ],
700 },
701 {
[email protected]89e43f652011-08-18 00:03:17702 # This downloads binaries for Native Client's newlib toolchain.
703 # Done in lieu of building the toolchain from scratch as it can take
704 # anywhere from 30 minutes to 4 hours depending on platform to build.
Stefan Zagerfd5ba192014-08-23 00:29:39705 'name': 'nacltools',
706 'pattern': '.',
707 'action': [
dyen249880632014-11-20 23:02:20708 'python',
709 'src/build/download_nacl_toolchains.py',
ncbray474ab322015-01-05 22:04:22710 '--mode', 'nacl_core_sdk',
ncbray4453c50a2015-02-18 20:10:55711 'sync', '--extract',
[email protected]89e43f652011-08-18 00:03:17712 ],
713 },
[email protected]3a0b2492011-08-24 20:41:16714 {
sbc8208b4d2015-06-30 19:14:23715 # Downloads the current stable linux sysroot to build/linux/ if needed.
[email protected]01a98602013-06-12 20:33:54716 # This sysroot updates at about the same rate that the chrome build deps
717 # change. This script is a no-op except for linux users who are doing
sbc8208b4d2015-06-30 19:14:23718 # official chrome builds or cross compiling.
Stefan Zagerfd5ba192014-08-23 00:29:39719 'name': 'sysroot',
720 'pattern': '.',
Nico Weberb19437032017-10-09 02:45:09721 'condition': 'checkout_linux',
sbc8208b4d2015-06-30 19:14:23722 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
723 '--running-as-hook'],
sbc41d0e082014-10-22 20:39:29724 },
725 {
Nico Weberb19437032017-10-09 02:45:09726 # Update the Windows toolchain if necessary. Must run before 'clang' below.
Stefan Zagerfd5ba192014-08-23 00:29:39727 'name': 'win_toolchain',
728 'pattern': '.',
Nico Webera13ad932017-10-12 18:52:40729 'condition': 'checkout_win',
730 'action': ['python', 'src/build/vs_toolchain.py', 'update', '--force'],
[email protected]c71d3282014-04-09 01:56:20731 },
justincohen6a03a3d2016-03-26 21:44:38732 {
733 # Update the Mac toolchain if necessary.
734 'name': 'mac_toolchain',
735 'pattern': '.',
Rohit Rao92489af2017-10-12 21:45:48736 'condition': 'checkout_ios or checkout_mac',
justincohen6a03a3d2016-03-26 21:44:38737 'action': ['python', 'src/build/mac_toolchain.py'],
738 },
hansb2eae972015-05-19 00:53:12739 # Pull binutils for linux, enabled debug fission for faster linking /
740 # debugging when used with clang on Ubuntu Precise.
741 # https://code.google.com/p/chromium/issues/detail?id=352046
742 {
743 'name': 'binutils',
744 'pattern': 'src/third_party/binutils',
Nico Weberb19437032017-10-09 02:45:09745 'condition': 'host_os == "linux"',
hansb2eae972015-05-19 00:53:12746 'action': [
747 'python',
748 'src/third_party/binutils/download.py',
749 ],
750 },
[email protected]c71d3282014-04-09 01:56:20751 {
Hans Wennborg28fb41c2014-09-22 23:25:12752 # Note: On Win, this should run after win_toolchain, as it may use it.
753 'name': 'clang',
754 'pattern': '.',
Nico Weberb19437032017-10-09 02:45:09755 'action': ['python', 'src/tools/clang/scripts/update.py'],
Hans Wennborg28fb41c2014-09-22 23:25:12756 },
757 {
Nico Weber1df4a692017-10-16 21:36:30758 # Mac doesn't use lld so it's not included in the default clang bundle
759 # there. lld is however needed in win cross builds, so download it there.
760 # Should run after the clang hook.
761 'name': 'lld/mac',
762 'pattern': '.',
763 'condition': 'host_os == "mac" and checkout_win',
764 'action': ['python', 'src/tools/clang/scripts/download_lld_mac.py'],
765 },
766 {
phajdan.jr2448b2c2015-04-24 21:04:17767 # Update LASTCHANGE.
Stefan Zagerfd5ba192014-08-23 00:29:39768 'name': 'lastchange',
769 'pattern': '.',
770 'action': ['python', 'src/build/util/lastchange.py',
771 '-o', 'src/build/util/LASTCHANGE'],
[email protected]9046a112012-01-31 20:45:25772 },
773 {
Kai Ninomiya96bd9ef92017-10-20 21:30:37774 # Update GPU lists version string (for gpu/config).
775 'name': 'gpu_lists_version',
776 'pattern': '.',
777 'action': ['python', 'src/build/util/lastchange.py',
778 '-m', 'GPU_LISTS_VERSION',
779 '--revision-id-only',
780 '--header', 'src/gpu/config/gpu_lists_version.h'],
781 },
782 {
halcanary5cacab3a2016-07-29 19:23:20783 # Update skia_commit_hash.h.
784 'name': 'lastchange_skia',
785 'pattern': '.',
786 'action': ['python', 'src/build/util/lastchange.py',
787 '-m', 'SKIA_COMMIT_HASH',
788 '-s', 'src/third_party/skia',
789 '--header', 'src/skia/ext/skia_commit_hash.h'],
790 },
[email protected]66968ba2014-03-18 20:27:54791 # Pull GN binaries. This needs to be before running GYP below.
792 {
Stefan Zagerfd5ba192014-08-23 00:29:39793 'name': 'gn_win',
794 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19795 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:12796 'action': [ 'python',
797 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39798 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39799 '--no_auth',
800 '--bucket', 'chromium-gn',
801 '-s', 'src/buildtools/win/gn.exe.sha1',
[email protected]66968ba2014-03-18 20:27:54802 ],
803 },
804 {
Stefan Zagerfd5ba192014-08-23 00:29:39805 'name': 'gn_mac',
806 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19807 'condition': 'host_os == "mac"',
Dan Jacquesda2309d2017-06-08 21:48:12808 'action': [ 'python',
809 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39810 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39811 '--no_auth',
812 '--bucket', 'chromium-gn',
813 '-s', 'src/buildtools/mac/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19814 ],
815 },
816 {
Stefan Zagerfd5ba192014-08-23 00:29:39817 'name': 'gn_linux64',
818 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19819 'condition': 'host_os == "linux"',
Dan Jacquesda2309d2017-06-08 21:48:12820 'action': [ 'python',
821 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39822 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39823 '--no_auth',
824 '--bucket', 'chromium-gn',
825 '-s', 'src/buildtools/linux64/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19826 ],
827 },
[email protected]6eabd702014-01-12 00:19:20828 # Pull clang-format binaries using checked-in hashes.
829 {
Stefan Zagerfd5ba192014-08-23 00:29:39830 'name': 'clang_format_win',
831 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19832 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:12833 'action': [ 'python',
834 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39835 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39836 '--no_auth',
837 '--bucket', 'chromium-clang-format',
838 '-s', 'src/buildtools/win/clang-format.exe.sha1',
[email protected]6eabd702014-01-12 00:19:20839 ],
840 },
841 {
Stefan Zagerfd5ba192014-08-23 00:29:39842 'name': 'clang_format_mac',
843 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19844 'condition': 'host_os == "mac"',
Dan Jacquesda2309d2017-06-08 21:48:12845 'action': [ 'python',
846 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39847 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39848 '--no_auth',
849 '--bucket', 'chromium-clang-format',
850 '-s', 'src/buildtools/mac/clang-format.sha1',
[email protected]6eabd702014-01-12 00:19:20851 ],
852 },
853 {
Stefan Zagerfd5ba192014-08-23 00:29:39854 'name': 'clang_format_linux',
855 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19856 'condition': 'host_os == "linux"',
Dan Jacquesda2309d2017-06-08 21:48:12857 'action': [ 'python',
858 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39859 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39860 '--no_auth',
861 '--bucket', 'chromium-clang-format',
862 '-s', 'src/buildtools/linux64/clang-format.sha1',
[email protected]6ec1d6fc2014-06-25 19:55:21863 ],
864 },
Nico Weber0c0ade82017-10-19 22:34:43865 # Pull rc binaries using checked-in hashes.
866 {
867 'name': 'rc_win',
868 'pattern': '.',
869 'condition': 'checkout_win and host_os == "win"',
870 'action': [ 'python',
871 'src/third_party/depot_tools/download_from_google_storage.py',
872 '--no_resume',
873 '--no_auth',
874 '--bucket', 'chromium-browser-clang/rc',
875 '-s', 'src/build/toolchain/win/rc/win/rc.exe.sha1',
876 ],
877 },
878 {
879 'name': 'rc_mac',
880 'pattern': '.',
881 'condition': 'checkout_win and host_os == "mac"',
882 'action': [ 'python',
883 'src/third_party/depot_tools/download_from_google_storage.py',
884 '--no_resume',
885 '--no_auth',
886 '--bucket', 'chromium-browser-clang/rc',
887 '-s', 'src/build/toolchain/win/rc/mac/rc.sha1',
888 ],
889 },
890 {
891 'name': 'rc_linux',
892 'pattern': '.',
893 'condition': 'checkout_win and host_os == "linux"',
894 'action': [ 'python',
895 'src/third_party/depot_tools/download_from_google_storage.py',
896 '--no_resume',
897 '--no_auth',
898 '--bucket', 'chromium-browser-clang/rc',
899 '-s', 'src/build/toolchain/win/rc/linux64/rc.sha1',
900 ],
901 },
Hans Wennborgfc1e2972017-06-12 18:42:26902 # Pull order files for the win/clang build.
903 {
904 'name': 'orderfiles_win',
905 'pattern': '.',
Paweł Hajdan, Jr004d8b32017-10-02 18:44:22906 'condition': 'checkout_win',
Hans Wennborgfc1e2972017-06-12 18:42:26907 'action': [ 'python',
908 'src/third_party/depot_tools/download_from_google_storage.py',
909 '--no_resume',
Hans Wennborgfc1e2972017-06-12 18:42:26910 '--no_auth',
911 '--bucket', 'chromium-browser-clang/orderfiles',
912 '-d', 'src/chrome/build',
913 ],
914 },
maruel4fbba012015-05-22 21:52:29915 # Pull luci-go binaries (isolate, swarming) using checked-in hashes.
916 {
917 'name': 'luci-go_win',
918 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19919 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:12920 'action': [ 'python',
921 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:29922 '--no_resume',
maruel4fbba012015-05-22 21:52:29923 '--no_auth',
924 '--bucket', 'chromium-luci',
925 '-d', 'src/tools/luci-go/win64',
926 ],
927 },
928 {
929 'name': 'luci-go_mac',
930 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19931 'condition': 'host_os == "mac"',
Dan Jacquesda2309d2017-06-08 21:48:12932 'action': [ 'python',
933 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:29934 '--no_resume',
maruel4fbba012015-05-22 21:52:29935 '--no_auth',
936 '--bucket', 'chromium-luci',
937 '-d', 'src/tools/luci-go/mac64',
938 ],
939 },
940 {
941 'name': 'luci-go_linux',
942 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19943 'condition': 'host_os == "linux"',
Dan Jacquesda2309d2017-06-08 21:48:12944 'action': [ 'python',
945 'src/third_party/depot_tools/download_from_google_storage.py',
maruel4fbba012015-05-22 21:52:29946 '--no_resume',
maruel4fbba012015-05-22 21:52:29947 '--no_auth',
948 '--bucket', 'chromium-luci',
949 '-d', 'src/tools/luci-go/linux64',
950 ],
951 },
[email protected]f1d116b2014-06-13 18:07:26952 # Pull the Syzygy binaries, used for optimization and instrumentation.
953 {
Stefan Zagerfd5ba192014-08-23 00:29:39954 'name': 'syzygy-binaries',
955 'pattern': '.',
Nico Weberb19437032017-10-09 02:45:09956 'condition': 'host_os == "win"',
Stefan Zagerfd5ba192014-08-23 00:29:39957 'action': ['python',
958 'src/build/get_syzygy_binaries.py',
959 '--output-dir=src/third_party/syzygy/binaries',
Sebastien Marchand0881de72017-07-19 23:45:07960 '--revision=190dbfe74c6f5b5913820fa66d9176877924d7c5',
Stefan Zagerfd5ba192014-08-23 00:29:39961 '--overwrite',
sebmarchandaf7cc2f2016-10-04 18:22:25962 '--copy-dia-binaries',
[email protected]f1d116b2014-06-13 18:07:26963 ],
964 },
erikwright9bdc2bf2015-01-22 20:20:04965 {
Stefan Zagerfd5ba192014-08-23 00:29:39966 'name': 'apache_win32',
967 'pattern': '\\.sha1',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:19968 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:12969 'action': [ 'python',
970 'src/third_party/depot_tools/download_from_google_storage.py',
Stefan Zagerfd5ba192014-08-23 00:29:39971 '--no_resume',
Stefan Zagerfd5ba192014-08-23 00:29:39972 '--directory',
973 '--recursive',
974 '--no_auth',
975 '--num_threads=16',
976 '--bucket', 'chromium-apache-win32',
977 'src/third_party/apache-win32',
[email protected]2154052a2014-06-14 19:29:26978 ],
979 },
980 {
Dirk Pranke6c360be2017-10-09 19:06:59981 'name': 'msan_chained_origins',
982 'pattern': '.',
983 'condition': 'checkout_instrumented_libraries',
984 'action': [ 'python',
985 'src/third_party/depot_tools/download_from_google_storage.py',
986 "--no_resume",
987 "--no_auth",
988 "--bucket", "chromium-instrumented-libraries",
989 "-s", "src/third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1",
990 ],
991 },
992 {
993 'name': 'msan_no_origins',
994 'pattern': '.',
995 'condition': 'checkout_instrumented_libraries',
996 'action': [ 'python',
997 'src/third_party/depot_tools/download_from_google_storage.py',
998 "--no_resume",
999 "--no_auth",
1000 "--bucket", "chromium-instrumented-libraries",
1001 "-s", "src/third_party/instrumented_libraries/binaries/msan-no-origins-trusty.tgz.sha1",
1002 ],
thomasandersonaa441f52017-04-04 22:35:391003 },
1004 {
bradnelson20c9a7312016-08-30 17:45:471005 "name": "wasm_fuzzer",
1006 "pattern": ".",
Dan Jacquesda2309d2017-06-08 21:48:121007 'action': [ 'python',
1008 'src/third_party/depot_tools/download_from_google_storage.py',
bradnelson20c9a7312016-08-30 17:45:471009 "--no_resume",
1010 "--no_auth",
1011 "-u",
1012 "--bucket", "v8-wasm-fuzzer",
ahaasec987e5d2017-05-17 11:25:361013 "-s", "src/v8/test/fuzzer/wasm_corpus.tar.gz.sha1",
bradnelson20c9a7312016-08-30 17:45:471014 ],
1015 },
1016 {
chenwilliam56a90382016-12-09 02:16:281017 'name': 'devtools_install_node',
1018 'action': [ 'python',
1019 'src/third_party/WebKit/Source/devtools/scripts/local_node/node.py',
1020 '--running-as-hook',
1021 '--version',
1022 ],
1023 },
dpapadcbee6ab2017-01-14 03:05:531024
1025 # Pull down Node binaries for WebUI toolchain.
1026 {
1027 'name': 'node_linux64',
1028 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191029 'condition': 'host_os == "linux"',
Dan Jacquesda2309d2017-06-08 21:48:121030 'action': [ 'python',
1031 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531032 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531033 '--extract',
1034 '--no_auth',
1035 '--bucket', 'chromium-nodejs/6.9.4',
1036 '-s', 'src/third_party/node/linux/node-linux-x64.tar.gz.sha1',
1037 ],
1038 },
1039 {
1040 'name': 'node_mac',
1041 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191042 'condition': 'host_os == "mac"',
Dan Jacquesda2309d2017-06-08 21:48:121043 'action': [ 'python',
1044 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531045 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531046 '--extract',
1047 '--no_auth',
1048 '--bucket', 'chromium-nodejs/6.9.4',
1049 '-s', 'src/third_party/node/mac/node-darwin-x64.tar.gz.sha1',
1050 ],
1051 },
1052 {
1053 'name': 'node_win',
1054 'pattern': '.',
Paweł Hajdan, Jr0c5df4c2017-09-18 22:58:191055 'condition': 'host_os == "win"',
Dan Jacquesda2309d2017-06-08 21:48:121056 'action': [ 'python',
1057 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531058 '--no_resume',
dpapadcbee6ab2017-01-14 03:05:531059 '--no_auth',
1060 '--bucket', 'chromium-nodejs/6.9.4',
1061 '-s', 'src/third_party/node/win/node.exe.sha1',
1062 ],
1063 },
1064
1065 # Pull down NPM dependencies for WebUI toolchain.
1066 {
1067 'name': 'webui_node_modules',
1068 'pattern': '.',
Dan Jacquesda2309d2017-06-08 21:48:121069 'action': [ 'python',
1070 'src/third_party/depot_tools/download_from_google_storage.py',
dpapadcbee6ab2017-01-14 03:05:531071 '--no_resume',
1072 '--extract',
1073 '--no_auth',
1074 '--bucket', 'chromium-nodejs',
1075 '-s', 'src/third_party/node/node_modules.tar.gz.sha1',
1076 ],
1077 },
kainino61f7bce2017-04-28 21:53:271078
1079 # Download Telemetry's binary dependencies
1080 {
1081 'name': 'fetch_telemetry_binary_dependencies',
1082 'pattern': '.',
1083 'action': [ 'python',
Dirk Pranke4c3098b2017-10-10 18:57:221084 'src/tools/perf/conditionally_execute',
1085 '--gyp-condition', 'fetch_telemetry_dependencies=1',
kainino61f7bce2017-04-28 21:53:271086 'src/third_party/catapult/telemetry/bin/fetch_telemetry_binary_dependencies',
1087 ],
1088 },
John Budorickda2bfbb2017-05-30 22:17:591089
Dirk Pranke099b747b2017-10-06 04:29:091090 # This is used to ensure that all network operations are properly
1091 # annotated so we can document what they're for.
1092 {
1093 'name': 'tools_traffic_annotation_linux',
1094 'pattern': '.',
1095 'condition': 'host_os == "linux" and checkout_traffic_annotation_tools',
1096 'action': [ 'python',
1097 'src/third_party/depot_tools/download_from_google_storage.py',
1098 '--no_resume',
Dirk Pranke099b747b2017-10-06 04:29:091099 '--no_auth',
1100 '--num_threads=4',
1101 '--bucket', 'chromium-tools-traffic_annotation',
1102 '-d', 'src/tools/traffic_annotation/bin/linux64',
1103 ],
1104 },
1105
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401106 # Pull down Zucchini test data.
1107 {
1108 'name': 'zucchini_testdata',
1109 'pattern': '.',
1110 'action': [ 'python',
1111 'src/third_party/depot_tools/download_from_google_storage.py',
1112 '--no_resume',
1113 '--no_auth',
huangs3bad8e22017-09-05 21:50:001114 '--num_threads=4',
Etienne Pierre-Doray44c7431c2017-08-21 19:42:401115 '--bucket', 'chromium-binary-patching',
1116 '-d', 'src/chrome/installer/zucchini/testdata',
1117 ],
1118 },
1119
Paweł Hajdan, Jre7eed642017-10-02 16:46:561120 {
1121 # This downloads SDK extras and puts them in the
1122 # third_party/android_tools/sdk/extras directory.
1123 'name': 'sdkextras',
1124 'pattern': '.',
1125 'condition': 'checkout_android',
1126 # When adding a new sdk extras package to download, add the package
1127 # directory and zip file to .gitignore in third_party/android_tools.
John Budorick2d487c92017-10-27 21:22:371128 'action': ['python',
1129 'src/build/android/play_services/update.py',
1130 'download'
1131 ],
1132 },
1133 {
1134 'name': 'android_system_sdk',
1135 'pattern': '.',
1136 'condition': 'checkout_android',
1137 'action': ['python',
1138 'src/build/android/update_deps/update_third_party_deps.py',
1139 'download',
1140 '-b', 'android_system_stubs',
1141 '-l', 'third_party/android_system_sdk'
Paweł Hajdan, Jre7eed642017-10-02 16:46:561142 ],
1143 },
John Budorickbbdcc492017-10-09 18:57:091144 # Download checkstyle for use in PRESUBMIT for Java changes.
1145 {
1146 'name': 'checkstyle',
1147 'pattern': '.',
1148 # Must also be downloaded on linux for use on chromium_presubmit.
1149 'condition': 'checkout_android or checkout_linux',
1150 'action': [ 'python',
1151 'src/third_party/depot_tools/download_from_google_storage.py',
1152 '--no_resume',
1153 '--no_auth',
1154 '--bucket', 'chromium-android-tools/checkstyle',
1155 '-s', 'src/third_party/checkstyle/checkstyle-8.0-all.jar.sha1'
1156 ],
1157 },
Paweł Hajdan, Jre7eed642017-10-02 16:46:561158 {
John Budorick2d487c92017-10-27 21:22:371159 'name': 'intellij',
1160 'pattern': '.',
1161 'condition': 'checkout_android',
1162 'action': ['python',
1163 'src/build/android/update_deps/update_third_party_deps.py',
1164 'download',
1165 '-b', 'chromium-intellij',
1166 '-l', 'third_party/intellij'
1167 ],
1168 },
1169 {
1170 'name': 'javax_inject',
1171 'pattern': '.',
1172 'condition': 'checkout_android',
1173 'action': ['python',
1174 'src/build/android/update_deps/update_third_party_deps.py',
1175 'download',
1176 '-b', 'chromium-javax-inject',
1177 '-l', 'third_party/javax_inject'
1178 ],
1179 },
1180 {
1181 'name': 'hamcrest',
1182 'pattern': '.',
1183 'condition': 'checkout_android',
1184 'action': ['python',
1185 'src/build/android/update_deps/update_third_party_deps.py',
1186 'download',
1187 '-b', 'chromium-hamcrest',
1188 '-l', 'third_party/hamcrest'
1189 ],
1190 },
1191 {
1192 'name': 'guava',
1193 'pattern': '.',
1194 'condition': 'checkout_android',
1195 'action': ['python',
1196 'src/build/android/update_deps/update_third_party_deps.py',
1197 'download',
1198 '-b', 'chromium-guava',
1199 '-l', 'third_party/guava'
1200 ],
1201 },
1202 {
1203 'name': 'android_support_test_runner',
1204 'pattern': '.',
1205 'condition': 'checkout_android',
1206 'action': ['python',
1207 'src/build/android/update_deps/update_third_party_deps.py',
1208 'download',
1209 '-b', 'chromium-android-support-test-runner',
1210 '-l', 'third_party/android_support_test_runner'
1211 ],
1212 },
1213 {
1214 'name': 'byte_buddy',
1215 'pattern': '.',
1216 'condition': 'checkout_android',
1217 'action': ['python',
1218 'src/build/android/update_deps/update_third_party_deps.py',
1219 'download',
1220 '-b', 'chromium-byte-buddy',
1221 '-l', 'third_party/byte_buddy'
1222 ],
1223 },
1224 {
1225 'name': 'espresso',
1226 'pattern': '.',
1227 'condition': 'checkout_android',
1228 'action': ['python',
1229 'src/build/android/update_deps/update_third_party_deps.py',
1230 'download',
1231 '-b', 'chromium-espresso',
1232 '-l', 'third_party/espresso'
1233 ],
1234 },
1235 {
1236 'name': 'robolectric_libs',
1237 'pattern': '.',
1238 'condition': 'checkout_android',
1239 'action': ['python',
1240 'src/build/android/update_deps/update_third_party_deps.py',
1241 'download',
1242 '-b', 'chromium-robolectric',
1243 '-l', 'third_party/robolectric'
1244 ],
1245 },
1246 {
1247 'name': 'apache_velocity',
1248 'pattern': '.',
1249 'condition': 'checkout_android',
1250 'action': ['python',
1251 'src/build/android/update_deps/update_third_party_deps.py',
1252 'download',
1253 '-b', 'chromium-apache-velocity',
1254 '-l', 'third_party/apache_velocity'
1255 ],
1256 },
1257 {
1258 'name': 'ow2_asm',
1259 'pattern': '.',
1260 'condition': 'checkout_android',
1261 'action': ['python',
1262 'src/build/android/update_deps/update_third_party_deps.py',
1263 'download',
1264 '-b', 'chromium-ow2-asm',
1265 '-l', 'third_party/ow2_asm'
1266 ],
1267 },
1268 {
1269 'name': 'desugar',
1270 'pattern': '.',
1271 'condition': 'checkout_android',
1272 'action': ['python',
1273 'src/build/android/update_deps/update_third_party_deps.py',
1274 'download',
1275 '-b', 'chromium-android-tools/bazel/desugar',
1276 '-l', 'third_party/bazel/desugar'
1277 ],
1278 },
1279 {
1280 'name': 'apk-patch-size-estimator',
1281 'pattern': '.',
1282 'condition': 'checkout_android',
1283 'action': ['python',
1284 'src/build/android/update_deps/update_third_party_deps.py',
1285 'download',
1286 '-b', 'chromium-android-tools/apk-patch-size-estimator',
1287 '-l', 'third_party/apk-patch-size-estimator/lib'
1288 ],
1289 },
1290 {
1291 'name': 'icu4j',
1292 'pattern': '.',
1293 'condition': 'checkout_android',
1294 'action': ['python',
1295 'src/build/android/update_deps/update_third_party_deps.py',
1296 'download',
1297 '-b', 'chromium-icu4j',
1298 '-l', 'third_party/icu4j'
1299 ],
1300 },
1301 {
1302 'name': 'accessibility_test_framework',
1303 'pattern': '.',
1304 'condition': 'checkout_android',
1305 'action': ['python',
1306 'src/build/android/update_deps/update_third_party_deps.py',
1307 'download',
1308 '-b', 'chromium-accessibility-test-framework',
1309 '-l', 'third_party/accessibility_test_framework'
1310 ],
1311 },
1312 {
1313 'name': 'bouncycastle',
1314 'pattern': '.',
1315 'condition': 'checkout_android',
1316 'action': ['python',
1317 'src/build/android/update_deps/update_third_party_deps.py',
1318 'download',
1319 '-b', 'chromium-bouncycastle',
1320 '-l', 'third_party/bouncycastle'
1321 ],
1322 },
1323 {
1324 'name': 'sqlite4java',
1325 'pattern': '.',
1326 'condition': 'checkout_android',
1327 'action': ['python',
1328 'src/build/android/update_deps/update_third_party_deps.py',
1329 'download',
1330 '-b', 'chromium-sqlite4java',
1331 '-l', 'third_party/sqlite4java'
1332 ],
1333 },
1334 {
1335 'name': 'gson',
1336 'pattern': '.',
1337 'condition': 'checkout_android',
1338 'action': ['python',
1339 'src/build/android/update_deps/update_third_party_deps.py',
1340 'download',
1341 '-b', 'chromium-gson',
1342 '-l', 'third_party/gson',
1343 ],
1344 },
1345 {
1346 'name': 'objenesis',
1347 'pattern': '.',
1348 'condition': 'checkout_android',
1349 'action': ['python',
1350 'src/build/android/update_deps/update_third_party_deps.py',
1351 'download',
1352 '-b', 'chromium-objenesis',
1353 '-l', 'third_party/objenesis'
1354 ],
1355 },
1356 {
1357 'name': 'xstream',
1358 'pattern': '.',
1359 'condition': 'checkout_android',
1360 'action': ['python',
1361 'src/build/android/update_deps/update_third_party_deps.py',
1362 'download',
1363 '-b', 'chromium-robolectric',
1364 '-l', 'third_party/xstream'
1365 ],
1366 },
1367 {
Paweł Hajdan, Jre7eed642017-10-02 16:46:561368 'name': 'gvr_static_shim_android_arm',
1369 'pattern': '\\.sha1',
1370 'condition': 'checkout_android',
Benoit L0a47fd182017-08-16 10:03:261371 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121372 'src/third_party/depot_tools/download_from_google_storage.py',
thakis973bb2432017-05-24 15:27:141373 '--no_resume',
thakis973bb2432017-05-24 15:27:141374 '--no_auth',
1375 '--bucket', 'chromium-gvr-static-shim',
1376 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm.a.sha1',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561377 ],
1378 },
1379 {
1380 'name': 'gvr_static_shim_android_arm64',
1381 'pattern': '\\.sha1',
1382 'condition': 'checkout_android',
Benoit L0a47fd182017-08-16 10:03:261383 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121384 'src/third_party/depot_tools/download_from_google_storage.py',
thakis973bb2432017-05-24 15:27:141385 '--no_resume',
thakis973bb2432017-05-24 15:27:141386 '--no_auth',
1387 '--bucket', 'chromium-gvr-static-shim',
1388 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm64.a.sha1',
1389 ],
Paweł Hajdan, Jre7eed642017-10-02 16:46:561390 },
1391 {
1392 'name': 'vr_controller_test_api',
1393 'pattern': '\\.sha1',
1394 'condition': 'checkout_android',
Benoit L0a47fd182017-08-16 10:03:261395 'action': [ 'python',
Dan Jacquesda2309d2017-06-08 21:48:121396 'src/third_party/depot_tools/download_from_google_storage.py',
thakis973bb2432017-05-24 15:27:141397 '--no_resume',
thakis973bb2432017-05-24 15:27:141398 '--no_auth',
1399 '--bucket', 'chromium-gvr-static-shim/controller_test_api',
1400 '-s', 'src/third_party/gvr-android-sdk/test-libraries/controller_test_api.aar.sha1',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561401 ],
1402 },
1403 # Download VR test APKs only if the environment variable is set
1404 {
1405 'name': 'vr_test_apks',
1406 'pattern': '.',
1407 'condition': 'checkout_android',
1408 'action': [ 'python',
John Budorick2d487c92017-10-27 21:22:371409 'src/third_party/gvr-android-sdk/test-apks/update.py',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561410 ],
1411 },
1412 {
1413 # Pull doclava binaries if building for Android.
1414 'name': 'doclava',
1415 'pattern': '.',
1416 'condition': 'checkout_android',
John Budorick2d487c92017-10-27 21:22:371417 'action': ['python',
1418 'src/build/android/download_doclava.py',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561419 ],
1420 },
1421
1422 {
1423 'name': 'fuchsia_sdk',
1424 'pattern': '.',
1425 'condition': 'checkout_fuchsia',
1426 'action': [
1427 'python',
1428 'src/build/fuchsia/update_sdk.py',
Sergey Ulanov85b5b4382017-10-30 08:02:291429 '04840186b5fc14dc35b12e77f8028330a4bd8333',
Paweł Hajdan, Jre7eed642017-10-02 16:46:561430 ],
1431 },
Dan Jacques9731b23a2017-10-12 20:40:171432
1433 # Download and initialize "vpython" VirtualEnv environment packages.
1434 {
1435 'name': 'vpython_common',
1436 'pattern': '.',
1437 'action': [ 'vpython',
1438 '-vpython-spec', 'src/.vpython',
1439 '-vpython-tool', 'install',
1440 ],
1441 },
Paweł Hajdan, Jre7eed642017-10-02 16:46:561442]
scottmg4cd62bec2017-05-16 03:55:251443
jbudoricke6932bfd2016-09-07 02:09:221444recursedeps = [
bungeman1835f982016-09-28 18:33:221445 # buildtools provides clang_format, libc++, and libc++abi
1446 'src/buildtools',
jbudoricke6932bfd2016-09-07 02:09:221447 # android_tools manages the NDK.
1448 'src/third_party/android_tools',
1449 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1450 ("src/third_party/angle", "DEPS.chromium"),
Paweł Hajdan, Jr37a7a742017-09-25 11:37:301451 # src-internal has its own DEPS file to pull additional internal repos
1452 'src-internal',
jbudoricke6932bfd2016-09-07 02:09:221453]