From 00a3ec5f1b2674169c44db2177c9afcd2ac9529c Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Tue, 6 Sep 2011 15:37:20 +0000 Subject: [PATCH] Roll chromium 95033:98568. Update to current dev branch revision, to remove unneeded warning noise in the Mac clang build. Review URL: http://webrtc-codereview.appspot.com/133015 git-svn-id: http://webrtc.googlecode.com/svn/trunk@535 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index e0ea2301d..e91be9e03 100644 --- a/DEPS +++ b/DEPS @@ -1,7 +1,7 @@ vars = { "webrtc_trunk" : "https://webrtc.googlecode.com/svn/trunk", "chromium_trunk" : "http://src.chromium.org/svn/trunk", - "chromium_revision": "95033", + "chromium_revision": "98568", # Use this googlecode_url variable only if there is an internal mirror for it. # If you do not know, use the full path while defining your new deps entry. "googlecode_url": "http://%s.googlecode.com/svn",