diff --git a/DEPS b/DEPS index 7d799f6e35..b62c8079dd 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': '17efa8843a809163201de964a5c41e9026f94b7e', + 'chromium_revision': 'd6ce677a05f82db4cd8a565377c9de6e4f711c3c', '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': 'd35e4d092bb2d9679134112afdf321ce447adfbe', + 'catapult_revision': 'b76f0192a83adb19a2e97595bca2086186145eb2', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # 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' + '@' + '54b95aacc3bfdc059a3130148df18a40f72595df', + Var('chromium_git') + '/chromium/src/base' + '@' + '7a5c0e5a063fa30d9d03a6e20c713152ad0eb780', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '8695c7cf2f0375c6a497b365157e7e19365b04bb', + Var('chromium_git') + '/chromium/src/build' + '@' + '393f434bf5423dac4f419ad150fcb68524c0dbef', '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' + '@' + 'a237c1df06f4c8fbdbfaef1a08ea8c985049af44', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'd2dfdea150f2d7d87ccd0747a396f35a6c9ca4e7', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '4a7d31fcefdeeb077fd1eda26075ae86d85fb3ed', + Var('chromium_git') + '/chromium/src/testing' + '@' + '09292ba2bf4c6b75a6c6cf27c4596895ea94e0b8', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '767ae1e0e97da6511fe812d51d5804362c1a2391', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '6f7e80c1178935fe276093feb4d731868125188c', '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' + '@' + '86d58342c1cbe832edb7bf3c6b0f89dbd17ff79e', + Var('chromium_git') + '/chromium/src/tools' + '@' + '558f23fd6495410f32abf62557c8eb2b865c6bf9', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),