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 = { |
Dirk Pranke | f044b6b0 | 2017-10-05 22:02:03 | [diff] [blame] | 31 | # By default, we should check out everything needed to run on the main |
| 32 | # chromium waterfalls. This var can be also be set to "small", in order |
| 33 | # to skip things are not strictly needed to build chromium for development |
| 34 | # purposes. |
| 35 | 'checkout_configuration': 'default', |
| 36 | |
Paweł Hajdan, Jr | 37a7a74 | 2017-09-25 11:37:30 | [diff] [blame] | 37 | # By default, do not check out src-internal. This can be overridden e.g. with |
| 38 | # custom_vars. |
Paweł Hajdan, Jr | 41d18fa | 2017-10-09 12:41:57 | [diff] [blame] | 39 | 'checkout_src_internal': False, |
Paweł Hajdan, Jr | 37a7a74 | 2017-09-25 11:37:30 | [diff] [blame] | 40 | |
Dirk Pranke | 099b747b | 2017-10-06 04:29:09 | [diff] [blame] | 41 | # TODO(dpranke): change to != "small" once != is supported. |
Dirk Pranke | 5e95315 | 2017-10-10 16:26:44 | [diff] [blame] | 42 | 'checkout_traffic_annotation_tools': 'checkout_configuration == "default"', |
Dirk Pranke | 4c3098b | 2017-10-10 18:57:22 | [diff] [blame] | 43 | 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', |
Dirk Pranke | 5e95315 | 2017-10-10 16:26:44 | [diff] [blame] | 44 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 45 | 'chromium_git': 'https://chromium.googlesource.com', |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 46 | 'swiftshader_git': 'https://swiftshader.googlesource.com', |
| 47 | 'pdfium_git': 'https://pdfium.googlesource.com', |
| 48 | 'boringssl_git': 'https://boringssl.googlesource.com', |
agable | 851c6f725 | 2016-11-04 17:17:39 | [diff] [blame] | 49 | 'skia_git': 'https://skia.googlesource.com', |
Henrik Kjellander | 7c0b28b | 2017-09-13 20:25:02 | [diff] [blame] | 50 | 'webrtc_git': 'https://webrtc.googlesource.com', |
thestig | 3e7d8e0 | 2015-09-28 23:54:46 | [diff] [blame] | 51 | # Three lines of non-changing comments so that |
thestig | 3e7d8e0 | 2015-09-28 23:54:46 | [diff] [blame] | 52 | # the commit queue can handle CLs rolling sfntly |
| 53 | # and whatever else without interference from each other. |
thestig | 930abad | 2017-04-18 02:44:33 | [diff] [blame] | 54 | 'sfntly_revision': '2439bd08ff93d4dce761dd6b825917938bd35a4f', |
thestig | 3e7d8e0 | 2015-09-28 23:54:46 | [diff] [blame] | 55 | # Three lines of non-changing comments so that |
| 56 | # the commit queue can handle CLs rolling Skia |
| 57 | # and whatever else without interference from each other. |
[email protected] | 4ff5a52 | 2017-10-20 22:18:12 | [diff] [blame] | 58 | 'skia_revision': 'f04ff7696d34d810a94b7fd98aa0006955f57fc0', |
[email protected] | 5eb3022e | 2011-11-23 16:42:26 | [diff] [blame] | 59 | # Three lines of non-changing comments so that |
sbc | e2d44aee | 2015-06-09 03:06:04 | [diff] [blame] | 60 | # the commit queue can handle CLs rolling V8 |
| 61 | # and whatever else without interference from each other. |
v8-autoroll | 1f4e755 | 2017-10-22 17:15:24 | [diff] [blame] | 62 | 'v8_revision': '598bc092043cbfa57affb28015463b884ed0a4ab', |
[email protected] | 20e0e75 | 2012-09-14 15:56:52 | [diff] [blame] | 63 | # Three lines of non-changing comments so that |
[email protected] | 10d8ac3 | 2013-10-31 13:34:31 | [diff] [blame] | 64 | # the commit queue can handle CLs rolling swarming_client |
[email protected] | 7f4fc41 | 2013-02-24 00:16:51 | [diff] [blame] | 65 | # and whatever else without interference from each other. |
Tim 'mithro' Ansell | 519e431 | 2017-09-08 02:26:19 | [diff] [blame] | 66 | 'swarming_revision': '5e8001d9a710121ce7a68efd0804430a34b4f9e4', |
[email protected] | d0982f9 | 2013-03-19 10:26:20 | [diff] [blame] | 67 | # Three lines of non-changing comments so that |
[email protected] | 62f23190 | 2014-03-11 10:19:20 | [diff] [blame] | 68 | # the commit queue can handle CLs rolling ANGLE |
| 69 | # and whatever else without interference from each other. |
Jamie Madill | 6e03464 | 2017-10-23 00:21:03 | [diff] [blame] | 70 | 'angle_revision': '6d94f064ae70479484f3435ad5fa2611992a3b81', |
[email protected] | f58d329 | 2014-05-14 01:56:54 | [diff] [blame] | 71 | # Three lines of non-changing comments so that |
| 72 | # the commit queue can handle CLs rolling build tools |
| 73 | # and whatever else without interference from each other. |
Jamie Madill | 4f6aa337 | 2017-10-17 02:56:31 | [diff] [blame] | 74 | 'buildtools_revision': 'e043d81e9185a2445fa3ec3fc34a4f69b58d4969', |
dpranke | 7a694fe | 2015-08-18 05:11:29 | [diff] [blame] | 75 | # Three lines of non-changing comments so that |
capn | e3976c2 | 2016-08-12 22:06:17 | [diff] [blame] | 76 | # the commit queue can handle CLs rolling SwiftShader |
| 77 | # and whatever else without interference from each other. |
Alexis Hetu | f079418 | 2017-10-06 21:21:18 | [diff] [blame] | 78 | 'swiftshader_revision': 'ec5da193b1c29dc8bee19dcc8fe297901ff74911', |
capn | e3976c2 | 2016-08-12 22:06:17 | [diff] [blame] | 79 | # Three lines of non-changing comments so that |
dpranke | 7a694fe | 2015-08-18 05:11:29 | [diff] [blame] | 80 | # the commit queue can handle CLs rolling PDFium |
[email protected] | d6a2e88f1 | 2014-05-19 19:27:03 | [diff] [blame] | 81 | # and whatever else without interference from each other. |
[email protected] | 8cbaf8d2 | 2017-10-23 14:34:01 | [diff] [blame] | 82 | 'pdfium_revision': '97dab80731a15a6bd74cdc3caf11f97c3a3be5ed', |
[email protected] | 99e1c5c | 2014-06-20 13:02:29 | [diff] [blame] | 83 | # Three lines of non-changing comments so that |
| 84 | # the commit queue can handle CLs rolling openmax_dl |
| 85 | # and whatever else without interference from each other. |
scottmg | c460f912 | 2016-11-19 01:50:26 | [diff] [blame] | 86 | 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7', |
[email protected] | 7ee3af5 | 2014-07-06 18:16:47 | [diff] [blame] | 87 | # Three lines of non-changing comments so that |
| 88 | # the commit queue can handle CLs rolling BoringSSL |
| 89 | # and whatever else without interference from each other. |
David Benjamin | 785c09d | 2017-10-11 19:57:52 | [diff] [blame] | 90 | 'boringssl_revision': '664e99a6486c293728097c661332f92bf2d847c6', |
szager | 29407eb | 2014-08-26 13:09:31 | [diff] [blame] | 91 | # Three lines of non-changing comments so that |
szager | 29407eb | 2014-08-26 13:09:31 | [diff] [blame] | 92 | # the commit queue can handle CLs rolling google-toolbox-for-mac |
| 93 | # and whatever else without interference from each other. |
Mark Mentovai | 9ed14316 | 2017-07-24 19:04:47 | [diff] [blame] | 94 | 'google_toolbox_for_mac_revision': '3c3111d3aefe907c8c0f0e933029608d96ceefeb', |
szager | 29407eb | 2014-08-26 13:09:31 | [diff] [blame] | 95 | # Three lines of non-changing comments so that |
| 96 | # the commit queue can handle CLs rolling lighttpd |
| 97 | # and whatever else without interference from each other. |
| 98 | 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', |
| 99 | # Three lines of non-changing comments so that |
| 100 | # the commit queue can handle CLs rolling lss |
| 101 | # and whatever else without interference from each other. |
Torne (Richard Coles) | 9a6106e | 2017-10-20 17:48:17 | [diff] [blame] | 102 | 'lss_revision': 'e6527b0cd469e3ff5764785dadcb39bf7d787154', |
mseaborn | 851e1bd1 | 2014-09-05 08:00:14 | [diff] [blame] | 103 | # Three lines of non-changing comments so that |
| 104 | # the commit queue can handle CLs rolling NaCl |
| 105 | # and whatever else without interference from each other. |
[email protected] | 280a28d8 | 2017-10-01 00:05:41 | [diff] [blame] | 106 | 'nacl_revision': '7f07816e463da403255f0ab4f6d88004450dd09d', |
cwallez | f2b0349 | 2015-08-25 15:08:18 | [diff] [blame] | 107 | # Three lines of non-changing comments so that |
drott | fe896a8 | 2017-03-06 12:12:54 | [diff] [blame] | 108 | # the commit queue can handle CLs rolling freetype |
bcf | 53f862ea | 2016-02-02 05:08:42 | [diff] [blame] | 109 | # and whatever else without interference from each other. |
Ben Wagner | e014fe9 | 2017-10-17 14:15:54 | [diff] [blame] | 110 | 'freetype_revision': '94f6d57a4c4264e59493ccdf9b8cef92600c0c25', |
robertocn | 4567f4d | 2016-03-23 03:36:07 | [diff] [blame] | 111 | # Three lines of non-changing comments so that |
| 112 | # the commit queue can handle CLs rolling catapult |
| 113 | # and whatever else without interference from each other. |
Trent Apted | 61ba843 | 2017-10-20 06:12:05 | [diff] [blame] | 114 | 'catapult_revision': '22e74ebb13a5b87981c4a2f6a8594390f2496d0b', |
ochang | cbd1cf20 | 2016-04-01 21:37:37 | [diff] [blame] | 115 | # Three lines of non-changing comments so that |
| 116 | # the commit queue can handle CLs rolling libFuzzer |
| 117 | # and whatever else without interference from each other. |
Max Moroz | 9575c0e | 2017-10-06 16:50:01 | [diff] [blame] | 118 | 'libfuzzer_revision': '06fb50cc1f0197398c8a70658928a3b91912e68a', |
chenwilliam | 56a9038 | 2016-12-09 02:16:28 | [diff] [blame] | 119 | # Three lines of non-changing comments so that |
| 120 | # the commit queue can handle CLs rolling devtools-node-modules |
| 121 | # and whatever else without interference from each other. |
| 122 | 'devtools_node_modules_revision': '6226d6cd80aaf2e5295ed460cf73ef6a582e4d78', |
kmarshall | 520f951 | 2017-01-24 23:25:01 | [diff] [blame] | 123 | # Three lines of non-changing comments so that |
aizatsky | 8904f9c | 2017-03-03 19:50:05 | [diff] [blame] | 124 | # the commit queue can handle CLs rolling libprotobuf-mutator |
| 125 | # and whatever else without interference from each other. |
Jonathan Metzman | d36d15de | 2017-09-13 23:11:32 | [diff] [blame] | 126 | 'libprotobuf-mutator': '52af4b0f6f55f9d8836acb605e902db49eb8e6b4', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 127 | } |
| 128 | |
tandrii | 74b7e42 | 2014-09-23 16:45:27 | [diff] [blame] | 129 | # Only these hosts are allowed for dependencies in this DEPS file. |
| 130 | # If you need to add a new host, contact chrome infrastracture team. |
| 131 | allowed_hosts = [ |
tandrii | cb12c64 | 2015-03-27 19:00:55 | [diff] [blame] | 132 | 'android.googlesource.com', |
agable | 851c6f725 | 2016-11-04 17:17:39 | [diff] [blame] | 133 | 'boringssl.googlesource.com', |
Paweł Hajdan, Jr | 37a7a74 | 2017-09-25 11:37:30 | [diff] [blame] | 134 | 'chrome-internal.googlesource.com', |
agable | 851c6f725 | 2016-11-04 17:17:39 | [diff] [blame] | 135 | 'chromium.googlesource.com', |
| 136 | 'pdfium.googlesource.com', |
| 137 | 'skia.googlesource.com', |
capn | e3976c2 | 2016-08-12 22:06:17 | [diff] [blame] | 138 | 'swiftshader.googlesource.com', |
Henrik Kjellander | 7c0b28b | 2017-09-13 20:25:02 | [diff] [blame] | 139 | 'webrtc.googlesource.com', |
tandrii | 74b7e42 | 2014-09-23 16:45:27 | [diff] [blame] | 140 | ] |
| 141 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 142 | deps = { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 143 | 'src/buildtools': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 144 | Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'), |
[email protected] | f58d329 | 2014-05-14 01:56:54 | [diff] [blame] | 145 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 146 | 'src/chrome/installer/mac/third_party/xz/xz': { |
| 147 | 'url': Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7', |
| 148 | 'condition': 'checkout_mac', |
| 149 | }, |
| 150 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 151 | 'src/chrome/test/data/perf/canvas_bench': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 152 | Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732', |
[email protected] | 700e7e3 | 2012-02-22 17:04:38 | [diff] [blame] | 153 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 154 | 'src/chrome/test/data/perf/frame_rate/content': |
dpranke | 4778c71 | 2016-09-23 01:15:56 | [diff] [blame] | 155 | Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c88463efeef6bb19c9ec07c42bc8fe22b9', |
[email protected] | 40646b01 | 2011-07-26 02:30:26 | [diff] [blame] | 156 | |
bsheedy | 01d9394 | 2017-07-27 22:49:38 | [diff] [blame] | 157 | 'src/chrome/test/data/vr/webvr_info': |
bsheedy | ed9c1744 | 2017-10-04 22:22:55 | [diff] [blame] | 158 | Var('chromium_git') + '/external/github.com/toji/webvr.info.git' + '@' + 'd73e6182287e3c6c0daa4d3d2ea578a31a2e5a6b', |
bsheedy | 01d9394 | 2017-07-27 22:49:38 | [diff] [blame] | 159 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 160 | 'src/ios/third_party/earl_grey/src': { |
| 161 | 'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + 'b8f1ed850b3b8c059d2912ac4c25a2480ddba826', |
| 162 | 'condition': 'checkout_ios', |
| 163 | }, |
| 164 | |
| 165 | 'src/ios/third_party/fishhook/src': { |
| 166 | 'url': Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c', |
| 167 | 'condition': 'checkout_ios', |
| 168 | }, |
| 169 | |
| 170 | 'src/ios/third_party/gcdwebserver/src': { |
| 171 | 'url': Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@' + '43555c66627f6ed44817855a0f6d465f559d30e0', |
| 172 | 'condition': 'checkout_ios', |
| 173 | }, |
| 174 | |
| 175 | 'src/ios/third_party/material_components_ios/src': { |
iOS Autoroller | 702ec194 | 2017-10-12 22:54:44 | [diff] [blame] | 176 | 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'f754315c1986ab41de55e038420e5154612660ea', |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 177 | 'condition': 'checkout_ios', |
| 178 | }, |
| 179 | |
| 180 | 'src/ios/third_party/material_font_disk_loader_ios/src': { |
| 181 | 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-font-disk-loader-ios.git' + '@' + '8e30188777b016182658fbaa0a4a020a48183224', |
| 182 | 'condition': 'checkout_ios', |
| 183 | }, |
| 184 | |
| 185 | 'src/ios/third_party/material_roboto_font_loader_ios/src': { |
| 186 | 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-roboto-font-loader-ios.git' + '@' + '4aa51e906e5671c71d24e991f1f10d782a58409f', |
| 187 | 'condition': 'checkout_ios', |
| 188 | }, |
| 189 | |
| 190 | 'src/ios/third_party/material_sprited_animation_view_ios/src': { |
| 191 | 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-sprited-animation-view-ios.git' + '@' + 'c6e16d06bdafd95540c62b3402d9414692fbca81', |
| 192 | 'condition': 'checkout_ios', |
| 193 | }, |
| 194 | |
| 195 | 'src/ios/third_party/material_text_accessibility_ios/src': { |
| 196 | 'url': Var('chromium_git') + '/external/github.com/material-foundation/material-text-accessibility-ios.git' + '@' + '7340b22cc589101ba0b11516afe4f3a733041951', |
| 197 | 'condition': 'checkout_ios', |
| 198 | }, |
| 199 | |
| 200 | 'src/ios/third_party/ochamcrest/src': { |
Eric Noyau | daabeb5 | 2017-10-13 16:29:11 | [diff] [blame] | 201 | 'url': Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + '92d9c14d13bb864255e65c09383564653896916b', |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 202 | 'condition': 'checkout_ios', |
| 203 | }, |
| 204 | |
jrummell | f715b169 | 2015-10-21 23:26:26 | [diff] [blame] | 205 | 'src/media/cdm/api': |
Xiaohan Wang | a14f781d | 2017-10-20 23:30:40 | [diff] [blame] | 206 | Var('chromium_git') + '/chromium/cdm.git' + '@' + 'ea5df8e78fbd0a4c24cc3a1f3faefefcd1b45237', |
[email protected] | 255c43f | 2013-06-07 08:54:11 | [diff] [blame] | 207 | |
Paweł Hajdan, Jr | da2f331 | 2017-10-11 16:24:39 | [diff] [blame] | 208 | 'src/native_client': |
| 209 | Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'), |
[email protected] | bba1c0dd | 2013-08-19 10:33:31 | [diff] [blame] | 210 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 211 | 'src/third_party/SPIRV-Tools/src': |
| 212 | Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + '@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c', |
jinsukkim | 21d3369fc | 2016-06-21 06:16:03 | [diff] [blame] | 213 | |
Paweł Hajdan, Jr | 78b426d0 | 2017-09-29 07:49:16 | [diff] [blame] | 214 | 'src/third_party/android_protobuf/src': { |
| 215 | 'url': Var('chromium_git') + '/external/android_protobuf.git' + '@' + '7fca48d8ce97f7ba3ab8eea5c472f1ad3711762f', |
| 216 | 'condition': 'checkout_android', |
| 217 | }, |
| 218 | |
| 219 | 'src/third_party/android_tools': { |
Peter Wen | 5c71edf6 | 2017-10-16 20:35:45 | [diff] [blame] | 220 | 'url': Var('chromium_git') + '/android_tools.git' + '@' + '110e5f6c0dcb6f7d586ac0c00f10bc7d1d410088', |
Paweł Hajdan, Jr | 78b426d0 | 2017-09-29 07:49:16 | [diff] [blame] | 221 | 'condition': 'checkout_android', |
| 222 | }, |
| 223 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 224 | 'src/third_party/angle': |
| 225 | Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
| 226 | |
Paweł Hajdan, Jr | 78b426d0 | 2017-09-29 07:49:16 | [diff] [blame] | 227 | 'src/third_party/apache-portable-runtime/src': { |
| 228 | 'url': Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a8c4277e09a82eaa229e35246edea1ee0a6a1', |
| 229 | 'condition': 'checkout_android', |
| 230 | }, |
| 231 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 232 | 'src/third_party/bidichecker': |
| 233 | Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0', |
| 234 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 235 | 'src/third_party/bison': { |
| 236 | 'url': Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5464ee2b224c2df649c6e26c3', |
| 237 | 'condition': 'checkout_win', |
| 238 | }, |
| 239 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 240 | 'src/third_party/boringssl/src': |
| 241 | Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), |
| 242 | |
| 243 | 'src/third_party/breakpad/breakpad': |
Peter Collingbourne | dae9d10 | 2017-10-19 23:52:54 | [diff] [blame] | 244 | Var('chromium_git') + '/breakpad/breakpad.git' + '@' + '072f86ca83bb7138fe33f10b6380badd9ef7f065', |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 245 | |
| 246 | 'src/third_party/catapult': |
| 247 | Var('chromium_git') + '/catapult.git' + '@' + Var('catapult_revision'), |
| 248 | |
| 249 | 'src/third_party/ced/src': |
| 250 | Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9', |
| 251 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 252 | # Build tools for Chrome OS. Note: This depends on third_party/pyelftools. |
| 253 | 'src/third_party/chromite': { |
Ahmed Fakhry | 8032924 | 2017-10-13 17:25:59 | [diff] [blame] | 254 | 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '85c606aae820e29d6ccfa5589af365536eaf9ad1', |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 255 | 'condition': 'checkout_linux', |
| 256 | }, |
| 257 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 258 | 'src/third_party/cld_2/src': |
| 259 | Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84b58a5d7690ebf05a91406f371ce00c3daf31c0', |
| 260 | |
| 261 | 'src/third_party/cld_3/src': |
| 262 | Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + 'ae02d6b8a2af41e87c956c7c7d3f651a8b7b9e79', |
| 263 | |
| 264 | 'src/third_party/colorama/src': |
| 265 | Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', |
| 266 | |
| 267 | 'src/third_party/crc32c/src': |
Victor Costan | f05fce32 | 2017-10-02 20:25:24 | [diff] [blame] | 268 | Var('chromium_git') + '/external/github.com/google/crc32c.git' + '@' + '0f771ed5ef83556451e1736f22b1a11054dc81c3', |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 269 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 270 | # For Linux and Chromium OS. |
| 271 | 'src/third_party/cros_system_api': { |
Lutz Justen | 03436e3 | 2017-10-17 14:02:15 | [diff] [blame] | 272 | 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '106eeed3635eef25a103c5fc27ce237854d27108', |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 273 | 'condition': 'checkout_linux', |
| 274 | }, |
| 275 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 276 | 'src/third_party/custom_tabs_client/src': { |
| 277 | 'url': Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-client.git' + '@' + 'cff061038b852d647f7044d828a9df78aa135f38', |
| 278 | 'condition': 'checkout_android', |
| 279 | }, |
| 280 | |
| 281 | 'src/third_party/depot_tools': |
[email protected] | b0c1225 | 2017-10-21 00:20:11 | [diff] [blame] | 282 | Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'e346e411d56a33575a9818310e73a66f17de3da0', |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 283 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 284 | # DevTools node modules. Used on Linux buildbots only. |
| 285 | 'src/third_party/devtools-node-modules': { |
| 286 | 'url': Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision'), |
| 287 | 'condition': 'checkout_linux', |
| 288 | }, |
| 289 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 290 | 'src/third_party/dom_distiller_js/dist': |
Wei-Yin Chen (陳威尹) | c47f4cf | 2017-10-16 19:22:27 | [diff] [blame] | 291 | Var('chromium_git') + '/chromium/dom-distiller/dist.git' + '@' + '7a530fc00184ee28e79a2b45270906cacaf00d3b', |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 292 | |
| 293 | 'src/third_party/elfutils/src': { |
| 294 | 'url': Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de4f3760bdcaa3d23d154d7', |
| 295 | 'condition': 'checkout_android', |
| 296 | }, |
| 297 | |
Paweł Hajdan, Jr | 78b426d0 | 2017-09-29 07:49:16 | [diff] [blame] | 298 | 'src/third_party/errorprone/lib': { |
Peter Wen | f22fda88 | 2017-10-23 14:50:12 | [diff] [blame^] | 299 | 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '16b8b7298b183312a2fcac99fb1b594ccf7749d0', |
Paweł Hajdan, Jr | 78b426d0 | 2017-09-29 07:49:16 | [diff] [blame] | 300 | 'condition': 'checkout_android', |
| 301 | }, |
| 302 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 303 | 'src/third_party/ffmpeg': |
Dale Curtis | c51b738 | 2017-10-20 17:38:41 | [diff] [blame] | 304 | Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'e4859f9094f2e80e5845863da7c55d846c4f86f7', |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 305 | |
Paweł Hajdan, Jr | 78b426d0 | 2017-09-29 07:49:16 | [diff] [blame] | 306 | 'src/third_party/findbugs': { |
| 307 | 'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac77ea0a194813d3065dd780c6e566', |
| 308 | 'condition': 'checkout_android', |
| 309 | }, |
| 310 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 311 | 'src/third_party/flac': |
| 312 | Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '7d0f5b3a173ffe98db08057d1f52b7787569e0a6', |
| 313 | |
| 314 | 'src/third_party/flatbuffers/src': |
| 315 | Var('chromium_git') + '/external/github.com/google/flatbuffers.git' + '@' + '01c50d57a67a52ee3cddd81b54d4647e9123a290', |
| 316 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 317 | # Used for embedded builds. CrOS & Linux use the system version. |
| 318 | 'src/third_party/fontconfig/src': { |
| 319 | 'url': Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b749f9823c51827a60aeb5c1', |
| 320 | 'condition': 'checkout_linux', |
| 321 | }, |
| 322 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 323 | 'src/third_party/freetype/src': |
| 324 | Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_revision'), |
| 325 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 326 | # Chrome OS touchpad gestures library. |
| 327 | 'src/third_party/gestures/gestures': { |
David Reveman | e25bd88e | 2017-10-02 21:06:05 | [diff] [blame] | 328 | 'url': Var('chromium_git') + '/chromiumos/platform/gestures.git' + '@' + '74f55100df966280d305d5d5ada824605f875839', |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 329 | 'condition': 'checkout_linux', |
| 330 | }, |
| 331 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 332 | 'src/third_party/glslang/src': |
| 333 | Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210c6bf4d8119dc5f8ac21da2d4c87184f7015e0', |
| 334 | |
Paweł Hajdan, Jr | c3ae085 | 2017-10-02 16:46:22 | [diff] [blame] | 335 | 'src/third_party/google_toolbox_for_mac/src': { |
| 336 | 'url': Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'), |
| 337 | 'condition': 'checkout_ios or checkout_mac', |
| 338 | }, |
| 339 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 340 | 'src/third_party/googletest/src': |
| 341 | Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '7f8fefabedf2965980585be8c2bff97458f28e0b', |
| 342 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 343 | # GNU binutils assembler for x86-32. |
| 344 | 'src/third_party/gnu_binutils': { |
| 345 | 'url': Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436', |
Paweł Hajdan, Jr | da2f331 | 2017-10-11 16:24:39 | [diff] [blame] | 346 | 'condition': 'checkout_win', |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 347 | }, |
| 348 | |
| 349 | 'src/third_party/gperf': { |
| 350 | 'url': Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f9449770443fb06da49b5a1e5d33c1', |
| 351 | 'condition': 'checkout_win', |
| 352 | }, |
| 353 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 354 | 'src/third_party/gvr-android-sdk/src': { |
| 355 | 'url': Var('chromium_git') + '/external/github.com/googlevr/gvr-android-sdk.git' + '@' + 'ee5cb1c6138d0be57e82ddafc1b54d7d3e3e5560', |
Paweł Hajdan, Jr | 78b426d0 | 2017-09-29 07:49:16 | [diff] [blame] | 356 | 'condition': 'checkout_android', |
| 357 | }, |
| 358 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 359 | 'src/third_party/hunspell_dictionaries': |
Chris Nardi | eea5de8 | 2017-10-14 22:21:31 | [diff] [blame] | 360 | Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'a9bac57ce6c9d390a52ebaad3259f5fdb871210e', |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 361 | |
| 362 | 'src/third_party/icu': |
Jungshik Shin | 1b4f3c6b | 2017-10-12 01:18:14 | [diff] [blame] | 363 | Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '21d33b1a09a77f033478ea4ffffb61e6970f83bd', |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 364 | |
| 365 | 'src/third_party/jsoncpp/source': |
| 366 | Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 |
| 367 | |
Paweł Hajdan, Jr | 78b426d0 | 2017-09-29 07:49:16 | [diff] [blame] | 368 | 'src/third_party/jsr-305/src': { |
| 369 | 'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919', |
| 370 | 'condition': 'checkout_android', |
| 371 | }, |
| 372 | |
| 373 | 'src/third_party/junit/src': { |
| 374 | 'url': Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481', |
| 375 | 'condition': 'checkout_android', |
| 376 | }, |
| 377 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 378 | 'src/third_party/leakcanary/src': { |
| 379 | 'url': Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e', |
| 380 | 'condition': 'checkout_android', |
| 381 | }, |
| 382 | |
| 383 | 'src/third_party/leveldatabase/src': |
Victor Costan | 7f1a6b1 | 2017-10-09 19:00:34 | [diff] [blame] | 384 | Var('chromium_git') + '/external/leveldb.git' + '@' + 'ca216e493f32278f50a823811ab95f64cf0f839b', |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 385 | |
| 386 | 'src/third_party/libFuzzer/src': |
Max Moroz | 1ee969e | 2017-10-04 16:27:26 | [diff] [blame] | 387 | Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + Var('libfuzzer_revision'), |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 388 | |
| 389 | 'src/third_party/libaddressinput/src': |
sebsg | 1c28010 | 2017-10-02 02:30:47 | [diff] [blame] | 390 | Var('chromium_git') + '/external/libaddressinput.git' + '@' + '87f69db0b1ca732ba148489d2f75b3af2f236632', |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 391 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 392 | # Userspace interface to kernel DRM services. |
| 393 | 'src/third_party/libdrm/src': { |
| 394 | 'url': Var('chromium_git') + '/chromiumos/third_party/libdrm.git' + '@' + '0ce18bedd3e62d4784fa755403801934ba171084', |
| 395 | 'condition': 'checkout_linux', |
| 396 | }, |
| 397 | |
| 398 | # The libevdev library (Chrome OS version). |
| 399 | 'src/third_party/libevdev/src': { |
| 400 | 'url': Var('chromium_git') + '/chromiumos/platform/libevdev.git' + '@' + '9f7a1961eb4726211e18abd147d5a11a4ea86744', |
| 401 | 'condition': 'checkout_linux', |
| 402 | }, |
| 403 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 404 | 'src/third_party/libjpeg_turbo': |
| 405 | Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79a8792dde3d3f7d7d8ac28ba01ac9dd', |
| 406 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 407 | 'src/third_party/liblouis/src': { |
| 408 | 'url': Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a3478561deb6ae4798175094be8a26c2', |
| 409 | 'condition': 'checkout_linux', |
| 410 | }, |
| 411 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 412 | 'src/third_party/libphonenumber/dist': |
| 413 | Var('chromium_git') + '/external/libphonenumber.git' + '@' + 'a4da30df63a097d67e3c429ead6790ad91d36cf4', |
| 414 | |
| 415 | 'src/third_party/libprotobuf-mutator/src': |
| 416 | Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git' + '@' + Var('libprotobuf-mutator'), |
| 417 | |
| 418 | 'src/third_party/libsrtp': |
| 419 | Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423', |
| 420 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 421 | # Android Explicit Synchronization. |
| 422 | 'src/third_party/libsync/src': { |
| 423 | 'url': Var('chromium_git') + '/aosp/platform/system/core/libsync.git' + '@' + 'aa6cda6f638bd57d3a024f0d201f723a5c3bb875', |
| 424 | 'condition': 'checkout_linux', |
| 425 | }, |
| 426 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 427 | 'src/third_party/libvpx/source/libvpx': |
Jerome Jiang | ba920069 | 2017-10-20 19:35:57 | [diff] [blame] | 428 | Var('chromium_git') + '/webm/libvpx.git' + '@' + '401e6d48bfd3cbf74a41da724d05c989e207662b', |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 429 | |
| 430 | 'src/third_party/libwebm/source': |
| 431 | Var('chromium_git') + '/webm/libwebm.git' + '@' + '4956b2dec65352af32dc71bab553acb631c64177', |
| 432 | |
| 433 | 'src/third_party/libyuv': |
Frank Barchard | 8ff6acb | 2017-10-20 21:49:29 | [diff] [blame] | 434 | Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '8fa02df3c0591754958a50cc2896aafae319f3bc', # from r1675 |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 435 | |
Paweł Hajdan, Jr | c3ae085 | 2017-10-02 16:46:22 | [diff] [blame] | 436 | 'src/third_party/lighttpd': { |
| 437 | 'url': Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'), |
| 438 | 'condition': 'checkout_mac or checkout_win', |
| 439 | }, |
| 440 | |
| 441 | 'src/third_party/lss': { |
| 442 | 'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'), |
| 443 | 'condition': 'checkout_android or checkout_linux', |
| 444 | }, |
| 445 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 446 | 'src/third_party/material_design_icons/src': { |
| 447 | 'url': Var('chromium_git') + '/external/github.com/google/material-design-icons.git' + '@' + |
| 448 | '5ab428852e35dc177a8c37a2df9dc9ccf768c65a', |
| 449 | 'condition': 'checkout_ios', |
| 450 | }, |
| 451 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 452 | 'src/third_party/mesa/src': |
| 453 | Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e7035ca882cc77f85793fef', |
| 454 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 455 | # GNU binutils assembler for x86-64. |
| 456 | 'src/third_party/mingw-w64/mingw/bin': { |
| 457 | 'url': Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527', |
Paweł Hajdan, Jr | da2f331 | 2017-10-11 16:24:39 | [diff] [blame] | 458 | 'condition': 'checkout_win', |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 459 | }, |
| 460 | |
| 461 | # Graphics buffer allocator for Chrome OS. |
| 462 | 'src/third_party/minigbm/src': { |
| 463 | 'url': Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '27a7e6a24709564e18c3382d0aeda0b40c7ae03b', |
| 464 | 'condition': 'checkout_linux', |
| 465 | }, |
| 466 | |
| 467 | # Minizip library. Used on Chrome OS. |
| 468 | 'src/third_party/minizip/src': { |
| 469 | 'url': Var('chromium_git') + '/external/github.com/nmoinvaz/minizip' + '@' + 'e07e141475220196b55294c8172b274cc32d642d', |
| 470 | 'condition': 'checkout_linux', |
| 471 | }, |
| 472 | |
Paweł Hajdan, Jr | 78b426d0 | 2017-09-29 07:49:16 | [diff] [blame] | 473 | 'src/third_party/mockito/src': { |
| 474 | 'url': Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598ad4cf5ea53c69a8a8053780b04b850', |
| 475 | 'condition': 'checkout_android', |
| 476 | }, |
| 477 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 478 | # Binaries for nacl sdk. |
| 479 | 'src/third_party/nacl_sdk_binaries': { |
| 480 | 'url': Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5', |
Paweł Hajdan, Jr | da2f331 | 2017-10-11 16:24:39 | [diff] [blame] | 481 | 'condition': 'checkout_win', |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 482 | }, |
| 483 | |
Paweł Hajdan, Jr | 78b426d0 | 2017-09-29 07:49:16 | [diff] [blame] | 484 | 'src/third_party/netty-tcnative/src': { |
| 485 | 'url': Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '5b46a8ef4a39c39c576fcdaaf718b585d75df463', |
| 486 | 'condition': 'checkout_android', |
| 487 | }, |
| 488 | |
| 489 | 'src/third_party/netty4/src': { |
| 490 | 'url': Var('chromium_git') + '/external/netty4.git' + '@' + 'cc4420b13bb4eeea5b1cf4f93b2755644cd3b120', |
| 491 | 'condition': 'checkout_android', |
| 492 | }, |
| 493 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 494 | 'src/third_party/openh264/src': |
| 495 | Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'a180c9d4d6f1a4830ca9eed9d159d54996bd63cb', |
Paweł Hajdan, Jr | 78b426d0 | 2017-09-29 07:49:16 | [diff] [blame] | 496 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 497 | 'src/third_party/openmax_dl': |
| 498 | Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), |
Paweł Hajdan, Jr | 78b426d0 | 2017-09-29 07:49:16 | [diff] [blame] | 499 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 500 | 'src/third_party/pdfium': |
| 501 | Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'), |
| 502 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 503 | # Parses Windows PE/COFF executable format. |
| 504 | 'src/third_party/pefile': { |
| 505 | 'url': Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab63c15585dc3b5c3f92f1', |
| 506 | 'condition': 'checkout_win', |
| 507 | }, |
| 508 | |
| 509 | 'src/third_party/perl': { |
| 510 | 'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78', |
| 511 | 'condition': 'checkout_win', |
| 512 | }, |
| 513 | |
| 514 | # Dependency of chromite.git and skia. |
| 515 | 'src/third_party/pyelftools': { |
| 516 | 'url': Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae', |
| 517 | 'condition': 'checkout_linux', |
| 518 | }, |
| 519 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 520 | 'src/third_party/pyftpdlib/src': |
| 521 | Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d059f581f05ae8d89d7e45', |
| 522 | |
| 523 | 'src/third_party/pywebsocket/src': |
| 524 | Var('chromium_git') + '/external/github.com/google/pywebsocket.git' + '@' + '2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2', |
| 525 | |
| 526 | 'src/third_party/re2/src': |
Max Moroz | 19d4ff3 | 2017-10-13 20:18:05 | [diff] [blame] | 527 | Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + '4be7a14432ff0a2ed88fd884fd76a63f0a3a6127', |
Paweł Hajdan, Jr | 78b426d0 | 2017-09-29 07:49:16 | [diff] [blame] | 528 | |
| 529 | 'src/third_party/requests/src': { |
| 530 | 'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
| 531 | 'condition': 'checkout_android', |
| 532 | }, |
| 533 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 534 | 'src/third_party/robolectric/robolectric': { |
| 535 | 'url': Var('chromium_git') + '/external/robolectric.git' + '@' + 'b02c65cc6d7465f58f0de48a39914aa905692afa', |
Paweł Hajdan, Jr | 78b426d0 | 2017-09-29 07:49:16 | [diff] [blame] | 536 | 'condition': 'checkout_android', |
| 537 | }, |
| 538 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 539 | 'src/third_party/sfntly/src': |
| 540 | Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Var('sfntly_revision'), |
| 541 | |
| 542 | 'src/third_party/shaderc/src': |
| 543 | Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8793c34907073025af2622c28bcee64e9879a4', |
| 544 | |
| 545 | 'src/third_party/skia': |
| 546 | Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'), |
| 547 | |
| 548 | 'src/third_party/smhasher/src': |
| 549 | Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f', |
| 550 | |
| 551 | 'src/third_party/snappy/src': |
| 552 | Var('chromium_git') + '/external/github.com/google/snappy.git' + '@' + 'b02bfa754ebf27921d8da3bd2517eab445b84ff9', |
| 553 | |
| 554 | 'src/third_party/swiftshader': |
| 555 | Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revision'), |
| 556 | |
| 557 | 'src/third_party/ub-uiautomator/lib': { |
| 558 | 'url': Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434', |
Paweł Hajdan, Jr | 78b426d0 | 2017-09-29 07:49:16 | [diff] [blame] | 559 | 'condition': 'checkout_android', |
| 560 | }, |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 561 | |
| 562 | 'src/third_party/usrsctp/usrsctplib': |
| 563 | Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'f4819e1b177f7bfdd761c147f5a649b9f1a78c06', |
| 564 | |
| 565 | 'src/third_party/visualmetrics/src': |
| 566 | Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6', |
| 567 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 568 | # Display server protocol for Linux. |
| 569 | 'src/third_party/wayland/src': { |
| 570 | 'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + '1361da9cd5a719b32d978485a29920429a31ed25', |
| 571 | 'condition': 'checkout_linux', |
| 572 | }, |
| 573 | |
| 574 | # Wayland protocols that add functionality not available in the core protocol. |
| 575 | 'src/third_party/wayland-protocols/src': { |
| 576 | 'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '26c99346ab5f2273fe5581bc4f6397bbb834f747', |
| 577 | 'condition': 'checkout_linux', |
| 578 | }, |
| 579 | |
| 580 | # Wireless Display Software. Used on Chrome OS. |
| 581 | 'src/third_party/wds/src': { |
| 582 | 'url': Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95f3000bf5c8e16a79dbbbf22d554a5', |
| 583 | 'condition': 'checkout_linux', |
| 584 | }, |
| 585 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 586 | 'src/third_party/webdriver/pylib': |
| 587 | Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd', |
| 588 | |
| 589 | 'src/third_party/webgl/src': |
| 590 | Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '34842fa3c36988840c89f5bc6a68503175acf7d9', |
| 591 | |
| 592 | 'src/third_party/webrtc': |
[email protected] | 382a92d | 2017-10-23 14:24:19 | [diff] [blame] | 593 | Var('webrtc_git') + '/src.git' + '@' + 'd6314d9fc13b6d03bc4d460bcd7c37c57309c6cf', # commit position 20237 |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 594 | |
Paweł Hajdan, Jr | 7af36895 | 2017-10-02 12:25:36 | [diff] [blame] | 595 | 'src/third_party/xdg-utils': { |
| 596 | 'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d', |
| 597 | 'condition': 'checkout_linux', |
| 598 | }, |
| 599 | |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 600 | 'src/third_party/yasm/source/patched-yasm': |
| 601 | Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', |
| 602 | |
| 603 | 'src/tools/gyp': |
| 604 | Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', |
| 605 | |
| 606 | 'src/tools/page_cycler/acid3': |
| 607 | Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5abc1b2f405a945f6d871521', |
| 608 | |
| 609 | 'src/tools/swarming_client': |
| 610 | Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'), |
| 611 | |
| 612 | 'src/v8': |
| 613 | Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), |
| 614 | |
| 615 | 'src-internal': { |
[email protected] | be4d932a | 2017-10-21 01:40:49 | [diff] [blame] | 616 | 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@cbae27f0a0f7d4fe0d6fb31bc9963a6942de5ec1', |
Paweł Hajdan, Jr | f5e7996a | 2017-09-29 11:37:42 | [diff] [blame] | 617 | 'condition': 'checkout_src_internal', |
| 618 | }, |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 619 | } |
| 620 | |
[email protected] | 00c51767 | 2010-11-04 00:27:29 | [diff] [blame] | 621 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 622 | include_rules = [ |
| 623 | # Everybody can use some things. |
John Abd-El-Malek | 5b6373f | 2015-04-01 19:44:14 | [diff] [blame] | 624 | # 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] | 625 | '+base', |
| 626 | '+build', |
| 627 | '+ipc', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 628 | |
[email protected] | dfbff86 | 2012-11-28 19:08:14 | [diff] [blame] | 629 | # Everybody can use headers generated by tools/generate_library_loader. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 630 | '+library_loaders', |
[email protected] | dfbff86 | 2012-11-28 19:08:14 | [diff] [blame] | 631 | |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 632 | '+testing', |
| 633 | '+third_party/icu/source/common/unicode', |
| 634 | '+third_party/icu/source/i18n/unicode', |
| 635 | '+url', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 636 | ] |
| 637 | |
| 638 | |
| 639 | # checkdeps.py shouldn't check include paths for files in these dirs: |
| 640 | skip_child_includes = [ |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 641 | 'native_client_sdk', |
John Abd-El-Malek | 5b6373f | 2015-04-01 19:44:14 | [diff] [blame] | 642 | 'out', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 643 | 'skia', |
| 644 | 'testing', |
Mark Mentovai | ebb9ddd6 | 2017-09-25 17:24:41 | [diff] [blame] | 645 | 'third_party/breakpad/breakpad', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 646 | 'v8', |
| 647 | 'win8', |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 648 | ] |
[email protected] | bfa24b96 | 2009-03-02 00:16:16 | [diff] [blame] | 649 | |
| 650 | |
| 651 | hooks = [ |
| 652 | { |
[email protected] | 9372bec | 2014-08-14 14:03:30 | [diff] [blame] | 653 | # This clobbers when necessary (based on get_landmines.py). It must be the |
| 654 | # first hook so that other things that get/generate into the output |
| 655 | # directory will not subsequently be clobbered. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 656 | 'name': 'landmines', |
| 657 | 'pattern': '.', |
| 658 | 'action': [ |
| 659 | 'python', |
| 660 | 'src/build/landmines.py', |
[email protected] | 9372bec | 2014-08-14 14:03:30 | [diff] [blame] | 661 | ], |
| 662 | }, |
| 663 | { |
Dan Jacques | cea92c51 | 2017-06-02 23:59:16 | [diff] [blame] | 664 | # Ensure that the DEPS'd "depot_tools" has its self-update capability |
| 665 | # disabled. |
| 666 | 'name': 'disable_depot_tools_selfupdate', |
| 667 | 'pattern': '.', |
| 668 | 'action': [ |
| 669 | 'python', |
| 670 | 'src/third_party/depot_tools/update_depot_tools_toggle.py', |
| 671 | '--disable', |
| 672 | ], |
| 673 | }, |
| 674 | { |
jbudorick | 94a712c | 2016-03-09 19:03:52 | [diff] [blame] | 675 | # Ensure that while generating dependencies lists in .gyp files we don't |
| 676 | # accidentally reference any .pyc files whose corresponding .py files have |
| 677 | # already been deleted. |
| 678 | # We should actually try to avoid generating .pyc files, crbug.com/500078. |
| 679 | 'name': 'remove_stale_pyc_files', |
| 680 | 'pattern': '.', |
| 681 | 'action': [ |
| 682 | 'python', |
| 683 | 'src/tools/remove_stale_pyc_files.py', |
| 684 | 'src/android_webview/tools', |
| 685 | 'src/build/android', |
| 686 | 'src/gpu/gles2_conform_support', |
| 687 | 'src/infra', |
| 688 | 'src/ppapi', |
| 689 | 'src/printing', |
| 690 | 'src/third_party/catapult', |
| 691 | 'src/third_party/closure_compiler/build', |
qyearsley | dfda207b | 2016-07-08 14:16:12 | [diff] [blame] | 692 | 'src/third_party/WebKit/Tools/Scripts', # See http://crbug.com/625877. |
jbudorick | 94a712c | 2016-03-09 19:03:52 | [diff] [blame] | 693 | 'src/tools', |
| 694 | ], |
| 695 | }, |
| 696 | { |
[email protected] | 89e43f65 | 2011-08-18 00:03:17 | [diff] [blame] | 697 | # This downloads binaries for Native Client's newlib toolchain. |
| 698 | # Done in lieu of building the toolchain from scratch as it can take |
| 699 | # anywhere from 30 minutes to 4 hours depending on platform to build. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 700 | 'name': 'nacltools', |
| 701 | 'pattern': '.', |
| 702 | 'action': [ |
dyen | 24988063 | 2014-11-20 23:02:20 | [diff] [blame] | 703 | 'python', |
| 704 | 'src/build/download_nacl_toolchains.py', |
ncbray | 474ab32 | 2015-01-05 22:04:22 | [diff] [blame] | 705 | '--mode', 'nacl_core_sdk', |
ncbray | 4453c50a | 2015-02-18 20:10:55 | [diff] [blame] | 706 | 'sync', '--extract', |
[email protected] | 89e43f65 | 2011-08-18 00:03:17 | [diff] [blame] | 707 | ], |
| 708 | }, |
[email protected] | 3a0b249 | 2011-08-24 20:41:16 | [diff] [blame] | 709 | { |
sbc | 8208b4d | 2015-06-30 19:14:23 | [diff] [blame] | 710 | # Downloads the current stable linux sysroot to build/linux/ if needed. |
[email protected] | 01a9860 | 2013-06-12 20:33:54 | [diff] [blame] | 711 | # This sysroot updates at about the same rate that the chrome build deps |
| 712 | # change. This script is a no-op except for linux users who are doing |
sbc | 8208b4d | 2015-06-30 19:14:23 | [diff] [blame] | 713 | # official chrome builds or cross compiling. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 714 | 'name': 'sysroot', |
| 715 | 'pattern': '.', |
Nico Weber | b1943703 | 2017-10-09 02:45:09 | [diff] [blame] | 716 | 'condition': 'checkout_linux', |
sbc | 8208b4d | 2015-06-30 19:14:23 | [diff] [blame] | 717 | 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py', |
| 718 | '--running-as-hook'], |
sbc | 41d0e08 | 2014-10-22 20:39:29 | [diff] [blame] | 719 | }, |
| 720 | { |
Nico Weber | b1943703 | 2017-10-09 02:45:09 | [diff] [blame] | 721 | # Update the Windows toolchain if necessary. Must run before 'clang' below. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 722 | 'name': 'win_toolchain', |
| 723 | 'pattern': '.', |
Nico Weber | a13ad93 | 2017-10-12 18:52:40 | [diff] [blame] | 724 | 'condition': 'checkout_win', |
| 725 | 'action': ['python', 'src/build/vs_toolchain.py', 'update', '--force'], |
[email protected] | c71d328 | 2014-04-09 01:56:20 | [diff] [blame] | 726 | }, |
justincohen | 6a03a3d | 2016-03-26 21:44:38 | [diff] [blame] | 727 | { |
| 728 | # Update the Mac toolchain if necessary. |
| 729 | 'name': 'mac_toolchain', |
| 730 | 'pattern': '.', |
Rohit Rao | 92489af | 2017-10-12 21:45:48 | [diff] [blame] | 731 | 'condition': 'checkout_ios or checkout_mac', |
justincohen | 6a03a3d | 2016-03-26 21:44:38 | [diff] [blame] | 732 | 'action': ['python', 'src/build/mac_toolchain.py'], |
| 733 | }, |
hans | b2eae97 | 2015-05-19 00:53:12 | [diff] [blame] | 734 | # Pull binutils for linux, enabled debug fission for faster linking / |
| 735 | # debugging when used with clang on Ubuntu Precise. |
| 736 | # https://code.google.com/p/chromium/issues/detail?id=352046 |
| 737 | { |
| 738 | 'name': 'binutils', |
| 739 | 'pattern': 'src/third_party/binutils', |
Nico Weber | b1943703 | 2017-10-09 02:45:09 | [diff] [blame] | 740 | 'condition': 'host_os == "linux"', |
hans | b2eae97 | 2015-05-19 00:53:12 | [diff] [blame] | 741 | 'action': [ |
| 742 | 'python', |
| 743 | 'src/third_party/binutils/download.py', |
| 744 | ], |
| 745 | }, |
[email protected] | c71d328 | 2014-04-09 01:56:20 | [diff] [blame] | 746 | { |
Hans Wennborg | 28fb41c | 2014-09-22 23:25:12 | [diff] [blame] | 747 | # Note: On Win, this should run after win_toolchain, as it may use it. |
| 748 | 'name': 'clang', |
| 749 | 'pattern': '.', |
Nico Weber | b1943703 | 2017-10-09 02:45:09 | [diff] [blame] | 750 | 'action': ['python', 'src/tools/clang/scripts/update.py'], |
Hans Wennborg | 28fb41c | 2014-09-22 23:25:12 | [diff] [blame] | 751 | }, |
| 752 | { |
Nico Weber | 1df4a69 | 2017-10-16 21:36:30 | [diff] [blame] | 753 | # Mac doesn't use lld so it's not included in the default clang bundle |
| 754 | # there. lld is however needed in win cross builds, so download it there. |
| 755 | # Should run after the clang hook. |
| 756 | 'name': 'lld/mac', |
| 757 | 'pattern': '.', |
| 758 | 'condition': 'host_os == "mac" and checkout_win', |
| 759 | 'action': ['python', 'src/tools/clang/scripts/download_lld_mac.py'], |
| 760 | }, |
| 761 | { |
phajdan.jr | 2448b2c | 2015-04-24 21:04:17 | [diff] [blame] | 762 | # Update LASTCHANGE. |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 763 | 'name': 'lastchange', |
| 764 | 'pattern': '.', |
| 765 | 'action': ['python', 'src/build/util/lastchange.py', |
| 766 | '-o', 'src/build/util/LASTCHANGE'], |
[email protected] | 9046a11 | 2012-01-31 20:45:25 | [diff] [blame] | 767 | }, |
| 768 | { |
Kai Ninomiya | 96bd9ef9 | 2017-10-20 21:30:37 | [diff] [blame] | 769 | # Update GPU lists version string (for gpu/config). |
| 770 | 'name': 'gpu_lists_version', |
| 771 | 'pattern': '.', |
| 772 | 'action': ['python', 'src/build/util/lastchange.py', |
| 773 | '-m', 'GPU_LISTS_VERSION', |
| 774 | '--revision-id-only', |
| 775 | '--header', 'src/gpu/config/gpu_lists_version.h'], |
| 776 | }, |
| 777 | { |
halcanary | 5cacab3a | 2016-07-29 19:23:20 | [diff] [blame] | 778 | # Update skia_commit_hash.h. |
| 779 | 'name': 'lastchange_skia', |
| 780 | 'pattern': '.', |
| 781 | 'action': ['python', 'src/build/util/lastchange.py', |
| 782 | '-m', 'SKIA_COMMIT_HASH', |
| 783 | '-s', 'src/third_party/skia', |
| 784 | '--header', 'src/skia/ext/skia_commit_hash.h'], |
| 785 | }, |
[email protected] | 66968ba | 2014-03-18 20:27:54 | [diff] [blame] | 786 | # Pull GN binaries. This needs to be before running GYP below. |
| 787 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 788 | 'name': 'gn_win', |
| 789 | 'pattern': '.', |
Paweł Hajdan, Jr | 0c5df4c | 2017-09-18 22:58:19 | [diff] [blame] | 790 | 'condition': 'host_os == "win"', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 791 | 'action': [ 'python', |
| 792 | 'src/third_party/depot_tools/download_from_google_storage.py', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 793 | '--no_resume', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 794 | '--no_auth', |
| 795 | '--bucket', 'chromium-gn', |
| 796 | '-s', 'src/buildtools/win/gn.exe.sha1', |
[email protected] | 66968ba | 2014-03-18 20:27:54 | [diff] [blame] | 797 | ], |
| 798 | }, |
| 799 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 800 | 'name': 'gn_mac', |
| 801 | 'pattern': '.', |
Paweł Hajdan, Jr | 0c5df4c | 2017-09-18 22:58:19 | [diff] [blame] | 802 | 'condition': 'host_os == "mac"', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 803 | 'action': [ 'python', |
| 804 | 'src/third_party/depot_tools/download_from_google_storage.py', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 805 | '--no_resume', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 806 | '--no_auth', |
| 807 | '--bucket', 'chromium-gn', |
| 808 | '-s', 'src/buildtools/mac/gn.sha1', |
[email protected] | 0d5e0582 | 2014-06-18 19:23:19 | [diff] [blame] | 809 | ], |
| 810 | }, |
| 811 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 812 | 'name': 'gn_linux64', |
| 813 | 'pattern': '.', |
Paweł Hajdan, Jr | 0c5df4c | 2017-09-18 22:58:19 | [diff] [blame] | 814 | 'condition': 'host_os == "linux"', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 815 | 'action': [ 'python', |
| 816 | 'src/third_party/depot_tools/download_from_google_storage.py', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 817 | '--no_resume', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 818 | '--no_auth', |
| 819 | '--bucket', 'chromium-gn', |
| 820 | '-s', 'src/buildtools/linux64/gn.sha1', |
[email protected] | 0d5e0582 | 2014-06-18 19:23:19 | [diff] [blame] | 821 | ], |
| 822 | }, |
[email protected] | 6eabd70 | 2014-01-12 00:19:20 | [diff] [blame] | 823 | # Pull clang-format binaries using checked-in hashes. |
| 824 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 825 | 'name': 'clang_format_win', |
| 826 | 'pattern': '.', |
Paweł Hajdan, Jr | 0c5df4c | 2017-09-18 22:58:19 | [diff] [blame] | 827 | 'condition': 'host_os == "win"', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 828 | 'action': [ 'python', |
| 829 | 'src/third_party/depot_tools/download_from_google_storage.py', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 830 | '--no_resume', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 831 | '--no_auth', |
| 832 | '--bucket', 'chromium-clang-format', |
| 833 | '-s', 'src/buildtools/win/clang-format.exe.sha1', |
[email protected] | 6eabd70 | 2014-01-12 00:19:20 | [diff] [blame] | 834 | ], |
| 835 | }, |
| 836 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 837 | 'name': 'clang_format_mac', |
| 838 | 'pattern': '.', |
Paweł Hajdan, Jr | 0c5df4c | 2017-09-18 22:58:19 | [diff] [blame] | 839 | 'condition': 'host_os == "mac"', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 840 | 'action': [ 'python', |
| 841 | 'src/third_party/depot_tools/download_from_google_storage.py', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 842 | '--no_resume', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 843 | '--no_auth', |
| 844 | '--bucket', 'chromium-clang-format', |
| 845 | '-s', 'src/buildtools/mac/clang-format.sha1', |
[email protected] | 6eabd70 | 2014-01-12 00:19:20 | [diff] [blame] | 846 | ], |
| 847 | }, |
| 848 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 849 | 'name': 'clang_format_linux', |
| 850 | 'pattern': '.', |
Paweł Hajdan, Jr | 0c5df4c | 2017-09-18 22:58:19 | [diff] [blame] | 851 | 'condition': 'host_os == "linux"', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 852 | 'action': [ 'python', |
| 853 | 'src/third_party/depot_tools/download_from_google_storage.py', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 854 | '--no_resume', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 855 | '--no_auth', |
| 856 | '--bucket', 'chromium-clang-format', |
| 857 | '-s', 'src/buildtools/linux64/clang-format.sha1', |
[email protected] | 6ec1d6fc | 2014-06-25 19:55:21 | [diff] [blame] | 858 | ], |
| 859 | }, |
Nico Weber | 0c0ade8 | 2017-10-19 22:34:43 | [diff] [blame] | 860 | # Pull rc binaries using checked-in hashes. |
| 861 | { |
| 862 | 'name': 'rc_win', |
| 863 | 'pattern': '.', |
| 864 | 'condition': 'checkout_win and host_os == "win"', |
| 865 | 'action': [ 'python', |
| 866 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 867 | '--no_resume', |
| 868 | '--no_auth', |
| 869 | '--bucket', 'chromium-browser-clang/rc', |
| 870 | '-s', 'src/build/toolchain/win/rc/win/rc.exe.sha1', |
| 871 | ], |
| 872 | }, |
| 873 | { |
| 874 | 'name': 'rc_mac', |
| 875 | 'pattern': '.', |
| 876 | 'condition': 'checkout_win and host_os == "mac"', |
| 877 | 'action': [ 'python', |
| 878 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 879 | '--no_resume', |
| 880 | '--no_auth', |
| 881 | '--bucket', 'chromium-browser-clang/rc', |
| 882 | '-s', 'src/build/toolchain/win/rc/mac/rc.sha1', |
| 883 | ], |
| 884 | }, |
| 885 | { |
| 886 | 'name': 'rc_linux', |
| 887 | 'pattern': '.', |
| 888 | 'condition': 'checkout_win and host_os == "linux"', |
| 889 | 'action': [ 'python', |
| 890 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 891 | '--no_resume', |
| 892 | '--no_auth', |
| 893 | '--bucket', 'chromium-browser-clang/rc', |
| 894 | '-s', 'src/build/toolchain/win/rc/linux64/rc.sha1', |
| 895 | ], |
| 896 | }, |
Hans Wennborg | fc1e297 | 2017-06-12 18:42:26 | [diff] [blame] | 897 | # Pull order files for the win/clang build. |
| 898 | { |
| 899 | 'name': 'orderfiles_win', |
| 900 | 'pattern': '.', |
Paweł Hajdan, Jr | 004d8b3 | 2017-10-02 18:44:22 | [diff] [blame] | 901 | 'condition': 'checkout_win', |
Hans Wennborg | fc1e297 | 2017-06-12 18:42:26 | [diff] [blame] | 902 | 'action': [ 'python', |
| 903 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 904 | '--no_resume', |
Hans Wennborg | fc1e297 | 2017-06-12 18:42:26 | [diff] [blame] | 905 | '--no_auth', |
| 906 | '--bucket', 'chromium-browser-clang/orderfiles', |
| 907 | '-d', 'src/chrome/build', |
| 908 | ], |
| 909 | }, |
maruel | 4fbba01 | 2015-05-22 21:52:29 | [diff] [blame] | 910 | # Pull luci-go binaries (isolate, swarming) using checked-in hashes. |
| 911 | { |
| 912 | 'name': 'luci-go_win', |
| 913 | 'pattern': '.', |
Paweł Hajdan, Jr | 0c5df4c | 2017-09-18 22:58:19 | [diff] [blame] | 914 | 'condition': 'host_os == "win"', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 915 | 'action': [ 'python', |
| 916 | 'src/third_party/depot_tools/download_from_google_storage.py', |
maruel | 4fbba01 | 2015-05-22 21:52:29 | [diff] [blame] | 917 | '--no_resume', |
maruel | 4fbba01 | 2015-05-22 21:52:29 | [diff] [blame] | 918 | '--no_auth', |
| 919 | '--bucket', 'chromium-luci', |
| 920 | '-d', 'src/tools/luci-go/win64', |
| 921 | ], |
| 922 | }, |
| 923 | { |
| 924 | 'name': 'luci-go_mac', |
| 925 | 'pattern': '.', |
Paweł Hajdan, Jr | 0c5df4c | 2017-09-18 22:58:19 | [diff] [blame] | 926 | 'condition': 'host_os == "mac"', |
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', |
maruel | 4fbba01 | 2015-05-22 21:52:29 | [diff] [blame] | 929 | '--no_resume', |
maruel | 4fbba01 | 2015-05-22 21:52:29 | [diff] [blame] | 930 | '--no_auth', |
| 931 | '--bucket', 'chromium-luci', |
| 932 | '-d', 'src/tools/luci-go/mac64', |
| 933 | ], |
| 934 | }, |
| 935 | { |
| 936 | 'name': 'luci-go_linux', |
| 937 | 'pattern': '.', |
Paweł Hajdan, Jr | 0c5df4c | 2017-09-18 22:58:19 | [diff] [blame] | 938 | 'condition': 'host_os == "linux"', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 939 | 'action': [ 'python', |
| 940 | 'src/third_party/depot_tools/download_from_google_storage.py', |
maruel | 4fbba01 | 2015-05-22 21:52:29 | [diff] [blame] | 941 | '--no_resume', |
maruel | 4fbba01 | 2015-05-22 21:52:29 | [diff] [blame] | 942 | '--no_auth', |
| 943 | '--bucket', 'chromium-luci', |
| 944 | '-d', 'src/tools/luci-go/linux64', |
| 945 | ], |
| 946 | }, |
[email protected] | f1d116b | 2014-06-13 18:07:26 | [diff] [blame] | 947 | # Pull the Syzygy binaries, used for optimization and instrumentation. |
| 948 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 949 | 'name': 'syzygy-binaries', |
| 950 | 'pattern': '.', |
Nico Weber | b1943703 | 2017-10-09 02:45:09 | [diff] [blame] | 951 | 'condition': 'host_os == "win"', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 952 | 'action': ['python', |
| 953 | 'src/build/get_syzygy_binaries.py', |
| 954 | '--output-dir=src/third_party/syzygy/binaries', |
Sebastien Marchand | 0881de7 | 2017-07-19 23:45:07 | [diff] [blame] | 955 | '--revision=190dbfe74c6f5b5913820fa66d9176877924d7c5', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 956 | '--overwrite', |
sebmarchand | af7cc2f | 2016-10-04 18:22:25 | [diff] [blame] | 957 | '--copy-dia-binaries', |
[email protected] | f1d116b | 2014-06-13 18:07:26 | [diff] [blame] | 958 | ], |
| 959 | }, |
erikwright | 9bdc2bf | 2015-01-22 20:20:04 | [diff] [blame] | 960 | { |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 961 | 'name': 'apache_win32', |
| 962 | 'pattern': '\\.sha1', |
Paweł Hajdan, Jr | 0c5df4c | 2017-09-18 22:58:19 | [diff] [blame] | 963 | 'condition': 'host_os == "win"', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 964 | 'action': [ 'python', |
| 965 | 'src/third_party/depot_tools/download_from_google_storage.py', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 966 | '--no_resume', |
Stefan Zager | fd5ba19 | 2014-08-23 00:29:39 | [diff] [blame] | 967 | '--directory', |
| 968 | '--recursive', |
| 969 | '--no_auth', |
| 970 | '--num_threads=16', |
| 971 | '--bucket', 'chromium-apache-win32', |
| 972 | 'src/third_party/apache-win32', |
[email protected] | 2154052a | 2014-06-14 19:29:26 | [diff] [blame] | 973 | ], |
| 974 | }, |
| 975 | { |
Dirk Pranke | 6c360be | 2017-10-09 19:06:59 | [diff] [blame] | 976 | 'name': 'msan_chained_origins', |
| 977 | 'pattern': '.', |
| 978 | 'condition': 'checkout_instrumented_libraries', |
| 979 | 'action': [ 'python', |
| 980 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 981 | "--no_resume", |
| 982 | "--no_auth", |
| 983 | "--bucket", "chromium-instrumented-libraries", |
| 984 | "-s", "src/third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1", |
| 985 | ], |
| 986 | }, |
| 987 | { |
| 988 | 'name': 'msan_no_origins', |
| 989 | 'pattern': '.', |
| 990 | 'condition': 'checkout_instrumented_libraries', |
| 991 | 'action': [ 'python', |
| 992 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 993 | "--no_resume", |
| 994 | "--no_auth", |
| 995 | "--bucket", "chromium-instrumented-libraries", |
| 996 | "-s", "src/third_party/instrumented_libraries/binaries/msan-no-origins-trusty.tgz.sha1", |
| 997 | ], |
thomasanderson | aa441f5 | 2017-04-04 22:35:39 | [diff] [blame] | 998 | }, |
| 999 | { |
bradnelson | 20c9a731 | 2016-08-30 17:45:47 | [diff] [blame] | 1000 | "name": "wasm_fuzzer", |
| 1001 | "pattern": ".", |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 1002 | 'action': [ 'python', |
| 1003 | 'src/third_party/depot_tools/download_from_google_storage.py', |
bradnelson | 20c9a731 | 2016-08-30 17:45:47 | [diff] [blame] | 1004 | "--no_resume", |
| 1005 | "--no_auth", |
| 1006 | "-u", |
| 1007 | "--bucket", "v8-wasm-fuzzer", |
ahaas | ec987e5d | 2017-05-17 11:25:36 | [diff] [blame] | 1008 | "-s", "src/v8/test/fuzzer/wasm_corpus.tar.gz.sha1", |
bradnelson | 20c9a731 | 2016-08-30 17:45:47 | [diff] [blame] | 1009 | ], |
| 1010 | }, |
| 1011 | { |
chenwilliam | 56a9038 | 2016-12-09 02:16:28 | [diff] [blame] | 1012 | 'name': 'devtools_install_node', |
| 1013 | 'action': [ 'python', |
| 1014 | 'src/third_party/WebKit/Source/devtools/scripts/local_node/node.py', |
| 1015 | '--running-as-hook', |
| 1016 | '--version', |
| 1017 | ], |
| 1018 | }, |
dpapad | cbee6ab | 2017-01-14 03:05:53 | [diff] [blame] | 1019 | |
| 1020 | # Pull down Node binaries for WebUI toolchain. |
| 1021 | { |
| 1022 | 'name': 'node_linux64', |
| 1023 | 'pattern': '.', |
Paweł Hajdan, Jr | 0c5df4c | 2017-09-18 22:58:19 | [diff] [blame] | 1024 | 'condition': 'host_os == "linux"', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 1025 | 'action': [ 'python', |
| 1026 | 'src/third_party/depot_tools/download_from_google_storage.py', |
dpapad | cbee6ab | 2017-01-14 03:05:53 | [diff] [blame] | 1027 | '--no_resume', |
dpapad | cbee6ab | 2017-01-14 03:05:53 | [diff] [blame] | 1028 | '--extract', |
| 1029 | '--no_auth', |
| 1030 | '--bucket', 'chromium-nodejs/6.9.4', |
| 1031 | '-s', 'src/third_party/node/linux/node-linux-x64.tar.gz.sha1', |
| 1032 | ], |
| 1033 | }, |
| 1034 | { |
| 1035 | 'name': 'node_mac', |
| 1036 | 'pattern': '.', |
Paweł Hajdan, Jr | 0c5df4c | 2017-09-18 22:58:19 | [diff] [blame] | 1037 | 'condition': 'host_os == "mac"', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 1038 | 'action': [ 'python', |
| 1039 | 'src/third_party/depot_tools/download_from_google_storage.py', |
dpapad | cbee6ab | 2017-01-14 03:05:53 | [diff] [blame] | 1040 | '--no_resume', |
dpapad | cbee6ab | 2017-01-14 03:05:53 | [diff] [blame] | 1041 | '--extract', |
| 1042 | '--no_auth', |
| 1043 | '--bucket', 'chromium-nodejs/6.9.4', |
| 1044 | '-s', 'src/third_party/node/mac/node-darwin-x64.tar.gz.sha1', |
| 1045 | ], |
| 1046 | }, |
| 1047 | { |
| 1048 | 'name': 'node_win', |
| 1049 | 'pattern': '.', |
Paweł Hajdan, Jr | 0c5df4c | 2017-09-18 22:58:19 | [diff] [blame] | 1050 | 'condition': 'host_os == "win"', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 1051 | 'action': [ 'python', |
| 1052 | 'src/third_party/depot_tools/download_from_google_storage.py', |
dpapad | cbee6ab | 2017-01-14 03:05:53 | [diff] [blame] | 1053 | '--no_resume', |
dpapad | cbee6ab | 2017-01-14 03:05:53 | [diff] [blame] | 1054 | '--no_auth', |
| 1055 | '--bucket', 'chromium-nodejs/6.9.4', |
| 1056 | '-s', 'src/third_party/node/win/node.exe.sha1', |
| 1057 | ], |
| 1058 | }, |
| 1059 | |
| 1060 | # Pull down NPM dependencies for WebUI toolchain. |
| 1061 | { |
| 1062 | 'name': 'webui_node_modules', |
| 1063 | 'pattern': '.', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 1064 | 'action': [ 'python', |
| 1065 | 'src/third_party/depot_tools/download_from_google_storage.py', |
dpapad | cbee6ab | 2017-01-14 03:05:53 | [diff] [blame] | 1066 | '--no_resume', |
| 1067 | '--extract', |
| 1068 | '--no_auth', |
| 1069 | '--bucket', 'chromium-nodejs', |
| 1070 | '-s', 'src/third_party/node/node_modules.tar.gz.sha1', |
| 1071 | ], |
| 1072 | }, |
kainino | 61f7bce | 2017-04-28 21:53:27 | [diff] [blame] | 1073 | |
| 1074 | # Download Telemetry's binary dependencies |
| 1075 | { |
| 1076 | 'name': 'fetch_telemetry_binary_dependencies', |
| 1077 | 'pattern': '.', |
| 1078 | 'action': [ 'python', |
Dirk Pranke | 4c3098b | 2017-10-10 18:57:22 | [diff] [blame] | 1079 | 'src/tools/perf/conditionally_execute', |
| 1080 | '--gyp-condition', 'fetch_telemetry_dependencies=1', |
kainino | 61f7bce | 2017-04-28 21:53:27 | [diff] [blame] | 1081 | 'src/third_party/catapult/telemetry/bin/fetch_telemetry_binary_dependencies', |
| 1082 | ], |
| 1083 | }, |
John Budorick | da2bfbb | 2017-05-30 22:17:59 | [diff] [blame] | 1084 | |
Dirk Pranke | 099b747b | 2017-10-06 04:29:09 | [diff] [blame] | 1085 | # This is used to ensure that all network operations are properly |
| 1086 | # annotated so we can document what they're for. |
| 1087 | { |
| 1088 | 'name': 'tools_traffic_annotation_linux', |
| 1089 | 'pattern': '.', |
| 1090 | 'condition': 'host_os == "linux" and checkout_traffic_annotation_tools', |
| 1091 | 'action': [ 'python', |
| 1092 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 1093 | '--no_resume', |
Dirk Pranke | 099b747b | 2017-10-06 04:29:09 | [diff] [blame] | 1094 | '--no_auth', |
| 1095 | '--num_threads=4', |
| 1096 | '--bucket', 'chromium-tools-traffic_annotation', |
| 1097 | '-d', 'src/tools/traffic_annotation/bin/linux64', |
| 1098 | ], |
| 1099 | }, |
| 1100 | |
Etienne Pierre-Doray | 44c7431c | 2017-08-21 19:42:40 | [diff] [blame] | 1101 | # Pull down Zucchini test data. |
| 1102 | { |
| 1103 | 'name': 'zucchini_testdata', |
| 1104 | 'pattern': '.', |
| 1105 | 'action': [ 'python', |
| 1106 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 1107 | '--no_resume', |
| 1108 | '--no_auth', |
huangs | 3bad8e2 | 2017-09-05 21:50:00 | [diff] [blame] | 1109 | '--num_threads=4', |
Etienne Pierre-Doray | 44c7431c | 2017-08-21 19:42:40 | [diff] [blame] | 1110 | '--bucket', 'chromium-binary-patching', |
| 1111 | '-d', 'src/chrome/installer/zucchini/testdata', |
| 1112 | ], |
| 1113 | }, |
| 1114 | |
Paweł Hajdan, Jr | e7eed64 | 2017-10-02 16:46:56 | [diff] [blame] | 1115 | { |
| 1116 | # This downloads SDK extras and puts them in the |
| 1117 | # third_party/android_tools/sdk/extras directory. |
| 1118 | 'name': 'sdkextras', |
| 1119 | 'pattern': '.', |
| 1120 | 'condition': 'checkout_android', |
| 1121 | # When adding a new sdk extras package to download, add the package |
| 1122 | # directory and zip file to .gitignore in third_party/android_tools. |
| 1123 | 'action': ['python', |
| 1124 | 'src/build/android/play_services/update.py', |
| 1125 | 'download' |
| 1126 | ], |
| 1127 | }, |
| 1128 | { |
| 1129 | 'name': 'android_system_sdk', |
| 1130 | 'pattern': '.', |
| 1131 | 'condition': 'checkout_android', |
| 1132 | 'action': ['python', |
| 1133 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1134 | 'download', |
| 1135 | '-b', 'android_system_stubs', |
| 1136 | '-l', 'third_party/android_system_sdk' |
| 1137 | ], |
| 1138 | }, |
John Budorick | bbdcc49 | 2017-10-09 18:57:09 | [diff] [blame] | 1139 | # Download checkstyle for use in PRESUBMIT for Java changes. |
| 1140 | { |
| 1141 | 'name': 'checkstyle', |
| 1142 | 'pattern': '.', |
| 1143 | # Must also be downloaded on linux for use on chromium_presubmit. |
| 1144 | 'condition': 'checkout_android or checkout_linux', |
| 1145 | 'action': [ 'python', |
| 1146 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 1147 | '--no_resume', |
| 1148 | '--no_auth', |
| 1149 | '--bucket', 'chromium-android-tools/checkstyle', |
| 1150 | '-s', 'src/third_party/checkstyle/checkstyle-8.0-all.jar.sha1' |
| 1151 | ], |
| 1152 | }, |
Paweł Hajdan, Jr | e7eed64 | 2017-10-02 16:46:56 | [diff] [blame] | 1153 | { |
| 1154 | 'name': 'intellij', |
| 1155 | 'pattern': '.', |
| 1156 | 'condition': 'checkout_android', |
| 1157 | 'action': ['python', |
| 1158 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1159 | 'download', |
| 1160 | '-b', 'chromium-intellij', |
| 1161 | '-l', 'third_party/intellij' |
| 1162 | ], |
| 1163 | }, |
| 1164 | { |
| 1165 | 'name': 'javax_inject', |
| 1166 | 'pattern': '.', |
| 1167 | 'condition': 'checkout_android', |
| 1168 | 'action': ['python', |
| 1169 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1170 | 'download', |
| 1171 | '-b', 'chromium-javax-inject', |
| 1172 | '-l', 'third_party/javax_inject' |
| 1173 | ], |
| 1174 | }, |
| 1175 | { |
| 1176 | 'name': 'hamcrest', |
| 1177 | 'pattern': '.', |
| 1178 | 'condition': 'checkout_android', |
| 1179 | 'action': ['python', |
| 1180 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1181 | 'download', |
| 1182 | '-b', 'chromium-hamcrest', |
| 1183 | '-l', 'third_party/hamcrest' |
| 1184 | ], |
| 1185 | }, |
| 1186 | { |
| 1187 | 'name': 'guava', |
| 1188 | 'pattern': '.', |
| 1189 | 'condition': 'checkout_android', |
| 1190 | 'action': ['python', |
| 1191 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1192 | 'download', |
| 1193 | '-b', 'chromium-guava', |
| 1194 | '-l', 'third_party/guava' |
| 1195 | ], |
| 1196 | }, |
| 1197 | { |
| 1198 | 'name': 'android_support_test_runner', |
| 1199 | 'pattern': '.', |
| 1200 | 'condition': 'checkout_android', |
| 1201 | 'action': ['python', |
| 1202 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1203 | 'download', |
| 1204 | '-b', 'chromium-android-support-test-runner', |
| 1205 | '-l', 'third_party/android_support_test_runner' |
| 1206 | ], |
| 1207 | }, |
| 1208 | { |
| 1209 | 'name': 'byte_buddy', |
| 1210 | 'pattern': '.', |
| 1211 | 'condition': 'checkout_android', |
| 1212 | 'action': ['python', |
| 1213 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1214 | 'download', |
| 1215 | '-b', 'chromium-byte-buddy', |
| 1216 | '-l', 'third_party/byte_buddy' |
| 1217 | ], |
| 1218 | }, |
| 1219 | { |
| 1220 | 'name': 'espresso', |
| 1221 | 'pattern': '.', |
| 1222 | 'condition': 'checkout_android', |
| 1223 | 'action': ['python', |
| 1224 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1225 | 'download', |
| 1226 | '-b', 'chromium-espresso', |
| 1227 | '-l', 'third_party/espresso' |
| 1228 | ], |
| 1229 | }, |
| 1230 | { |
| 1231 | 'name': 'robolectric_libs', |
| 1232 | 'pattern': '.', |
| 1233 | 'condition': 'checkout_android', |
| 1234 | 'action': ['python', |
| 1235 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1236 | 'download', |
| 1237 | '-b', 'chromium-robolectric', |
| 1238 | '-l', 'third_party/robolectric' |
| 1239 | ], |
| 1240 | }, |
| 1241 | { |
| 1242 | 'name': 'apache_velocity', |
| 1243 | 'pattern': '.', |
| 1244 | 'condition': 'checkout_android', |
| 1245 | 'action': ['python', |
| 1246 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1247 | 'download', |
| 1248 | '-b', 'chromium-apache-velocity', |
| 1249 | '-l', 'third_party/apache_velocity' |
| 1250 | ], |
| 1251 | }, |
| 1252 | { |
| 1253 | 'name': 'ow2_asm', |
| 1254 | 'pattern': '.', |
| 1255 | 'condition': 'checkout_android', |
| 1256 | 'action': ['python', |
| 1257 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1258 | 'download', |
| 1259 | '-b', 'chromium-ow2-asm', |
| 1260 | '-l', 'third_party/ow2_asm' |
| 1261 | ], |
| 1262 | }, |
| 1263 | { |
| 1264 | 'name': 'desugar', |
| 1265 | 'pattern': '.', |
| 1266 | 'condition': 'checkout_android', |
| 1267 | 'action': ['python', |
| 1268 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1269 | 'download', |
| 1270 | '-b', 'chromium-android-tools/bazel/desugar', |
| 1271 | '-l', 'third_party/bazel/desugar' |
| 1272 | ], |
| 1273 | }, |
| 1274 | { |
| 1275 | 'name': 'apk-patch-size-estimator', |
| 1276 | 'pattern': '.', |
| 1277 | 'condition': 'checkout_android', |
| 1278 | 'action': ['python', |
| 1279 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1280 | 'download', |
| 1281 | '-b', 'chromium-android-tools/apk-patch-size-estimator', |
| 1282 | '-l', 'third_party/apk-patch-size-estimator/lib' |
| 1283 | ], |
| 1284 | }, |
| 1285 | { |
| 1286 | 'name': 'icu4j', |
| 1287 | 'pattern': '.', |
| 1288 | 'condition': 'checkout_android', |
| 1289 | 'action': ['python', |
| 1290 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1291 | 'download', |
| 1292 | '-b', 'chromium-icu4j', |
| 1293 | '-l', 'third_party/icu4j' |
| 1294 | ], |
| 1295 | }, |
| 1296 | { |
| 1297 | 'name': 'accessibility_test_framework', |
| 1298 | 'pattern': '.', |
| 1299 | 'condition': 'checkout_android', |
| 1300 | 'action': ['python', |
| 1301 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1302 | 'download', |
| 1303 | '-b', 'chromium-accessibility-test-framework', |
| 1304 | '-l', 'third_party/accessibility_test_framework' |
| 1305 | ], |
| 1306 | }, |
| 1307 | { |
| 1308 | 'name': 'bouncycastle', |
| 1309 | 'pattern': '.', |
| 1310 | 'condition': 'checkout_android', |
| 1311 | 'action': ['python', |
| 1312 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1313 | 'download', |
| 1314 | '-b', 'chromium-bouncycastle', |
| 1315 | '-l', 'third_party/bouncycastle' |
| 1316 | ], |
| 1317 | }, |
| 1318 | { |
| 1319 | 'name': 'sqlite4java', |
| 1320 | 'pattern': '.', |
| 1321 | 'condition': 'checkout_android', |
| 1322 | 'action': ['python', |
| 1323 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1324 | 'download', |
| 1325 | '-b', 'chromium-sqlite4java', |
| 1326 | '-l', 'third_party/sqlite4java' |
| 1327 | ], |
| 1328 | }, |
| 1329 | { |
| 1330 | 'name': 'gson', |
| 1331 | 'pattern': '.', |
| 1332 | 'condition': 'checkout_android', |
| 1333 | 'action': ['python', |
| 1334 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1335 | 'download', |
| 1336 | '-b', 'chromium-gson', |
| 1337 | '-l', 'third_party/gson', |
| 1338 | ], |
| 1339 | }, |
| 1340 | { |
| 1341 | 'name': 'objenesis', |
| 1342 | 'pattern': '.', |
| 1343 | 'condition': 'checkout_android', |
| 1344 | 'action': ['python', |
| 1345 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1346 | 'download', |
| 1347 | '-b', 'chromium-objenesis', |
| 1348 | '-l', 'third_party/objenesis' |
| 1349 | ], |
| 1350 | }, |
| 1351 | { |
| 1352 | 'name': 'xstream', |
| 1353 | 'pattern': '.', |
| 1354 | 'condition': 'checkout_android', |
| 1355 | 'action': ['python', |
| 1356 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 1357 | 'download', |
| 1358 | '-b', 'chromium-robolectric', |
| 1359 | '-l', 'third_party/xstream' |
| 1360 | ], |
| 1361 | }, |
| 1362 | { |
| 1363 | 'name': 'gvr_static_shim_android_arm', |
| 1364 | 'pattern': '\\.sha1', |
| 1365 | 'condition': 'checkout_android', |
Benoit L | 0a47fd18 | 2017-08-16 10:03:26 | [diff] [blame] | 1366 | 'action': [ 'python', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 1367 | 'src/third_party/depot_tools/download_from_google_storage.py', |
thakis | 973bb243 | 2017-05-24 15:27:14 | [diff] [blame] | 1368 | '--no_resume', |
thakis | 973bb243 | 2017-05-24 15:27:14 | [diff] [blame] | 1369 | '--no_auth', |
| 1370 | '--bucket', 'chromium-gvr-static-shim', |
| 1371 | '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm.a.sha1', |
Paweł Hajdan, Jr | e7eed64 | 2017-10-02 16:46:56 | [diff] [blame] | 1372 | ], |
| 1373 | }, |
| 1374 | { |
| 1375 | 'name': 'gvr_static_shim_android_arm64', |
| 1376 | 'pattern': '\\.sha1', |
| 1377 | 'condition': 'checkout_android', |
Benoit L | 0a47fd18 | 2017-08-16 10:03:26 | [diff] [blame] | 1378 | 'action': [ 'python', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 1379 | 'src/third_party/depot_tools/download_from_google_storage.py', |
thakis | 973bb243 | 2017-05-24 15:27:14 | [diff] [blame] | 1380 | '--no_resume', |
thakis | 973bb243 | 2017-05-24 15:27:14 | [diff] [blame] | 1381 | '--no_auth', |
| 1382 | '--bucket', 'chromium-gvr-static-shim', |
| 1383 | '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm64.a.sha1', |
| 1384 | ], |
Paweł Hajdan, Jr | e7eed64 | 2017-10-02 16:46:56 | [diff] [blame] | 1385 | }, |
| 1386 | { |
| 1387 | 'name': 'vr_controller_test_api', |
| 1388 | 'pattern': '\\.sha1', |
| 1389 | 'condition': 'checkout_android', |
Benoit L | 0a47fd18 | 2017-08-16 10:03:26 | [diff] [blame] | 1390 | 'action': [ 'python', |
Dan Jacques | da2309d | 2017-06-08 21:48:12 | [diff] [blame] | 1391 | 'src/third_party/depot_tools/download_from_google_storage.py', |
thakis | 973bb243 | 2017-05-24 15:27:14 | [diff] [blame] | 1392 | '--no_resume', |
thakis | 973bb243 | 2017-05-24 15:27:14 | [diff] [blame] | 1393 | '--no_auth', |
| 1394 | '--bucket', 'chromium-gvr-static-shim/controller_test_api', |
| 1395 | '-s', 'src/third_party/gvr-android-sdk/test-libraries/controller_test_api.aar.sha1', |
Paweł Hajdan, Jr | e7eed64 | 2017-10-02 16:46:56 | [diff] [blame] | 1396 | ], |
| 1397 | }, |
| 1398 | # Download VR test APKs only if the environment variable is set |
| 1399 | { |
| 1400 | 'name': 'vr_test_apks', |
| 1401 | 'pattern': '.', |
| 1402 | 'condition': 'checkout_android', |
| 1403 | 'action': [ 'python', |
| 1404 | 'src/third_party/gvr-android-sdk/test-apks/update.py', |
| 1405 | ], |
| 1406 | }, |
| 1407 | { |
| 1408 | # Pull doclava binaries if building for Android. |
| 1409 | 'name': 'doclava', |
| 1410 | 'pattern': '.', |
| 1411 | 'condition': 'checkout_android', |
| 1412 | 'action': ['python', |
| 1413 | 'src/build/android/download_doclava.py', |
| 1414 | ], |
| 1415 | }, |
| 1416 | |
| 1417 | { |
| 1418 | 'name': 'fuchsia_sdk', |
| 1419 | 'pattern': '.', |
| 1420 | 'condition': 'checkout_fuchsia', |
| 1421 | 'action': [ |
| 1422 | 'python', |
| 1423 | 'src/build/fuchsia/update_sdk.py', |
Sergey Ulanov | fea2f07 | 2017-10-21 04:34:26 | [diff] [blame] | 1424 | '492eec9e40c9832dd8772f4718b7db6aac4d7921', |
Paweł Hajdan, Jr | e7eed64 | 2017-10-02 16:46:56 | [diff] [blame] | 1425 | ], |
| 1426 | }, |
Dan Jacques | 9731b23a | 2017-10-12 20:40:17 | [diff] [blame] | 1427 | |
| 1428 | # Download and initialize "vpython" VirtualEnv environment packages. |
| 1429 | { |
| 1430 | 'name': 'vpython_common', |
| 1431 | 'pattern': '.', |
| 1432 | 'action': [ 'vpython', |
| 1433 | '-vpython-spec', 'src/.vpython', |
| 1434 | '-vpython-tool', 'install', |
| 1435 | ], |
| 1436 | }, |
| 1437 | { |
| 1438 | 'name': 'vpython_webkitpy', |
| 1439 | 'pattern': '.', |
| 1440 | 'action': [ 'vpython', |
| 1441 | '-vpython-spec', 'src/third_party/WebKit/Tools/Scripts/common.vpython', |
| 1442 | '-vpython-tool', 'install', |
| 1443 | ], |
| 1444 | }, |
Paweł Hajdan, Jr | e7eed64 | 2017-10-02 16:46:56 | [diff] [blame] | 1445 | ] |
scottmg | 4cd62bec | 2017-05-16 03:55:25 | [diff] [blame] | 1446 | |
jbudorick | e6932bfd | 2016-09-07 02:09:22 | [diff] [blame] | 1447 | recursedeps = [ |
bungeman | 1835f98 | 2016-09-28 18:33:22 | [diff] [blame] | 1448 | # buildtools provides clang_format, libc++, and libc++abi |
| 1449 | 'src/buildtools', |
jbudorick | e6932bfd | 2016-09-07 02:09:22 | [diff] [blame] | 1450 | # android_tools manages the NDK. |
| 1451 | 'src/third_party/android_tools', |
| 1452 | # ANGLE manages DEPS that it also owns the build files for, such as dEQP. |
| 1453 | ("src/third_party/angle", "DEPS.chromium"), |
Paweł Hajdan, Jr | 37a7a74 | 2017-09-25 11:37:30 | [diff] [blame] | 1454 | # src-internal has its own DEPS file to pull additional internal repos |
| 1455 | 'src-internal', |
jbudorick | e6932bfd | 2016-09-07 02:09:22 | [diff] [blame] | 1456 | ] |