From 06b60c07b7bc600446630b391be73a24fc38a200 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Tue, 22 Oct 2013 12:09:48 +0000 Subject: [PATCH] Roll chromium_revision 228675:229708 This will pick up the -Wunused-const-variable Clang warning being enabled by default (chromium:307668). BUG=none TEST=trybots passing. R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2629004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5014 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- webrtc/build/common.gypi | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/DEPS b/DEPS index f65bcbb529..6bf74cbe8d 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": "228675", + "chromium_revision": "229708", # A small subset of WebKit is needed for the Android Python test framework. "webkit_trunk": "http://src.chromium.org/blink/trunk", diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi index f313402ed6..1207cc1956 100644 --- a/webrtc/build/common.gypi +++ b/webrtc/build/common.gypi @@ -311,14 +311,6 @@ }], ], }], - ['clang==1', { - # TODO(kjellander): Remove when Chromium's common.gypi enables this - # warning by default (http://crbug.com/307668). - 'cflags!': ['-Wno-unused-const-variable',], - 'xcode_settings': { - 'WARNING_CFLAGS!': ['-Wno-unused-const-variable',], - }, - }], ], # conditions 'direct_dependent_settings': { 'include_dirs': [