blob: 7468ba4066d2b5e0088a7f973e15768d55d8bf9f [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',
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.
thestig6bc9d552016-11-01 05:11:1038 'sfntly_revision': '64f78562d2003eb7cacaaa86a398cbd41881ba6f',
thestig3e7d8e02015-09-28 23:54:4639 # 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-rollerc1f01a62016-11-01 00:14:3942 'skia_revision': '8a8668b4721097de657ad8b30d45f60f62433c6f',
[email protected]5eb3022e2011-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-autoroll8aafad02016-10-31 15:18:3246 'v8_revision': '40ac2fde74f1cdb3a948b4aad045ebfa88eb7967',
[email protected]20e0e752012-09-14 15:56:5247 # Three lines of non-changing comments so that
[email protected]10d8ac32013-10-31 13:34:3148 # the commit queue can handle CLs rolling swarming_client
[email protected]7f4fc412013-02-24 00:16:5149 # and whatever else without interference from each other.
maruel6f315802016-09-01 16:41:1550 'swarming_revision': '380e32662312eb107f06fcba6409b0409f8fef72',
[email protected]d0982f92013-03-19 10:26:2051 # Three lines of non-changing comments so that
[email protected]62f231902014-03-11 10:19:2052 # the commit queue can handle CLs rolling ANGLE
53 # and whatever else without interference from each other.
jmadill5a8e6fdf2016-10-31 22:20:3554 'angle_revision': '60e6edfa7fe2549c8e60fec84d3af225e185a85d',
[email protected]f58d3292014-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.
jochenfac0bd62016-10-27 09:02:5158 'buildtools_revision': '1f985091a586bb6e95872d4d876b7d7fc57850d6',
dpranke7a694fe2015-08-18 05:11:2959 # Three lines of non-changing comments so that
capne3976c22016-08-12 22:06:1760 # the commit queue can handle CLs rolling SwiftShader
61 # and whatever else without interference from each other.
sugoi2f2bbdb2016-09-14 21:12:0362 'swiftshader_revision': '8be4110779a653fe1ae051f089bce9340147a8d1',
capne3976c22016-08-12 22:06:1763 # Three lines of non-changing comments so that
dpranke7a694fe2015-08-18 05:11:2964 # the commit queue can handle CLs rolling PDFium
[email protected]d6a2e88f12014-05-19 19:27:0365 # and whatever else without interference from each other.
pdfium-deps-rollere0fb64e2016-11-01 00:00:3666 'pdfium_revision': '5a22582ca1dbe1d66b18d5253bfa1d202fcc3b4a',
[email protected]99e1c5c2014-06-20 13:02:2967 # Three lines of non-changing comments so that
68 # the commit queue can handle CLs rolling openmax_dl
69 # and whatever else without interference from each other.
brettwe7c28a232016-07-20 22:29:3870 'openmax_dl_revision': '57d33bee7823e76393692f8d58e0478d6b79d153',
[email protected]7ee3af52014-07-06 18:16:4771 # Three lines of non-changing comments so that
72 # the commit queue can handle CLs rolling BoringSSL
73 # and whatever else without interference from each other.
davidben151b16b2016-10-28 21:52:2974 'boringssl_revision': 'ea213d1f0b655d60793b67337bac2019c37300e7',
szager29407eb2014-08-26 13:09:3175 # Three lines of non-changing comments so that
szager29407eb2014-08-26 13:09:3176 # the commit queue can handle CLs rolling google-toolbox-for-mac
77 # and whatever else without interference from each other.
thakis0a07ca62016-06-29 15:03:0378 'google_toolbox_for_mac_revision': 'e7b41fad2e7f77abf560c79f984c60d5ec6d419c',
szager29407eb2014-08-26 13:09:3179 # Three lines of non-changing comments so that
80 # the commit queue can handle CLs rolling lighttpd
81 # and whatever else without interference from each other.
82 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
83 # Three lines of non-changing comments so that
84 # the commit queue can handle CLs rolling lss
85 # and whatever else without interference from each other.
mark051962e72016-07-25 20:44:4786 'lss_revision': '3f6478ac95edf86cd3da300c2c0d34a438f5dbeb',
mseaborn851e1bd12014-09-05 08:00:1487 # Three lines of non-changing comments so that
88 # the commit queue can handle CLs rolling NaCl
89 # and whatever else without interference from each other.
nacl-deps-roller127359f2016-10-28 22:35:4490 'nacl_revision': 'bba323f75e3d20d2d496a1986f91fc81b624affa',
cwallezf2b03492015-08-25 15:08:1891 # Three lines of non-changing comments so that
bcf53f862ea2016-02-02 05:08:4292 # the commit queue can handle CLs rolling freetype-android
93 # and whatever else without interference from each other.
bungeman7a8ceafd2016-09-14 15:53:1494 'freetype_android_revision': 'c38be52bf8de3b1699d74932b849bf150265819e',
robertocn4567f4d2016-03-23 03:36:0795 # Three lines of non-changing comments so that
96 # the commit queue can handle CLs rolling catapult
97 # and whatever else without interference from each other.
catapult-deps-rollera4e2a052016-11-01 03:32:2298 'catapult_revision': '79ada3255800a3cfa0f1d94a6386d73bf310792b',
ochangcbd1cf202016-04-01 21:37:3799 # Three lines of non-changing comments so that
100 # the commit queue can handle CLs rolling libFuzzer
101 # and whatever else without interference from each other.
infernoae8e3432016-10-27 03:08:10102 'libfuzzer_revision': '2ed967ccadb496a1e916d9bd33a41386900dfb6a',
[email protected]5f129de2009-02-24 23:22:04103}
104
tandrii74b7e422014-09-23 16:45:27105# Only these hosts are allowed for dependencies in this DEPS file.
106# If you need to add a new host, contact chrome infrastracture team.
107allowed_hosts = [
108 'chromium.googlesource.com',
109 'boringssl.googlesource.com',
110 'pdfium.googlesource.com',
tandriicb12c642015-03-27 19:00:55111 'android.googlesource.com',
capne3976c22016-08-12 22:06:17112 'swiftshader.googlesource.com',
tandrii74b7e422014-09-23 16:45:27113]
114
[email protected]5f129de2009-02-24 23:22:04115deps = {
Stefan Zagerfd5ba192014-08-23 00:29:39116 'src/breakpad/src':
justincohene43bc6d2016-10-13 18:38:31117 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '0e618edbe53593064efd4bfd9316d77731bdc593',
[email protected]5f129de2009-02-24 23:22:04118
Stefan Zagerfd5ba192014-08-23 00:29:39119 'src/buildtools':
dpranke4778c712016-09-23 01:15:56120 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
[email protected]f58d3292014-05-14 01:56:54121
Stefan Zagerfd5ba192014-08-23 00:29:39122 'src/sdch/open-vcdiff':
dpranke4778c712016-09-23 01:15:56123 Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' + '2b9bd1fe548520e9355e457a134bab7e2f9c56c0',
[email protected]5f129de2009-02-24 23:22:04124
piman5623da42016-07-21 03:03:15125 'src/testing/gtest':
dpranke4778c712016-09-23 01:15:56126 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87',
[email protected]5f129de2009-02-24 23:22:04127
Stefan Zagerfd5ba192014-08-23 00:29:39128 'src/testing/gmock':
dpranke4778c712016-09-23 01:15:56129 Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
[email protected]c6bc0bd22011-01-27 19:55:06130
dpranke4778c712016-09-23 01:15:56131 'src/third_party/glslang/src':
132 Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210c6bf4d8119dc5f8ac21da2d4c87184f7015e0',
dyenb780ac52016-05-10 19:02:41133
dpranke4778c712016-09-23 01:15:56134 'src/third_party/shaderc/src':
135 Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8793c34907073025af2622c28bcee64e9879a4',
dyenb780ac52016-05-10 19:02:41136
dpranke4778c712016-09-23 01:15:56137 'src/third_party/SPIRV-Tools/src':
138 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + '@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c',
dyenb780ac52016-05-10 19:02:41139
Stefan Zagerfd5ba192014-08-23 00:29:39140 'src/third_party/angle':
dpranke4778c712016-09-23 01:15:56141 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
[email protected]7cc7a2e72013-11-20 03:23:19142
Stefan Zagerfd5ba192014-08-23 00:29:39143 'src/third_party/colorama/src':
dpranke4778c712016-09-23 01:15:56144 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
[email protected]2e37020f2014-06-10 22:14:18145
Stefan Zagerfd5ba192014-08-23 00:29:39146 'src/third_party/icu':
dpranke4778c712016-09-23 01:15:56147 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'b0bd3ee50bc2e768d7a17cbc60d87f517f024dbe',
[email protected]5f129de2009-02-24 23:22:04148
Stefan Zagerfd5ba192014-08-23 00:29:39149 'src/third_party/hunspell_dictionaries':
dpranke4778c712016-09-23 01:15:56150 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc6e7c25bf47cbfb466e0701fd2728b4a12e79d5',
[email protected]5c965dd2009-09-04 21:11:43151
Stefan Zagerfd5ba192014-08-23 00:29:39152 'src/third_party/leveldatabase/src':
cmumfordb5bcbc62016-04-15 21:11:37153 Var('chromium_git') + '/external/leveldb.git' + '@' + 'a7bff697baa062c8f6b8fb760eacf658712b611a',
[email protected]9ce15e922011-03-22 22:24:42154
Stefan Zagerfd5ba192014-08-23 00:29:39155 'src/third_party/snappy/src':
156 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958c7c0933d22e80c20bf',
[email protected]9ce15e922011-03-22 22:24:42157
Stefan Zagerfd5ba192014-08-23 00:29:39158 'src/tools/gyp':
sdefresne294a049c2016-07-13 02:17:45159 Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
[email protected]acb9f722010-03-25 17:14:59160
Stefan Zagerfd5ba192014-08-23 00:29:39161 'src/tools/swarming_client':
dpranke4778c712016-09-23 01:15:56162 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_revision'),
[email protected]5dcce7f82012-10-04 00:08:07163
Stefan Zagerfd5ba192014-08-23 00:29:39164 'src/v8':
machenbacha0a3e4a2014-09-24 12:43:11165 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
[email protected]5f129de2009-02-24 23:22:04166
Stefan Zagerfd5ba192014-08-23 00:29:39167 'src/native_client':
dpranke4778c712016-09-23 01:15:56168 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'),
[email protected]6f0a2dd2011-12-05 21:59:01169
thestig3e7d8e02015-09-28 23:54:46170 'src/third_party/sfntly/src':
dpranke4778c712016-09-23 01:15:56171 Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Var('sfntly_revision'),
[email protected]f5364262011-07-22 17:57:59172
Stefan Zagerfd5ba192014-08-23 00:29:39173 'src/third_party/skia':
dpranke4778c712016-09-23 01:15:56174 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'),
[email protected]d5282e72009-05-13 13:16:52175
Stefan Zagerfd5ba192014-08-23 00:29:39176 'src/tools/page_cycler/acid3':
dpranke4778c712016-09-23 01:15:56177 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5abc1b2f405a945f6d871521',
[email protected]07352662009-07-13 23:22:33178
Stefan Zagerfd5ba192014-08-23 00:29:39179 'src/chrome/test/data/perf/canvas_bench':
dpranke4778c712016-09-23 01:15:56180 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732',
[email protected]700e7e32012-02-22 17:04:38181
Stefan Zagerfd5ba192014-08-23 00:29:39182 'src/chrome/test/data/perf/frame_rate/content':
dpranke4778c712016-09-23 01:15:56183 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c88463efeef6bb19c9ec07c42bc8fe22b9',
[email protected]40646b012011-07-26 02:30:26184
Stefan Zagerfd5ba192014-08-23 00:29:39185 'src/third_party/bidichecker':
186 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0',
[email protected]2a18cabc2011-04-12 10:36:04187
Stefan Zagerfd5ba192014-08-23 00:29:39188 'src/third_party/webgl/src':
zmo7ab84a12016-10-26 01:32:49189 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'cf0c088eb6231ba91069540de881a09862c5a0ae',
[email protected]1f7077f2011-07-12 12:58:05190
Stefan Zagerfd5ba192014-08-23 00:29:39191 'src/third_party/webdriver/pylib':
192 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
[email protected]d9b19e32011-01-29 02:09:08193
johannkoenig8cdf03472016-03-02 13:54:31194 'src/third_party/libvpx/source/libvpx':
marpan2d5476f2016-10-24 19:41:05195 Var('chromium_git') + '/webm/libvpx.git' + '@' + '9a032fa2628ee55ec557d2c03fb09ead796eea3d',
johannkoenig52381382015-09-18 22:35:25196
Stefan Zagerfd5ba192014-08-23 00:29:39197 'src/third_party/ffmpeg':
dpranke4778c712016-09-23 01:15:56198 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '3c7a09882102bfd6fecdb9d7296f43a8501db95e',
[email protected]e55badb2010-05-07 23:55:35199
Stefan Zagerfd5ba192014-08-23 00:29:39200 'src/third_party/usrsctp/usrsctplib':
skvlad636d9be2016-09-21 00:03:15201 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '7f9228152ab3d70e6848cc9c67389a0d4218740e',
[email protected]e033cd3f2013-05-08 15:21:22202
Stefan Zagerfd5ba192014-08-23 00:29:39203 'src/third_party/libsrtp':
mattdrc2eb0262016-10-21 16:47:29204 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '71692eaab2a06bbd87a551614a8791c7caa7e266',
[email protected]44f3e792012-01-28 03:18:55205
Stefan Zagerfd5ba192014-08-23 00:29:39206 'src/third_party/yasm/source/patched-yasm':
dpranke4778c712016-09-23 01:15:56207 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
[email protected]76ce1522010-12-13 12:02:42208
Stefan Zagerfd5ba192014-08-23 00:29:39209 'src/third_party/libjpeg_turbo':
dpranke4778c712016-09-23 01:15:56210 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '7260e4d8b8e1e40b17f03fafdf1cd83296900f76',
[email protected]cc1b14652011-01-17 12:35:57211
Stefan Zagerfd5ba192014-08-23 00:29:39212 'src/third_party/flac':
dpranke4778c712016-09-23 01:15:56213 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + 'd0c35f878ec26f969c1631350b1d36fbd88ad8bb',
[email protected]f94eda92011-02-25 00:34:00214
battre1f0e8e7f2016-05-06 12:58:58215 'src/third_party/flatbuffers/src':
dpranke4778c712016-09-23 01:15:56216 Var('chromium_git') + '/external/github.com/google/flatbuffers.git' + '@' + 'e92ae5199d52fd59540a800bec7eef46cd778257',
battre1f0e8e7f2016-05-06 12:58:58217
Stefan Zagerfd5ba192014-08-23 00:29:39218 'src/third_party/pyftpdlib/src':
219 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d059f581f05ae8d89d7e45',
[email protected]4e7b5f92011-07-22 20:58:29220
Stefan Zagerfd5ba192014-08-23 00:29:39221 'src/third_party/scons-2.0.1':
dpranke4778c712016-09-23 01:15:56222 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067',
[email protected]185a6912011-06-17 19:34:07223
Stefan Zagerfd5ba192014-08-23 00:29:39224 'src/third_party/webrtc':
perkjd8eaf892016-10-31 21:09:04225 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + 'eff0dd542fb21b7c0560845d25478077bc84829d', # commit position 14857
[email protected]21c24fa72011-09-05 13:35:02226
Stefan Zagerfd5ba192014-08-23 00:29:39227 'src/third_party/openmax_dl':
228 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
[email protected]0bed32c2013-03-30 17:38:54229
sbc56955772015-04-07 17:06:08230 'src/third_party/jsoncpp/source':
sbc12f9e9d62015-04-09 18:20:09231 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248
[email protected]3bd20ee42011-10-22 00:33:19232
Stefan Zagerfd5ba192014-08-23 00:29:39233 'src/third_party/libyuv':
fbarchard6f32b272016-10-21 18:26:41234 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '550cf829fb130dc567e27717252e3510cd63b306',
[email protected]1e29b4e2011-11-03 01:25:19235
Stefan Zagerfd5ba192014-08-23 00:29:39236 'src/third_party/smhasher/src':
237 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',
[email protected]f0736ff2011-12-03 04:19:20238
Stefan Zagerfd5ba192014-08-23 00:29:39239 'src/third_party/libaddressinput/src':
mathp85f7eea22016-10-26 22:05:34240 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '4d18a0d4be9add0dc479e7b939ed8d39f6ec0d73',
[email protected]6cf5dbdd2013-11-09 04:21:45241
mathp726584d2016-03-01 15:16:05242 'src/third_party/libphonenumber/dist':
mathpd2e22adc2016-03-15 18:54:08243 Var('chromium_git') + '/external/libphonenumber.git' + '@' + 'a4da30df63a097d67e3c429ead6790ad91d36cf4',
[email protected]d12c20502012-02-01 11:40:19244
Stefan Zagerfd5ba192014-08-23 00:29:39245 'src/third_party/webpagereplay':
dpranke4778c712016-09-23 01:15:56246 Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '@' + '3cd3a3f6f06a1b87b14b9162c7eb16d23d141241',
[email protected]51e3e3d2012-08-21 02:27:44247
Stefan Zagerfd5ba192014-08-23 00:29:39248 'src/third_party/pywebsocket/src':
hiroshige76efe9932015-12-17 08:46:49249 Var('chromium_git') + '/external/github.com/google/pywebsocket.git' + '@' + '2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2',
[email protected]9a978032012-10-19 03:43:14250
jrummellf715b1692015-10-21 23:26:26251 'src/media/cdm/api':
dpranke4778c712016-09-23 01:15:56252 Var('chromium_git') + '/chromium/cdm.git' + '@' + '6a62dcef02523e2d5be4defb68a7d9363c7389d2',
[email protected]255c43f2013-06-07 08:54:11253
Stefan Zagerfd5ba192014-08-23 00:29:39254 'src/third_party/mesa/src':
dpranke4778c712016-09-23 01:15:56255 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e7035ca882cc77f85793fef',
[email protected]bba1c0dd2013-08-19 10:33:31256
jinsukkim21d3369fc2016-06-21 06:16:03257 'src/third_party/ced/src':
jinsukkim65676f02016-07-27 02:48:47258 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '9012c0ab648025dd0f8df14294bf5d6d73793ac9',
jinsukkim21d3369fc2016-06-21 06:16:03259
capne3976c22016-08-12 22:06:17260 'src/third_party/swiftshader':
dpranke4778c712016-09-23 01:15:56261 Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revision'),
capne3976c22016-08-12 22:06:17262
Stefan Zagerfd5ba192014-08-23 00:29:39263 'src/third_party/cld_2/src':
andrewhaydenfe9263ad2015-08-11 13:00:44264 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84b58a5d7690ebf05a91406f371ce00c3daf31c0',
[email protected]edf1f062014-01-07 11:11:53265
abakalov9c8f81b2016-07-26 21:03:15266 'src/third_party/cld_3/src':
abakalova1638832016-10-04 03:45:39267 Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + '79f017acfa55012ab8a553700e4b7fe78ba3709c',
abakalov9c8f81b2016-07-26 21:03:15268
mcasas09903b32015-07-14 16:20:47269 'src/third_party/libwebm/source':
dpranke4778c712016-09-23 01:15:56270 Var('chromium_git') + '/webm/libwebm.git' + '@' + '9a235e0bc94319c5f7184bd69cbe5468a74a025c',
mcasas09903b32015-07-14 16:20:47271
Stefan Zagerfd5ba192014-08-23 00:29:39272 'src/third_party/pdfium':
dpranke4778c712016-09-23 01:15:56273 Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'),
[email protected]7ee3af52014-07-06 18:16:47274
Stefan Zagerfd5ba192014-08-23 00:29:39275 'src/third_party/boringssl/src':
dpranke4778c712016-09-23 01:15:56276 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
dtu34297962014-10-01 23:43:01277
278 'src/third_party/py_trace_event/src':
279 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430de2b9e53dea57a77b4c3ac9b30',
nyquistbbd665a2015-03-20 16:20:17280
281 'src/third_party/dom_distiller_js/dist':
wychena22aa432016-10-24 19:38:13282 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + '241e65eb93dd3e0dec2e0d3e0e0cac7a0e74e82c',
sullivan0cf87672015-08-04 17:10:32283
284 'src/third_party/catapult':
285 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' +
robertocn4567f4d2016-03-23 03:36:07286 Var('catapult_revision'),
hbosdc28e3ff2015-11-13 14:43:51287
288 'src/third_party/openh264/src':
sprang81bedff42016-10-31 09:03:12289 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'b37cda248234162033e3e11b0335f3131cdfe488',
battre0739c642015-12-21 17:45:27290
291 'src/third_party/re2/src':
292 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349aba83b5588e85e5ecf2b56c97f2d259b7',
aizatskyaf496112016-04-15 19:26:32293
294 # Used for building libFuzzers (only supports Linux).
295 'src/third_party/libFuzzer/src':
296 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' + Var('libfuzzer_revision'),
prabhur984ad5c2016-08-02 20:08:21297
298 'src/third_party/visualmetrics/src':
299 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6',
[email protected]5f129de2009-02-24 23:22:04300}
301
[email protected]00c517672010-11-04 00:27:29302
[email protected]5f129de2009-02-24 23:22:04303deps_os = {
Stefan Zagerfd5ba192014-08-23 00:29:39304 'win': {
Stefan Zagerfd5ba192014-08-23 00:29:39305 'src/third_party/cygwin':
dpranke4778c712016-09-23 01:15:56306 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697fadf3a10ff1007a97c0b7de6df',
[email protected]5f129de2009-02-24 23:22:04307
Stefan Zagerfd5ba192014-08-23 00:29:39308 'src/third_party/psyco_win32':
dpranke4778c712016-09-23 01:15:56309 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910ee5a8075bbaeed0591469f1661d868',
[email protected]7e6497f2011-03-30 18:52:23310
Stefan Zagerfd5ba192014-08-23 00:29:39311 'src/third_party/bison':
dpranke4778c712016-09-23 01:15:56312 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5464ee2b224c2df649c6e26c3',
[email protected]6c7b79262012-07-18 23:50:45313
Stefan Zagerfd5ba192014-08-23 00:29:39314 'src/third_party/gperf':
dpranke4778c712016-09-23 01:15:56315 Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f9449770443fb06da49b5a1e5d33c1',
[email protected]6c7b79262012-07-18 23:50:45316
Stefan Zagerfd5ba192014-08-23 00:29:39317 'src/third_party/perl':
dpranke4778c712016-09-23 01:15:56318 Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78',
[email protected]6c7b79262012-07-18 23:50:45319
Stefan Zagerfd5ba192014-08-23 00:29:39320 'src/third_party/lighttpd':
dpranke4778c712016-09-23 01:15:56321 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
[email protected]5b30d472009-12-03 22:02:38322
[email protected]35770312009-10-28 01:21:48323 # Parses Windows PE/COFF executable format.
Stefan Zagerfd5ba192014-08-23 00:29:39324 'src/third_party/pefile':
dpranke4778c712016-09-23 01:15:56325 Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab63c15585dc3b5c3f92f1',
[email protected]4b167a32010-01-25 17:54:08326
[email protected]b13b6a3e2012-04-13 23:01:38327 # GNU binutils assembler for x86-32.
Stefan Zagerfd5ba192014-08-23 00:29:39328 'src/third_party/gnu_binutils':
329 Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436',
[email protected]b13b6a3e2012-04-13 23:01:38330 # GNU binutils assembler for x86-64.
Stefan Zagerfd5ba192014-08-23 00:29:39331 'src/third_party/mingw-w64/mingw/bin':
332 Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527',
[email protected]1c262172010-06-10 15:25:46333
[email protected]76ce1522010-12-13 12:02:42334 # Dependencies used by libjpeg-turbo
Stefan Zagerfd5ba192014-08-23 00:29:39335 'src/third_party/yasm/binaries':
dpranke4778c712016-09-23 01:15:56336 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b0aa06da24ef8b123058bb61ee468881',
[email protected]51ce0e172011-08-05 16:16:23337
[email protected]bbc90fef2011-11-28 19:08:27338 # Binaries for nacl sdk.
Stefan Zagerfd5ba192014-08-23 00:29:39339 'src/third_party/nacl_sdk_binaries':
dpranke4778c712016-09-23 01:15:56340 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5',
[email protected]5f129de2009-02-24 23:22:04341 },
Stefan Zagerfd5ba192014-08-23 00:29:39342 'ios': {
baxley7690dae2016-03-02 18:47:48343 'src/ios/third_party/earl_grey/src':
liaoyukeee55e2c2016-10-18 00:09:39344 Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '625b2b7cdaf9371ae2b001d6cdc23b1790d41cd8',
baxley7690dae2016-03-02 18:47:48345
baxley1308ce82016-02-22 16:44:00346 'src/ios/third_party/fishhook/src':
dpranke4778c712016-09-23 01:15:56347 Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c',
baxley7690dae2016-03-02 18:47:48348
stuartmorgan94d1d752015-03-04 19:58:09349 'src/ios/third_party/gcdwebserver/src':
dpranke4778c712016-09-23 01:15:56350 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@' + '3d5fd0b8281a7224c057deb2d17709b5bea64836',
stuartmorgan94d1d752015-03-04 19:58:09351
olivierrobin68d75c22016-08-17 12:52:55352 'src/ios/third_party/material_text_accessibility_ios/src':
lpromerofff1ccf2016-10-14 00:45:33353 Var('chromium_git') + '/external/github.com/google/material-text-accessibility-ios.git' + '@' + '96d2b0f13976a897bc7a41daf67f36d9548cff94',
olivierrobin68d75c22016-08-17 12:52:55354
sdefresnea9045f42016-02-23 15:22:45355 'src/ios/third_party/ochamcrest/src':
dpranke4778c712016-09-23 01:15:56356 Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + 'd7ee4ecfb6bd13c3c8d364682b6228ccd86e1e1a',
sdefresnea9045f42016-02-23 15:22:45357
Stefan Zagerfd5ba192014-08-23 00:29:39358 'src/third_party/google_toolbox_for_mac/src':
Nico Weber715d86f22015-11-04 00:55:21359 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:21360 },
Stefan Zagerfd5ba192014-08-23 00:29:39361 'mac': {
Stefan Zagerfd5ba192014-08-23 00:29:39362 'src/third_party/google_toolbox_for_mac/src':
Nico Weber715d86f22015-11-04 00:55:21363 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'),
szager29407eb2014-08-26 13:09:31364
[email protected]a023dca2013-12-18 03:58:36365
Stefan Zagerfd5ba192014-08-23 00:29:39366 'src/third_party/lighttpd':
dpranke4778c712016-09-23 01:15:56367 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
[email protected]5b30d472009-12-03 22:02:38368
Stefan Zagerfd5ba192014-08-23 00:29:39369 'src/chrome/installer/mac/third_party/xz/xz':
dpranke4778c712016-09-23 01:15:56370 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7',
[email protected]5f129de2009-02-24 23:22:04371 },
Stefan Zagerfd5ba192014-08-23 00:29:39372 'unix': {
[email protected]ef525cc2009-07-10 17:08:16373 # Linux, really.
Stefan Zagerfd5ba192014-08-23 00:29:39374 'src/third_party/xdg-utils':
dpranke4778c712016-09-23 01:15:56375 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
[email protected]e0d00142009-09-18 22:10:27376
Stefan Zagerfd5ba192014-08-23 00:29:39377 'src/third_party/lss':
mark051962e72016-07-25 20:44:47378 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
[email protected]8f205b02010-11-10 22:48:17379
[email protected]28b9ab6d2012-10-13 20:53:15380 # For Linux and Chromium OS.
Stefan Zagerfd5ba192014-08-23 00:29:39381 'src/third_party/cros_system_api':
ljustenf3bc1ea2016-10-25 15:46:09382 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '04ffa5a6f8cc773df1d8cbd4cb136164a9163543',
[email protected]86b37892013-02-21 01:19:26383
384 # Note that this is different from Android's freetype repo.
Stefan Zagerfd5ba192014-08-23 00:29:39385 'src/third_party/freetype2/src':
dpranke4778c712016-09-23 01:15:56386 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'fc1532a7c4c592f24a4c1a0261d2845524ca5cff',
[email protected]474a2442013-03-23 17:26:50387
bcf53f862ea2016-02-02 05:08:42388 'src/third_party/freetype-android/src':
dpranke4778c712016-09-23 01:15:56389 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_android_revision'),
bcf53f862ea2016-02-02 05:08:42390
stevenjb0ba29de2016-04-15 22:27:26391 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
Stefan Zagerfd5ba192014-08-23 00:29:39392 'src/third_party/chromite':
achuith8d8170672016-11-01 00:58:09393 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '340d0d268ff9f320e3b40710c692bb54efd99fcb',
[email protected]474a2442013-03-23 17:26:50394
stevenjb0ba29de2016-04-15 22:27:26395 # Dependency of chromite.git and skia.
Stefan Zagerfd5ba192014-08-23 00:29:39396 'src/third_party/pyelftools':
dpranke4778c712016-09-23 01:15:56397 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae',
[email protected]5fb98e32013-06-14 06:16:34398
Stefan Zagerfd5ba192014-08-23 00:29:39399 'src/third_party/liblouis/src':
dpranke4778c712016-09-23 01:15:56400 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a3478561deb6ae4798175094be8a26c2',
[email protected]2ea858d2013-11-09 00:59:33401
[email protected]d412cf42014-01-11 02:54:38402 # Used for embedded builds. CrOS & Linux use the system version.
Stefan Zagerfd5ba192014-08-23 00:29:39403 'src/third_party/fontconfig/src':
dpranke4778c712016-09-23 01:15:56404 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b749f9823c51827a60aeb5c1',
mdempsky6b5854d22014-12-02 00:26:33405
spangc231bff2015-09-14 23:16:57406 # Graphics buffer allocator for Chrome OS.
407 'src/third_party/minigbm/src':
dcastagna0857f6232016-10-24 19:25:31408 Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '3345977b5e9ef13f97e2e858241297fc4bfc7401',
reveman754ca2c2015-11-14 00:21:29409
410 # Display server protocol for Linux.
411 'src/third_party/wayland/src':
dpranke4778c712016-09-23 01:15:56412 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + '47163797f810373c81b6e13b7a8a245eb9877785',
reveman6592ea12015-11-30 21:09:23413
414 # Wayland protocols that add functionality not available in the core protocol.
415 'src/third_party/wayland-protocols/src':
dpranke4778c712016-09-23 01:15:56416 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '2e541a36deff5f2e16e25e27f7f93d26822eecc2',
mikhail.pozdnyakov6d56dcc2016-02-12 11:10:49417
418 # Wireless Display Software. Used on Chrome OS.
419 'src/third_party/wds/src':
dpranke4778c712016-09-23 01:15:56420 Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95f3000bf5c8e16a79dbbbf22d554a5',
xyzzyz082e79e2016-06-20 18:59:21421
422 # gRPC, an RPC framework. For Blimp use only.
423 'src/third_party/grpc':
perumaalee1035a2016-10-26 00:10:31424 Var('chromium_git') + '/external/github.com/grpc/grpc' + '@' + '642ab2bc2fc0f3df84fb659e7da4d7aab260e2ed',
[email protected]ef525cc2009-07-10 17:08:16425 },
Stefan Zagerfd5ba192014-08-23 00:29:39426 'android': {
nyquist38f28ba2014-09-04 00:28:38427 'src/third_party/android_protobuf/src':
dpranke4778c712016-09-23 01:15:56428 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc72e97f7fe08bb756958a2cf090f4e7',
nyquist38f28ba2014-09-04 00:28:38429
Stefan Zagerfd5ba192014-08-23 00:29:39430 'src/third_party/android_tools':
stip901c8bd2016-10-25 23:45:13431 Var('chromium_git') + '/android_tools.git' + '@' + '3d6ba29a6693bf3db1343fc213eea47c7d940413',
[email protected]9f1235c2012-12-04 21:48:36432
Stefan Zagerfd5ba192014-08-23 00:29:39433 'src/third_party/apache-mime4j':
dpranke4778c712016-09-23 01:15:56434 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108bff4b6cf0a2e86ff58b3d025934ebe3a',
[email protected]fd72f73f2012-12-06 21:27:58435
kapishnikov810c2202016-01-28 21:35:00436 'src/third_party/apache-portable-runtime/src':
dpranke4778c712016-09-23 01:15:56437 Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a8c4277e09a82eaa229e35246edea1ee0a6a1',
kapishnikov810c2202016-01-28 21:35:00438
raywilliams6ffb1172015-06-22 16:17:37439 'src/third_party/errorprone/lib':
mikecasebf3dc38d2015-09-25 19:19:45440 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea83b66343133b9c76b7d3288c30321818ebcf',
raywilliams6ffb1172015-06-22 16:17:37441
Stefan Zagerfd5ba192014-08-23 00:29:39442 'src/third_party/findbugs':
dpranke4778c712016-09-23 01:15:56443 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac77ea0a194813d3065dd780c6e566',
[email protected]9f1235c2012-12-04 21:48:36444
bungeman7ffe4902015-06-03 15:41:25445 'src/third_party/freetype-android/src':
dpranke4778c712016-09-23 01:15:56446 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_android_revision'),
[email protected]fd72f73f2012-12-06 21:27:58447
kapishnikov810c2202016-01-28 21:35:00448 'src/third_party/elfutils/src':
dpranke4778c712016-09-23 01:15:56449 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de4f3760bdcaa3d23d154d7',
[email protected]99ff3502014-05-19 16:49:35450
Stefan Zagerfd5ba192014-08-23 00:29:39451 'src/third_party/httpcomponents-client':
dpranke4778c712016-09-23 01:15:56452 Var('chromium_git') + '/chromium/deps/httpcomponents-client.git' + '@' + '285c4dafc5de0e853fa845dce5773e223219601c',
[email protected]fd72f73f2012-12-06 21:27:58453
Stefan Zagerfd5ba192014-08-23 00:29:39454 'src/third_party/httpcomponents-core':
dpranke4778c712016-09-23 01:15:56455 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7180a96f8fa5cab23f793c14b413356d419e62',
[email protected]fd72f73f2012-12-06 21:27:58456
Stefan Zagerfd5ba192014-08-23 00:29:39457 'src/third_party/jsr-305/src':
458 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
[email protected]0fb4c092012-12-13 19:15:59459
kjellanderc1be0422015-04-29 12:42:32460 'src/third_party/junit/src':
mikecased5d3a702016-08-19 18:27:25461 Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481',
kjellanderc1be0422015-04-29 12:42:32462
mikecase85e83ed2014-12-08 19:18:29463 'src/third_party/mockito/src':
mikecased5d3a702016-08-19 18:27:25464 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598ad4cf5ea53c69a8a8053780b04b850',
mikecase85e83ed2014-12-08 19:18:29465
kapishnikov810c2202016-01-28 21:35:00466 'src/third_party/netty-tcnative/src':
kapishnikov242e247a2016-06-06 14:28:06467 Var('chromium_git') + '/external/netty-tcnative.git' + '@' + 'dba66573998801a08ea41b605b1629857ae02a6b',
kapishnikov810c2202016-01-28 21:35:00468
469 'src/third_party/netty4/src':
470 Var('chromium_git') + '/external/netty4.git' + '@' + 'e0f26303b4ce635365be19414d0ac81f2ef6ba3c',
471
mikecase11530872016-07-25 22:54:16472 'src/third_party/robolectric/robolectric':
mikecase048cb722016-08-02 03:07:31473 Var('chromium_git') + '/external/robolectric.git' + '@' + 'e38b49a12fdfa17a94f0382cc8ffaf69132fd09b',
mikecase5ae30e102015-02-19 19:50:00474
mikecasec9eabe82015-06-15 18:57:59475 'src/third_party/ub-uiautomator/lib':
jbudorick8e1be152015-07-13 23:06:38476 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434',
mikecasec9eabe82015-06-15 18:57:59477
agrievea1b62002016-02-24 03:08:30478 'src/third_party/leakcanary/src':
479 Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e',
480
Stefan Zagerfd5ba192014-08-23 00:29:39481 'src/third_party/lss':
mark051962e72016-07-25 20:44:47482 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
[email protected]d0982f92013-03-19 10:26:20483
rnephew7b351882014-12-11 23:11:25484 'src/third_party/requests/src':
485 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
486
pasko9e241682015-06-23 09:06:57487 'src/third_party/custom_tabs_client/src':
yusufo6a7dfc52016-08-12 20:28:07488 Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-client.git' + '@' + 'c51efbddc4f976c88d15c730a79feba65ca857af',
bajonesc690d9ac2016-08-08 19:59:18489
490 'src/third_party/gvr-android-sdk/src':
bshe511e7f722016-10-04 23:46:23491 Var('chromium_git') + '/external/github.com/googlevr/gvr-android-sdk.git' + '@' + '25e7e14413229d4644a66be77e8f8ddeb3f91fe7',
[email protected]18081a12012-05-30 12:48:56492 },
[email protected]5f129de2009-02-24 23:22:04493}
494
[email protected]5f129de2009-02-24 23:22:04495include_rules = [
496 # Everybody can use some things.
John Abd-El-Malek5b6373f2015-04-01 19:44:14497 # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these.
Stefan Zagerfd5ba192014-08-23 00:29:39498 '+base',
499 '+build',
500 '+ipc',
[email protected]5f129de2009-02-24 23:22:04501
[email protected]dfbff862012-11-28 19:08:14502 # Everybody can use headers generated by tools/generate_library_loader.
Stefan Zagerfd5ba192014-08-23 00:29:39503 '+library_loaders',
[email protected]dfbff862012-11-28 19:08:14504
Stefan Zagerfd5ba192014-08-23 00:29:39505 '+testing',
506 '+third_party/icu/source/common/unicode',
507 '+third_party/icu/source/i18n/unicode',
508 '+url',
[email protected]5f129de2009-02-24 23:22:04509]
510
511
512# checkdeps.py shouldn't check include paths for files in these dirs:
513skip_child_includes = [
Stefan Zagerfd5ba192014-08-23 00:29:39514 'breakpad',
Stefan Zagerfd5ba192014-08-23 00:29:39515 'native_client_sdk',
John Abd-El-Malek5b6373f2015-04-01 19:44:14516 'out',
Stefan Zagerfd5ba192014-08-23 00:29:39517 'sdch',
518 'skia',
519 'testing',
Stefan Zagerfd5ba192014-08-23 00:29:39520 'v8',
521 'win8',
[email protected]5f129de2009-02-24 23:22:04522]
[email protected]bfa24b962009-03-02 00:16:16523
524
525hooks = [
526 {
[email protected]9372bec2014-08-14 14:03:30527 # This clobbers when necessary (based on get_landmines.py). It must be the
528 # first hook so that other things that get/generate into the output
529 # directory will not subsequently be clobbered.
Stefan Zagerfd5ba192014-08-23 00:29:39530 'name': 'landmines',
531 'pattern': '.',
532 'action': [
533 'python',
534 'src/build/landmines.py',
[email protected]9372bec2014-08-14 14:03:30535 ],
536 },
537 {
jbudorick94a712c2016-03-09 19:03:52538 # Ensure that while generating dependencies lists in .gyp files we don't
539 # accidentally reference any .pyc files whose corresponding .py files have
540 # already been deleted.
541 # We should actually try to avoid generating .pyc files, crbug.com/500078.
542 'name': 'remove_stale_pyc_files',
543 'pattern': '.',
544 'action': [
545 'python',
546 'src/tools/remove_stale_pyc_files.py',
547 'src/android_webview/tools',
548 'src/build/android',
549 'src/gpu/gles2_conform_support',
550 'src/infra',
551 'src/ppapi',
552 'src/printing',
553 'src/third_party/catapult',
554 'src/third_party/closure_compiler/build',
qyearsleydfda207b2016-07-08 14:16:12555 'src/third_party/WebKit/Tools/Scripts', # See http://crbug.com/625877.
jbudorick94a712c2016-03-09 19:03:52556 'src/tools',
557 ],
558 },
559 {
[email protected]89e43f652011-08-18 00:03:17560 # This downloads binaries for Native Client's newlib toolchain.
561 # Done in lieu of building the toolchain from scratch as it can take
562 # anywhere from 30 minutes to 4 hours depending on platform to build.
Stefan Zagerfd5ba192014-08-23 00:29:39563 'name': 'nacltools',
564 'pattern': '.',
565 'action': [
dyen249880632014-11-20 23:02:20566 'python',
567 'src/build/download_nacl_toolchains.py',
ncbray474ab322015-01-05 22:04:22568 '--mode', 'nacl_core_sdk',
ncbray4453c50a2015-02-18 20:10:55569 'sync', '--extract',
[email protected]89e43f652011-08-18 00:03:17570 ],
571 },
[email protected]3a0b2492011-08-24 20:41:16572 {
navabi6f0bb7612014-12-30 19:21:38573 # This downloads SDK extras and puts them in the
dgnebe5d99c2015-11-06 15:28:51574 # third_party/android_tools/sdk/extras directory.
navabi6f0bb7612014-12-30 19:21:38575 'name': 'sdkextras',
576 'pattern': '.',
navabi24606e22015-01-06 20:46:56577 # When adding a new sdk extras package to download, add the package
578 # directory and zip file to .gitignore in third_party/android_tools.
dgnebe5d99c2015-11-06 15:28:51579 'action': ['python',
580 'src/build/android/play_services/update.py',
581 'download'
582 ],
navabi6f0bb7612014-12-30 19:21:38583 },
584 {
mikecase56633ff02016-07-01 21:38:28585 'name': 'intellij',
586 'pattern': '.',
587 'action': ['python',
588 'src/build/android/update_deps/update_third_party_deps.py',
589 'download',
590 '-b', 'chromium-intellij',
591 '-l', 'third_party/intellij'
592 ],
593 },
594 {
yolandyane43b76802016-06-22 17:49:28595 'name': 'javax_inject',
596 'pattern': '.',
597 'action': ['python',
598 'src/build/android/update_deps/update_third_party_deps.py',
599 'download',
600 '-b', 'chromium-javax-inject',
601 '-l', 'third_party/javax_inject'
602 ],
603 },
604 {
yolandyan9243ece52016-06-23 21:45:01605 'name': 'hamcrest',
606 'pattern': '.',
607 'action': ['python',
608 'src/build/android/update_deps/update_third_party_deps.py',
609 'download',
610 '-b', 'chromium-hamcrest',
611 '-l', 'third_party/hamcrest'
612 ],
613 },
614 {
yolandyancbaf94582016-06-23 02:34:32615 'name': 'guava',
616 'pattern': '.',
617 'action': ['python',
618 'src/build/android/update_deps/update_third_party_deps.py',
619 'download',
620 '-b', 'chromium-guava',
621 '-l', 'third_party/guava'
622 ],
623 },
624 {
yolandyan3a29afd12016-06-24 02:08:40625 'name': 'android_support_test_runner',
626 'pattern': '.',
627 'action': ['python',
628 'src/build/android/update_deps/update_third_party_deps.py',
629 'download',
630 '-b', 'chromium-android-support-test-runner',
631 '-l', 'third_party/android_support_test_runner'
632 ],
633 },
634 {
mikecased2279c72016-08-11 23:34:33635 'name': 'byte_buddy',
636 'pattern': '.',
637 'action': ['python',
638 'src/build/android/update_deps/update_third_party_deps.py',
639 'download',
640 '-b', 'chromium-byte-buddy',
641 '-l', 'third_party/byte_buddy'
642 ],
643 },
644 {
yolandyan35d15ba72016-06-24 06:54:42645 'name': 'espresso',
646 'pattern': '.',
647 'action': ['python',
648 'src/build/android/update_deps/update_third_party_deps.py',
649 'download',
650 '-b', 'chromium-espresso',
651 '-l', 'third_party/espresso'
652 ],
653 },
654 {
mikecase11530872016-07-25 22:54:16655 'name': 'robolectric_libs',
656 'pattern': '.',
657 'action': ['python',
658 'src/build/android/update_deps/update_third_party_deps.py',
659 'download',
660 '-b', 'chromium-robolectric',
661 '-l', 'third_party/robolectric'
662 ],
663 },
664 {
mikecasef0e1c4312016-06-30 20:13:50665 'name': 'apache_velocity',
666 'pattern': '.',
667 'action': ['python',
668 'src/build/android/update_deps/update_third_party_deps.py',
669 'download',
670 '-b', 'chromium-apache-velocity',
671 '-l', 'third_party/apache_velocity'
672 ],
673 },
674 {
mikecase0466de32016-06-30 20:45:17675 'name': 'ow2_asm',
676 'pattern': '.',
677 'action': ['python',
678 'src/build/android/update_deps/update_third_party_deps.py',
679 'download',
680 '-b', 'chromium-ow2-asm',
681 '-l', 'third_party/ow2_asm'
682 ],
683 },
684 {
mikecase7529ab42016-06-30 21:04:39685 'name': 'icu4j',
686 'pattern': '.',
687 'action': ['python',
688 'src/build/android/update_deps/update_third_party_deps.py',
689 'download',
690 '-b', 'chromium-icu4j',
691 '-l', 'third_party/icu4j'
692 ],
693 },
694 {
mikecase840bb0f52016-06-30 23:36:51695 'name': 'accessibility_test_framework',
696 'pattern': '.',
697 'action': ['python',
698 'src/build/android/update_deps/update_third_party_deps.py',
699 'download',
700 '-b', 'chromium-accessibility-test-framework',
701 '-l', 'third_party/accessibility_test_framework'
702 ],
703 },
704 {
mikecase378c7352016-06-30 23:39:59705 'name': 'bouncycastle',
706 'pattern': '.',
707 'action': ['python',
708 'src/build/android/update_deps/update_third_party_deps.py',
709 'download',
710 '-b', 'chromium-bouncycastle',
711 '-l', 'third_party/bouncycastle'
712 ],
713 },
714 {
mikecase014e8492016-06-30 23:44:27715 'name': 'sqlite4java',
716 'pattern': '.',
717 'action': ['python',
718 'src/build/android/update_deps/update_third_party_deps.py',
719 'download',
720 '-b', 'chromium-sqlite4java',
721 '-l', 'third_party/sqlite4java'
722 ],
723 },
724 {
mikecase9d86c932016-08-12 00:34:27725 'name': 'objenesis',
726 'pattern': '.',
727 'action': ['python',
728 'src/build/android/update_deps/update_third_party_deps.py',
729 'download',
730 '-b', 'chromium-objenesis',
731 '-l', 'third_party/objenesis'
732 ],
733 },
734 {
sbc8208b4d2015-06-30 19:14:23735 # Downloads the current stable linux sysroot to build/linux/ if needed.
[email protected]01a98602013-06-12 20:33:54736 # This sysroot updates at about the same rate that the chrome build deps
737 # change. This script is a no-op except for linux users who are doing
sbc8208b4d2015-06-30 19:14:23738 # official chrome builds or cross compiling.
Stefan Zagerfd5ba192014-08-23 00:29:39739 'name': 'sysroot',
740 'pattern': '.',
sbc8208b4d2015-06-30 19:14:23741 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
742 '--running-as-hook'],
sbc41d0e082014-10-22 20:39:29743 },
744 {
[email protected]c71d3282014-04-09 01:56:20745 # Update the Windows toolchain if necessary.
Stefan Zagerfd5ba192014-08-23 00:29:39746 'name': 'win_toolchain',
747 'pattern': '.',
748 'action': ['python', 'src/build/vs_toolchain.py', 'update'],
[email protected]c71d3282014-04-09 01:56:20749 },
justincohen6a03a3d2016-03-26 21:44:38750 {
751 # Update the Mac toolchain if necessary.
752 'name': 'mac_toolchain',
753 'pattern': '.',
754 'action': ['python', 'src/build/mac_toolchain.py'],
755 },
hansb2eae972015-05-19 00:53:12756 # Pull binutils for linux, enabled debug fission for faster linking /
757 # debugging when used with clang on Ubuntu Precise.
758 # https://code.google.com/p/chromium/issues/detail?id=352046
759 {
760 'name': 'binutils',
761 'pattern': 'src/third_party/binutils',
762 'action': [
763 'python',
764 'src/third_party/binutils/download.py',
765 ],
766 },
[email protected]c71d3282014-04-09 01:56:20767 {
Hans Wennborg28fb41c2014-09-22 23:25:12768 # Pull clang if needed or requested via GYP_DEFINES.
769 # Note: On Win, this should run after win_toolchain, as it may use it.
770 'name': 'clang',
771 'pattern': '.',
772 'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'],
773 },
774 {
phajdan.jr2448b2c2015-04-24 21:04:17775 # Update LASTCHANGE.
Stefan Zagerfd5ba192014-08-23 00:29:39776 'name': 'lastchange',
777 'pattern': '.',
778 'action': ['python', 'src/build/util/lastchange.py',
779 '-o', 'src/build/util/LASTCHANGE'],
[email protected]9046a112012-01-31 20:45:25780 },
781 {
phajdan.jr2448b2c2015-04-24 21:04:17782 # Update LASTCHANGE.blink.
daniimms99578172015-09-30 06:39:24783 'name': 'lastchange_blink',
Stefan Zagerfd5ba192014-08-23 00:29:39784 'pattern': '.',
785 'action': ['python', 'src/build/util/lastchange.py',
Jochen Eisingerf880f0072015-09-23 21:06:53786 '--git-hash-only',
Stefan Zagerfd5ba192014-08-23 00:29:39787 '-s', 'src/third_party/WebKit',
788 '-o', 'src/build/util/LASTCHANGE.blink'],
[email protected]b0abfb62013-05-31 10:53:39789 },
halcanary5cacab3a2016-07-29 19:23:20790 {
791 # Update skia_commit_hash.h.
792 'name': 'lastchange_skia',
793 'pattern': '.',
794 'action': ['python', 'src/build/util/lastchange.py',
795 '-m', 'SKIA_COMMIT_HASH',
796 '-s', 'src/third_party/skia',
797 '--header', 'src/skia/ext/skia_commit_hash.h'],
798 },
[email protected]66968ba2014-03-18 20:27:54799 # Pull GN binaries. This needs to be before running GYP below.
800 {
Stefan Zagerfd5ba192014-08-23 00:29:39801 'name': 'gn_win',
802 'pattern': '.',
803 'action': [ 'download_from_google_storage',
804 '--no_resume',
805 '--platform=win32',
806 '--no_auth',
807 '--bucket', 'chromium-gn',
808 '-s', 'src/buildtools/win/gn.exe.sha1',
[email protected]66968ba2014-03-18 20:27:54809 ],
810 },
811 {
Stefan Zagerfd5ba192014-08-23 00:29:39812 'name': 'gn_mac',
813 'pattern': '.',
814 'action': [ 'download_from_google_storage',
815 '--no_resume',
816 '--platform=darwin',
817 '--no_auth',
818 '--bucket', 'chromium-gn',
819 '-s', 'src/buildtools/mac/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19820 ],
821 },
822 {
Stefan Zagerfd5ba192014-08-23 00:29:39823 'name': 'gn_linux64',
824 'pattern': '.',
825 'action': [ 'download_from_google_storage',
826 '--no_resume',
827 '--platform=linux*',
828 '--no_auth',
829 '--bucket', 'chromium-gn',
830 '-s', 'src/buildtools/linux64/gn.sha1',
[email protected]0d5e05822014-06-18 19:23:19831 ],
832 },
[email protected]6eabd702014-01-12 00:19:20833 # Pull clang-format binaries using checked-in hashes.
834 {
Stefan Zagerfd5ba192014-08-23 00:29:39835 'name': 'clang_format_win',
836 'pattern': '.',
837 'action': [ 'download_from_google_storage',
838 '--no_resume',
839 '--platform=win32',
840 '--no_auth',
841 '--bucket', 'chromium-clang-format',
842 '-s', 'src/buildtools/win/clang-format.exe.sha1',
[email protected]6eabd702014-01-12 00:19:20843 ],
844 },
845 {
Stefan Zagerfd5ba192014-08-23 00:29:39846 'name': 'clang_format_mac',
847 'pattern': '.',
848 'action': [ 'download_from_google_storage',
849 '--no_resume',
850 '--platform=darwin',
851 '--no_auth',
852 '--bucket', 'chromium-clang-format',
853 '-s', 'src/buildtools/mac/clang-format.sha1',
[email protected]6eabd702014-01-12 00:19:20854 ],
855 },
856 {
Stefan Zagerfd5ba192014-08-23 00:29:39857 'name': 'clang_format_linux',
858 'pattern': '.',
859 'action': [ 'download_from_google_storage',
860 '--no_resume',
861 '--platform=linux*',
862 '--no_auth',
863 '--bucket', 'chromium-clang-format',
864 '-s', 'src/buildtools/linux64/clang-format.sha1',
[email protected]6ec1d6fc2014-06-25 19:55:21865 ],
866 },
maruel4fbba012015-05-22 21:52:29867 # Pull luci-go binaries (isolate, swarming) using checked-in hashes.
868 {
869 'name': 'luci-go_win',
870 'pattern': '.',
871 'action': [ 'download_from_google_storage',
872 '--no_resume',
873 '--platform=win32',
874 '--no_auth',
875 '--bucket', 'chromium-luci',
876 '-d', 'src/tools/luci-go/win64',
877 ],
878 },
879 {
880 'name': 'luci-go_mac',
881 'pattern': '.',
882 'action': [ 'download_from_google_storage',
883 '--no_resume',
884 '--platform=darwin',
885 '--no_auth',
886 '--bucket', 'chromium-luci',
887 '-d', 'src/tools/luci-go/mac64',
888 ],
889 },
890 {
891 'name': 'luci-go_linux',
892 'pattern': '.',
893 'action': [ 'download_from_google_storage',
894 '--no_resume',
895 '--platform=linux*',
896 '--no_auth',
897 '--bucket', 'chromium-luci',
898 '-d', 'src/tools/luci-go/linux64',
899 ],
900 },
[email protected]e388bfd2014-01-18 01:44:04901 # Pull eu-strip binaries using checked-in hashes.
902 {
Stefan Zagerfd5ba192014-08-23 00:29:39903 'name': 'eu-strip',
904 'pattern': '.',
905 'action': [ 'download_from_google_storage',
906 '--no_resume',
907 '--platform=linux*',
908 '--no_auth',
909 '--bucket', 'chromium-eu-strip',
910 '-s', 'src/build/linux/bin/eu-strip.sha1',
[email protected]e388bfd2014-01-18 01:44:04911 ],
912 },
[email protected]4dcd5392013-11-26 18:56:23913 {
Stefan Zagerfd5ba192014-08-23 00:29:39914 'name': 'drmemory',
915 'pattern': '.',
916 'action': [ 'download_from_google_storage',
917 '--no_resume',
918 '--platform=win32',
919 '--no_auth',
920 '--bucket', 'chromium-drmemory',
921 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1',
[email protected]893f61d12014-06-05 09:28:10922 ],
923 },
[email protected]f1d116b2014-06-13 18:07:26924 # Pull the Syzygy binaries, used for optimization and instrumentation.
925 {
Stefan Zagerfd5ba192014-08-23 00:29:39926 'name': 'syzygy-binaries',
927 'pattern': '.',
928 'action': ['python',
929 'src/build/get_syzygy_binaries.py',
930 '--output-dir=src/third_party/syzygy/binaries',
sebmarchandb09ce4c92016-10-07 16:20:36931 '--revision=1fcdf23259f4fbfcf200be20dc79e7567dde844e',
Stefan Zagerfd5ba192014-08-23 00:29:39932 '--overwrite',
sebmarchandaf7cc2f2016-10-04 18:22:25933 '--copy-dia-binaries',
[email protected]f1d116b2014-06-13 18:07:26934 ],
935 },
pmonette900a7d32016-01-05 18:19:07936 # TODO(pmonette): Move include files out of binaries folder.
[email protected]893f61d12014-06-05 09:28:10937 {
erikwright9bdc2bf2015-01-22 20:20:04938 'name': 'kasko',
939 'pattern': '.',
940 'action': ['python',
941 'src/build/get_syzygy_binaries.py',
pmonette900a7d32016-01-05 18:19:07942 '--output-dir=src/third_party/kasko/binaries',
pmonette4f7491252016-01-14 18:52:55943 '--revision=266a18d9209be5ca5c5dcd0620942b82a2d238f3',
erikwright9bdc2bf2015-01-22 20:20:04944 '--resource=kasko.zip',
945 '--resource=kasko_symbols.zip',
946 '--overwrite',
947 ],
948 },
949 {
Stefan Zagerfd5ba192014-08-23 00:29:39950 'name': 'apache_win32',
951 'pattern': '\\.sha1',
952 'action': [ 'download_from_google_storage',
953 '--no_resume',
954 '--platform=win32',
955 '--directory',
956 '--recursive',
957 '--no_auth',
958 '--num_threads=16',
959 '--bucket', 'chromium-apache-win32',
960 'src/third_party/apache-win32',
[email protected]2154052a2014-06-14 19:29:26961 ],
962 },
963 {
nyquistb4fd5702016-03-09 01:42:13964 'name': 'blimp_fonts',
965 'pattern': '.',
966 'action': [ 'download_from_google_storage',
967 '--no_resume',
968 '--platform=linux*',
969 '--extract',
970 '--no_auth',
971 '--bucket', 'chromium-fonts',
972 '-s', 'src/third_party/blimp_fonts/font_bundle.tar.gz.sha1',
973 ],
974 },
975 {
earthdokd58713222015-03-23 21:07:20976 # Pull sanitizer-instrumented third-party libraries if requested via
977 # GYP_DEFINES.
978 'name': 'instrumented_libraries',
979 'pattern': '\\.sha1',
980 'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'],
981 },
982 {
pauljensen657cf552016-04-15 18:36:07983 # Pull doclava binaries if building for Android.
984 'name': 'doclava',
985 'pattern': '.',
986 'action': ['python',
987 'src/build/android/download_doclava.py',
988 ],
989 },
bradnelson20c9a7312016-08-30 17:45:47990 {
991 "name": "wasm_fuzzer",
992 "pattern": ".",
993 "action": [ "download_from_google_storage",
994 "--no_resume",
995 "--no_auth",
996 "-u",
997 "--bucket", "v8-wasm-fuzzer",
998 "-s", "src/v8/test/fuzzer/wasm.tar.gz.sha1",
999 ],
1000 },
1001 {
1002 "name": "wasm_asmjs_fuzzer",
1003 "pattern": ".",
1004 "action": [ "download_from_google_storage",
1005 "--no_resume",
1006 "--no_auth",
1007 "-u",
1008 "--bucket", "v8-wasm-asmjs-fuzzer",
1009 "-s", "src/v8/test/fuzzer/wasm_asmjs.tar.gz.sha1",
1010 ],
1011 },
dcheng3db0d1d2016-09-23 19:52:081012 {
1013 'name': 'clang_format_merge_driver',
1014 'pattern': '.',
1015 'action': [ 'python',
1016 'src/tools/clang_format_merge_driver/install_git_hook.py',
1017 ],
1018 },
[email protected]bfa24b962009-03-02 00:16:161019]
jmadilld2dfc8f2016-06-16 16:25:131020
jbudoricke6932bfd2016-09-07 02:09:221021recursedeps = [
bungeman1835f982016-09-28 18:33:221022 # buildtools provides clang_format, libc++, and libc++abi
1023 'src/buildtools',
jbudoricke6932bfd2016-09-07 02:09:221024 # android_tools manages the NDK.
1025 'src/third_party/android_tools',
1026 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1027 ("src/third_party/angle", "DEPS.chromium"),
1028]