[go: nahoru, domu]

blob: fbe5369eb9967b390c8a44302cd863b1aade8a48 [file] [log] [blame]
andrewhayden889350d2014-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.
brettw@chromium.org3645abc2013-10-28 22:41:284#
andrewhayden889350d2014-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
brettw@chromium.org3645abc2013-10-28 22:41:287#
derat@chromium.orged711942012-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.
andrewhayden889350d2014-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
andrewhayden889350d2014-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
derat@chromium.orged711942012-05-19 06:57:0629
mark@chromium.org5f129de2009-02-24 23:22:0430vars = {
nsylvain@chromium.org44a2e452010-09-26 17:04:1631 # Use this googlecode_url variable only if there is an internal mirror for it.
32 # If you do not know, use the full path while defining your new deps entry.
Stefan Zagerfd5ba192014-08-23 00:29:3933 'googlecode_url': 'http://%s.googlecode.com/svn',
Stefan Zagerfd5ba192014-08-23 00:29:3934 'chromium_git': 'https://chromium.googlesource.com',
thestig3e7d8e02015-09-28 23:54:4635 # Three lines of non-changing comments so that
thestig3e7d8e02015-09-28 23:54:4636 # the commit queue can handle CLs rolling sfntly
37 # and whatever else without interference from each other.
38 'sfntly_revision': '130f832eddf98467e6578b548cb74ce17d04a26d',
39 # Three lines of non-changing comments so that
40 # the commit queue can handle CLs rolling Skia
41 # and whatever else without interference from each other.
skia-deps-roller2d4560e2016-04-29 02:44:1342 'skia_revision': '45a6f49ef9ff276e08025d0d2ba6a821a96d3f34',
jkummerow@chromium.org5eb30222011-11-23 16:42:2643 # Three lines of non-changing comments so that
sbce2d44aee2015-06-09 03:06:0444 # the commit queue can handle CLs rolling V8
45 # and whatever else without interference from each other.
v8-autorollbbc4dc72016-04-29 12:13:3146 'v8_revision': 'eeb607fcef44d621a4bb4ed9c052839a8ace6571',
maruel@chromium.org7f4fc412013-02-24 00:16:5147 # Three lines of non-changing comments so that
maruel@chromium.org10d8ac32013-10-31 13:34:3148 # the commit queue can handle CLs rolling swarming_client
maruel@chromium.org7f4fc412013-02-24 00:16:5149 # and whatever else without interference from each other.
marueld6c3b8b2016-03-02 03:56:4650 'swarming_revision': 'df6e95e7669883c8fe9ef956c69a544154701a49',
torne@chromium.orgd0982f92013-03-19 10:26:2051 # Three lines of non-changing comments so that
kbr@chromium.org62f231902014-03-11 10:19:2052 # the commit queue can handle CLs rolling ANGLE
53 # and whatever else without interference from each other.
geofflang1d0ecd32016-04-25 22:48:0654 'angle_revision': '250062bc7fd3f4229332f2dd6381be6576120505',
brettw@chromium.orgf58d3292014-05-14 01:56:5455 # Three lines of non-changing comments so that
56 # the commit queue can handle CLs rolling build tools
57 # and whatever else without interference from each other.
brettw81d721a92016-04-27 23:34:2758 'buildtools_revision': 'cdbd50759bf2289d2c9d3f1f7d02239b4b4b1209',
dpranke7a694fe2015-08-18 05:11:2959 # Three lines of non-changing comments so that
60 # the commit queue can handle CLs rolling PDFium
jam@chromium.orgd6a2e88f12014-05-19 19:27:0361 # and whatever else without interference from each other.
dsinclaire43a2442016-04-29 02:25:3362 'pdfium_revision': '76c53794b6202ec37f6dcace5f2ae86870e953b6',
rtoy@chromium.org99e1c5c2014-06-20 13:02:2963 # Three lines of non-changing comments so that
64 # the commit queue can handle CLs rolling openmax_dl
65 # and whatever else without interference from each other.
dskiba49bbf242016-01-21 19:30:0366 'openmax_dl_revision': '6670e52d32351145a6b6c198dab3f6a536edf3db',
agl@chromium.org7ee3af52014-07-06 18:16:4767 # Three lines of non-changing comments so that
68 # the commit queue can handle CLs rolling BoringSSL
69 # and whatever else without interference from each other.
davidbenf4ada8f2016-04-28 18:16:5170 'boringssl_revision': '0a63b96535dff86fc226e3a13e34252e702a45d0',
szager29407eb2014-08-26 13:09:3171 # Three lines of non-changing comments so that
szager29407eb2014-08-26 13:09:3172 # the commit queue can handle CLs rolling google-toolbox-for-mac
73 # and whatever else without interference from each other.
Nico Weber715d86f22015-11-04 00:55:2174 'google_toolbox_for_mac_revision': '401878398253074c515c03cb3a3f8bb0cc8da6e9',
szager29407eb2014-08-26 13:09:3175 # Three lines of non-changing comments so that
76 # the commit queue can handle CLs rolling lighttpd
77 # and whatever else without interference from each other.
78 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
79 # Three lines of non-changing comments so that
80 # the commit queue can handle CLs rolling lss
81 # and whatever else without interference from each other.
cullinan2e9d27b2015-08-12 03:16:5982 'lss_revision': '4fc942258fe5509549333b9487ec018e3c8c5b10',
mseaborn851e1bd12014-09-05 08:00:1483 # Three lines of non-changing comments so that
84 # the commit queue can handle CLs rolling NaCl
85 # and whatever else without interference from each other.
nacl-deps-rollercaea7072016-04-28 21:49:5286 'nacl_revision': 'eec7648b9878417ea4f9f9628cf3340bd584bb5d',
cwallezf2b03492015-08-25 15:08:1887 # Three lines of non-changing comments so that
88 # the commit queue can handle CLs rolling dEQP
89 # and whatever else without interference from each other.
jmadilla6376c22016-04-24 02:34:3890 'deqp_revision': 'cc0ded6c77267bbb14d21aac358fc5d9690c07f8',
91 'deqp_url': 'https://android.googlesource.com/platform/external/deqp',
bcf53f862ea2016-02-02 05:08:4292 # Three lines of non-changing comments so that
93 # the commit queue can handle CLs rolling freetype-android
94 # and whatever else without interference from each other.
95 'freetype_android_revision': 'a512b0fe7a8d9db0e5aa9c0a4db1e92cb861722d',
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-rollerb9e2d95b2016-04-29 12:37:1199 'catapult_revision': 'ec3f320c2852476e0acacafb5311c8ae0b068a53',
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.
ochang9e51f7e2016-04-21 03:14:08103 'libfuzzer_revision': '84041ac212d33703dc5c48d918dc7a9212b14bd3', # from svn revision 266838
mark@chromium.org5f129de2009-02-24 23:22:04104}
mark@chromium.org5f129de2009-02-24 23:22:04105
tandrii74b7e422014-09-23 16:45:27106# Only these hosts are allowed for dependencies in this DEPS file.
107# If you need to add a new host, contact chrome infrastracture team.
108allowed_hosts = [
109 'chromium.googlesource.com',
110 'boringssl.googlesource.com',
111 'pdfium.googlesource.com',
tandriicb12c642015-03-27 19:00:55112 'android.googlesource.com',
tandrii74b7e422014-09-23 16:45:27113]
114
mark@chromium.org5f129de2009-02-24 23:22:04115deps = {
Stefan Zagerfd5ba192014-08-23 00:29:39116 'src/breakpad/src':
dyen0b715c6d2016-04-12 04:39:36117 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '06029285343afcbe246d512bd3400ebcbfdebbaa',
mark@chromium.org5f129de2009-02-24 23:22:04118
Stefan Zagerfd5ba192014-08-23 00:29:39119 'src/buildtools':
120 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
brettw@chromium.orgf58d3292014-05-14 01:56:54121
Stefan Zagerfd5ba192014-08-23 00:29:39122 'src/sdch/open-vcdiff':
ellyjones5b9d0932015-09-16 15:37:03123 Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' + '21d7d0b9c3d0c3ccbdb221c85ae889373f0a2a58',
mark@chromium.org5f129de2009-02-24 23:22:04124
Stefan Zagerfd5ba192014-08-23 00:29:39125 'src/testing/gtest':
tandriidd3139a2015-10-07 13:28:57126 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87',
alokp@chromium.org4303d6b02010-04-19 15:59:51127
Stefan Zagerfd5ba192014-08-23 00:29:39128 'src/testing/gmock':
pkasting6d73ed02015-07-31 20:04:37129 Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
thakis@chromium.orgc6bc0bd22011-01-27 19:55:06130
Stefan Zagerfd5ba192014-08-23 00:29:39131 'src/third_party/angle':
132 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
geofflang@chromium.org7cc7a2e72013-11-20 03:23:19133
Stefan Zagerfd5ba192014-08-23 00:29:39134 'src/third_party/colorama/src':
135 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
cjhopman@chromium.org2e370202014-06-10 22:14:18136
Stefan Zagerfd5ba192014-08-23 00:29:39137 'src/third_party/icu':
jshinf8b550b2016-04-05 12:02:06138 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'c291cde264469b20ca969ce8832088acb21e0c48',
mark@chromium.org5f129de2009-02-24 23:22:04139
Stefan Zagerfd5ba192014-08-23 00:29:39140 'src/third_party/hunspell_dictionaries':
krba51d4532016-04-15 18:32:23141 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc6e7c25bf47cbfb466e0701fd2728b4a12e79d5',
bradnelson@chromium.org5c965dd2009-09-04 21:11:43142
Stefan Zagerfd5ba192014-08-23 00:29:39143 'src/third_party/safe_browsing/testing':
144 Var('chromium_git') + '/external/google-safe-browsing/testing.git' + '@' + '9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6',
lzheng@chromium.org1ebf8962010-09-28 17:51:57145
Stefan Zagerfd5ba192014-08-23 00:29:39146 'src/third_party/leveldatabase/src':
cmumfordb5bcbc62016-04-15 21:11:37147 Var('chromium_git') + '/external/leveldb.git' + '@' + 'a7bff697baa062c8f6b8fb760eacf658712b611a',
sergeyu@chromium.org5aa5d712013-12-20 23:38:17148
Stefan Zagerfd5ba192014-08-23 00:29:39149 'src/third_party/snappy/src':
150 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958c7c0933d22e80c20bf',
jorlow@chromium.org9ce15e92011-03-22 22:24:42151
Stefan Zagerfd5ba192014-08-23 00:29:39152 'src/tools/gyp':
justincohend4f5acfb2016-04-26 02:32:33153 Var('chromium_git') + '/external/gyp.git' + '@' + '4cf07e8d616739f6484e46c9359b2a35196b2585',
mmoss@google.comacb9f722010-03-25 17:14:59154
Stefan Zagerfd5ba192014-08-23 00:29:39155 'src/tools/swarming_client':
156 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_revision'),
maruel@chromium.org5dcce7f82012-10-04 00:08:07157
Stefan Zagerfd5ba192014-08-23 00:29:39158 'src/v8':
machenbacha0a3e4a2014-09-24 12:43:11159 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
mark@chromium.org5f129de2009-02-24 23:22:04160
Stefan Zagerfd5ba192014-08-23 00:29:39161 'src/native_client':
mseaborn851e1bd12014-09-05 08:00:14162 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'),
mcgrathr@chromium.org6f0a2dd2011-12-05 21:59:01163
thestig3e7d8e02015-09-28 23:54:46164 'src/third_party/sfntly/src':
165 Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Var('sfntly_revision'),
thakis@chromium.orga19c9b62011-01-21 03:43:39166
Stefan Zagerfd5ba192014-08-23 00:29:39167 'src/third_party/skia':
168 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'),
reed@google.comc4c7e182012-05-14 13:14:44169
Stefan Zagerfd5ba192014-08-23 00:29:39170 'src/tools/page_cycler/acid3':
171 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5abc1b2f405a945f6d871521',
avi@chromium.org07352662009-07-13 23:22:33172
Stefan Zagerfd5ba192014-08-23 00:29:39173 'src/chrome/test/data/perf/canvas_bench':
174 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732',
alokp@chromium.org700e7e32012-02-22 17:04:38175
Stefan Zagerfd5ba192014-08-23 00:29:39176 'src/chrome/test/data/perf/frame_rate/content':
177 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c88463efeef6bb19c9ec07c42bc8fe22b9',
jrt@chromium.org40646b012011-07-26 02:30:26178
Stefan Zagerfd5ba192014-08-23 00:29:39179 'src/third_party/bidichecker':
180 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0',
ofri@google.com2a18cabc2011-04-12 10:36:04181
Stefan Zagerfd5ba192014-08-23 00:29:39182 'src/third_party/webgl/src':
zmob19a7682016-04-27 21:25:40183 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '8d5834e0ad646278c5e66a59c995ac87d15191da',
jrt@chromium.org1f7077f2011-07-12 12:58:05184
Stefan Zagerfd5ba192014-08-23 00:29:39185 'src/third_party/webdriver/pylib':
186 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
fbarchard@chromium.orga93c77b2010-11-04 00:08:47187
johannkoenig8cdf03472016-03-02 13:54:31188 'src/third_party/libvpx/source/libvpx':
marpan2d26cbda2016-04-22 18:25:54189 Var('chromium_git') + '/webm/libvpx.git' + '@' + '83f17eeede83f138f34177121019798719d5be1c',
johannkoenig52381382015-09-18 22:35:25190
Stefan Zagerfd5ba192014-08-23 00:29:39191 'src/third_party/ffmpeg':
sebmarchand685c2282016-04-28 20:37:17192 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '40ac6f0443064be7cd085baf538e70fe2a9afc19',
rafaelw@chromium.org460793842010-11-03 16:58:24193
Stefan Zagerfd5ba192014-08-23 00:29:39194 'src/third_party/libjingle/source/talk':
hbos576d3dd2016-04-29 09:42:32195 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '34c4b322551fc9352218fe1a85125e613175f0e7', # commit position 12556
satish@chromium.org68187f02010-08-17 16:50:07196
Stefan Zagerfd5ba192014-08-23 00:29:39197 'src/third_party/usrsctp/usrsctplib':
perkja46025c2015-12-14 11:03:38198 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'c60ec8b35c3fe6027d7a3faae89d1c8d7dd3ce98',
ldixon@google.come033cd3f2013-05-08 15:21:22199
Stefan Zagerfd5ba192014-08-23 00:29:39200 'src/third_party/libsrtp':
stevenjb5ef50f02016-04-28 22:49:20201 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + 'ea4ed36c8fbe9ea581140e6672c975e5ed23367d', # from svn revision 295151
mallinath@google.com44f3e792012-01-28 03:18:55202
Stefan Zagerfd5ba192014-08-23 00:29:39203 'src/third_party/yasm/source/patched-yasm':
maruel77e1d01e2016-02-08 21:17:43204 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
hbono@chromium.org76ce1522010-12-13 12:02:42205
Stefan Zagerfd5ba192014-08-23 00:29:39206 'src/third_party/libjpeg_turbo':
Hans Wennborg60343d32015-09-16 21:38:04207 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'e4e75037f29745f1546b6ebf5cf532e841c04c2c',
satish@chromium.orgcc1b14652011-01-17 12:35:57208
Stefan Zagerfd5ba192014-08-23 00:29:39209 'src/third_party/flac':
brettw24263062015-09-01 01:19:49210 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '2c4b86af352b23498315c016dc207e3fb2733fc0',
bradnelson@google.comf94eda92011-02-25 00:34:00211
Stefan Zagerfd5ba192014-08-23 00:29:39212 'src/third_party/pyftpdlib/src':
213 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d059f581f05ae8d89d7e45',
phajdan.jr@chromium.org4e7b5f92011-07-22 20:58:29214
Stefan Zagerfd5ba192014-08-23 00:29:39215 'src/third_party/scons-2.0.1':
216 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067',
henrika@chromium.org185a6912011-06-17 19:34:07217
Stefan Zagerfd5ba192014-08-23 00:29:39218 'src/third_party/webrtc':
hbos576d3dd2016-04-29 09:42:32219 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '0d62df917ff5505612636c1e62f3b9cb491bef59', # commit position 12556
ronghuawu@google.come5df9532011-10-20 00:51:04220
Stefan Zagerfd5ba192014-08-23 00:29:39221 'src/third_party/openmax_dl':
222 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
rtoy@google.com0bed32c2013-03-30 17:38:54223
sbc56955772015-04-07 17:06:08224 'src/third_party/jsoncpp/source':
sbc12f9e9d62015-04-09 18:20:09225 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248
ronghuawu@google.com3bd20ee42011-10-22 00:33:19226
Stefan Zagerfd5ba192014-08-23 00:29:39227 'src/third_party/libyuv':
thakisbe00f2c2016-03-15 19:04:12228 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '76aee8ced7ca74c724d69c1dcf9891348450c8e8',
ronghuawu@chromium.org1e29b4e2011-11-03 01:25:19229
Stefan Zagerfd5ba192014-08-23 00:29:39230 'src/third_party/smhasher/src':
231 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',
georgey@chromium.orgf0736ff2011-12-03 04:19:20232
Stefan Zagerfd5ba192014-08-23 00:29:39233 'src/third_party/libaddressinput/src':
rouslan12f29f302015-06-13 00:21:16234 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '5eeeb797e79fa01503fcdcbebdc50036fac023ef',
rouslan@chromium.org6cf5dbdd2013-11-09 04:21:45235
mathp726584d2016-03-01 15:16:05236 'src/third_party/libphonenumber/dist':
mathpd2e22adc2016-03-15 18:54:08237 Var('chromium_git') + '/external/libphonenumber.git' + '@' + 'a4da30df63a097d67e3c429ead6790ad91d36cf4',
steveblock@chromium.orgd12c20502012-02-01 11:40:19238
Stefan Zagerfd5ba192014-08-23 00:29:39239 'src/third_party/webpagereplay':
nednguyen64d39462015-07-31 18:37:26240 Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '@' + '7564939bdf6482d57b9bd5e9c931679f96d8cf75',
toyoshim@chromium.org51e3e3d2012-08-21 02:27:44241
Stefan Zagerfd5ba192014-08-23 00:29:39242 'src/third_party/pywebsocket/src':
hiroshige76efe9932015-12-17 08:46:49243 Var('chromium_git') + '/external/github.com/google/pywebsocket.git' + '@' + '2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2',
sergeyu@chromium.org9a978032012-10-19 03:43:14244
Stefan Zagerfd5ba192014-08-23 00:29:39245 'src/third_party/opus/src':
flimc6076f22016-02-02 17:39:53246 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + '655cc54c564b84ef2827f0b2152ce3811046201e',
aboxhall@chromium.orga220d972012-12-12 23:26:56247
jrummellf715b1692015-10-21 23:26:26248 'src/media/cdm/api':
Avi Drissman97785ea2015-12-19 01:11:31249 Var('chromium_git') + '/chromium/cdm.git' + '@' + '1dea7088184dec2ebe4a8b3800aabb0afbb4b88a',
kbr@chromium.org255c43f2013-06-07 08:54:11250
Stefan Zagerfd5ba192014-08-23 00:29:39251 'src/third_party/mesa/src':
revemand90cc422015-11-20 20:13:06252 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e7035ca882cc77f85793fef',
hajimehoshi@chromium.orgbba1c0dd2013-08-19 10:33:31253
Stefan Zagerfd5ba192014-08-23 00:29:39254 'src/third_party/cld_2/src':
andrewhaydenfe9263ad2015-08-11 13:00:44255 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84b58a5d7690ebf05a91406f371ce00c3daf31c0',
raymes@chromium.orgedf1f062014-01-07 11:11:53256
mcasas09903b32015-07-14 16:20:47257 'src/third_party/libwebm/source':
tomfinegan795f1a62016-04-29 03:36:54258 Var('chromium_git') + '/webm/libwebm.git' + '@' + '9a235e0bc94319c5f7184bd69cbe5468a74a025c',
mcasas09903b32015-07-14 16:20:47259
Stefan Zagerfd5ba192014-08-23 00:29:39260 'src/third_party/pdfium':
261 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'),
agl@chromium.org7ee3af52014-07-06 18:16:47262
Stefan Zagerfd5ba192014-08-23 00:29:39263 'src/third_party/boringssl/src':
264 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_revision'),
dtu34297962014-10-01 23:43:01265
266 'src/third_party/py_trace_event/src':
267 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430de2b9e53dea57a77b4c3ac9b30',
nyquistbbd665a2015-03-20 16:20:17268
269 'src/third_party/dom_distiller_js/dist':
dcheng967fb192016-04-27 01:08:08270 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + '01315875f52c6013472fe615f6c9c631499b9b6d',
sullivan0cf87672015-08-04 17:10:32271
272 'src/third_party/catapult':
273 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' +
robertocn4567f4d2016-03-23 03:36:07274 Var('catapult_revision'),
hbosdc28e3f2015-11-13 14:43:51275
276 'src/third_party/openh264/src':
277 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'b37cda248234162033e3e11b0335f3131cdfe488',
battre0739c642015-12-21 17:45:27278
279 'src/third_party/re2/src':
280 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349aba83b5588e85e5ecf2b56c97f2d259b7',
aizatskyaf496112016-04-15 19:26:32281
282 # Used for building libFuzzers (only supports Linux).
283 'src/third_party/libFuzzer/src':
284 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' + Var('libfuzzer_revision'),
mark@chromium.org5f129de2009-02-24 23:22:04285}
286
fbarchard@chromium.org00c517672010-11-04 00:27:29287
mark@chromium.org5f129de2009-02-24 23:22:04288deps_os = {
Stefan Zagerfd5ba192014-08-23 00:29:39289 'win': {
Stefan Zagerfd5ba192014-08-23 00:29:39290 'src/third_party/cygwin':
291 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697fadf3a10ff1007a97c0b7de6df',
mark@chromium.org5f129de2009-02-24 23:22:04292
Stefan Zagerfd5ba192014-08-23 00:29:39293 'src/third_party/psyco_win32':
294 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910ee5a8075bbaeed0591469f1661d868',
joi@chromium.org7e6497f2011-03-30 18:52:23295
Stefan Zagerfd5ba192014-08-23 00:29:39296 'src/third_party/bison':
297 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5464ee2b224c2df649c6e26c3',
scottmg@chromium.org6c7b79262012-07-18 23:50:45298
Stefan Zagerfd5ba192014-08-23 00:29:39299 'src/third_party/gperf':
300 Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f9449770443fb06da49b5a1e5d33c1',
scottmg@chromium.org6c7b79262012-07-18 23:50:45301
Stefan Zagerfd5ba192014-08-23 00:29:39302 'src/third_party/perl':
303 Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78',
scottmg@chromium.org6c7b79262012-07-18 23:50:45304
Stefan Zagerfd5ba192014-08-23 00:29:39305 'src/third_party/lighttpd':
szager29407eb2014-08-26 13:09:31306 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
thakis@chromium.org53d688f2012-02-23 16:11:51307
scherkus@chromium.org35770312009-10-28 01:21:48308 # Parses Windows PE/COFF executable format.
Stefan Zagerfd5ba192014-08-23 00:29:39309 'src/third_party/pefile':
310 Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab63c15585dc3b5c3f92f1',
wtc@chromium.org4b167a32010-01-25 17:54:08311
mseaborn@chromium.orgb13b6a3e2012-04-13 23:01:38312 # GNU binutils assembler for x86-32.
Stefan Zagerfd5ba192014-08-23 00:29:39313 'src/third_party/gnu_binutils':
314 Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436',
mseaborn@chromium.orgb13b6a3e2012-04-13 23:01:38315 # GNU binutils assembler for x86-64.
Stefan Zagerfd5ba192014-08-23 00:29:39316 'src/third_party/mingw-w64/mingw/bin':
317 Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527',
hbono@chromium.org76ce1522010-12-13 12:02:42318
319 # Dependencies used by libjpeg-turbo
Stefan Zagerfd5ba192014-08-23 00:29:39320 'src/third_party/yasm/binaries':
321 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b0aa06da24ef8b123058bb61ee468881',
rogerm@google.com51ce0e12011-08-05 16:16:23322
bradnelson@google.combbc90fef2011-11-28 19:08:27323 # Binaries for nacl sdk.
Stefan Zagerfd5ba192014-08-23 00:29:39324 'src/third_party/nacl_sdk_binaries':
325 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5',
jmadill78908812015-06-29 19:58:34326
327 # ANGLE uses dEQP for GPU testing
jmadilla6376c22016-04-24 02:34:38328 'src/third_party/deqp/src':
329 Var('deqp_url') + '@' + Var('deqp_revision'),
mark@chromium.org5f129de2009-02-24 23:22:04330 },
Stefan Zagerfd5ba192014-08-23 00:29:39331 'ios': {
baxley7690dae2016-03-02 18:47:48332 'src/ios/third_party/earl_grey/src':
333 Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + 'ffdbbb7e9e0a3c617d9f110ef752dbd2dc09c919',
334
baxley1308ce82016-02-22 16:44:00335 'src/ios/third_party/fishhook/src':
336 Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c',
baxley7690dae2016-03-02 18:47:48337
stuartmorgan94d1d752015-03-04 19:58:09338 'src/ios/third_party/gcdwebserver/src':
shreyasv2f5179b2015-05-21 22:11:29339 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@' + '3d5fd0b8281a7224c057deb2d17709b5bea64836',
stuartmorgan94d1d752015-03-04 19:58:09340
sdefresnea9045f42016-02-23 15:22:45341 'src/ios/third_party/ochamcrest/src':
baxley491aae052016-03-11 05:33:25342 Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + 'd7ee4ecfb6bd13c3c8d364682b6228ccd86e1e1a',
sdefresnea9045f42016-02-23 15:22:45343
Stefan Zagerfd5ba192014-08-23 00:29:39344 'src/third_party/google_toolbox_for_mac/src':
Nico Weber715d86f22015-11-04 00:55:21345 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'),
stuartmorgan@chromium.org9e10dbc2012-07-10 15:39:59346
lliabraa@chromium.org6bb12cc72012-07-27 15:30:39347 # class-dump utility to generate header files for undocumented SDKs
justincohenb61668a2015-06-02 23:11:35348 'src/third_party/class-dump/src':
justincohenc2637cc2015-08-09 22:29:31349 Var('chromium_git') + '/external/github.com/nygard/class-dump.git' + '@' + '978d177ca6f0d2e5e34acf3e8dadc63e3140ebbc',
dharani@chromium.org50c432e2012-08-01 15:29:51350
abarth@chromium.org5df8c7ca2013-05-31 07:57:24351 # Code that's not needed due to not building everything
Stefan Zagerfd5ba192014-08-23 00:29:39352 'src/chrome/test/data/perf/canvas_bench': None,
353 'src/chrome/test/data/perf/frame_rate/content': None,
Stefan Zagerfd5ba192014-08-23 00:29:39354 'src/native_client': None,
Stefan Zagerfd5ba192014-08-23 00:29:39355 'src/third_party/ffmpeg': None,
356 'src/third_party/hunspell_dictionaries': None,
Stefan Zagerfd5ba192014-08-23 00:29:39357 'src/third_party/webgl': None,
stuartmorgan@chromium.orga6b749d2012-07-02 17:11:21358 },
Stefan Zagerfd5ba192014-08-23 00:29:39359 'mac': {
Stefan Zagerfd5ba192014-08-23 00:29:39360 'src/third_party/google_toolbox_for_mac/src':
Nico Weber715d86f22015-11-04 00:55:21361 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'),
szager29407eb2014-08-26 13:09:31362
tfarina@chromium.orga023dca2013-12-18 03:58:36363
Stefan Zagerfd5ba192014-08-23 00:29:39364 'src/third_party/pdfsqueeze':
365 Var('chromium_git') + '/external/pdfsqueeze.git' + '@' + '5936b871e6a087b7e50d4cbcb122378d8a07499f',
tfarina@chromium.orga023dca2013-12-18 03:58:36366
Stefan Zagerfd5ba192014-08-23 00:29:39367 'src/third_party/lighttpd':
szager29407eb2014-08-26 13:09:31368 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
mark@chromium.org82f869be2010-06-22 20:33:50369
Stefan Zagerfd5ba192014-08-23 00:29:39370 'src/chrome/installer/mac/third_party/xz/xz':
371 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7',
mark@chromium.org5f129de2009-02-24 23:22:04372 },
Stefan Zagerfd5ba192014-08-23 00:29:39373 'unix': {
mdm@chromium.orgef525cc2009-07-10 17:08:16374 # Linux, really.
Stefan Zagerfd5ba192014-08-23 00:29:39375 'src/third_party/xdg-utils':
376 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
thestig@chromium.org8351a632010-09-24 19:19:10377
Stefan Zagerfd5ba192014-08-23 00:29:39378 'src/third_party/lss':
szager29407eb2014-08-26 13:09:31379 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Var('lss_revision'),
agl@chromium.org8f205b02010-11-10 22:48:17380
thestig@chromium.org28b9ab6d2012-10-13 20:53:15381 # For Linux and Chromium OS.
Stefan Zagerfd5ba192014-08-23 00:29:39382 'src/third_party/cros_system_api':
beaufort.francois48a8b842016-04-27 11:25:58383 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'c8a93af2543b5942b2f34fb7b84549334da99476',
dpranke@chromium.org86b37892013-02-21 01:19:26384
385 # Note that this is different from Android's freetype repo.
Stefan Zagerfd5ba192014-08-23 00:29:39386 'src/third_party/freetype2/src':
bungeman97253f92015-09-16 15:21:21387 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'fc1532a7c4c592f24a4c1a0261d2845524ca5cff',
rcui@google.com474a2442013-03-23 17:26:50388
bcf53f862ea2016-02-02 05:08:42389 'src/third_party/freetype-android/src':
390 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_android_revision'),
391
stevenjb0ba29de2016-04-15 22:27:26392 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
Stefan Zagerfd5ba192014-08-23 00:29:39393 'src/third_party/chromite':
kylechar8717d3e2016-04-19 15:35:44394 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'c16821a44240a0be862f9756fa8c5e210e890b66',
rcui@google.com474a2442013-03-23 17:26:50395
stevenjb0ba29de2016-04-15 22:27:26396 # Dependency of chromite.git and skia.
Stefan Zagerfd5ba192014-08-23 00:29:39397 'src/third_party/pyelftools':
stevenjb0ba29de2016-04-15 22:27:26398 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae',
thestig@chromium.org5fb98e32013-06-14 06:16:34399
Stefan Zagerfd5ba192014-08-23 00:29:39400 'src/third_party/liblouis/src':
plundblad88aa77652014-09-19 08:34:25401 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a3478561deb6ae4798175094be8a26c2',
plundblad@chromium.org2ea858d2013-11-09 00:59:33402
spang@chromium.orgd412cf42014-01-11 02:54:38403 # Used for embedded builds. CrOS & Linux use the system version.
Stefan Zagerfd5ba192014-08-23 00:29:39404 'src/third_party/fontconfig/src':
405 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b749f9823c51827a60aeb5c1',
mdempsky6b5854d22014-12-02 00:26:33406
cwallezf2b03492015-08-25 15:08:18407 # ANGLE uses dEQP for GPU testing
jmadilla6376c22016-04-24 02:34:38408 'src/third_party/deqp/src':
409 Var('deqp_url') + '@' + Var('deqp_revision'),
spangc231bff2015-09-14 23:16:57410
411 # Graphics buffer allocator for Chrome OS.
412 'src/third_party/minigbm/src':
reveman5fe9d6e2016-02-27 23:33:04413 Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '1e229399228ac107e8ae0f73a466e3ea17fe5839',
reveman754ca2c2015-11-14 00:21:29414
415 # Display server protocol for Linux.
416 'src/third_party/wayland/src':
revemanf16ea6492016-01-26 02:12:46417 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + '7ed00c1de77afbab23f4908fbd9d60ec070c209b',
reveman6592ea12015-11-30 21:09:23418
419 # Wayland protocols that add functionality not available in the core protocol.
420 'src/third_party/wayland-protocols/src':
revemana65fd9f2016-02-18 06:20:16421 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '596dfda882a51c05699bcb28a8459ce936a138db',
mikhail.pozdnyakov6d56dcc2016-02-12 11:10:49422
423 # Wireless Display Software. Used on Chrome OS.
424 'src/third_party/wds/src':
mikhail.pozdnyakov1a48d462016-04-26 13:32:04425 Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95f3000bf5c8e16a79dbbbf22d554a5',
mdm@chromium.orgef525cc2009-07-10 17:08:16426 },
Stefan Zagerfd5ba192014-08-23 00:29:39427 'android': {
nyquist38f28ba2014-09-04 00:28:38428 'src/third_party/android_protobuf/src':
bajones1f68ee22015-06-11 22:57:23429 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc72e97f7fe08bb756958a2cf090f4e7',
nyquist38f28ba2014-09-04 00:28:38430
Stefan Zagerfd5ba192014-08-23 00:29:39431 'src/third_party/android_tools':
jbudoricke24f20562016-03-30 18:49:26432 Var('chromium_git') + '/android_tools.git' + '@' + 'adfd31794011488cd0fc716b53558b2d8a67af8b',
dmazzoni@chromium.org9f1235c2012-12-04 21:48:36433
Stefan Zagerfd5ba192014-08-23 00:29:39434 'src/third_party/apache-mime4j':
435 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108bff4b6cf0a2e86ff58b3d025934ebe3a',
nyquist@chromium.orgfd72f73f2012-12-06 21:27:58436
kapishnikov810c2202016-01-28 21:35:00437 'src/third_party/apache-portable-runtime/src':
438 Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a8c4277e09a82eaa229e35246edea1ee0a6a1',
439
rnephew859c2d652014-11-25 01:57:26440 'src/third_party/appurify-python/src':
441 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867',
442
bajones85d2cee2015-06-16 19:25:13443 'src/third_party/cardboard-java/src':
bajones0e23d1612015-07-21 20:26:19444 Var('chromium_git') + '/external/github.com/googlesamples/cardboard-java.git' + '@' + 'e36ee57e72bbd057ddb53b127954177b50e18df7',
bajones85d2cee2015-06-16 19:25:13445
raywilliams6ffb1172015-06-22 16:17:37446 'src/third_party/errorprone/lib':
mikecasebf3dc38d2015-09-25 19:19:45447 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea83b66343133b9c76b7d3288c30321818ebcf',
raywilliams6ffb1172015-06-22 16:17:37448
Stefan Zagerfd5ba192014-08-23 00:29:39449 'src/third_party/findbugs':
mikecase8161409b2015-08-26 21:11:13450 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac77ea0a194813d3065dd780c6e566',
dmazzoni@chromium.org9f1235c2012-12-04 21:48:36451
bungeman7ffe4902015-06-03 15:41:25452 'src/third_party/freetype-android/src':
bcf53f862ea2016-02-02 05:08:42453 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_android_revision'),
nyquist@chromium.orgfd72f73f2012-12-06 21:27:58454
kapishnikov810c2202016-01-28 21:35:00455 'src/third_party/elfutils/src':
Stefan Zagerfd5ba192014-08-23 00:29:39456 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de4f3760bdcaa3d23d154d7',
simonb@chromium.org99ff3502014-05-19 16:49:35457
Stefan Zagerfd5ba192014-08-23 00:29:39458 'src/third_party/httpcomponents-client':
459 Var('chromium_git') + '/chromium/deps/httpcomponents-client.git' + '@' + '285c4dafc5de0e853fa845dce5773e223219601c',
nyquist@chromium.orgfd72f73f2012-12-06 21:27:58460
Stefan Zagerfd5ba192014-08-23 00:29:39461 'src/third_party/httpcomponents-core':
462 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7180a96f8fa5cab23f793c14b413356d419e62',
nyquist@chromium.orgfd72f73f2012-12-06 21:27:58463
Stefan Zagerfd5ba192014-08-23 00:29:39464 'src/third_party/jarjar':
465 Var('chromium_git') + '/chromium/deps/jarjar.git' + '@' + '2e1ead4c68c450e0b77fe49e3f9137842b8b6920',
nyquist@chromium.orgda79f322012-12-01 00:08:45466
Stefan Zagerfd5ba192014-08-23 00:29:39467 'src/third_party/jsr-305/src':
468 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
jbudorickc96b36792014-09-16 01:35:30469
kjellanderc1be0422015-04-29 12:42:32470 'src/third_party/junit/src':
471 Var('chromium_git') + '/external/junit.git' + '@' + '45a44647e7306262162e1346b750c3209019f2e1',
472
mikecase85e83ed2014-12-08 19:18:29473 'src/third_party/mockito/src':
primianoffae9cde2015-09-15 10:52:36474 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + '4d987dcd923b81525c42b1333e6c4e07440776c3',
kapishnikov6dd98af2016-01-21 21:31:10475
kapishnikov810c2202016-01-28 21:35:00476 'src/third_party/netty-tcnative/src':
477 Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '12d01332921695e974175870175eb14a889313a1',
478
479 'src/third_party/netty4/src':
480 Var('chromium_git') + '/external/netty4.git' + '@' + 'e0f26303b4ce635365be19414d0ac81f2ef6ba3c',
481
mikecase5ae30e102015-02-19 19:50:00482 'src/third_party/robolectric/lib':
483 Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b63c99a8b6967acdb42cbed0adb067c80efc810',
484
mikecasec9eabe82015-06-15 18:57:59485 'src/third_party/ub-uiautomator/lib':
jbudorick8e1be152015-07-13 23:06:38486 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434',
mikecasec9eabe82015-06-15 18:57:59487
agrievea1b62002016-02-24 03:08:30488 'src/third_party/leakcanary/src':
489 Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e',
490
Stefan Zagerfd5ba192014-08-23 00:29:39491 'src/third_party/lss':
szager29407eb2014-08-26 13:09:31492 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Var('lss_revision'),
torne@chromium.orgd0982f92013-03-19 10:26:20493
rnephew7b351882014-12-11 23:11:25494 'src/third_party/requests/src':
495 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
496
pasko9e241682015-06-23 09:06:57497 'src/third_party/custom_tabs_client/src':
yusufo01405b82016-02-17 22:29:29498 Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-client.git' + '@' + '8ae46d26e739899d2e35f462beeb20e9c194d0ab',
peter@chromium.org18081a12012-05-30 12:48:56499 },
mark@chromium.org5f129de2009-02-24 23:22:04500}
501
502
503include_rules = [
504 # Everybody can use some things.
John Abd-El-Malek5b6373f2015-04-01 19:44:14505 # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these.
Stefan Zagerfd5ba192014-08-23 00:29:39506 '+base',
507 '+build',
508 '+ipc',
mark@chromium.org5f129de2009-02-24 23:22:04509
phajdan.jr@chromium.orgdfbff862012-11-28 19:08:14510 # Everybody can use headers generated by tools/generate_library_loader.
Stefan Zagerfd5ba192014-08-23 00:29:39511 '+library_loaders',
phajdan.jr@chromium.orgdfbff862012-11-28 19:08:14512
Stefan Zagerfd5ba192014-08-23 00:29:39513 '+testing',
514 '+third_party/icu/source/common/unicode',
515 '+third_party/icu/source/i18n/unicode',
516 '+url',
mark@chromium.org5f129de2009-02-24 23:22:04517]
518
519
520# checkdeps.py shouldn't check include paths for files in these dirs:
521skip_child_includes = [
Stefan Zagerfd5ba192014-08-23 00:29:39522 'breakpad',
Stefan Zagerfd5ba192014-08-23 00:29:39523 'native_client_sdk',
John Abd-El-Malek5b6373f2015-04-01 19:44:14524 'out',
Stefan Zagerfd5ba192014-08-23 00:29:39525 'sdch',
526 'skia',
527 'testing',
Stefan Zagerfd5ba192014-08-23 00:29:39528 'v8',
529 'win8',
mark@chromium.org5f129de2009-02-24 23:22:04530]
mark@chromium.orgbfa24b962009-03-02 00:16:16531
532
533hooks = [
534 {
scottmg@chromium.org9372bec2014-08-14 14:03:30535 # This clobbers when necessary (based on get_landmines.py). It must be the
536 # first hook so that other things that get/generate into the output
537 # directory will not subsequently be clobbered.
Stefan Zagerfd5ba192014-08-23 00:29:39538 'name': 'landmines',
539 'pattern': '.',
540 'action': [
541 'python',
542 'src/build/landmines.py',
scottmg@chromium.org9372bec2014-08-14 14:03:30543 ],
544 },
545 {
jbudorick94a712c2016-03-09 19:03:52546 # Ensure that while generating dependencies lists in .gyp files we don't
547 # accidentally reference any .pyc files whose corresponding .py files have
548 # already been deleted.
549 # We should actually try to avoid generating .pyc files, crbug.com/500078.
550 'name': 'remove_stale_pyc_files',
551 'pattern': '.',
552 'action': [
553 'python',
554 'src/tools/remove_stale_pyc_files.py',
555 'src/android_webview/tools',
556 'src/build/android',
557 'src/gpu/gles2_conform_support',
558 'src/infra',
559 'src/ppapi',
560 'src/printing',
561 'src/third_party/catapult',
562 'src/third_party/closure_compiler/build',
563 'src/tools',
564 ],
565 },
566 {
bradnelson@google.com89e43f652011-08-18 00:03:17567 # This downloads binaries for Native Client's newlib toolchain.
568 # Done in lieu of building the toolchain from scratch as it can take
569 # anywhere from 30 minutes to 4 hours depending on platform to build.
Stefan Zagerfd5ba192014-08-23 00:29:39570 'name': 'nacltools',
571 'pattern': '.',
572 'action': [
dyen249880632014-11-20 23:02:20573 'python',
574 'src/build/download_nacl_toolchains.py',
ncbray474ab322015-01-05 22:04:22575 '--mode', 'nacl_core_sdk',
ncbray4453c50a2015-02-18 20:10:55576 'sync', '--extract',
bradnelson@google.com89e43f652011-08-18 00:03:17577 ],
bradnelson@google.comf2ca86c2011-08-24 04:03:49578 },
bradnelson@google.com3a0b2492011-08-24 20:41:16579 {
navabi6f0bb762014-12-30 19:21:38580 # This downloads SDK extras and puts them in the
dgnebe5d99c2015-11-06 15:28:51581 # third_party/android_tools/sdk/extras directory.
navabi6f0bb762014-12-30 19:21:38582 'name': 'sdkextras',
583 'pattern': '.',
navabi24606e22015-01-06 20:46:56584 # When adding a new sdk extras package to download, add the package
585 # directory and zip file to .gitignore in third_party/android_tools.
dgnebe5d99c2015-11-06 15:28:51586 'action': ['python',
587 'src/build/android/play_services/update.py',
588 'download'
589 ],
navabi6f0bb762014-12-30 19:21:38590 },
591 {
sbc8208b4d2015-06-30 19:14:23592 # Downloads the current stable linux sysroot to build/linux/ if needed.
thestig@chromium.org01a98602013-06-12 20:33:54593 # This sysroot updates at about the same rate that the chrome build deps
594 # change. This script is a no-op except for linux users who are doing
sbc8208b4d2015-06-30 19:14:23595 # official chrome builds or cross compiling.
Stefan Zagerfd5ba192014-08-23 00:29:39596 'name': 'sysroot',
597 'pattern': '.',
sbc8208b4d2015-06-30 19:14:23598 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
599 '--running-as-hook'],
sbc41d0e082014-10-22 20:39:29600 },
601 {
scottmg@chromium.orgc71d3282014-04-09 01:56:20602 # Update the Windows toolchain if necessary.
Stefan Zagerfd5ba192014-08-23 00:29:39603 'name': 'win_toolchain',
604 'pattern': '.',
605 'action': ['python', 'src/build/vs_toolchain.py', 'update'],
scottmg@chromium.orgc71d3282014-04-09 01:56:20606 },
justincohen6a03a3d2016-03-26 21:44:38607 {
608 # Update the Mac toolchain if necessary.
609 'name': 'mac_toolchain',
610 'pattern': '.',
611 'action': ['python', 'src/build/mac_toolchain.py'],
612 },
hansb2eae972015-05-19 00:53:12613 # Pull binutils for linux, enabled debug fission for faster linking /
614 # debugging when used with clang on Ubuntu Precise.
615 # https://code.google.com/p/chromium/issues/detail?id=352046
616 {
617 'name': 'binutils',
618 'pattern': 'src/third_party/binutils',
619 'action': [
620 'python',
621 'src/third_party/binutils/download.py',
622 ],
623 },
scottmg@chromium.orgc71d3282014-04-09 01:56:20624 {
Hans Wennborg28fb41c2014-09-22 23:25:12625 # Pull clang if needed or requested via GYP_DEFINES.
626 # Note: On Win, this should run after win_toolchain, as it may use it.
627 'name': 'clang',
628 'pattern': '.',
629 'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'],
630 },
631 {
phajdan.jr2448b2c2015-04-24 21:04:17632 # Update LASTCHANGE.
Stefan Zagerfd5ba192014-08-23 00:29:39633 'name': 'lastchange',
634 'pattern': '.',
635 'action': ['python', 'src/build/util/lastchange.py',
636 '-o', 'src/build/util/LASTCHANGE'],
scottmg@google.com9046a112012-01-31 20:45:25637 },
638 {
phajdan.jr2448b2c2015-04-24 21:04:17639 # Update LASTCHANGE.blink.
daniimms99578172015-09-30 06:39:24640 'name': 'lastchange_blink',
Stefan Zagerfd5ba192014-08-23 00:29:39641 'pattern': '.',
642 'action': ['python', 'src/build/util/lastchange.py',
Jochen Eisingerf880f0072015-09-23 21:06:53643 '--git-hash-only',
Stefan Zagerfd5ba192014-08-23 00:29:39644 '-s', 'src/third_party/WebKit',
645 '-o', 'src/build/util/LASTCHANGE.blink'],
mnaganov@chromium.orgb0abfb62013-05-31 10:53:39646 },
brettw@chromium.org66968ba2014-03-18 20:27:54647 # Pull GN binaries. This needs to be before running GYP below.
648 {
Stefan Zagerfd5ba192014-08-23 00:29:39649 'name': 'gn_win',
650 'pattern': '.',
651 'action': [ 'download_from_google_storage',
652 '--no_resume',
653 '--platform=win32',
654 '--no_auth',
655 '--bucket', 'chromium-gn',
656 '-s', 'src/buildtools/win/gn.exe.sha1',
brettw@chromium.org66968ba2014-03-18 20:27:54657 ],
658 },
659 {
Stefan Zagerfd5ba192014-08-23 00:29:39660 'name': 'gn_mac',
661 'pattern': '.',
662 'action': [ 'download_from_google_storage',
663 '--no_resume',
664 '--platform=darwin',
665 '--no_auth',
666 '--bucket', 'chromium-gn',
667 '-s', 'src/buildtools/mac/gn.sha1',
brettw@chromium.org0d5e05822014-06-18 19:23:19668 ],
669 },
670 {
Stefan Zagerfd5ba192014-08-23 00:29:39671 'name': 'gn_linux64',
672 'pattern': '.',
673 'action': [ 'download_from_google_storage',
674 '--no_resume',
675 '--platform=linux*',
676 '--no_auth',
677 '--bucket', 'chromium-gn',
678 '-s', 'src/buildtools/linux64/gn.sha1',
brettw@chromium.org0d5e05822014-06-18 19:23:19679 ],
680 },
cmp@chromium.org6eabd702014-01-12 00:19:20681 # Pull clang-format binaries using checked-in hashes.
682 {
Stefan Zagerfd5ba192014-08-23 00:29:39683 'name': 'clang_format_win',
684 'pattern': '.',
685 'action': [ 'download_from_google_storage',
686 '--no_resume',
687 '--platform=win32',
688 '--no_auth',
689 '--bucket', 'chromium-clang-format',
690 '-s', 'src/buildtools/win/clang-format.exe.sha1',
cmp@chromium.org6eabd702014-01-12 00:19:20691 ],
692 },
693 {
Stefan Zagerfd5ba192014-08-23 00:29:39694 'name': 'clang_format_mac',
695 'pattern': '.',
696 'action': [ 'download_from_google_storage',
697 '--no_resume',
698 '--platform=darwin',
699 '--no_auth',
700 '--bucket', 'chromium-clang-format',
701 '-s', 'src/buildtools/mac/clang-format.sha1',
cmp@chromium.org6eabd702014-01-12 00:19:20702 ],
703 },
704 {
Stefan Zagerfd5ba192014-08-23 00:29:39705 'name': 'clang_format_linux',
706 'pattern': '.',
707 'action': [ 'download_from_google_storage',
708 '--no_resume',
709 '--platform=linux*',
710 '--no_auth',
711 '--bucket', 'chromium-clang-format',
712 '-s', 'src/buildtools/linux64/clang-format.sha1',
mithro@mithis.comc10517d2014-04-03 11:52:55713 ],
714 },
Nico Weber7ef55082015-10-23 04:29:17715 # Pull the prebuilt libc++ static library for mac.
716 {
717 'name': 'libcpp_mac',
718 'pattern': '.',
719 'action': [ 'download_from_google_storage',
720 '--no_resume',
721 '--platform=darwin',
722 '--no_auth',
723 '--bucket', 'chromium-libcpp',
thakisf8a27cca2015-10-24 07:16:57724 '-s', 'src/third_party/libc++-static/libc++.a.sha1',
Nico Weber7ef55082015-10-23 04:29:17725 ],
726 },
maruel4fbba012015-05-22 21:52:29727 # Pull luci-go binaries (isolate, swarming) using checked-in hashes.
728 {
729 'name': 'luci-go_win',
730 'pattern': '.',
731 'action': [ 'download_from_google_storage',
732 '--no_resume',
733 '--platform=win32',
734 '--no_auth',
735 '--bucket', 'chromium-luci',
736 '-d', 'src/tools/luci-go/win64',
737 ],
738 },
739 {
740 'name': 'luci-go_mac',
741 'pattern': '.',
742 'action': [ 'download_from_google_storage',
743 '--no_resume',
744 '--platform=darwin',
745 '--no_auth',
746 '--bucket', 'chromium-luci',
747 '-d', 'src/tools/luci-go/mac64',
748 ],
749 },
750 {
751 'name': 'luci-go_linux',
752 'pattern': '.',
753 'action': [ 'download_from_google_storage',
754 '--no_resume',
755 '--platform=linux*',
756 '--no_auth',
757 '--bucket', 'chromium-luci',
758 '-d', 'src/tools/luci-go/linux64',
759 ],
760 },
hinoka@google.come388bfd2014-01-18 01:44:04761 # Pull eu-strip binaries using checked-in hashes.
762 {
Stefan Zagerfd5ba192014-08-23 00:29:39763 'name': 'eu-strip',
764 'pattern': '.',
765 'action': [ 'download_from_google_storage',
766 '--no_resume',
767 '--platform=linux*',
768 '--no_auth',
769 '--bucket', 'chromium-eu-strip',
770 '-s', 'src/build/linux/bin/eu-strip.sha1',
chrisha@chromium.org692acc42014-05-28 21:07:43771 ],
772 },
brettw@chromium.org4dcd5392013-11-26 18:56:23773 {
Stefan Zagerfd5ba192014-08-23 00:29:39774 'name': 'drmemory',
775 'pattern': '.',
776 'action': [ 'download_from_google_storage',
777 '--no_resume',
778 '--platform=win32',
779 '--no_auth',
780 '--bucket', 'chromium-drmemory',
781 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1',
agable@chromium.org893f61d12014-06-05 09:28:10782 ],
783 },
chrisha@chromium.orgf1d116b2014-06-13 18:07:26784 # Pull the Syzygy binaries, used for optimization and instrumentation.
785 {
Stefan Zagerfd5ba192014-08-23 00:29:39786 'name': 'syzygy-binaries',
787 'pattern': '.',
788 'action': ['python',
789 'src/build/get_syzygy_binaries.py',
790 '--output-dir=src/third_party/syzygy/binaries',
sebmarchand29f8f732016-04-22 13:42:55791 '--revision=1a6e67fecbd5363c425107b2dee4be8f23dbea35',
Stefan Zagerfd5ba192014-08-23 00:29:39792 '--overwrite',
chrisha@chromium.orgf1d116b2014-06-13 18:07:26793 ],
794 },
pmonette900a7d32016-01-05 18:19:07795 # TODO(pmonette): Move include files out of binaries folder.
agable@chromium.org893f61d12014-06-05 09:28:10796 {
erikwright9bdc2bf2015-01-22 20:20:04797 'name': 'kasko',
798 'pattern': '.',
799 'action': ['python',
800 'src/build/get_syzygy_binaries.py',
pmonette900a7d32016-01-05 18:19:07801 '--output-dir=src/third_party/kasko/binaries',
pmonette4f7491252016-01-14 18:52:55802 '--revision=266a18d9209be5ca5c5dcd0620942b82a2d238f3',
erikwright9bdc2bf2015-01-22 20:20:04803 '--resource=kasko.zip',
804 '--resource=kasko_symbols.zip',
805 '--overwrite',
806 ],
807 },
808 {
Stefan Zagerfd5ba192014-08-23 00:29:39809 'name': 'apache_win32',
810 'pattern': '\\.sha1',
811 'action': [ 'download_from_google_storage',
812 '--no_resume',
813 '--platform=win32',
814 '--directory',
815 '--recursive',
816 '--no_auth',
817 '--num_threads=16',
818 '--bucket', 'chromium-apache-win32',
819 'src/third_party/apache-win32',
dpranke@chromium.org2154052a2014-06-14 19:29:26820 ],
821 },
822 {
nyquistb4fd5702016-03-09 01:42:13823 'name': 'blimp_fonts',
824 'pattern': '.',
825 'action': [ 'download_from_google_storage',
826 '--no_resume',
827 '--platform=linux*',
828 '--extract',
829 '--no_auth',
830 '--bucket', 'chromium-fonts',
831 '-s', 'src/third_party/blimp_fonts/font_bundle.tar.gz.sha1',
832 ],
833 },
834 {
earthdokd58713222015-03-23 21:07:20835 # Pull sanitizer-instrumented third-party libraries if requested via
836 # GYP_DEFINES.
837 'name': 'instrumented_libraries',
838 'pattern': '\\.sha1',
839 'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'],
mnaganovb14f3a32015-06-13 01:14:35840 },
841 {
pauljensen657cf552016-04-15 18:36:07842 # Pull doclava binaries if building for Android.
843 'name': 'doclava',
844 'pattern': '.',
845 'action': ['python',
846 'src/build/android/download_doclava.py',
847 ],
848 },
849 {
bradnelson@google.com3a0b2492011-08-24 20:41:16850 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
Stefan Zagerfd5ba192014-08-23 00:29:39851 'name': 'gyp',
852 'pattern': '.',
dpranke4d1f42d2016-04-15 00:02:53853 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'],
bradnelson@google.com3a0b2492011-08-24 20:41:16854 },
mark@chromium.orgbfa24b962009-03-02 00:16:16855]