From 915187b1afe8f708b06e24b77f372dcd34fe75f3 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 13 Oct 2017 08:40:22 -0700 Subject: [PATCH] Roll chromium_revision 4662d4766b..65e1b24a78 (508693:508708) Change log: https://chromium.googlesource.com/chromium/src/+log/4662d4766b..65e1b24a78 Full diff: https://chromium.googlesource.com/chromium/src/+/4662d4766b..65e1b24a78 Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c6001bdb73..65725e8482 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/65afc9af41..469d082070 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/821d9aca9b..fe786fb58c DEPS diff: https://chromium.googlesource.com/chromium/src/+/4662d4766b..65e1b24a78/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I58b46ddaa81c014eb307a100e55539e5ec5d4164 Reviewed-on: https://webrtc-review.googlesource.com/9480 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20294} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index d890ebb902..d587177b23 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': '4662d4766bb2746d290333b8466f8f575892a1d9', + 'chromium_revision': '65e1b24a78b29b21efe8f14cadc4caf1781f5503', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -40,7 +40,7 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '1b7ce9d2a38c22b3db5963ce62cf32298cdaf2fb', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'c6001bdb739844f35c790489452dd9da02021f3a', + Var('chromium_git') + '/chromium/src/build' + '@' + '65725e8482f5866b55c5519103893d83504a925a', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f6d165d9d842ddd29056c127a5f3a3c5d8e0d2e3', # Gradle 3.5.0. Used for testing Android Studio project generation for WebRTC. @@ -56,7 +56,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '5371196512998ef214e3b1e95b0e140f8301040f', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '65afc9af41a2af756cc9a09b010e97ce85928791', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '469d0820701e9cd78e5cf386fb75d5f121d4b0dd', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'ca9dc7245b888c75307f0619e4a39fb46a82de66', 'condition': 'checkout_android', @@ -147,7 +147,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '821d9aca9b95f55e379641a3ffd2a34007a506d8', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'fe786fb58c4d4d49e5d709214a889799fa78e569', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':