diff --git a/DEPS b/DEPS index 182cbee5c1..e64b0da1f3 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': 'd5698f682d8b2742017df6c81e0bd8e6a3063189', + 'chromium_revision': '573be0639f7a41d4f103307d40b7d28d3d7f7a55', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,7 +24,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': '60a61e85fed1aa7856f9dda3fe3983b6634404ad', + 'catapult_revision': '74c92bb2207675ea7702153dd1cf60fddefe8495', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -46,9 +46,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' + '@' + '8c9b9a432685b7a92a5b57d0e631fed47cd1ab40', + Var('chromium_git') + '/chromium/src/base' + '@' + 'b6c90e31af8c407c95d8174d4103f65d9a58ac2a', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '640cd9eec2a6f1e797d71a50f13238e9cb4c3df2', + Var('chromium_git') + '/chromium/src/build' + '@' + 'd97055d1f8d87d6f31393650c5b11ce8187d1a42', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'cdbbe6e9dfc92301af752ede1070e1012d25637f', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8d7ef224b19b6fea34f59cb37cff6c68cda3ecb6', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'ab80815c55a4b07d5b62865694998748d71e2245', + Var('chromium_git') + '/chromium/src/testing' + '@' + '553efe0921075b7ccff21ed929a3bc1e439a2b81', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd96867419689dec0e04679728430b7d0be54b134', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '4d6b7de162728d4db34dcef9926310e1ab8046f6', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -111,7 +111,7 @@ deps = { 'src/third_party/colorama/src': Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '762a25693faf4d7e82a70d1021aebd7d981297ff', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '52411ecf1fa5d12f3ea0a4bb4afa350e92a49b28', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -229,7 +229,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '1d656f571516b0ac5deea109473953602b8064eb', + Var('chromium_git') + '/chromium/src/tools' + '@' + '6ef612cd8088af238a28c16d610d51e608b723b0', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),