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:
parent
fed1894330
commit
d5548f5d04
@ -79,15 +79,10 @@
|
|||||||
|
|
||||||
'webrtc_root%': '<(DEPTH)/src',
|
'webrtc_root%': '<(DEPTH)/src',
|
||||||
|
|
||||||
'conditions': [
|
# TODO(andrew): For now, disable the Chrome plugins, which causes a
|
||||||
['OS=="mac"', {
|
# flood of chromium-style warnings. Investigate enabling them:
|
||||||
# TODO(andrew): clang is the default on Mac. For now, disable the
|
# http://code.google.com/p/webrtc/issues/detail?id=163
|
||||||
# Chrome plugins, which causes a flood of chromium-style warnings.
|
'clang_use_chrome_plugins%': 0,
|
||||||
# Investigate enabling the plugins:
|
|
||||||
# http://code.google.com/p/webrtc/issues/detail?id=163
|
|
||||||
'clang_use_chrome_plugins%': 0,
|
|
||||||
}],
|
|
||||||
],
|
|
||||||
}],
|
}],
|
||||||
], # conditions
|
], # conditions
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user