| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 5f017302bd677983b96e8c53a787ead4635a6fdd..c3cbdd417a3e1017a0c4dc7a7f16bf7b20fcd4c1 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -2,7 +2,7 @@
|
|
|
| vars = {
|
| 'chromium_git': 'https://chromium.googlesource.com',
|
| - 'chromium_revision': '72d8fe0dd3fcaa259c3d034578dc7b6b4ef9bce6',
|
| + 'chromium_revision': '5cb481239f13fdd3454fe56aadcb56d7ffb822d8',
|
| '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': '3120950b1e27635ee9b9d167052ce11ce9c96fd4',
|
| + 'boringssl_revision': '52586f952ecb624f823eb9ee5ef2eb41e644e7f5',
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling lss
|
| # and whatever else without interference from each other.
|
| @@ -23,7 +23,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': 'fc9479ad5e3b6a9863ba6d8517535d9b7a8e95f8',
|
| + 'catapult_revision': '08d8c9f0860202115b653dc31a06d366a5978623',
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling libFuzzer
|
| # and whatever else without interference from each other.
|
| @@ -37,7 +37,7 @@ deps = {
|
| 'src/build':
|
| Var('chromium_git') + '/chromium/src/build' + '@' + '7e59b44eb6cce24a88adf5dd9485612fd4eb0a97',
|
| 'src/buildtools':
|
| - Var('chromium_git') + '/chromium/buildtools.git' + '@' + '1dcd1bdbe93467531a50b60dbd18860803ca7be1',
|
| + Var('chromium_git') + '/chromium/buildtools.git' + '@' + '3d2d34dde457f07ca410d1c06f4f3b9063c28643',
|
| 'src/testing':
|
| Var('chromium_git') + '/chromium/src/testing' + '@' + '78c251f6c16c343195adce9bd4d326dabfd8e602',
|
| 'src/third_party':
|
|
|