| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 10f2f554ecdf6d692aef263bcc82ece25975a7db..deedbcff93b697a278e92e6b75a6cebc67eba9ae 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -2,7 +2,7 @@
|
|
|
| vars = {
|
| 'chromium_git': 'https://chromium.googlesource.com',
|
| - 'chromium_revision': 'e6b29f780581dedef421548119586efeb5825d2c',
|
| + 'chromium_revision': '4d12661897f22c6c23203918a832336b74c5542b',
|
| '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': '33b1d4f575543b42b9c3406b7f8259daf11945dc',
|
| + 'boringssl_revision': '48e2be247a02a727487b19e745fcf6c24cc8823d',
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling nss
|
| # and whatever else without interference from each other.
|
| @@ -27,7 +27,7 @@ vars = {
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling catapult
|
| # and whatever else without interference from each other.
|
| - 'catapult_revision': '70f42a7c55ca69cdeb9aa6ec7e40ff3f155040b9',
|
| + 'catapult_revision': '810f05af27d2dedd11d05055a792d1f0dd7cd637',
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling libFuzzer
|
| # and whatever else without interference from each other.
|
| @@ -38,19 +38,19 @@ 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' + '@' + '426683655fbb37d58a331d97121fe5d754d3ea02',
|
| + Var('chromium_git') + '/chromium/src/base' + '@' + 'e1559cee7953833c56219e3ac87237cd811d041f',
|
| 'src/build':
|
| - Var('chromium_git') + '/chromium/src/build' + '@' + '53a8a4bbfa7ecf84bba943aa0fdaceb2bd542c85',
|
| + Var('chromium_git') + '/chromium/src/build' + '@' + '8ed9da7ea78247149e59ee5760e58b2de4b881de',
|
| 'src/buildtools':
|
| Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0ef801087682b271e9ace93cfa93e9d3dea98079',
|
| 'src/testing':
|
| - Var('chromium_git') + '/chromium/src/testing' + '@' + '97282a50ebdaf10a2844481566c574bcb5776272',
|
| + Var('chromium_git') + '/chromium/src/testing' + '@' + 'e73b0b7578810949c317841298ba58777eab3569',
|
| 'src/testing/gtest':
|
| Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87',
|
| 'src/testing/gmock':
|
| Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
|
| 'src/third_party':
|
| - Var('chromium_git') + '/chromium/src/third_party' + '@' + '905ae0c419397358564b01df29260c136a0c4aff',
|
| + Var('chromium_git') + '/chromium/src/third_party' + '@' + '08788f01982077af5eb0036c9ff02c3ab067d1fc',
|
| 'src/third_party/boringssl/src':
|
| Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
|
| 'src/third_party/catapult':
|
| @@ -85,7 +85,7 @@ deps = {
|
| 'src/third_party/yasm/source/patched-yasm':
|
| Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
|
| 'src/tools':
|
| - Var('chromium_git') + '/chromium/src/tools' + '@' + '4b7f075b7070bd3e422f1da2c526934bc14a7834',
|
| + Var('chromium_git') + '/chromium/src/tools' + '@' + '88ffef122b1570d053c346636306297f1455ee19',
|
| 'src/tools/gyp':
|
| Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
|
| 'src/tools/swarming_client':
|
|
|