diff --git a/DEPS b/DEPS index 2d81ae688c..f50143e0c6 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': '725be848c724ec8a95ce8fa5bbddc4aa78dd85c4', + 'chromium_revision': '1959cb7246891ff252c350565139e36a1dab0631', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + 'c2c8f89017b21ed55485d0e9d06773b6238604c2', + Var('chromium_git') + '/chromium/src/base' + '@' + '1eab3d6f19a335bbda9df95725fe395f783e681c', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '36af1d1558f0fbe0f0f5cdbcb61ac9e2ea577a8d', + Var('chromium_git') + '/chromium/src/build' + '@' + '6c0fac7d138782c38f4cfda696710b39eccc886c', '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' + '@' + 'fcf54ebc8a832b9990426fc310b4229b7783fbe4', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8b31e9a2812c87675d2156a4106a63657b6e53ad', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'c638c29cd27ef091c0298597da6e3452c3e5bf6c', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'd3611df1ccf36bfca7adbd9763adef20591b4fa6', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '9359f3f362302d181c94fdbd4c0f67ef340a8325', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b11e42097495016fa7bf71283f9856d26b380977', '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' + '@' + '51c0f388a154eb0e3c10ce6db73ad7aa128a9238', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'd19589ff81c38ecc60228d0429cf39bfb4381ce6', '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' + '@' + '0d2299c1ee04b9fb7c30e3ad555bf12e95157dfa', + Var('chromium_git') + '/webm/libvpx.git' + '@' + 'ecae7f8f81d866ac340834de3422f8c02d46a995', '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' + '@' + 'bd4c9caab1379060c4e47d219ce7cf23a93821ad', + Var('chromium_git') + '/chromium/src/tools' + '@' + '6c819de897b576d776e089d2bcb649917724f9b4', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),