From 107d4efd118b2ebf8a2bbc8b179a740c109c628d Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Mon, 26 Nov 2012 16:31:20 +0000 Subject: [PATCH] Rolling chromium_revision 157509:169394 This gives us, among other things: * updated gtest that compiles with Visual Studio 2012 * newer build tools * newer Clang compiler. BUG=none TEST=all trybots passing. Review URL: https://webrtc-codereview.appspot.com/973004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3165 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 5ac71c676..a8b3bba27 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": "157509", + "chromium_revision": "169394", # External resources like video and audio files used for testing purposes. # Downloaded on demand when needed.