From b7a8f43670973cc0cee443c67e38a6bb35543180 Mon Sep 17 00:00:00 2001 From: "fischman@webrtc.org" Date: Tue, 4 Jun 2013 17:10:24 +0000 Subject: [PATCH] Roll chromium_revision in webrtc 199267:203806 This switches the default build system on linux from make to ninja. Details in https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/_Fsv4_XZ_bo R=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1607004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4174 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 3bd8e88fd..0dd94a303 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": "199267", + "chromium_revision": "203806", # External resources like video and audio files used for testing purposes. # Downloaded on demand when needed.