diff --git a/DEPS b/DEPS index a201a75876..2fe73e5866 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'a27de19a92af18ded5e1c83ed5715feb12b750f6', + 'chromium_revision': '09885722cd8637e59680a1996bac98454cad4bf7', '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': 'a6b212171e82727cc72fd23588bc9dcf1af4f9de', + 'catapult_revision': '67cf0dc183f8a484495aa7eb1984f241835d01c1', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -44,7 +44,7 @@ deps = { 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'a7cc7a3e21a061975b33dcdcd81a9716ba614c3c', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'a604a6421da1b2f6f2d245962be6acf4ef66fbce', + Var('chromium_git') + '/chromium/src/testing' + '@' + '71872f7d7065f45ee3db0fe6f03239e1081a1e3d', 'src/testing/gtest': Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87', 'src/testing/gmock':