From ba2a9237da72e07426753c25ec42a96870b2ccb9 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Thu, 22 Mar 2018 21:45:59 +0100 Subject: [PATCH] Roll chromium_revision e76515b1f3..723d8fc2ac (545023:545111) Change log: https://chromium.googlesource.com/chromium/src/+log/e76515b1f3..723d8fc2ac Full diff: https://chromium.googlesource.com/chromium/src/+/e76515b1f3..723d8fc2ac Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/c6b00c1aef..e3ea1b7f98 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/30bf2a3994..74c3e06390 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/38501ac86e..1a44f53d96 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6fd275eeb8..6106e62a42 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4fa8987ac0..449f2223f2 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a04cd08ca1..5457ab7034 DEPS diff: https://chromium.googlesource.com/chromium/src/+/e76515b1f3..723d8fc2ac/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I8905bf2c8610f802a5203c3c6fb7769b04c6d7fc Reviewed-on: https://webrtc-review.googlesource.com/64300 Reviewed-by: Oleh Prypin Commit-Queue: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#22573} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index da9754db21..5feacd2761 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': 'e76515b1f3b4d078d57b34e630e7cb1a14400941', + 'chromium_revision': '723d8fc2ac918f95458fa80802e2f9db1a3869f6', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -38,9 +38,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' + '@' + 'c6b00c1aef1462fd4a1ba8464122b2300b7c380b', + Var('chromium_git') + '/chromium/src/base' + '@' + 'e3ea1b7f983ffe2b953152fd5e15dfe367dcb926', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '30bf2a39946ba644e1ec693cd54c010362cb7a4d', + Var('chromium_git') + '/chromium/src/build' + '@' + '74c3e0639039ecb84050b26c194b296a68c38fa5', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '3748a2a90871fc25b0455790fa5a6699553f5197', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '38501ac86e3c34e38d9347bc60fe7aec2927abb1', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '1a44f53d96064ef2008c5c795ac1413ff9f08d50', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '6fd275eeb8504396b196cef837e0b3419a46a175', + Var('chromium_git') + '/chromium/src/testing' + '@' + '6106e62a421ea14cb513a8f2228872df8a32f2c1', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '4fa8987ac04a33e3f517bf774fd84f2ef5a486ba', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '449f2223f24a775e1d8b5d1fc6f378b1c1a67ee6', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81', 'condition': 'checkout_android', @@ -159,7 +159,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' + '@' + 'a04cd08ca1a1e5f0abe9876d338ed3d9d4f6967b', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5457ab703410b6f883a9b846ff193326df1edd0b', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':