From 097ad90d1a4638e723501481458d43393dc093c1 Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 8 Jun 2017 00:11:40 -0700 Subject: [PATCH] Roll chromium_revision ac66f89e4b..3c550cc859 (477875:477916) Change log: https://chromium.googlesource.com/chromium/src/+log/ac66f89e4b..3c550cc859 Full diff: https://chromium.googlesource.com/chromium/src/+/ac66f89e4b..3c550cc859 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8a5e3ff7c8..fab4752568 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f5f770d323..724736f164 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/2d1742d938..9452a57335 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/aa9d11f890..758970afe4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c3612ad4c9..03d2110967 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ac66f89e4b..3c550cc859/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2928853003 Cr-Commit-Position: refs/heads/master@{#18487} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index d4892f3a41..6407a29e17 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'ac66f89e4be521caa45a972b20e7890992901469', + 'chromium_revision': '3c550cc85921ba59fdb1ef2655a8bd861f351174', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -33,15 +33,15 @@ 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' + '@' + '8a5e3ff7c876fa9eb5f8e73faeb4390da6505700', + Var('chromium_git') + '/chromium/src/base' + '@' + 'fab47525688da63ecae69c42e564319e6eee7e11', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '4161431eb4031f1a8d9b4f488d1cafa5bd5cf5de', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '31d4daad5d9af672d4e234570a24f3fd844bb713', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '2d1742d93870035f4972cbfd22e762dd96e48e5e', + Var('chromium_git') + '/chromium/src/testing' + '@' + '9452a573355a1490113aab104e76709d98abd240', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'aa9d11f890e057fffd7b47b52ff428df13ded3e6', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '758970afe424786015b79346d016d57b7fd95512', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -74,7 +74,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'c3612ad4c923198e805d734a7be165c1851373cf', + Var('chromium_git') + '/chromium/src/tools' + '@' + '03d211096720a25bd09903e97ba1b48b238b6336', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client': @@ -116,7 +116,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + 'f5f770d323b555a58379426e1e82ec698facfefb', + Var('chromium_git') + '/chromium/src/ios' + '@' + '724736f1647fb74ff64108fb97c6de65092683a4', }, 'unix': { 'src/third_party/lss':