From 58bcdeee2c444268e66e5a43c16f446e715656c2 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Mon, 4 Nov 2013 09:40:03 +0000 Subject: [PATCH] Roll chromium_revision 229708:231713 Recent changes in how the build dir is used for bots (see https://codereview.chromium.org/38873003 for details) requires us to roll to a more recent version of Chromium to get our android_apk trybot back into a working state. This roll needs to be landed at the same time as the client.webrtc and tryserver.webrtc masters are updated with the changes in https://codereview.chromium.org/53283002 TEST=trybots passing (except the iOS ones since they require the above change to be applied to be able to compile) BUG=2560 R=fischman@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/3159004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5074 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 7a3e34064b..0c0c02a7c0 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": "229708", + "chromium_revision": "231713", # A small subset of WebKit is needed for the Android Python test framework. "webkit_trunk": "http://src.chromium.org/blink/trunk",