diff --git a/DEPS b/DEPS index 53ebd237d3..e0ede63c98 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': '5f9e4ce62896c2b2daee1e0e2f87eaf2b2d96df5', + 'chromium_revision': '1e83ff21fd7dd9decace6d186a1dec4ed08fcd0a', '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': '442e7b2731071e114fd7382afdcd6d5dc1248795', + 'catapult_revision': '7c1d51b169edfb62a3e2f88730f1182240cfe981', # 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' + '@' + 'f4bcda4bd4bbf57d61f68d55b76ca0307bc98bd2', + Var('chromium_git') + '/chromium/src/base' + '@' + '66c2d1fe09a6fb5b3907f677cbc3ad1069b07d09', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '416d25a2a108ffa6deb9ba31cc0fdd37902ff83b', + Var('chromium_git') + '/chromium/src/build' + '@' + 'b71c9cc7e8b9cd28c60e4621fdad87c48820a418', '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' + '@' + 'cd07de3665c2e13ad737982e8120a08319f8c73f', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '86ac18415b9e4c160503278639e234f0da5a50c2', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '8e019f9028ff56a67007ed0bb627624c76a44357', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '74410ac2e4f5f5860f74b4244146081cf84563d5', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '60f7a5b2244ef59adc4e725ffd3ee42136a0e066', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', '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' + '@' + '7e40007f41a3b2782b69879110bc72ab8b25872f', + Var('chromium_git') + '/chromium/src/tools' + '@' + '8b615dc8e3e1675c88c0c6eb3c0d23b3be2025b6', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),