From 3445b6bc517c6607824fd1153172d38e1bc1a9c6 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 7 Sep 2018 02:44:55 -0700 Subject: [PATCH] Roll chromium_revision d03e9be2ec..de6484608c (589368:589477) Change log: https://chromium.googlesource.com/chromium/src/+log/d03e9be2ec..de6484608c Full diff: https://chromium.googlesource.com/chromium/src/+/d03e9be2ec..de6484608c Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/9ae2c8c4c9..2e3b697294 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9f1665f0ba..69ec23fc6a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/dcc549489a..ea02f4bb3f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b699212fd8..b45a62004d * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/b56a43a906..515e7fe037 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/96ea619391..5999232ae4 DEPS diff: https://chromium.googlesource.com/chromium/src/+/d03e9be2ec..de6484608c/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ic77d940ac40f53e56bbb83dfb3fa73b357f37855 Reviewed-on: https://webrtc-review.googlesource.com/98769 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#24621} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index ad99a4e7d0..f9ae8f62d1 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': 'd03e9be2ec4d54506c08e0de1f5cf1346bf32890', + 'chromium_revision': 'de6484608cec6032a08f30fa6e845fecff13f470', '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 = { # 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' + '@' + '9ae2c8c4c907c0c401e35b162bf36bdd50312979', + Var('chromium_git') + '/chromium/src/base' + '@' + '2e3b697294f30b8675430f4055d98ce8fa84c3fc', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '6533d0538d622908853f7b81e5d427aef51bde13', 'src/buildtools': @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9f1665f0baf77306f33e0682306f5c808aa5c48b', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '69ec23fc6a1448f38b1702d90b34cee8d6700610', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'dcc549489a30cc429145318aa6401b634ca53c3c', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'ea02f4bb3f0fae0eeb9374e06c830e0c913807c9', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b699212fd838288c5c6506224daa9e8e6945239c', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b45a62004d122ebf9c3c57c320827735332111d1', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -84,7 +84,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' + '@' + 'b56a43a9064c35e81be989f5e86a19d9159d5edf', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '515e7fe037902d6434c5d5ff2c077b747c56b0b7', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', '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' + '@' + '96ea619391043b58b14893c436715cef2c80045f', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5999232ae4ecca055e5080e397ca8f241377e586', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),