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', |
thestig | 3e7d8e0 | 2015-09-28 23:54:46 | [diff] [blame] | 36 | # Three lines of non-changing comments so that |
thestig | 3e7d8e0 | 2015-09-28 23:54:46 | [diff] [blame] | 37 | # the commit queue can handle CLs rolling sfntly |
| 38 | # and whatever else without interference from each other. |
thestig | 6bc9d55 | 2016-11-01 05:11:10 | [diff] [blame] | 39 | 'sfntly_revision': '64f78562d2003eb7cacaaa86a398cbd41881ba6f', |
thestig | 3e7d8e0 | 2015-09-28 23:54:46 | [diff] [blame] | 40 | # Three lines of non-changing comments so that |
| 41 | # the commit queue can handle CLs rolling Skia |
| 42 | # and whatever else without interference from each other. |
skia-deps-roller | 5db52ef | 2016-12-08 22:55:00 | [diff] [blame] | 43 | 'skia_revision': '9bbfb657606d4c501dd4df13cc035cf38f7672c9', |
[email protected] | 5eb3022e | 2011-11-23 16:42:26 | [diff] [blame] | 44 | # Three lines of non-changing comments so that |
sbc | e2d44aee | 2015-06-09 03:06:04 | [diff] [blame] | 45 | # the commit queue can handle CLs rolling V8 |
| 46 | # and whatever else without interference from each other. |
v8-autoroll | 44650ec | 2016-12-09 01:12:49 | [diff] [blame] | 47 | 'v8_revision': '46bd8103300461a53af05e58a389bf1aaf67ac3a', |
[email protected] | 20e0e75 | 2012-09-14 15:56:52 | [diff] [blame] | 48 | # Three lines of non-changing comments so that |
[email protected] | 10d8ac3 | 2013-10-31 13:34:31 | [diff] [blame] | 49 | # the commit queue can handle CLs rolling swarming_client |
[email protected] | 7f4fc41 | 2013-02-24 00:16:51 | [diff] [blame] | 50 | # and whatever else without interference from each other. |
jbudorick | bc0614e4 | 2016-11-10 21:42:30 | [diff] [blame] | 51 | 'swarming_revision': 'ebc8dab6f8b8d79ec221c94de39a921145abd404', |
[email protected] | d0982f9 | 2013-03-19 10:26:20 | [diff] [blame] | 52 | # Three lines of non-changing comments so that |
[email protected] | 62f23190 | 2014-03-11 10:19:20 | [diff] [blame] | 53 | # the commit queue can handle CLs rolling ANGLE |
| 54 | # and whatever else without interference from each other. |
geofflang | 9038bcb | 2016-12-08 22:35:38 | [diff] [blame] | 55 | 'angle_revision': 'dceacf5b124229447b50d578b78dd389b60f69a2', |
[email protected] | f58d329 | 2014-05-14 01:56:54 | [diff] [blame] | 56 | # Three lines of non-changing comments so that |
| 57 | # the commit queue can handle CLs rolling build tools |
| 58 | # and whatever else without interference from each other. |
brettw | b61da53 | 2016-12-07 00:30:43 | [diff] [blame] | 59 | 'buildtools_revision': '55ad626b08ef971fd82a62b7abb325359542952b', |
dpranke | 7a694fe | 2015-08-18 05:11:29 | [diff] [blame] | 60 | # Three lines of non-changing comments so that |
capn | e3976c2 | 2016-08-12 22:06:17 | [diff] [blame] | 61 | # the commit queue can handle CLs rolling SwiftShader |
| 62 | # and whatever else without interference from each other. |
sugoi | 981bab1 | 2016-12-08 22:36:37 | [diff] [blame] | 63 | 'swiftshader_revision': '3ea9295f5b2f4a1dfa022d58dc53299e02fbbea1', |
capn | e3976c2 | 2016-08-12 22:06:17 | [diff] [blame] | 64 | # Three lines of non-changing comments so that |
dpranke | 7a694fe | 2015-08-18 05:11:29 | [diff] [blame] | 65 | # the commit queue can handle CLs rolling PDFium |
[email protected] | d6a2e88f1 | 2014-05-19 19:27:03 | [diff] [blame] | 66 | # and whatever else without interference from each other. |
pdfium-deps-roller | 4c3d451 | 2016-12-09 01:40:25 | [diff] [blame] | 67 | 'pdfium_revision': '94afac986c9d6232b7791acff4f23d99fbd004ae', |
[email protected] | 99e1c5c | 2014-06-20 13:02:29 | [diff] [blame] | 68 | # Three lines of non-changing comments so that |
| 69 | # the commit queue can handle CLs rolling openmax_dl |
| 70 | # and whatever else without interference from each other. |
scottmg | c460f912 | 2016-11-19 01:50:26 | [diff] [blame] | 71 | 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7', |
[email protected] | 7ee3af5 | 2014-07-06 18:16:47 | [diff] [blame] | 72 | # Three lines of non-changing comments so that |
| 73 | # the commit queue can handle CLs rolling BoringSSL |
| 74 | # and whatever else without interference from each other. |
davidben | 4d579c7 | 2016-12-08 19:35:06 | [diff] [blame] | 75 | 'boringssl_revision': '33b1d4f575543b42b9c3406b7f8259daf11945dc', |
szager | 29407eb | 2014-08-26 13:09:31 | [diff] [blame] | 76 | # Three lines of non-changing comments so that |
szager | 29407eb | 2014-08-26 13:09:31 | [diff] [blame] | 77 | # the commit queue can handle CLs rolling google-toolbox-for-mac |
| 78 | # and whatever else without interference from each other. |
stkhapugin | 74518f2 | 2016-11-02 18:03:29 | [diff] [blame] | 79 | 'google_toolbox_for_mac_revision': '038a2399b20e67ab17685e23ee873a66811fa107', |
szager | 29407eb | 2014-08-26 13:09:31 | [diff] [blame] | 80 | # Three lines of non-changing comments so that |
| 81 | # the commit queue can handle CLs rolling lighttpd |
| 82 | # and whatever else without interference from each other. |
| 83 | 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', |
| 84 | # Three lines of non-changing comments so that |
| 85 | # the commit queue can handle CLs rolling lss |
| 86 | # and whatever else without interference from each other. |
mark | 051962e7 | 2016-07-25 20:44:47 | [diff] [blame] | 87 | 'lss_revision': '3f6478ac95edf86cd3da300c2c0d34a438f5dbeb', |
mseaborn | 851e1bd1 | 2014-09-05 08:00:14 | [diff] [blame] | 88 | # Three lines of non-changing comments so that |
| 89 | # the commit queue can handle CLs rolling NaCl |
| 90 | # and whatever else without interference from each other. |
nacl-deps-roller | 4dcbf82 | 2016-11-23 19:29:19 | [diff] [blame] | 91 | 'nacl_revision': 'cb27d1fd35d71dce84de1458243f19ef23868f75', |
cwallez | f2b0349 | 2015-08-25 15:08:18 | [diff] [blame] | 92 | # Three lines of non-changing comments so that |
bcf | 53f862ea | 2016-02-02 05:08:42 | [diff] [blame] | 93 | # the commit queue can handle CLs rolling freetype-android |
| 94 | # and whatever else without interference from each other. |
bungeman | 7a8ceafd | 2016-09-14 15:53:14 | [diff] [blame] | 95 | 'freetype_android_revision': 'c38be52bf8de3b1699d74932b849bf150265819e', |
robertocn | 4567f4d | 2016-03-23 03:36:07 | [diff] [blame] | 96 | # Three lines of non-changing comments so that |
| 97 | # the commit queue can handle CLs rolling catapult |
| 98 | # and whatever else without interference from each other. |
catapult-deps-roller | 9f4e847 | 2016-12-09 01:43:37 | [diff] [blame] | 99 | 'catapult_revision': '0b7222ff3002f4f25c3126628b850d9df63c6fe8', |
ochang | cbd1cf20 | 2016-04-01 21:37:37 | [diff] [blame] | 100 | # Three lines of non-changing comments so that |
| 101 | # the commit queue can handle CLs rolling libFuzzer |
| 102 | # and whatever else without interference from each other. |
inferno | ae8e343 | 2016-10-27 03:08:10 | [diff] [blame] | 103 | 'libfuzzer_revision': '2ed967ccadb496a1e916d9bd33a41386900dfb6a', |
chenwilliam | 56a9038 | 2016-12-09 02:16:28 | [diff] [blame^] | 104 | # Three lines of non-changing comments so that |
| 105 | # the commit queue can handle CLs rolling devtools-node-modules |
| 106 | # and whatever else without interference from each other. |
| 107 | 'devtools_node_modules_revision': '6226d6cd80aaf2e5295ed460cf73ef6a582e4d78', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 108 | } |
| 109 | |
tandrii | 74b7e42 | 2014-09-23 16:45:27 | [diff] [blame] | 110 | # Only these hosts are allowed for dependencies in this DEPS file. |
| 111 | # If you need to add a new host, contact chrome infrastracture team. |
| 112 | allowed_hosts = [ |
tandrii | cb12c64 | 2015-03-27 19:00:55 | [diff] [blame] | 113 | 'android.googlesource.com', |
agable | 851c6f725 | 2016-11-04 17:17:39 | [diff] [blame] | 114 | 'boringssl.googlesource.com', |
| 115 | 'chromium.googlesource.com', |
| 116 | 'pdfium.googlesource.com', |
| 117 | 'skia.googlesource.com', |
capn | e3976c2 | 2016-08-12 22:06:17 | [diff] [blame] | 118 | 'swiftshader.googlesource.com', |
tandrii | 74b7e42 | 2014-09-23 16:45:27 | [diff] [blame] | 119 | ] |
| 120 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 121 | deps = { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 122 | 'src/breakpad/src': |
tobiasjs | 0fc50f25e | 2016-12-08 17:37:53 | [diff] [blame] | 123 | Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + 'd0c70649064fb8467aea5910eb8007e9afe6efd7', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 124 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 125 | 'src/buildtools': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 126 | Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'), |
[email protected] | f58d329 | 2014-05-14 01:56:54 | [diff] [blame] | 127 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 128 | 'src/sdch/open-vcdiff': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 129 | Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' + '2b9bd1fe548520e9355e457a134bab7e2f9c56c0', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 130 | |
piman | 5623da4 | 2016-07-21 03:03:15 | [diff] [blame] | 131 | 'src/testing/gtest': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 132 | Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 133 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 134 | 'src/testing/gmock': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 135 | Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 |
[email protected] | c6bc0bd | 2011-01-27 19:55:06 | [diff] [blame] | 136 | |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 137 | 'src/third_party/glslang/src': |
| 138 | Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210c6bf4d8119dc5f8ac21da2d4c87184f7015e0', |
dyen | b780ac5 | 2016-05-10 19:02:41 | [diff] [blame] | 139 | |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 140 | 'src/third_party/shaderc/src': |
| 141 | Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8793c34907073025af2622c28bcee64e9879a4', |
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/SPIRV-Tools/src': |
| 144 | Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + '@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c', |
dyen | b780ac5 | 2016-05-10 19:02:41 | [diff] [blame] | 145 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 146 | 'src/third_party/angle': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 147 | Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
[email protected] | 7cc7a2e7 | 2013-11-20 03:23:19 | [diff] [blame] | 148 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 149 | 'src/third_party/colorama/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 150 | Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', |
[email protected] | 2e37020f | 2014-06-10 22:14:18 | [diff] [blame] | 151 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 152 | 'src/third_party/icu': |
jshin | 7c4b98b12 | 2016-11-17 22:07:36 | [diff] [blame] | 153 | Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'dda089a98a4f1512a62a68e8fc47a98aa6d2f963', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 154 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 155 | 'src/third_party/hunspell_dictionaries': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 156 | Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc6e7c25bf47cbfb466e0701fd2728b4a12e79d5', |
[email protected] | 5c965dd | 2009-09-04 21:11:43 | [diff] [blame] | 157 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 158 | 'src/third_party/leveldatabase/src': |
cmumford | b5bcbc6 | 2016-04-15 21:11:37 | [diff] [blame] | 159 | Var('chromium_git') + '/external/leveldb.git' + '@' + 'a7bff697baa062c8f6b8fb760eacf658712b611a', |
[email protected] | 9ce15e92 | 2011-03-22 22:24:42 | [diff] [blame] | 160 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 161 | 'src/third_party/snappy/src': |
| 162 | Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958c7c0933d22e80c20bf', |
[email protected] | 9ce15e92 | 2011-03-22 22:24:42 | [diff] [blame] | 163 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 164 | 'src/tools/gyp': |
sdefresne | 294a049c | 2016-07-13 02:17:45 | [diff] [blame] | 165 | Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', |
[email protected] | acb9f72 | 2010-03-25 17:14:59 | [diff] [blame] | 166 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 167 | 'src/tools/swarming_client': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 168 | Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_revision'), |
[email protected] | 5dcce7f8 | 2012-10-04 00:08:07 | [diff] [blame] | 169 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 170 | 'src/v8': |
machenbach | a0a3e4a | 2014-09-24 12:43:11 | [diff] [blame] | 171 | Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 172 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 173 | 'src/native_client': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 174 | Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'), |
[email protected] | 6f0a2dd | 2011-12-05 21:59:01 | [diff] [blame] | 175 | |
thestig | 3e7d8e0 | 2015-09-28 23:54:46 | [diff] [blame] | 176 | 'src/third_party/sfntly/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 177 | Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Var('sfntly_revision'), |
[email protected] | f536426 | 2011-07-22 17:57:59 | [diff] [blame] | 178 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 179 | 'src/third_party/skia': |
agable | 851c6f725 | 2016-11-04 17:17:39 | [diff] [blame] | 180 | Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'), |
[email protected] | d5282e7 | 2009-05-13 13:16:52 | [diff] [blame] | 181 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 182 | 'src/tools/page_cycler/acid3': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 183 | Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5abc1b2f405a945f6d871521', |
[email protected] | 0735266 | 2009-07-13 23:22:33 | [diff] [blame] | 184 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 185 | 'src/chrome/test/data/perf/canvas_bench': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 186 | Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732', |
[email protected] | 700e7e3 | 2012-02-22 17:04:38 | [diff] [blame] | 187 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 188 | 'src/chrome/test/data/perf/frame_rate/content': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 189 | Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c88463efeef6bb19c9ec07c42bc8fe22b9', |
[email protected] | 40646b01 | 2011-07-26 02:30:26 | [diff] [blame] | 190 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 191 | 'src/third_party/bidichecker': |
| 192 | Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0', |
[email protected] | 2a18cabc | 2011-04-12 10:36:04 | [diff] [blame] | 193 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 194 | 'src/third_party/webgl/src': |
kbr | 153fc12 | 2016-12-06 00:16:26 | [diff] [blame] | 195 | Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'f554de25329a3d63754a32ae023854b8c1ad094c', |
[email protected] | 1f7077f | 2011-07-12 12:58:05 | [diff] [blame] | 196 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 197 | 'src/third_party/webdriver/pylib': |
| 198 | Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd', |
[email protected] | d9b19e3 | 2011-01-29 02:09:08 | [diff] [blame] | 199 | |
johannkoenig | 8cdf0347 | 2016-03-02 13:54:31 | [diff] [blame] | 200 | 'src/third_party/libvpx/source/libvpx': |
jzern | 2d322b4d | 2016-11-23 23:01:05 | [diff] [blame] | 201 | Var('chromium_git') + '/webm/libvpx.git' + '@' + 'd7f1d60c51b47f6d22be919362caad09469a058b', |
johannkoenig | 5238138 | 2015-09-18 22:35:25 | [diff] [blame] | 202 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 203 | 'src/third_party/ffmpeg': |
wolenetz | 324c32a | 2016-12-07 02:34:55 | [diff] [blame] | 204 | Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '26be2ced90769f25f83b9a613fe3b3e47c1ce4c6', |
[email protected] | e55badb | 2010-05-07 23:55:35 | [diff] [blame] | 205 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 206 | 'src/third_party/usrsctp/usrsctplib': |
skvlad | 636d9be | 2016-09-21 00:03:15 | [diff] [blame] | 207 | Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '7f9228152ab3d70e6848cc9c67389a0d4218740e', |
[email protected] | e033cd3f | 2013-05-08 15:21:22 | [diff] [blame] | 208 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 209 | 'src/third_party/libsrtp': |
mikecase | 6c003cb | 2016-11-09 22:37:04 | [diff] [blame] | 210 | Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '0e0936f3013fe5884eac82f95e370c8d460a179f', |
[email protected] | 44f3e79 | 2012-01-28 03:18:55 | [diff] [blame] | 211 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 212 | 'src/third_party/yasm/source/patched-yasm': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 213 | Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', |
[email protected] | 76ce152 | 2010-12-13 12:02:42 | [diff] [blame] | 214 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 215 | 'src/third_party/libjpeg_turbo': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 216 | Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '7260e4d8b8e1e40b17f03fafdf1cd83296900f76', |
[email protected] | cc1b1465 | 2011-01-17 12:35:57 | [diff] [blame] | 217 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 218 | 'src/third_party/flac': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 219 | Var('chromium_git') + '/chromium/deps/flac.git' + '@' + 'd0c35f878ec26f969c1631350b1d36fbd88ad8bb', |
[email protected] | f94eda9 | 2011-02-25 00:34:00 | [diff] [blame] | 220 | |
battre | 1f0e8e7f | 2016-05-06 12:58:58 | [diff] [blame] | 221 | 'src/third_party/flatbuffers/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 222 | Var('chromium_git') + '/external/github.com/google/flatbuffers.git' + '@' + 'e92ae5199d52fd59540a800bec7eef46cd778257', |
battre | 1f0e8e7f | 2016-05-06 12:58:58 | [diff] [blame] | 223 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 224 | 'src/third_party/pyftpdlib/src': |
| 225 | Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d059f581f05ae8d89d7e45', |
[email protected] | 4e7b5f9 | 2011-07-22 20:58:29 | [diff] [blame] | 226 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 227 | 'src/third_party/scons-2.0.1': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 228 | 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] | 229 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 230 | 'src/third_party/webrtc': |
guidou | 3e4a028 | 2016-12-07 10:36:25 | [diff] [blame] | 231 | Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '666ab2c1173e5411c3f81ebb0277644c978d136a', # commit position 15456 |
[email protected] | 21c24fa7 | 2011-09-05 13:35:02 | [diff] [blame] | 232 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 233 | 'src/third_party/openmax_dl': |
| 234 | Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), |
[email protected] | 0bed32c | 2013-03-30 17:38:54 | [diff] [blame] | 235 | |
sbc | 5695577 | 2015-04-07 17:06:08 | [diff] [blame] | 236 | 'src/third_party/jsoncpp/source': |
sbc | 12f9e9d6 | 2015-04-09 18:20:09 | [diff] [blame] | 237 | 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] | 238 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 239 | 'src/third_party/libyuv': |
fbarchard | f7433aba | 2016-11-09 01:53:40 | [diff] [blame] | 240 | Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '97fb18b846c52ef3596763184cf1f2686eed5f3c', |
[email protected] | 1e29b4e | 2011-11-03 01:25:19 | [diff] [blame] | 241 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 242 | 'src/third_party/smhasher/src': |
| 243 | Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f', |
[email protected] | f0736ff | 2011-12-03 04:19:20 | [diff] [blame] | 244 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 245 | 'src/third_party/libaddressinput/src': |
mathp | 85f7eea2 | 2016-10-26 22:05:34 | [diff] [blame] | 246 | Var('chromium_git') + '/external/libaddressinput.git' + '@' + '4d18a0d4be9add0dc479e7b939ed8d39f6ec0d73', |
[email protected] | 6cf5dbdd | 2013-11-09 04:21:45 | [diff] [blame] | 247 | |
mathp | 726584d | 2016-03-01 15:16:05 | [diff] [blame] | 248 | 'src/third_party/libphonenumber/dist': |
mathp | d2e22adc | 2016-03-15 18:54:08 | [diff] [blame] | 249 | Var('chromium_git') + '/external/libphonenumber.git' + '@' + 'a4da30df63a097d67e3c429ead6790ad91d36cf4', |
[email protected] | d12c2050 | 2012-02-01 11:40:19 | [diff] [blame] | 250 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 251 | 'src/third_party/webpagereplay': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 252 | Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '@' + '3cd3a3f6f06a1b87b14b9162c7eb16d23d141241', |
[email protected] | 51e3e3d | 2012-08-21 02:27:44 | [diff] [blame] | 253 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 254 | 'src/third_party/pywebsocket/src': |
hiroshige | 76efe993 | 2015-12-17 08:46:49 | [diff] [blame] | 255 | Var('chromium_git') + '/external/github.com/google/pywebsocket.git' + '@' + '2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2', |
[email protected] | 9a97803 | 2012-10-19 03:43:14 | [diff] [blame] | 256 | |
jrummell | f715b169 | 2015-10-21 23:26:26 | [diff] [blame] | 257 | 'src/media/cdm/api': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 258 | Var('chromium_git') + '/chromium/cdm.git' + '@' + '6a62dcef02523e2d5be4defb68a7d9363c7389d2', |
[email protected] | 255c43f | 2013-06-07 08:54:11 | [diff] [blame] | 259 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 260 | 'src/third_party/mesa/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 261 | Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e7035ca882cc77f85793fef', |
[email protected] | bba1c0dd | 2013-08-19 10:33:31 | [diff] [blame] | 262 | |
jinsukkim | 21d3369fc | 2016-06-21 06:16:03 | [diff] [blame] | 263 | 'src/third_party/ced/src': |
scottmg | eecd11d7 | 2016-12-01 20:07:40 | [diff] [blame] | 264 | Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + 'e57cdc44bd541d10669312a6fdc59fc4bf52d2b9', |
jinsukkim | 21d3369fc | 2016-06-21 06:16:03 | [diff] [blame] | 265 | |
capn | e3976c2 | 2016-08-12 22:06:17 | [diff] [blame] | 266 | 'src/third_party/swiftshader': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 267 | Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revision'), |
capn | e3976c2 | 2016-08-12 22:06:17 | [diff] [blame] | 268 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 269 | 'src/third_party/cld_2/src': |
andrewhayden | fe9263ad | 2015-08-11 13:00:44 | [diff] [blame] | 270 | Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84b58a5d7690ebf05a91406f371ce00c3daf31c0', |
[email protected] | edf1f06 | 2014-01-07 11:11:53 | [diff] [blame] | 271 | |
abakalov | 9c8f81b | 2016-07-26 21:03:15 | [diff] [blame] | 272 | 'src/third_party/cld_3/src': |
abakalov | 3382ba0 | 2016-12-07 22:15:20 | [diff] [blame] | 273 | Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + 'c03368eff92acc56756df2d4cd74a01a674409ea', |
abakalov | 9c8f81b | 2016-07-26 21:03:15 | [diff] [blame] | 274 | |
mcasas | 09903b3 | 2015-07-14 16:20:47 | [diff] [blame] | 275 | 'src/third_party/libwebm/source': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 276 | Var('chromium_git') + '/webm/libwebm.git' + '@' + '9a235e0bc94319c5f7184bd69cbe5468a74a025c', |
mcasas | 09903b3 | 2015-07-14 16:20:47 | [diff] [blame] | 277 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 278 | 'src/third_party/pdfium': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 279 | Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'), |
[email protected] | 7ee3af5 | 2014-07-06 18:16:47 | [diff] [blame] | 280 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 281 | 'src/third_party/boringssl/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 282 | Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), |
dtu | 3429796 | 2014-10-01 23:43:01 | [diff] [blame] | 283 | |
| 284 | 'src/third_party/py_trace_event/src': |
| 285 | Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430de2b9e53dea57a77b4c3ac9b30', |
nyquist | bbd665a | 2015-03-20 16:20:17 | [diff] [blame] | 286 | |
| 287 | 'src/third_party/dom_distiller_js/dist': |
wychen | a22aa43 | 2016-10-24 19:38:13 | [diff] [blame] | 288 | Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + '241e65eb93dd3e0dec2e0d3e0e0cac7a0e74e82c', |
sullivan | 0cf8767 | 2015-08-04 17:10:32 | [diff] [blame] | 289 | |
| 290 | 'src/third_party/catapult': |
| 291 | Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' + |
robertocn | 4567f4d | 2016-03-23 03:36:07 | [diff] [blame] | 292 | Var('catapult_revision'), |
hbos | dc28e3ff | 2015-11-13 14:43:51 | [diff] [blame] | 293 | |
| 294 | 'src/third_party/openh264/src': |
sprang | 3c3e253 | 2016-11-07 17:03:13 | [diff] [blame] | 295 | Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df93c5dcaf858c57eb7892bd27763f0f0ac', |
battre | 0739c64 | 2015-12-21 17:45:27 | [diff] [blame] | 296 | |
| 297 | 'src/third_party/re2/src': |
| 298 | Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349aba83b5588e85e5ecf2b56c97f2d259b7', |
aizatsky | af49611 | 2016-04-15 19:26:32 | [diff] [blame] | 299 | |
| 300 | # Used for building libFuzzers (only supports Linux). |
| 301 | 'src/third_party/libFuzzer/src': |
| 302 | Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' + Var('libfuzzer_revision'), |
prabhur | 984ad5c | 2016-08-02 20:08:21 | [diff] [blame] | 303 | |
| 304 | 'src/third_party/visualmetrics/src': |
| 305 | Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 306 | } |
| 307 | |
[email protected] | 00c51767 | 2010-11-04 00:27:29 | [diff] [blame] | 308 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 309 | deps_os = { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 310 | 'win': { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 311 | 'src/third_party/cygwin': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 312 | Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697fadf3a10ff1007a97c0b7de6df', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 313 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 314 | 'src/third_party/psyco_win32': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 315 | Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910ee5a8075bbaeed0591469f1661d868', |
[email protected] | 7e6497f | 2011-03-30 18:52:23 | [diff] [blame] | 316 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 317 | 'src/third_party/bison': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 318 | Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5464ee2b224c2df649c6e26c3', |
[email protected] | 6c7b7926 | 2012-07-18 23:50:45 | [diff] [blame] | 319 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 320 | 'src/third_party/gperf': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 321 | Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f9449770443fb06da49b5a1e5d33c1', |
[email protected] | 6c7b7926 | 2012-07-18 23:50:45 | [diff] [blame] | 322 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 323 | 'src/third_party/perl': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 324 | Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78', |
[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/lighttpd': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 327 | Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'), |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 328 | |
[email protected] | 3577031 | 2009-10-28 01:21:48 | [diff] [blame] | 329 | # Parses Windows PE/COFF executable format. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 330 | 'src/third_party/pefile': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 331 | Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab63c15585dc3b5c3f92f1', |
[email protected] | 4b167a3 | 2010-01-25 17:54:08 | [diff] [blame] | 332 | |
[email protected] | b13b6a3e | 2012-04-13 23:01:38 | [diff] [blame] | 333 | # GNU binutils assembler for x86-32. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 334 | 'src/third_party/gnu_binutils': |
| 335 | Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436', |
[email protected] | b13b6a3e | 2012-04-13 23:01:38 | [diff] [blame] | 336 | # GNU binutils assembler for x86-64. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 337 | 'src/third_party/mingw-w64/mingw/bin': |
| 338 | 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] | 339 | |
[email protected] | 76ce152 | 2010-12-13 12:02:42 | [diff] [blame] | 340 | # Dependencies used by libjpeg-turbo |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 341 | 'src/third_party/yasm/binaries': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 342 | Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b0aa06da24ef8b123058bb61ee468881', |
[email protected] | 51ce0e17 | 2011-08-05 16:16:23 | [diff] [blame] | 343 | |
[email protected] | bbc90fef | 2011-11-28 19:08:27 | [diff] [blame] | 344 | # Binaries for nacl sdk. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 345 | 'src/third_party/nacl_sdk_binaries': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 346 | Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 347 | }, |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 348 | 'ios': { |
baxley | 7690dae | 2016-03-02 18:47:48 | [diff] [blame] | 349 | 'src/ios/third_party/earl_grey/src': |
liaoyuke | ee55e2c | 2016-10-18 00:09:39 | [diff] [blame] | 350 | Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '625b2b7cdaf9371ae2b001d6cdc23b1790d41cd8', |
baxley | 7690dae | 2016-03-02 18:47:48 | [diff] [blame] | 351 | |
baxley | 1308ce8 | 2016-02-22 16:44:00 | [diff] [blame] | 352 | 'src/ios/third_party/fishhook/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 353 | Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c', |
baxley | 7690dae | 2016-03-02 18:47:48 | [diff] [blame] | 354 | |
stuartmorgan | 94d1d75 | 2015-03-04 19:58:09 | [diff] [blame] | 355 | 'src/ios/third_party/gcdwebserver/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 356 | Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@' + '3d5fd0b8281a7224c057deb2d17709b5bea64836', |
stuartmorgan | 94d1d75 | 2015-03-04 19:58:09 | [diff] [blame] | 357 | |
olivierrobin | 68d75c2 | 2016-08-17 12:52:55 | [diff] [blame] | 358 | 'src/ios/third_party/material_text_accessibility_ios/src': |
lpromero | fff1ccf | 2016-10-14 00:45:33 | [diff] [blame] | 359 | Var('chromium_git') + '/external/github.com/google/material-text-accessibility-ios.git' + '@' + '96d2b0f13976a897bc7a41daf67f36d9548cff94', |
olivierrobin | 68d75c2 | 2016-08-17 12:52:55 | [diff] [blame] | 360 | |
sdefresne | a9045f4 | 2016-02-23 15:22:45 | [diff] [blame] | 361 | 'src/ios/third_party/ochamcrest/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 362 | Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + 'd7ee4ecfb6bd13c3c8d364682b6228ccd86e1e1a', |
sdefresne | a9045f4 | 2016-02-23 15:22:45 | [diff] [blame] | 363 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 364 | 'src/third_party/google_toolbox_for_mac/src': |
Nico Weber | 715d86f2 | 2015-11-04 00:55:21 | [diff] [blame] | 365 | Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'), |
[email protected] | a6b749d | 2012-07-02 17:11:21 | [diff] [blame] | 366 | }, |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 367 | 'mac': { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 368 | 'src/third_party/google_toolbox_for_mac/src': |
Nico Weber | 715d86f2 | 2015-11-04 00:55:21 | [diff] [blame] | 369 | 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] | 370 | |
[email protected] | a023dca | 2013-12-18 03:58:36 | [diff] [blame] | 371 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 372 | 'src/third_party/lighttpd': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 373 | Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'), |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 374 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 375 | 'src/chrome/installer/mac/third_party/xz/xz': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 376 | Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 377 | }, |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 378 | 'unix': { |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 379 | # Linux, really. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 380 | 'src/third_party/xdg-utils': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 381 | Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d', |
[email protected] | e0d0014 | 2009-09-18 22:10:27 | [diff] [blame] | 382 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 383 | 'src/third_party/lss': |
mark | 051962e7 | 2016-07-25 20:44:47 | [diff] [blame] | 384 | Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'), |
[email protected] | 8f205b0 | 2010-11-10 22:48:17 | [diff] [blame] | 385 | |
[email protected] | 28b9ab6d | 2012-10-13 20:53:15 | [diff] [blame] | 386 | # For Linux and Chromium OS. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 387 | 'src/third_party/cros_system_api': |
ljusten | f3bc1ea | 2016-10-25 15:46:09 | [diff] [blame] | 388 | Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '04ffa5a6f8cc773df1d8cbd4cb136164a9163543', |
[email protected] | 86b3789 | 2013-02-21 01:19:26 | [diff] [blame] | 389 | |
| 390 | # Note that this is different from Android's freetype repo. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 391 | 'src/third_party/freetype2/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 392 | Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'fc1532a7c4c592f24a4c1a0261d2845524ca5cff', |
[email protected] | 474a244 | 2013-03-23 17:26:50 | [diff] [blame] | 393 | |
bcf | 53f862ea | 2016-02-02 05:08:42 | [diff] [blame] | 394 | 'src/third_party/freetype-android/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 395 | Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_android_revision'), |
bcf | 53f862ea | 2016-02-02 05:08:42 | [diff] [blame] | 396 | |
stevenjb | 0ba29de | 2016-04-15 22:27:26 | [diff] [blame] | 397 | # Build tools for Chrome OS. Note: This depends on third_party/pyelftools. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 398 | 'src/third_party/chromite': |
sadrul | 4e6cb9a | 2016-11-28 22:37:20 | [diff] [blame] | 399 | Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '0ab5a1cdaf3943aaa429ae74107aff1256c8899d', |
[email protected] | 474a244 | 2013-03-23 17:26:50 | [diff] [blame] | 400 | |
stevenjb | 0ba29de | 2016-04-15 22:27:26 | [diff] [blame] | 401 | # Dependency of chromite.git and skia. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 402 | 'src/third_party/pyelftools': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 403 | Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae', |
[email protected] | 5fb98e3 | 2013-06-14 06:16:34 | [diff] [blame] | 404 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 405 | 'src/third_party/liblouis/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 406 | Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a3478561deb6ae4798175094be8a26c2', |
[email protected] | 2ea858d | 2013-11-09 00:59:33 | [diff] [blame] | 407 | |
[email protected] | d412cf4 | 2014-01-11 02:54:38 | [diff] [blame] | 408 | # Used for embedded builds. CrOS & Linux use the system version. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 409 | 'src/third_party/fontconfig/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 410 | Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b749f9823c51827a60aeb5c1', |
mdempsky | 6b5854d2 | 2014-12-02 00:26:33 | [diff] [blame] | 411 | |
spang | c231bff | 2015-09-14 23:16:57 | [diff] [blame] | 412 | # Graphics buffer allocator for Chrome OS. |
| 413 | 'src/third_party/minigbm/src': |
dcastagna | 0857f623 | 2016-10-24 19:25:31 | [diff] [blame] | 414 | Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '3345977b5e9ef13f97e2e858241297fc4bfc7401', |
reveman | 754ca2c | 2015-11-14 00:21:29 | [diff] [blame] | 415 | |
| 416 | # Display server protocol for Linux. |
| 417 | 'src/third_party/wayland/src': |
denniskempin | 02b2b117 | 2016-12-08 22:33:37 | [diff] [blame] | 418 | Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + '6a18a87727c64719c68168568b9ab1e4d7c2d9c1', |
reveman | 6592ea1 | 2015-11-30 21:09:23 | [diff] [blame] | 419 | |
| 420 | # Wayland protocols that add functionality not available in the core protocol. |
| 421 | 'src/third_party/wayland-protocols/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 422 | Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '2e541a36deff5f2e16e25e27f7f93d26822eecc2', |
mikhail.pozdnyakov | 6d56dcc | 2016-02-12 11:10:49 | [diff] [blame] | 423 | |
| 424 | # Wireless Display Software. Used on Chrome OS. |
| 425 | 'src/third_party/wds/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 426 | Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95f3000bf5c8e16a79dbbbf22d554a5', |
xyzzyz | 082e79e | 2016-06-20 18:59:21 | [diff] [blame] | 427 | |
| 428 | # gRPC, an RPC framework. For Blimp use only. |
| 429 | 'src/third_party/grpc': |
gcasto | fbad888 | 2016-11-01 21:16:31 | [diff] [blame] | 430 | Var('chromium_git') + '/external/github.com/grpc/grpc' + '@' + 'b4cc5fc16c1368149c8a20c51248a18009ff8254', |
chenwilliam | 56a9038 | 2016-12-09 02:16:28 | [diff] [blame^] | 431 | |
| 432 | # DevTools node modules. Used on Linux buildbots only. |
| 433 | 'src/third_party/WebKit/Source/devtools/devtools-node-modules': |
| 434 | Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision') |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 435 | }, |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 436 | 'android': { |
nyquist | 38f28ba | 2014-09-04 00:28:38 | [diff] [blame] | 437 | 'src/third_party/android_protobuf/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 438 | Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc72e97f7fe08bb756958a2cf090f4e7', |
nyquist | 38f28ba | 2014-09-04 00:28:38 | [diff] [blame] | 439 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 440 | 'src/third_party/android_tools': |
ianwen | f7db003 | 2016-11-30 23:24:48 | [diff] [blame] | 441 | Var('chromium_git') + '/android_tools.git' + '@' + 'b43a6a289a7588b1769814f04dd6c7d7176974cc', |
[email protected] | 9f1235c | 2012-12-04 21:48:36 | [diff] [blame] | 442 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 443 | 'src/third_party/apache-mime4j': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 444 | Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108bff4b6cf0a2e86ff58b3d025934ebe3a', |
[email protected] | fd72f73f | 2012-12-06 21:27:58 | [diff] [blame] | 445 | |
kapishnikov | 810c220 | 2016-01-28 21:35:00 | [diff] [blame] | 446 | 'src/third_party/apache-portable-runtime/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 447 | Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a8c4277e09a82eaa229e35246edea1ee0a6a1', |
kapishnikov | 810c220 | 2016-01-28 21:35:00 | [diff] [blame] | 448 | |
raywilliams | 6ffb117 | 2015-06-22 16:17:37 | [diff] [blame] | 449 | 'src/third_party/errorprone/lib': |
mikecase | bf3dc38d | 2015-09-25 19:19:45 | [diff] [blame] | 450 | Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea83b66343133b9c76b7d3288c30321818ebcf', |
raywilliams | 6ffb117 | 2015-06-22 16:17:37 | [diff] [blame] | 451 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 452 | 'src/third_party/findbugs': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 453 | Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac77ea0a194813d3065dd780c6e566', |
[email protected] | 9f1235c | 2012-12-04 21:48:36 | [diff] [blame] | 454 | |
bungeman | 7ffe490 | 2015-06-03 15:41:25 | [diff] [blame] | 455 | 'src/third_party/freetype-android/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 456 | Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_android_revision'), |
[email protected] | fd72f73f | 2012-12-06 21:27:58 | [diff] [blame] | 457 | |
kapishnikov | 810c220 | 2016-01-28 21:35:00 | [diff] [blame] | 458 | 'src/third_party/elfutils/src': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 459 | Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de4f3760bdcaa3d23d154d7', |
[email protected] | 99ff350 | 2014-05-19 16:49:35 | [diff] [blame] | 460 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 461 | 'src/third_party/httpcomponents-client': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 462 | Var('chromium_git') + '/chromium/deps/httpcomponents-client.git' + '@' + '285c4dafc5de0e853fa845dce5773e223219601c', |
[email protected] | fd72f73f | 2012-12-06 21:27:58 | [diff] [blame] | 463 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 464 | 'src/third_party/httpcomponents-core': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 465 | Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7180a96f8fa5cab23f793c14b413356d419e62', |
[email protected] | fd72f73f | 2012-12-06 21:27:58 | [diff] [blame] | 466 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 467 | 'src/third_party/jsr-305/src': |
| 468 | Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919', |
[email protected] | 0fb4c09 | 2012-12-13 19:15:59 | [diff] [blame] | 469 | |
kjellander | c1be042 | 2015-04-29 12:42:32 | [diff] [blame] | 470 | 'src/third_party/junit/src': |
mikecase | d5d3a70 | 2016-08-19 18:27:25 | [diff] [blame] | 471 | Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481', |
kjellander | c1be042 | 2015-04-29 12:42:32 | [diff] [blame] | 472 | |
mikecase | 85e83ed | 2014-12-08 19:18:29 | [diff] [blame] | 473 | 'src/third_party/mockito/src': |
mikecase | d5d3a70 | 2016-08-19 18:27:25 | [diff] [blame] | 474 | Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598ad4cf5ea53c69a8a8053780b04b850', |
mikecase | 85e83ed | 2014-12-08 19:18:29 | [diff] [blame] | 475 | |
kapishnikov | 810c220 | 2016-01-28 21:35:00 | [diff] [blame] | 476 | 'src/third_party/netty-tcnative/src': |
kapishnikov | 242e247a | 2016-06-06 14:28:06 | [diff] [blame] | 477 | Var('chromium_git') + '/external/netty-tcnative.git' + '@' + 'dba66573998801a08ea41b605b1629857ae02a6b', |
kapishnikov | 810c220 | 2016-01-28 21:35:00 | [diff] [blame] | 478 | |
| 479 | 'src/third_party/netty4/src': |
| 480 | Var('chromium_git') + '/external/netty4.git' + '@' + 'e0f26303b4ce635365be19414d0ac81f2ef6ba3c', |
| 481 | |
mikecase | 1153087 | 2016-07-25 22:54:16 | [diff] [blame] | 482 | 'src/third_party/robolectric/robolectric': |
mikecase | 048cb72 | 2016-08-02 03:07:31 | [diff] [blame] | 483 | Var('chromium_git') + '/external/robolectric.git' + '@' + 'e38b49a12fdfa17a94f0382cc8ffaf69132fd09b', |
mikecase | 5ae30e10 | 2015-02-19 19:50:00 | [diff] [blame] | 484 | |
mikecase | c9eabe8 | 2015-06-15 18:57:59 | [diff] [blame] | 485 | 'src/third_party/ub-uiautomator/lib': |
jbudorick | 8e1be15 | 2015-07-13 23:06:38 | [diff] [blame] | 486 | Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434', |
mikecase | c9eabe8 | 2015-06-15 18:57:59 | [diff] [blame] | 487 | |
agrieve | a1b6200 | 2016-02-24 03:08:30 | [diff] [blame] | 488 | 'src/third_party/leakcanary/src': |
| 489 | Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e', |
| 490 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 491 | 'src/third_party/lss': |
mark | 051962e7 | 2016-07-25 20:44:47 | [diff] [blame] | 492 | Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'), |
[email protected] | d0982f9 | 2013-03-19 10:26:20 | [diff] [blame] | 493 | |
rnephew | 7b35188 | 2014-12-11 23:11:25 | [diff] [blame] | 494 | 'src/third_party/requests/src': |
| 495 | Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
| 496 | |
pasko | 9e24168 | 2015-06-23 09:06:57 | [diff] [blame] | 497 | 'src/third_party/custom_tabs_client/src': |
yusufo | ecbb5dd | 2016-11-15 02:21:47 | [diff] [blame] | 498 | Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-client.git' + '@' + 'e2b6730dad438de70d88b6ae5d33aa0995ba77d1', |
bajones | c690d9ac | 2016-08-08 19:59:18 | [diff] [blame] | 499 | |
| 500 | 'src/third_party/gvr-android-sdk/src': |
bshe | 511e7f72 | 2016-10-04 23:46:23 | [diff] [blame] | 501 | Var('chromium_git') + '/external/github.com/googlevr/gvr-android-sdk.git' + '@' + '25e7e14413229d4644a66be77e8f8ddeb3f91fe7', |
[email protected] | 18081a1 | 2012-05-30 12:48:56 | [diff] [blame] | 502 | }, |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 503 | } |
| 504 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 505 | include_rules = [ |
| 506 | # Everybody can use some things. |
John Abd-El-Malek | 5b6373f | 2015-04-01 19:44:14 | [diff] [blame] | 507 | # 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] | 508 | '+base', |
| 509 | '+build', |
| 510 | '+ipc', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 511 | |
[email protected] | dfbff86 | 2012-11-28 19:08:14 | [diff] [blame] | 512 | # Everybody can use headers generated by tools/generate_library_loader. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 513 | '+library_loaders', |
[email protected] | dfbff86 | 2012-11-28 19:08:14 | [diff] [blame] | 514 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 515 | '+testing', |
| 516 | '+third_party/icu/source/common/unicode', |
| 517 | '+third_party/icu/source/i18n/unicode', |
| 518 | '+url', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 519 | ] |
| 520 | |
| 521 | |
| 522 | # checkdeps.py shouldn't check include paths for files in these dirs: |
| 523 | skip_child_includes = [ |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 524 | 'breakpad', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 525 | 'native_client_sdk', |
John Abd-El-Malek | 5b6373f | 2015-04-01 19:44:14 | [diff] [blame] | 526 | 'out', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 527 | 'sdch', |
| 528 | 'skia', |
| 529 | 'testing', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 530 | 'v8', |
| 531 | 'win8', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 532 | ] |
[email protected] | bfa24b96 | 2009-03-02 00:16:16 | [diff] [blame] | 533 | |
| 534 | |
| 535 | hooks = [ |
| 536 | { |
[email protected] | 9372bec | 2014-08-14 14:03:30 | [diff] [blame] | 537 | # This clobbers when necessary (based on get_landmines.py). It must be the |
| 538 | # first hook so that other things that get/generate into the output |
| 539 | # directory will not subsequently be clobbered. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 540 | 'name': 'landmines', |
| 541 | 'pattern': '.', |
| 542 | 'action': [ |
| 543 | 'python', |
| 544 | 'src/build/landmines.py', |
[email protected] | 9372bec | 2014-08-14 14:03:30 | [diff] [blame] | 545 | ], |
| 546 | }, |
| 547 | { |
jbudorick | 94a712c | 2016-03-09 19:03:52 | [diff] [blame] | 548 | # Ensure that while generating dependencies lists in .gyp files we don't |
| 549 | # accidentally reference any .pyc files whose corresponding .py files have |
| 550 | # already been deleted. |
| 551 | # We should actually try to avoid generating .pyc files, crbug.com/500078. |
| 552 | 'name': 'remove_stale_pyc_files', |
| 553 | 'pattern': '.', |
| 554 | 'action': [ |
| 555 | 'python', |
| 556 | 'src/tools/remove_stale_pyc_files.py', |
| 557 | 'src/android_webview/tools', |
| 558 | 'src/build/android', |
| 559 | 'src/gpu/gles2_conform_support', |
| 560 | 'src/infra', |
| 561 | 'src/ppapi', |
| 562 | 'src/printing', |
| 563 | 'src/third_party/catapult', |
| 564 | 'src/third_party/closure_compiler/build', |
qyearsley | dfda207b | 2016-07-08 14:16:12 | [diff] [blame] | 565 | 'src/third_party/WebKit/Tools/Scripts', # See http://crbug.com/625877. |
jbudorick | 94a712c | 2016-03-09 19:03:52 | [diff] [blame] | 566 | 'src/tools', |
| 567 | ], |
| 568 | }, |
| 569 | { |
[email protected] | 89e43f65 | 2011-08-18 00:03:17 | [diff] [blame] | 570 | # This downloads binaries for Native Client's newlib toolchain. |
| 571 | # Done in lieu of building the toolchain from scratch as it can take |
| 572 | # anywhere from 30 minutes to 4 hours depending on platform to build. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 573 | 'name': 'nacltools', |
| 574 | 'pattern': '.', |
| 575 | 'action': [ |
dyen | 24988063 | 2014-11-20 23:02:20 | [diff] [blame] | 576 | 'python', |
| 577 | 'src/build/download_nacl_toolchains.py', |
ncbray | 474ab32 | 2015-01-05 22:04:22 | [diff] [blame] | 578 | '--mode', 'nacl_core_sdk', |
ncbray | 4453c50a | 2015-02-18 20:10:55 | [diff] [blame] | 579 | 'sync', '--extract', |
[email protected] | 89e43f65 | 2011-08-18 00:03:17 | [diff] [blame] | 580 | ], |
| 581 | }, |
[email protected] | 3a0b249 | 2011-08-24 20:41:16 | [diff] [blame] | 582 | { |
navabi | 6f0bb761 | 2014-12-30 19:21:38 | [diff] [blame] | 583 | # This downloads SDK extras and puts them in the |
dgn | ebe5d99c | 2015-11-06 15:28:51 | [diff] [blame] | 584 | # third_party/android_tools/sdk/extras directory. |
navabi | 6f0bb761 | 2014-12-30 19:21:38 | [diff] [blame] | 585 | 'name': 'sdkextras', |
| 586 | 'pattern': '.', |
navabi | 24606e2 | 2015-01-06 20:46:56 | [diff] [blame] | 587 | # When adding a new sdk extras package to download, add the package |
| 588 | # directory and zip file to .gitignore in third_party/android_tools. |
dgn | ebe5d99c | 2015-11-06 15:28:51 | [diff] [blame] | 589 | 'action': ['python', |
| 590 | 'src/build/android/play_services/update.py', |
| 591 | 'download' |
| 592 | ], |
navabi | 6f0bb761 | 2014-12-30 19:21:38 | [diff] [blame] | 593 | }, |
| 594 | { |
mikecase | 56633ff0 | 2016-07-01 21:38:28 | [diff] [blame] | 595 | 'name': 'intellij', |
| 596 | 'pattern': '.', |
| 597 | 'action': ['python', |
| 598 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 599 | 'download', |
| 600 | '-b', 'chromium-intellij', |
| 601 | '-l', 'third_party/intellij' |
| 602 | ], |
| 603 | }, |
| 604 | { |
yolandyan | e43b7680 | 2016-06-22 17:49:28 | [diff] [blame] | 605 | 'name': 'javax_inject', |
| 606 | 'pattern': '.', |
| 607 | 'action': ['python', |
| 608 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 609 | 'download', |
| 610 | '-b', 'chromium-javax-inject', |
| 611 | '-l', 'third_party/javax_inject' |
| 612 | ], |
| 613 | }, |
| 614 | { |
yolandyan | 9243ece5 | 2016-06-23 21:45:01 | [diff] [blame] | 615 | 'name': 'hamcrest', |
| 616 | 'pattern': '.', |
| 617 | 'action': ['python', |
| 618 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 619 | 'download', |
| 620 | '-b', 'chromium-hamcrest', |
| 621 | '-l', 'third_party/hamcrest' |
| 622 | ], |
| 623 | }, |
| 624 | { |
yolandyan | cbaf9458 | 2016-06-23 02:34:32 | [diff] [blame] | 625 | 'name': 'guava', |
| 626 | 'pattern': '.', |
| 627 | 'action': ['python', |
| 628 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 629 | 'download', |
| 630 | '-b', 'chromium-guava', |
| 631 | '-l', 'third_party/guava' |
| 632 | ], |
| 633 | }, |
| 634 | { |
yolandyan | 3a29afd1 | 2016-06-24 02:08:40 | [diff] [blame] | 635 | 'name': 'android_support_test_runner', |
| 636 | 'pattern': '.', |
| 637 | 'action': ['python', |
| 638 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 639 | 'download', |
| 640 | '-b', 'chromium-android-support-test-runner', |
| 641 | '-l', 'third_party/android_support_test_runner' |
| 642 | ], |
| 643 | }, |
| 644 | { |
mikecase | d2279c7 | 2016-08-11 23:34:33 | [diff] [blame] | 645 | 'name': 'byte_buddy', |
| 646 | 'pattern': '.', |
| 647 | 'action': ['python', |
| 648 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 649 | 'download', |
| 650 | '-b', 'chromium-byte-buddy', |
| 651 | '-l', 'third_party/byte_buddy' |
| 652 | ], |
| 653 | }, |
| 654 | { |
yolandyan | 35d15ba7 | 2016-06-24 06:54:42 | [diff] [blame] | 655 | 'name': 'espresso', |
| 656 | 'pattern': '.', |
| 657 | 'action': ['python', |
| 658 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 659 | 'download', |
| 660 | '-b', 'chromium-espresso', |
| 661 | '-l', 'third_party/espresso' |
| 662 | ], |
| 663 | }, |
| 664 | { |
mikecase | 1153087 | 2016-07-25 22:54:16 | [diff] [blame] | 665 | 'name': 'robolectric_libs', |
| 666 | 'pattern': '.', |
| 667 | 'action': ['python', |
| 668 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 669 | 'download', |
| 670 | '-b', 'chromium-robolectric', |
| 671 | '-l', 'third_party/robolectric' |
| 672 | ], |
| 673 | }, |
| 674 | { |
mikecase | f0e1c431 | 2016-06-30 20:13:50 | [diff] [blame] | 675 | 'name': 'apache_velocity', |
| 676 | 'pattern': '.', |
| 677 | 'action': ['python', |
| 678 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 679 | 'download', |
| 680 | '-b', 'chromium-apache-velocity', |
| 681 | '-l', 'third_party/apache_velocity' |
| 682 | ], |
| 683 | }, |
| 684 | { |
mikecase | 0466de3 | 2016-06-30 20:45:17 | [diff] [blame] | 685 | 'name': 'ow2_asm', |
| 686 | 'pattern': '.', |
| 687 | 'action': ['python', |
| 688 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 689 | 'download', |
| 690 | '-b', 'chromium-ow2-asm', |
| 691 | '-l', 'third_party/ow2_asm' |
| 692 | ], |
| 693 | }, |
| 694 | { |
zpeng | 3353ce4 | 2016-12-07 16:06:02 | [diff] [blame] | 695 | 'name': 'retrolambda', |
| 696 | 'pattern': '.', |
| 697 | 'action': ['python', |
| 698 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 699 | 'download', |
| 700 | '-b', 'chromium-android-tools/retrolambda', |
| 701 | '-l', 'third_party/retrolambda' |
| 702 | ], |
| 703 | }, |
| 704 | { |
mikecase | 7529ab4 | 2016-06-30 21:04:39 | [diff] [blame] | 705 | 'name': 'icu4j', |
| 706 | 'pattern': '.', |
| 707 | 'action': ['python', |
| 708 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 709 | 'download', |
| 710 | '-b', 'chromium-icu4j', |
| 711 | '-l', 'third_party/icu4j' |
| 712 | ], |
| 713 | }, |
| 714 | { |
mikecase | 840bb0f5 | 2016-06-30 23:36:51 | [diff] [blame] | 715 | 'name': 'accessibility_test_framework', |
| 716 | 'pattern': '.', |
| 717 | 'action': ['python', |
| 718 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 719 | 'download', |
| 720 | '-b', 'chromium-accessibility-test-framework', |
| 721 | '-l', 'third_party/accessibility_test_framework' |
| 722 | ], |
| 723 | }, |
| 724 | { |
mikecase | 378c735 | 2016-06-30 23:39:59 | [diff] [blame] | 725 | 'name': 'bouncycastle', |
| 726 | 'pattern': '.', |
| 727 | 'action': ['python', |
| 728 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 729 | 'download', |
| 730 | '-b', 'chromium-bouncycastle', |
| 731 | '-l', 'third_party/bouncycastle' |
| 732 | ], |
| 733 | }, |
| 734 | { |
mikecase | 014e849 | 2016-06-30 23:44:27 | [diff] [blame] | 735 | 'name': 'sqlite4java', |
| 736 | 'pattern': '.', |
| 737 | 'action': ['python', |
| 738 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 739 | 'download', |
| 740 | '-b', 'chromium-sqlite4java', |
| 741 | '-l', 'third_party/sqlite4java' |
| 742 | ], |
| 743 | }, |
| 744 | { |
mikecase | 9d86c93 | 2016-08-12 00:34:27 | [diff] [blame] | 745 | 'name': 'objenesis', |
| 746 | 'pattern': '.', |
| 747 | 'action': ['python', |
| 748 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 749 | 'download', |
| 750 | '-b', 'chromium-objenesis', |
| 751 | '-l', 'third_party/objenesis' |
| 752 | ], |
| 753 | }, |
| 754 | { |
sbc | 8208b4d | 2015-06-30 19:14:23 | [diff] [blame] | 755 | # Downloads the current stable linux sysroot to build/linux/ if needed. |
[email protected] | 01a9860 | 2013-06-12 20:33:54 | [diff] [blame] | 756 | # This sysroot updates at about the same rate that the chrome build deps |
| 757 | # change. This script is a no-op except for linux users who are doing |
sbc | 8208b4d | 2015-06-30 19:14:23 | [diff] [blame] | 758 | # official chrome builds or cross compiling. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 759 | 'name': 'sysroot', |
| 760 | 'pattern': '.', |
sbc | 8208b4d | 2015-06-30 19:14:23 | [diff] [blame] | 761 | 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py', |
| 762 | '--running-as-hook'], |
sbc | 41d0e08 | 2014-10-22 20:39:29 | [diff] [blame] | 763 | }, |
| 764 | { |
[email protected] | c71d328 | 2014-04-09 01:56:20 | [diff] [blame] | 765 | # Update the Windows toolchain if necessary. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 766 | 'name': 'win_toolchain', |
| 767 | 'pattern': '.', |
| 768 | 'action': ['python', 'src/build/vs_toolchain.py', 'update'], |
[email protected] | c71d328 | 2014-04-09 01:56:20 | [diff] [blame] | 769 | }, |
justincohen | 6a03a3d | 2016-03-26 21:44:38 | [diff] [blame] | 770 | { |
| 771 | # Update the Mac toolchain if necessary. |
| 772 | 'name': 'mac_toolchain', |
| 773 | 'pattern': '.', |
| 774 | 'action': ['python', 'src/build/mac_toolchain.py'], |
| 775 | }, |
hans | b2eae97 | 2015-05-19 00:53:12 | [diff] [blame] | 776 | # Pull binutils for linux, enabled debug fission for faster linking / |
| 777 | # debugging when used with clang on Ubuntu Precise. |
| 778 | # https://code.google.com/p/chromium/issues/detail?id=352046 |
| 779 | { |
| 780 | 'name': 'binutils', |
| 781 | 'pattern': 'src/third_party/binutils', |
| 782 | 'action': [ |
| 783 | 'python', |
| 784 | 'src/third_party/binutils/download.py', |
| 785 | ], |
| 786 | }, |
[email protected] | c71d328 | 2014-04-09 01:56:20 | [diff] [blame] | 787 | { |
Hans Wennborg | 28fb41c | 2014-09-22 23:25:12 | [diff] [blame] | 788 | # Pull clang if needed or requested via GYP_DEFINES. |
| 789 | # Note: On Win, this should run after win_toolchain, as it may use it. |
| 790 | 'name': 'clang', |
| 791 | 'pattern': '.', |
| 792 | 'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'], |
| 793 | }, |
| 794 | { |
phajdan.jr | 2448b2c | 2015-04-24 21:04:17 | [diff] [blame] | 795 | # Update LASTCHANGE. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 796 | 'name': 'lastchange', |
| 797 | 'pattern': '.', |
| 798 | 'action': ['python', 'src/build/util/lastchange.py', |
| 799 | '-o', 'src/build/util/LASTCHANGE'], |
[email protected] | 9046a11 | 2012-01-31 20:45:25 | [diff] [blame] | 800 | }, |
| 801 | { |
phajdan.jr | 2448b2c | 2015-04-24 21:04:17 | [diff] [blame] | 802 | # Update LASTCHANGE.blink. |
daniimms | 9957817 | 2015-09-30 06:39:24 | [diff] [blame] | 803 | 'name': 'lastchange_blink', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 804 | 'pattern': '.', |
| 805 | 'action': ['python', 'src/build/util/lastchange.py', |
Jochen Eisinger | f880f007 | 2015-09-23 21:06:53 | [diff] [blame] | 806 | '--git-hash-only', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 807 | '-s', 'src/third_party/WebKit', |
| 808 | '-o', 'src/build/util/LASTCHANGE.blink'], |
[email protected] | b0abfb6 | 2013-05-31 10:53:39 | [diff] [blame] | 809 | }, |
halcanary | 5cacab3a | 2016-07-29 19:23:20 | [diff] [blame] | 810 | { |
| 811 | # Update skia_commit_hash.h. |
| 812 | 'name': 'lastchange_skia', |
| 813 | 'pattern': '.', |
| 814 | 'action': ['python', 'src/build/util/lastchange.py', |
| 815 | '-m', 'SKIA_COMMIT_HASH', |
| 816 | '-s', 'src/third_party/skia', |
| 817 | '--header', 'src/skia/ext/skia_commit_hash.h'], |
| 818 | }, |
[email protected] | 66968ba | 2014-03-18 20:27:54 | [diff] [blame] | 819 | # Pull GN binaries. This needs to be before running GYP below. |
| 820 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 821 | 'name': 'gn_win', |
| 822 | 'pattern': '.', |
| 823 | 'action': [ 'download_from_google_storage', |
| 824 | '--no_resume', |
| 825 | '--platform=win32', |
| 826 | '--no_auth', |
| 827 | '--bucket', 'chromium-gn', |
| 828 | '-s', 'src/buildtools/win/gn.exe.sha1', |
[email protected] | 66968ba | 2014-03-18 20:27:54 | [diff] [blame] | 829 | ], |
| 830 | }, |
| 831 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 832 | 'name': 'gn_mac', |
| 833 | 'pattern': '.', |
| 834 | 'action': [ 'download_from_google_storage', |
| 835 | '--no_resume', |
| 836 | '--platform=darwin', |
| 837 | '--no_auth', |
| 838 | '--bucket', 'chromium-gn', |
| 839 | '-s', 'src/buildtools/mac/gn.sha1', |
[email protected] | 0d5e0582 | 2014-06-18 19:23:19 | [diff] [blame] | 840 | ], |
| 841 | }, |
| 842 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 843 | 'name': 'gn_linux64', |
| 844 | 'pattern': '.', |
| 845 | 'action': [ 'download_from_google_storage', |
| 846 | '--no_resume', |
| 847 | '--platform=linux*', |
| 848 | '--no_auth', |
| 849 | '--bucket', 'chromium-gn', |
| 850 | '-s', 'src/buildtools/linux64/gn.sha1', |
[email protected] | 0d5e0582 | 2014-06-18 19:23:19 | [diff] [blame] | 851 | ], |
| 852 | }, |
[email protected] | 6eabd70 | 2014-01-12 00:19:20 | [diff] [blame] | 853 | # Pull clang-format binaries using checked-in hashes. |
| 854 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 855 | 'name': 'clang_format_win', |
| 856 | 'pattern': '.', |
| 857 | 'action': [ 'download_from_google_storage', |
| 858 | '--no_resume', |
| 859 | '--platform=win32', |
| 860 | '--no_auth', |
| 861 | '--bucket', 'chromium-clang-format', |
| 862 | '-s', 'src/buildtools/win/clang-format.exe.sha1', |
[email protected] | 6eabd70 | 2014-01-12 00:19:20 | [diff] [blame] | 863 | ], |
| 864 | }, |
| 865 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 866 | 'name': 'clang_format_mac', |
| 867 | 'pattern': '.', |
| 868 | 'action': [ 'download_from_google_storage', |
| 869 | '--no_resume', |
| 870 | '--platform=darwin', |
| 871 | '--no_auth', |
| 872 | '--bucket', 'chromium-clang-format', |
| 873 | '-s', 'src/buildtools/mac/clang-format.sha1', |
[email protected] | 6eabd70 | 2014-01-12 00:19:20 | [diff] [blame] | 874 | ], |
| 875 | }, |
| 876 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 877 | 'name': 'clang_format_linux', |
| 878 | 'pattern': '.', |
| 879 | 'action': [ 'download_from_google_storage', |
| 880 | '--no_resume', |
| 881 | '--platform=linux*', |
| 882 | '--no_auth', |
| 883 | '--bucket', 'chromium-clang-format', |
| 884 | '-s', 'src/buildtools/linux64/clang-format.sha1', |
[email protected] | 6ec1d6fc | 2014-06-25 19:55:21 | [diff] [blame] | 885 | ], |
| 886 | }, |
bshe | 0907c2d0 | 2016-11-12 00:24:53 | [diff] [blame] | 887 | { |
| 888 | 'name': 'gvr_static_shim_android_arm', |
| 889 | 'pattern': '\\.sha1', |
| 890 | 'action': [ 'download_from_google_storage', |
| 891 | '--no_resume', |
| 892 | '--platform=linux*', |
| 893 | '--no_auth', |
| 894 | '--bucket', 'chromium-gvr-static-shim', |
| 895 | '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm.a.sha1', |
| 896 | ], |
| 897 | }, |
| 898 | { |
| 899 | 'name': 'gvr_static_shim_android_arm64', |
| 900 | 'pattern': '\\.sha1', |
| 901 | 'action': [ 'download_from_google_storage', |
| 902 | '--no_resume', |
| 903 | '--platform=linux*', |
| 904 | '--no_auth', |
| 905 | '--bucket', 'chromium-gvr-static-shim', |
| 906 | '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm64.a.sha1', |
| 907 | ], |
| 908 | }, |
| 909 | { |
| 910 | 'name': 'gvr_common_aar', |
| 911 | 'pattern': '\\.sha1', |
| 912 | 'action': [ 'download_from_google_storage', |
| 913 | '--no_resume', |
| 914 | '--platform=linux*', |
| 915 | '--no_auth', |
| 916 | '--bucket', 'chromium-gvr-static-shim', |
| 917 | '-s', 'src/third_party/gvr-android-sdk/common_library.aar.sha1', |
| 918 | ], |
| 919 | }, |
maruel | 4fbba01 | 2015-05-22 21:52:29 | [diff] [blame] | 920 | # Pull luci-go binaries (isolate, swarming) using checked-in hashes. |
| 921 | { |
| 922 | 'name': 'luci-go_win', |
| 923 | 'pattern': '.', |
| 924 | 'action': [ 'download_from_google_storage', |
| 925 | '--no_resume', |
| 926 | '--platform=win32', |
| 927 | '--no_auth', |
| 928 | '--bucket', 'chromium-luci', |
| 929 | '-d', 'src/tools/luci-go/win64', |
| 930 | ], |
| 931 | }, |
| 932 | { |
| 933 | 'name': 'luci-go_mac', |
| 934 | 'pattern': '.', |
| 935 | 'action': [ 'download_from_google_storage', |
| 936 | '--no_resume', |
| 937 | '--platform=darwin', |
| 938 | '--no_auth', |
| 939 | '--bucket', 'chromium-luci', |
| 940 | '-d', 'src/tools/luci-go/mac64', |
| 941 | ], |
| 942 | }, |
| 943 | { |
| 944 | 'name': 'luci-go_linux', |
| 945 | 'pattern': '.', |
| 946 | 'action': [ 'download_from_google_storage', |
| 947 | '--no_resume', |
| 948 | '--platform=linux*', |
| 949 | '--no_auth', |
| 950 | '--bucket', 'chromium-luci', |
| 951 | '-d', 'src/tools/luci-go/linux64', |
| 952 | ], |
| 953 | }, |
[email protected] | e388bfd | 2014-01-18 01:44:04 | [diff] [blame] | 954 | # Pull eu-strip binaries using checked-in hashes. |
| 955 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 956 | 'name': 'eu-strip', |
| 957 | 'pattern': '.', |
| 958 | 'action': [ 'download_from_google_storage', |
| 959 | '--no_resume', |
| 960 | '--platform=linux*', |
| 961 | '--no_auth', |
| 962 | '--bucket', 'chromium-eu-strip', |
| 963 | '-s', 'src/build/linux/bin/eu-strip.sha1', |
[email protected] | e388bfd | 2014-01-18 01:44:04 | [diff] [blame] | 964 | ], |
| 965 | }, |
[email protected] | 4dcd539 | 2013-11-26 18:56:23 | [diff] [blame] | 966 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 967 | 'name': 'drmemory', |
| 968 | 'pattern': '.', |
| 969 | 'action': [ 'download_from_google_storage', |
| 970 | '--no_resume', |
| 971 | '--platform=win32', |
| 972 | '--no_auth', |
| 973 | '--bucket', 'chromium-drmemory', |
| 974 | '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1', |
[email protected] | 893f61d1 | 2014-06-05 09:28:10 | [diff] [blame] | 975 | ], |
| 976 | }, |
[email protected] | f1d116b | 2014-06-13 18:07:26 | [diff] [blame] | 977 | # Pull the Syzygy binaries, used for optimization and instrumentation. |
| 978 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 979 | 'name': 'syzygy-binaries', |
| 980 | 'pattern': '.', |
| 981 | 'action': ['python', |
| 982 | 'src/build/get_syzygy_binaries.py', |
| 983 | '--output-dir=src/third_party/syzygy/binaries', |
sebmarchand | 3e9d2e7 | 2016-11-30 21:10:17 | [diff] [blame] | 984 | '--revision=2a23ba1e864c7eef238c458212959d696cd4f1ac', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 985 | '--overwrite', |
sebmarchand | af7cc2f | 2016-10-04 18:22:25 | [diff] [blame] | 986 | '--copy-dia-binaries', |
[email protected] | f1d116b | 2014-06-13 18:07:26 | [diff] [blame] | 987 | ], |
| 988 | }, |
pmonette | 900a7d3 | 2016-01-05 18:19:07 | [diff] [blame] | 989 | # TODO(pmonette): Move include files out of binaries folder. |
[email protected] | 893f61d1 | 2014-06-05 09:28:10 | [diff] [blame] | 990 | { |
erikwright | 9bdc2bf | 2015-01-22 20:20:04 | [diff] [blame] | 991 | 'name': 'kasko', |
| 992 | 'pattern': '.', |
| 993 | 'action': ['python', |
| 994 | 'src/build/get_syzygy_binaries.py', |
pmonette | 900a7d3 | 2016-01-05 18:19:07 | [diff] [blame] | 995 | '--output-dir=src/third_party/kasko/binaries', |
pmonette | 4f749125 | 2016-01-14 18:52:55 | [diff] [blame] | 996 | '--revision=266a18d9209be5ca5c5dcd0620942b82a2d238f3', |
erikwright | 9bdc2bf | 2015-01-22 20:20:04 | [diff] [blame] | 997 | '--resource=kasko.zip', |
| 998 | '--resource=kasko_symbols.zip', |
| 999 | '--overwrite', |
| 1000 | ], |
| 1001 | }, |
| 1002 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 1003 | 'name': 'apache_win32', |
| 1004 | 'pattern': '\\.sha1', |
| 1005 | 'action': [ 'download_from_google_storage', |
| 1006 | '--no_resume', |
| 1007 | '--platform=win32', |
| 1008 | '--directory', |
| 1009 | '--recursive', |
| 1010 | '--no_auth', |
| 1011 | '--num_threads=16', |
| 1012 | '--bucket', 'chromium-apache-win32', |
| 1013 | 'src/third_party/apache-win32', |
[email protected] | 2154052a | 2014-06-14 19:29:26 | [diff] [blame] | 1014 | ], |
| 1015 | }, |
| 1016 | { |
nyquist | b4fd570 | 2016-03-09 01:42:13 | [diff] [blame] | 1017 | 'name': 'blimp_fonts', |
| 1018 | 'pattern': '.', |
| 1019 | 'action': [ 'download_from_google_storage', |
| 1020 | '--no_resume', |
| 1021 | '--platform=linux*', |
| 1022 | '--extract', |
| 1023 | '--no_auth', |
| 1024 | '--bucket', 'chromium-fonts', |
| 1025 | '-s', 'src/third_party/blimp_fonts/font_bundle.tar.gz.sha1', |
| 1026 | ], |
| 1027 | }, |
| 1028 | { |
earthdok | d5871322 | 2015-03-23 21:07:20 | [diff] [blame] | 1029 | # Pull sanitizer-instrumented third-party libraries if requested via |
| 1030 | # GYP_DEFINES. |
| 1031 | 'name': 'instrumented_libraries', |
| 1032 | 'pattern': '\\.sha1', |
| 1033 | 'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'], |
| 1034 | }, |
| 1035 | { |
pauljensen | 657cf55 | 2016-04-15 18:36:07 | [diff] [blame] | 1036 | # Pull doclava binaries if building for Android. |
| 1037 | 'name': 'doclava', |
| 1038 | 'pattern': '.', |
| 1039 | 'action': ['python', |
| 1040 | 'src/build/android/download_doclava.py', |
| 1041 | ], |
| 1042 | }, |
bradnelson | 20c9a731 | 2016-08-30 17:45:47 | [diff] [blame] | 1043 | { |
| 1044 | "name": "wasm_fuzzer", |
| 1045 | "pattern": ".", |
| 1046 | "action": [ "download_from_google_storage", |
| 1047 | "--no_resume", |
| 1048 | "--no_auth", |
| 1049 | "-u", |
| 1050 | "--bucket", "v8-wasm-fuzzer", |
| 1051 | "-s", "src/v8/test/fuzzer/wasm.tar.gz.sha1", |
| 1052 | ], |
| 1053 | }, |
| 1054 | { |
| 1055 | "name": "wasm_asmjs_fuzzer", |
| 1056 | "pattern": ".", |
| 1057 | "action": [ "download_from_google_storage", |
| 1058 | "--no_resume", |
| 1059 | "--no_auth", |
| 1060 | "-u", |
| 1061 | "--bucket", "v8-wasm-asmjs-fuzzer", |
| 1062 | "-s", "src/v8/test/fuzzer/wasm_asmjs.tar.gz.sha1", |
| 1063 | ], |
| 1064 | }, |
dcheng | 3db0d1d | 2016-09-23 19:52:08 | [diff] [blame] | 1065 | { |
| 1066 | 'name': 'clang_format_merge_driver', |
| 1067 | 'pattern': '.', |
| 1068 | 'action': [ 'python', |
| 1069 | 'src/tools/clang_format_merge_driver/install_git_hook.py', |
| 1070 | ], |
| 1071 | }, |
chenwilliam | 56a9038 | 2016-12-09 02:16:28 | [diff] [blame^] | 1072 | { |
| 1073 | 'name': 'devtools_install_node', |
| 1074 | 'action': [ 'python', |
| 1075 | 'src/third_party/WebKit/Source/devtools/scripts/local_node/node.py', |
| 1076 | '--running-as-hook', |
| 1077 | '--version', |
| 1078 | ], |
| 1079 | }, |
[email protected] | bfa24b96 | 2009-03-02 00:16:16 | [diff] [blame] | 1080 | ] |
jmadill | d2dfc8f | 2016-06-16 16:25:13 | [diff] [blame] | 1081 | |
jbudorick | e6932bfd | 2016-09-07 02:09:22 | [diff] [blame] | 1082 | recursedeps = [ |
bungeman | 1835f98 | 2016-09-28 18:33:22 | [diff] [blame] | 1083 | # buildtools provides clang_format, libc++, and libc++abi |
| 1084 | 'src/buildtools', |
jbudorick | e6932bfd | 2016-09-07 02:09:22 | [diff] [blame] | 1085 | # android_tools manages the NDK. |
| 1086 | 'src/third_party/android_tools', |
| 1087 | # ANGLE manages DEPS that it also owns the build files for, such as dEQP. |
| 1088 | ("src/third_party/angle", "DEPS.chromium"), |
| 1089 | ] |