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
This commit is contained in:
ajm@google.com 2011-08-08 20:47:41 +00:00
parent 4a4d7c6693
commit 8deee041b8

View File

@ -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
},