andrewhayden | 889350dd | 2014-10-06 09:16:40 | [diff] [blame] | 1 | # 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] | 3645abc | 2013-10-28 22:41:28 | [diff] [blame] | 4 | # |
andrewhayden | 889350dd | 2014-10-06 09:16:40 | [diff] [blame] | 5 | # 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] | 3645abc | 2013-10-28 22:41:28 | [diff] [blame] | 7 | # |
[email protected] | ed71194 | 2012-05-19 06:57:06 | [diff] [blame] | 8 | # When adding a new dependency, please update the top-level .gitignore file |
| 9 | # to list the dependency's destination directory. |
andrewhayden | 889350dd | 2014-10-06 09:16:40 | [diff] [blame] | 10 | # |
| 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 |
andrewhayden | 1859920b | 2015-08-11 13:13:24 | [diff] [blame] | 20 | # # 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 |
andrewhayden | 889350dd | 2014-10-06 09:16:40 | [diff] [blame] | 25 | # # You should now have a modified DEPS file; commit and upload as normal |
| 26 | # git commit -a |
| 27 | # git cl upload |
| 28 | |
[email protected] | ed71194 | 2012-05-19 06:57:06 | [diff] [blame] | 29 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 30 | vars = { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 31 | 'chromium_git': 'https://chromium.googlesource.com', |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 32 | 'swiftshader_git': 'https://swiftshader.googlesource.com', |
| 33 | 'pdfium_git': 'https://pdfium.googlesource.com', |
| 34 | 'boringssl_git': 'https://boringssl.googlesource.com', |
agable | 851c6f725 | 2016-11-04 17:17:39 | [diff] [blame] | 35 | 'skia_git': 'https://skia.googlesource.com', |
Henrik Kjellander | 7c0b28b | 2017-09-13 20:25:02 | [diff] [blame^] | 36 | 'webrtc_git': 'https://webrtc.googlesource.com', |
thestig | 3e7d8e0 | 2015-09-28 23:54:46 | [diff] [blame] | 37 | # Three lines of non-changing comments so that |
thestig | 3e7d8e0 | 2015-09-28 23:54:46 | [diff] [blame] | 38 | # the commit queue can handle CLs rolling sfntly |
| 39 | # and whatever else without interference from each other. |
thestig | 930abad | 2017-04-18 02:44:33 | [diff] [blame] | 40 | 'sfntly_revision': '2439bd08ff93d4dce761dd6b825917938bd35a4f', |
thestig | 3e7d8e0 | 2015-09-28 23:54:46 | [diff] [blame] | 41 | # Three lines of non-changing comments so that |
| 42 | # the commit queue can handle CLs rolling Skia |
| 43 | # and whatever else without interference from each other. |
[email protected] | 4e8bc061 | 2017-09-13 18:59:48 | [diff] [blame] | 44 | 'skia_revision': '08cda14d61f02d2e376a9cd88131daebad6b21e0', |
[email protected] | 5eb3022e | 2011-11-23 16:42:26 | [diff] [blame] | 45 | # Three lines of non-changing comments so that |
sbc | e2d44aee | 2015-06-09 03:06:04 | [diff] [blame] | 46 | # the commit queue can handle CLs rolling V8 |
| 47 | # and whatever else without interference from each other. |
v8-autoroll | 89435b4 | 2017-09-13 16:21:18 | [diff] [blame] | 48 | 'v8_revision': '5bd1496e568bd311c84f67449c48dc7d890cb128', |
[email protected] | 20e0e75 | 2012-09-14 15:56:52 | [diff] [blame] | 49 | # Three lines of non-changing comments so that |
[email protected] | 10d8ac3 | 2013-10-31 13:34:31 | [diff] [blame] | 50 | # the commit queue can handle CLs rolling swarming_client |
[email protected] | 7f4fc41 | 2013-02-24 00:16:51 | [diff] [blame] | 51 | # and whatever else without interference from each other. |
Tim 'mithro' Ansell | 519e431 | 2017-09-08 02:26:19 | [diff] [blame] | 52 | 'swarming_revision': '5e8001d9a710121ce7a68efd0804430a34b4f9e4', |
[email protected] | d0982f9 | 2013-03-19 10:26:20 | [diff] [blame] | 53 | # Three lines of non-changing comments so that |
[email protected] | 62f23190 | 2014-03-11 10:19:20 | [diff] [blame] | 54 | # the commit queue can handle CLs rolling ANGLE |
| 55 | # and whatever else without interference from each other. |
Geoff Lang | 0592154f | 2017-09-12 21:52:08 | [diff] [blame] | 56 | 'angle_revision': '9df395c86494d760fb4caf20177ad7b6d1ca2b3f', |
[email protected] | f58d329 | 2014-05-14 01:56:54 | [diff] [blame] | 57 | # Three lines of non-changing comments so that |
| 58 | # the commit queue can handle CLs rolling build tools |
| 59 | # and whatever else without interference from each other. |
Mike Bjorge | d84418a | 2017-09-06 19:48:12 | [diff] [blame] | 60 | 'buildtools_revision': 'cbc33b9c0a9d1bb913895a4319a742c504a2d541', |
dpranke | 7a694fe | 2015-08-18 05:11:29 | [diff] [blame] | 61 | # Three lines of non-changing comments so that |
capn | e3976c2 | 2016-08-12 22:06:17 | [diff] [blame] | 62 | # the commit queue can handle CLs rolling SwiftShader |
| 63 | # and whatever else without interference from each other. |
Alexis Hetu | ed09b0b | 2017-08-18 12:26:19 | [diff] [blame] | 64 | 'swiftshader_revision': '0def1021890d0340a10ca0d4bbfb5b650ed747df', |
capn | e3976c2 | 2016-08-12 22:06:17 | [diff] [blame] | 65 | # Three lines of non-changing comments so that |
dpranke | 7a694fe | 2015-08-18 05:11:29 | [diff] [blame] | 66 | # the commit queue can handle CLs rolling PDFium |
[email protected] | d6a2e88f1 | 2014-05-19 19:27:03 | [diff] [blame] | 67 | # and whatever else without interference from each other. |
[email protected] | 18807e31 | 2017-09-13 19:19:24 | [diff] [blame] | 68 | 'pdfium_revision': 'b4a6948a97575b194d373e5801fe83d297cdc46f', |
[email protected] | 99e1c5c | 2014-06-20 13:02:29 | [diff] [blame] | 69 | # Three lines of non-changing comments so that |
| 70 | # the commit queue can handle CLs rolling openmax_dl |
| 71 | # and whatever else without interference from each other. |
scottmg | c460f912 | 2016-11-19 01:50:26 | [diff] [blame] | 72 | 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7', |
[email protected] | 7ee3af5 | 2014-07-06 18:16:47 | [diff] [blame] | 73 | # Three lines of non-changing comments so that |
| 74 | # the commit queue can handle CLs rolling BoringSSL |
| 75 | # and whatever else without interference from each other. |
Steven Valdez | 8d9c0af5 | 2017-09-12 21:52:38 | [diff] [blame] | 76 | 'boringssl_revision': '683ffbbe57de2163b24993e0d03650cf393bc640', |
szager | 29407eb | 2014-08-26 13:09:31 | [diff] [blame] | 77 | # Three lines of non-changing comments so that |
szager | 29407eb | 2014-08-26 13:09:31 | [diff] [blame] | 78 | # the commit queue can handle CLs rolling google-toolbox-for-mac |
| 79 | # and whatever else without interference from each other. |
Mark Mentovai | 9ed14316 | 2017-07-24 19:04:47 | [diff] [blame] | 80 | 'google_toolbox_for_mac_revision': '3c3111d3aefe907c8c0f0e933029608d96ceefeb', |
szager | 29407eb | 2014-08-26 13:09:31 | [diff] [blame] | 81 | # Three lines of non-changing comments so that |
| 82 | # the commit queue can handle CLs rolling lighttpd |
| 83 | # and whatever else without interference from each other. |
| 84 | 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', |
| 85 | # Three lines of non-changing comments so that |
| 86 | # the commit queue can handle CLs rolling lss |
| 87 | # and whatever else without interference from each other. |
thakis | 6824076 | 2017-03-31 01:11:13 | [diff] [blame] | 88 | 'lss_revision': '63f24c8221a229f677d26ebe8f3d1528a9d787ac', |
mseaborn | 851e1bd1 | 2014-09-05 08:00:14 | [diff] [blame] | 89 | # Three lines of non-changing comments so that |
| 90 | # the commit queue can handle CLs rolling NaCl |
| 91 | # and whatever else without interference from each other. |
[email protected] | 0ad237b | 2017-09-13 19:34:06 | [diff] [blame] | 92 | 'nacl_revision': 'c5704931e21b54757b6e169c991a3e17b7890523', |
cwallez | f2b0349 | 2015-08-25 15:08:18 | [diff] [blame] | 93 | # Three lines of non-changing comments so that |
drott | fe896a8 | 2017-03-06 12:12:54 | [diff] [blame] | 94 | # the commit queue can handle CLs rolling freetype |
bcf | 53f862ea | 2016-02-02 05:08:42 | [diff] [blame] | 95 | # and whatever else without interference from each other. |
Dominik Röttsches | df47ba2 | 2017-09-11 20:17:23 | [diff] [blame] | 96 | 'freetype_revision': 'f2e121ab11d1c9deb460d844d94f1d9fe6074f35', |
robertocn | 4567f4d | 2016-03-23 03:36:07 | [diff] [blame] | 97 | # Three lines of non-changing comments so that |
| 98 | # the commit queue can handle CLs rolling catapult |
| 99 | # and whatever else without interference from each other. |
[email protected] | 9d2af44 | 2017-09-13 19:55:08 | [diff] [blame] | 100 | 'catapult_revision': '5638c631c865e13614c71c6b68bc5a1f69806742', |
ochang | cbd1cf20 | 2016-04-01 21:37:37 | [diff] [blame] | 101 | # Three lines of non-changing comments so that |
| 102 | # the commit queue can handle CLs rolling libFuzzer |
| 103 | # and whatever else without interference from each other. |
Oliver Chang | 808e0df | 2017-08-31 17:54:21 | [diff] [blame] | 104 | 'libfuzzer_revision': 'edcfbba60b279570f7f065bba421e4b01adbc3f1', |
chenwilliam | 56a9038 | 2016-12-09 02:16:28 | [diff] [blame] | 105 | # Three lines of non-changing comments so that |
| 106 | # the commit queue can handle CLs rolling devtools-node-modules |
| 107 | # and whatever else without interference from each other. |
| 108 | 'devtools_node_modules_revision': '6226d6cd80aaf2e5295ed460cf73ef6a582e4d78', |
kmarshall | 520f951 | 2017-01-24 23:25:01 | [diff] [blame] | 109 | # Three lines of non-changing comments so that |
aizatsky | 8904f9c | 2017-03-03 19:50:05 | [diff] [blame] | 110 | # the commit queue can handle CLs rolling libprotobuf-mutator |
| 111 | # and whatever else without interference from each other. |
Vitaly Buka | 1a8df4c | 2017-08-30 20:31:53 | [diff] [blame] | 112 | 'libprotobuf-mutator': 'b3323e24eca853345cff45c4b3ab89e09d17b9f0', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 113 | } |
| 114 | |
tandrii | 74b7e42 | 2014-09-23 16:45:27 | [diff] [blame] | 115 | # Only these hosts are allowed for dependencies in this DEPS file. |
| 116 | # If you need to add a new host, contact chrome infrastracture team. |
| 117 | allowed_hosts = [ |
tandrii | cb12c64 | 2015-03-27 19:00:55 | [diff] [blame] | 118 | 'android.googlesource.com', |
agable | 851c6f725 | 2016-11-04 17:17:39 | [diff] [blame] | 119 | 'boringssl.googlesource.com', |
| 120 | 'chromium.googlesource.com', |
| 121 | 'pdfium.googlesource.com', |
| 122 | 'skia.googlesource.com', |
capn | e3976c2 | 2016-08-12 22:06:17 | [diff] [blame] | 123 | 'swiftshader.googlesource.com', |
Henrik Kjellander | 7c0b28b | 2017-09-13 20:25:02 | [diff] [blame^] | 124 | 'webrtc.googlesource.com', |
tandrii | 74b7e42 | 2014-09-23 16:45:27 | [diff] [blame] | 125 | ] |
| 126 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 127 | deps = { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 128 | 'src/breakpad/src': |
Tobias Sargeant | 6b23040 | 2017-09-05 14:09:12 | [diff] [blame] | 129 | Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '252d20c849115ccee2611bfbdcded21dbefacb2a', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 130 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 131 | 'src/buildtools': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 132 | Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'), |
[email protected] | f58d329 | 2014-05-14 01:56:54 | [diff] [blame] | 133 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 134 | 'src/sdch/open-vcdiff': |
Nico Weber | 5daca04e | 2017-08-08 18:13:30 | [diff] [blame] | 135 | Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' + '7162d8ee5a7f1cca110749ec5c7585cdab3f0144', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 136 | |
drott | e30ecdc9 | 2017-04-27 05:44:22 | [diff] [blame] | 137 | 'src/third_party/freetype/src': |
| 138 | Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_revision'), |
| 139 | |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 140 | 'src/third_party/glslang/src': |
| 141 | Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210c6bf4d8119dc5f8ac21da2d4c87184f7015e0', |
dyen | b780ac5 | 2016-05-10 19:02:41 | [diff] [blame] | 142 | |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 143 | 'src/third_party/shaderc/src': |
| 144 | Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8793c34907073025af2622c28bcee64e9879a4', |
dyen | b780ac5 | 2016-05-10 19:02:41 | [diff] [blame] | 145 | |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 146 | 'src/third_party/SPIRV-Tools/src': |
| 147 | Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + '@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c', |
dyen | b780ac5 | 2016-05-10 19:02:41 | [diff] [blame] | 148 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 149 | 'src/third_party/angle': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 150 | Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
[email protected] | 7cc7a2e7 | 2013-11-20 03:23:19 | [diff] [blame] | 151 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 152 | 'src/third_party/colorama/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 153 | Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', |
[email protected] | 2e37020f | 2014-06-10 22:14:18 | [diff] [blame] | 154 | |
Victor Costan | 5286b0c | 2017-08-31 22:53:45 | [diff] [blame] | 155 | 'src/third_party/crc32c/src': |
Victor Costan | 26327d2 | 2017-09-13 00:38:26 | [diff] [blame] | 156 | Var('chromium_git') + '/external/github.com/google/crc32c.git' + '@' + '9bc7a0cada31f3224779b7ba7f56cc7382758e54', |
Victor Costan | 5286b0c | 2017-08-31 22:53:45 | [diff] [blame] | 157 | |
Dan Jacques | cea92c51 | 2017-06-02 23:59:16 | [diff] [blame] | 158 | 'src/third_party/depot_tools': |
Takuto Ikuta | 4adc990 | 2017-09-01 07:57:51 | [diff] [blame] | 159 | Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'b2e961b1171d9f27278461a0a3286ab89161368c', |
Dan Jacques | cea92c51 | 2017-06-02 23:59:16 | [diff] [blame] | 160 | |
pwnall | 52e27a3 | 2017-05-05 00:44:27 | [diff] [blame] | 161 | 'src/third_party/googletest/src': |
Scott Graham | c7d3d02 | 2017-08-31 03:22:14 | [diff] [blame] | 162 | Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '7f8fefabedf2965980585be8c2bff97458f28e0b', |
pwnall | 52e27a3 | 2017-05-05 00:44:27 | [diff] [blame] | 163 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 164 | 'src/third_party/icu': |
Jungshik Shin | b6864ab5 | 2017-08-15 19:23:00 | [diff] [blame] | 165 | Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '08cb956852a5ccdba7f9c941728bb833529ba3c6', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 166 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 167 | 'src/third_party/hunspell_dictionaries': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 168 | Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc6e7c25bf47cbfb466e0701fd2728b4a12e79d5', |
[email protected] | 5c965dd | 2009-09-04 21:11:43 | [diff] [blame] | 169 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 170 | 'src/third_party/leveldatabase/src': |
Victor Costan | b8e5cab | 2017-08-25 01:47:31 | [diff] [blame] | 171 | Var('chromium_git') + '/external/leveldb.git' + '@' + '09a3c8e7417547829b94bcdaa62cdf9e896f29a9', |
[email protected] | 9ce15e92 | 2011-03-22 22:24:42 | [diff] [blame] | 172 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 173 | 'src/third_party/snappy/src': |
Victor Costan | 4dedb29 | 2017-08-28 19:20:57 | [diff] [blame] | 174 | Var('chromium_git') + '/external/github.com/google/snappy.git' + '@' + 'b02bfa754ebf27921d8da3bd2517eab445b84ff9', |
[email protected] | 9ce15e92 | 2011-03-22 22:24:42 | [diff] [blame] | 175 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 176 | 'src/tools/gyp': |
Bruce Dawson | 97504bed | 2017-07-21 17:49:15 | [diff] [blame] | 177 | Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', |
[email protected] | acb9f72 | 2010-03-25 17:14:59 | [diff] [blame] | 178 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 179 | 'src/tools/swarming_client': |
Vadim Shtayura | 579b5f1 | 2017-08-29 21:13:22 | [diff] [blame] | 180 | Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'), |
[email protected] | 5dcce7f8 | 2012-10-04 00:08:07 | [diff] [blame] | 181 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 182 | 'src/v8': |
machenbach | a0a3e4a | 2014-09-24 12:43:11 | [diff] [blame] | 183 | Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 184 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 185 | 'src/native_client': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 186 | Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'), |
[email protected] | 6f0a2dd | 2011-12-05 21:59:01 | [diff] [blame] | 187 | |
thestig | 3e7d8e0 | 2015-09-28 23:54:46 | [diff] [blame] | 188 | 'src/third_party/sfntly/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 189 | Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Var('sfntly_revision'), |
[email protected] | f536426 | 2011-07-22 17:57:59 | [diff] [blame] | 190 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 191 | 'src/third_party/skia': |
agable | 851c6f725 | 2016-11-04 17:17:39 | [diff] [blame] | 192 | Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'), |
[email protected] | d5282e7 | 2009-05-13 13:16:52 | [diff] [blame] | 193 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 194 | 'src/tools/page_cycler/acid3': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 195 | Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5abc1b2f405a945f6d871521', |
[email protected] | 0735266 | 2009-07-13 23:22:33 | [diff] [blame] | 196 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 197 | 'src/chrome/test/data/perf/canvas_bench': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 198 | Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732', |
[email protected] | 700e7e3 | 2012-02-22 17:04:38 | [diff] [blame] | 199 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 200 | 'src/chrome/test/data/perf/frame_rate/content': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 201 | Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c88463efeef6bb19c9ec07c42bc8fe22b9', |
[email protected] | 40646b01 | 2011-07-26 02:30:26 | [diff] [blame] | 202 | |
bsheedy | 01d9394 | 2017-07-27 22:49:38 | [diff] [blame] | 203 | 'src/chrome/test/data/vr/webvr_info': |
| 204 | Var('chromium_git') + '/external/github.com/toji/webvr.info.git' + '@' + '932fd58075e564727b5525681d6b9293b41a90f7', |
| 205 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 206 | 'src/third_party/bidichecker': |
| 207 | Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0', |
[email protected] | 2a18cabc | 2011-04-12 10:36:04 | [diff] [blame] | 208 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 209 | 'src/third_party/webgl/src': |
Kenneth Russell | 265ae51 | 2017-08-23 21:51:18 | [diff] [blame] | 210 | Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '559e304b3903548b4f8e0681ba3b1030aa0d29d9', |
[email protected] | 1f7077f | 2011-07-12 12:58:05 | [diff] [blame] | 211 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 212 | 'src/third_party/webdriver/pylib': |
| 213 | Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd', |
[email protected] | d9b19e3 | 2011-01-29 02:09:08 | [diff] [blame] | 214 | |
johannkoenig | 8cdf0347 | 2016-03-02 13:54:31 | [diff] [blame] | 215 | 'src/third_party/libvpx/source/libvpx': |
Jerome Jiang | cb687d3 | 2017-09-11 20:11:55 | [diff] [blame] | 216 | Var('chromium_git') + '/webm/libvpx.git' + '@' + '9a2dd7e67ed20a7389db618f1a8a25d5b3a3c89c', |
johannkoenig | 5238138 | 2015-09-18 22:35:25 | [diff] [blame] | 217 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 218 | 'src/third_party/ffmpeg': |
Dale Curtis | a6a7bd1 | 2017-08-28 23:56:14 | [diff] [blame] | 219 | Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '1e201feaa3260336aa63545c9471b76e5aef2e0a', |
[email protected] | e55badb | 2010-05-07 23:55:35 | [diff] [blame] | 220 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 221 | 'src/third_party/usrsctp/usrsctplib': |
Hans Wennborg | 0b5aa96 | 2017-08-04 01:49:46 | [diff] [blame] | 222 | Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'f4819e1b177f7bfdd761c147f5a649b9f1a78c06', |
[email protected] | e033cd3f | 2013-05-08 15:21:22 | [diff] [blame] | 223 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 224 | 'src/third_party/libsrtp': |
Henrik Kjellander | f74368e | 2017-06-29 12:22:10 | [diff] [blame] | 225 | Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423', |
[email protected] | 44f3e79 | 2012-01-28 03:18:55 | [diff] [blame] | 226 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 227 | 'src/third_party/yasm/source/patched-yasm': |
David Benjamin | 34865fdd | 2017-08-11 03:26:44 | [diff] [blame] | 228 | Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', |
[email protected] | 76ce152 | 2010-12-13 12:02:42 | [diff] [blame] | 229 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 230 | 'src/third_party/libjpeg_turbo': |
msarett | 47ab68ce | 2017-04-20 15:50:37 | [diff] [blame] | 231 | Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79a8792dde3d3f7d7d8ac28ba01ac9dd', |
[email protected] | cc1b1465 | 2011-01-17 12:35:57 | [diff] [blame] | 232 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 233 | 'src/third_party/flac': |
hans | c3dfa13 | 2017-05-05 17:01:35 | [diff] [blame] | 234 | Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '7d0f5b3a173ffe98db08057d1f52b7787569e0a6', |
[email protected] | f94eda9 | 2011-02-25 00:34:00 | [diff] [blame] | 235 | |
battre | 1f0e8e7f | 2016-05-06 12:58:58 | [diff] [blame] | 236 | 'src/third_party/flatbuffers/src': |
pkalinnikov | 488ae52 | 2017-06-08 12:09:44 | [diff] [blame] | 237 | Var('chromium_git') + '/external/github.com/google/flatbuffers.git' + '@' + '01c50d57a67a52ee3cddd81b54d4647e9123a290', |
battre | 1f0e8e7f | 2016-05-06 12:58:58 | [diff] [blame] | 238 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 239 | 'src/third_party/pyftpdlib/src': |
| 240 | Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d059f581f05ae8d89d7e45', |
[email protected] | 4e7b5f9 | 2011-07-22 20:58:29 | [diff] [blame] | 241 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 242 | 'src/third_party/scons-2.0.1': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 243 | Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067', |
[email protected] | 185a691 | 2011-06-17 19:34:07 | [diff] [blame] | 244 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 245 | 'src/third_party/webrtc': |
Henrik Kjellander | 7c0b28b | 2017-09-13 20:25:02 | [diff] [blame^] | 246 | Var('webrtc_git') + '/src/webrtc.git' + '@' + '29826f277a161347a2b9e3bc1d2ee6a66cae0c2e', # commit position 19767 |
[email protected] | 21c24fa7 | 2011-09-05 13:35:02 | [diff] [blame] | 247 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 248 | 'src/third_party/openmax_dl': |
Henrik Kjellander | 7c0b28b | 2017-09-13 20:25:02 | [diff] [blame^] | 249 | Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), |
[email protected] | 0bed32c | 2013-03-30 17:38:54 | [diff] [blame] | 250 | |
sbc | 5695577 | 2015-04-07 17:06:08 | [diff] [blame] | 251 | 'src/third_party/jsoncpp/source': |
sbc | 12f9e9d6 | 2015-04-09 18:20:09 | [diff] [blame] | 252 | Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 |
[email protected] | 3bd20ee4 | 2011-10-22 00:33:19 | [diff] [blame] | 253 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 254 | 'src/third_party/libyuv': |
Frank Barchard | 2325459e | 2017-08-04 00:53:00 | [diff] [blame] | 255 | Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '27036e33e86c9ce3b5087d55c18bf04964343c60', # from r1663 |
[email protected] | 1e29b4e | 2011-11-03 01:25:19 | [diff] [blame] | 256 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 257 | 'src/third_party/smhasher/src': |
| 258 | Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f', |
[email protected] | f0736ff | 2011-12-03 04:19:20 | [diff] [blame] | 259 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 260 | 'src/third_party/libaddressinput/src': |
Rouslan Solomakhin | afa96c8 | 2017-08-28 18:08:39 | [diff] [blame] | 261 | Var('chromium_git') + '/external/libaddressinput.git' + '@' + '4d18a0d4be9add0dc479e7b939ed8d39f6ec0d73', |
[email protected] | 6cf5dbdd | 2013-11-09 04:21:45 | [diff] [blame] | 262 | |
mathp | 726584d | 2016-03-01 15:16:05 | [diff] [blame] | 263 | 'src/third_party/libphonenumber/dist': |
mathp | d2e22adc | 2016-03-15 18:54:08 | [diff] [blame] | 264 | Var('chromium_git') + '/external/libphonenumber.git' + '@' + 'a4da30df63a097d67e3c429ead6790ad91d36cf4', |
[email protected] | d12c2050 | 2012-02-01 11:40:19 | [diff] [blame] | 265 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 266 | 'src/third_party/pywebsocket/src': |
hiroshige | 76efe993 | 2015-12-17 08:46:49 | [diff] [blame] | 267 | Var('chromium_git') + '/external/github.com/google/pywebsocket.git' + '@' + '2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2', |
[email protected] | 9a97803 | 2012-10-19 03:43:14 | [diff] [blame] | 268 | |
jrummell | f715b169 | 2015-10-21 23:26:26 | [diff] [blame] | 269 | 'src/media/cdm/api': |
John Rummell | f792313 | 2017-09-12 20:07:04 | [diff] [blame] | 270 | Var('chromium_git') + '/chromium/cdm.git' + '@' + '1f49c55d3151a4e1eec088befee5f578fea81f4b', |
[email protected] | 255c43f | 2013-06-07 08:54:11 | [diff] [blame] | 271 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 272 | 'src/third_party/mesa/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 273 | Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e7035ca882cc77f85793fef', |
[email protected] | bba1c0dd | 2013-08-19 10:33:31 | [diff] [blame] | 274 | |
jinsukkim | 21d3369fc | 2016-06-21 06:16:03 | [diff] [blame] | 275 | 'src/third_party/ced/src': |
Jinsuk Kim | 8ecd07b | 2017-09-12 22:09:35 | [diff] [blame] | 276 | Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9', |
jinsukkim | 21d3369fc | 2016-06-21 06:16:03 | [diff] [blame] | 277 | |
capn | e3976c2 | 2016-08-12 22:06:17 | [diff] [blame] | 278 | 'src/third_party/swiftshader': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 279 | Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revision'), |
capn | e3976c2 | 2016-08-12 22:06:17 | [diff] [blame] | 280 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 281 | 'src/third_party/cld_2/src': |
andrewhayden | fe9263ad | 2015-08-11 13:00:44 | [diff] [blame] | 282 | Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84b58a5d7690ebf05a91406f371ce00c3daf31c0', |
[email protected] | edf1f06 | 2014-01-07 11:11:53 | [diff] [blame] | 283 | |
abakalov | 9c8f81b | 2016-07-26 21:03:15 | [diff] [blame] | 284 | 'src/third_party/cld_3/src': |
abakalov | c0f8f84b | 2017-01-12 03:59:17 | [diff] [blame] | 285 | Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + 'ae02d6b8a2af41e87c956c7c7d3f651a8b7b9e79', |
abakalov | 9c8f81b | 2016-07-26 21:03:15 | [diff] [blame] | 286 | |
mcasas | 09903b3 | 2015-07-14 16:20:47 | [diff] [blame] | 287 | 'src/third_party/libwebm/source': |
mcasas | 8853f14 | 2017-01-16 19:32:06 | [diff] [blame] | 288 | Var('chromium_git') + '/webm/libwebm.git' + '@' + '4956b2dec65352af32dc71bab553acb631c64177', |
mcasas | 09903b3 | 2015-07-14 16:20:47 | [diff] [blame] | 289 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 290 | 'src/third_party/pdfium': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 291 | Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'), |
[email protected] | 7ee3af5 | 2014-07-06 18:16:47 | [diff] [blame] | 292 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 293 | 'src/third_party/boringssl/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 294 | Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), |
dtu | 3429796 | 2014-10-01 23:43:01 | [diff] [blame] | 295 | |
nyquist | bbd665a | 2015-03-20 16:20:17 | [diff] [blame] | 296 | 'src/third_party/dom_distiller_js/dist': |
wychen | e7dcd5de | 2017-04-11 02:44:20 | [diff] [blame] | 297 | Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + '232c293a4d3ebcbc4320f642af017ee054b3be93', |
sullivan | 0cf8767 | 2015-08-04 17:10:32 | [diff] [blame] | 298 | |
| 299 | 'src/third_party/catapult': |
| 300 | Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' + |
robertocn | 4567f4d | 2016-03-23 03:36:07 | [diff] [blame] | 301 | Var('catapult_revision'), |
hbos | dc28e3ff | 2015-11-13 14:43:51 | [diff] [blame] | 302 | |
| 303 | 'src/third_party/openh264/src': |
sprang | 3c3e253 | 2016-11-07 17:03:13 | [diff] [blame] | 304 | Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df93c5dcaf858c57eb7892bd27763f0f0ac', |
battre | 0739c64 | 2015-12-21 17:45:27 | [diff] [blame] | 305 | |
| 306 | 'src/third_party/re2/src': |
mmoroz | e0e3c52c | 2017-03-10 17:28:48 | [diff] [blame] | 307 | Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'ae9cb49a2e2ba95de4f0c6ec5a8afd039996d2c7', |
aizatsky | af49611 | 2016-04-15 19:26:32 | [diff] [blame] | 308 | |
| 309 | # Used for building libFuzzers (only supports Linux). |
| 310 | 'src/third_party/libFuzzer/src': |
Oliver Chang | 808e0df | 2017-08-31 17:54:21 | [diff] [blame] | 311 | Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + Var('libfuzzer_revision'), |
prabhur | 984ad5c | 2016-08-02 20:08:21 | [diff] [blame] | 312 | |
aizatsky | 8904f9c | 2017-03-03 19:50:05 | [diff] [blame] | 313 | 'src/third_party/libprotobuf-mutator/src': |
| 314 | Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git' + '@' + Var('libprotobuf-mutator'), |
| 315 | |
prabhur | 984ad5c | 2016-08-02 20:08:21 | [diff] [blame] | 316 | 'src/third_party/visualmetrics/src': |
| 317 | Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 318 | } |
| 319 | |
[email protected] | 00c51767 | 2010-11-04 00:27:29 | [diff] [blame] | 320 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 321 | deps_os = { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 322 | 'win': { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 323 | 'src/third_party/bison': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 324 | Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5464ee2b224c2df649c6e26c3', |
[email protected] | 6c7b7926 | 2012-07-18 23:50:45 | [diff] [blame] | 325 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 326 | 'src/third_party/gperf': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 327 | Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f9449770443fb06da49b5a1e5d33c1', |
[email protected] | 6c7b7926 | 2012-07-18 23:50:45 | [diff] [blame] | 328 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 329 | 'src/third_party/perl': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 330 | Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78', |
[email protected] | 6c7b7926 | 2012-07-18 23:50:45 | [diff] [blame] | 331 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 332 | 'src/third_party/lighttpd': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 333 | Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'), |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 334 | |
[email protected] | 3577031 | 2009-10-28 01:21:48 | [diff] [blame] | 335 | # Parses Windows PE/COFF executable format. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 336 | 'src/third_party/pefile': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 337 | Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab63c15585dc3b5c3f92f1', |
[email protected] | 4b167a3 | 2010-01-25 17:54:08 | [diff] [blame] | 338 | |
[email protected] | b13b6a3e | 2012-04-13 23:01:38 | [diff] [blame] | 339 | # GNU binutils assembler for x86-32. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 340 | 'src/third_party/gnu_binutils': |
| 341 | Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436', |
[email protected] | b13b6a3e | 2012-04-13 23:01:38 | [diff] [blame] | 342 | # GNU binutils assembler for x86-64. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 343 | 'src/third_party/mingw-w64/mingw/bin': |
| 344 | Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527', |
[email protected] | 1c26217 | 2010-06-10 15:25:46 | [diff] [blame] | 345 | |
[email protected] | bbc90fef | 2011-11-28 19:08:27 | [diff] [blame] | 346 | # Binaries for nacl sdk. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 347 | 'src/third_party/nacl_sdk_binaries': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 348 | Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 349 | }, |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 350 | 'ios': { |
baxley | 7690dae | 2016-03-02 18:47:48 | [diff] [blame] | 351 | 'src/ios/third_party/earl_grey/src': |
Yuke Liao | 35503439 | 2017-07-24 20:14:56 | [diff] [blame] | 352 | Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + 'b8f1ed850b3b8c059d2912ac4c25a2480ddba826', |
baxley | 7690dae | 2016-03-02 18:47:48 | [diff] [blame] | 353 | |
baxley | 1308ce8 | 2016-02-22 16:44:00 | [diff] [blame] | 354 | 'src/ios/third_party/fishhook/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 355 | Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c', |
baxley | 7690dae | 2016-03-02 18:47:48 | [diff] [blame] | 356 | |
stuartmorgan | 94d1d75 | 2015-03-04 19:58:09 | [diff] [blame] | 357 | 'src/ios/third_party/gcdwebserver/src': |
lpromero | f64cd28 | 2017-01-10 11:54:50 | [diff] [blame] | 358 | Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@' + '43555c66627f6ed44817855a0f6d465f559d30e0', |
stuartmorgan | 94d1d75 | 2015-03-04 19:58:09 | [diff] [blame] | 359 | |
lpromero | 15a7ab4d | 2016-12-16 02:29:48 | [diff] [blame] | 360 | 'src/ios/third_party/material_components_ios/src': |
iOS Autoroller | 42705d1 | 2017-09-11 18:21:06 | [diff] [blame] | 361 | Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '87ef04ee9edb75c133219828c4944b83f7025f11', |
lpromero | 15a7ab4d | 2016-12-16 02:29:48 | [diff] [blame] | 362 | |
lpromero | ad24399 | 2016-12-13 16:39:55 | [diff] [blame] | 363 | 'src/ios/third_party/material_font_disk_loader_ios/src': |
ios-autoroller | b3e0b3d | 2017-02-22 14:30:20 | [diff] [blame] | 364 | Var('chromium_git') + '/external/github.com/material-foundation/material-font-disk-loader-ios.git' + '@' + '8e30188777b016182658fbaa0a4a020a48183224', |
lpromero | ad24399 | 2016-12-13 16:39:55 | [diff] [blame] | 365 | |
| 366 | 'src/ios/third_party/material_roboto_font_loader_ios/src': |
ios-autoroller | 015b4822 | 2017-03-25 00:57:00 | [diff] [blame] | 367 | Var('chromium_git') + '/external/github.com/material-foundation/material-roboto-font-loader-ios.git' + '@' + '4aa51e906e5671c71d24e991f1f10d782a58409f', |
lpromero | ad24399 | 2016-12-13 16:39:55 | [diff] [blame] | 368 | |
| 369 | 'src/ios/third_party/material_sprited_animation_view_ios/src': |
ios-autoroller | 4aa74f3 | 2017-01-06 20:46:16 | [diff] [blame] | 370 | Var('chromium_git') + '/external/github.com/material-foundation/material-sprited-animation-view-ios.git' + '@' + 'c6e16d06bdafd95540c62b3402d9414692fbca81', |
lpromero | ad24399 | 2016-12-13 16:39:55 | [diff] [blame] | 371 | |
olivierrobin | 68d75c2 | 2016-08-17 12:52:55 | [diff] [blame] | 372 | 'src/ios/third_party/material_text_accessibility_ios/src': |
ios-autoroller | 086c461 | 2017-03-22 23:58:25 | [diff] [blame] | 373 | Var('chromium_git') + '/external/github.com/material-foundation/material-text-accessibility-ios.git' + '@' + '7340b22cc589101ba0b11516afe4f3a733041951', |
olivierrobin | 68d75c2 | 2016-08-17 12:52:55 | [diff] [blame] | 374 | |
sdefresne | a9045f4 | 2016-02-23 15:22:45 | [diff] [blame] | 375 | 'src/ios/third_party/ochamcrest/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 376 | Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + 'd7ee4ecfb6bd13c3c8d364682b6228ccd86e1e1a', |
sdefresne | a9045f4 | 2016-02-23 15:22:45 | [diff] [blame] | 377 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 378 | 'src/third_party/google_toolbox_for_mac/src': |
Nico Weber | 715d86f2 | 2015-11-04 00:55:21 | [diff] [blame] | 379 | Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'), |
Sylvain Defresne | febdac7 | 2017-06-27 09:51:54 | [diff] [blame] | 380 | |
| 381 | 'src/third_party/material_design_icons/src': |
| 382 | Var('chromium_git') + '/external/github.com/google/material-design-icons.git' + '@' + |
Sylvain Defresne | d45469f | 2017-07-19 18:39:19 | [diff] [blame] | 383 | '5ab428852e35dc177a8c37a2df9dc9ccf768c65a', |
[email protected] | a6b749d | 2012-07-02 17:11:21 | [diff] [blame] | 384 | }, |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 385 | 'mac': { |
thestig | f182357 | 2017-04-01 01:06:06 | [diff] [blame] | 386 | 'src/chrome/installer/mac/third_party/xz/xz': |
| 387 | Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7', |
| 388 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 389 | 'src/third_party/google_toolbox_for_mac/src': |
Nico Weber | 715d86f2 | 2015-11-04 00:55:21 | [diff] [blame] | 390 | Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'), |
szager | 29407eb | 2014-08-26 13:09:31 | [diff] [blame] | 391 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 392 | 'src/third_party/lighttpd': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 393 | Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'), |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 394 | }, |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 395 | 'unix': { |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 396 | # Linux, really. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 397 | 'src/third_party/xdg-utils': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 398 | Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d', |
[email protected] | e0d0014 | 2009-09-18 22:10:27 | [diff] [blame] | 399 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 400 | 'src/third_party/lss': |
mark | 051962e7 | 2016-07-25 20:44:47 | [diff] [blame] | 401 | Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'), |
[email protected] | 8f205b0 | 2010-11-10 22:48:17 | [diff] [blame] | 402 | |
[email protected] | 28b9ab6d | 2012-10-13 20:53:15 | [diff] [blame] | 403 | # For Linux and Chromium OS. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 404 | 'src/third_party/cros_system_api': |
Ryo Hashimoto | 37a02a0 | 2017-09-11 09:37:51 | [diff] [blame] | 405 | Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'f76589aaa750debccb7b276ed475a3abceca619f', |
[email protected] | 86b3789 | 2013-02-21 01:19:26 | [diff] [blame] | 406 | |
stevenjb | 0ba29de | 2016-04-15 22:27:26 | [diff] [blame] | 407 | # Build tools for Chrome OS. Note: This depends on third_party/pyelftools. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 408 | 'src/third_party/chromite': |
Achuith Bhandarkar | 5ae0882 | 2017-09-05 22:09:38 | [diff] [blame] | 409 | Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '59ba2f846e9197a1e0912a6097d5efd1010d214e', |
[email protected] | 474a244 | 2013-03-23 17:26:50 | [diff] [blame] | 410 | |
stevenjb | 0ba29de | 2016-04-15 22:27:26 | [diff] [blame] | 411 | # Dependency of chromite.git and skia. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 412 | 'src/third_party/pyelftools': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 413 | Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae', |
[email protected] | 5fb98e3 | 2013-06-14 06:16:34 | [diff] [blame] | 414 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 415 | 'src/third_party/liblouis/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 416 | Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a3478561deb6ae4798175094be8a26c2', |
[email protected] | 2ea858d | 2013-11-09 00:59:33 | [diff] [blame] | 417 | |
[email protected] | d412cf4 | 2014-01-11 02:54:38 | [diff] [blame] | 418 | # Used for embedded builds. CrOS & Linux use the system version. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 419 | 'src/third_party/fontconfig/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 420 | Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b749f9823c51827a60aeb5c1', |
mdempsky | 6b5854d2 | 2014-12-02 00:26:33 | [diff] [blame] | 421 | |
spang | c231bff | 2015-09-14 23:16:57 | [diff] [blame] | 422 | # Graphics buffer allocator for Chrome OS. |
| 423 | 'src/third_party/minigbm/src': |
Ricky Liang | 6f0ed10 | 2017-08-17 02:51:11 | [diff] [blame] | 424 | Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '27a7e6a24709564e18c3382d0aeda0b40c7ae03b', |
reveman | 754ca2c | 2015-11-14 00:21:29 | [diff] [blame] | 425 | |
dcastagna | 14183058 | 2016-12-20 23:03:42 | [diff] [blame] | 426 | # Userspace interface to kernel DRM services. |
| 427 | 'src/third_party/libdrm/src': |
dcastagna | 6ccb8b82a | 2016-12-22 19:31:40 | [diff] [blame] | 428 | Var('chromium_git') + '/chromiumos/third_party/libdrm.git' + '@' + '0ce18bedd3e62d4784fa755403801934ba171084', |
dcastagna | 14183058 | 2016-12-20 23:03:42 | [diff] [blame] | 429 | |
reveman | 754ca2c | 2015-11-14 00:21:29 | [diff] [blame] | 430 | # Display server protocol for Linux. |
| 431 | 'src/third_party/wayland/src': |
David Reveman | 45775f4 | 2017-06-14 13:19:09 | [diff] [blame] | 432 | Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + '1361da9cd5a719b32d978485a29920429a31ed25', |
reveman | 6592ea1 | 2015-11-30 21:09:23 | [diff] [blame] | 433 | |
| 434 | # Wayland protocols that add functionality not available in the core protocol. |
| 435 | 'src/third_party/wayland-protocols/src': |
David Reveman | 15417ee | 2017-06-21 12:28:17 | [diff] [blame] | 436 | Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '26c99346ab5f2273fe5581bc4f6397bbb834f747', |
mikhail.pozdnyakov | 6d56dcc | 2016-02-12 11:10:49 | [diff] [blame] | 437 | |
reveman | 968d204 | 2017-01-10 06:20:34 | [diff] [blame] | 438 | # The libevdev library (Chrome OS version). |
| 439 | 'src/third_party/libevdev/src': |
| 440 | Var('chromium_git') + '/chromiumos/platform/libevdev.git' + '@' + '9f7a1961eb4726211e18abd147d5a11a4ea86744', |
| 441 | |
| 442 | # Chrome OS touchpad gestures library. |
| 443 | 'src/third_party/gestures/gestures': |
| 444 | Var('chromium_git') + '/chromiumos/platform/gestures.git' + '@' + '5a656849c7d2b0d0ddbe0ac6d300c1e2fada0bb4', |
| 445 | |
mikhail.pozdnyakov | 6d56dcc | 2016-02-12 11:10:49 | [diff] [blame] | 446 | # Wireless Display Software. Used on Chrome OS. |
| 447 | 'src/third_party/wds/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 448 | Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95f3000bf5c8e16a79dbbbf22d554a5', |
xyzzyz | 082e79e | 2016-06-20 18:59:21 | [diff] [blame] | 449 | |
chenwilliam | 56a9038 | 2016-12-09 02:16:28 | [diff] [blame] | 450 | # DevTools node modules. Used on Linux buildbots only. |
| 451 | 'src/third_party/WebKit/Source/devtools/devtools-node-modules': |
yawano | c94383d | 2017-06-05 02:55:20 | [diff] [blame] | 452 | Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision'), |
| 453 | |
| 454 | # Minizip library. Used on Chrome OS. |
| 455 | 'src/third_party/minizip/src': |
| 456 | Var('chromium_git') + '/external/github.com/nmoinvaz/minizip' + '@' + 'dc3ad01e3d5928e9105f770b7e896a8e9fe0d3b4', |
David Reveman | e878bca1 | 2017-06-12 15:06:36 | [diff] [blame] | 457 | |
| 458 | # Android Explicit Synchronization. |
| 459 | 'src/third_party/libsync/src': |
| 460 | Var('chromium_git') + '/aosp/platform/system/core/libsync.git' + '@' + 'aa6cda6f638bd57d3a024f0d201f723a5c3bb875', |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 461 | }, |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 462 | 'android': { |
nyquist | 38f28ba | 2014-09-04 00:28:38 | [diff] [blame] | 463 | 'src/third_party/android_protobuf/src': |
thomasanderson | e01cebe | 2017-06-27 01:53:28 | [diff] [blame] | 464 | Var('chromium_git') + '/external/android_protobuf.git' + '@' + '7fca48d8ce97f7ba3ab8eea5c472f1ad3711762f', |
nyquist | 38f28ba | 2014-09-04 00:28:38 | [diff] [blame] | 465 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 466 | 'src/third_party/android_tools': |
Peter Wen | e39219b5 | 2017-09-06 15:47:34 | [diff] [blame] | 467 | Var('chromium_git') + '/android_tools.git' + '@' + 'aadb2fed04af8606545b0afe4e3060bc1a15fad7', |
[email protected] | 9f1235c | 2012-12-04 21:48:36 | [diff] [blame] | 468 | |
kapishnikov | 810c220 | 2016-01-28 21:35:00 | [diff] [blame] | 469 | 'src/third_party/apache-portable-runtime/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 470 | Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a8c4277e09a82eaa229e35246edea1ee0a6a1', |
kapishnikov | 810c220 | 2016-01-28 21:35:00 | [diff] [blame] | 471 | |
raywilliams | 6ffb117 | 2015-06-22 16:17:37 | [diff] [blame] | 472 | 'src/third_party/errorprone/lib': |
mikecase | bf3dc38d | 2015-09-25 19:19:45 | [diff] [blame] | 473 | Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea83b66343133b9c76b7d3288c30321818ebcf', |
raywilliams | 6ffb117 | 2015-06-22 16:17:37 | [diff] [blame] | 474 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 475 | 'src/third_party/findbugs': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 476 | Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac77ea0a194813d3065dd780c6e566', |
[email protected] | 9f1235c | 2012-12-04 21:48:36 | [diff] [blame] | 477 | |
kapishnikov | 810c220 | 2016-01-28 21:35:00 | [diff] [blame] | 478 | 'src/third_party/elfutils/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 479 | Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de4f3760bdcaa3d23d154d7', |
[email protected] | 99ff350 | 2014-05-19 16:49:35 | [diff] [blame] | 480 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 481 | 'src/third_party/jsr-305/src': |
| 482 | Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919', |
[email protected] | 0fb4c09 | 2012-12-13 19:15:59 | [diff] [blame] | 483 | |
kjellander | c1be042 | 2015-04-29 12:42:32 | [diff] [blame] | 484 | 'src/third_party/junit/src': |
mikecase | d5d3a70 | 2016-08-19 18:27:25 | [diff] [blame] | 485 | Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481', |
kjellander | c1be042 | 2015-04-29 12:42:32 | [diff] [blame] | 486 | |
mikecase | 85e83ed | 2014-12-08 19:18:29 | [diff] [blame] | 487 | 'src/third_party/mockito/src': |
mikecase | d5d3a70 | 2016-08-19 18:27:25 | [diff] [blame] | 488 | Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598ad4cf5ea53c69a8a8053780b04b850', |
mikecase | 85e83ed | 2014-12-08 19:18:29 | [diff] [blame] | 489 | |
kapishnikov | 810c220 | 2016-01-28 21:35:00 | [diff] [blame] | 490 | 'src/third_party/netty-tcnative/src': |
kapishnikov | ff836a3e | 2017-04-28 02:19:15 | [diff] [blame] | 491 | Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '5b46a8ef4a39c39c576fcdaaf718b585d75df463', |
kapishnikov | 810c220 | 2016-01-28 21:35:00 | [diff] [blame] | 492 | |
| 493 | 'src/third_party/netty4/src': |
kapishnikov | ff836a3e | 2017-04-28 02:19:15 | [diff] [blame] | 494 | Var('chromium_git') + '/external/netty4.git' + '@' + 'cc4420b13bb4eeea5b1cf4f93b2755644cd3b120', |
kapishnikov | 810c220 | 2016-01-28 21:35:00 | [diff] [blame] | 495 | |
mikecase | 1153087 | 2016-07-25 22:54:16 | [diff] [blame] | 496 | 'src/third_party/robolectric/robolectric': |
Changwan Ryu | bd7b13b | 2017-08-31 23:14:21 | [diff] [blame] | 497 | Var('chromium_git') + '/external/robolectric.git' + '@' + 'b02c65cc6d7465f58f0de48a39914aa905692afa', |
mikecase | 5ae30e10 | 2015-02-19 19:50:00 | [diff] [blame] | 498 | |
mikecase | c9eabe8 | 2015-06-15 18:57:59 | [diff] [blame] | 499 | 'src/third_party/ub-uiautomator/lib': |
jbudorick | 8e1be15 | 2015-07-13 23:06:38 | [diff] [blame] | 500 | Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434', |
mikecase | c9eabe8 | 2015-06-15 18:57:59 | [diff] [blame] | 501 | |
agrieve | a1b6200 | 2016-02-24 03:08:30 | [diff] [blame] | 502 | 'src/third_party/leakcanary/src': |
| 503 | Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e', |
| 504 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 505 | 'src/third_party/lss': |
mark | 051962e7 | 2016-07-25 20:44:47 | [diff] [blame] | 506 | Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'), |
[email protected] | d0982f9 | 2013-03-19 10:26:20 | [diff] [blame] | 507 | |
rnephew | 7b35188 | 2014-12-11 23:11:25 | [diff] [blame] | 508 | 'src/third_party/requests/src': |
| 509 | Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
| 510 | |
pasko | 9e24168 | 2015-06-23 09:06:57 | [diff] [blame] | 511 | 'src/third_party/custom_tabs_client/src': |
Yusuf Ozuysal | ddd335b | 2017-08-25 15:20:34 | [diff] [blame] | 512 | Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-client.git' + '@' + 'cff061038b852d647f7044d828a9df78aa135f38', |
bajones | c690d9ac | 2016-08-08 19:59:18 | [diff] [blame] | 513 | |
| 514 | 'src/third_party/gvr-android-sdk/src': |
Biao She | 58bfbe7f | 2017-08-30 00:49:49 | [diff] [blame] | 515 | Var('chromium_git') + '/external/github.com/googlevr/gvr-android-sdk.git' + '@' + 'ee5cb1c6138d0be57e82ddafc1b54d7d3e3e5560', |
[email protected] | 18081a1 | 2012-05-30 12:48:56 | [diff] [blame] | 516 | }, |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 517 | } |
| 518 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 519 | include_rules = [ |
| 520 | # Everybody can use some things. |
John Abd-El-Malek | 5b6373f | 2015-04-01 19:44:14 | [diff] [blame] | 521 | # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 522 | '+base', |
| 523 | '+build', |
| 524 | '+ipc', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 525 | |
[email protected] | dfbff86 | 2012-11-28 19:08:14 | [diff] [blame] | 526 | # Everybody can use headers generated by tools/generate_library_loader. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 527 | '+library_loaders', |
[email protected] | dfbff86 | 2012-11-28 19:08:14 | [diff] [blame] | 528 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 529 | '+testing', |
| 530 | '+third_party/icu/source/common/unicode', |
| 531 | '+third_party/icu/source/i18n/unicode', |
| 532 | '+url', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 533 | ] |
| 534 | |
| 535 | |
| 536 | # checkdeps.py shouldn't check include paths for files in these dirs: |
| 537 | skip_child_includes = [ |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 538 | 'breakpad', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 539 | 'native_client_sdk', |
John Abd-El-Malek | 5b6373f | 2015-04-01 19:44:14 | [diff] [blame] | 540 | 'out', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 541 | 'sdch', |
| 542 | 'skia', |
| 543 | 'testing', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 544 | 'v8', |
| 545 | 'win8', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 546 | ] |
[email protected] | bfa24b96 | 2009-03-02 00:16:16 | [diff] [blame] | 547 | |
| 548 | |
| 549 | hooks = [ |
| 550 | { |
[email protected] | 9372bec | 2014-08-14 14:03:30 | [diff] [blame] | 551 | # This clobbers when necessary (based on get_landmines.py). It must be the |
| 552 | # first hook so that other things that get/generate into the output |
| 553 | # directory will not subsequently be clobbered. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 554 | 'name': 'landmines', |
| 555 | 'pattern': '.', |
| 556 | 'action': [ |
| 557 | 'python', |
| 558 | 'src/build/landmines.py', |
[email protected] | 9372bec | 2014-08-14 14:03:30 | [diff] [blame] | 559 | ], |
| 560 | }, |
| 561 | { |
Dan Jacques | cea92c51 | 2017-06-02 23:59:16 | [diff] [blame] | 562 | # Ensure that the DEPS'd "depot_tools" has its self-update capability |
| 563 | # disabled. |
| 564 | 'name': 'disable_depot_tools_selfupdate', |
| 565 | 'pattern': '.', |
| 566 | 'action': [ |
| 567 | 'python', |
| 568 | 'src/third_party/depot_tools/update_depot_tools_toggle.py', |
| 569 | '--disable', |
| 570 | ], |
| 571 | }, |
| 572 | { |
jbudorick | 94a712c | 2016-03-09 19:03:52 | [diff] [blame] | 573 | # Ensure that while generating dependencies lists in .gyp files we don't |
| 574 | # accidentally reference any .pyc files whose corresponding .py files have |
| 575 | # already been deleted. |
| 576 | # We should actually try to avoid generating .pyc files, crbug.com/500078. |
| 577 | 'name': 'remove_stale_pyc_files', |
| 578 | 'pattern': '.', |
| 579 | 'action': [ |
| 580 | 'python', |
| 581 | 'src/tools/remove_stale_pyc_files.py', |
| 582 | 'src/android_webview/tools', |
| 583 | 'src/build/android', |
| 584 | 'src/gpu/gles2_conform_support', |
| 585 | 'src/infra', |
| 586 | 'src/ppapi', |
| 587 | 'src/printing', |
| 588 | 'src/third_party/catapult', |
| 589 | 'src/third_party/closure_compiler/build', |
qyearsley | dfda207b | 2016-07-08 14:16:12 | [diff] [blame] | 590 | 'src/third_party/WebKit/Tools/Scripts', # See http://crbug.com/625877. |
jbudorick | 94a712c | 2016-03-09 19:03:52 | [diff] [blame] | 591 | 'src/tools', |
| 592 | ], |
| 593 | }, |
| 594 | { |
[email protected] | 89e43f65 | 2011-08-18 00:03:17 | [diff] [blame] | 595 | # This downloads binaries for Native Client's newlib toolchain. |
| 596 | # Done in lieu of building the toolchain from scratch as it can take |
| 597 | # anywhere from 30 minutes to 4 hours depending on platform to build. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 598 | 'name': 'nacltools', |
| 599 | 'pattern': '.', |
| 600 | 'action': [ |
dyen | 24988063 | 2014-11-20 23:02:20 | [diff] [blame] | 601 | 'python', |
| 602 | 'src/build/download_nacl_toolchains.py', |
ncbray | 474ab32 | 2015-01-05 22:04:22 | [diff] [blame] | 603 | '--mode', 'nacl_core_sdk', |
ncbray | 4453c50a | 2015-02-18 20:10:55 | [diff] [blame] | 604 | 'sync', '--extract', |
[email protected] | 89e43f65 | 2011-08-18 00:03:17 | [diff] [blame] | 605 | ], |
| 606 | }, |
[email protected] | 3a0b249 | 2011-08-24 20:41:16 | [diff] [blame] | 607 | { |
sbc | 8208b4d | 2015-06-30 19:14:23 | [diff] [blame] | 608 | # Downloads the current stable linux sysroot to build/linux/ if needed. |
[email protected] | 01a9860 | 2013-06-12 20:33:54 | [diff] [blame] | 609 | # This sysroot updates at about the same rate that the chrome build deps |
| 610 | # change. This script is a no-op except for linux users who are doing |
sbc | 8208b4d | 2015-06-30 19:14:23 | [diff] [blame] | 611 | # official chrome builds or cross compiling. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 612 | 'name': 'sysroot', |
| 613 | 'pattern': '.', |
sbc | 8208b4d | 2015-06-30 19:14:23 | [diff] [blame] | 614 | 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py', |
| 615 | '--running-as-hook'], |
sbc | 41d0e08 | 2014-10-22 20:39:29 | [diff] [blame] | 616 | }, |
| 617 | { |
[email protected] | c71d328 | 2014-04-09 01:56:20 | [diff] [blame] | 618 | # Update the Windows toolchain if necessary. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 619 | 'name': 'win_toolchain', |
| 620 | 'pattern': '.', |
| 621 | 'action': ['python', 'src/build/vs_toolchain.py', 'update'], |
[email protected] | c71d328 | 2014-04-09 01:56:20 | [diff] [blame] | 622 | }, |
justincohen | 6a03a3d | 2016-03-26 21:44:38 | [diff] [blame] | 623 | { |
| 624 | # Update the Mac toolchain if necessary. |
| 625 | 'name': 'mac_toolchain', |
| 626 | 'pattern': '.', |
| 627 | 'action': ['python', 'src/build/mac_toolchain.py'], |
| 628 | }, |
hans | b2eae97 | 2015-05-19 00:53:12 | [diff] [blame] | 629 | # Pull binutils for linux, enabled debug fission for faster linking / |
| 630 | # debugging when used with clang on Ubuntu Precise. |
| 631 | # https://code.google.com/p/chromium/issues/detail?id=352046 |
| 632 | { |
| 633 | 'name': 'binutils', |
| 634 | 'pattern': 'src/third_party/binutils', |
| 635 | 'action': [ |
| 636 | 'python', |
| 637 | 'src/third_party/binutils/download.py', |
| 638 | ], |
| 639 | }, |
[email protected] | c71d328 | 2014-04-09 01:56:20 | [diff] [blame] | 640 | { |
Hans Wennborg | 28fb41c | 2014-09-22 23:25:12 | [diff] [blame] | 641 | # Pull clang if needed or requested via GYP_DEFINES. |
| 642 | # Note: On Win, this should run after win_toolchain, as it may use it. |
| 643 | 'name': 'clang', |
| 644 | 'pattern': '.', |
| 645 | 'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'], |
| 646 | }, |
| 647 | { |
phajdan.jr | 2448b2c | 2015-04-24 21:04:17 | [diff] [blame] | 648 | # Update LASTCHANGE. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 649 | 'name': 'lastchange', |
| 650 | 'pattern': '.', |
| 651 | 'action': ['python', 'src/build/util/lastchange.py', |
| 652 | '-o', 'src/build/util/LASTCHANGE'], |
[email protected] | 9046a11 | 2012-01-31 20:45:25 | [diff] [blame] | 653 | }, |
| 654 | { |
halcanary | 5cacab3a | 2016-07-29 19:23:20 | [diff] [blame] | 655 | # Update skia_commit_hash.h. |
| 656 | 'name': 'lastchange_skia', |
| 657 | 'pattern': '.', |
| 658 | 'action': ['python', 'src/build/util/lastchange.py', |
| 659 | '-m', 'SKIA_COMMIT_HASH', |
| 660 | '-s', 'src/third_party/skia', |
| 661 | '--header', 'src/skia/ext/skia_commit_hash.h'], |
| 662 | }, |
[email protected] | 66968ba | 2014-03-18 20:27:54 | [diff] [blame] | 663 | # Pull GN binaries. This needs to be before running GYP below. |
| 664 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 665 | 'name': 'gn_win', |
| 666 | 'pattern': '.', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 667 | 'action': [ 'python', |
| 668 | 'src/third_party/depot_tools/download_from_google_storage.py', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 669 | '--no_resume', |
| 670 | '--platform=win32', |
| 671 | '--no_auth', |
| 672 | '--bucket', 'chromium-gn', |
| 673 | '-s', 'src/buildtools/win/gn.exe.sha1', |
[email protected] | 66968ba | 2014-03-18 20:27:54 | [diff] [blame] | 674 | ], |
| 675 | }, |
| 676 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 677 | 'name': 'gn_mac', |
| 678 | 'pattern': '.', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 679 | 'action': [ 'python', |
| 680 | 'src/third_party/depot_tools/download_from_google_storage.py', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 681 | '--no_resume', |
| 682 | '--platform=darwin', |
| 683 | '--no_auth', |
| 684 | '--bucket', 'chromium-gn', |
| 685 | '-s', 'src/buildtools/mac/gn.sha1', |
[email protected] | 0d5e0582 | 2014-06-18 19:23:19 | [diff] [blame] | 686 | ], |
| 687 | }, |
| 688 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 689 | 'name': 'gn_linux64', |
| 690 | 'pattern': '.', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 691 | 'action': [ 'python', |
| 692 | 'src/third_party/depot_tools/download_from_google_storage.py', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 693 | '--no_resume', |
| 694 | '--platform=linux*', |
| 695 | '--no_auth', |
| 696 | '--bucket', 'chromium-gn', |
| 697 | '-s', 'src/buildtools/linux64/gn.sha1', |
[email protected] | 0d5e0582 | 2014-06-18 19:23:19 | [diff] [blame] | 698 | ], |
| 699 | }, |
[email protected] | 6eabd70 | 2014-01-12 00:19:20 | [diff] [blame] | 700 | # Pull clang-format binaries using checked-in hashes. |
| 701 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 702 | 'name': 'clang_format_win', |
| 703 | 'pattern': '.', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 704 | 'action': [ 'python', |
| 705 | 'src/third_party/depot_tools/download_from_google_storage.py', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 706 | '--no_resume', |
| 707 | '--platform=win32', |
| 708 | '--no_auth', |
| 709 | '--bucket', 'chromium-clang-format', |
| 710 | '-s', 'src/buildtools/win/clang-format.exe.sha1', |
[email protected] | 6eabd70 | 2014-01-12 00:19:20 | [diff] [blame] | 711 | ], |
| 712 | }, |
| 713 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 714 | 'name': 'clang_format_mac', |
| 715 | 'pattern': '.', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 716 | 'action': [ 'python', |
| 717 | 'src/third_party/depot_tools/download_from_google_storage.py', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 718 | '--no_resume', |
| 719 | '--platform=darwin', |
| 720 | '--no_auth', |
| 721 | '--bucket', 'chromium-clang-format', |
| 722 | '-s', 'src/buildtools/mac/clang-format.sha1', |
[email protected] | 6eabd70 | 2014-01-12 00:19:20 | [diff] [blame] | 723 | ], |
| 724 | }, |
| 725 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 726 | 'name': 'clang_format_linux', |
| 727 | 'pattern': '.', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 728 | 'action': [ 'python', |
| 729 | 'src/third_party/depot_tools/download_from_google_storage.py', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 730 | '--no_resume', |
| 731 | '--platform=linux*', |
| 732 | '--no_auth', |
| 733 | '--bucket', 'chromium-clang-format', |
| 734 | '-s', 'src/buildtools/linux64/clang-format.sha1', |
[email protected] | 6ec1d6fc | 2014-06-25 19:55:21 | [diff] [blame] | 735 | ], |
| 736 | }, |
Hans Wennborg | fc1e297 | 2017-06-12 18:42:26 | [diff] [blame] | 737 | # Pull order files for the win/clang build. |
| 738 | { |
| 739 | 'name': 'orderfiles_win', |
| 740 | 'pattern': '.', |
| 741 | 'action': [ 'python', |
| 742 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 743 | '--no_resume', |
| 744 | '--platform=win32', |
| 745 | '--no_auth', |
| 746 | '--bucket', 'chromium-browser-clang/orderfiles', |
| 747 | '-d', 'src/chrome/build', |
| 748 | ], |
| 749 | }, |
maruel | 4fbba01 | 2015-05-22 21:52:29 | [diff] [blame] | 750 | # Pull luci-go binaries (isolate, swarming) using checked-in hashes. |
| 751 | { |
| 752 | 'name': 'luci-go_win', |
| 753 | 'pattern': '.', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 754 | 'action': [ 'python', |
| 755 | 'src/third_party/depot_tools/download_from_google_storage.py', |
maruel | 4fbba01 | 2015-05-22 21:52:29 | [diff] [blame] | 756 | '--no_resume', |
| 757 | '--platform=win32', |
| 758 | '--no_auth', |
| 759 | '--bucket', 'chromium-luci', |
| 760 | '-d', 'src/tools/luci-go/win64', |
| 761 | ], |
| 762 | }, |
| 763 | { |
| 764 | 'name': 'luci-go_mac', |
| 765 | 'pattern': '.', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 766 | 'action': [ 'python', |
| 767 | 'src/third_party/depot_tools/download_from_google_storage.py', |
maruel | 4fbba01 | 2015-05-22 21:52:29 | [diff] [blame] | 768 | '--no_resume', |
| 769 | '--platform=darwin', |
| 770 | '--no_auth', |
| 771 | '--bucket', 'chromium-luci', |
| 772 | '-d', 'src/tools/luci-go/mac64', |
| 773 | ], |
| 774 | }, |
| 775 | { |
| 776 | 'name': 'luci-go_linux', |
| 777 | 'pattern': '.', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 778 | 'action': [ 'python', |
| 779 | 'src/third_party/depot_tools/download_from_google_storage.py', |
maruel | 4fbba01 | 2015-05-22 21:52:29 | [diff] [blame] | 780 | '--no_resume', |
| 781 | '--platform=linux*', |
| 782 | '--no_auth', |
| 783 | '--bucket', 'chromium-luci', |
| 784 | '-d', 'src/tools/luci-go/linux64', |
| 785 | ], |
| 786 | }, |
[email protected] | 4dcd539 | 2013-11-26 18:56:23 | [diff] [blame] | 787 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 788 | 'name': 'drmemory', |
| 789 | 'pattern': '.', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 790 | 'action': [ 'python', |
| 791 | 'src/third_party/depot_tools/download_from_google_storage.py', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 792 | '--no_resume', |
| 793 | '--platform=win32', |
| 794 | '--no_auth', |
| 795 | '--bucket', 'chromium-drmemory', |
| 796 | '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1', |
[email protected] | 893f61d1 | 2014-06-05 09:28:10 | [diff] [blame] | 797 | ], |
| 798 | }, |
[email protected] | f1d116b | 2014-06-13 18:07:26 | [diff] [blame] | 799 | # Pull the Syzygy binaries, used for optimization and instrumentation. |
| 800 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 801 | 'name': 'syzygy-binaries', |
| 802 | 'pattern': '.', |
| 803 | 'action': ['python', |
| 804 | 'src/build/get_syzygy_binaries.py', |
| 805 | '--output-dir=src/third_party/syzygy/binaries', |
Sebastien Marchand | 0881de7 | 2017-07-19 23:45:07 | [diff] [blame] | 806 | '--revision=190dbfe74c6f5b5913820fa66d9176877924d7c5', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 807 | '--overwrite', |
sebmarchand | af7cc2f | 2016-10-04 18:22:25 | [diff] [blame] | 808 | '--copy-dia-binaries', |
[email protected] | f1d116b | 2014-06-13 18:07:26 | [diff] [blame] | 809 | ], |
| 810 | }, |
erikwright | 9bdc2bf | 2015-01-22 20:20:04 | [diff] [blame] | 811 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 812 | 'name': 'apache_win32', |
| 813 | 'pattern': '\\.sha1', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 814 | 'action': [ 'python', |
| 815 | 'src/third_party/depot_tools/download_from_google_storage.py', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 816 | '--no_resume', |
| 817 | '--platform=win32', |
| 818 | '--directory', |
| 819 | '--recursive', |
| 820 | '--no_auth', |
| 821 | '--num_threads=16', |
| 822 | '--bucket', 'chromium-apache-win32', |
| 823 | 'src/third_party/apache-win32', |
[email protected] | 2154052a | 2014-06-14 19:29:26 | [diff] [blame] | 824 | ], |
| 825 | }, |
| 826 | { |
thomasanderson | aa441f5 | 2017-04-04 22:35:39 | [diff] [blame] | 827 | # Pull sanitizer-instrumented third-party libraries if requested via |
| 828 | # GYP_DEFINES. |
| 829 | 'name': 'instrumented_libraries', |
| 830 | 'pattern': '\\.sha1', |
| 831 | 'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'], |
| 832 | }, |
| 833 | { |
bradnelson | 20c9a731 | 2016-08-30 17:45:47 | [diff] [blame] | 834 | "name": "wasm_fuzzer", |
| 835 | "pattern": ".", |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 836 | 'action': [ 'python', |
| 837 | 'src/third_party/depot_tools/download_from_google_storage.py', |
bradnelson | 20c9a731 | 2016-08-30 17:45:47 | [diff] [blame] | 838 | "--no_resume", |
| 839 | "--no_auth", |
| 840 | "-u", |
| 841 | "--bucket", "v8-wasm-fuzzer", |
ahaas | ec987e5d | 2017-05-17 11:25:36 | [diff] [blame] | 842 | "-s", "src/v8/test/fuzzer/wasm_corpus.tar.gz.sha1", |
bradnelson | 20c9a731 | 2016-08-30 17:45:47 | [diff] [blame] | 843 | ], |
| 844 | }, |
| 845 | { |
chenwilliam | 56a9038 | 2016-12-09 02:16:28 | [diff] [blame] | 846 | 'name': 'devtools_install_node', |
| 847 | 'action': [ 'python', |
| 848 | 'src/third_party/WebKit/Source/devtools/scripts/local_node/node.py', |
| 849 | '--running-as-hook', |
| 850 | '--version', |
| 851 | ], |
| 852 | }, |
dpapad | cbee6ab | 2017-01-14 03:05:53 | [diff] [blame] | 853 | |
| 854 | # Pull down Node binaries for WebUI toolchain. |
| 855 | { |
| 856 | 'name': 'node_linux64', |
| 857 | 'pattern': '.', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 858 | 'action': [ 'python', |
| 859 | 'src/third_party/depot_tools/download_from_google_storage.py', |
dpapad | cbee6ab | 2017-01-14 03:05:53 | [diff] [blame] | 860 | '--no_resume', |
| 861 | '--platform=linux*', |
| 862 | '--extract', |
| 863 | '--no_auth', |
| 864 | '--bucket', 'chromium-nodejs/6.9.4', |
| 865 | '-s', 'src/third_party/node/linux/node-linux-x64.tar.gz.sha1', |
| 866 | ], |
| 867 | }, |
| 868 | { |
| 869 | 'name': 'node_mac', |
| 870 | 'pattern': '.', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 871 | 'action': [ 'python', |
| 872 | 'src/third_party/depot_tools/download_from_google_storage.py', |
dpapad | cbee6ab | 2017-01-14 03:05:53 | [diff] [blame] | 873 | '--no_resume', |
| 874 | '--platform=darwin', |
| 875 | '--extract', |
| 876 | '--no_auth', |
| 877 | '--bucket', 'chromium-nodejs/6.9.4', |
| 878 | '-s', 'src/third_party/node/mac/node-darwin-x64.tar.gz.sha1', |
| 879 | ], |
| 880 | }, |
| 881 | { |
| 882 | 'name': 'node_win', |
| 883 | 'pattern': '.', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 884 | 'action': [ 'python', |
| 885 | 'src/third_party/depot_tools/download_from_google_storage.py', |
dpapad | cbee6ab | 2017-01-14 03:05:53 | [diff] [blame] | 886 | '--no_resume', |
| 887 | '--platform=win32', |
| 888 | '--no_auth', |
| 889 | '--bucket', 'chromium-nodejs/6.9.4', |
| 890 | '-s', 'src/third_party/node/win/node.exe.sha1', |
| 891 | ], |
| 892 | }, |
| 893 | |
| 894 | # Pull down NPM dependencies for WebUI toolchain. |
| 895 | { |
| 896 | 'name': 'webui_node_modules', |
| 897 | 'pattern': '.', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 898 | 'action': [ 'python', |
| 899 | 'src/third_party/depot_tools/download_from_google_storage.py', |
dpapad | cbee6ab | 2017-01-14 03:05:53 | [diff] [blame] | 900 | '--no_resume', |
| 901 | '--extract', |
| 902 | '--no_auth', |
| 903 | '--bucket', 'chromium-nodejs', |
| 904 | '-s', 'src/third_party/node/node_modules.tar.gz.sha1', |
| 905 | ], |
| 906 | }, |
kainino | 61f7bce | 2017-04-28 21:53:27 | [diff] [blame] | 907 | |
| 908 | # Download Telemetry's binary dependencies |
| 909 | { |
| 910 | 'name': 'fetch_telemetry_binary_dependencies', |
| 911 | 'pattern': '.', |
| 912 | 'action': [ 'python', |
nednguyen | 534722a | 2017-06-06 18:02:43 | [diff] [blame] | 913 | 'src/tools/perf/conditionally_execute', |
| 914 | '--gyp-condition', 'fetch_telemetry_dependencies=1', |
kainino | 61f7bce | 2017-04-28 21:53:27 | [diff] [blame] | 915 | 'src/third_party/catapult/telemetry/bin/fetch_telemetry_binary_dependencies', |
| 916 | ], |
| 917 | }, |
John Budorick | da2bfbb | 2017-05-30 22:17:59 | [diff] [blame] | 918 | |
Etienne Pierre-Doray | 44c7431c | 2017-08-21 19:42:40 | [diff] [blame] | 919 | # Pull down Zucchini test data. |
| 920 | { |
| 921 | 'name': 'zucchini_testdata', |
| 922 | 'pattern': '.', |
| 923 | 'action': [ 'python', |
| 924 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 925 | '--no_resume', |
| 926 | '--no_auth', |
huangs | 3bad8e2 | 2017-09-05 21:50:00 | [diff] [blame] | 927 | '--num_threads=4', |
Etienne Pierre-Doray | 44c7431c | 2017-08-21 19:42:40 | [diff] [blame] | 928 | '--bucket', 'chromium-binary-patching', |
| 929 | '-d', 'src/chrome/installer/zucchini/testdata', |
| 930 | ], |
| 931 | }, |
| 932 | |
John Budorick | da2bfbb | 2017-05-30 22:17:59 | [diff] [blame] | 933 | # Download checkstyle for use in PRESUBMIT for Java changes. |
| 934 | # TODO(jbudorick): Move this back down to the android section of hooks_os |
| 935 | # once it's no longer necessary for the chromium_presubmit bot. |
| 936 | { |
| 937 | 'name': 'checkstyle', |
| 938 | 'pattern': '.', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 939 | 'action': [ 'python', |
| 940 | 'src/third_party/depot_tools/download_from_google_storage.py', |
John Budorick | da2bfbb | 2017-05-30 22:17:59 | [diff] [blame] | 941 | '--no_resume', |
| 942 | '--no_auth', |
| 943 | '--bucket', 'chromium-android-tools/checkstyle', |
Nicolas Dossou-gbete | e2ae4df | 2017-07-05 18:23:42 | [diff] [blame] | 944 | '-s', 'src/third_party/checkstyle/checkstyle-8.0-all.jar.sha1' |
John Budorick | da2bfbb | 2017-05-30 22:17:59 | [diff] [blame] | 945 | ], |
| 946 | }, |
[email protected] | bfa24b96 | 2009-03-02 00:16:16 | [diff] [blame] | 947 | ] |
jmadill | d2dfc8f | 2016-06-16 16:25:13 | [diff] [blame] | 948 | |
thakis | 973bb243 | 2017-05-24 15:27:14 | [diff] [blame] | 949 | # Note: These are keyed off target os, not host os. So don't move things here |
| 950 | # that depend on the target os. |
scottmg | 4cd62bec | 2017-05-16 03:55:25 | [diff] [blame] | 951 | hooks_os = { |
thakis | 973bb243 | 2017-05-24 15:27:14 | [diff] [blame] | 952 | 'android': [ |
| 953 | { |
| 954 | # This downloads SDK extras and puts them in the |
| 955 | # third_party/android_tools/sdk/extras directory. |
| 956 | 'name': 'sdkextras', |
| 957 | 'pattern': '.', |
| 958 | # When adding a new sdk extras package to download, add the package |
| 959 | # directory and zip file to .gitignore in third_party/android_tools. |
| 960 | 'action': ['python', |
| 961 | 'src/build/android/play_services/update.py', |
| 962 | 'download' |
| 963 | ], |
| 964 | }, |
| 965 | { |
Benoit L | 0a47fd18 | 2017-08-16 10:03:26 | [diff] [blame] | 966 | 'name': 'android_system_sdk', |
Selim Gurun | f11fd49 | 2017-08-10 19:23:33 | [diff] [blame] | 967 | 'pattern': '.', |
Benoit L | 0a47fd18 | 2017-08-16 10:03:26 | [diff] [blame] | 968 | 'action': ['python', |
| 969 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 970 | 'download', |
| 971 | '-b', 'android_system_stubs', |
| 972 | '-l', 'third_party/android_system_sdk' |
| 973 | ], |
| 974 | }, |
| 975 | { |
| 976 | 'name': 'intellij', |
| 977 | 'pattern': '.', |
| 978 | 'action': ['python', |
| 979 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 980 | 'download', |
| 981 | '-b', 'chromium-intellij', |
| 982 | '-l', 'third_party/intellij' |
| 983 | ], |
| 984 | }, |
| 985 | { |
| 986 | 'name': 'javax_inject', |
| 987 | 'pattern': '.', |
| 988 | 'action': ['python', |
| 989 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 990 | 'download', |
| 991 | '-b', 'chromium-javax-inject', |
| 992 | '-l', 'third_party/javax_inject' |
| 993 | ], |
| 994 | }, |
| 995 | { |
| 996 | 'name': 'hamcrest', |
| 997 | 'pattern': '.', |
| 998 | 'action': ['python', |
| 999 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1000 | 'download', |
| 1001 | '-b', 'chromium-hamcrest', |
| 1002 | '-l', 'third_party/hamcrest' |
| 1003 | ], |
| 1004 | }, |
| 1005 | { |
| 1006 | 'name': 'guava', |
| 1007 | 'pattern': '.', |
| 1008 | 'action': ['python', |
| 1009 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1010 | 'download', |
| 1011 | '-b', 'chromium-guava', |
| 1012 | '-l', 'third_party/guava' |
| 1013 | ], |
| 1014 | }, |
| 1015 | { |
| 1016 | 'name': 'android_support_test_runner', |
| 1017 | 'pattern': '.', |
| 1018 | 'action': ['python', |
| 1019 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1020 | 'download', |
| 1021 | '-b', 'chromium-android-support-test-runner', |
| 1022 | '-l', 'third_party/android_support_test_runner' |
| 1023 | ], |
| 1024 | }, |
| 1025 | { |
| 1026 | 'name': 'byte_buddy', |
| 1027 | 'pattern': '.', |
| 1028 | 'action': ['python', |
| 1029 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1030 | 'download', |
| 1031 | '-b', 'chromium-byte-buddy', |
| 1032 | '-l', 'third_party/byte_buddy' |
| 1033 | ], |
| 1034 | }, |
| 1035 | { |
| 1036 | 'name': 'espresso', |
| 1037 | 'pattern': '.', |
| 1038 | 'action': ['python', |
| 1039 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1040 | 'download', |
| 1041 | '-b', 'chromium-espresso', |
| 1042 | '-l', 'third_party/espresso' |
| 1043 | ], |
| 1044 | }, |
| 1045 | { |
| 1046 | 'name': 'robolectric_libs', |
| 1047 | 'pattern': '.', |
| 1048 | 'action': ['python', |
| 1049 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1050 | 'download', |
| 1051 | '-b', 'chromium-robolectric', |
| 1052 | '-l', 'third_party/robolectric' |
| 1053 | ], |
| 1054 | }, |
| 1055 | { |
| 1056 | 'name': 'apache_velocity', |
| 1057 | 'pattern': '.', |
| 1058 | 'action': ['python', |
| 1059 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1060 | 'download', |
| 1061 | '-b', 'chromium-apache-velocity', |
| 1062 | '-l', 'third_party/apache_velocity' |
| 1063 | ], |
| 1064 | }, |
| 1065 | { |
| 1066 | 'name': 'ow2_asm', |
| 1067 | 'pattern': '.', |
| 1068 | 'action': ['python', |
| 1069 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1070 | 'download', |
| 1071 | '-b', 'chromium-ow2-asm', |
| 1072 | '-l', 'third_party/ow2_asm' |
| 1073 | ], |
| 1074 | }, |
| 1075 | { |
| 1076 | 'name': 'desugar', |
| 1077 | 'pattern': '.', |
| 1078 | 'action': ['python', |
| 1079 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1080 | 'download', |
| 1081 | '-b', 'chromium-android-tools/bazel/desugar', |
| 1082 | '-l', 'third_party/bazel/desugar' |
| 1083 | ], |
| 1084 | }, |
| 1085 | { |
| 1086 | 'name': 'apk-patch-size-estimator', |
| 1087 | 'pattern': '.', |
| 1088 | 'action': ['python', |
| 1089 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1090 | 'download', |
| 1091 | '-b', 'chromium-android-tools/apk-patch-size-estimator', |
| 1092 | '-l', 'third_party/apk-patch-size-estimator/lib' |
| 1093 | ], |
| 1094 | }, |
| 1095 | { |
| 1096 | 'name': 'icu4j', |
| 1097 | 'pattern': '.', |
| 1098 | 'action': ['python', |
| 1099 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1100 | 'download', |
| 1101 | '-b', 'chromium-icu4j', |
| 1102 | '-l', 'third_party/icu4j' |
| 1103 | ], |
| 1104 | }, |
| 1105 | { |
| 1106 | 'name': 'accessibility_test_framework', |
| 1107 | 'pattern': '.', |
| 1108 | 'action': ['python', |
| 1109 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1110 | 'download', |
| 1111 | '-b', 'chromium-accessibility-test-framework', |
| 1112 | '-l', 'third_party/accessibility_test_framework' |
| 1113 | ], |
| 1114 | }, |
| 1115 | { |
| 1116 | 'name': 'bouncycastle', |
| 1117 | 'pattern': '.', |
| 1118 | 'action': ['python', |
| 1119 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1120 | 'download', |
| 1121 | '-b', 'chromium-bouncycastle', |
| 1122 | '-l', 'third_party/bouncycastle' |
| 1123 | ], |
| 1124 | }, |
| 1125 | { |
| 1126 | 'name': 'sqlite4java', |
| 1127 | 'pattern': '.', |
| 1128 | 'action': ['python', |
| 1129 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1130 | 'download', |
| 1131 | '-b', 'chromium-sqlite4java', |
| 1132 | '-l', 'third_party/sqlite4java' |
| 1133 | ], |
| 1134 | }, |
| 1135 | { |
Mike Case | 024532784 | 2017-08-24 02:20:03 | [diff] [blame] | 1136 | 'name': 'gson', |
| 1137 | 'pattern': '.', |
| 1138 | 'action': ['python', |
| 1139 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1140 | 'download', |
| 1141 | '-b', 'chromium-gson', |
| 1142 | '-l', 'third_party/gson', |
| 1143 | ], |
| 1144 | }, |
| 1145 | { |
Benoit L | 0a47fd18 | 2017-08-16 10:03:26 | [diff] [blame] | 1146 | 'name': 'objenesis', |
| 1147 | 'pattern': '.', |
| 1148 | 'action': ['python', |
| 1149 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1150 | 'download', |
| 1151 | '-b', 'chromium-objenesis', |
| 1152 | '-l', 'third_party/objenesis' |
| 1153 | ], |
| 1154 | }, |
| 1155 | { |
| 1156 | 'name': 'xstream', |
| 1157 | 'pattern': '.', |
| 1158 | 'action': ['python', |
| 1159 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1160 | 'download', |
| 1161 | '-b', 'chromium-robolectric', |
| 1162 | '-l', 'third_party/xstream' |
thakis | 973bb243 | 2017-05-24 15:27:14 | [diff] [blame] | 1163 | ], |
| 1164 | }, |
| 1165 | { |
thakis | 973bb243 | 2017-05-24 15:27:14 | [diff] [blame] | 1166 | 'name': 'gvr_static_shim_android_arm', |
| 1167 | 'pattern': '\\.sha1', |
Benoit L | 0a47fd18 | 2017-08-16 10:03:26 | [diff] [blame] | 1168 | 'action': [ 'python', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 1169 | 'src/third_party/depot_tools/download_from_google_storage.py', |
thakis | 973bb243 | 2017-05-24 15:27:14 | [diff] [blame] | 1170 | '--no_resume', |
| 1171 | '--platform=linux*', |
| 1172 | '--no_auth', |
| 1173 | '--bucket', 'chromium-gvr-static-shim', |
| 1174 | '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm.a.sha1', |
| 1175 | ], |
| 1176 | }, |
| 1177 | { |
| 1178 | 'name': 'gvr_static_shim_android_arm64', |
| 1179 | 'pattern': '\\.sha1', |
Benoit L | 0a47fd18 | 2017-08-16 10:03:26 | [diff] [blame] | 1180 | 'action': [ 'python', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 1181 | 'src/third_party/depot_tools/download_from_google_storage.py', |
thakis | 973bb243 | 2017-05-24 15:27:14 | [diff] [blame] | 1182 | '--no_resume', |
| 1183 | '--platform=linux*', |
| 1184 | '--no_auth', |
| 1185 | '--bucket', 'chromium-gvr-static-shim', |
| 1186 | '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm64.a.sha1', |
| 1187 | ], |
| 1188 | }, |
| 1189 | { |
thakis | 973bb243 | 2017-05-24 15:27:14 | [diff] [blame] | 1190 | 'name': 'vr_controller_test_api', |
| 1191 | 'pattern': '\\.sha1', |
Benoit L | 0a47fd18 | 2017-08-16 10:03:26 | [diff] [blame] | 1192 | 'action': [ 'python', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 1193 | 'src/third_party/depot_tools/download_from_google_storage.py', |
thakis | 973bb243 | 2017-05-24 15:27:14 | [diff] [blame] | 1194 | '--no_resume', |
| 1195 | '--platform=linux*', |
| 1196 | '--no_auth', |
| 1197 | '--bucket', 'chromium-gvr-static-shim/controller_test_api', |
| 1198 | '-s', 'src/third_party/gvr-android-sdk/test-libraries/controller_test_api.aar.sha1', |
| 1199 | ], |
| 1200 | }, |
| 1201 | # Download VR test APKs only if the environment variable is set |
| 1202 | { |
| 1203 | 'name': 'vr_test_apks', |
| 1204 | 'pattern': '.', |
| 1205 | 'action': [ 'python', |
| 1206 | 'src/third_party/gvr-android-sdk/test-apks/update.py', |
| 1207 | ], |
| 1208 | }, |
| 1209 | { |
| 1210 | # Pull doclava binaries if building for Android. |
| 1211 | 'name': 'doclava', |
| 1212 | 'pattern': '.', |
| 1213 | 'action': ['python', |
| 1214 | 'src/build/android/download_doclava.py', |
| 1215 | ], |
| 1216 | }, |
| 1217 | ], |
scottmg | 4cd62bec | 2017-05-16 03:55:25 | [diff] [blame] | 1218 | 'fuchsia': [ |
| 1219 | { |
| 1220 | 'name': 'fuchsia_sdk', |
| 1221 | 'pattern': '.', |
| 1222 | 'action': [ |
| 1223 | 'python', |
| 1224 | 'src/build/fuchsia/update_sdk.py', |
Sergey Ulanov | f1c3ca49 | 2017-09-12 21:18:04 | [diff] [blame] | 1225 | 'f319affb3cb0a9baa3cebe74ad33fa17f232f09c', |
scottmg | 4cd62bec | 2017-05-16 03:55:25 | [diff] [blame] | 1226 | ], |
| 1227 | }, |
| 1228 | ], |
scottmg | 4cd62bec | 2017-05-16 03:55:25 | [diff] [blame] | 1229 | } |
| 1230 | |
jbudorick | e6932bfd | 2016-09-07 02:09:22 | [diff] [blame] | 1231 | recursedeps = [ |
bungeman | 1835f98 | 2016-09-28 18:33:22 | [diff] [blame] | 1232 | # buildtools provides clang_format, libc++, and libc++abi |
| 1233 | 'src/buildtools', |
jbudorick | e6932bfd | 2016-09-07 02:09:22 | [diff] [blame] | 1234 | # android_tools manages the NDK. |
| 1235 | 'src/third_party/android_tools', |
| 1236 | # ANGLE manages DEPS that it also owns the build files for, such as dEQP. |
| 1237 | ("src/third_party/angle", "DEPS.chromium"), |
| 1238 | ] |