Disable clang Chrome plugins on all platforms.

(Will fix Linux-clang bot).

TBR=wu@webrtc.org
BUG=issue163
TEST=build on Linux-clang

Review URL: https://webrtc-codereview.appspot.com/545005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2152 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2012-05-01 21:39:34 +00:00
parent fed1894330
commit d5548f5d04

View File

@ -79,16 +79,11 @@
'webrtc_root%': '<(DEPTH)/src',
'conditions': [
['OS=="mac"', {
# TODO(andrew): clang is the default on Mac. For now, disable the
# Chrome plugins, which causes a flood of chromium-style warnings.
# Investigate enabling the plugins:
# TODO(andrew): For now, disable the Chrome plugins, which causes a
# flood of chromium-style warnings. Investigate enabling them:
# http://code.google.com/p/webrtc/issues/detail?id=163
'clang_use_chrome_plugins%': 0,
}],
],
}],
], # conditions
},
'target_defaults': {