From 1e8b671d0591903d022d0db77df7a4326bd1f314 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Tue, 5 Nov 2013 12:32:05 +0000 Subject: [PATCH] Roll chromium_revision 231713:232627 This will pick up r232015 which fixes an error during GYP execution when GYP_DEFINES is not set. TEST=trybots passing compile step. BUG=none R=henrika@webrtc.org, mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/3429004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5083 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c623be6d8a..3778a2d3c4 100644 --- a/DEPS +++ b/DEPS @@ -11,7 +11,7 @@ vars = { "googlecode_url": "http://%s.googlecode.com/svn", "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", "chromium_trunk" : "http://src.chromium.org/svn/trunk", - "chromium_revision": "231713", + "chromium_revision": "232627", # A small subset of WebKit is needed for the Android Python test framework. "webkit_trunk": "http://src.chromium.org/blink/trunk",