diff --git a/DEPS b/DEPS index 09847ca295..130a1a5bac 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': '0d2d779e0c03c8c7a3df30b33a33f494cf148629', + 'chromium_revision': '424e6732f484e70f82c691c9d2c6cb59fa5b13de', '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' + '@' + 'c654cb811b454b9f035e7bcc6056c4aed8bac557', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c8ec20db6a30801bcd7e778cfa8b35ebdc436b55', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e8006924d1fba9c0bc5c0d9e3f1265e7565e49d2', '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' + '@' + 'e5e16785a04f3a294df843c51b1b593d85627d6e', + Var('chromium_git') + '/chromium/src/tools' + '@' + '0469781f41e2fc6d9b3e285bcf184b073e7aef8c', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':