From 5d48edd96040b0a58357c1af2e88c4083eba3dcf Mon Sep 17 00:00:00 2001 From: buildbot Date: Wed, 26 Apr 2017 18:30:35 -0700 Subject: [PATCH] Roll chromium_revision 72267c39aa..30474f0644 (467470:467535) Change log: https://chromium.googlesource.com/chromium/src/+log/72267c39aa..30474f0644 Full diff: https://chromium.googlesource.com/chromium/src/+/72267c39aa..30474f0644 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/93342143c2..204c30d26c * src/build: https://chromium.googlesource.com/chromium/src/build/+log/353dc5a1f1..8ed22b4e14 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b49947c1a7..f161939fe9 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/d8d2a6bbee..913363a57d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/0c07bebe41..f4c3f2c0f7 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/abff3b4929..6858510487 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c049b2d171..493bf55909 DEPS diff: https://chromium.googlesource.com/chromium/src/+/72267c39aa..30474f0644/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2845853002 Cr-Commit-Position: refs/heads/master@{#17898} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index bd9b3e09e0..cfced50679 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '72267c39aaa4368d68c078a23bd4eb14bf22a030', + 'chromium_revision': '30474f06441fe7325ce99815f6337e2f9d425b7e', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -23,7 +23,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': 'abff3b4929c74e4eb90a877520b82570853ac5c5', + 'catapult_revision': '6858510487e62fed33e685dc9b715a5c3e14618b', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -34,19 +34,19 @@ 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' + '@' + '93342143c2baab2b2408311765175dc01b0f3a24', + Var('chromium_git') + '/chromium/src/base' + '@' + '204c30d26c452e0d424b250cf2f9b90a48b3d969', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '353dc5a1f159f3a11154860b9f5849009e11a716', + Var('chromium_git') + '/chromium/src/build' + '@' + '8ed22b4e140714aee303e3ee74a0d546379246e3', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'd8d2a6bbeec020419bd6fd3a9eb6f4ca5ac916fb', + Var('chromium_git') + '/chromium/src/testing' + '@' + '913363a57d7c5b3071a459a6ee88d87741d6604d', 'src/testing/gtest': Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87', 'src/testing/gmock': Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '0c07bebe4174a72177e22584b028e84359864b6a', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f4c3f2c0f76eee5d2351d44ca07edeece5c46aea', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -79,7 +79,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' + '@' + 'c049b2d1718e3150108d7ac303b5cb52463aabac', + Var('chromium_git') + '/chromium/src/tools' + '@' + '493bf559095aab9bceefec50cbf7b304bc9a3b07', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client': @@ -119,7 +119,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + 'b49947c1a7938f29bb022c7b45859022baff8059', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'f161939fe937f5062e2a46f41947bc7a090e9376', }, 'unix': { 'src/third_party/lss':