diff --git a/DEPS b/DEPS index 902a3b915e..4d67747864 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': '02de71e34e40e8d3dbd28321e0f97cec211eddf4', + 'chromium_revision': 'ee966518c223ef49865661b4c31837ec1b56d514', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -28,7 +28,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': '2a467ca516e12b535f7d29d505fb1104f793faed', + 'catapult_revision': '734f737c6b57655a718a178426fb09532ff6f0e9', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -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' + '@' + '0f2a39f9e00b9796d8531c18a2f69de6b08518ef', + Var('chromium_git') + '/chromium/src/base' + '@' + 'ef9c914584b9604f56593b6d39e5490d48151ddf', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '50e38613716119af29b8da479fcf276e00406168', + Var('chromium_git') + '/chromium/src/build' + '@' + '9390b4c944ac834100887204c64b36e164b0bcfd', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2888931260f2a32bc583f005bd807a561b2fa6af', # 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' + '@' + '1ac481cd0d495b32817571f31a4254b080ea401a', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '4c6eb173f23076aeadc2b30544f15d99a63a106e', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'f0027c8059a19d3f03966e995512b7fd4a664186', + Var('chromium_git') + '/chromium/src/testing' + '@' + '25ec0a32b3bec50720c8bf87f4b6d6ae25bf10f2', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '5c40e5dfa58f34afa05c31d84e351eab4651ed81', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '7610f6ef8147b4cbccf831f543831ba261163a03', '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' + '@' + 'b5a4beaa2650566a6d376c5f58e420fae7bd0989', + Var('chromium_git') + '/chromium/src/tools' + '@' + '90a1ffadca6cc54a6f9bb1425dca6cbe3cd6959d', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':