diff --git a/DEPS b/DEPS index 8896e8392c..2fad397b19 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': '8c0344a12e552148c185f7d5117db1f28d6c9e85', + 'chromium_revision': '2f0e6b63b54335490af84d4b1ca5b971b312ec5c', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -38,9 +38,9 @@ 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' + '@' + 'ef9c914584b9604f56593b6d39e5490d48151ddf', + Var('chromium_git') + '/chromium/src/base' + '@' + 'c57cd47c370bbb7158fd6a796dd353e2278520f9', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'ba340a5fd72355756ddb51630492f9fb8fb023bc', + Var('chromium_git') + '/chromium/src/build' + '@' + '4d41d4129c1136b493792ecc0392105302311aaf', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '3748a2a90871fc25b0455790fa5a6699553f5197', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '020fb857ffe5354d99c9cad5499b6b7ae9f0e347', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8bf41eb7749ee8a8bf1aa13d2d70bb20e1031243', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'd820d168d00ec2ea40947a5fff9d235735f6b066', + Var('chromium_git') + '/chromium/src/testing' + '@' + '42d88ff8066724c4b5e23f04665d971e240c2aac', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a1c4df95ad4b58dba931d992912ee963cb59341f', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '088947132af2bc01615d4415124b9a48f4cd76a8', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81', 'condition': 'checkout_android', @@ -159,7 +159,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' + '@' + '5c94c75feb98bd722d896312e0e829a6083d7827', + Var('chromium_git') + '/chromium/src/tools' + '@' + '14c4870f14544c27e5ada9dc5ee1acb012c1829f', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':