diff --git a/DEPS b/DEPS index 7a87be454b..04ae3ebd5f 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '113278e435c9470189456ad501a63238cec65570', + 'chromium_revision': '1a7fcf622020ce0685a1a81a227d6b67650f8251', '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': '1e05d2f8401ce9b112c2f0e21269f1d7493ce88b', + 'catapult_revision': 'fe2fa4bc83c5a2ffbc1be54ebbdece0db8473335', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -40,17 +40,17 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + 'e7d871b6b25fdc7c2b4151add7215ff0899ac9f3', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '4c65f6261eca5e502fae4093ce6eb4589aa04b37', + Var('chromium_git') + '/chromium/src/build' + '@' + '00810858e7e47bc3f41cdbf910943e7d45452d8a', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'cb12d6e8641f0c9b0fbbfa4bf17c55c6c0d3c38f', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '490308d8096a567e4a0084000d04948afd2ee770', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'cd285cd30d661338f1ea978aa1bd27c37b68d8a5', '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' + '@' + '34af144390ff17fceac0cef8a10a19d54d36b752', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '29884dce7f6f93fc5f3efa37afafda0e24566c54', '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' + '@' + 'd5a537f227ea930414f14adf758eacf2db796e23', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'b8c8920f3b73f4985cbc577e88507aad4621ef70', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':