| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 82f0df9940738e879d48ce0fd6e7016dc1d36cfb..2f42296cd151ef7af21e2a6abef75f608275b229 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -2,7 +2,7 @@
|
|
|
| vars = {
|
| 'chromium_git': 'https://chromium.googlesource.com',
|
| - 'chromium_revision': '311f7c0a14700bd54a1ee50c3f530334579ea99d',
|
| + 'chromium_revision': '889401456c5adbcb91f996f55b619413241a57d4',
|
| 'boringssl_git': 'https://boringssl.googlesource.com',
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling swarming_client
|
| @@ -15,7 +15,7 @@ vars = {
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling BoringSSL
|
| # and whatever else without interference from each other.
|
| - 'boringssl_revision': '48e2be247a02a727487b19e745fcf6c24cc8823d',
|
| + 'boringssl_revision': 'a81967b47c5eba78aedccd2bc3cb3fb95fe80bd0',
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling nss
|
| # and whatever else without interference from each other.
|
| @@ -38,7 +38,7 @@ deps = {
|
| # TODO(kjellander): Move this to be Android-only once the libevent dependency
|
| # in base/third_party/libevent is solved.
|
| 'src/base':
|
| - Var('chromium_git') + '/chromium/src/base' + '@' + 'b836f50b912df314f2eff248472d7f3c62d04c19',
|
| + Var('chromium_git') + '/chromium/src/base' + '@' + '8b1d3404058273b4ea46d3820e2e9a09714128e3',
|
| 'src/build':
|
| Var('chromium_git') + '/chromium/src/build' + '@' + 'bdc04ca095549fc9f1e27210d8e36c58a7b40600',
|
| 'src/buildtools':
|
| @@ -50,7 +50,7 @@ deps = {
|
| 'src/testing/gmock':
|
| Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
|
| 'src/third_party':
|
| - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c2c7ec811d7ca3538bdef6ab1c4161151ec33fd4',
|
| + Var('chromium_git') + '/chromium/src/third_party' + '@' + '90a325da81d8a508f328ba3de7ed9bedf9ac3b9c',
|
| 'src/third_party/boringssl/src':
|
| Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
|
| 'src/third_party/catapult':
|
|
|