| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index c9a1039008c24c67f7d1944e30182d45b643ea28..e42012084b22749563f0ff63db28e445ad5e65fd 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -2,7 +2,7 @@
|
|
|
| vars = {
|
| 'chromium_git': 'https://chromium.googlesource.com',
|
| - 'chromium_revision': 'ba3e8dd8fae979960278a5e604717ef9658ee3ac',
|
| + 'chromium_revision': '5cd331dec1c51a6040c15c1afb4eb03d77187dbe',
|
| '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': '3f2611a98fce5c84e5e01408d2b8e18316143e84',
|
| + 'boringssl_revision': 'dc8c1d962e688c01cd8903d40ada70a75f700ad7',
|
| # 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': '5a31d0e078e186c1a1dda91ff452c13023ab7c41',
|
| + 'catapult_revision': 'f25bfea25223277cb04abf0eef039f35f280c987',
|
| # 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' + '@' + '8cd4b3e17762111efc63595e8e67694e4ba110a9',
|
| + Var('chromium_git') + '/chromium/src/base' + '@' + 'd6423823d2ecc39ec12c272873ba9a9d52af29f8',
|
| 'src/build':
|
| - Var('chromium_git') + '/chromium/src/build' + '@' + 'fa619b2a125397b5e42160ce1c675a62726b8b67',
|
| + Var('chromium_git') + '/chromium/src/build' + '@' + '333fa7c3dd0d2ec747aa9f507597e6bb4e33f2ff',
|
| 'src/buildtools':
|
| Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'a7cc7a3e21a061975b33dcdcd81a9716ba614c3c',
|
| 'src/testing':
|
| - Var('chromium_git') + '/chromium/src/testing' + '@' + 'eafb0c38ceab6f438d1b83fb618f147d47a3c029',
|
| + Var('chromium_git') + '/chromium/src/testing' + '@' + 'd5c5c4d941d6f78fdd562ab5cbec2a3cd05454e4',
|
| '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' + '@' + '9979a014f0ba38d493f598718e78a0013108fdc5',
|
| + Var('chromium_git') + '/chromium/src/third_party' + '@' + '42b1ec35fbb6df77004da1bce3fa85dce1db287b',
|
| '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' + '@' + '39ce8651563c223e7801137b82ca3cea747bd1b0',
|
| + Var('chromium_git') + '/chromium/src/tools' + '@' + '959ba2dccf4fc5566185d530313181f2bad21890',
|
| 'src/tools/gyp':
|
| Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
|
| 'src/tools/swarming_client':
|
| @@ -125,7 +125,7 @@ deps_os = {
|
| },
|
| 'ios': {
|
| 'src/ios':
|
| - Var('chromium_git') + '/chromium/src/ios' + '@' + 'e1e28f13632d9aaee4163bfb732f54a3c36ba7fa',
|
| + Var('chromium_git') + '/chromium/src/ios' + '@' + 'f79c898dcc6f0b0b6e17101108b9a6cd80a74452',
|
| },
|
| 'unix': {
|
| 'src/third_party/lss':
|
|
|