diff --git a/DEPS b/DEPS index a640ec3282..c92f81d4aa 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': 'f7c234b0272dff6ce746e9eaac813497986913c3', + 'chromium_revision': '1447fae2e377e748f4ddb532a99f6c5ba7319c98', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -42,9 +42,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' + '@' + 'f30d86cae4ede74df35dc36ed8ffd9fbb11c3637', + Var('chromium_git') + '/chromium/src/base' + '@' + 'f7885f67ea68022a5cfcceffc4c8502d4bbd968c', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '8fa7f9c6c9dec48a6e237c308358fdb9b5c352d1', + Var('chromium_git') + '/chromium/src/build' + '@' + 'e2cfe3ccbfd0520af10c2c983f7a5eb34ebc4b0d', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b6a1b4b5eb6a6c6683b01951154f4f68fd940ed1', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8c5e13da5d258ad26713b01536dae93655842b1a', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '7ece6b5ef41501d141c8b24634f114f15a2ebf86', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'f30d1205736528a5a7450a9f03d398b6d1e36a93', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b5ecac919de1c64e21195f38813e96bbee2ecd51', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f9e47c7f5447aa039fda5cf0057b7a91401738a5', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', 'condition': 'checkout_android', @@ -175,7 +175,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' + '@' + '11acb9087857ba9007c0cab0e76ebbdb16dd6d8d', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5268f6755c3c4382cd4bc58bb3743691729a3e2b', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),