diff --git a/DEPS b/DEPS index 0599f2ce16..1a0c00f685 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': 'deb63e97f1acd61984e95b2b51184e95b8d938e0', + 'chromium_revision': 'f2569c5796282362db08eb2d40f76c6b9c3e3dd5', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,11 +24,11 @@ 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': 'bd499d73987d1fb3ab6eec9e4ada3fb177efeda0', + 'catapult_revision': 'd35e4d092bb2d9679134112afdf321ce447adfbe', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. - 'libfuzzer_revision': '2f72894d302e6e9af76c7d5e712e043558115602', + 'libfuzzer_revision': 'd62662686b220de9364f9104621a2616605c3673', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling freetype # and whatever else without interference from each other. @@ -42,9 +42,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' + '@' + 'c8a8f9e089dd9dcedfb4ffd73e56ea5db559ab8a', + Var('chromium_git') + '/chromium/src/base' + '@' + '1b54ce34d1e077b68f56638bcdd92176d1c301df', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '2c97c105b7aa2090005dbddf39ecacf05ec36926', + Var('chromium_git') + '/chromium/src/build' + '@' + '0723c63acdd353039380cb74d514b6d188cd7423', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '223d748d7f23fa31ce0afdde545b71ea7e5b3d89', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '7e53e76f71e21080f43f00bcbc3c728c3c62b8ba', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'ec724377d9db7131f3341a291a7c9f944aa2bdb4', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'bb509edb29d205e6ce8e5b66ad9526570f70b4f1', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'fa1917f357f0fdc8e92015a3079b3c0b125c7819', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '770c1116ce171587ffaba36b62c06bee0b17f3ff', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', 'condition': 'checkout_android', @@ -175,7 +175,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' + '@' + '1d2e5235354d9dfa02b01820f827e5b06a38d261', + Var('chromium_git') + '/chromium/src/tools' + '@' + '7259b174028bd742c25a3fcced7818e19dec61b0', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),