From 60e4b0e472dd97d1bc9459688c83ff54e57dddbf Mon Sep 17 00:00:00 2001 From: "fischman@webrtc.org" Date: Thu, 25 Jul 2013 20:49:59 +0000 Subject: [PATCH] Roll chromium_revision 205140:212975 to pick up build fixes for ninja iOS device build. (this originally landed in r4391 and was reverted in r4399 on suspicion of breaking the mac bots; relanding just the chromium roll without rolling libvpx to isolate the problem). BUG=2106 R=marpan@google.com Review URL: https://webrtc-codereview.appspot.com/1878004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4403 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 7fc3b460f..15eef9baf 100644 --- a/DEPS +++ b/DEPS @@ -10,7 +10,7 @@ vars = { # If you do not know, use the full path while defining your new deps entry. "googlecode_url": "http://%s.googlecode.com/svn", "chromium_trunk" : "http://src.chromium.org/svn/trunk", - "chromium_revision": "205140", + "chromium_revision": "212975", # A small subset of WebKit is needed for the Android Python test framework. "webkit_trunk": "http://src.chromium.org/blink/trunk",