diff --git a/DEPS b/DEPS index cf551f4a21..641ac00f2e 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': 'e93faff1da7b32ad86b9402ae20289921d622d24', + 'chromium_revision': '7da3a94fab6ffc2f4865d5c00654a0addb4f86dc', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -54,9 +54,9 @@ deps = { 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '6d142e91709e40f0ea3b42e248f6463ae51bb36f', + Var('chromium_git') + '/chromium/src/testing' + '@' + '8e923163dd2388b953418843ff9be4b7177023ce', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c9027b32d835b62f2568b7f9b9c2dcf1a2f2b393', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd441d47c344069932fe425ed26a2d44768f4dbb5', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android', @@ -155,7 +155,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'cd4fe4f70a6017ef3ae2aa28e28214fd057d5881', + Var('chromium_git') + '/chromium/src/tools' + '@' + '66af7b9d2e1d607ed068ef91db8aab873c2b0b90', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':