blob: 466e71eb9b2de1ab7a1bc77898902c3f582f5c18 [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 = {
Stefan Zagerfd5ba192014-08-23 00:29:3931 'chromium_git': 'https://chromium.googlesource.com',
dpranke4778c712016-09-23 01:15:5632 'swiftshader_git': 'https://swiftshader.googlesource.com',
33 'pdfium_git': 'https://pdfium.googlesource.com',
34 'boringssl_git': 'https://boringssl.googlesource.com',
agable851c6f7252016-11-04 17:17:3935 'skia_git': 'https://skia.googlesource.com',
thestig3e7d8e02015-09-28 23:54:4636 # Three lines of non-changing comments so that
thestig3e7d8e02015-09-28 23:54:4637 # the commit queue can handle CLs rolling sfntly
38 # and whatever else without interference from each other.
thestig6bc9d552016-11-01 05:11:1039 'sfntly_revision': '64f78562d2003eb7cacaaa86a398cbd41881ba6f',
thestig3e7d8e02015-09-28 23:54:4640 # Three lines of non-changing comments so that
41 # the commit queue can handle CLs rolling Skia
42 # and whatever else without interference from each other.
skia-deps-roller5e8ee752017-02-15 18:56:2343 'skia_revision': '2b512d00ef8d6a8eb200396ab0a64294e84c4fa4',
[email protected]5eb3022e2011-11-23 16:42:2644 # Three lines of non-changing comments so that
sbce2d44aee2015-06-09 03:06:0445 # the commit queue can handle CLs rolling V8
46 # and whatever else without interference from each other.
v8-autoroll4dbb9df2017-02-15 20:08:0847 'v8_revision': '73f55fd4b91f306b5ad17b7eb06c3c82c3810b9a',
[email protected]20e0e752012-09-14 15:56:5248 # Three lines of non-changing comments so that
[email protected]10d8ac32013-10-31 13:34:3149 # the commit queue can handle CLs rolling swarming_client
[email protected]7f4fc412013-02-24 00:16:5150 # and whatever else without interference from each other.
jbudorickbc0614e42016-11-10 21:42:3051 'swarming_revision': 'ebc8dab6f8b8d79ec221c94de39a921145abd404',
[email protected]d0982f92013-03-19 10:26:2052 # Three lines of non-changing comments so that
[email protected]62f231902014-03-11 10:19:2053 # the commit queue can handle CLs rolling ANGLE
54 # and whatever else without interference from each other.
geofflang092c49652017-02-15 19:26:0855 'angle_revision': 'feb8c68685270e7cc482a4e56291eac3399b6646',
[email protected]f58d3292014-05-14 01:56:5456 # Three lines of non-changing comments so that
57 # the commit queue can handle CLs rolling build tools
58 # and whatever else without interference from each other.
sdefresne9afca382017-01-31 12:19:0559 'buildtools_revision': 'a7cc7a3e21a061975b33dcdcd81a9716ba614c3c',
dpranke7a694fe2015-08-18 05:11:2960 # Three lines of non-changing comments so that
capne3976c22016-08-12 22:06:1761 # the commit queue can handle CLs rolling SwiftShader
62 # and whatever else without interference from each other.
sugoiddb637b2017-02-15 21:37:0663 'swiftshader_revision': '91da6b00584afd7dcaed66da88e2b617429b3950',
capne3976c22016-08-12 22:06:1764 # Three lines of non-changing comments so that
dpranke7a694fe2015-08-18 05:11:2965 # the commit queue can handle CLs rolling PDFium
[email protected]d6a2e88f12014-05-19 19:27:0366 # and whatever else without interference from each other.
pdfium-deps-rollerc30cc0c2017-02-15 21:18:2567 'pdfium_revision': '4093039d19f832173ec58cfd9f2e8ac393a76091',
[email protected]99e1c5c2014-06-20 13:02:2968 # Three lines of non-changing comments so that
69 # the commit queue can handle CLs rolling openmax_dl
70 # and whatever else without interference from each other.
scottmgc460f9122016-11-19 01:50:2671 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7',
[email protected]7ee3af52014-07-06 18:16:4772 # Three lines of non-changing comments so that
73 # the commit queue can handle CLs rolling BoringSSL
74 # and whatever else without interference from each other.
davidben24ad3212017-02-09 18:45:1175 'boringssl_revision': 'dc8c1d962e688c01cd8903d40ada70a75f700ad7',
szager29407eb2014-08-26 13:09:3176 # Three lines of non-changing comments so that
szager29407eb2014-08-26 13:09:3177 # the commit queue can handle CLs rolling google-toolbox-for-mac
78 # and whatever else without interference from each other.
stkhapugin74518f22016-11-02 18:03:2979 'google_toolbox_for_mac_revision': '038a2399b20e67ab17685e23ee873a66811fa107',
szager29407eb2014-08-26 13:09:3180 # Three lines of non-changing comments so that
81 # the commit queue can handle CLs rolling lighttpd
82 # and whatever else without interference from each other.
83 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
84 # Three lines of non-changing comments so that
85 # the commit queue can handle CLs rolling lss
86 # and whatever else without interference from each other.
mark051962e72016-07-25 20:44:4787 'lss_revision': '3f6478ac95edf86cd3da300c2c0d34a438f5dbeb',
mseaborn851e1bd12014-09-05 08:00:1488 # Three lines of non-changing comments so that
89 # the commit queue can handle CLs rolling NaCl
90 # and whatever else without interference from each other.
nacl-deps-rollerbd824db2017-02-01 00:12:5791 'nacl_revision': '70540f6583440d4174e6d75743bb544cfbaaf204',
cwallezf2b03492015-08-25 15:08:1892 # Three lines of non-changing comments so that
bcf53f862ea2016-02-02 05:08:4293 # the commit queue can handle CLs rolling freetype-android
94 # and whatever else without interference from each other.
drottcc271862017-02-15 15:08:3395 'freetype_android_revision': '66725768cdf758cfb3f9abf03cbf5e5a77f42088',
robertocn4567f4d2016-03-23 03:36:0796 # Three lines of non-changing comments so that
97 # the commit queue can handle CLs rolling catapult
98 # and whatever else without interference from each other.
catapult-deps-rollerea4ad6d2017-02-15 19:28:4599 'catapult_revision': 'a6cbb793ecd1efa996c74ea54f9151c926c6965b',
ochangcbd1cf202016-04-01 21:37:37100 # Three lines of non-changing comments so that
101 # the commit queue can handle CLs rolling libFuzzer
102 # and whatever else without interference from each other.
aizatsky29a8a422017-02-03 21:52:45103 'libfuzzer_revision': '64bdf915852b7a8c2b81013682d77e003280168b',
chenwilliam56a90382016-12-09 02:16:28104 # Three lines of non-changing comments so that
105 # the commit queue can handle CLs rolling devtools-node-modules
106 # and whatever else without interference from each other.
107 'devtools_node_modules_revision': '6226d6cd80aaf2e5295ed460cf73ef6a582e4d78',
kmarshall520f9512017-01-24 23:25:01108 # Three lines of non-changing comments so that
109 # the commit queue can handle CLs rolling libFuzzer
110 # and whatever else without interference from each other.
111 'scanbuild_revision': '15bd7ca2934162c51654ddffc52933e45f95e7ef',
[email protected]5f129de2009-02-24 23:22:04112}
113
tandrii74b7e422014-09-23 16:45:27114# Only these hosts are allowed for dependencies in this DEPS file.
115# If you need to add a new host, contact chrome infrastracture team.
116allowed_hosts = [
tandriicb12c642015-03-27 19:00:55117 'android.googlesource.com',
agable851c6f7252016-11-04 17:17:39118 'boringssl.googlesource.com',
119 'chromium.googlesource.com',
120 'pdfium.googlesource.com',
121 'skia.googlesource.com',
capne3976c22016-08-12 22:06:17122 'swiftshader.googlesource.com',
tandrii74b7e422014-09-23 16:45:27123]
124
[email protected]5f129de2009-02-24 23:22:04125deps = {
Stefan Zagerfd5ba192014-08-23 00:29:39126 'src/breakpad/src':
tobiasjs315ab182017-02-08 10:57:25127 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '37070c5e680f3356f7b14d239518a104edbc2c97',
[email protected]5f129de2009-02-24 23:22:04128
Stefan Zagerfd5ba192014-08-23 00:29:39129 'src/buildtools':
dpranke4778c712016-09-23 01:15:56130 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
[email protected]f58d3292014-05-14 01:56:54131
Stefan Zagerfd5ba192014-08-23 00:29:39132 'src/sdch/open-vcdiff':
dpranke4778c712016-09-23 01:15:56133 Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' + '2b9bd1fe548520e9355e457a134bab7e2f9c56c0',
[email protected]5f129de2009-02-24 23:22:04134
piman5623da42016-07-21 03:03:15135 'src/testing/gtest':
dpranke4778c712016-09-23 01:15:56136 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87',
[email protected]5f129de2009-02-24 23:22:04137
Stefan Zagerfd5ba192014-08-23 00:29:39138 'src/testing/gmock':
dpranke4778c712016-09-23 01:15:56139 Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
[email protected]c6bc0bd22011-01-27 19:55:06140
dpranke4778c712016-09-23 01:15:56141 'src/third_party/glslang/src':
142 Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210c6bf4d8119dc5f8ac21da2d4c87184f7015e0',
dyenb780ac52016-05-10 19:02:41143
dpranke4778c712016-09-23 01:15:56144 'src/third_party/shaderc/src':
145 Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8793c34907073025af2622c28bcee64e9879a4',
dyenb780ac52016-05-10 19:02:41146
dpranke4778c712016-09-23 01:15:56147 'src/third_party/SPIRV-Tools/src':
148 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + '@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c',
dyenb780ac52016-05-10 19:02:41149
Stefan Zagerfd5ba192014-08-23 00:29:39150 'src/third_party/angle':
dpranke4778c712016-09-23 01:15:56151 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
[email protected]7cc7a2e72013-11-20 03:23:19152
Stefan Zagerfd5ba192014-08-23 00:29:39153 'src/third_party/colorama/src':
dpranke4778c712016-09-23 01:15:56154 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
[email protected]2e37020f2014-06-10 22:14:18155
Stefan Zagerfd5ba192014-08-23 00:29:39156 'src/third_party/icu':
tsniatowskia26ef002016-12-13 12:11:05157 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '9cd2828740572ba6f694b9365236a8356fd06147',
[email protected]5f129de2009-02-24 23:22:04158
Stefan Zagerfd5ba192014-08-23 00:29:39159 'src/third_party/hunspell_dictionaries':
dpranke4778c712016-09-23 01:15:56160 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc6e7c25bf47cbfb466e0701fd2728b4a12e79d5',
[email protected]5c965dd2009-09-04 21:11:43161
Stefan Zagerfd5ba192014-08-23 00:29:39162 'src/third_party/leveldatabase/src':
cmumfordb5bcbc62016-04-15 21:11:37163 Var('chromium_git') + '/external/leveldb.git' + '@' + 'a7bff697baa062c8f6b8fb760eacf658712b611a',
[email protected]9ce15e922011-03-22 22:24:42164
Stefan Zagerfd5ba192014-08-23 00:29:39165 'src/third_party/snappy/src':
166 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958c7c0933d22e80c20bf',
[email protected]9ce15e922011-03-22 22:24:42167
Stefan Zagerfd5ba192014-08-23 00:29:39168 'src/tools/gyp':
sdefresne294a049c2016-07-13 02:17:45169 Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
[email protected]acb9f722010-03-25 17:14:59170
Stefan Zagerfd5ba192014-08-23 00:29:39171 'src/tools/swarming_client':
dpranke4778c712016-09-23 01:15:56172 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_revision'),
[email protected]5dcce7f82012-10-04 00:08:07173
Stefan Zagerfd5ba192014-08-23 00:29:39174 'src/v8':
machenbacha0a3e4a2014-09-24 12:43:11175 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
[email protected]5f129de2009-02-24 23:22:04176
Stefan Zagerfd5ba192014-08-23 00:29:39177 'src/native_client':
dpranke4778c712016-09-23 01:15:56178 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'),
[email protected]6f0a2dd2011-12-05 21:59:01179
thestig3e7d8e02015-09-28 23:54:46180 'src/third_party/sfntly/src':
dpranke4778c712016-09-23 01:15:56181 Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Var('sfntly_revision'),
[email protected]f5364262011-07-22 17:57:59182
Stefan Zagerfd5ba192014-08-23 00:29:39183 'src/third_party/skia':
agable851c6f7252016-11-04 17:17:39184 Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'),
[email protected]d5282e72009-05-13 13:16:52185
Stefan Zagerfd5ba192014-08-23 00:29:39186 'src/tools/page_cycler/acid3':
dpranke4778c712016-09-23 01:15:56187 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5abc1b2f405a945f6d871521',
[email protected]07352662009-07-13 23:22:33188
Stefan Zagerfd5ba192014-08-23 00:29:39189 'src/chrome/test/data/perf/canvas_bench':
dpranke4778c712016-09-23 01:15:56190 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732',
[email protected]700e7e32012-02-22 17:04:38191
Stefan Zagerfd5ba192014-08-23 00:29:39192 'src/chrome/test/data/perf/frame_rate/content':
dpranke4778c712016-09-23 01:15:56193 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c88463efeef6bb19c9ec07c42bc8fe22b9',
[email protected]40646b012011-07-26 02:30:26194
Stefan Zagerfd5ba192014-08-23 00:29:39195 'src/third_party/bidichecker':
196 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0',
[email protected]2a18cabc2011-04-12 10:36:04197
Stefan Zagerfd5ba192014-08-23 00:29:39198 'src/third_party/webgl/src':
yunchao.he37d16552017-02-06 20:08:31199 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '48b376c113ecce08c73533139a967eb1f1c5c51f',
[email protected]1f7077f2011-07-12 12:58:05200
Stefan Zagerfd5ba192014-08-23 00:29:39201 'src/third_party/webdriver/pylib':
202 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
[email protected]d9b19e32011-01-29 02:09:08203
johannkoenig8cdf03472016-03-02 13:54:31204 'src/third_party/libvpx/source/libvpx':
marpan65f874d62017-02-13 18:11:39205 Var('chromium_git') + '/webm/libvpx.git' + '@' + '91f87e75135cc9722ee72daf5154424f628a906e',
johannkoenig52381382015-09-18 22:35:25206
Stefan Zagerfd5ba192014-08-23 00:29:39207 'src/third_party/ffmpeg':
wolenetz518d37c2017-02-14 00:54:01208 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '38d84d205cd89cb9ce740735d2d31d4bc2a07abb',
[email protected]e55badb2010-05-07 23:55:35209
Stefan Zagerfd5ba192014-08-23 00:29:39210 'src/third_party/usrsctp/usrsctplib':
deadbeef32eb26e2017-01-10 08:00:24211 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '8679f2b0bf063ac894dc473debefd61dbbebf622',
[email protected]e033cd3f2013-05-08 15:21:22212
Stefan Zagerfd5ba192014-08-23 00:29:39213 'src/third_party/libsrtp':
mikecase6c003cb2016-11-09 22:37:04214 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '0e0936f3013fe5884eac82f95e370c8d460a179f',
[email protected]44f3e792012-01-28 03:18:55215
Stefan Zagerfd5ba192014-08-23 00:29:39216 'src/third_party/yasm/source/patched-yasm':
dpranke4778c712016-09-23 01:15:56217 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
[email protected]76ce1522010-12-13 12:02:42218
Stefan Zagerfd5ba192014-08-23 00:29:39219 'src/third_party/libjpeg_turbo':
dpranke4778c712016-09-23 01:15:56220 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '7260e4d8b8e1e40b17f03fafdf1cd83296900f76',
[email protected]cc1b14652011-01-17 12:35:57221
Stefan Zagerfd5ba192014-08-23 00:29:39222 'src/third_party/flac':
dpranke4778c712016-09-23 01:15:56223 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + 'd0c35f878ec26f969c1631350b1d36fbd88ad8bb',
[email protected]f94eda92011-02-25 00:34:00224
battre1f0e8e7f2016-05-06 12:58:58225 'src/third_party/flatbuffers/src':
dpranke4778c712016-09-23 01:15:56226 Var('chromium_git') + '/external/github.com/google/flatbuffers.git' + '@' + 'e92ae5199d52fd59540a800bec7eef46cd778257',
battre1f0e8e7f2016-05-06 12:58:58227
Stefan Zagerfd5ba192014-08-23 00:29:39228 'src/third_party/pyftpdlib/src':
229 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d059f581f05ae8d89d7e45',
[email protected]4e7b5f92011-07-22 20:58:29230
Stefan Zagerfd5ba192014-08-23 00:29:39231 'src/third_party/scons-2.0.1':
dpranke4778c712016-09-23 01:15:56232 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067',
[email protected]185a6912011-06-17 19:34:07233
Stefan Zagerfd5ba192014-08-23 00:29:39234 'src/third_party/webrtc':
sakal4eb44ba2017-02-15 08:30:29235 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '7eb7de80bd811a2c7c9e9da245862298529487ec', # commit position 16606
[email protected]21c24fa72011-09-05 13:35:02236
Stefan Zagerfd5ba192014-08-23 00:29:39237 'src/third_party/openmax_dl':
238 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
[email protected]0bed32c2013-03-30 17:38:54239
sbc56955772015-04-07 17:06:08240 'src/third_party/jsoncpp/source':
sbc12f9e9d62015-04-09 18:20:09241 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248
[email protected]3bd20ee42011-10-22 00:33:19242
Stefan Zagerfd5ba192014-08-23 00:29:39243 'src/third_party/libyuv':
fbarchard9c996922016-12-16 18:29:03244 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'b18fd21d3c27fce69b5c1ed44b89131dedc87284', # from r1637
[email protected]1e29b4e2011-11-03 01:25:19245
Stefan Zagerfd5ba192014-08-23 00:29:39246 'src/third_party/smhasher/src':
247 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',
[email protected]f0736ff2011-12-03 04:19:20248
Stefan Zagerfd5ba192014-08-23 00:29:39249 'src/third_party/libaddressinput/src':
mathp85f7eea22016-10-26 22:05:34250 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '4d18a0d4be9add0dc479e7b939ed8d39f6ec0d73',
[email protected]6cf5dbdd2013-11-09 04:21:45251
mathp726584d2016-03-01 15:16:05252 'src/third_party/libphonenumber/dist':
mathpd2e22adc2016-03-15 18:54:08253 Var('chromium_git') + '/external/libphonenumber.git' + '@' + 'a4da30df63a097d67e3c429ead6790ad91d36cf4',
[email protected]d12c20502012-02-01 11:40:19254
Stefan Zagerfd5ba192014-08-23 00:29:39255 'src/third_party/webpagereplay':
dpranke4778c712016-09-23 01:15:56256 Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '@' + '3cd3a3f6f06a1b87b14b9162c7eb16d23d141241',
[email protected]51e3e3d2012-08-21 02:27:44257
Stefan Zagerfd5ba192014-08-23 00:29:39258 'src/third_party/pywebsocket/src':
hiroshige76efe9932015-12-17 08:46:49259 Var('chromium_git') + '/external/github.com/google/pywebsocket.git' + '@' + '2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2',
[email protected]9a978032012-10-19 03:43:14260
jrummellf715b1692015-10-21 23:26:26261 'src/media/cdm/api':
Xiaohan Wang56cbf782017-01-19 22:59:21262 Var('chromium_git') + '/chromium/cdm.git' + '@' + '46eebfa522b06c1f0b52b4233caa56793badf112',
[email protected]255c43f2013-06-07 08:54:11263
Stefan Zagerfd5ba192014-08-23 00:29:39264 'src/third_party/mesa/src':
dpranke4778c712016-09-23 01:15:56265 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e7035ca882cc77f85793fef',
[email protected]bba1c0dd2013-08-19 10:33:31266
jinsukkim21d3369fc2016-06-21 06:16:03267 'src/third_party/ced/src':
brucedawsonc62b45ea2017-01-04 18:38:54268 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '368a9cc09ad868a3d28f0b5ad4a733f263c46409',
jinsukkim21d3369fc2016-06-21 06:16:03269
capne3976c22016-08-12 22:06:17270 'src/third_party/swiftshader':
dpranke4778c712016-09-23 01:15:56271 Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revision'),
capne3976c22016-08-12 22:06:17272
Stefan Zagerfd5ba192014-08-23 00:29:39273 'src/third_party/cld_2/src':
andrewhaydenfe9263ad2015-08-11 13:00:44274 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84b58a5d7690ebf05a91406f371ce00c3daf31c0',
[email protected]edf1f062014-01-07 11:11:53275
abakalov9c8f81b2016-07-26 21:03:15276 'src/third_party/cld_3/src':
abakalovc0f8f84b2017-01-12 03:59:17277 Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + 'ae02d6b8a2af41e87c956c7c7d3f651a8b7b9e79',
abakalov9c8f81b2016-07-26 21:03:15278
mcasas09903b32015-07-14 16:20:47279 'src/third_party/libwebm/source':
mcasas8853f142017-01-16 19:32:06280 Var('chromium_git') + '/webm/libwebm.git' + '@' + '4956b2dec65352af32dc71bab553acb631c64177',
mcasas09903b32015-07-14 16:20:47281
Stefan Zagerfd5ba192014-08-23 00:29:39282 'src/third_party/pdfium':
dpranke4778c712016-09-23 01:15:56283 Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'),
[email protected]7ee3af52014-07-06 18:16:47284
Stefan Zagerfd5ba192014-08-23 00:29:39285 'src/third_party/boringssl/src':
dpranke4778c712016-09-23 01:15:56286 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
dtu34297962014-10-01 23:43:01287
288 'src/third_party/py_trace_event/src':
289 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430de2b9e53dea57a77b4c3ac9b30',
nyquistbbd665a2015-03-20 16:20:17290
291 'src/third_party/dom_distiller_js/dist':
wychen527a1792017-01-19 02:51:37292 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + '7051bdd89620d2d4805531ed957f3de83d9d73b2',
sullivan0cf87672015-08-04 17:10:32293
294 'src/third_party/catapult':
295 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' +
robertocn4567f4d2016-03-23 03:36:07296 Var('catapult_revision'),
hbosdc28e3ff2015-11-13 14:43:51297
298 'src/third_party/openh264/src':
sprang3c3e2532016-11-07 17:03:13299 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df93c5dcaf858c57eb7892bd27763f0f0ac',
battre0739c642015-12-21 17:45:27300
301 'src/third_party/re2/src':
mmoroz98005532017-02-14 15:40:40302 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + '596d73e6084a88c5394724978b10680dc929d197',
aizatskyaf496112016-04-15 19:26:32303
304 # Used for building libFuzzers (only supports Linux).
305 'src/third_party/libFuzzer/src':
306 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' + Var('libfuzzer_revision'),
prabhur984ad5c2016-08-02 20:08:21307
308 'src/third_party/visualmetrics/src':
309 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6',
kmarshall520f9512017-01-24 23:25:01310
311 'src/third_party/scan-build/src':
312 Var('chromium_git') + '/chromium/llvm-project/cfe/tools/scan-build.git' + '@' + Var('scanbuild_revision'),
[email protected]5f129de2009-02-24 23:22:04313}
314
[email protected]00c517672010-11-04 00:27:29315
[email protected]5f129de2009-02-24 23:22:04316deps_os = {
Stefan Zagerfd5ba192014-08-23 00:29:39317 'win': {
Stefan Zagerfd5ba192014-08-23 00:29:39318 'src/third_party/cygwin':
dpranke4778c712016-09-23 01:15:56319 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697fadf3a10ff1007a97c0b7de6df',
[email protected]5f129de2009-02-24 23:22:04320
Stefan Zagerfd5ba192014-08-23 00:29:39321 'src/third_party/psyco_win32':
dpranke4778c712016-09-23 01:15:56322 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910ee5a8075bbaeed0591469f1661d868',
[email protected]7e6497f2011-03-30 18:52:23323
Stefan Zagerfd5ba192014-08-23 00:29:39324 'src/third_party/bison':
dpranke4778c712016-09-23 01:15:56325 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5464ee2b224c2df649c6e26c3',
[email protected]6c7b79262012-07-18 23:50:45326
Stefan Zagerfd5ba192014-08-23 00:29:39327 'src/third_party/gperf':
dpranke4778c712016-09-23 01:15:56328 Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f9449770443fb06da49b5a1e5d33c1',
[email protected]6c7b79262012-07-18 23:50:45329
Stefan Zagerfd5ba192014-08-23 00:29:39330 'src/third_party/perl':
dpranke4778c712016-09-23 01:15:56331 Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78',
[email protected]6c7b79262012-07-18 23:50:45332
Stefan Zagerfd5ba192014-08-23 00:29:39333 'src/third_party/lighttpd':
dpranke4778c712016-09-23 01:15:56334 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
[email protected]5b30d472009-12-03 22:02:38335
[email protected]35770312009-10-28 01:21:48336 # Parses Windows PE/COFF executable format.
Stefan Zagerfd5ba192014-08-23 00:29:39337 'src/third_party/pefile':
dpranke4778c712016-09-23 01:15:56338 Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab63c15585dc3b5c3f92f1',
[email protected]4b167a32010-01-25 17:54:08339
[email protected]b13b6a3e2012-04-13 23:01:38340 # GNU binutils assembler for x86-32.
Stefan Zagerfd5ba192014-08-23 00:29:39341 'src/third_party/gnu_binutils':
342 Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436',
[email protected]b13b6a3e2012-04-13 23:01:38343 # GNU binutils assembler for x86-64.
Stefan Zagerfd5ba192014-08-23 00:29:39344 'src/third_party/mingw-w64/mingw/bin':
345 Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527',
[email protected]1c262172010-06-10 15:25:46346
[email protected]76ce1522010-12-13 12:02:42347 # Dependencies used by libjpeg-turbo
Stefan Zagerfd5ba192014-08-23 00:29:39348 'src/third_party/yasm/binaries':
dpranke4778c712016-09-23 01:15:56349 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b0aa06da24ef8b123058bb61ee468881',
[email protected]51ce0e172011-08-05 16:16:23350
[email protected]bbc90fef2011-11-28 19:08:27351 # Binaries for nacl sdk.
Stefan Zagerfd5ba192014-08-23 00:29:39352 'src/third_party/nacl_sdk_binaries':
dpranke4778c712016-09-23 01:15:56353 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5',
[email protected]5f129de2009-02-24 23:22:04354 },
Stefan Zagerfd5ba192014-08-23 00:29:39355 'ios': {
baxley7690dae2016-03-02 18:47:48356 'src/ios/third_party/earl_grey/src':
baxley94ca0ca2017-01-26 05:50:22357 Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + 'c5c89d810a8e76547ed0506e85c1a80f3a10bc48',
baxley7690dae2016-03-02 18:47:48358
baxley1308ce82016-02-22 16:44:00359 'src/ios/third_party/fishhook/src':
dpranke4778c712016-09-23 01:15:56360 Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c',
baxley7690dae2016-03-02 18:47:48361
stuartmorgan94d1d752015-03-04 19:58:09362 'src/ios/third_party/gcdwebserver/src':
lpromerof64cd282017-01-10 11:54:50363 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@' + '43555c66627f6ed44817855a0f6d465f559d30e0',
stuartmorgan94d1d752015-03-04 19:58:09364
lpromero15a7ab4d2016-12-16 02:29:48365 'src/ios/third_party/material_components_ios/src':
ios-autoroller7b338b22017-02-13 18:19:35366 Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '31d5812485c52a53074a971efb32438a2d5d241f',
lpromero15a7ab4d2016-12-16 02:29:48367
lpromeroad243992016-12-13 16:39:55368 'src/ios/third_party/material_font_disk_loader_ios/src':
ios-autoroller4aa74f32017-01-06 20:46:16369 Var('chromium_git') + '/external/github.com/material-foundation/material-font-disk-loader-ios.git' + '@' + '93acc021e3034898716028822cb802a3a816be7e',
lpromeroad243992016-12-13 16:39:55370
371 'src/ios/third_party/material_roboto_font_loader_ios/src':
ios-autoroller06242fb2017-01-09 19:35:34372 Var('chromium_git') + '/external/github.com/material-foundation/material-roboto-font-loader-ios.git' + '@' + '2e25f314512e71d3413315a20e62a4d0126671f5',
lpromeroad243992016-12-13 16:39:55373
374 'src/ios/third_party/material_sprited_animation_view_ios/src':
ios-autoroller4aa74f32017-01-06 20:46:16375 Var('chromium_git') + '/external/github.com/material-foundation/material-sprited-animation-view-ios.git' + '@' + 'c6e16d06bdafd95540c62b3402d9414692fbca81',
lpromeroad243992016-12-13 16:39:55376
olivierrobin68d75c22016-08-17 12:52:55377 'src/ios/third_party/material_text_accessibility_ios/src':
ios-autoroller4aa74f32017-01-06 20:46:16378 Var('chromium_git') + '/external/github.com/material-foundation/material-text-accessibility-ios.git' + '@' + '318d5100f2976e59c94643e5dcab69e7a830ee43',
olivierrobin68d75c22016-08-17 12:52:55379
sdefresnea9045f42016-02-23 15:22:45380 'src/ios/third_party/ochamcrest/src':
dpranke4778c712016-09-23 01:15:56381 Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + 'd7ee4ecfb6bd13c3c8d364682b6228ccd86e1e1a',
sdefresnea9045f42016-02-23 15:22:45382
Stefan Zagerfd5ba192014-08-23 00:29:39383 'src/third_party/google_toolbox_for_mac/src':
Nico Weber715d86f22015-11-04 00:55:21384 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'),
[email protected]a6b749d2012-07-02 17:11:21385 },
Stefan Zagerfd5ba192014-08-23 00:29:39386 'mac': {
Stefan Zagerfd5ba192014-08-23 00:29:39387 'src/third_party/google_toolbox_for_mac/src':
Nico Weber715d86f22015-11-04 00:55:21388 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'),
szager29407eb2014-08-26 13:09:31389
[email protected]a023dca2013-12-18 03:58:36390
Stefan Zagerfd5ba192014-08-23 00:29:39391 'src/third_party/lighttpd':
dpranke4778c712016-09-23 01:15:56392 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
[email protected]5b30d472009-12-03 22:02:38393
Stefan Zagerfd5ba192014-08-23 00:29:39394 'src/chrome/installer/mac/third_party/xz/xz':
dpranke4778c712016-09-23 01:15:56395 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7',
[email protected]5f129de2009-02-24 23:22:04396 },
Stefan Zagerfd5ba192014-08-23 00:29:39397 'unix': {
[email protected]ef525cc2009-07-10 17:08:16398 # Linux, really.
Stefan Zagerfd5ba192014-08-23 00:29:39399 'src/third_party/xdg-utils':
dpranke4778c712016-09-23 01:15:56400 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
[email protected]e0d00142009-09-18 22:10:27401
Stefan Zagerfd5ba192014-08-23 00:29:39402 'src/third_party/lss':
mark051962e72016-07-25 20:44:47403 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
[email protected]8f205b02010-11-10 22:48:17404
[email protected]28b9ab6d2012-10-13 20:53:15405 # For Linux and Chromium OS.
Stefan Zagerfd5ba192014-08-23 00:29:39406 'src/third_party/cros_system_api':
rsorokin75c0f2212017-02-10 12:17:55407 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'cc0eda812a8aaa665d4f26f5da74875284849bf6',
[email protected]86b37892013-02-21 01:19:26408
409 # Note that this is different from Android's freetype repo.
Stefan Zagerfd5ba192014-08-23 00:29:39410 'src/third_party/freetype2/src':
dpranke4778c712016-09-23 01:15:56411 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'fc1532a7c4c592f24a4c1a0261d2845524ca5cff',
[email protected]474a2442013-03-23 17:26:50412
bcf53f862ea2016-02-02 05:08:42413 'src/third_party/freetype-android/src':
dpranke4778c712016-09-23 01:15:56414 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_android_revision'),
bcf53f862ea2016-02-02 05:08:42415
stevenjb0ba29de2016-04-15 22:27:26416 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
Stefan Zagerfd5ba192014-08-23 00:29:39417 'src/third_party/chromite':
achuith18485e322017-01-10 23:33:46418 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '267bf6a6bbd075136ddde7f74c320c7acc073314',
[email protected]474a2442013-03-23 17:26:50419
stevenjb0ba29de2016-04-15 22:27:26420 # Dependency of chromite.git and skia.
Stefan Zagerfd5ba192014-08-23 00:29:39421 'src/third_party/pyelftools':
dpranke4778c712016-09-23 01:15:56422 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae',
[email protected]5fb98e32013-06-14 06:16:34423
Stefan Zagerfd5ba192014-08-23 00:29:39424 'src/third_party/liblouis/src':
dpranke4778c712016-09-23 01:15:56425 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a3478561deb6ae4798175094be8a26c2',
[email protected]2ea858d2013-11-09 00:59:33426
[email protected]d412cf42014-01-11 02:54:38427 # Used for embedded builds. CrOS & Linux use the system version.
Stefan Zagerfd5ba192014-08-23 00:29:39428 'src/third_party/fontconfig/src':
dpranke4778c712016-09-23 01:15:56429 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b749f9823c51827a60aeb5c1',
mdempsky6b5854d22014-12-02 00:26:33430
spangc231bff2015-09-14 23:16:57431 # Graphics buffer allocator for Chrome OS.
432 'src/third_party/minigbm/src':
me7f190b502017-02-10 10:32:45433 Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '878fed4088662309dc57689650fa4648cc4b480b',
reveman754ca2c2015-11-14 00:21:29434
dcastagna141830582016-12-20 23:03:42435 # Userspace interface to kernel DRM services.
436 'src/third_party/libdrm/src':
dcastagna6ccb8b82a2016-12-22 19:31:40437 Var('chromium_git') + '/chromiumos/third_party/libdrm.git' + '@' + '0ce18bedd3e62d4784fa755403801934ba171084',
dcastagna141830582016-12-20 23:03:42438
reveman754ca2c2015-11-14 00:21:29439 # Display server protocol for Linux.
440 'src/third_party/wayland/src':
denniskempin02b2b1172016-12-08 22:33:37441 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + '6a18a87727c64719c68168568b9ab1e4d7c2d9c1',
reveman6592ea12015-11-30 21:09:23442
443 # Wayland protocols that add functionality not available in the core protocol.
444 'src/third_party/wayland-protocols/src':
dpranke4778c712016-09-23 01:15:56445 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '2e541a36deff5f2e16e25e27f7f93d26822eecc2',
mikhail.pozdnyakov6d56dcc2016-02-12 11:10:49446
reveman968d2042017-01-10 06:20:34447 # The libevdev library (Chrome OS version).
448 'src/third_party/libevdev/src':
449 Var('chromium_git') + '/chromiumos/platform/libevdev.git' + '@' + '9f7a1961eb4726211e18abd147d5a11a4ea86744',
450
451 # Chrome OS touchpad gestures library.
452 'src/third_party/gestures/gestures':
453 Var('chromium_git') + '/chromiumos/platform/gestures.git' + '@' + '5a656849c7d2b0d0ddbe0ac6d300c1e2fada0bb4',
454
mikhail.pozdnyakov6d56dcc2016-02-12 11:10:49455 # Wireless Display Software. Used on Chrome OS.
456 'src/third_party/wds/src':
dpranke4778c712016-09-23 01:15:56457 Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95f3000bf5c8e16a79dbbbf22d554a5',
xyzzyz082e79e2016-06-20 18:59:21458
chenwilliam56a90382016-12-09 02:16:28459 # DevTools node modules. Used on Linux buildbots only.
460 'src/third_party/WebKit/Source/devtools/devtools-node-modules':
461 Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision')
[email protected]ef525cc2009-07-10 17:08:16462 },
Stefan Zagerfd5ba192014-08-23 00:29:39463 'android': {
nyquist38f28ba2014-09-04 00:28:38464 'src/third_party/android_protobuf/src':
dpranke4778c712016-09-23 01:15:56465 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc72e97f7fe08bb756958a2cf090f4e7',
nyquist38f28ba2014-09-04 00:28:38466
Stefan Zagerfd5ba192014-08-23 00:29:39467 'src/third_party/android_tools':
ajumaa089b8662017-01-26 00:47:22468 Var('chromium_git') + '/android_tools.git' + '@' + 'b43a6a289a7588b1769814f04dd6c7d7176974cc',
[email protected]9f1235c2012-12-04 21:48:36469
kapishnikov810c2202016-01-28 21:35:00470 'src/third_party/apache-portable-runtime/src':
dpranke4778c712016-09-23 01:15:56471 Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a8c4277e09a82eaa229e35246edea1ee0a6a1',
kapishnikov810c2202016-01-28 21:35:00472
raywilliams6ffb1172015-06-22 16:17:37473 'src/third_party/errorprone/lib':
mikecasebf3dc38d2015-09-25 19:19:45474 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea83b66343133b9c76b7d3288c30321818ebcf',
raywilliams6ffb1172015-06-22 16:17:37475
Stefan Zagerfd5ba192014-08-23 00:29:39476 'src/third_party/findbugs':
dpranke4778c712016-09-23 01:15:56477 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac77ea0a194813d3065dd780c6e566',
[email protected]9f1235c2012-12-04 21:48:36478
bungeman7ffe4902015-06-03 15:41:25479 'src/third_party/freetype-android/src':
dpranke4778c712016-09-23 01:15:56480 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_android_revision'),
[email protected]fd72f73f2012-12-06 21:27:58481
kapishnikov810c2202016-01-28 21:35:00482 'src/third_party/elfutils/src':
dpranke4778c712016-09-23 01:15:56483 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de4f3760bdcaa3d23d154d7',
[email protected]99ff3502014-05-19 16:49:35484
Stefan Zagerfd5ba192014-08-23 00:29:39485 'src/third_party/jsr-305/src':
486 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
[email protected]0fb4c092012-12-13 19:15:59487
kjellanderc1be0422015-04-29 12:42:32488 'src/third_party/junit/src':
mikecased5d3a702016-08-19 18:27:25489 Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481',
kjellanderc1be0422015-04-29 12:42:32490
mikecase85e83ed2014-12-08 19:18:29491 'src/third_party/mockito/src':
mikecased5d3a702016-08-19 18:27:25492 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598ad4cf5ea53c69a8a8053780b04b850',
mikecase85e83ed2014-12-08 19:18:29493
kapishnikov810c2202016-01-28 21:35:00494 'src/third_party/netty-tcnative/src':
davidben0ccfedf2017-02-06 23:09:38495 Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '2e0f9503f3d4efe6fc3f70077f22471e83ffb446',
kapishnikov810c2202016-01-28 21:35:00496
497 'src/third_party/netty4/src':
498 Var('chromium_git') + '/external/netty4.git' + '@' + 'e0f26303b4ce635365be19414d0ac81f2ef6ba3c',
499
mikecase11530872016-07-25 22:54:16500 'src/third_party/robolectric/robolectric':
mikecase048cb722016-08-02 03:07:31501 Var('chromium_git') + '/external/robolectric.git' + '@' + 'e38b49a12fdfa17a94f0382cc8ffaf69132fd09b',
mikecase5ae30e102015-02-19 19:50:00502
mikecasec9eabe82015-06-15 18:57:59503 'src/third_party/ub-uiautomator/lib':
jbudorick8e1be152015-07-13 23:06:38504 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434',
mikecasec9eabe82015-06-15 18:57:59505
agrievea1b62002016-02-24 03:08:30506 'src/third_party/leakcanary/src':
507 Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e',
508
Stefan Zagerfd5ba192014-08-23 00:29:39509 'src/third_party/lss':
mark051962e72016-07-25 20:44:47510 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
[email protected]d0982f92013-03-19 10:26:20511
rnephew7b351882014-12-11 23:11:25512 'src/third_party/requests/src':
513 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
514
pasko9e241682015-06-23 09:06:57515 'src/third_party/custom_tabs_client/src':
yusufoc99fc8802017-01-26 23:00:27516 Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-client.git' + '@' + 'f68fb050a78be781cbaacb7a34a96ca902dda0f3',
bajonesc690d9ac2016-08-08 19:59:18517
518 'src/third_party/gvr-android-sdk/src':
bshe66370bf282017-01-03 19:05:29519 Var('chromium_git') + '/external/github.com/googlevr/gvr-android-sdk.git' + '@' + '8d1395957283ee13ebe2bc672ba24e5ca4ec343f',
[email protected]18081a12012-05-30 12:48:56520 },
[email protected]5f129de2009-02-24 23:22:04521}
522
[email protected]5f129de2009-02-24 23:22:04523include_rules = [
524 # Everybody can use some things.
John Abd-El-Malek5b6373f2015-04-01 19:44:14525 # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these.
Stefan Zagerfd5ba192014-08-23 00:29:39526 '+base',
527 '+build',
528 '+ipc',
[email protected]5f129de2009-02-24 23:22:04529
[email protected]dfbff862012-11-28 19:08:14530 # Everybody can use headers generated by tools/generate_library_loader.
Stefan Zagerfd5ba192014-08-23 00:29:39531 '+library_loaders',
[email protected]dfbff862012-11-28 19:08:14532
Stefan Zagerfd5ba192014-08-23 00:29:39533 '+testing',
534 '+third_party/icu/source/common/unicode',
535 '+third_party/icu/source/i18n/unicode',
536 '+url',
[email protected]5f129de2009-02-24 23:22:04537]
538
539
540# checkdeps.py shouldn't check include paths for files in these dirs:
541skip_child_includes = [
Stefan Zagerfd5ba192014-08-23 00:29:39542 'breakpad',
Stefan Zagerfd5ba192014-08-23 00:29:39543 'native_client_sdk',
John Abd-El-Malek5b6373f2015-04-01 19:44:14544 'out',
Stefan Zagerfd5ba192014-08-23 00:29:39545 'sdch',
546 'skia',
547 'testing',
Stefan Zagerfd5ba192014-08-23 00:29:39548 'v8',
549 'win8',
[email protected]5f129de2009-02-24 23:22:04550]
[email protected]bfa24b962009-03-02 00:16:16551
552
553hooks = [
554 {
[email protected]9372bec2014-08-14 14:03:30555 # This clobbers when necessary (based on get_landmines.py). It must be the
556 # first hook so that other things that get/generate into the output
557 # directory will not subsequently be clobbered.
Stefan Zagerfd5ba192014-08-23 00:29:39558 'name': 'landmines',
559 'pattern': '.',
560 'action': [
561 'python',
562 'src/build/landmines.py',
[email protected]9372bec2014-08-14 14:03:30563 ],
564 },
565 {
jbudorick94a712c2016-03-09 19:03:52566 # Ensure that while generating dependencies lists in .gyp files we don't
567 # accidentally reference any .pyc files whose corresponding .py files have
568 # already been deleted.
569 # We should actually try to avoid generating .pyc files, crbug.com/500078.
570 'name': 'remove_stale_pyc_files',
571 'pattern': '.',
572 'action': [
573 'python',
574 'src/tools/remove_stale_pyc_files.py',
575 'src/android_webview/tools',
576 'src/build/android',
577 'src/gpu/gles2_conform_support',
578 'src/infra',
579 'src/ppapi',
580 'src/printing',
581 'src/third_party/catapult',
582 'src/third_party/closure_compiler/build',
qyearsleydfda207b2016-07-08 14:16:12583 'src/third_party/WebKit/Tools/Scripts', # See http://crbug.com/625877.
jbudorick94a712c2016-03-09 19:03:52584 'src/tools',
585 ],
586 },
587 {
[email protected]89e43f652011-08-18 00:03:17588 # This downloads binaries for Native Client's newlib toolchain.
589 # Done in lieu of building the toolchain from scratch as it can take
590 # anywhere from 30 minutes to 4 hours depending on platform to build.
Stefan Zagerfd5ba192014-08-23 00:29:39591 'name': 'nacltools',
592 'pattern': '.',
593 'action': [
dyen249880632014-11-20 23:02:20594 'python',
595 'src/build/download_nacl_toolchains.py',
ncbray474ab322015-01-05 22:04:22596 '--mode', 'nacl_core_sdk',
ncbray4453c50a2015-02-18 20:10:55597 'sync', '--extract',
[email protected]89e43f652011-08-18 00:03:17598 ],
599 },
[email protected]3a0b2492011-08-24 20:41:16600 {
navabi6f0bb7612014-12-30 19:21:38601 # This downloads SDK extras and puts them in the
dgnebe5d99c2015-11-06 15:28:51602 # third_party/android_tools/sdk/extras directory.
navabi6f0bb7612014-12-30 19:21:38603 'name': 'sdkextras',
604 'pattern': '.',
navabi24606e22015-01-06 20:46:56605 # When adding a new sdk extras package to download, add the package
606 # directory and zip file to .gitignore in third_party/android_tools.
dgnebe5d99c2015-11-06 15:28:51607 'action': ['python',
608 'src/build/android/play_services/update.py',
609 'download'
610 ],
navabi6f0bb7612014-12-30 19:21:38611 },
612 {
mikecase56633ff02016-07-01 21:38:28613 'name': 'intellij',
614 'pattern': '.',
615 'action': ['python',
616 'src/build/android/update_deps/update_third_party_deps.py',
617 'download',
618 '-b', 'chromium-intellij',
619 '-l', 'third_party/intellij'
620 ],
621 },
622 {
yolandyane43b76802016-06-22 17:49:28623 'name': 'javax_inject',
624 'pattern': '.',
625 'action': ['python',
626 'src/build/android/update_deps/update_third_party_deps.py',
627 'download',
628 '-b', 'chromium-javax-inject',
629 '-l', 'third_party/javax_inject'
630 ],
631 },
632 {
yolandyan9243ece52016-06-23 21:45:01633 'name': 'hamcrest',
634 'pattern': '.',
635 'action': ['python',
636 'src/build/android/update_deps/update_third_party_deps.py',
637 'download',
638 '-b', 'chromium-hamcrest',
639 '-l', 'third_party/hamcrest'
640 ],
641 },
642 {
yolandyancbaf94582016-06-23 02:34:32643 'name': 'guava',
644 'pattern': '.',
645 'action': ['python',
646 'src/build/android/update_deps/update_third_party_deps.py',
647 'download',
648 '-b', 'chromium-guava',
649 '-l', 'third_party/guava'
650 ],
651 },
652 {
yolandyan3a29afd12016-06-24 02:08:40653 'name': 'android_support_test_runner',
654 'pattern': '.',
655 'action': ['python',
656 'src/build/android/update_deps/update_third_party_deps.py',
657 'download',
658 '-b', 'chromium-android-support-test-runner',
659 '-l', 'third_party/android_support_test_runner'
660 ],
661 },
662 {
mikecased2279c72016-08-11 23:34:33663 'name': 'byte_buddy',
664 'pattern': '.',
665 'action': ['python',
666 'src/build/android/update_deps/update_third_party_deps.py',
667 'download',
668 '-b', 'chromium-byte-buddy',
669 '-l', 'third_party/byte_buddy'
670 ],
671 },
672 {
yolandyan35d15ba72016-06-24 06:54:42673 'name': 'espresso',
674 'pattern': '.',
675 'action': ['python',
676 'src/build/android/update_deps/update_third_party_deps.py',
677 'download',
678 '-b', 'chromium-espresso',
679 '-l', 'third_party/espresso'
680 ],
681 },
682 {
mikecase11530872016-07-25 22:54:16683 'name': 'robolectric_libs',
684 'pattern': '.',
685 'action': ['python',
686 'src/build/android/update_deps/update_third_party_deps.py',
687 'download',
688 '-b', 'chromium-robolectric',
689 '-l', 'third_party/robolectric'
690 ],
691 },
692 {
mikecasef0e1c4312016-06-30 20:13:50693 'name': 'apache_velocity',
694 'pattern': '.',
695 'action': ['python',
696 'src/build/android/update_deps/update_third_party_deps.py',
697 'download',
698 '-b', 'chromium-apache-velocity',
699 '-l', 'third_party/apache_velocity'
700 ],
701 },
702 {
mikecase0466de32016-06-30 20:45:17703 'name': 'ow2_asm',
704 'pattern': '.',
705 'action': ['python',
706 'src/build/android/update_deps/update_third_party_deps.py',
707 'download',
708 '-b', 'chromium-ow2-asm',
709 '-l', 'third_party/ow2_asm'
710 ],
711 },
712 {
zpeng3353ce42016-12-07 16:06:02713 'name': 'retrolambda',
714 'pattern': '.',
715 'action': ['python',
716 'src/build/android/update_deps/update_third_party_deps.py',
717 'download',
718 '-b', 'chromium-android-tools/retrolambda',
719 '-l', 'third_party/retrolambda'
720 ],
721 },
722 {
mikecase7529ab42016-06-30 21:04:39723 'name': 'icu4j',
724 'pattern': '.',
725 'action': ['python',
726 'src/build/android/update_deps/update_third_party_deps.py',
727 'download',
728 '-b', 'chromium-icu4j',
729 '-l', 'third_party/icu4j'
730 ],
731 },
732 {
mikecase840bb0f52016-06-30 23:36:51733 'name': 'accessibility_test_framework',
734 'pattern': '.',
735 'action': ['python',
736 'src/build/android/update_deps/update_third_party_deps.py',
737 'download',
738 '-b', 'chromium-accessibility-test-framework',
739 '-l', 'third_party/accessibility_test_framework'
740 ],
741 },
742 {
mikecase378c7352016-06-30 23:39:59743 'name': 'bouncycastle',
744 'pattern': '.',
745 'action': ['python',
746 'src/build/android/update_deps/update_third_party_deps.py',
747 'download',
748 '-b', 'chromium-bouncycastle',
749 '-l', 'third_party/bouncycastle'
750 ],
751 },
752 {
mikecase014e8492016-06-30 23:44:27753 'name': 'sqlite4java',
754 'pattern': '.',
755 'action': ['python',
756 'src/build/android/update_deps/update_third_party_deps.py',
757 'download',
758 '-b', 'chromium-sqlite4java',
759 '-l', 'third_party/sqlite4java'
760 ],
761 },
762 {
mikecase9d86c932016-08-12 00:34:27763 'name': 'objenesis',
764 'pattern': '.',
765 'action': ['python',
766 'src/build/android/update_deps/update_third_party_deps.py',
767 'download',
768 '-b', 'chromium-objenesis',
769 '-l', 'third_party/objenesis'
770 ],
771 },
772 {
sbc8208b4d2015-06-30 19:14:23773 # Downloads the current stable linux sysroot to build/linux/ if needed.
[email protected]01a98602013-06-12 20:33:54774 # This sysroot updates at about the same rate that the chrome build deps
775 # change. This script is a no-op except for linux users who are doing
sbc8208b4d2015-06-30 19:14:23776 # official chrome builds or cross compiling.
Stefan Zagerfd5ba192014-08-23 00:29:39777 'name': 'sysroot',
778 'pattern': '.',
sbc8208b4d2015-06-30 19:14:23779 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
780 '--running-as-hook'],
sbc41d0e082014-10-22 20:39:29781 },
782 {
[email protected]c71d3282014-04-09 01:56:20783 # Update the Windows toolchain if necessary.
Stefan Zagerfd5ba192014-08-23 00:29:39784 'name': 'win_toolchain',
785 'pattern': '.',
786 'action': ['python', 'src/build/vs_toolchain.py', 'update'],
[email protected]c71d3282014-04-09 01:56:20787 },
justincohen6a03a3d2016-03-26 21:44:38788 {
789 # Update the Mac toolchain if necessary.
790 'name': 'mac_toolchain',
791 'pattern': '.',
792 'action': ['python', 'src/build/mac_toolchain.py'],
793 },
hansb2eae972015-05-19 00:53:12794 # Pull binutils for linux, enabled debug fission for faster linking /
795 # debugging when used with clang on Ubuntu Precise.
796 # https://code.google.com/p/chromium/issues/detail?id=352046
797 {
798 'name': 'binutils',
799 'pattern': 'src/third_party/binutils',
800 'action': [
801 'python',
802 'src/third_party/binutils/download.py',
803 ],
804 },
[email protected]c71d3282014-04-09 01:56:20805 {
Hans Wennborg28fb41c2014-09-22 23:25:12806 # Pull clang if needed or requested via GYP_DEFINES.
807 # Note: On Win, this should run after win_toolchain, as it may use it.
808 'name': 'clang',
809 'pattern': '.',
810 'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'],
811 },
812 {
phajdan.jr2448b2c2015-04-24 21:04:17813 # Update LASTCHANGE.
Stefan Zagerfd5ba192014-08-23 00:29:39814 'name': 'lastchange',
815 'pattern': '.',
816 'action': ['python', 'src/build/util/lastchange.py',
817 '-o', 'src/build/util/LASTCHANGE'],
[email protected]9046a112012-01-31 20:45:25818 },
819 {
phajdan.jr2448b2c2015-04-24 21:04:17820 # Update LASTCHANGE.blink.
daniimms99578172015-09-30 06:39:24821 'name': 'lastchange_blink',
Stefan Zagerfd5ba192014-08-23 00:29:39822 'pattern': '.',
823 'action': ['python', 'src/build/util/lastchange.py',
Jochen Eisingerf880f0072015-09-23 21:06:53824 '--git-hash-only',
Stefan Zagerfd5ba192014-08-23 00:29:39825 '-s', 'src/third_party/WebKit',
826 '-o', 'src/build/util/LASTCHANGE.blink'],
[email protected]b0abfb62013-05-31 10:53:39827 },
halcanary5cacab3a2016-07-29 19:23:20828 {
829 # Update skia_commit_hash.h.
830 'name': 'lastchange_skia',
831 'pattern': '.',
832 'action': ['python', 'src/build/util/lastchange.py',
833 '-m', 'SKIA_COMMIT_HASH',
834 '-s', 'src/third_party/skia',
835 '--header', 'src/skia/ext/skia_commit_hash.h'],
836 },
[email protected]66968ba2014-03-18 20:27:54837 # Pull GN binaries. This needs to be before running GYP below.
838 {
Stefan Zagerfd5ba192014-08-23 00:29:39839 'name': 'gn_win',
840 'pattern': '.',
841 'action': [ 'download_from_google_storage',
842 '--no_resume',
843 '--platform=win32',
844 '--no_auth',
845 '--bucket', 'chromium-gn',
846 '-s', 'src/buildtools/win/gn.exe.sha1',
[email protected]66968ba2014-03-18 20:27:54847 ],
848 },
849 {
Stefan Zagerfd5ba192014-08-23 00:29:39850 'name': 'gn_mac',
851 'pattern': '.',
852 'action': [ 'download_from_google_storage',
853 '--no_resume',
854 '--platform=darwin',
855 '--no_auth',
856 '--bucket', 'chromium-gn',
857 '-s', 'src/buildtools/mac/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19858 ],
859 },
860 {
Stefan Zagerfd5ba192014-08-23 00:29:39861 'name': 'gn_linux64',
862 'pattern': '.',
863 'action': [ 'download_from_google_storage',
864 '--no_resume',
865 '--platform=linux*',
866 '--no_auth',
867 '--bucket', 'chromium-gn',
868 '-s', 'src/buildtools/linux64/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19869 ],
870 },
[email protected]6eabd702014-01-12 00:19:20871 # Pull clang-format binaries using checked-in hashes.
872 {
Stefan Zagerfd5ba192014-08-23 00:29:39873 'name': 'clang_format_win',
874 'pattern': '.',
875 'action': [ 'download_from_google_storage',
876 '--no_resume',
877 '--platform=win32',
878 '--no_auth',
879 '--bucket', 'chromium-clang-format',
880 '-s', 'src/buildtools/win/clang-format.exe.sha1',
[email protected]6eabd702014-01-12 00:19:20881 ],
882 },
883 {
Stefan Zagerfd5ba192014-08-23 00:29:39884 'name': 'clang_format_mac',
885 'pattern': '.',
886 'action': [ 'download_from_google_storage',
887 '--no_resume',
888 '--platform=darwin',
889 '--no_auth',
890 '--bucket', 'chromium-clang-format',
891 '-s', 'src/buildtools/mac/clang-format.sha1',
[email protected]6eabd702014-01-12 00:19:20892 ],
893 },
894 {
Stefan Zagerfd5ba192014-08-23 00:29:39895 'name': 'clang_format_linux',
896 'pattern': '.',
897 'action': [ 'download_from_google_storage',
898 '--no_resume',
899 '--platform=linux*',
900 '--no_auth',
901 '--bucket', 'chromium-clang-format',
902 '-s', 'src/buildtools/linux64/clang-format.sha1',
[email protected]6ec1d6fc2014-06-25 19:55:21903 ],
904 },
bshe0907c2d02016-11-12 00:24:53905 {
906 'name': 'gvr_static_shim_android_arm',
907 'pattern': '\\.sha1',
908 'action': [ 'download_from_google_storage',
909 '--no_resume',
910 '--platform=linux*',
911 '--no_auth',
912 '--bucket', 'chromium-gvr-static-shim',
913 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm.a.sha1',
914 ],
915 },
916 {
917 'name': 'gvr_static_shim_android_arm64',
918 'pattern': '\\.sha1',
919 'action': [ 'download_from_google_storage',
920 '--no_resume',
921 '--platform=linux*',
922 '--no_auth',
923 '--bucket', 'chromium-gvr-static-shim',
924 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm64.a.sha1',
925 ],
926 },
927 {
928 'name': 'gvr_common_aar',
929 'pattern': '\\.sha1',
930 'action': [ 'download_from_google_storage',
931 '--no_resume',
932 '--platform=linux*',
933 '--no_auth',
934 '--bucket', 'chromium-gvr-static-shim',
935 '-s', 'src/third_party/gvr-android-sdk/common_library.aar.sha1',
936 ],
937 },
maruel4fbba012015-05-22 21:52:29938 # Pull luci-go binaries (isolate, swarming) using checked-in hashes.
939 {
940 'name': 'luci-go_win',
941 'pattern': '.',
942 'action': [ 'download_from_google_storage',
943 '--no_resume',
944 '--platform=win32',
945 '--no_auth',
946 '--bucket', 'chromium-luci',
947 '-d', 'src/tools/luci-go/win64',
948 ],
949 },
950 {
951 'name': 'luci-go_mac',
952 'pattern': '.',
953 'action': [ 'download_from_google_storage',
954 '--no_resume',
955 '--platform=darwin',
956 '--no_auth',
957 '--bucket', 'chromium-luci',
958 '-d', 'src/tools/luci-go/mac64',
959 ],
960 },
961 {
962 'name': 'luci-go_linux',
963 'pattern': '.',
964 'action': [ 'download_from_google_storage',
965 '--no_resume',
966 '--platform=linux*',
967 '--no_auth',
968 '--bucket', 'chromium-luci',
969 '-d', 'src/tools/luci-go/linux64',
970 ],
971 },
[email protected]e388bfd2014-01-18 01:44:04972 # Pull eu-strip binaries using checked-in hashes.
973 {
Stefan Zagerfd5ba192014-08-23 00:29:39974 'name': 'eu-strip',
975 'pattern': '.',
976 'action': [ 'download_from_google_storage',
977 '--no_resume',
978 '--platform=linux*',
979 '--no_auth',
980 '--bucket', 'chromium-eu-strip',
981 '-s', 'src/build/linux/bin/eu-strip.sha1',
[email protected]e388bfd2014-01-18 01:44:04982 ],
983 },
[email protected]4dcd5392013-11-26 18:56:23984 {
Stefan Zagerfd5ba192014-08-23 00:29:39985 'name': 'drmemory',
986 'pattern': '.',
987 'action': [ 'download_from_google_storage',
988 '--no_resume',
989 '--platform=win32',
990 '--no_auth',
991 '--bucket', 'chromium-drmemory',
992 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1',
[email protected]893f61d12014-06-05 09:28:10993 ],
994 },
[email protected]f1d116b2014-06-13 18:07:26995 # Pull the Syzygy binaries, used for optimization and instrumentation.
996 {
Stefan Zagerfd5ba192014-08-23 00:29:39997 'name': 'syzygy-binaries',
998 'pattern': '.',
999 'action': ['python',
1000 'src/build/get_syzygy_binaries.py',
1001 '--output-dir=src/third_party/syzygy/binaries',
sebmarchand0e654802017-01-12 15:45:431002 '--revision=37f2efe2518802e568d2b620309c0c4a939e52f1',
Stefan Zagerfd5ba192014-08-23 00:29:391003 '--overwrite',
sebmarchandaf7cc2f2016-10-04 18:22:251004 '--copy-dia-binaries',
[email protected]f1d116b2014-06-13 18:07:261005 ],
1006 },
erikwright9bdc2bf2015-01-22 20:20:041007 {
Stefan Zagerfd5ba192014-08-23 00:29:391008 'name': 'apache_win32',
1009 'pattern': '\\.sha1',
1010 'action': [ 'download_from_google_storage',
1011 '--no_resume',
1012 '--platform=win32',
1013 '--directory',
1014 '--recursive',
1015 '--no_auth',
1016 '--num_threads=16',
1017 '--bucket', 'chromium-apache-win32',
1018 'src/third_party/apache-win32',
[email protected]2154052a2014-06-14 19:29:261019 ],
1020 },
1021 {
earthdokd58713222015-03-23 21:07:201022 # Pull sanitizer-instrumented third-party libraries if requested via
1023 # GYP_DEFINES.
1024 'name': 'instrumented_libraries',
1025 'pattern': '\\.sha1',
1026 'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'],
1027 },
1028 {
pauljensen657cf552016-04-15 18:36:071029 # Pull doclava binaries if building for Android.
1030 'name': 'doclava',
1031 'pattern': '.',
1032 'action': ['python',
1033 'src/build/android/download_doclava.py',
1034 ],
1035 },
bradnelson20c9a7312016-08-30 17:45:471036 {
1037 "name": "wasm_fuzzer",
1038 "pattern": ".",
1039 "action": [ "download_from_google_storage",
1040 "--no_resume",
1041 "--no_auth",
1042 "-u",
1043 "--bucket", "v8-wasm-fuzzer",
1044 "-s", "src/v8/test/fuzzer/wasm.tar.gz.sha1",
1045 ],
1046 },
1047 {
1048 "name": "wasm_asmjs_fuzzer",
1049 "pattern": ".",
1050 "action": [ "download_from_google_storage",
1051 "--no_resume",
1052 "--no_auth",
1053 "-u",
1054 "--bucket", "v8-wasm-asmjs-fuzzer",
1055 "-s", "src/v8/test/fuzzer/wasm_asmjs.tar.gz.sha1",
1056 ],
1057 },
dcheng3db0d1d2016-09-23 19:52:081058 {
1059 'name': 'clang_format_merge_driver',
1060 'pattern': '.',
1061 'action': [ 'python',
1062 'src/tools/clang_format_merge_driver/install_git_hook.py',
1063 ],
1064 },
chenwilliam56a90382016-12-09 02:16:281065 {
1066 'name': 'devtools_install_node',
1067 'action': [ 'python',
1068 'src/third_party/WebKit/Source/devtools/scripts/local_node/node.py',
1069 '--running-as-hook',
1070 '--version',
1071 ],
1072 },
dpapadcbee6ab2017-01-14 03:05:531073
1074 # Pull down Node binaries for WebUI toolchain.
1075 {
1076 'name': 'node_linux64',
1077 'pattern': '.',
1078 'action': [ 'download_from_google_storage',
1079 '--no_resume',
1080 '--platform=linux*',
1081 '--extract',
1082 '--no_auth',
1083 '--bucket', 'chromium-nodejs/6.9.4',
1084 '-s', 'src/third_party/node/linux/node-linux-x64.tar.gz.sha1',
1085 ],
1086 },
1087 {
1088 'name': 'node_mac',
1089 'pattern': '.',
1090 'action': [ 'download_from_google_storage',
1091 '--no_resume',
1092 '--platform=darwin',
1093 '--extract',
1094 '--no_auth',
1095 '--bucket', 'chromium-nodejs/6.9.4',
1096 '-s', 'src/third_party/node/mac/node-darwin-x64.tar.gz.sha1',
1097 ],
1098 },
1099 {
1100 'name': 'node_win',
1101 'pattern': '.',
1102 'action': [ 'download_from_google_storage',
1103 '--no_resume',
1104 '--platform=win32',
1105 '--no_auth',
1106 '--bucket', 'chromium-nodejs/6.9.4',
1107 '-s', 'src/third_party/node/win/node.exe.sha1',
1108 ],
1109 },
1110
1111 # Pull down NPM dependencies for WebUI toolchain.
1112 {
1113 'name': 'webui_node_modules',
1114 'pattern': '.',
1115 'action': [ 'download_from_google_storage',
1116 '--no_resume',
1117 '--extract',
1118 '--no_auth',
1119 '--bucket', 'chromium-nodejs',
1120 '-s', 'src/third_party/node/node_modules.tar.gz.sha1',
1121 ],
1122 },
[email protected]bfa24b962009-03-02 00:16:161123]
jmadilld2dfc8f2016-06-16 16:25:131124
jbudoricke6932bfd2016-09-07 02:09:221125recursedeps = [
bungeman1835f982016-09-28 18:33:221126 # buildtools provides clang_format, libc++, and libc++abi
1127 'src/buildtools',
jbudoricke6932bfd2016-09-07 02:09:221128 # android_tools manages the NDK.
1129 'src/third_party/android_tools',
1130 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1131 ("src/third_party/angle", "DEPS.chromium"),
sugoia231f9572017-02-14 15:06:571132 # SwiftShader manages DEPS that it also owns the build files for, such as Subzero.
1133 ("src/third_party/swiftshader", "DEPS"),
jbudoricke6932bfd2016-09-07 02:09:221134]