blob: 2f198b25fc94e43e19a910f5b5fc9354d617fac2 [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-rolleracb77eb2017-01-13 21:54:5343 'skia_revision': '6f1d36cc54dc635f5e4d0f925ef79c14914342bb',
[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-autoroll8e7a0b652017-01-14 07:03:4847 'v8_revision': 'ce3f9deb628d90a220e6bca5936f0ba748264bc0',
[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.
jmadill9b8d5272017-01-13 15:36:5255 'angle_revision': '6a6b09c9b62b003ca96b036d0249db5ce99cc269',
[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.
dpranke15d49482017-01-15 05:13:1859 'buildtools_revision': 'cb12d6e8641f0c9b0fbbfa4bf17c55c6c0d3c38f',
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.
sugoic9c93b52017-01-12 16:11:0263 'swiftshader_revision': '5615fd03603ea9059bcc21a338932cd322fcb4a3',
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-roller2abaaef2017-01-13 23:06:0867 'pdfium_revision': '38c2705c697cd9a67b02ead1d601610d7af96524',
[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.
davidben4791ebe2017-01-12 18:19:3975 'boringssl_revision': '8b8d22c961413c1ae465719d8252bea50587ed3f',
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-rollerbfbe5662017-01-11 10:15:4191 'nacl_revision': '94bbb858ca3830bcd56fb732cc6050608787f07e',
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.
bungeman7a8ceafd2016-09-14 15:53:1495 'freetype_android_revision': 'c38be52bf8de3b1699d74932b849bf150265819e',
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-roller0f3c36d2017-01-14 15:27:4599 'catapult_revision': '95b3e83b284d07b44518378ad795f15287249b19',
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.
mmoroz9fd553b2017-01-07 15:32:35103 'libfuzzer_revision': 'e6cbbd6ba1cd57e52cb3a237974c89911b08b5d7',
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',
[email protected]5f129de2009-02-24 23:22:04108}
109
tandrii74b7e422014-09-23 16:45:27110# Only these hosts are allowed for dependencies in this DEPS file.
111# If you need to add a new host, contact chrome infrastracture team.
112allowed_hosts = [
tandriicb12c642015-03-27 19:00:55113 'android.googlesource.com',
agable851c6f7252016-11-04 17:17:39114 'boringssl.googlesource.com',
115 'chromium.googlesource.com',
116 'pdfium.googlesource.com',
117 'skia.googlesource.com',
capne3976c22016-08-12 22:06:17118 'swiftshader.googlesource.com',
tandrii74b7e422014-09-23 16:45:27119]
120
[email protected]5f129de2009-02-24 23:22:04121deps = {
Stefan Zagerfd5ba192014-08-23 00:29:39122 'src/breakpad/src':
tobiasjsbb593912016-12-13 11:25:27123 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '3166d8be97c96e567e2c23a496cae4b9194f57fa',
[email protected]5f129de2009-02-24 23:22:04124
Stefan Zagerfd5ba192014-08-23 00:29:39125 'src/buildtools':
dpranke4778c712016-09-23 01:15:56126 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
[email protected]f58d3292014-05-14 01:56:54127
Stefan Zagerfd5ba192014-08-23 00:29:39128 'src/sdch/open-vcdiff':
dpranke4778c712016-09-23 01:15:56129 Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' + '2b9bd1fe548520e9355e457a134bab7e2f9c56c0',
[email protected]5f129de2009-02-24 23:22:04130
piman5623da42016-07-21 03:03:15131 'src/testing/gtest':
dpranke4778c712016-09-23 01:15:56132 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87',
[email protected]5f129de2009-02-24 23:22:04133
Stefan Zagerfd5ba192014-08-23 00:29:39134 'src/testing/gmock':
dpranke4778c712016-09-23 01:15:56135 Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
[email protected]c6bc0bd2011-01-27 19:55:06136
dpranke4778c712016-09-23 01:15:56137 'src/third_party/glslang/src':
138 Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210c6bf4d8119dc5f8ac21da2d4c87184f7015e0',
dyenb780ac52016-05-10 19:02:41139
dpranke4778c712016-09-23 01:15:56140 'src/third_party/shaderc/src':
141 Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8793c34907073025af2622c28bcee64e9879a4',
dyenb780ac52016-05-10 19:02:41142
dpranke4778c712016-09-23 01:15:56143 'src/third_party/SPIRV-Tools/src':
144 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + '@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c',
dyenb780ac52016-05-10 19:02:41145
Stefan Zagerfd5ba192014-08-23 00:29:39146 'src/third_party/angle':
dpranke4778c712016-09-23 01:15:56147 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
[email protected]7cc7a2e72013-11-20 03:23:19148
Stefan Zagerfd5ba192014-08-23 00:29:39149 'src/third_party/colorama/src':
dpranke4778c712016-09-23 01:15:56150 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
[email protected]2e37020f2014-06-10 22:14:18151
Stefan Zagerfd5ba192014-08-23 00:29:39152 'src/third_party/icu':
tsniatowskia26ef002016-12-13 12:11:05153 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '9cd2828740572ba6f694b9365236a8356fd06147',
[email protected]5f129de2009-02-24 23:22:04154
Stefan Zagerfd5ba192014-08-23 00:29:39155 'src/third_party/hunspell_dictionaries':
dpranke4778c712016-09-23 01:15:56156 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc6e7c25bf47cbfb466e0701fd2728b4a12e79d5',
[email protected]5c965dd2009-09-04 21:11:43157
Stefan Zagerfd5ba192014-08-23 00:29:39158 'src/third_party/leveldatabase/src':
cmumfordb5bcbc62016-04-15 21:11:37159 Var('chromium_git') + '/external/leveldb.git' + '@' + 'a7bff697baa062c8f6b8fb760eacf658712b611a',
[email protected]9ce15e922011-03-22 22:24:42160
Stefan Zagerfd5ba192014-08-23 00:29:39161 'src/third_party/snappy/src':
162 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958c7c0933d22e80c20bf',
[email protected]9ce15e922011-03-22 22:24:42163
Stefan Zagerfd5ba192014-08-23 00:29:39164 'src/tools/gyp':
sdefresne294a049c2016-07-13 02:17:45165 Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
[email protected]acb9f722010-03-25 17:14:59166
Stefan Zagerfd5ba192014-08-23 00:29:39167 'src/tools/swarming_client':
dpranke4778c712016-09-23 01:15:56168 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_revision'),
[email protected]5dcce7f82012-10-04 00:08:07169
Stefan Zagerfd5ba192014-08-23 00:29:39170 'src/v8':
machenbacha0a3e4a2014-09-24 12:43:11171 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
[email protected]5f129de2009-02-24 23:22:04172
Stefan Zagerfd5ba192014-08-23 00:29:39173 'src/native_client':
dpranke4778c712016-09-23 01:15:56174 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'),
[email protected]6f0a2dd2011-12-05 21:59:01175
thestig3e7d8e02015-09-28 23:54:46176 'src/third_party/sfntly/src':
dpranke4778c712016-09-23 01:15:56177 Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Var('sfntly_revision'),
[email protected]f5364262011-07-22 17:57:59178
Stefan Zagerfd5ba192014-08-23 00:29:39179 'src/third_party/skia':
agable851c6f7252016-11-04 17:17:39180 Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'),
[email protected]d5282e72009-05-13 13:16:52181
Stefan Zagerfd5ba192014-08-23 00:29:39182 'src/tools/page_cycler/acid3':
dpranke4778c712016-09-23 01:15:56183 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5abc1b2f405a945f6d871521',
[email protected]07352662009-07-13 23:22:33184
Stefan Zagerfd5ba192014-08-23 00:29:39185 'src/chrome/test/data/perf/canvas_bench':
dpranke4778c712016-09-23 01:15:56186 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732',
[email protected]700e7e32012-02-22 17:04:38187
Stefan Zagerfd5ba192014-08-23 00:29:39188 'src/chrome/test/data/perf/frame_rate/content':
dpranke4778c712016-09-23 01:15:56189 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c88463efeef6bb19c9ec07c42bc8fe22b9',
[email protected]40646b012011-07-26 02:30:26190
Stefan Zagerfd5ba192014-08-23 00:29:39191 'src/third_party/bidichecker':
192 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0',
[email protected]2a18cabc2011-04-12 10:36:04193
Stefan Zagerfd5ba192014-08-23 00:29:39194 'src/third_party/webgl/src':
yunchao.heb9b03f92017-01-11 18:42:38195 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '06ad9fd073271d958ae63fbc9ef924e5f824589f',
[email protected]1f7077f2011-07-12 12:58:05196
Stefan Zagerfd5ba192014-08-23 00:29:39197 'src/third_party/webdriver/pylib':
198 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
[email protected]d9b19e32011-01-29 02:09:08199
johannkoenig8cdf03472016-03-02 13:54:31200 'src/third_party/libvpx/source/libvpx':
johannkoenig031c65f22017-01-11 14:25:32201 Var('chromium_git') + '/webm/libvpx.git' + '@' + '5b1a8ca5e846f838062becaec9ed6b5ecef306e5',
johannkoenig52381382015-09-18 22:35:25202
Stefan Zagerfd5ba192014-08-23 00:29:39203 'src/third_party/ffmpeg':
wolenetzb46a6722016-12-13 02:26:22204 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'f309edd7828e3ea500c2891187d15926690ddd27',
[email protected]e55badb2010-05-07 23:55:35205
Stefan Zagerfd5ba192014-08-23 00:29:39206 'src/third_party/usrsctp/usrsctplib':
deadbeef32eb26e2017-01-10 08:00:24207 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '8679f2b0bf063ac894dc473debefd61dbbebf622',
[email protected]e033cd3f2013-05-08 15:21:22208
Stefan Zagerfd5ba192014-08-23 00:29:39209 'src/third_party/libsrtp':
mikecase6c003cb2016-11-09 22:37:04210 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '0e0936f3013fe5884eac82f95e370c8d460a179f',
[email protected]44f3e792012-01-28 03:18:55211
Stefan Zagerfd5ba192014-08-23 00:29:39212 'src/third_party/yasm/source/patched-yasm':
dpranke4778c712016-09-23 01:15:56213 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
[email protected]76ce1522010-12-13 12:02:42214
Stefan Zagerfd5ba192014-08-23 00:29:39215 'src/third_party/libjpeg_turbo':
dpranke4778c712016-09-23 01:15:56216 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '7260e4d8b8e1e40b17f03fafdf1cd83296900f76',
[email protected]cc1b14652011-01-17 12:35:57217
Stefan Zagerfd5ba192014-08-23 00:29:39218 'src/third_party/flac':
dpranke4778c712016-09-23 01:15:56219 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + 'd0c35f878ec26f969c1631350b1d36fbd88ad8bb',
[email protected]f94eda92011-02-25 00:34:00220
battre1f0e8e7f2016-05-06 12:58:58221 'src/third_party/flatbuffers/src':
dpranke4778c712016-09-23 01:15:56222 Var('chromium_git') + '/external/github.com/google/flatbuffers.git' + '@' + 'e92ae5199d52fd59540a800bec7eef46cd778257',
battre1f0e8e7f2016-05-06 12:58:58223
Stefan Zagerfd5ba192014-08-23 00:29:39224 'src/third_party/pyftpdlib/src':
225 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d059f581f05ae8d89d7e45',
[email protected]4e7b5f92011-07-22 20:58:29226
Stefan Zagerfd5ba192014-08-23 00:29:39227 'src/third_party/scons-2.0.1':
dpranke4778c712016-09-23 01:15:56228 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067',
[email protected]185a6912011-06-17 19:34:07229
Stefan Zagerfd5ba192014-08-23 00:29:39230 'src/third_party/webrtc':
sakal901b9f632017-01-13 17:00:08231 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '1638114289eca6e17cc412205c2970b2f6c98280', # commit position 16045
[email protected]21c24fa72011-09-05 13:35:02232
Stefan Zagerfd5ba192014-08-23 00:29:39233 'src/third_party/openmax_dl':
234 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
[email protected]0bed32c2013-03-30 17:38:54235
sbc56955772015-04-07 17:06:08236 'src/third_party/jsoncpp/source':
sbc12f9e9d62015-04-09 18:20:09237 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248
[email protected]3bd20ee42011-10-22 00:33:19238
Stefan Zagerfd5ba192014-08-23 00:29:39239 'src/third_party/libyuv':
fbarchard9c996922016-12-16 18:29:03240 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'b18fd21d3c27fce69b5c1ed44b89131dedc87284', # from r1637
[email protected]1e29b4e2011-11-03 01:25:19241
Stefan Zagerfd5ba192014-08-23 00:29:39242 'src/third_party/smhasher/src':
243 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',
[email protected]f0736ff2011-12-03 04:19:20244
Stefan Zagerfd5ba192014-08-23 00:29:39245 'src/third_party/libaddressinput/src':
mathp85f7eea22016-10-26 22:05:34246 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '4d18a0d4be9add0dc479e7b939ed8d39f6ec0d73',
[email protected]6cf5dbdd2013-11-09 04:21:45247
mathp726584d2016-03-01 15:16:05248 'src/third_party/libphonenumber/dist':
mathpd2e22adc2016-03-15 18:54:08249 Var('chromium_git') + '/external/libphonenumber.git' + '@' + 'a4da30df63a097d67e3c429ead6790ad91d36cf4',
[email protected]d12c20502012-02-01 11:40:19250
Stefan Zagerfd5ba192014-08-23 00:29:39251 'src/third_party/webpagereplay':
dpranke4778c712016-09-23 01:15:56252 Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '@' + '3cd3a3f6f06a1b87b14b9162c7eb16d23d141241',
[email protected]51e3e3d2012-08-21 02:27:44253
Stefan Zagerfd5ba192014-08-23 00:29:39254 'src/third_party/pywebsocket/src':
hiroshige76efe9932015-12-17 08:46:49255 Var('chromium_git') + '/external/github.com/google/pywebsocket.git' + '@' + '2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2',
[email protected]9a978032012-10-19 03:43:14256
jrummellf715b1692015-10-21 23:26:26257 'src/media/cdm/api':
xhwangfcc148b2017-01-14 00:51:40258 Var('chromium_git') + '/chromium/cdm.git' + '@' + '379a18058fee03b429bd5b4a330b78add56efec4',
[email protected]255c43f2013-06-07 08:54:11259
Stefan Zagerfd5ba192014-08-23 00:29:39260 'src/third_party/mesa/src':
dpranke4778c712016-09-23 01:15:56261 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e7035ca882cc77f85793fef',
[email protected]bba1c0dd2013-08-19 10:33:31262
jinsukkim21d3369fc2016-06-21 06:16:03263 'src/third_party/ced/src':
brucedawsonc62b45ea2017-01-04 18:38:54264 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '368a9cc09ad868a3d28f0b5ad4a733f263c46409',
jinsukkim21d3369fc2016-06-21 06:16:03265
capne3976c22016-08-12 22:06:17266 'src/third_party/swiftshader':
dpranke4778c712016-09-23 01:15:56267 Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revision'),
capne3976c22016-08-12 22:06:17268
Stefan Zagerfd5ba192014-08-23 00:29:39269 'src/third_party/cld_2/src':
andrewhaydenfe9263ad2015-08-11 13:00:44270 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84b58a5d7690ebf05a91406f371ce00c3daf31c0',
[email protected]edf1f062014-01-07 11:11:53271
abakalov9c8f81b2016-07-26 21:03:15272 'src/third_party/cld_3/src':
abakalovc0f8f84b2017-01-12 03:59:17273 Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + 'ae02d6b8a2af41e87c956c7c7d3f651a8b7b9e79',
abakalov9c8f81b2016-07-26 21:03:15274
mcasas09903b32015-07-14 16:20:47275 'src/third_party/libwebm/source':
dpranke4778c712016-09-23 01:15:56276 Var('chromium_git') + '/webm/libwebm.git' + '@' + '9a235e0bc94319c5f7184bd69cbe5468a74a025c',
mcasas09903b32015-07-14 16:20:47277
Stefan Zagerfd5ba192014-08-23 00:29:39278 'src/third_party/pdfium':
dpranke4778c712016-09-23 01:15:56279 Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'),
[email protected]7ee3af52014-07-06 18:16:47280
Stefan Zagerfd5ba192014-08-23 00:29:39281 'src/third_party/boringssl/src':
dpranke4778c712016-09-23 01:15:56282 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
dtu34297962014-10-01 23:43:01283
284 'src/third_party/py_trace_event/src':
285 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430de2b9e53dea57a77b4c3ac9b30',
nyquistbbd665a2015-03-20 16:20:17286
287 'src/third_party/dom_distiller_js/dist':
wychenb6bda672017-01-09 18:11:00288 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + '2fb636d492d74b91cbbd357da0281b6f0de19ee8',
sullivan0cf87672015-08-04 17:10:32289
290 'src/third_party/catapult':
291 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' +
robertocn4567f4d2016-03-23 03:36:07292 Var('catapult_revision'),
hbosdc28e3ff2015-11-13 14:43:51293
294 'src/third_party/openh264/src':
sprang3c3e2532016-11-07 17:03:13295 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df93c5dcaf858c57eb7892bd27763f0f0ac',
battre0739c642015-12-21 17:45:27296
297 'src/third_party/re2/src':
298 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349aba83b5588e85e5ecf2b56c97f2d259b7',
aizatskyaf496112016-04-15 19:26:32299
300 # Used for building libFuzzers (only supports Linux).
301 'src/third_party/libFuzzer/src':
302 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' + Var('libfuzzer_revision'),
prabhur984ad5c2016-08-02 20:08:21303
304 'src/third_party/visualmetrics/src':
305 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6',
[email protected]5f129de2009-02-24 23:22:04306}
307
[email protected]00c517672010-11-04 00:27:29308
[email protected]5f129de2009-02-24 23:22:04309deps_os = {
Stefan Zagerfd5ba192014-08-23 00:29:39310 'win': {
Stefan Zagerfd5ba192014-08-23 00:29:39311 'src/third_party/cygwin':
dpranke4778c712016-09-23 01:15:56312 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697fadf3a10ff1007a97c0b7de6df',
[email protected]5f129de2009-02-24 23:22:04313
Stefan Zagerfd5ba192014-08-23 00:29:39314 'src/third_party/psyco_win32':
dpranke4778c712016-09-23 01:15:56315 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910ee5a8075bbaeed0591469f1661d868',
[email protected]7e6497f2011-03-30 18:52:23316
Stefan Zagerfd5ba192014-08-23 00:29:39317 'src/third_party/bison':
dpranke4778c712016-09-23 01:15:56318 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5464ee2b224c2df649c6e26c3',
[email protected]6c7b79262012-07-18 23:50:45319
Stefan Zagerfd5ba192014-08-23 00:29:39320 'src/third_party/gperf':
dpranke4778c712016-09-23 01:15:56321 Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f9449770443fb06da49b5a1e5d33c1',
[email protected]6c7b79262012-07-18 23:50:45322
Stefan Zagerfd5ba192014-08-23 00:29:39323 'src/third_party/perl':
dpranke4778c712016-09-23 01:15:56324 Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78',
[email protected]6c7b79262012-07-18 23:50:45325
Stefan Zagerfd5ba192014-08-23 00:29:39326 'src/third_party/lighttpd':
dpranke4778c712016-09-23 01:15:56327 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
[email protected]5b30d472009-12-03 22:02:38328
[email protected]35770312009-10-28 01:21:48329 # Parses Windows PE/COFF executable format.
Stefan Zagerfd5ba192014-08-23 00:29:39330 'src/third_party/pefile':
dpranke4778c712016-09-23 01:15:56331 Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab63c15585dc3b5c3f92f1',
[email protected]4b167a32010-01-25 17:54:08332
[email protected]b13b6a3e2012-04-13 23:01:38333 # GNU binutils assembler for x86-32.
Stefan Zagerfd5ba192014-08-23 00:29:39334 'src/third_party/gnu_binutils':
335 Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436',
[email protected]b13b6a3e2012-04-13 23:01:38336 # GNU binutils assembler for x86-64.
Stefan Zagerfd5ba192014-08-23 00:29:39337 'src/third_party/mingw-w64/mingw/bin':
338 Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527',
[email protected]1c262172010-06-10 15:25:46339
[email protected]76ce1522010-12-13 12:02:42340 # Dependencies used by libjpeg-turbo
Stefan Zagerfd5ba192014-08-23 00:29:39341 'src/third_party/yasm/binaries':
dpranke4778c712016-09-23 01:15:56342 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b0aa06da24ef8b123058bb61ee468881',
[email protected]51ce0e172011-08-05 16:16:23343
[email protected]bbc90fef2011-11-28 19:08:27344 # Binaries for nacl sdk.
Stefan Zagerfd5ba192014-08-23 00:29:39345 'src/third_party/nacl_sdk_binaries':
dpranke4778c712016-09-23 01:15:56346 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5',
[email protected]5f129de2009-02-24 23:22:04347 },
Stefan Zagerfd5ba192014-08-23 00:29:39348 'ios': {
baxley7690dae2016-03-02 18:47:48349 'src/ios/third_party/earl_grey/src':
liaoyukeee55e2c2016-10-18 00:09:39350 Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '625b2b7cdaf9371ae2b001d6cdc23b1790d41cd8',
baxley7690dae2016-03-02 18:47:48351
baxley1308ce82016-02-22 16:44:00352 'src/ios/third_party/fishhook/src':
dpranke4778c712016-09-23 01:15:56353 Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c',
baxley7690dae2016-03-02 18:47:48354
stuartmorgan94d1d752015-03-04 19:58:09355 'src/ios/third_party/gcdwebserver/src':
lpromerof64cd282017-01-10 11:54:50356 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@' + '43555c66627f6ed44817855a0f6d465f559d30e0',
stuartmorgan94d1d752015-03-04 19:58:09357
lpromero15a7ab4d2016-12-16 02:29:48358 'src/ios/third_party/material_components_ios/src':
bzanotti3d34fb52017-01-12 10:32:26359 Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '43c7f9494f171baaf08d75cf3646eeb98a03252f',
lpromero15a7ab4d2016-12-16 02:29:48360
lpromeroad243992016-12-13 16:39:55361 'src/ios/third_party/material_font_disk_loader_ios/src':
ios-autoroller4aa74f32017-01-06 20:46:16362 Var('chromium_git') + '/external/github.com/material-foundation/material-font-disk-loader-ios.git' + '@' + '93acc021e3034898716028822cb802a3a816be7e',
lpromeroad243992016-12-13 16:39:55363
364 'src/ios/third_party/material_roboto_font_loader_ios/src':
ios-autoroller06242fb2017-01-09 19:35:34365 Var('chromium_git') + '/external/github.com/material-foundation/material-roboto-font-loader-ios.git' + '@' + '2e25f314512e71d3413315a20e62a4d0126671f5',
lpromeroad243992016-12-13 16:39:55366
367 'src/ios/third_party/material_sprited_animation_view_ios/src':
ios-autoroller4aa74f32017-01-06 20:46:16368 Var('chromium_git') + '/external/github.com/material-foundation/material-sprited-animation-view-ios.git' + '@' + 'c6e16d06bdafd95540c62b3402d9414692fbca81',
lpromeroad243992016-12-13 16:39:55369
olivierrobin68d75c22016-08-17 12:52:55370 'src/ios/third_party/material_text_accessibility_ios/src':
ios-autoroller4aa74f32017-01-06 20:46:16371 Var('chromium_git') + '/external/github.com/material-foundation/material-text-accessibility-ios.git' + '@' + '318d5100f2976e59c94643e5dcab69e7a830ee43',
olivierrobin68d75c22016-08-17 12:52:55372
sdefresnea9045f42016-02-23 15:22:45373 'src/ios/third_party/ochamcrest/src':
dpranke4778c712016-09-23 01:15:56374 Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + 'd7ee4ecfb6bd13c3c8d364682b6228ccd86e1e1a',
sdefresnea9045f42016-02-23 15:22:45375
Stefan Zagerfd5ba192014-08-23 00:29:39376 'src/third_party/google_toolbox_for_mac/src':
Nico Weber715d86f22015-11-04 00:55:21377 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:21378 },
Stefan Zagerfd5ba192014-08-23 00:29:39379 'mac': {
Stefan Zagerfd5ba192014-08-23 00:29:39380 'src/third_party/google_toolbox_for_mac/src':
Nico Weber715d86f22015-11-04 00:55:21381 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'),
szager29407eb2014-08-26 13:09:31382
[email protected]a023dca2013-12-18 03:58:36383
Stefan Zagerfd5ba192014-08-23 00:29:39384 'src/third_party/lighttpd':
dpranke4778c712016-09-23 01:15:56385 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
[email protected]5b30d472009-12-03 22:02:38386
Stefan Zagerfd5ba192014-08-23 00:29:39387 'src/chrome/installer/mac/third_party/xz/xz':
dpranke4778c712016-09-23 01:15:56388 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7',
[email protected]5f129de2009-02-24 23:22:04389 },
Stefan Zagerfd5ba192014-08-23 00:29:39390 'unix': {
[email protected]ef525cc2009-07-10 17:08:16391 # Linux, really.
Stefan Zagerfd5ba192014-08-23 00:29:39392 'src/third_party/xdg-utils':
dpranke4778c712016-09-23 01:15:56393 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
[email protected]e0d00142009-09-18 22:10:27394
Stefan Zagerfd5ba192014-08-23 00:29:39395 'src/third_party/lss':
mark051962e72016-07-25 20:44:47396 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
[email protected]8f205b02010-11-10 22:48:17397
[email protected]28b9ab6d2012-10-13 20:53:15398 # For Linux and Chromium OS.
Stefan Zagerfd5ba192014-08-23 00:29:39399 'src/third_party/cros_system_api':
rsorokin461140f2016-12-27 16:58:32400 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '05cee9da77790110786e6211f75c49d0c7e26ae8',
[email protected]86b37892013-02-21 01:19:26401
402 # Note that this is different from Android's freetype repo.
Stefan Zagerfd5ba192014-08-23 00:29:39403 'src/third_party/freetype2/src':
dpranke4778c712016-09-23 01:15:56404 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'fc1532a7c4c592f24a4c1a0261d2845524ca5cff',
[email protected]474a2442013-03-23 17:26:50405
bcf53f862ea2016-02-02 05:08:42406 'src/third_party/freetype-android/src':
dpranke4778c712016-09-23 01:15:56407 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_android_revision'),
bcf53f862ea2016-02-02 05:08:42408
stevenjb0ba29de2016-04-15 22:27:26409 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
Stefan Zagerfd5ba192014-08-23 00:29:39410 'src/third_party/chromite':
achuith18485e322017-01-10 23:33:46411 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '267bf6a6bbd075136ddde7f74c320c7acc073314',
[email protected]474a2442013-03-23 17:26:50412
stevenjb0ba29de2016-04-15 22:27:26413 # Dependency of chromite.git and skia.
Stefan Zagerfd5ba192014-08-23 00:29:39414 'src/third_party/pyelftools':
dpranke4778c712016-09-23 01:15:56415 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae',
[email protected]5fb98e32013-06-14 06:16:34416
Stefan Zagerfd5ba192014-08-23 00:29:39417 'src/third_party/liblouis/src':
dpranke4778c712016-09-23 01:15:56418 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a3478561deb6ae4798175094be8a26c2',
[email protected]2ea858d2013-11-09 00:59:33419
[email protected]d412cf42014-01-11 02:54:38420 # Used for embedded builds. CrOS & Linux use the system version.
Stefan Zagerfd5ba192014-08-23 00:29:39421 'src/third_party/fontconfig/src':
dpranke4778c712016-09-23 01:15:56422 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b749f9823c51827a60aeb5c1',
mdempsky6b5854d22014-12-02 00:26:33423
spangc231bff2015-09-14 23:16:57424 # Graphics buffer allocator for Chrome OS.
425 'src/third_party/minigbm/src':
dcastagnaef3843672017-01-11 04:05:41426 Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '682d73bd00595a493bd446c5274bef08bd17c096',
reveman754ca2c2015-11-14 00:21:29427
dcastagna141830582016-12-20 23:03:42428 # Userspace interface to kernel DRM services.
429 'src/third_party/libdrm/src':
dcastagna6ccb8b82a2016-12-22 19:31:40430 Var('chromium_git') + '/chromiumos/third_party/libdrm.git' + '@' + '0ce18bedd3e62d4784fa755403801934ba171084',
dcastagna141830582016-12-20 23:03:42431
reveman754ca2c2015-11-14 00:21:29432 # Display server protocol for Linux.
433 'src/third_party/wayland/src':
denniskempin02b2b1172016-12-08 22:33:37434 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + '6a18a87727c64719c68168568b9ab1e4d7c2d9c1',
reveman6592ea12015-11-30 21:09:23435
436 # Wayland protocols that add functionality not available in the core protocol.
437 'src/third_party/wayland-protocols/src':
dpranke4778c712016-09-23 01:15:56438 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '2e541a36deff5f2e16e25e27f7f93d26822eecc2',
mikhail.pozdnyakov6d56dcc2016-02-12 11:10:49439
reveman968d2042017-01-10 06:20:34440 # The libevdev library (Chrome OS version).
441 'src/third_party/libevdev/src':
442 Var('chromium_git') + '/chromiumos/platform/libevdev.git' + '@' + '9f7a1961eb4726211e18abd147d5a11a4ea86744',
443
444 # Chrome OS touchpad gestures library.
445 'src/third_party/gestures/gestures':
446 Var('chromium_git') + '/chromiumos/platform/gestures.git' + '@' + '5a656849c7d2b0d0ddbe0ac6d300c1e2fada0bb4',
447
mikhail.pozdnyakov6d56dcc2016-02-12 11:10:49448 # Wireless Display Software. Used on Chrome OS.
449 'src/third_party/wds/src':
dpranke4778c712016-09-23 01:15:56450 Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95f3000bf5c8e16a79dbbbf22d554a5',
xyzzyz082e79e2016-06-20 18:59:21451
452 # gRPC, an RPC framework. For Blimp use only.
453 'src/third_party/grpc':
tzikff8a9912016-12-09 09:48:07454 Var('chromium_git') + '/external/github.com/grpc/grpc' + '@' + '5945dfa700a0566be7ea6691cc8a86ecb4a53924',
chenwilliam56a90382016-12-09 02:16:28455
456 # DevTools node modules. Used on Linux buildbots only.
457 'src/third_party/WebKit/Source/devtools/devtools-node-modules':
458 Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision')
[email protected]ef525cc2009-07-10 17:08:16459 },
Stefan Zagerfd5ba192014-08-23 00:29:39460 'android': {
nyquist38f28ba2014-09-04 00:28:38461 'src/third_party/android_protobuf/src':
dpranke4778c712016-09-23 01:15:56462 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc72e97f7fe08bb756958a2cf090f4e7',
nyquist38f28ba2014-09-04 00:28:38463
Stefan Zagerfd5ba192014-08-23 00:29:39464 'src/third_party/android_tools':
ianwenf7db0032016-11-30 23:24:48465 Var('chromium_git') + '/android_tools.git' + '@' + 'b43a6a289a7588b1769814f04dd6c7d7176974cc',
[email protected]9f1235c2012-12-04 21:48:36466
Stefan Zagerfd5ba192014-08-23 00:29:39467 'src/third_party/apache-mime4j':
dpranke4778c712016-09-23 01:15:56468 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108bff4b6cf0a2e86ff58b3d025934ebe3a',
[email protected]fd72f73f2012-12-06 21:27:58469
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/httpcomponents-client':
dpranke4778c712016-09-23 01:15:56486 Var('chromium_git') + '/chromium/deps/httpcomponents-client.git' + '@' + '285c4dafc5de0e853fa845dce5773e223219601c',
[email protected]fd72f73f2012-12-06 21:27:58487
Stefan Zagerfd5ba192014-08-23 00:29:39488 'src/third_party/httpcomponents-core':
dpranke4778c712016-09-23 01:15:56489 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7180a96f8fa5cab23f793c14b413356d419e62',
[email protected]fd72f73f2012-12-06 21:27:58490
Stefan Zagerfd5ba192014-08-23 00:29:39491 'src/third_party/jsr-305/src':
492 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
[email protected]0fb4c092012-12-13 19:15:59493
kjellanderc1be0422015-04-29 12:42:32494 'src/third_party/junit/src':
mikecased5d3a702016-08-19 18:27:25495 Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481',
kjellanderc1be0422015-04-29 12:42:32496
mikecase85e83ed2014-12-08 19:18:29497 'src/third_party/mockito/src':
mikecased5d3a702016-08-19 18:27:25498 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598ad4cf5ea53c69a8a8053780b04b850',
mikecase85e83ed2014-12-08 19:18:29499
kapishnikov810c2202016-01-28 21:35:00500 'src/third_party/netty-tcnative/src':
kapishnikov242e247a2016-06-06 14:28:06501 Var('chromium_git') + '/external/netty-tcnative.git' + '@' + 'dba66573998801a08ea41b605b1629857ae02a6b',
kapishnikov810c2202016-01-28 21:35:00502
503 'src/third_party/netty4/src':
504 Var('chromium_git') + '/external/netty4.git' + '@' + 'e0f26303b4ce635365be19414d0ac81f2ef6ba3c',
505
mikecase11530872016-07-25 22:54:16506 'src/third_party/robolectric/robolectric':
mikecase048cb722016-08-02 03:07:31507 Var('chromium_git') + '/external/robolectric.git' + '@' + 'e38b49a12fdfa17a94f0382cc8ffaf69132fd09b',
mikecase5ae30e102015-02-19 19:50:00508
mikecasec9eabe82015-06-15 18:57:59509 'src/third_party/ub-uiautomator/lib':
jbudorick8e1be152015-07-13 23:06:38510 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434',
mikecasec9eabe82015-06-15 18:57:59511
agrievea1b62002016-02-24 03:08:30512 'src/third_party/leakcanary/src':
513 Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e',
514
Stefan Zagerfd5ba192014-08-23 00:29:39515 'src/third_party/lss':
mark051962e72016-07-25 20:44:47516 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
[email protected]d0982f92013-03-19 10:26:20517
rnephew7b351882014-12-11 23:11:25518 'src/third_party/requests/src':
519 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
520
pasko9e241682015-06-23 09:06:57521 'src/third_party/custom_tabs_client/src':
yusufoecbb5dd2016-11-15 02:21:47522 Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-client.git' + '@' + 'e2b6730dad438de70d88b6ae5d33aa0995ba77d1',
bajonesc690d9ac2016-08-08 19:59:18523
524 'src/third_party/gvr-android-sdk/src':
bshe66370bf282017-01-03 19:05:29525 Var('chromium_git') + '/external/github.com/googlevr/gvr-android-sdk.git' + '@' + '8d1395957283ee13ebe2bc672ba24e5ca4ec343f',
[email protected]18081a12012-05-30 12:48:56526 },
[email protected]5f129de2009-02-24 23:22:04527}
528
[email protected]5f129de2009-02-24 23:22:04529include_rules = [
530 # Everybody can use some things.
John Abd-El-Malek5b6373f2015-04-01 19:44:14531 # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these.
Stefan Zagerfd5ba192014-08-23 00:29:39532 '+base',
533 '+build',
534 '+ipc',
[email protected]5f129de2009-02-24 23:22:04535
[email protected]dfbff862012-11-28 19:08:14536 # Everybody can use headers generated by tools/generate_library_loader.
Stefan Zagerfd5ba192014-08-23 00:29:39537 '+library_loaders',
[email protected]dfbff862012-11-28 19:08:14538
Stefan Zagerfd5ba192014-08-23 00:29:39539 '+testing',
540 '+third_party/icu/source/common/unicode',
541 '+third_party/icu/source/i18n/unicode',
542 '+url',
[email protected]5f129de2009-02-24 23:22:04543]
544
545
546# checkdeps.py shouldn't check include paths for files in these dirs:
547skip_child_includes = [
Stefan Zagerfd5ba192014-08-23 00:29:39548 'breakpad',
Stefan Zagerfd5ba192014-08-23 00:29:39549 'native_client_sdk',
John Abd-El-Malek5b6373f2015-04-01 19:44:14550 'out',
Stefan Zagerfd5ba192014-08-23 00:29:39551 'sdch',
552 'skia',
553 'testing',
Stefan Zagerfd5ba192014-08-23 00:29:39554 'v8',
555 'win8',
[email protected]5f129de2009-02-24 23:22:04556]
[email protected]bfa24b962009-03-02 00:16:16557
558
559hooks = [
560 {
[email protected]9372bec2014-08-14 14:03:30561 # This clobbers when necessary (based on get_landmines.py). It must be the
562 # first hook so that other things that get/generate into the output
563 # directory will not subsequently be clobbered.
Stefan Zagerfd5ba192014-08-23 00:29:39564 'name': 'landmines',
565 'pattern': '.',
566 'action': [
567 'python',
568 'src/build/landmines.py',
[email protected]9372bec2014-08-14 14:03:30569 ],
570 },
571 {
jbudorick94a712c2016-03-09 19:03:52572 # Ensure that while generating dependencies lists in .gyp files we don't
573 # accidentally reference any .pyc files whose corresponding .py files have
574 # already been deleted.
575 # We should actually try to avoid generating .pyc files, crbug.com/500078.
576 'name': 'remove_stale_pyc_files',
577 'pattern': '.',
578 'action': [
579 'python',
580 'src/tools/remove_stale_pyc_files.py',
581 'src/android_webview/tools',
582 'src/build/android',
583 'src/gpu/gles2_conform_support',
584 'src/infra',
585 'src/ppapi',
586 'src/printing',
587 'src/third_party/catapult',
588 'src/third_party/closure_compiler/build',
qyearsleydfda207b2016-07-08 14:16:12589 'src/third_party/WebKit/Tools/Scripts', # See http://crbug.com/625877.
jbudorick94a712c2016-03-09 19:03:52590 'src/tools',
591 ],
592 },
593 {
[email protected]89e43f652011-08-18 00:03:17594 # This downloads binaries for Native Client's newlib toolchain.
595 # Done in lieu of building the toolchain from scratch as it can take
596 # anywhere from 30 minutes to 4 hours depending on platform to build.
Stefan Zagerfd5ba192014-08-23 00:29:39597 'name': 'nacltools',
598 'pattern': '.',
599 'action': [
dyen249880632014-11-20 23:02:20600 'python',
601 'src/build/download_nacl_toolchains.py',
ncbray474ab322015-01-05 22:04:22602 '--mode', 'nacl_core_sdk',
ncbray4453c50a2015-02-18 20:10:55603 'sync', '--extract',
[email protected]89e43f652011-08-18 00:03:17604 ],
605 },
[email protected]3a0b2492011-08-24 20:41:16606 {
navabi6f0bb7612014-12-30 19:21:38607 # This downloads SDK extras and puts them in the
dgnebe5d99c2015-11-06 15:28:51608 # third_party/android_tools/sdk/extras directory.
navabi6f0bb7612014-12-30 19:21:38609 'name': 'sdkextras',
610 'pattern': '.',
navabi24606e22015-01-06 20:46:56611 # When adding a new sdk extras package to download, add the package
612 # directory and zip file to .gitignore in third_party/android_tools.
dgnebe5d99c2015-11-06 15:28:51613 'action': ['python',
614 'src/build/android/play_services/update.py',
615 'download'
616 ],
navabi6f0bb7612014-12-30 19:21:38617 },
618 {
mikecase56633ff02016-07-01 21:38:28619 'name': 'intellij',
620 'pattern': '.',
621 'action': ['python',
622 'src/build/android/update_deps/update_third_party_deps.py',
623 'download',
624 '-b', 'chromium-intellij',
625 '-l', 'third_party/intellij'
626 ],
627 },
628 {
yolandyane43b76802016-06-22 17:49:28629 'name': 'javax_inject',
630 'pattern': '.',
631 'action': ['python',
632 'src/build/android/update_deps/update_third_party_deps.py',
633 'download',
634 '-b', 'chromium-javax-inject',
635 '-l', 'third_party/javax_inject'
636 ],
637 },
638 {
yolandyan9243ece52016-06-23 21:45:01639 'name': 'hamcrest',
640 'pattern': '.',
641 'action': ['python',
642 'src/build/android/update_deps/update_third_party_deps.py',
643 'download',
644 '-b', 'chromium-hamcrest',
645 '-l', 'third_party/hamcrest'
646 ],
647 },
648 {
yolandyancbaf94582016-06-23 02:34:32649 'name': 'guava',
650 'pattern': '.',
651 'action': ['python',
652 'src/build/android/update_deps/update_third_party_deps.py',
653 'download',
654 '-b', 'chromium-guava',
655 '-l', 'third_party/guava'
656 ],
657 },
658 {
yolandyan3a29afd12016-06-24 02:08:40659 'name': 'android_support_test_runner',
660 'pattern': '.',
661 'action': ['python',
662 'src/build/android/update_deps/update_third_party_deps.py',
663 'download',
664 '-b', 'chromium-android-support-test-runner',
665 '-l', 'third_party/android_support_test_runner'
666 ],
667 },
668 {
mikecased2279c72016-08-11 23:34:33669 'name': 'byte_buddy',
670 'pattern': '.',
671 'action': ['python',
672 'src/build/android/update_deps/update_third_party_deps.py',
673 'download',
674 '-b', 'chromium-byte-buddy',
675 '-l', 'third_party/byte_buddy'
676 ],
677 },
678 {
yolandyan35d15ba72016-06-24 06:54:42679 'name': 'espresso',
680 'pattern': '.',
681 'action': ['python',
682 'src/build/android/update_deps/update_third_party_deps.py',
683 'download',
684 '-b', 'chromium-espresso',
685 '-l', 'third_party/espresso'
686 ],
687 },
688 {
mikecase11530872016-07-25 22:54:16689 'name': 'robolectric_libs',
690 'pattern': '.',
691 'action': ['python',
692 'src/build/android/update_deps/update_third_party_deps.py',
693 'download',
694 '-b', 'chromium-robolectric',
695 '-l', 'third_party/robolectric'
696 ],
697 },
698 {
mikecasef0e1c4312016-06-30 20:13:50699 'name': 'apache_velocity',
700 'pattern': '.',
701 'action': ['python',
702 'src/build/android/update_deps/update_third_party_deps.py',
703 'download',
704 '-b', 'chromium-apache-velocity',
705 '-l', 'third_party/apache_velocity'
706 ],
707 },
708 {
mikecase0466de32016-06-30 20:45:17709 'name': 'ow2_asm',
710 'pattern': '.',
711 'action': ['python',
712 'src/build/android/update_deps/update_third_party_deps.py',
713 'download',
714 '-b', 'chromium-ow2-asm',
715 '-l', 'third_party/ow2_asm'
716 ],
717 },
718 {
zpeng3353ce42016-12-07 16:06:02719 'name': 'retrolambda',
720 'pattern': '.',
721 'action': ['python',
722 'src/build/android/update_deps/update_third_party_deps.py',
723 'download',
724 '-b', 'chromium-android-tools/retrolambda',
725 '-l', 'third_party/retrolambda'
726 ],
727 },
728 {
mikecase7529ab42016-06-30 21:04:39729 'name': 'icu4j',
730 'pattern': '.',
731 'action': ['python',
732 'src/build/android/update_deps/update_third_party_deps.py',
733 'download',
734 '-b', 'chromium-icu4j',
735 '-l', 'third_party/icu4j'
736 ],
737 },
738 {
mikecase840bb0f52016-06-30 23:36:51739 'name': 'accessibility_test_framework',
740 'pattern': '.',
741 'action': ['python',
742 'src/build/android/update_deps/update_third_party_deps.py',
743 'download',
744 '-b', 'chromium-accessibility-test-framework',
745 '-l', 'third_party/accessibility_test_framework'
746 ],
747 },
748 {
mikecase378c7352016-06-30 23:39:59749 'name': 'bouncycastle',
750 'pattern': '.',
751 'action': ['python',
752 'src/build/android/update_deps/update_third_party_deps.py',
753 'download',
754 '-b', 'chromium-bouncycastle',
755 '-l', 'third_party/bouncycastle'
756 ],
757 },
758 {
mikecase014e8492016-06-30 23:44:27759 'name': 'sqlite4java',
760 'pattern': '.',
761 'action': ['python',
762 'src/build/android/update_deps/update_third_party_deps.py',
763 'download',
764 '-b', 'chromium-sqlite4java',
765 '-l', 'third_party/sqlite4java'
766 ],
767 },
768 {
mikecase9d86c932016-08-12 00:34:27769 'name': 'objenesis',
770 'pattern': '.',
771 'action': ['python',
772 'src/build/android/update_deps/update_third_party_deps.py',
773 'download',
774 '-b', 'chromium-objenesis',
775 '-l', 'third_party/objenesis'
776 ],
777 },
778 {
sbc8208b4d2015-06-30 19:14:23779 # Downloads the current stable linux sysroot to build/linux/ if needed.
[email protected]01a98602013-06-12 20:33:54780 # This sysroot updates at about the same rate that the chrome build deps
781 # change. This script is a no-op except for linux users who are doing
sbc8208b4d2015-06-30 19:14:23782 # official chrome builds or cross compiling.
Stefan Zagerfd5ba192014-08-23 00:29:39783 'name': 'sysroot',
784 'pattern': '.',
sbc8208b4d2015-06-30 19:14:23785 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
786 '--running-as-hook'],
sbc41d0e082014-10-22 20:39:29787 },
788 {
[email protected]c71d3282014-04-09 01:56:20789 # Update the Windows toolchain if necessary.
Stefan Zagerfd5ba192014-08-23 00:29:39790 'name': 'win_toolchain',
791 'pattern': '.',
792 'action': ['python', 'src/build/vs_toolchain.py', 'update'],
[email protected]c71d3282014-04-09 01:56:20793 },
justincohen6a03a3d2016-03-26 21:44:38794 {
795 # Update the Mac toolchain if necessary.
796 'name': 'mac_toolchain',
797 'pattern': '.',
798 'action': ['python', 'src/build/mac_toolchain.py'],
799 },
hansb2eae972015-05-19 00:53:12800 # Pull binutils for linux, enabled debug fission for faster linking /
801 # debugging when used with clang on Ubuntu Precise.
802 # https://code.google.com/p/chromium/issues/detail?id=352046
803 {
804 'name': 'binutils',
805 'pattern': 'src/third_party/binutils',
806 'action': [
807 'python',
808 'src/third_party/binutils/download.py',
809 ],
810 },
[email protected]c71d3282014-04-09 01:56:20811 {
Hans Wennborg28fb41c2014-09-22 23:25:12812 # Pull clang if needed or requested via GYP_DEFINES.
813 # Note: On Win, this should run after win_toolchain, as it may use it.
814 'name': 'clang',
815 'pattern': '.',
816 'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'],
817 },
818 {
phajdan.jr2448b2c2015-04-24 21:04:17819 # Update LASTCHANGE.
Stefan Zagerfd5ba192014-08-23 00:29:39820 'name': 'lastchange',
821 'pattern': '.',
822 'action': ['python', 'src/build/util/lastchange.py',
823 '-o', 'src/build/util/LASTCHANGE'],
[email protected]9046a112012-01-31 20:45:25824 },
825 {
phajdan.jr2448b2c2015-04-24 21:04:17826 # Update LASTCHANGE.blink.
daniimms99578172015-09-30 06:39:24827 'name': 'lastchange_blink',
Stefan Zagerfd5ba192014-08-23 00:29:39828 'pattern': '.',
829 'action': ['python', 'src/build/util/lastchange.py',
Jochen Eisingerf880f0072015-09-23 21:06:53830 '--git-hash-only',
Stefan Zagerfd5ba192014-08-23 00:29:39831 '-s', 'src/third_party/WebKit',
832 '-o', 'src/build/util/LASTCHANGE.blink'],
[email protected]b0abfb62013-05-31 10:53:39833 },
halcanary5cacab3a2016-07-29 19:23:20834 {
835 # Update skia_commit_hash.h.
836 'name': 'lastchange_skia',
837 'pattern': '.',
838 'action': ['python', 'src/build/util/lastchange.py',
839 '-m', 'SKIA_COMMIT_HASH',
840 '-s', 'src/third_party/skia',
841 '--header', 'src/skia/ext/skia_commit_hash.h'],
842 },
[email protected]66968ba2014-03-18 20:27:54843 # Pull GN binaries. This needs to be before running GYP below.
844 {
Stefan Zagerfd5ba192014-08-23 00:29:39845 'name': 'gn_win',
846 'pattern': '.',
847 'action': [ 'download_from_google_storage',
848 '--no_resume',
849 '--platform=win32',
850 '--no_auth',
851 '--bucket', 'chromium-gn',
852 '-s', 'src/buildtools/win/gn.exe.sha1',
[email protected]66968ba2014-03-18 20:27:54853 ],
854 },
855 {
Stefan Zagerfd5ba192014-08-23 00:29:39856 'name': 'gn_mac',
857 'pattern': '.',
858 'action': [ 'download_from_google_storage',
859 '--no_resume',
860 '--platform=darwin',
861 '--no_auth',
862 '--bucket', 'chromium-gn',
863 '-s', 'src/buildtools/mac/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19864 ],
865 },
866 {
Stefan Zagerfd5ba192014-08-23 00:29:39867 'name': 'gn_linux64',
868 'pattern': '.',
869 'action': [ 'download_from_google_storage',
870 '--no_resume',
871 '--platform=linux*',
872 '--no_auth',
873 '--bucket', 'chromium-gn',
874 '-s', 'src/buildtools/linux64/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19875 ],
876 },
[email protected]6eabd702014-01-12 00:19:20877 # Pull clang-format binaries using checked-in hashes.
878 {
Stefan Zagerfd5ba192014-08-23 00:29:39879 'name': 'clang_format_win',
880 'pattern': '.',
881 'action': [ 'download_from_google_storage',
882 '--no_resume',
883 '--platform=win32',
884 '--no_auth',
885 '--bucket', 'chromium-clang-format',
886 '-s', 'src/buildtools/win/clang-format.exe.sha1',
[email protected]6eabd702014-01-12 00:19:20887 ],
888 },
889 {
Stefan Zagerfd5ba192014-08-23 00:29:39890 'name': 'clang_format_mac',
891 'pattern': '.',
892 'action': [ 'download_from_google_storage',
893 '--no_resume',
894 '--platform=darwin',
895 '--no_auth',
896 '--bucket', 'chromium-clang-format',
897 '-s', 'src/buildtools/mac/clang-format.sha1',
[email protected]6eabd702014-01-12 00:19:20898 ],
899 },
900 {
Stefan Zagerfd5ba192014-08-23 00:29:39901 'name': 'clang_format_linux',
902 'pattern': '.',
903 'action': [ 'download_from_google_storage',
904 '--no_resume',
905 '--platform=linux*',
906 '--no_auth',
907 '--bucket', 'chromium-clang-format',
908 '-s', 'src/buildtools/linux64/clang-format.sha1',
[email protected]6ec1d6fc2014-06-25 19:55:21909 ],
910 },
bshe0907c2d02016-11-12 00:24:53911 {
912 'name': 'gvr_static_shim_android_arm',
913 'pattern': '\\.sha1',
914 'action': [ 'download_from_google_storage',
915 '--no_resume',
916 '--platform=linux*',
917 '--no_auth',
918 '--bucket', 'chromium-gvr-static-shim',
919 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm.a.sha1',
920 ],
921 },
922 {
923 'name': 'gvr_static_shim_android_arm64',
924 'pattern': '\\.sha1',
925 'action': [ 'download_from_google_storage',
926 '--no_resume',
927 '--platform=linux*',
928 '--no_auth',
929 '--bucket', 'chromium-gvr-static-shim',
930 '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm64.a.sha1',
931 ],
932 },
933 {
934 'name': 'gvr_common_aar',
935 'pattern': '\\.sha1',
936 'action': [ 'download_from_google_storage',
937 '--no_resume',
938 '--platform=linux*',
939 '--no_auth',
940 '--bucket', 'chromium-gvr-static-shim',
941 '-s', 'src/third_party/gvr-android-sdk/common_library.aar.sha1',
942 ],
943 },
maruel4fbba012015-05-22 21:52:29944 # Pull luci-go binaries (isolate, swarming) using checked-in hashes.
945 {
946 'name': 'luci-go_win',
947 'pattern': '.',
948 'action': [ 'download_from_google_storage',
949 '--no_resume',
950 '--platform=win32',
951 '--no_auth',
952 '--bucket', 'chromium-luci',
953 '-d', 'src/tools/luci-go/win64',
954 ],
955 },
956 {
957 'name': 'luci-go_mac',
958 'pattern': '.',
959 'action': [ 'download_from_google_storage',
960 '--no_resume',
961 '--platform=darwin',
962 '--no_auth',
963 '--bucket', 'chromium-luci',
964 '-d', 'src/tools/luci-go/mac64',
965 ],
966 },
967 {
968 'name': 'luci-go_linux',
969 'pattern': '.',
970 'action': [ 'download_from_google_storage',
971 '--no_resume',
972 '--platform=linux*',
973 '--no_auth',
974 '--bucket', 'chromium-luci',
975 '-d', 'src/tools/luci-go/linux64',
976 ],
977 },
[email protected]e388bfd2014-01-18 01:44:04978 # Pull eu-strip binaries using checked-in hashes.
979 {
Stefan Zagerfd5ba192014-08-23 00:29:39980 'name': 'eu-strip',
981 'pattern': '.',
982 'action': [ 'download_from_google_storage',
983 '--no_resume',
984 '--platform=linux*',
985 '--no_auth',
986 '--bucket', 'chromium-eu-strip',
987 '-s', 'src/build/linux/bin/eu-strip.sha1',
[email protected]e388bfd2014-01-18 01:44:04988 ],
989 },
[email protected]4dcd5392013-11-26 18:56:23990 {
Stefan Zagerfd5ba192014-08-23 00:29:39991 'name': 'drmemory',
992 'pattern': '.',
993 'action': [ 'download_from_google_storage',
994 '--no_resume',
995 '--platform=win32',
996 '--no_auth',
997 '--bucket', 'chromium-drmemory',
998 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1',
[email protected]893f61d12014-06-05 09:28:10999 ],
1000 },
[email protected]f1d116b2014-06-13 18:07:261001 # Pull the Syzygy binaries, used for optimization and instrumentation.
1002 {
Stefan Zagerfd5ba192014-08-23 00:29:391003 'name': 'syzygy-binaries',
1004 'pattern': '.',
1005 'action': ['python',
1006 'src/build/get_syzygy_binaries.py',
1007 '--output-dir=src/third_party/syzygy/binaries',
sebmarchand0e654802017-01-12 15:45:431008 '--revision=37f2efe2518802e568d2b620309c0c4a939e52f1',
Stefan Zagerfd5ba192014-08-23 00:29:391009 '--overwrite',
sebmarchandaf7cc2f2016-10-04 18:22:251010 '--copy-dia-binaries',
[email protected]f1d116b2014-06-13 18:07:261011 ],
1012 },
pmonette900a7d32016-01-05 18:19:071013 # TODO(pmonette): Move include files out of binaries folder.
[email protected]893f61d12014-06-05 09:28:101014 {
erikwright9bdc2bf2015-01-22 20:20:041015 'name': 'kasko',
1016 'pattern': '.',
1017 'action': ['python',
1018 'src/build/get_syzygy_binaries.py',
pmonette900a7d32016-01-05 18:19:071019 '--output-dir=src/third_party/kasko/binaries',
pmonette4f7491252016-01-14 18:52:551020 '--revision=266a18d9209be5ca5c5dcd0620942b82a2d238f3',
erikwright9bdc2bf2015-01-22 20:20:041021 '--resource=kasko.zip',
1022 '--resource=kasko_symbols.zip',
1023 '--overwrite',
1024 ],
1025 },
1026 {
Stefan Zagerfd5ba192014-08-23 00:29:391027 'name': 'apache_win32',
1028 'pattern': '\\.sha1',
1029 'action': [ 'download_from_google_storage',
1030 '--no_resume',
1031 '--platform=win32',
1032 '--directory',
1033 '--recursive',
1034 '--no_auth',
1035 '--num_threads=16',
1036 '--bucket', 'chromium-apache-win32',
1037 'src/third_party/apache-win32',
[email protected]2154052a2014-06-14 19:29:261038 ],
1039 },
1040 {
nyquistb4fd5702016-03-09 01:42:131041 'name': 'blimp_fonts',
1042 'pattern': '.',
1043 'action': [ 'download_from_google_storage',
1044 '--no_resume',
1045 '--platform=linux*',
1046 '--extract',
1047 '--no_auth',
1048 '--bucket', 'chromium-fonts',
1049 '-s', 'src/third_party/blimp_fonts/font_bundle.tar.gz.sha1',
1050 ],
1051 },
1052 {
earthdokd58713222015-03-23 21:07:201053 # Pull sanitizer-instrumented third-party libraries if requested via
1054 # GYP_DEFINES.
1055 'name': 'instrumented_libraries',
1056 'pattern': '\\.sha1',
1057 'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'],
1058 },
1059 {
pauljensen657cf552016-04-15 18:36:071060 # Pull doclava binaries if building for Android.
1061 'name': 'doclava',
1062 'pattern': '.',
1063 'action': ['python',
1064 'src/build/android/download_doclava.py',
1065 ],
1066 },
bradnelson20c9a7312016-08-30 17:45:471067 {
1068 "name": "wasm_fuzzer",
1069 "pattern": ".",
1070 "action": [ "download_from_google_storage",
1071 "--no_resume",
1072 "--no_auth",
1073 "-u",
1074 "--bucket", "v8-wasm-fuzzer",
1075 "-s", "src/v8/test/fuzzer/wasm.tar.gz.sha1",
1076 ],
1077 },
1078 {
1079 "name": "wasm_asmjs_fuzzer",
1080 "pattern": ".",
1081 "action": [ "download_from_google_storage",
1082 "--no_resume",
1083 "--no_auth",
1084 "-u",
1085 "--bucket", "v8-wasm-asmjs-fuzzer",
1086 "-s", "src/v8/test/fuzzer/wasm_asmjs.tar.gz.sha1",
1087 ],
1088 },
dcheng3db0d1d2016-09-23 19:52:081089 {
1090 'name': 'clang_format_merge_driver',
1091 'pattern': '.',
1092 'action': [ 'python',
1093 'src/tools/clang_format_merge_driver/install_git_hook.py',
1094 ],
1095 },
chenwilliam56a90382016-12-09 02:16:281096 {
1097 'name': 'devtools_install_node',
1098 'action': [ 'python',
1099 'src/third_party/WebKit/Source/devtools/scripts/local_node/node.py',
1100 '--running-as-hook',
1101 '--version',
1102 ],
1103 },
dpapadcbee6ab2017-01-14 03:05:531104
1105 # Pull down Node binaries for WebUI toolchain.
1106 {
1107 'name': 'node_linux64',
1108 'pattern': '.',
1109 'action': [ 'download_from_google_storage',
1110 '--no_resume',
1111 '--platform=linux*',
1112 '--extract',
1113 '--no_auth',
1114 '--bucket', 'chromium-nodejs/6.9.4',
1115 '-s', 'src/third_party/node/linux/node-linux-x64.tar.gz.sha1',
1116 ],
1117 },
1118 {
1119 'name': 'node_mac',
1120 'pattern': '.',
1121 'action': [ 'download_from_google_storage',
1122 '--no_resume',
1123 '--platform=darwin',
1124 '--extract',
1125 '--no_auth',
1126 '--bucket', 'chromium-nodejs/6.9.4',
1127 '-s', 'src/third_party/node/mac/node-darwin-x64.tar.gz.sha1',
1128 ],
1129 },
1130 {
1131 'name': 'node_win',
1132 'pattern': '.',
1133 'action': [ 'download_from_google_storage',
1134 '--no_resume',
1135 '--platform=win32',
1136 '--no_auth',
1137 '--bucket', 'chromium-nodejs/6.9.4',
1138 '-s', 'src/third_party/node/win/node.exe.sha1',
1139 ],
1140 },
1141
1142 # Pull down NPM dependencies for WebUI toolchain.
1143 {
1144 'name': 'webui_node_modules',
1145 'pattern': '.',
1146 'action': [ 'download_from_google_storage',
1147 '--no_resume',
1148 '--extract',
1149 '--no_auth',
1150 '--bucket', 'chromium-nodejs',
1151 '-s', 'src/third_party/node/node_modules.tar.gz.sha1',
1152 ],
1153 },
[email protected]bfa24b962009-03-02 00:16:161154]
jmadilld2dfc8f2016-06-16 16:25:131155
jbudoricke6932bfd2016-09-07 02:09:221156recursedeps = [
bungeman1835f982016-09-28 18:33:221157 # buildtools provides clang_format, libc++, and libc++abi
1158 'src/buildtools',
jbudoricke6932bfd2016-09-07 02:09:221159 # android_tools manages the NDK.
1160 'src/third_party/android_tools',
1161 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1162 ("src/third_party/angle", "DEPS.chromium"),
1163]