| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 1834f515e7697b4f8d37cb7cd2b0fea4db411283..cebe2e05b688d130b06de03153c538e6f236d555 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -2,7 +2,7 @@
|
|
|
| vars = {
|
| 'chromium_git': 'https://chromium.googlesource.com',
|
| - 'chromium_revision': '71fc94ca2e7688389d7d7de63ebf67cc3284a30f',
|
| + 'chromium_revision': '972a4d1ae26576f2a0cee1066a6ded6616538641',
|
| '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': '6377613b1a29bc80e2077bf4e956b9b921ebdab3',
|
| + 'catapult_revision': '0e201cdd06edd994897654359ed9766dab5f9eb3',
|
| # 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' + '@' + '82225ae29bd6a3b4c3a396411928103618b6a49d',
|
| + Var('chromium_git') + '/chromium/src/third_party' + '@' + '7b47d8e3b0a84f78ab67fb45bdb54265ee7cccba',
|
| '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' + '@' + 'da5bdcedc7e56f87e87e638c4c5a1f123e0db0b9',
|
| + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f38c6e62e5362fcaa32404da5eabd692193d9cff',
|
| 'src/tools/gyp':
|
| Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
|
| 'src/tools/swarming_client':
|
|
|