From 41be9beef52d9e419904bff74c3f529ec627e364 Mon Sep 17 00:00:00 2001 From: "phoglund@webrtc.org" Date: Wed, 21 Mar 2012 08:01:05 +0000 Subject: [PATCH] Put YASM back to the more modern revisions. http://webrtc-cb-linux-master.cbf.corp.google.com:8010/builders/Win32Debug/builds/732/steps/Build%28Debug%29/logs/stdio clearly disproves the hypothesis that rolling back YASM would solve the problem, so I might as well put it back. We will try switching the bot machines to physical machines instead and see if that helps. BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/451014 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1918 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 813b7074b2..7f2d8f3538 100644 --- a/DEPS +++ b/DEPS @@ -54,14 +54,10 @@ deps = { Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"), "trunk/third_party/yasm": - Var("chromium_trunk") + "/src/third_party/yasm@120526", - - # Used by libjpeg-turbo - "trunk/third_party/yasm/binaries": - Var("chromium_trunk") + "/deps/third_party/yasm/binaries@74228", + Var("chromium_trunk") + "/src/third_party/yasm@" + Var("chromium_revision"), "trunk/third_party/yasm/source/patched-yasm": - Var("chromium_trunk") + "/deps/third_party/yasm/patched-yasm@73761", + From("trunk/chromium_deps", "src/third_party/yasm/source/patched-yasm"), "trunk/tools/clang": Var("chromium_trunk") + "/src/tools/clang@" + Var("chromium_revision"),