diff --git a/DEPS b/DEPS index 7cbebc3220..5fd0a69443 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': '8d55ca93639ec33805eea7150be1e8f6c79001ba', + 'chromium_revision': 'a35784fb0688eaced04e6f1667ecb08acc4ee54a', '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': 'b614c567e8b363220b00ce5557a3ddfd8d18357c', + 'catapult_revision': '9de7d78395ad6c009e3a040e0641dfae642ceb5d', # 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' + '@' + '39249a7fe2ca9a24c5e63834144fcf0641744de9', + Var('chromium_git') + '/chromium/src/base' + '@' + '8beae815b05b514fc7fac822162d8acf37166bae', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '3b075157b41d362ccd04ca183cddf178c9b4f929', + Var('chromium_git') + '/chromium/src/build' + '@' + '7c4aed4851dd9214a6c0de93f143aa4d197bb298', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '218cb3d12efc52e79dbaf9f8d52d721d8b5a45a7', # 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' + '@' + '1fa5b61040114ac43c7ef236e16fe58a9dc1759a', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '468d16d887bd02b9da843161e4519f98c5cc4839', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'c044935b34be175f94f64b10a124ee2e60efd672', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'dd3857ca4dd1c7849e9263d68dcf67dfd9c4295a', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '1b3f717046a5b0e08ec0da483d1dacdda5347e04', 'src/buildtools/linux64': { 'packages': [ @@ -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' + '@' + 'dc8f3b28799a98ff1eea243c296eaddd5cf92091', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'ff070cdf4a3498db2e50083ff2e6b1a4e68eb1bc', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),