kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 1 | # This file contains dependencies for WebRTC. |
kjellander@webrtc.org | 8925662 | 2014-08-20 12:10:11 +0000 | [diff] [blame] | 2 | |
andrew@webrtc.org | 4ce52bb | 2012-07-31 21:54:13 +0000 | [diff] [blame] | 3 | vars = { |
kjellander@webrtc.org | 8e5c814 | 2014-12-03 07:11:44 +0000 | [diff] [blame] | 4 | 'chromium_git': 'https://chromium.googlesource.com', |
Mirko Bonadei | cb2bc11 | 2017-10-10 13:28:18 +0200 | [diff] [blame] | 5 | # By default, we should check out everything needed to run on the main |
| 6 | # chromium waterfalls. More info at: crbug.com/570091. |
| 7 | 'checkout_configuration': 'default', |
| 8 | 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', |
Henrik Kjellander | a9d4da8 | 2017-09-14 07:28:10 +0200 | [diff] [blame] | 9 | 'webrtc_git': 'https://webrtc.googlesource.com', |
Autoroller | d085936 | 2018-04-20 11:45:13 -0700 | [diff] [blame^] | 10 | 'chromium_revision': '4cfd129eb1f248567113c50e5e320f971aab77f7', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 11 | 'boringssl_git': 'https://boringssl.googlesource.com', |
| 12 | # Three lines of non-changing comments so that |
| 13 | # the commit queue can handle CLs rolling swarming_client |
| 14 | # and whatever else without interference from each other. |
Autoroller | 2f510ad | 2018-01-15 07:44:21 -0800 | [diff] [blame] | 15 | 'swarming_revision': '88229872dd17e71658fe96763feaa77915d8cbd6', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 16 | # Three lines of non-changing comments so that |
| 17 | # the commit queue can handle CLs rolling openmax_dl |
| 18 | # and whatever else without interference from each other. |
Autoroller | 780dc38 | 2018-04-05 20:45:14 -0700 | [diff] [blame] | 19 | 'openmax_dl_revision': '59265e0e9105ec94e473b59c5c7ca1941e4dbd83', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 20 | # Three lines of non-changing comments so that |
| 21 | # the commit queue can handle CLs rolling BoringSSL |
| 22 | # and whatever else without interference from each other. |
Autoroller | a16ac58 | 2018-04-20 04:44:57 -0700 | [diff] [blame] | 23 | 'boringssl_revision': '9f0e7cb314ae64234b928fd379381ae9760a9a5f', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 24 | # Three lines of non-changing comments so that |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 25 | # the commit queue can handle CLs rolling lss |
| 26 | # and whatever else without interference from each other. |
Oleh Prypin | 3ebed36 | 2017-10-27 10:14:45 +0200 | [diff] [blame] | 27 | 'lss_revision': 'e6527b0cd469e3ff5764785dadcb39bf7d787154', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 28 | # Three lines of non-changing comments so that |
| 29 | # the commit queue can handle CLs rolling catapult |
| 30 | # and whatever else without interference from each other. |
Autoroller | d085936 | 2018-04-20 11:45:13 -0700 | [diff] [blame^] | 31 | 'catapult_revision': '19f413e511563048bbd00578921fcdaf1e6958b6', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 32 | # Three lines of non-changing comments so that |
| 33 | # the commit queue can handle CLs rolling libFuzzer |
| 34 | # and whatever else without interference from each other. |
Autoroller | b507002 | 2017-12-15 12:46:39 -0800 | [diff] [blame] | 35 | 'libfuzzer_revision': 'ba2c1cd6f87accb32b5dbce297387c56a2e53a2f', |
andrew@webrtc.org | 4ce52bb | 2012-07-31 21:54:13 +0000 | [diff] [blame] | 36 | } |
andrew@webrtc.org | 4ce52bb | 2012-07-31 21:54:13 +0000 | [diff] [blame] | 37 | deps = { |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 38 | # TODO(kjellander): Move this to be Android-only once the libevent dependency |
| 39 | # in base/third_party/libevent is solved. |
| 40 | 'src/base': |
Autoroller | d085936 | 2018-04-20 11:45:13 -0700 | [diff] [blame^] | 41 | Var('chromium_git') + '/chromium/src/base' + '@' + 'e84c116430d6ba28e4ea743e95c2838a196e26bb', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 42 | 'src/build': |
Autoroller | d085936 | 2018-04-20 11:45:13 -0700 | [diff] [blame^] | 43 | Var('chromium_git') + '/chromium/src/build' + '@' + '4830c81ed7a06f831acaed4d3782aaff21d031d2', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 44 | 'src/buildtools': |
Autoroller | d085936 | 2018-04-20 11:45:13 -0700 | [diff] [blame^] | 45 | Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'ab7b6a7b350dd15804c87c20ce78982811fdd76f', |
Mirko Bonadei | d3fb864 | 2018-01-22 08:50:32 +0100 | [diff] [blame] | 46 | # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. |
| 47 | 'src/examples/androidtests/third_party/gradle': { |
| 48 | 'url': Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' + |
| 49 | '89af43c4d0506f69980f00dde78c97b2f81437f8', |
| 50 | 'condition': 'checkout_android', |
| 51 | }, |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 52 | 'src/ios': { |
Autoroller | d085936 | 2018-04-20 11:45:13 -0700 | [diff] [blame^] | 53 | 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8badd0f41d68ba5e974a4bb2aa685b33619f9c0c', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 54 | 'condition': 'checkout_ios', |
| 55 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 56 | 'src/testing': |
Autoroller | d085936 | 2018-04-20 11:45:13 -0700 | [diff] [blame^] | 57 | Var('chromium_git') + '/chromium/src/testing' + '@' + 'eb324a21a20f4c967c0ff7c222fc7f6cdc23f66b', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 58 | 'src/third_party': |
Autoroller | d085936 | 2018-04-20 11:45:13 -0700 | [diff] [blame^] | 59 | Var('chromium_git') + '/chromium/src/third_party' + '@' + '7042d665d80421fdbd48f634778ce1ba41cf8a77', |
Edward Lemur | 55536f2 | 2018-01-11 14:14:26 +0100 | [diff] [blame] | 60 | 'src/third_party/android_ndk': { |
Autoroller | dcb4cd1 | 2018-03-05 07:44:30 -0800 | [diff] [blame] | 61 | 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81', |
Edward Lemur | 55536f2 | 2018-01-11 14:14:26 +0100 | [diff] [blame] | 62 | 'condition': 'checkout_android', |
| 63 | }, |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 64 | 'src/third_party/android_tools': { |
Autoroller | 94ffe90 | 2018-03-05 13:45:22 -0800 | [diff] [blame] | 65 | 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'c22a664c39af72dd8f89200220713dcad811300a', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 66 | 'condition': 'checkout_android', |
| 67 | }, |
Mirko Bonadei | 969d4a9 | 2017-11-05 15:57:38 -0800 | [diff] [blame] | 68 | 'src/third_party/auto/src': { |
Autoroller | 23b5cc9 | 2018-01-18 12:45:10 -0800 | [diff] [blame] | 69 | 'url': Var('chromium_git') + '/external/github.com/google/auto.git' + '@' + '8a81a858ae7b78a1aef71ac3905fade0bbd64e82', |
Mirko Bonadei | 969d4a9 | 2017-11-05 15:57:38 -0800 | [diff] [blame] | 70 | 'condition': 'checkout_android', |
| 71 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 72 | 'src/third_party/boringssl/src': |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 73 | Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 74 | 'src/third_party/catapult': |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 75 | Var('chromium_git') + '/catapult.git' + '@' + Var('catapult_revision'), |
| 76 | 'src/third_party/ced/src': { |
| 77 | 'url': Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9', |
| 78 | 'condition': 'checkout_android', |
| 79 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 80 | 'src/third_party/colorama/src': |
| 81 | Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', |
oprypin | 40e7ebd | 2017-07-27 01:40:18 -0700 | [diff] [blame] | 82 | 'src/third_party/depot_tools': |
Autoroller | a16ac58 | 2018-04-20 04:44:57 -0700 | [diff] [blame] | 83 | Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'cb62e48b5424c4bc36b919cc7ed61484599bbc70', |
Mirko Bonadei | 65ceb66 | 2017-10-13 09:45:37 +0200 | [diff] [blame] | 84 | 'src/third_party/errorprone/lib': { |
Autoroller | a16ac58 | 2018-04-20 04:44:57 -0700 | [diff] [blame] | 85 | 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'e352be7c87f3f9fc06bdfffe8a5e0801a6951ec1', |
Mirko Bonadei | 65ceb66 | 2017-10-13 09:45:37 +0200 | [diff] [blame] | 86 | 'condition': 'checkout_android', |
| 87 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 88 | 'src/third_party/ffmpeg': |
Autoroller | f9e65a8 | 2018-04-12 18:44:29 -0700 | [diff] [blame] | 89 | Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'c6aed052aba910a88d6e68c02946d17f94702da5', |
Oleh Prypin | e39c379 | 2017-11-14 23:09:08 +0100 | [diff] [blame] | 90 | 'src/third_party/findbugs': { |
| 91 | 'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '4275d9ac8610db6b1bc9a5e887f97e41b33fac67', |
| 92 | 'condition': 'checkout_android', |
| 93 | }, |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 94 | # WebRTC-only dependency (not present in Chromium). |
| 95 | 'src/third_party/gtest-parallel': |
Oleh Prypin | cb415b2 | 2018-03-01 19:03:34 +0100 | [diff] [blame] | 96 | Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + 'a8f5453ffc8d6c55a456d3b8395801c3aea9c714', |
kjellander | 3dae705 | 2017-05-03 06:44:36 -0700 | [diff] [blame] | 97 | 'src/third_party/googletest/src': |
Autoroller | a16ac58 | 2018-04-20 04:44:57 -0700 | [diff] [blame] | 98 | Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '4bd8c4638ada823a8da2569735cc0a9402fb8052', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 99 | 'src/third_party/icu': { |
Autoroller | f9e65a8 | 2018-04-12 18:44:29 -0700 | [diff] [blame] | 100 | 'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'aff99f5c22aded55ee29753ce049e61570294967', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 101 | }, |
| 102 | 'src/third_party/jsr-305/src': { |
| 103 | 'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919', |
| 104 | 'condition': 'checkout_android', |
| 105 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 106 | 'src/third_party/jsoncpp/source': |
| 107 | Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 108 | 'src/third_party/junit/src': { |
| 109 | 'url': Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481', |
| 110 | 'condition': 'checkout_android', |
| 111 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 112 | # Used for building libFuzzers (only supports Linux). |
| 113 | 'src/third_party/libFuzzer/src': |
oprypin | 801f722 | 2017-09-01 05:43:07 -0700 | [diff] [blame] | 114 | Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + Var('libfuzzer_revision'), |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 115 | 'src/third_party/libjpeg_turbo': |
buildbot | 1c23e94 | 2017-04-20 09:30:13 -0700 | [diff] [blame] | 116 | Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79a8792dde3d3f7d7d8ac28ba01ac9dd', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 117 | 'src/third_party/libsrtp': |
Autoroller | 96a0e60 | 2018-04-06 19:45:43 -0700 | [diff] [blame] | 118 | Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + 'fc2345089a6b3c5aca9ecd2e1941871a78a13e9c', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 119 | 'src/third_party/libvpx/source/libvpx': |
Autoroller | 4ab6c9d | 2018-04-12 13:46:29 -0700 | [diff] [blame] | 120 | Var('chromium_git') + '/webm/libvpx.git' + '@' + 'be5df6080154e58db88fa3640e127efd18c04bde', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 121 | 'src/third_party/libyuv': |
Autoroller | ae3f02d | 2018-04-04 00:45:10 -0700 | [diff] [blame] | 122 | Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'a9626b9daf62a9b260737e9c2de821ad087b19a1', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 123 | 'src/third_party/lss': { |
| 124 | 'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'), |
| 125 | 'condition': 'checkout_android or checkout_linux', |
| 126 | }, |
| 127 | 'src/third_party/mockito/src': { |
| 128 | 'url': Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598ad4cf5ea53c69a8a8053780b04b850', |
| 129 | 'condition': 'checkout_android', |
| 130 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 131 | 'src/third_party/openh264/src': |
Autoroller | e36a7cb | 2018-01-18 03:45:00 -0800 | [diff] [blame] | 132 | Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '2e96d62426547ac4fb5cbcd122e5f6eb68d66ee6', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 133 | 'src/third_party/openmax_dl': |
Henrik Kjellander | a9d4da8 | 2017-09-14 07:28:10 +0200 | [diff] [blame] | 134 | Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 135 | 'src/third_party/requests/src': { |
| 136 | 'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
| 137 | 'condition': 'checkout_android', |
| 138 | }, |
| 139 | 'src/third_party/robolectric/robolectric': { |
Autoroller | e9fe8b5 | 2017-11-30 15:46:32 -0800 | [diff] [blame] | 140 | 'url': Var('chromium_git') + '/external/robolectric.git' + '@' + '7e067f1112e1502caa742f7be72d37b5678d3403', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 141 | 'condition': 'checkout_android', |
| 142 | }, |
| 143 | 'src/third_party/ub-uiautomator/lib': { |
| 144 | 'url': Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434', |
| 145 | 'condition': 'checkout_android', |
| 146 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 147 | 'src/third_party/usrsctp/usrsctplib': |
Autoroller | 1b3bd0b | 2018-03-26 05:44:30 -0700 | [diff] [blame] | 148 | Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '159d060dceec41a64a57356cbba8c455105f3f72', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 149 | # WebRTC-only dependency (not present in Chromium). |
| 150 | 'src/third_party/winsdk_samples': { |
Autoroller | cf06a53 | 2018-04-03 02:44:18 -0700 | [diff] [blame] | 151 | 'url': Var('webrtc_git') + '/deps/third_party/winsdk_samples_v71' + '@' + '601401003ba059795e221e6cb93d925200034b3c', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 152 | 'condition': 'checkout_win', |
| 153 | }, |
| 154 | # Dependency used by libjpeg-turbo. |
| 155 | 'src/third_party/yasm/binaries': { |
| 156 | 'url': Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b0aa06da24ef8b123058bb61ee468881', |
| 157 | 'condition': 'checkout_win', |
| 158 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 159 | 'src/third_party/yasm/source/patched-yasm': |
buildbot | f3f7f62 | 2017-08-10 21:29:33 -0700 | [diff] [blame] | 160 | Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 161 | 'src/tools': |
Autoroller | d085936 | 2018-04-20 11:45:13 -0700 | [diff] [blame^] | 162 | Var('chromium_git') + '/chromium/src/tools' + '@' + 'a0bee8038fbaa23a455463fdceb60a37f083cee3', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 163 | 'src/tools/gyp': |
buildbot | 2f0803c | 2017-07-25 11:40:43 -0700 | [diff] [blame] | 164 | Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', |
oprypin | 4ccd9c1 | 2017-08-30 00:42:43 -0700 | [diff] [blame] | 165 | 'src/tools/swarming_client': |
| 166 | Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'), |
Oleh Prypin | e18e269 | 2018-02-19 18:43:17 +0100 | [diff] [blame] | 167 | |
| 168 | 'src/third_party/accessibility_test_framework': { |
| 169 | 'packages': [ |
| 170 | { |
| 171 | 'package': 'chromium/third_party/accessibility-test-framework', |
| 172 | 'version': 'version:2.1-cr0', |
| 173 | }, |
| 174 | ], |
| 175 | 'condition': 'checkout_android', |
| 176 | 'dep_type': 'cipd', |
| 177 | }, |
| 178 | |
| 179 | 'src/third_party/android_support_test_runner': { |
| 180 | 'packages': [ |
| 181 | { |
| 182 | 'package': 'chromium/third_party/android_support_test_runner', |
| 183 | 'version': 'version:0.5-cr0', |
| 184 | }, |
| 185 | ], |
| 186 | 'condition': 'checkout_android', |
| 187 | 'dep_type': 'cipd', |
| 188 | }, |
| 189 | |
| 190 | 'src/third_party/apk-patch-size-estimator': { |
| 191 | 'packages': [ |
| 192 | { |
| 193 | 'package': 'chromium/third_party/apk-patch-size-estimator', |
| 194 | 'version': 'version:0.2-cr0', |
| 195 | }, |
| 196 | ], |
| 197 | 'condition': 'checkout_android', |
| 198 | 'dep_type': 'cipd', |
| 199 | }, |
| 200 | |
| 201 | 'src/third_party/bazel': { |
| 202 | 'packages': [ |
| 203 | { |
| 204 | 'package': 'chromium/third_party/bazel', |
| 205 | 'version': 'version:0.10.0', |
| 206 | }, |
| 207 | ], |
| 208 | 'condition': 'checkout_android', |
| 209 | 'dep_type': 'cipd', |
| 210 | }, |
| 211 | |
| 212 | 'src/third_party/bouncycastle': { |
| 213 | 'packages': [ |
| 214 | { |
| 215 | 'package': 'chromium/third_party/bouncycastle', |
| 216 | 'version': 'version:1.46-cr0', |
| 217 | }, |
| 218 | ], |
| 219 | 'condition': 'checkout_android', |
| 220 | 'dep_type': 'cipd', |
| 221 | }, |
| 222 | |
| 223 | 'src/third_party/byte_buddy': { |
| 224 | 'packages': [ |
| 225 | { |
| 226 | 'package': 'chromium/third_party/byte_buddy', |
| 227 | 'version': 'version:1.4.17-cr0', |
| 228 | }, |
| 229 | ], |
| 230 | 'condition': 'checkout_android', |
| 231 | 'dep_type': 'cipd', |
| 232 | }, |
| 233 | |
| 234 | 'src/third_party/espresso': { |
| 235 | 'packages': [ |
| 236 | { |
| 237 | 'package': 'chromium/third_party/espresso', |
| 238 | 'version': 'version:2.2.1-cr0', |
| 239 | }, |
| 240 | ], |
| 241 | 'condition': 'checkout_android', |
| 242 | 'dep_type': 'cipd', |
| 243 | }, |
| 244 | |
| 245 | 'src/third_party/gson': { |
| 246 | 'packages': [ |
| 247 | { |
| 248 | 'package': 'chromium/third_party/gson', |
| 249 | 'version': 'version:2.8.0-cr0', |
| 250 | }, |
| 251 | ], |
| 252 | 'condition': 'checkout_android', |
| 253 | 'dep_type': 'cipd', |
| 254 | }, |
| 255 | |
| 256 | 'src/third_party/guava': { |
| 257 | 'packages': [ |
| 258 | { |
| 259 | 'package': 'chromium/third_party/guava', |
| 260 | 'version': 'version:23.0-cr0', |
| 261 | }, |
| 262 | ], |
| 263 | 'condition': 'checkout_android', |
| 264 | 'dep_type': 'cipd', |
| 265 | }, |
| 266 | |
| 267 | 'src/third_party/hamcrest': { |
| 268 | 'packages': [ |
| 269 | { |
| 270 | 'package': 'chromium/third_party/hamcrest', |
| 271 | 'version': 'version:1.3-cr0', |
| 272 | }, |
| 273 | ], |
| 274 | 'condition': 'checkout_android', |
| 275 | 'dep_type': 'cipd', |
| 276 | }, |
| 277 | |
| 278 | 'src/third_party/icu4j': { |
| 279 | 'packages': [ |
| 280 | { |
| 281 | 'package': 'chromium/third_party/icu4j', |
| 282 | 'version': 'version:53.1-cr0', |
| 283 | }, |
| 284 | ], |
| 285 | 'condition': 'checkout_android', |
| 286 | 'dep_type': 'cipd', |
| 287 | }, |
| 288 | |
| 289 | 'src/third_party/intellij': { |
| 290 | 'packages': [ |
| 291 | { |
| 292 | 'package': 'chromium/third_party/intellij', |
| 293 | 'version': 'version:12.0-cr0', |
| 294 | }, |
| 295 | ], |
| 296 | 'condition': 'checkout_android', |
| 297 | 'dep_type': 'cipd', |
| 298 | }, |
| 299 | |
| 300 | 'src/third_party/javax_inject': { |
| 301 | 'packages': [ |
| 302 | { |
| 303 | 'package': 'chromium/third_party/javax_inject', |
| 304 | 'version': 'version:1-cr0', |
| 305 | }, |
| 306 | ], |
| 307 | 'condition': 'checkout_android', |
| 308 | 'dep_type': 'cipd', |
| 309 | }, |
| 310 | |
| 311 | 'src/third_party/objenesis': { |
| 312 | 'packages': [ |
| 313 | { |
| 314 | 'package': 'chromium/third_party/objenesis', |
| 315 | 'version': 'version:2.4-cr0', |
| 316 | }, |
| 317 | ], |
| 318 | 'condition': 'checkout_android', |
| 319 | 'dep_type': 'cipd', |
| 320 | }, |
| 321 | |
| 322 | 'src/third_party/ow2_asm': { |
| 323 | 'packages': [ |
| 324 | { |
| 325 | 'package': 'chromium/third_party/ow2_asm', |
| 326 | 'version': 'version:5.0.1-cr0', |
| 327 | }, |
| 328 | ], |
| 329 | 'condition': 'checkout_android', |
| 330 | 'dep_type': 'cipd', |
| 331 | }, |
| 332 | |
| 333 | 'src/third_party/robolectric': { |
| 334 | 'packages': [ |
| 335 | { |
| 336 | 'package': 'chromium/third_party/robolectric', |
| 337 | 'version': 'version:3.5.1', |
| 338 | }, |
| 339 | ], |
| 340 | 'condition': 'checkout_android', |
| 341 | 'dep_type': 'cipd', |
| 342 | }, |
| 343 | |
| 344 | 'src/third_party/sqlite4java': { |
| 345 | 'packages': [ |
| 346 | { |
| 347 | 'package': 'chromium/third_party/sqlite4java', |
| 348 | 'version': 'version:0.282-cr0', |
| 349 | }, |
| 350 | ], |
| 351 | 'condition': 'checkout_android', |
| 352 | 'dep_type': 'cipd', |
| 353 | }, |
| 354 | |
| 355 | 'src/third_party/xstream': { |
| 356 | 'packages': [ |
| 357 | { |
| 358 | 'package': 'chromium/third_party/xstream', |
| 359 | 'version': 'version:1.4.8-cr0', |
| 360 | }, |
| 361 | ], |
| 362 | 'condition': 'checkout_android', |
| 363 | 'dep_type': 'cipd', |
| 364 | }, |
andrew@webrtc.org | 4ce52bb | 2012-07-31 21:54:13 +0000 | [diff] [blame] | 365 | } |
kjellander | 200028f | 2017-08-17 09:54:12 -0700 | [diff] [blame] | 366 | |
andrew@webrtc.org | 4ce52bb | 2012-07-31 21:54:13 +0000 | [diff] [blame] | 367 | hooks = [ |
| 368 | { |
Henrik Kjellander | 27576e0 | 2015-10-15 14:24:09 +0200 | [diff] [blame] | 369 | # This clobbers when necessary (based on get_landmines.py). It should be |
| 370 | # an early hook but it will need to be run after syncing Chromium and |
| 371 | # setting up the links, so the script actually exists. |
| 372 | 'name': 'landmines', |
| 373 | 'pattern': '.', |
| 374 | 'action': [ |
| 375 | 'python', |
| 376 | 'src/build/landmines.py', |
| 377 | '--landmine-scripts', |
Henrik Kjellander | 90fd7d8 | 2017-05-09 08:30:10 +0200 | [diff] [blame] | 378 | 'src/tools_webrtc/get_landmines.py', |
Henrik Kjellander | 27576e0 | 2015-10-15 14:24:09 +0200 | [diff] [blame] | 379 | '--src-dir', |
| 380 | 'src', |
| 381 | ], |
| 382 | }, |
oprypin | 40e7ebd | 2017-07-27 01:40:18 -0700 | [diff] [blame] | 383 | { |
| 384 | # Ensure that the DEPS'd "depot_tools" has its self-update capability |
| 385 | # disabled. |
| 386 | 'name': 'disable_depot_tools_selfupdate', |
| 387 | 'pattern': '.', |
| 388 | 'action': [ |
| 389 | 'python', |
| 390 | 'src/third_party/depot_tools/update_depot_tools_toggle.py', |
| 391 | '--disable', |
| 392 | ], |
| 393 | }, |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 394 | { |
Mirko Bonadei | b8a7d9d | 2018-02-12 08:57:35 +0100 | [diff] [blame] | 395 | 'name': 'sysroot_arm', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 396 | 'pattern': '.', |
Mirko Bonadei | b8a7d9d | 2018-02-12 08:57:35 +0100 | [diff] [blame] | 397 | 'condition': 'checkout_linux and checkout_arm', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 398 | 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py', |
Mirko Bonadei | b8a7d9d | 2018-02-12 08:57:35 +0100 | [diff] [blame] | 399 | '--arch=arm'], |
| 400 | }, |
| 401 | { |
| 402 | 'name': 'sysroot_arm64', |
| 403 | 'pattern': '.', |
| 404 | 'condition': 'checkout_linux and checkout_arm64', |
| 405 | 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py', |
| 406 | '--arch=arm64'], |
| 407 | }, |
| 408 | { |
| 409 | 'name': 'sysroot_x86', |
| 410 | 'pattern': '.', |
| 411 | 'condition': 'checkout_linux and (checkout_x86 or checkout_x64)', |
| 412 | # TODO(mbonadei): change to --arch=x86. |
| 413 | 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py', |
| 414 | '--arch=i386'], |
| 415 | }, |
| 416 | { |
| 417 | 'name': 'sysroot_mips', |
| 418 | 'pattern': '.', |
| 419 | 'condition': 'checkout_linux and checkout_mips', |
| 420 | # TODO(mbonadei): change to --arch=mips. |
| 421 | 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py', |
| 422 | '--arch=mipsel'], |
| 423 | }, |
| 424 | { |
| 425 | 'name': 'sysroot_x64', |
| 426 | 'pattern': '.', |
| 427 | 'condition': 'checkout_linux and checkout_x64', |
| 428 | # TODO(mbonadei): change to --arch=x64. |
| 429 | 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py', |
| 430 | '--arch=amd64'], |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 431 | }, |
| 432 | { |
Mirko Bonadei | a55bdc2 | 2018-02-12 13:22:50 +0100 | [diff] [blame] | 433 | # Case-insensitivity for the Win SDK. Must run before win_toolchain below. |
| 434 | 'name': 'ciopfs_linux', |
| 435 | 'pattern': '.', |
| 436 | 'condition': 'checkout_win and host_os == "linux"', |
| 437 | 'action': [ 'python', |
| 438 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 439 | '--no_resume', |
| 440 | '--no_auth', |
| 441 | '--bucket', 'chromium-browser-clang/ciopfs', |
| 442 | '-s', 'src/build/ciopfs.sha1', |
| 443 | ] |
| 444 | }, |
| 445 | { |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 446 | # Update the Windows toolchain if necessary. Must run before 'clang' below. |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 447 | 'name': 'win_toolchain', |
| 448 | 'pattern': '.', |
Mirko Bonadei | f0707cb | 2018-02-13 11:29:09 +0100 | [diff] [blame] | 449 | 'condition': 'checkout_win', |
| 450 | 'action': ['python', 'src/build/vs_toolchain.py', 'update', '--force'], |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 451 | }, |
kjellander | ec2c93e | 2017-09-08 10:52:17 -0700 | [diff] [blame] | 452 | { |
| 453 | # Update the Mac toolchain if necessary. |
| 454 | 'name': 'mac_toolchain', |
| 455 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 456 | 'condition': 'checkout_mac', |
kjellander | ec2c93e | 2017-09-08 10:52:17 -0700 | [diff] [blame] | 457 | 'action': ['python', 'src/build/mac_toolchain.py'], |
| 458 | }, |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 459 | # Pull binutils for linux, enabled debug fission for faster linking / |
| 460 | # debugging when used with clang on Ubuntu Precise. |
| 461 | # https://code.google.com/p/chromium/issues/detail?id=352046 |
| 462 | { |
| 463 | 'name': 'binutils', |
| 464 | 'pattern': 'src/third_party/binutils', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 465 | 'condition': 'host_os == "linux"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 466 | 'action': [ |
| 467 | 'python', |
| 468 | 'src/third_party/binutils/download.py', |
| 469 | ], |
| 470 | }, |
| 471 | { |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 472 | # Note: On Win, this should run after win_toolchain, as it may use it. |
| 473 | 'name': 'clang', |
| 474 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 475 | 'action': ['python', 'src/tools/clang/scripts/update.py'], |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 476 | }, |
ehmaldonado | 293bc2a | 2016-11-25 04:58:47 -0800 | [diff] [blame] | 477 | { |
| 478 | # Update LASTCHANGE. |
| 479 | 'name': 'lastchange', |
| 480 | 'pattern': '.', |
| 481 | 'action': ['python', 'src/build/util/lastchange.py', |
| 482 | '-o', 'src/build/util/LASTCHANGE'], |
| 483 | }, |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 484 | # Pull GN binaries. |
| 485 | { |
| 486 | 'name': 'gn_win', |
| 487 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 488 | 'condition': 'host_os == "win"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 489 | 'action': [ 'download_from_google_storage', |
| 490 | '--no_resume', |
| 491 | '--platform=win32', |
| 492 | '--no_auth', |
| 493 | '--bucket', 'chromium-gn', |
| 494 | '-s', 'src/buildtools/win/gn.exe.sha1', |
| 495 | ], |
| 496 | }, |
| 497 | { |
| 498 | 'name': 'gn_mac', |
| 499 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 500 | 'condition': 'host_os == "mac"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 501 | 'action': [ 'download_from_google_storage', |
| 502 | '--no_resume', |
| 503 | '--platform=darwin', |
| 504 | '--no_auth', |
| 505 | '--bucket', 'chromium-gn', |
| 506 | '-s', 'src/buildtools/mac/gn.sha1', |
| 507 | ], |
| 508 | }, |
| 509 | { |
| 510 | 'name': 'gn_linux64', |
| 511 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 512 | 'condition': 'host_os == "linux"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 513 | 'action': [ 'download_from_google_storage', |
| 514 | '--no_resume', |
| 515 | '--platform=linux*', |
| 516 | '--no_auth', |
| 517 | '--bucket', 'chromium-gn', |
| 518 | '-s', 'src/buildtools/linux64/gn.sha1', |
| 519 | ], |
| 520 | }, |
| 521 | # Pull clang-format binaries using checked-in hashes. |
| 522 | { |
| 523 | 'name': 'clang_format_win', |
| 524 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 525 | 'condition': 'host_os == "win"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 526 | 'action': [ 'download_from_google_storage', |
| 527 | '--no_resume', |
| 528 | '--platform=win32', |
| 529 | '--no_auth', |
| 530 | '--bucket', 'chromium-clang-format', |
| 531 | '-s', 'src/buildtools/win/clang-format.exe.sha1', |
| 532 | ], |
| 533 | }, |
| 534 | { |
| 535 | 'name': 'clang_format_mac', |
| 536 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 537 | 'condition': 'host_os == "mac"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 538 | 'action': [ 'download_from_google_storage', |
| 539 | '--no_resume', |
| 540 | '--platform=darwin', |
| 541 | '--no_auth', |
| 542 | '--bucket', 'chromium-clang-format', |
| 543 | '-s', 'src/buildtools/mac/clang-format.sha1', |
| 544 | ], |
| 545 | }, |
| 546 | { |
| 547 | 'name': 'clang_format_linux', |
| 548 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 549 | 'condition': 'host_os == "linux"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 550 | 'action': [ 'download_from_google_storage', |
| 551 | '--no_resume', |
| 552 | '--platform=linux*', |
| 553 | '--no_auth', |
| 554 | '--bucket', 'chromium-clang-format', |
| 555 | '-s', 'src/buildtools/linux64/clang-format.sha1', |
| 556 | ], |
| 557 | }, |
Oleh Prypin | 3ebed36 | 2017-10-27 10:14:45 +0200 | [diff] [blame] | 558 | # Pull rc binaries using checked-in hashes. |
| 559 | { |
| 560 | 'name': 'rc_win', |
| 561 | 'pattern': '.', |
| 562 | 'condition': 'checkout_win and host_os == "win"', |
| 563 | 'action': [ 'python', |
| 564 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 565 | '--no_resume', |
| 566 | '--no_auth', |
| 567 | '--bucket', 'chromium-browser-clang/rc', |
| 568 | '-s', 'src/build/toolchain/win/rc/win/rc.exe.sha1', |
| 569 | ], |
| 570 | }, |
| 571 | { |
| 572 | 'name': 'rc_mac', |
| 573 | 'pattern': '.', |
| 574 | 'condition': 'checkout_win and host_os == "mac"', |
| 575 | 'action': [ 'python', |
| 576 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 577 | '--no_resume', |
| 578 | '--no_auth', |
| 579 | '--bucket', 'chromium-browser-clang/rc', |
| 580 | '-s', 'src/build/toolchain/win/rc/mac/rc.sha1', |
| 581 | ], |
| 582 | }, |
| 583 | { |
| 584 | 'name': 'rc_linux', |
| 585 | 'pattern': '.', |
| 586 | 'condition': 'checkout_win and host_os == "linux"', |
| 587 | 'action': [ 'python', |
| 588 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 589 | '--no_resume', |
| 590 | '--no_auth', |
| 591 | '--bucket', 'chromium-browser-clang/rc', |
| 592 | '-s', 'src/build/toolchain/win/rc/linux64/rc.sha1', |
| 593 | ], |
| 594 | }, |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 595 | # Pull luci-go binaries (isolate, swarming) using checked-in hashes. |
| 596 | { |
| 597 | 'name': 'luci-go_win', |
| 598 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 599 | 'condition': 'host_os == "win"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 600 | 'action': [ 'download_from_google_storage', |
| 601 | '--no_resume', |
| 602 | '--platform=win32', |
| 603 | '--no_auth', |
| 604 | '--bucket', 'chromium-luci', |
| 605 | '-d', 'src/tools/luci-go/win64', |
| 606 | ], |
| 607 | }, |
| 608 | { |
| 609 | 'name': 'luci-go_mac', |
| 610 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 611 | 'condition': 'host_os == "mac"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 612 | 'action': [ 'download_from_google_storage', |
| 613 | '--no_resume', |
| 614 | '--platform=darwin', |
| 615 | '--no_auth', |
| 616 | '--bucket', 'chromium-luci', |
| 617 | '-d', 'src/tools/luci-go/mac64', |
| 618 | ], |
| 619 | }, |
| 620 | { |
| 621 | 'name': 'luci-go_linux', |
| 622 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 623 | 'condition': 'host_os == "linux"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 624 | 'action': [ 'download_from_google_storage', |
| 625 | '--no_resume', |
| 626 | '--platform=linux*', |
| 627 | '--no_auth', |
| 628 | '--bucket', 'chromium-luci', |
| 629 | '-d', 'src/tools/luci-go/linux64', |
| 630 | ], |
| 631 | }, |
Henrik Kjellander | 55dad1b | 2017-05-11 12:00:53 +0200 | [diff] [blame] | 632 | # Pull the Syzygy binaries, used for optimization and instrumentation. |
| 633 | { |
| 634 | 'name': 'syzygy-binaries', |
| 635 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 636 | 'condition': 'host_os == "win"', |
Henrik Kjellander | 55dad1b | 2017-05-11 12:00:53 +0200 | [diff] [blame] | 637 | 'action': ['python', |
| 638 | 'src/build/get_syzygy_binaries.py', |
| 639 | '--output-dir=src/third_party/syzygy/binaries', |
| 640 | '--revision=a8456d9248a126881dcfb8707ca7dcdae56e1ac7', |
| 641 | '--overwrite', |
| 642 | ], |
| 643 | }, |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 644 | { |
Mirko Bonadei | cb2bc11 | 2017-10-10 13:28:18 +0200 | [diff] [blame] | 645 | 'name': 'msan_chained_origins', |
| 646 | 'pattern': '.', |
| 647 | 'condition': 'checkout_instrumented_libraries', |
| 648 | 'action': [ 'python', |
| 649 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 650 | "--no_resume", |
| 651 | "--no_auth", |
| 652 | "--bucket", "chromium-instrumented-libraries", |
| 653 | "-s", "src/third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1", |
| 654 | ], |
| 655 | }, |
| 656 | { |
| 657 | 'name': 'msan_no_origins', |
| 658 | 'pattern': '.', |
| 659 | 'condition': 'checkout_instrumented_libraries', |
| 660 | 'action': [ 'python', |
| 661 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 662 | "--no_resume", |
| 663 | "--no_auth", |
| 664 | "--bucket", "chromium-instrumented-libraries", |
| 665 | "-s", "src/third_party/instrumented_libraries/binaries/msan-no-origins-trusty.tgz.sha1", |
| 666 | ], |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 667 | }, |
| 668 | { |
kjellander@webrtc.org | 8017458 | 2013-11-04 12:07:57 +0000 | [diff] [blame] | 669 | # Download test resources, i.e. video and audio files from Google Storage. |
kjellander@webrtc.org | 8e5c814 | 2014-12-03 07:11:44 +0000 | [diff] [blame] | 670 | 'pattern': '.', |
| 671 | 'action': ['download_from_google_storage', |
| 672 | '--directory', |
| 673 | '--recursive', |
| 674 | '--num_threads=10', |
| 675 | '--no_auth', |
kjellander | 4ff818e | 2015-12-18 12:29:28 -0800 | [diff] [blame] | 676 | '--quiet', |
kjellander@webrtc.org | 8e5c814 | 2014-12-03 07:11:44 +0000 | [diff] [blame] | 677 | '--bucket', 'chromium-webrtc-resources', |
| 678 | 'src/resources'], |
andrew@webrtc.org | 4ce52bb | 2012-07-31 21:54:13 +0000 | [diff] [blame] | 679 | }, |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 680 | { |
| 681 | # This downloads SDK extras and puts them in the |
| 682 | # third_party/android_tools/sdk/extras directory. |
| 683 | 'name': 'sdkextras', |
| 684 | 'pattern': '.', |
| 685 | 'condition': 'checkout_android', |
| 686 | # When adding a new sdk extras package to download, add the package |
| 687 | # directory and zip file to .gitignore in third_party/android_tools. |
| 688 | 'action': ['python', |
| 689 | 'src/build/android/play_services/update.py', |
| 690 | 'download' |
| 691 | ], |
| 692 | }, |
andrew@webrtc.org | 4ce52bb | 2012-07-31 21:54:13 +0000 | [diff] [blame] | 693 | ] |
kjellander | 200028f | 2017-08-17 09:54:12 -0700 | [diff] [blame] | 694 | |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 695 | recursedeps = [ |
| 696 | # buildtools provides clang_format, libc++, and libc++abi. |
| 697 | 'src/buildtools', |
| 698 | # android_tools manages the NDK. |
| 699 | 'src/third_party/android_tools', |
| 700 | ] |
Mirko Bonadei | bb54720 | 2017-09-15 06:15:48 +0200 | [diff] [blame] | 701 | |
| 702 | # Define rules for which include paths are allowed in our source. |
| 703 | include_rules = [ |
| 704 | # Base is only used to build Android APK tests and may not be referenced by |
| 705 | # WebRTC production code. |
| 706 | "-base", |
| 707 | "-chromium", |
| 708 | "+external/webrtc/webrtc", # Android platform build. |
Mirko Bonadei | bb54720 | 2017-09-15 06:15:48 +0200 | [diff] [blame] | 709 | "+libyuv", |
Mirko Bonadei | bb54720 | 2017-09-15 06:15:48 +0200 | [diff] [blame] | 710 | # Individual headers that will be moved out of here, see webrtc:4243. |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 711 | "+call/rtp_config.h", |
| 712 | "+common_types.h", |
| 713 | "+transport.h", |
| 714 | "+typedefs.h", |
Mirko Bonadei | bb54720 | 2017-09-15 06:15:48 +0200 | [diff] [blame] | 715 | |
| 716 | "+WebRTC", |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 717 | "+api", |
| 718 | "+modules/include", |
| 719 | "+rtc_base", |
| 720 | "+test", |
| 721 | "+rtc_tools", |
Mirko Bonadei | bb54720 | 2017-09-15 06:15:48 +0200 | [diff] [blame] | 722 | ] |
| 723 | |
| 724 | # The below rules will be removed when webrtc:4243 is fixed. |
| 725 | specific_include_rules = { |
| 726 | "video_receive_stream\.h": [ |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 727 | "+call/video_receive_stream.h", |
Mirko Bonadei | bb54720 | 2017-09-15 06:15:48 +0200 | [diff] [blame] | 728 | ], |
| 729 | "video_send_stream\.h": [ |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 730 | "+call/video_send_stream.h", |
Mirko Bonadei | bb54720 | 2017-09-15 06:15:48 +0200 | [diff] [blame] | 731 | ], |
| 732 | } |