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