From 82a707a118212a930944a137a5d15cd006113aba Mon Sep 17 00:00:00 2001 From: lliuu Date: Mon, 27 Mar 2017 14:50:59 -0700 Subject: [PATCH] Revert of Roll chromium_revision 581ff14023..f9df31e030 (459789:459841) (patchset #1 id:1 of https://codereview.webrtc.org/2782453002/ ) Reason for revert: Trying to solve the buildbot failure on Linux32 Original issue's description: > Roll chromium_revision 581ff14023..f9df31e030 (459789:459841) > > Change log: https://chromium.googlesource.com/chromium/src/+log/581ff14023..f9df31e030 > Full diff: https://chromium.googlesource.com/chromium/src/+/581ff14023..f9df31e030 > > Changed dependencies: > * src/base: https://chromium.googlesource.com/chromium/src/base/+log/52145f4993..3ad1bac16e > * src/build: https://chromium.googlesource.com/chromium/src/build/+log/55558c4eb0..e4011c8550 > * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f5f17bbe4d..234a97e548 > * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/554a1ebbe9..1c079dcd09 > * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/14e95b4f93..746c09879d > * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/0cfeabf700..052c435e50 > * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/0ef14c1d4d..35a14c7aa7 > DEPS diff: https://chromium.googlesource.com/chromium/src/+/581ff14023..f9df31e030/DEPS > > Clang version changed 296321:298539 > Details: https://chromium.googlesource.com/chromium/src/+/581ff14023..f9df31e030/tools/clang/scripts/update.py > > TBR= > BUG=None > > Review-Url: https://codereview.webrtc.org/2782453002 > Cr-Commit-Position: refs/heads/master@{#17398} > Committed: https://chromium.googlesource.com/external/webrtc/+/488b85e502e150c4dcfa64452af2873ea1163c6f TBR=buildbot@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=None Review-Url: https://codereview.webrtc.org/2781743002 Cr-Commit-Position: refs/heads/master@{#17402} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 7cc3e74080..493a992a5b 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'f9df31e030a462ef2421b188c7aa5129c7b6044c', + 'chromium_revision': '581ff14023b243973f1f722d3ab83115a3f2e991', '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': '052c435e5067f98c320b43688c0f96b1d24f3ecb', + 'catapult_revision': '0cfeabf7007c77377dc389331d723d5e41d8c911', # 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' + '@' + '3ad1bac16e0123e95432a9e48262f475a90f5b97', + Var('chromium_git') + '/chromium/src/base' + '@' + '52145f4993fe2d6187fecb28b9034df5fe10fe51', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'e4011c8550d6758d7a7fe8c0585f90276266ae17', + Var('chromium_git') + '/chromium/src/build' + '@' + '55558c4eb00658077fe0720580ae71dd9889859e', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'e6b510a9daf822bbe9f922c200c58150803d2fd8', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '1c079dcd09f9680277141d1ca12f6309c226d17b', + Var('chromium_git') + '/chromium/src/testing' + '@' + '554a1ebbe9ab17efe729e7e9f2cf214705317b01', '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' + '@' + '746c09879df19d2e48fb55cb103ddd85b71f10d0', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '14e95b4f931f0a9c86642a050648009e654be779', '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' + '@' + '35a14c7aa74af0f99e590f417e4f00aecb24c3a8', + Var('chromium_git') + '/chromium/src/tools' + '@' + '0ef14c1d4de5f7b55802dc79ea60f43af59b099f', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client': @@ -119,7 +119,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '234a97e548a10864521325ae6ccbba76a2f9890e', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'f5f17bbe4d31d7deaadd6b46e5cc3ac0194d5975', }, 'unix': { 'src/third_party/lss':