diff --git a/DEPS b/DEPS index 5349bb6c31..dd532e1c91 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '5cfc439201cc3a8700c9b202d6a53c78b362baf0', + 'chromium_revision': 'd3195585a8ff4e75fdf4a99270e4f945473e69cb', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -42,7 +42,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'ea51bee87e07746e79334da0b12a6f8e719cca6e', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '1c2df8c375082d03537801a15e50f5b9f992d735', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '974e4e28a2417044c456020aded9247c51138009', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -77,7 +77,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '3590d380d5b702ce17b583af8cf38c92da4385e1', + Var('chromium_git') + '/chromium/src/tools' + '@' + '0af370fec5f8afbd4deaf8eef33a535e122f4879', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client': @@ -118,11 +118,11 @@ deps_os = { # Gradle 3.5.0. Used for testing Android Studio project generation for WebRTC. 'src/webrtc/examples/androidtests/third_party/gradle': Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' + - '91e2db6576b438c7aa4746e9e19679b5fdfed3ea', + '136677338cef073cd5829164982f8ffdb882db5f', }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '5e9f940632803c382072976ba59aa8a8dfae6d7c', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'f25ce9802927fcc7f2e789cedf7b8cde973c572d', }, 'unix': { 'src/third_party/lss':