diff --git a/DEPS b/DEPS index 0155fee3cc..f7d3e0ef27 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': '9359982d4bb5222f668fcfb3a5549b2784a168aa', + 'chromium_revision': '97461ea219a24a5bf9ffe51cf4a7eb1d1633aeb3', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -38,7 +38,7 @@ deps = { # TODO(kjellander): Move this to be Android-only once the libevent dependency # in base/third_party/libevent is solved. 'src/base': - Var('chromium_git') + '/chromium/src/base' + '@' + 'ad67b91e7d65734c52bf270bd3e4d42bb133c57e', + Var('chromium_git') + '/chromium/src/base' + '@' + 'c7c8509286ca13b6c3383baccea84718ba73997f', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '19d97ed4aef6ce4941a10fee2b933c867ea08e6f', 'src/buildtools':