diff --git a/DEPS b/DEPS index f9c06f3b37..5eea5ad618 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '7e61cd9632144d302b40c071100c97fd93edb131', + 'chromium_revision': 'c6604a5286de90b1a6502214c11c7bd93d3ebcf9', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + '402093fa065998722686c7ba8fabfd2a09ce5255', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '17f5f566d7ba371a56eae81849d967950a22a10f', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':