diff --git a/DEPS b/DEPS index 7eabbb492b..33b10ecacf 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': '334d413a777f251cf0ff2c140b4155e952b175d2', + 'chromium_revision': '53292b65a57695adfcff1a5d27a79434a2011ce2', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -46,9 +46,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' + '@' + '952cb6b689c308c82c0981e2f5f32ba3909c8ce5', + Var('chromium_git') + '/chromium/src/base' + '@' + 'c6910d1a36c63111d23bfba8b740b182fc141c75', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '75934e6353b2257880d8a33fd3de752ec26fbc8d', + Var('chromium_git') + '/chromium/src/build' + '@' + 'dede2d413f3ed15feed2e546a23eff85248815a9', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2f02e1f363b1af2715536f38e239853f04ec1497', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '004450bb81c11c28db04e42660341f3a5c1c14ab', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6cf0c3766afe203c95f4f5c7baa1427450112b8f', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '2e537d4ac69cca4675c81921173e9ae2132e7354', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'db0ccadd2fd04feba02ded7779252e5d9613ded6', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e7a31775c789aa4ce200dce80358db0817dbb3bc', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '6d904fb5e5e5ded612778df4a0eaab7dda096eeb', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -111,7 +111,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' + '@' + 'db34d87aff442e9676506dda26535c7fecee3a02', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'eb2767b2eb245bb54b1738ebb7bf4655ba390b44', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -229,7 +229,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' + '@' + '07542a3f6dfb240175d9f4b17e57986e2fa810f5', + Var('chromium_git') + '/chromium/src/tools' + '@' + '93e9054c12113857555193f1ad844cc05ee15e70', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),