| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 8af4219b5becc84e7e050e2cf3bfeb9e0fac3a72..2ad07435c733e9f8049e0c45594ced213ccb359f 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -2,7 +2,7 @@
|
|
|
| vars = {
|
| 'chromium_git': 'https://chromium.googlesource.com',
|
| - 'chromium_revision': '581ff14023b243973f1f722d3ab83115a3f2e991',
|
| + 'chromium_revision': '7566ff2a007b21cb152c279c4c7ed2d0013af96f',
|
| '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': 'd04ca95356c5b79e9ad80f3e8d1bd9784213dc93',
|
| + 'boringssl_revision': 'a0ba400c33c5919fb0c25f165133446cb6dec5c0',
|
| # 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': '0cfeabf7007c77377dc389331d723d5e41d8c911',
|
| + 'catapult_revision': 'd3a91071e560106b98d072184a54276ae13713cc',
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling libFuzzer
|
| # and whatever else without interference from each other.
|
| @@ -34,19 +34,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' + '@' + '52145f4993fe2d6187fecb28b9034df5fe10fe51',
|
| + Var('chromium_git') + '/chromium/src/base' + '@' + '937f86a0dab71bd1d6dc6f89af5fc74bc325cfe0',
|
| 'src/build':
|
| - Var('chromium_git') + '/chromium/src/build' + '@' + '55558c4eb00658077fe0720580ae71dd9889859e',
|
| + Var('chromium_git') + '/chromium/src/build' + '@' + 'a634e44492100123636cd2e66cc3cadd828f7031',
|
| 'src/buildtools':
|
| Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'e6b510a9daf822bbe9f922c200c58150803d2fd8',
|
| 'src/testing':
|
| - Var('chromium_git') + '/chromium/src/testing' + '@' + '554a1ebbe9ab17efe729e7e9f2cf214705317b01',
|
| + Var('chromium_git') + '/chromium/src/testing' + '@' + '18b8712cd75d23b86c83c8f6ec63cd7ee7665654',
|
| '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' + '@' + '14e95b4f931f0a9c86642a050648009e654be779',
|
| + Var('chromium_git') + '/chromium/src/third_party' + '@' + '2f6c58ccb65479af520d09da2efadd2fbb5bb296',
|
| 'src/third_party/boringssl/src':
|
| Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
|
| 'src/third_party/catapult':
|
| @@ -79,7 +79,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' + '@' + '0ef14c1d4de5f7b55802dc79ea60f43af59b099f',
|
| + Var('chromium_git') + '/chromium/src/tools' + '@' + '09ac9d3b820ffda47509c95d88165affa5ca53d5',
|
| 'src/tools/gyp':
|
| Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
|
| 'src/tools/swarming_client':
|
| @@ -119,7 +119,7 @@ deps_os = {
|
| },
|
| 'ios': {
|
| 'src/ios':
|
| - Var('chromium_git') + '/chromium/src/ios' + '@' + 'f5f17bbe4d31d7deaadd6b46e5cc3ac0194d5975',
|
| + Var('chromium_git') + '/chromium/src/ios' + '@' + 'aeab3165c83d2857f93d8fab4f96a982fc318988',
|
| },
|
| 'unix': {
|
| 'src/third_party/lss':
|
|
|