From c67f18e89cd0ef9abeeba74faa38172214dfd670 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Thu, 1 Feb 2018 07:45:13 -0800 Subject: [PATCH] Roll chromium_revision 1bf6c49e7a..b696eeaf6b (533562:533674) Change log: https://chromium.googlesource.com/chromium/src/+log/1bf6c49e7a..b696eeaf6b Full diff: https://chromium.googlesource.com/chromium/src/+/1bf6c49e7a..b696eeaf6b Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/c6105b9c2f..f50734b93c * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8222c43a65..4ce0025630 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b544d1eb23..2d42d02c3a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/4d81f3da96..a2cbafc88d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/bd9dc34f7d..702187d045 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/539248475d..b13fba7efb * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39c85069e2..b7a9436122 DEPS diff: https://chromium.googlesource.com/chromium/src/+/1bf6c49e7a..b696eeaf6b/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I433036697754da7d2e28ad1c29c9e408dc9274a7 Reviewed-on: https://webrtc-review.googlesource.com/47180 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21851} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index bc2bf17f5c..37f9814594 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': '1bf6c49e7a93b008737f6f6c14fe47be4306c577', + 'chromium_revision': 'b696eeaf6b786760b9a7e30b0957cd5d38fcdc34', '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' + '@' + 'c6105b9c2f93dba7a69ceee2243a171a2f8fd5a0', + Var('chromium_git') + '/chromium/src/base' + '@' + 'f50734b93c0986f09cc8e211c774e237cf5f0bc1', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '8222c43a65eda15e4a3147b0ac5399d662f1dd6d', + Var('chromium_git') + '/chromium/src/build' + '@' + '4ce00256303a7605f200addec61203d995f1cddd', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f115f4786771afdfacb18a2299541b23e21f4792', # 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' + '@' + 'b544d1eb23efac16c75a578bc24c5724138876ac', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2d42d02c3a3f359b601f7633620acefec0f43227', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '4d81f3da967b008354bb5df91dd3530e54606ed8', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'a2cbafc88d187e481f9285afd1b81fdf9707751b', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bd9dc34f7d7112147f6830cd1bf0fac2b4492653', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '702187d0458af2a6d68e38bb0e4b008860c266ed', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55', 'condition': 'checkout_android', @@ -80,7 +80,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' + '@' + '539248475d66ddfa89af165b96e4a93871ef6800', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'b13fba7efb083a8bb4b7ed47b876a91df3a010d3', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8', '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' + '@' + '39c85069e2e727318f903cf80c3436751d3fa34f', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'b7a9436122c11f29d506ebb63920f861ac8920d5', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':