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" ] |
} |
} |