diff --git a/DEPS b/DEPS index b350133a24..9acd452ef0 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '6f92ffc3a7c2dda4a0a15dae9984e93647959d15', + 'chromium_revision': 'b23fa511a5cea421a6f21003ecf5c3517665329e', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + 'ae6931fe940326ed3f108e0577845cb2e7ca3804', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5d08330a5919514a7dc8490a8af973fa501dcd2d', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':