diff --git a/DEPS b/DEPS index e49f8ddb69..b2ad8a6990 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '169ed39de473bb196dcb5960e4c19ced3336de4e', + 'chromium_revision': 'd2bee43df5e39938117ae91d5f74013428bae937', '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' + '@' + 'bb4947c1442bb48530c91fd8dc78f3b60ae3d076', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'b53aa97425ee2b6ef765f7c35466ab6172ff5578', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':