From 8deee041b8ace8d7b9bfa69f6571b1a5be6775a2 Mon Sep 17 00:00:00 2001 From: "ajm@google.com" Date: Mon, 8 Aug 2011 20:47:41 +0000 Subject: [PATCH] Enable full chromium_code warnings for all platforms. This is possible now that _linux files are used strictly on Linux. Builds on Linux/Mac/Windows. Review URL: http://webrtc-codereview.appspot.com/89010 git-svn-id: http://webrtc.googlecode.com/svn/trunk@331 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/build/common.gypi | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/build/common.gypi b/src/build/common.gypi index c11b2ad9a2..0edd40671d 100644 --- a/src/build/common.gypi +++ b/src/build/common.gypi @@ -49,18 +49,7 @@ # In a standalone build, we can set this here to have WebRTC code # treated as Chromium code. Our third party code will still have the # reduced warning settings. - # - # TODO(ajm): Chromium uses pattern lists to automatically exclude - # platform-specific files. This breaks our Mac and Windows builds in - # which we still make use of some _linux.cc files. One solution is to - # rename these to _posix.cc. - # - # Remove the condition when this is fixed. - 'conditions': [ - ['OS=="linux"', { - 'chromium_code%': 1, - }], - ], + 'chromium_code%': 1, }], ], # conditions },