diff --git a/DEPS b/DEPS index 8936dd7477..b8e6be8a5c 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': '4c259455066d41ac777613d0d44506c04d13dd57', + 'chromium_revision': '0db267e941f1c227914d20cc272617188bd3fd04', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -56,7 +56,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '233b53253419c80dc8151f88eb8746af88398d7a', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c65c22df9fc1f4ee52e34abd90d8cfa903d7cea1', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '5326c43227f3cd3df112dd183512564d060863d5', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',