blob: 1e043ec8156fa34d72df866984977cb641164495 [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.
thestig930abad2017-04-18 02:44:3339 'sfntly_revision': '2439bd08ff93d4dce761dd6b825917938bd35a4f',
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.
[email protected]be0f35f2017-04-20 14:11:0543 'skia_revision': '5338f99a8a75d0e7622a37c5d1c05fcce49f55f5',
[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-autorollf816a252017-04-20 09:05:2347 'v8_revision': 'd5624ab6fef57f0ec8761ae8f700be1ff3306e91',
[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.
maruel96112f42017-02-17 16:35:1551 'swarming_revision': '11e31afa5d330756ff87aa12064bb5d032896cb5',
[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.
cwallezffc162c52017-04-19 19:59:0355 'angle_revision': 'b8126691cf41f7f9bac3dbdf60e5af889d0de3a4',
[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.
dprankea07cd6da2017-04-19 18:56:2059 'buildtools_revision': '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3',
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.
capn7c9bd5f2017-04-19 17:28:3363 'swiftshader_revision': 'dc7759ccc3151a1aefefa9f86610e66f6fe9311c',
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.
[email protected]ea6683f2017-04-13 08:58:5167 'pdfium_revision': 'e0b592236db902e3e8cbca7ec64f8e2b192e1935',
[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.
davidbenc817f242017-04-19 21:04:0475 'boringssl_revision': '777fdd6443d5f01420b67137118febdf56a1c8e4',
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.
thakis68240762017-03-31 01:11:1387 'lss_revision': '63f24c8221a229f677d26ebe8f3d1528a9d787ac',
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-rollerb37512412017-03-31 00:48:4291 'nacl_revision': 'aac1de245362df94cb40042e5fbc9059b0d0874b',
cwallezf2b03492015-08-25 15:08:1892 # Three lines of non-changing comments so that
drottfe896a82017-03-06 12:12:5493 # the commit queue can handle CLs rolling freetype
bcf53f862ea2016-02-02 05:08:4294 # and whatever else without interference from each other.
drott8d6ca522017-04-11 12:39:3695 'freetype_revision': '5a3490e054bda8a318ebde482c7fb30213cab3d9',
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.
[email protected]71a5fd1f2017-04-20 01:58:1499 'catapult_revision': '34ee837777ae61e0970bd54d5da7bf8cb55e5310',
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.
ochang842de802017-03-31 06:54:30103 'libfuzzer_revision': '16f5f743c188c836d32cdaf349d5d3effb8a3518',
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
aizatsky8904f9c2017-03-03 19:50:05109 # the commit queue can handle CLs rolling libprotobuf-mutator
110 # and whatever else without interference from each other.
vitalybukaa6660c02017-03-17 07:31:36111 'libprotobuf-mutator': 'b2c4fb59135711122b800376d8dc46af2fc9d060',
[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':
Gordana.Cmiljanovice668cab42017-03-24 15:51:36127 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '47e51739fd00badbceba5bc26b8abc8bbd530989',
[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':
jshincf65b912017-04-12 00:34:12157 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'b34251f8b762f8e2112a89c587855ca4297fed96',
[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':
pwnallcfb346f12017-03-02 22:01:37163 Var('chromium_git') + '/external/leveldb.git' + '@' + 'a53934a3ae1244679f812d998a4f16f2c7f309a6',
[email protected]9ce15e922011-03-22 22:24:42164
Stefan Zagerfd5ba192014-08-23 00:29:39165 'src/third_party/snappy/src':
pwnall7831adba2017-03-15 03:39:55166 Var('chromium_git') + '/external/github.com/google/snappy.git' + '@' + '8b60aac4fdbbb8f1dcce778accb5c04136c3a908',
[email protected]9ce15e922011-03-22 22:24:42167
Stefan Zagerfd5ba192014-08-23 00:29:39168 'src/tools/gyp':
brucedawsonef0edc32017-04-17 19:52:26169 Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
[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':
qiankun.miao9589135c2017-04-19 17:53:53199 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '73fd432435e8a8563f2117737c7639331761bddd',
[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':
marpan417c3dbd2017-04-12 20:22:51205 Var('chromium_git') + '/webm/libvpx.git' + '@' + 'f22b828d685adee4c7a561990302e2d21b5e0047',
johannkoenig52381382015-09-18 22:35:25206
Stefan Zagerfd5ba192014-08-23 00:29:39207 'src/third_party/ffmpeg':
tguilbertfa8f3112017-04-12 02:04:11208 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '28a5cdde5c32bcf66715343c10f74e85713f7aaf',
[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':
jbauch12506cc2017-04-04 15:13:46214 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + 'ccf84786f8ef803cb9c75e919e5a3976b9f5a672',
[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':
msarett47ab68ce2017-04-20 15:50:37220 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79a8792dde3d3f7d7d8ac28ba01ac9dd',
[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':
hbosc805b3282017-04-20 12:21:30235 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '118a3735394b55da76127370471a592d870c4b4c', # commit position 17786
[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':
fbarchard2355cd02017-04-17 21:16:12244 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'fc02cc3806a394a6b887979ba74aa49955f3199b', # from r1652
[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':
jinsukkim706a26bf2017-03-09 05:48:02268 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + 'e21eb6aed10b9f6e2727f136c52420033214d458',
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':
wychene7dcd5de2017-04-11 02:44:20292 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + '232c293a4d3ebcbc4320f642af017ee054b3be93',
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':
mmoroze0e3c52c2017-03-10 17:28:48302 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'ae9cb49a2e2ba95de4f0c6ec5a8afd039996d2c7',
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
aizatsky8904f9c2017-03-03 19:50:05308 'src/third_party/libprotobuf-mutator/src':
309 Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git' + '@' + Var('libprotobuf-mutator'),
310
prabhur984ad5c2016-08-02 20:08:21311 'src/third_party/visualmetrics/src':
312 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6',
[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': {
stgao27b5c362017-03-30 23:26:51318 'src/third_party/freetype/src':
319 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_revision'),
320
Stefan Zagerfd5ba192014-08-23 00:29:39321 'src/third_party/cygwin':
dpranke4778c712016-09-23 01:15:56322 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697fadf3a10ff1007a97c0b7de6df',
[email protected]5f129de2009-02-24 23:22:04323
Stefan Zagerfd5ba192014-08-23 00:29:39324 'src/third_party/psyco_win32':
dpranke4778c712016-09-23 01:15:56325 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910ee5a8075bbaeed0591469f1661d868',
[email protected]7e6497f2011-03-30 18:52:23326
Stefan Zagerfd5ba192014-08-23 00:29:39327 'src/third_party/bison':
dpranke4778c712016-09-23 01:15:56328 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5464ee2b224c2df649c6e26c3',
[email protected]6c7b79262012-07-18 23:50:45329
Stefan Zagerfd5ba192014-08-23 00:29:39330 'src/third_party/gperf':
dpranke4778c712016-09-23 01:15:56331 Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f9449770443fb06da49b5a1e5d33c1',
[email protected]6c7b79262012-07-18 23:50:45332
Stefan Zagerfd5ba192014-08-23 00:29:39333 'src/third_party/perl':
dpranke4778c712016-09-23 01:15:56334 Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78',
[email protected]6c7b79262012-07-18 23:50:45335
Stefan Zagerfd5ba192014-08-23 00:29:39336 'src/third_party/lighttpd':
dpranke4778c712016-09-23 01:15:56337 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
[email protected]5b30d472009-12-03 22:02:38338
[email protected]35770312009-10-28 01:21:48339 # Parses Windows PE/COFF executable format.
Stefan Zagerfd5ba192014-08-23 00:29:39340 'src/third_party/pefile':
dpranke4778c712016-09-23 01:15:56341 Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab63c15585dc3b5c3f92f1',
[email protected]4b167a32010-01-25 17:54:08342
[email protected]b13b6a3e2012-04-13 23:01:38343 # GNU binutils assembler for x86-32.
Stefan Zagerfd5ba192014-08-23 00:29:39344 'src/third_party/gnu_binutils':
345 Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436',
[email protected]b13b6a3e2012-04-13 23:01:38346 # GNU binutils assembler for x86-64.
Stefan Zagerfd5ba192014-08-23 00:29:39347 'src/third_party/mingw-w64/mingw/bin':
348 Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527',
[email protected]1c262172010-06-10 15:25:46349
[email protected]76ce1522010-12-13 12:02:42350 # Dependencies used by libjpeg-turbo
Stefan Zagerfd5ba192014-08-23 00:29:39351 'src/third_party/yasm/binaries':
dpranke4778c712016-09-23 01:15:56352 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b0aa06da24ef8b123058bb61ee468881',
[email protected]51ce0e172011-08-05 16:16:23353
[email protected]bbc90fef2011-11-28 19:08:27354 # Binaries for nacl sdk.
Stefan Zagerfd5ba192014-08-23 00:29:39355 'src/third_party/nacl_sdk_binaries':
dpranke4778c712016-09-23 01:15:56356 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5',
[email protected]5f129de2009-02-24 23:22:04357 },
Stefan Zagerfd5ba192014-08-23 00:29:39358 'ios': {
baxley7690dae2016-03-02 18:47:48359 'src/ios/third_party/earl_grey/src':
baxleyfcb5b2ff2017-03-07 16:41:19360 Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '9fc7647d0cfcca132bbb96996c537002425be7d7',
baxley7690dae2016-03-02 18:47:48361
baxley1308ce82016-02-22 16:44:00362 'src/ios/third_party/fishhook/src':
dpranke4778c712016-09-23 01:15:56363 Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c',
baxley7690dae2016-03-02 18:47:48364
stuartmorgan94d1d752015-03-04 19:58:09365 'src/ios/third_party/gcdwebserver/src':
lpromerof64cd282017-01-10 11:54:50366 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@' + '43555c66627f6ed44817855a0f6d465f559d30e0',
stuartmorgan94d1d752015-03-04 19:58:09367
lpromero15a7ab4d2016-12-16 02:29:48368 'src/ios/third_party/material_components_ios/src':
ios-autoroller78fe04162017-03-31 01:14:20369 Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'ed17d0effcfd1cb8b215662b009f8a1f6b828632',
lpromero15a7ab4d2016-12-16 02:29:48370
lpromeroad243992016-12-13 16:39:55371 'src/ios/third_party/material_font_disk_loader_ios/src':
ios-autorollerb3e0b3d2017-02-22 14:30:20372 Var('chromium_git') + '/external/github.com/material-foundation/material-font-disk-loader-ios.git' + '@' + '8e30188777b016182658fbaa0a4a020a48183224',
lpromeroad243992016-12-13 16:39:55373
374 'src/ios/third_party/material_roboto_font_loader_ios/src':
ios-autoroller015b48222017-03-25 00:57:00375 Var('chromium_git') + '/external/github.com/material-foundation/material-roboto-font-loader-ios.git' + '@' + '4aa51e906e5671c71d24e991f1f10d782a58409f',
lpromeroad243992016-12-13 16:39:55376
377 'src/ios/third_party/material_sprited_animation_view_ios/src':
ios-autoroller4aa74f32017-01-06 20:46:16378 Var('chromium_git') + '/external/github.com/material-foundation/material-sprited-animation-view-ios.git' + '@' + 'c6e16d06bdafd95540c62b3402d9414692fbca81',
lpromeroad243992016-12-13 16:39:55379
olivierrobin68d75c22016-08-17 12:52:55380 'src/ios/third_party/material_text_accessibility_ios/src':
ios-autoroller086c4612017-03-22 23:58:25381 Var('chromium_git') + '/external/github.com/material-foundation/material-text-accessibility-ios.git' + '@' + '7340b22cc589101ba0b11516afe4f3a733041951',
olivierrobin68d75c22016-08-17 12:52:55382
sdefresnea9045f42016-02-23 15:22:45383 'src/ios/third_party/ochamcrest/src':
dpranke4778c712016-09-23 01:15:56384 Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + 'd7ee4ecfb6bd13c3c8d364682b6228ccd86e1e1a',
sdefresnea9045f42016-02-23 15:22:45385
Stefan Zagerfd5ba192014-08-23 00:29:39386 'src/third_party/google_toolbox_for_mac/src':
Nico Weber715d86f22015-11-04 00:55:21387 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:21388 },
Stefan Zagerfd5ba192014-08-23 00:29:39389 'mac': {
thestigf1823572017-04-01 01:06:06390 'src/chrome/installer/mac/third_party/xz/xz':
391 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7',
392
393 'src/third_party/freetype/src':
394 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_revision'),
395
Stefan Zagerfd5ba192014-08-23 00:29:39396 'src/third_party/google_toolbox_for_mac/src':
Nico Weber715d86f22015-11-04 00:55:21397 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'),
szager29407eb2014-08-26 13:09:31398
Stefan Zagerfd5ba192014-08-23 00:29:39399 'src/third_party/lighttpd':
dpranke4778c712016-09-23 01:15:56400 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
[email protected]5f129de2009-02-24 23:22:04401 },
Stefan Zagerfd5ba192014-08-23 00:29:39402 'unix': {
[email protected]ef525cc2009-07-10 17:08:16403 # Linux, really.
Stefan Zagerfd5ba192014-08-23 00:29:39404 'src/third_party/xdg-utils':
dpranke4778c712016-09-23 01:15:56405 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
[email protected]e0d00142009-09-18 22:10:27406
Stefan Zagerfd5ba192014-08-23 00:29:39407 'src/third_party/lss':
mark051962e72016-07-25 20:44:47408 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
[email protected]8f205b02010-11-10 22:48:17409
[email protected]28b9ab6d2012-10-13 20:53:15410 # For Linux and Chromium OS.
Stefan Zagerfd5ba192014-08-23 00:29:39411 'src/third_party/cros_system_api':
hashimotoa15de7e2017-04-13 09:28:30412 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'f425c1c372b0077a67937855f03f1089d0df7970',
[email protected]86b37892013-02-21 01:19:26413
drottfe896a82017-03-06 12:12:54414 'src/third_party/freetype/src':
415 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_revision'),
bcf53f862ea2016-02-02 05:08:42416
stevenjb0ba29de2016-04-15 22:27:26417 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
Stefan Zagerfd5ba192014-08-23 00:29:39418 'src/third_party/chromite':
stevenjb19d7dde2017-04-18 19:24:32419 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '8dbd2c59b33e12575b4d8e808d440863060c2fc7',
[email protected]474a2442013-03-23 17:26:50420
stevenjb0ba29de2016-04-15 22:27:26421 # Dependency of chromite.git and skia.
Stefan Zagerfd5ba192014-08-23 00:29:39422 'src/third_party/pyelftools':
dpranke4778c712016-09-23 01:15:56423 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae',
[email protected]5fb98e32013-06-14 06:16:34424
Stefan Zagerfd5ba192014-08-23 00:29:39425 'src/third_party/liblouis/src':
dpranke4778c712016-09-23 01:15:56426 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a3478561deb6ae4798175094be8a26c2',
[email protected]2ea858d2013-11-09 00:59:33427
[email protected]d412cf42014-01-11 02:54:38428 # Used for embedded builds. CrOS & Linux use the system version.
Stefan Zagerfd5ba192014-08-23 00:29:39429 'src/third_party/fontconfig/src':
dpranke4778c712016-09-23 01:15:56430 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b749f9823c51827a60aeb5c1',
mdempsky6b5854d22014-12-02 00:26:33431
spangc231bff2015-09-14 23:16:57432 # Graphics buffer allocator for Chrome OS.
433 'src/third_party/minigbm/src':
me7f190b502017-02-10 10:32:45434 Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '878fed4088662309dc57689650fa4648cc4b480b',
reveman754ca2c2015-11-14 00:21:29435
dcastagna141830582016-12-20 23:03:42436 # Userspace interface to kernel DRM services.
437 'src/third_party/libdrm/src':
dcastagna6ccb8b82a2016-12-22 19:31:40438 Var('chromium_git') + '/chromiumos/third_party/libdrm.git' + '@' + '0ce18bedd3e62d4784fa755403801934ba171084',
dcastagna141830582016-12-20 23:03:42439
reveman754ca2c2015-11-14 00:21:29440 # Display server protocol for Linux.
441 'src/third_party/wayland/src':
denniskempin02b2b1172016-12-08 22:33:37442 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + '6a18a87727c64719c68168568b9ab1e4d7c2d9c1',
reveman6592ea12015-11-30 21:09:23443
444 # Wayland protocols that add functionality not available in the core protocol.
445 'src/third_party/wayland-protocols/src':
dpranke4778c712016-09-23 01:15:56446 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '2e541a36deff5f2e16e25e27f7f93d26822eecc2',
mikhail.pozdnyakov6d56dcc2016-02-12 11:10:49447
reveman968d2042017-01-10 06:20:34448 # The libevdev library (Chrome OS version).
449 'src/third_party/libevdev/src':
450 Var('chromium_git') + '/chromiumos/platform/libevdev.git' + '@' + '9f7a1961eb4726211e18abd147d5a11a4ea86744',
451
452 # Chrome OS touchpad gestures library.
453 'src/third_party/gestures/gestures':
454 Var('chromium_git') + '/chromiumos/platform/gestures.git' + '@' + '5a656849c7d2b0d0ddbe0ac6d300c1e2fada0bb4',
455
mikhail.pozdnyakov6d56dcc2016-02-12 11:10:49456 # Wireless Display Software. Used on Chrome OS.
457 'src/third_party/wds/src':
dpranke4778c712016-09-23 01:15:56458 Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95f3000bf5c8e16a79dbbbf22d554a5',
xyzzyz082e79e2016-06-20 18:59:21459
chenwilliam56a90382016-12-09 02:16:28460 # DevTools node modules. Used on Linux buildbots only.
461 'src/third_party/WebKit/Source/devtools/devtools-node-modules':
462 Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision')
[email protected]ef525cc2009-07-10 17:08:16463 },
Stefan Zagerfd5ba192014-08-23 00:29:39464 'android': {
nyquist38f28ba2014-09-04 00:28:38465 'src/third_party/android_protobuf/src':
dpranke4778c712016-09-23 01:15:56466 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc72e97f7fe08bb756958a2cf090f4e7',
nyquist38f28ba2014-09-04 00:28:38467
Stefan Zagerfd5ba192014-08-23 00:29:39468 'src/third_party/android_tools':
mikecase7c263052017-03-30 23:46:11469 Var('chromium_git') + '/android_tools.git' + '@' + 'b65c4776dac2cf1b80e969b3b2d4e081b9c84f29',
[email protected]9f1235c2012-12-04 21:48:36470
kapishnikov810c2202016-01-28 21:35:00471 'src/third_party/apache-portable-runtime/src':
dpranke4778c712016-09-23 01:15:56472 Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a8c4277e09a82eaa229e35246edea1ee0a6a1',
kapishnikov810c2202016-01-28 21:35:00473
raywilliams6ffb1172015-06-22 16:17:37474 'src/third_party/errorprone/lib':
mikecasebf3dc38d2015-09-25 19:19:45475 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea83b66343133b9c76b7d3288c30321818ebcf',
raywilliams6ffb1172015-06-22 16:17:37476
Stefan Zagerfd5ba192014-08-23 00:29:39477 'src/third_party/findbugs':
dpranke4778c712016-09-23 01:15:56478 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac77ea0a194813d3065dd780c6e566',
[email protected]9f1235c2012-12-04 21:48:36479
drottfe896a82017-03-06 12:12:54480 'src/third_party/freetype/src':
481 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_revision'),
[email protected]fd72f73f2012-12-06 21:27:58482
kapishnikov810c2202016-01-28 21:35:00483 'src/third_party/elfutils/src':
dpranke4778c712016-09-23 01:15:56484 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de4f3760bdcaa3d23d154d7',
[email protected]99ff3502014-05-19 16:49:35485
Stefan Zagerfd5ba192014-08-23 00:29:39486 'src/third_party/jsr-305/src':
487 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
[email protected]0fb4c092012-12-13 19:15:59488
kjellanderc1be0422015-04-29 12:42:32489 'src/third_party/junit/src':
mikecased5d3a702016-08-19 18:27:25490 Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481',
kjellanderc1be0422015-04-29 12:42:32491
mikecase85e83ed2014-12-08 19:18:29492 'src/third_party/mockito/src':
mikecased5d3a702016-08-19 18:27:25493 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598ad4cf5ea53c69a8a8053780b04b850',
mikecase85e83ed2014-12-08 19:18:29494
kapishnikov810c2202016-01-28 21:35:00495 'src/third_party/netty-tcnative/src':
svaldezbfddf622017-04-18 18:13:11496 Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '2a25ec75d6889d32594a6f8b4d42962c15255d76',
kapishnikov810c2202016-01-28 21:35:00497
498 'src/third_party/netty4/src':
499 Var('chromium_git') + '/external/netty4.git' + '@' + 'e0f26303b4ce635365be19414d0ac81f2ef6ba3c',
500
mikecase11530872016-07-25 22:54:16501 'src/third_party/robolectric/robolectric':
mikecase476fddc2017-03-30 22:20:11502 Var('chromium_git') + '/external/robolectric.git' + '@' + '2a0b6ba221c14f3371813a676ce06143353e448d',
mikecase5ae30e102015-02-19 19:50:00503
mikecasec9eabe82015-06-15 18:57:59504 'src/third_party/ub-uiautomator/lib':
jbudorick8e1be152015-07-13 23:06:38505 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434',
mikecasec9eabe82015-06-15 18:57:59506
agrievea1b62002016-02-24 03:08:30507 'src/third_party/leakcanary/src':
508 Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e',
509
Stefan Zagerfd5ba192014-08-23 00:29:39510 'src/third_party/lss':
mark051962e72016-07-25 20:44:47511 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
[email protected]d0982f92013-03-19 10:26:20512
rnephew7b351882014-12-11 23:11:25513 'src/third_party/requests/src':
514 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
515
pasko9e241682015-06-23 09:06:57516 'src/third_party/custom_tabs_client/src':
ltian6dfef542017-02-16 20:23:43517 Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-client.git' + '@' + '3c95e2dda9b292653ff13454f093e5ff136814d2',
bajonesc690d9ac2016-08-08 19:59:18518
519 'src/third_party/gvr-android-sdk/src':
bshe66370bf282017-01-03 19:05:29520 Var('chromium_git') + '/external/github.com/googlevr/gvr-android-sdk.git' + '@' + '8d1395957283ee13ebe2bc672ba24e5ca4ec343f',
[email protected]18081a12012-05-30 12:48:56521 },
[email protected]5f129de2009-02-24 23:22:04522}
523
[email protected]5f129de2009-02-24 23:22:04524include_rules = [
525 # Everybody can use some things.
John Abd-El-Malek5b6373f2015-04-01 19:44:14526 # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these.
Stefan Zagerfd5ba192014-08-23 00:29:39527 '+base',
528 '+build',
529 '+ipc',
[email protected]5f129de2009-02-24 23:22:04530
[email protected]dfbff862012-11-28 19:08:14531 # Everybody can use headers generated by tools/generate_library_loader.
Stefan Zagerfd5ba192014-08-23 00:29:39532 '+library_loaders',
[email protected]dfbff862012-11-28 19:08:14533
Stefan Zagerfd5ba192014-08-23 00:29:39534 '+testing',
535 '+third_party/icu/source/common/unicode',
536 '+third_party/icu/source/i18n/unicode',
537 '+url',
[email protected]5f129de2009-02-24 23:22:04538]
539
540
541# checkdeps.py shouldn't check include paths for files in these dirs:
542skip_child_includes = [
Stefan Zagerfd5ba192014-08-23 00:29:39543 'breakpad',
Stefan Zagerfd5ba192014-08-23 00:29:39544 'native_client_sdk',
John Abd-El-Malek5b6373f2015-04-01 19:44:14545 'out',
Stefan Zagerfd5ba192014-08-23 00:29:39546 'sdch',
547 'skia',
548 'testing',
Stefan Zagerfd5ba192014-08-23 00:29:39549 'v8',
550 'win8',
[email protected]5f129de2009-02-24 23:22:04551]
[email protected]bfa24b962009-03-02 00:16:16552
553
554hooks = [
555 {
[email protected]9372bec2014-08-14 14:03:30556 # This clobbers when necessary (based on get_landmines.py). It must be the
557 # first hook so that other things that get/generate into the output
558 # directory will not subsequently be clobbered.
Stefan Zagerfd5ba192014-08-23 00:29:39559 'name': 'landmines',
560 'pattern': '.',
561 'action': [
562 'python',
563 'src/build/landmines.py',
[email protected]9372bec2014-08-14 14:03:30564 ],
565 },
566 {
jbudorick94a712c2016-03-09 19:03:52567 # Ensure that while generating dependencies lists in .gyp files we don't
568 # accidentally reference any .pyc files whose corresponding .py files have
569 # already been deleted.
570 # We should actually try to avoid generating .pyc files, crbug.com/500078.
571 'name': 'remove_stale_pyc_files',
572 'pattern': '.',
573 'action': [
574 'python',
575 'src/tools/remove_stale_pyc_files.py',
576 'src/android_webview/tools',
577 'src/build/android',
578 'src/gpu/gles2_conform_support',
579 'src/infra',
580 'src/ppapi',
581 'src/printing',
582 'src/third_party/catapult',
583 'src/third_party/closure_compiler/build',
qyearsleydfda207b2016-07-08 14:16:12584 'src/third_party/WebKit/Tools/Scripts', # See http://crbug.com/625877.
jbudorick94a712c2016-03-09 19:03:52585 'src/tools',
586 ],
587 },
588 {
[email protected]89e43f652011-08-18 00:03:17589 # This downloads binaries for Native Client's newlib toolchain.
590 # Done in lieu of building the toolchain from scratch as it can take
591 # anywhere from 30 minutes to 4 hours depending on platform to build.
Stefan Zagerfd5ba192014-08-23 00:29:39592 'name': 'nacltools',
593 'pattern': '.',
594 'action': [
dyen249880632014-11-20 23:02:20595 'python',
596 'src/build/download_nacl_toolchains.py',
ncbray474ab322015-01-05 22:04:22597 '--mode', 'nacl_core_sdk',
ncbray4453c50a2015-02-18 20:10:55598 'sync', '--extract',
[email protected]89e43f652011-08-18 00:03:17599 ],
600 },
[email protected]3a0b2492011-08-24 20:41:16601 {
navabi6f0bb7612014-12-30 19:21:38602 # This downloads SDK extras and puts them in the
dgnebe5d99c2015-11-06 15:28:51603 # third_party/android_tools/sdk/extras directory.
navabi6f0bb7612014-12-30 19:21:38604 'name': 'sdkextras',
605 'pattern': '.',
navabi24606e22015-01-06 20:46:56606 # When adding a new sdk extras package to download, add the package
607 # directory and zip file to .gitignore in third_party/android_tools.
dgnebe5d99c2015-11-06 15:28:51608 'action': ['python',
609 'src/build/android/play_services/update.py',
610 'download'
611 ],
navabi6f0bb7612014-12-30 19:21:38612 },
613 {
mikecase56633ff02016-07-01 21:38:28614 'name': 'intellij',
615 'pattern': '.',
616 'action': ['python',
617 'src/build/android/update_deps/update_third_party_deps.py',
618 'download',
619 '-b', 'chromium-intellij',
620 '-l', 'third_party/intellij'
621 ],
622 },
623 {
yolandyane43b76802016-06-22 17:49:28624 'name': 'javax_inject',
625 'pattern': '.',
626 'action': ['python',
627 'src/build/android/update_deps/update_third_party_deps.py',
628 'download',
629 '-b', 'chromium-javax-inject',
630 '-l', 'third_party/javax_inject'
631 ],
632 },
633 {
yolandyan9243ece52016-06-23 21:45:01634 'name': 'hamcrest',
635 'pattern': '.',
636 'action': ['python',
637 'src/build/android/update_deps/update_third_party_deps.py',
638 'download',
639 '-b', 'chromium-hamcrest',
640 '-l', 'third_party/hamcrest'
641 ],
642 },
643 {
yolandyancbaf94582016-06-23 02:34:32644 'name': 'guava',
645 'pattern': '.',
646 'action': ['python',
647 'src/build/android/update_deps/update_third_party_deps.py',
648 'download',
649 '-b', 'chromium-guava',
650 '-l', 'third_party/guava'
651 ],
652 },
653 {
yolandyan3a29afd12016-06-24 02:08:40654 'name': 'android_support_test_runner',
655 'pattern': '.',
656 'action': ['python',
657 'src/build/android/update_deps/update_third_party_deps.py',
658 'download',
659 '-b', 'chromium-android-support-test-runner',
660 '-l', 'third_party/android_support_test_runner'
661 ],
662 },
663 {
mikecased2279c72016-08-11 23:34:33664 'name': 'byte_buddy',
665 'pattern': '.',
666 'action': ['python',
667 'src/build/android/update_deps/update_third_party_deps.py',
668 'download',
669 '-b', 'chromium-byte-buddy',
670 '-l', 'third_party/byte_buddy'
671 ],
672 },
673 {
yolandyan35d15ba72016-06-24 06:54:42674 'name': 'espresso',
675 'pattern': '.',
676 'action': ['python',
677 'src/build/android/update_deps/update_third_party_deps.py',
678 'download',
679 '-b', 'chromium-espresso',
680 '-l', 'third_party/espresso'
681 ],
682 },
683 {
mikecase11530872016-07-25 22:54:16684 'name': 'robolectric_libs',
685 'pattern': '.',
686 'action': ['python',
687 'src/build/android/update_deps/update_third_party_deps.py',
688 'download',
689 '-b', 'chromium-robolectric',
690 '-l', 'third_party/robolectric'
691 ],
692 },
693 {
mikecasef0e1c4312016-06-30 20:13:50694 'name': 'apache_velocity',
695 'pattern': '.',
696 'action': ['python',
697 'src/build/android/update_deps/update_third_party_deps.py',
698 'download',
699 '-b', 'chromium-apache-velocity',
700 '-l', 'third_party/apache_velocity'
701 ],
702 },
703 {
mikecase0466de32016-06-30 20:45:17704 'name': 'ow2_asm',
705 'pattern': '.',
706 'action': ['python',
707 'src/build/android/update_deps/update_third_party_deps.py',
708 'download',
709 '-b', 'chromium-ow2-asm',
710 '-l', 'third_party/ow2_asm'
711 ],
712 },
713 {
zpeng3353ce42016-12-07 16:06:02714 'name': 'retrolambda',
715 'pattern': '.',
716 'action': ['python',
717 'src/build/android/update_deps/update_third_party_deps.py',
718 'download',
719 '-b', 'chromium-android-tools/retrolambda',
720 '-l', 'third_party/retrolambda'
721 ],
722 },
723 {
estevenson7e75c4f2017-03-08 23:20:09724 'name': 'apk-patch-size-estimator',
725 'pattern': '.',
726 'action': ['python',
727 'src/build/android/update_deps/update_third_party_deps.py',
728 'download',
729 '-b', 'chromium-android-tools/apk-patch-size-estimator',
730 '-l', 'third_party/apk-patch-size-estimator/lib'
731 ],
732 },
733 {
mikecase7529ab42016-06-30 21:04:39734 'name': 'icu4j',
735 'pattern': '.',
736 'action': ['python',
737 'src/build/android/update_deps/update_third_party_deps.py',
738 'download',
739 '-b', 'chromium-icu4j',
740 '-l', 'third_party/icu4j'
741 ],
742 },
743 {
mikecase840bb0f52016-06-30 23:36:51744 'name': 'accessibility_test_framework',
745 'pattern': '.',
746 'action': ['python',
747 'src/build/android/update_deps/update_third_party_deps.py',
748 'download',
749 '-b', 'chromium-accessibility-test-framework',
750 '-l', 'third_party/accessibility_test_framework'
751 ],
752 },
753 {
mikecase378c7352016-06-30 23:39:59754 'name': 'bouncycastle',
755 'pattern': '.',
756 'action': ['python',
757 'src/build/android/update_deps/update_third_party_deps.py',
758 'download',
759 '-b', 'chromium-bouncycastle',
760 '-l', 'third_party/bouncycastle'
761 ],
762 },
763 {
mikecase014e8492016-06-30 23:44:27764 'name': 'sqlite4java',
765 'pattern': '.',
766 'action': ['python',
767 'src/build/android/update_deps/update_third_party_deps.py',
768 'download',
769 '-b', 'chromium-sqlite4java',
770 '-l', 'third_party/sqlite4java'
771 ],
772 },
773 {
mikecase9d86c932016-08-12 00:34:27774 'name': 'objenesis',
775 'pattern': '.',
776 'action': ['python',
777 'src/build/android/update_deps/update_third_party_deps.py',
778 'download',
779 '-b', 'chromium-objenesis',
780 '-l', 'third_party/objenesis'
781 ],
782 },
mikecase66ab3f42017-02-28 23:20:43783 {
784 'name': 'xstream',
785 'pattern': '.',
786 'action': ['python',
787 'src/build/android/update_deps/update_third_party_deps.py',
788 'download',
789 '-b', 'chromium-robolectric',
790 '-l', 'third_party/xstream'
791 ],
792 },
mikecase9d86c932016-08-12 00:34:27793 {
sbc8208b4d2015-06-30 19:14:23794 # Downloads the current stable linux sysroot to build/linux/ if needed.
[email protected]01a98602013-06-12 20:33:54795 # This sysroot updates at about the same rate that the chrome build deps
796 # change. This script is a no-op except for linux users who are doing
sbc8208b4d2015-06-30 19:14:23797 # official chrome builds or cross compiling.
Stefan Zagerfd5ba192014-08-23 00:29:39798 'name': 'sysroot',
799 'pattern': '.',
sbc8208b4d2015-06-30 19:14:23800 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
801 '--running-as-hook'],
sbc41d0e082014-10-22 20:39:29802 },
803 {
[email protected]c71d3282014-04-09 01:56:20804 # Update the Windows toolchain if necessary.
Stefan Zagerfd5ba192014-08-23 00:29:39805 'name': 'win_toolchain',
806 'pattern': '.',
807 'action': ['python', 'src/build/vs_toolchain.py', 'update'],
[email protected]c71d3282014-04-09 01:56:20808 },
justincohen6a03a3d2016-03-26 21:44:38809 {
810 # Update the Mac toolchain if necessary.
811 'name': 'mac_toolchain',
812 'pattern': '.',
813 'action': ['python', 'src/build/mac_toolchain.py'],
814 },
hansb2eae972015-05-19 00:53:12815 # Pull binutils for linux, enabled debug fission for faster linking /
816 # debugging when used with clang on Ubuntu Precise.
817 # https://code.google.com/p/chromium/issues/detail?id=352046
818 {
819 'name': 'binutils',
820 'pattern': 'src/third_party/binutils',
821 'action': [
822 'python',
823 'src/third_party/binutils/download.py',
824 ],
825 },
[email protected]c71d3282014-04-09 01:56:20826 {
Hans Wennborg28fb41c2014-09-22 23:25:12827 # Pull clang if needed or requested via GYP_DEFINES.
828 # Note: On Win, this should run after win_toolchain, as it may use it.
829 'name': 'clang',
830 'pattern': '.',
831 'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'],
832 },
833 {
phajdan.jr2448b2c2015-04-24 21:04:17834 # Update LASTCHANGE.
Stefan Zagerfd5ba192014-08-23 00:29:39835 'name': 'lastchange',
836 'pattern': '.',
837 'action': ['python', 'src/build/util/lastchange.py',
838 '-o', 'src/build/util/LASTCHANGE'],
[email protected]9046a112012-01-31 20:45:25839 },
840 {
halcanary5cacab3a2016-07-29 19:23:20841 # Update skia_commit_hash.h.
842 'name': 'lastchange_skia',
843 'pattern': '.',
844 'action': ['python', 'src/build/util/lastchange.py',
845 '-m', 'SKIA_COMMIT_HASH',
846 '-s', 'src/third_party/skia',
847 '--header', 'src/skia/ext/skia_commit_hash.h'],
848 },
[email protected]66968ba2014-03-18 20:27:54849 # Pull GN binaries. This needs to be before running GYP below.
850 {
Stefan Zagerfd5ba192014-08-23 00:29:39851 'name': 'gn_win',
852 'pattern': '.',
853 'action': [ 'download_from_google_storage',
854 '--no_resume',
855 '--platform=win32',
856 '--no_auth',
857 '--bucket', 'chromium-gn',
858 '-s', 'src/buildtools/win/gn.exe.sha1',
[email protected]66968ba2014-03-18 20:27:54859 ],
860 },
861 {
Stefan Zagerfd5ba192014-08-23 00:29:39862 'name': 'gn_mac',
863 'pattern': '.',
864 'action': [ 'download_from_google_storage',
865 '--no_resume',
866 '--platform=darwin',
867 '--no_auth',
868 '--bucket', 'chromium-gn',
869 '-s', 'src/buildtools/mac/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19870 ],
871 },
872 {
Stefan Zagerfd5ba192014-08-23 00:29:39873 'name': 'gn_linux64',
874 'pattern': '.',
875 'action': [ 'download_from_google_storage',
876 '--no_resume',
877 '--platform=linux*',
878 '--no_auth',
879 '--bucket', 'chromium-gn',
880 '-s', 'src/buildtools/linux64/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19881 ],
882 },
[email protected]6eabd702014-01-12 00:19:20883 # Pull clang-format binaries using checked-in hashes.
884 {
Stefan Zagerfd5ba192014-08-23 00:29:39885 'name': 'clang_format_win',
886 'pattern': '.',
887 'action': [ 'download_from_google_storage',
888 '--no_resume',
889 '--platform=win32',
890 '--no_auth',
891 '--bucket', 'chromium-clang-format',
892 '-s', 'src/buildtools/win/clang-format.exe.sha1',
[email protected]6eabd702014-01-12 00:19:20893 ],
894 },
895 {
Stefan Zagerfd5ba192014-08-23 00:29:39896 'name': 'clang_format_mac',
897 'pattern': '.',
898 'action': [ 'download_from_google_storage',
899 '--no_resume',
900 '--platform=darwin',
901 '--no_auth',
902 '--bucket', 'chromium-clang-format',
903 '-s', 'src/buildtools/mac/clang-format.sha1',
[email protected]6eabd702014-01-12 00:19:20904 ],
905 },
906 {
Stefan Zagerfd5ba192014-08-23 00:29:39907 'name': 'clang_format_linux',
908 'pattern': '.',
909 'action': [ 'download_from_google_storage',
910 '--no_resume',
911 '--platform=linux*',
912 '--no_auth',
913 '--bucket', 'chromium-clang-format',
914 '-s', 'src/buildtools/linux64/clang-format.sha1',
[email protected]6ec1d6fc2014-06-25 19:55:21915 ],
916 },
bshe0907c2d02016-11-12 00:24:53917 {
zpengccf6d262017-04-20 14:17:22918 'name': 'checkstyle',
919 'pattern': '.',
920 'action': [ 'download_from_google_storage',
921 '--no_resume',
922 '--no_auth',
923 '--bucket', 'chromium-android-tools/checkstyle',
924 '-s', 'src/third_party/checkstyle/checkstyle-7.6.1-all.jar.sha1'
925 ],
926 },
927 {
bshe0907c2d02016-11-12 00:24:53928 'name': 'gvr_static_shim_android_arm',
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/libgvr_shim_static_arm.a.sha1',
936 ],
937 },
938 {
939 'name': 'gvr_static_shim_android_arm64',
940 'pattern': '\\.sha1',
941 'action': [ 'download_from_google_storage',
942 '--no_resume',
943 '--platform=linux*',
944 '--no_auth',
945 '--bucket', 'chromium-gvr-static-shim',
946 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm64.a.sha1',
947 ],
948 },
949 {
950 'name': 'gvr_common_aar',
951 'pattern': '\\.sha1',
952 'action': [ 'download_from_google_storage',
953 '--no_resume',
954 '--platform=linux*',
955 '--no_auth',
956 '--bucket', 'chromium-gvr-static-shim',
957 '-s', 'src/third_party/gvr-android-sdk/common_library.aar.sha1',
958 ],
959 },
maruel4fbba012015-05-22 21:52:29960 # Pull luci-go binaries (isolate, swarming) using checked-in hashes.
961 {
962 'name': 'luci-go_win',
963 'pattern': '.',
964 'action': [ 'download_from_google_storage',
965 '--no_resume',
966 '--platform=win32',
967 '--no_auth',
968 '--bucket', 'chromium-luci',
969 '-d', 'src/tools/luci-go/win64',
970 ],
971 },
972 {
973 'name': 'luci-go_mac',
974 'pattern': '.',
975 'action': [ 'download_from_google_storage',
976 '--no_resume',
977 '--platform=darwin',
978 '--no_auth',
979 '--bucket', 'chromium-luci',
980 '-d', 'src/tools/luci-go/mac64',
981 ],
982 },
983 {
984 'name': 'luci-go_linux',
985 'pattern': '.',
986 'action': [ 'download_from_google_storage',
987 '--no_resume',
988 '--platform=linux*',
989 '--no_auth',
990 '--bucket', 'chromium-luci',
991 '-d', 'src/tools/luci-go/linux64',
992 ],
993 },
[email protected]e388bfd2014-01-18 01:44:04994 # Pull eu-strip binaries using checked-in hashes.
995 {
Stefan Zagerfd5ba192014-08-23 00:29:39996 'name': 'eu-strip',
997 'pattern': '.',
998 'action': [ 'download_from_google_storage',
999 '--no_resume',
1000 '--platform=linux*',
1001 '--no_auth',
1002 '--bucket', 'chromium-eu-strip',
1003 '-s', 'src/build/linux/bin/eu-strip.sha1',
[email protected]e388bfd2014-01-18 01:44:041004 ],
1005 },
[email protected]4dcd5392013-11-26 18:56:231006 {
Stefan Zagerfd5ba192014-08-23 00:29:391007 'name': 'drmemory',
1008 'pattern': '.',
1009 'action': [ 'download_from_google_storage',
1010 '--no_resume',
1011 '--platform=win32',
1012 '--no_auth',
1013 '--bucket', 'chromium-drmemory',
1014 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1',
[email protected]893f61d12014-06-05 09:28:101015 ],
1016 },
[email protected]f1d116b2014-06-13 18:07:261017 # Pull the Syzygy binaries, used for optimization and instrumentation.
1018 {
Stefan Zagerfd5ba192014-08-23 00:29:391019 'name': 'syzygy-binaries',
1020 'pattern': '.',
1021 'action': ['python',
1022 'src/build/get_syzygy_binaries.py',
1023 '--output-dir=src/third_party/syzygy/binaries',
sebmarchandeafe1fab2017-04-05 23:27:461024 '--revision=b8aa6a6d09dadd385a1afed5e71c3bb3514a4c0f',
Stefan Zagerfd5ba192014-08-23 00:29:391025 '--overwrite',
sebmarchandaf7cc2f2016-10-04 18:22:251026 '--copy-dia-binaries',
[email protected]f1d116b2014-06-13 18:07:261027 ],
1028 },
erikwright9bdc2bf2015-01-22 20:20:041029 {
Stefan Zagerfd5ba192014-08-23 00:29:391030 'name': 'apache_win32',
1031 'pattern': '\\.sha1',
1032 'action': [ 'download_from_google_storage',
1033 '--no_resume',
1034 '--platform=win32',
1035 '--directory',
1036 '--recursive',
1037 '--no_auth',
1038 '--num_threads=16',
1039 '--bucket', 'chromium-apache-win32',
1040 'src/third_party/apache-win32',
[email protected]2154052a2014-06-14 19:29:261041 ],
1042 },
1043 {
thomasandersonaa441f52017-04-04 22:35:391044 # Pull sanitizer-instrumented third-party libraries if requested via
1045 # GYP_DEFINES.
1046 'name': 'instrumented_libraries',
1047 'pattern': '\\.sha1',
1048 'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'],
1049 },
1050 {
pauljensen657cf552016-04-15 18:36:071051 # Pull doclava binaries if building for Android.
1052 'name': 'doclava',
1053 'pattern': '.',
1054 'action': ['python',
1055 'src/build/android/download_doclava.py',
1056 ],
1057 },
bradnelson20c9a7312016-08-30 17:45:471058 {
1059 "name": "wasm_fuzzer",
1060 "pattern": ".",
1061 "action": [ "download_from_google_storage",
1062 "--no_resume",
1063 "--no_auth",
1064 "-u",
1065 "--bucket", "v8-wasm-fuzzer",
1066 "-s", "src/v8/test/fuzzer/wasm.tar.gz.sha1",
1067 ],
1068 },
1069 {
1070 "name": "wasm_asmjs_fuzzer",
1071 "pattern": ".",
1072 "action": [ "download_from_google_storage",
1073 "--no_resume",
1074 "--no_auth",
1075 "-u",
1076 "--bucket", "v8-wasm-asmjs-fuzzer",
1077 "-s", "src/v8/test/fuzzer/wasm_asmjs.tar.gz.sha1",
1078 ],
1079 },
dcheng3db0d1d2016-09-23 19:52:081080 {
1081 'name': 'clang_format_merge_driver',
1082 'pattern': '.',
1083 'action': [ 'python',
1084 'src/tools/clang_format_merge_driver/install_git_hook.py',
1085 ],
1086 },
chenwilliam56a90382016-12-09 02:16:281087 {
1088 'name': 'devtools_install_node',
1089 'action': [ 'python',
1090 'src/third_party/WebKit/Source/devtools/scripts/local_node/node.py',
1091 '--running-as-hook',
1092 '--version',
1093 ],
1094 },
dpapadcbee6ab2017-01-14 03:05:531095
1096 # Pull down Node binaries for WebUI toolchain.
1097 {
1098 'name': 'node_linux64',
1099 'pattern': '.',
1100 'action': [ 'download_from_google_storage',
1101 '--no_resume',
1102 '--platform=linux*',
1103 '--extract',
1104 '--no_auth',
1105 '--bucket', 'chromium-nodejs/6.9.4',
1106 '-s', 'src/third_party/node/linux/node-linux-x64.tar.gz.sha1',
1107 ],
1108 },
1109 {
1110 'name': 'node_mac',
1111 'pattern': '.',
1112 'action': [ 'download_from_google_storage',
1113 '--no_resume',
1114 '--platform=darwin',
1115 '--extract',
1116 '--no_auth',
1117 '--bucket', 'chromium-nodejs/6.9.4',
1118 '-s', 'src/third_party/node/mac/node-darwin-x64.tar.gz.sha1',
1119 ],
1120 },
1121 {
1122 'name': 'node_win',
1123 'pattern': '.',
1124 'action': [ 'download_from_google_storage',
1125 '--no_resume',
1126 '--platform=win32',
1127 '--no_auth',
1128 '--bucket', 'chromium-nodejs/6.9.4',
1129 '-s', 'src/third_party/node/win/node.exe.sha1',
1130 ],
1131 },
1132
1133 # Pull down NPM dependencies for WebUI toolchain.
1134 {
1135 'name': 'webui_node_modules',
1136 'pattern': '.',
1137 'action': [ 'download_from_google_storage',
1138 '--no_resume',
1139 '--extract',
1140 '--no_auth',
1141 '--bucket', 'chromium-nodejs',
1142 '-s', 'src/third_party/node/node_modules.tar.gz.sha1',
1143 ],
1144 },
bsheedy516f85b2017-03-03 18:26:281145 # Download VR test APKs only if the environment variable is set
1146 {
1147 'name': 'vr_test_apks',
1148 'pattern': '.',
1149 'action': [ 'python',
1150 'src/third_party/gvr-android-sdk/test-apks/update.py',
1151 ],
1152 },
[email protected]bfa24b962009-03-02 00:16:161153]
jmadilld2dfc8f2016-06-16 16:25:131154
jbudoricke6932bfd2016-09-07 02:09:221155recursedeps = [
bungeman1835f982016-09-28 18:33:221156 # buildtools provides clang_format, libc++, and libc++abi
1157 'src/buildtools',
jbudoricke6932bfd2016-09-07 02:09:221158 # android_tools manages the NDK.
1159 'src/third_party/android_tools',
1160 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1161 ("src/third_party/angle", "DEPS.chromium"),
sugoia231f9572017-02-14 15:06:571162 # SwiftShader manages DEPS that it also owns the build files for, such as Subzero.
1163 ("src/third_party/swiftshader", "DEPS"),
jbudoricke6932bfd2016-09-07 02:09:221164]