diff --git a/DEPS b/DEPS index c12e9074ce..b6fb7155cf 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': '587a782640092195c632171c7611ca65714672f1', + 'chromium_revision': '3265fd121c00a1431f8924371c89b22b587677e9', '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': 'aab7e3179a015b87e63144b716bf41f205734800', + 'catapult_revision': '9b8530af4dcb8066ff38420023553f87319cacda', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -86,9 +86,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' + '@' + '82ea735b49a24d5cf2825c89892233a308f370e8', + Var('chromium_git') + '/chromium/src/base' + '@' + '40ba09ba5bbb71ee8654b294e95e0eee94181bca', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'e280c43b417fb89b67dacfabc1d42673a9be3862', + Var('chromium_git') + '/chromium/src/build' + '@' + 'e069134c4a2923321bd11c423d78465a15e619a1', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'eda23acabd9a73b6ddadcdd626c05a85d93d31dd', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '3c92b658c6bccfaf259e5c513bb2273e039b4742', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f2d40a9c3a163e5813c2c143f955bc1498f3c957', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '548066c875ccda1a414e255427a50977b921210a', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '8d7a6a525b6c760129a4f21add0cad89a7e5ba87', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '59f2f861c29caa000c2cefb915fac7d5d0193c2b', 'src/buildtools/linux64': { 'packages': [ @@ -199,7 +199,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' + '@' + 'ff79e7ea06abe4ea3e2817fbc6c1174dda1bad89', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '047b02314c2a2ffd7e668e6280691206de659753', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -312,7 +312,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' + '@' + 'b78e20bf56b21887fb41e4545d39ee7bd4029d3b', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'cacd9f28195af50fc92f45254f9989e099e09b8b', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),