Chromium Code Reviews| Index: content/child/BUILD.gn |
| diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn |
| index 0d13f5d99ff675e20aa04ab3a76dc9e88ba27a48..408ea6aacb6476f2179615d04b297337c50f7219 100644 |
| --- a/content/child/BUILD.gn |
| +++ b/content/child/BUILD.gn |
| @@ -132,7 +132,7 @@ source_set("child") { |
| sources -= [ "npapi/webplugin_delegate_impl_mac.mm" ] |
| } |
| - if (is_win || !use_aura) { |
| + if (enable_plugins && (is_win || is_android || !use_aura)) { |
| sources -= [ "npapi/webplugin_delegate_impl_aura.cc" ] |
|
no sievers
2015/10/22 20:55:41
do you need the 'enable_plugins' check? it looks a
mfomitchev
2015/11/02 21:51:16
It was needed because it was already being exclude
|
| } |
| } |