From f806ad23dbdc5e98e9927f20c8320185d7f9e306 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Mon, 15 Apr 2013 05:52:57 +0000 Subject: [PATCH] Roll chromium_revision 182149:193311 This will among other things give us: * Tons of updates to build/android stuff (needed to make Android NDK bots work in Chrome infra) * Clang updated to 176256 (r187059) * Support for fastbuild=2, which completely disables debug information (r191876) * enable -Wstring-conversion when compiling with clang (r183998) * Update ndk sysroot to API level 14 (r186254) Detailed changelog: http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog.html?url=trunk%2Fsrc%2Fbuild&range=182149%3A193311&mode=html build/common.gypi changes: http://src.chromium.org/viewvc/chrome/trunk/src/build/common.gypi?r1=182149&r2=193311 TEST=trybots passing BUG=none Review URL: https://webrtc-codereview.appspot.com/1317004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3847 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 6320e7621b..0f6971e801 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": "182149", + "chromium_revision": "193311", # External resources like video and audio files used for testing purposes. # Downloaded on demand when needed.