From 40b52f7896615f5b6074d7e216383440b92b3cb0 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 1 Oct 2018 15:44:27 -0700 Subject: [PATCH] Roll chromium_revision 1190491c4f..7d2cf7c407 (595509:595610) Change log: https://chromium.googlesource.com/chromium/src/+log/1190491c4f..7d2cf7c407 Full diff: https://chromium.googlesource.com/chromium/src/+/1190491c4f..7d2cf7c407 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ba1e766d29..233b3823db * src/build: https://chromium.googlesource.com/chromium/src/build/+log/79a709e11f..8af02886d1 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/1465696ad8..adcd9f4740 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/84a58d7010..1b5229c02a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/3cbb89d80a..1b3b8507b2 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/ac93684421..69f64b2703 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/81e0afcfa2..c98b1ead3e DEPS diff: https://chromium.googlesource.com/chromium/src/+/1190491c4f..7d2cf7c407/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None Change-Id: Ica4431601b8d9ac0c84265147a5a8f2896f8de35 Reviewed-on: https://webrtc-review.googlesource.com/103083 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#24918} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 2dc5dd0e93..46c7d576cd 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': '1190491c4f67a70fc0fdc09eade1249992433dc6', + 'chromium_revision': '7d2cf7c407fe82e81fe03d7c61d83fbd169d7b21', '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': 'ac93684421fa0fb860b74e4339253378ee9066ab', + 'catapult_revision': '69f64b27039708e61e1e9ce5d3a580235c667332', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -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' + '@' + 'ba1e766d29078f3c35f21b69d7e12fc33910155c', + Var('chromium_git') + '/chromium/src/base' + '@' + '233b3823dbade6a9faedb2e1030099fedcc033a7', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '79a709e11ff3ff7fe7f973f98d3a8957a56d6695', + Var('chromium_git') + '/chromium/src/build' + '@' + '8af02886d1ba7477e395ce9617ca50576916e3ba', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96', # 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' + '@' + '1465696ad8bf5a26953bd979231d3c0c451a9d24', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'adcd9f47407a578eea60e04de4a3e80b626a8ad6', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '84a58d70105340bcaf1eafd9aa23cb940ff7761b', + Var('chromium_git') + '/chromium/src/testing' + '@' + '1b5229c02a8f4444b5cd3b44f972b210a765de7c', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '3cbb89d80accd6dba7b7ef64c8d06800b141fa53', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '1b3b8507b2626a386961879ed2593637df0e24c9', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -195,7 +195,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' + '@' + '81e0afcfa25df60173bda646104ed59e11bcf8de', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'c98b1ead3e2f4ce5da2b1abb4c9bc5e2f66d460b', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),