| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 22037587e2eb56b9e96ea102d2a846da13afc006..31f21b5dada009c74829c005723be8185e2e3610 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -2,7 +2,7 @@
|
|
|
| vars = {
|
| 'chromium_git': 'https://chromium.googlesource.com',
|
| - 'chromium_revision': 'cbd47621a175445abb1ad2c96e66b98fc8b93eba',
|
| + 'chromium_revision': '27032ce5253ef29711946ce32a68f3ce0ab6298f',
|
| 'boringssl_git': 'https://boringssl.googlesource.com',
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling swarming_client
|
| @@ -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': 'fe8a3c8a5cdb3f8ccb9edca2f3e7582fb2937c5b',
|
| + 'catapult_revision': '4bd198f6a85c700acbbd23c0b666c846636526d2',
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling libFuzzer
|
| # and whatever else without interference from each other.
|
| @@ -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' + '@' + 'af5c84610a954aef26ee30c3a55420958526b28d',
|
| + Var('chromium_git') + '/chromium/src/third_party' + '@' + '194a74a62b091499d7de9e0debb6ebd367b24b9d',
|
| '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' + '@' + 'dd40df5231c0ade0a7ccc713234ed66eb92f8d86',
|
| + Var('chromium_git') + '/chromium/src/tools' + '@' + '7ec55b0d5558ed143ec6c9f22f35a0d0710f6755',
|
| 'src/tools/gyp':
|
| Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
|
| 'src/tools/swarming_client':
|
|
|