Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 53d94974c006a26b320b8f4b5a92ef3e36301669..5bd2879b51fff2cf203dbc7130e6fcd8452152d2 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1092,27 +1092,8 @@ |
'grit_defines': ['-D', 'enable_printing'], |
}], |
['clang_use_chrome_plugins==1 and OS!="win"', { |
- 'variables': { |
- 'clang_chrome_plugins_flags': [ |
- '<!@(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)' |
- ], |
- }, |
- 'conditions': [ |
- ['chromeos==1', { |
- # TODO(rsleevi): http://crbug.com/123295 - Disabled on ChromeOS |
- # for now. |
- 'clang_chrome_plugins_flags': [ |
- '<@(clang_chrome_plugins_flags)', |
- '-Xclang', |
- '-plugin-arg-find-bad-constructs', |
- '-Xclang', |
- 'skip-refcounted-dtors' |
- ], |
- }, { |
- 'clang_chrome_plugins_flags': [ |
- '<@(clang_chrome_plugins_flags)', |
- ], |
- }], |
+ 'clang_chrome_plugins_flags': [ |
+ '<!@(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)' |
], |
}], |