diff --git a/DEPS b/DEPS index 6036b96866..89986ad1cc 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': '9e7b598af338c53f13d24f5d875569af3c2c4324', + 'chromium_revision': '59aee65d9ca9a36e6fbcfb991d335f316882300f', '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': 'd7f22e29c4a1be844b5eb8153cb3b95775f2af7e', + 'catapult_revision': 'bbeee6d77ff6922fce39198566a907c67df6e41b', # 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' + '@' + '37cae4b28646326bf640df0d48220f1468dc75d7', + Var('chromium_git') + '/chromium/src/base' + '@' + 'bd84564627d37e9f7d4eb773b36bb758268caca9', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'a62977721dc97665ae4253e3b7c5b783c114fa8d', + Var('chromium_git') + '/chromium/src/build' + '@' + '24a58de6efc1babd2c0ebeed0e22b84a32f92d34', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'd5c58b84d50d256968271db459cd29b22bff1ba2', # 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' + '@' + '13955a49ca12cb8496cf190fb0eea6e900f45337', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'a942be6a31505fe6334a5194bd3a8ff7a8f8797d', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '51dc53bd1e2d3594f1c984a66ab1bd55592068a4', + Var('chromium_git') + '/chromium/src/testing' + '@' + '0d88a19d4f9156fac2e6b0382364526d3696f3d5', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd388ce3fc6a6561f45372c0013a9fe400d2af0b5', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '549ff7b62500ec1ed192546ac65bd3f0da5e6feb', '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' + '@' + '7a2205ca50c854f82bf7325478d80e85b74ce920', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '99d965d911f3cdb32d4fd5154664251764bf6691', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -250,7 +250,7 @@ deps = { 'src/third_party/libsrtp': Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '650611720ecc23e0e6b32b0e3100f8b4df91696c', 'src/third_party/libvpx/source/libvpx': - Var('chromium_git') + '/webm/libvpx.git' + '@' + 'da5be113f3205544658db52201a66273cf7d6e70', + Var('chromium_git') + '/webm/libvpx.git' + '@' + 'e50f4e4112a0e031dfc9df7a115fb0f8931bd4e1', 'src/third_party/libyuv': Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'b36c86fdfe746d7be904c3a565b047b24d58087e', 'src/third_party/lss': { @@ -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' + '@' + '0739739ce9a30afc1107224c3f79e1a7eb138c2c', + Var('chromium_git') + '/chromium/src/tools' + '@' + '1b25e0a8f5edc7a8de5fca9e907ce886505ba99e', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),