diff --git a/DEPS b/DEPS index d19e79171c..b656a4d363 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'e9762587b94da23ce580995d1c7fa6ff7bf456f5', + 'chromium_revision': 'adc103db18b8e88402f60b6c0979a55c7f6bc0d5', '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' + '@' + '0126c6d522e4879b6d2b282cd9eeba7d4ff2339d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '481a10c5c5cc286be92d31c136629bcdb00f39e0', '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' + '@' + 'e0a4cc5d892e867f6e3c71f05a5c8cd164064eda', + Var('chromium_git') + '/chromium/src/tools' + '@' + '59054a9a2185d5aa94398daa81c3088b4864ef46', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':