Index: content/child/BUILD.gn |
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn |
index 0d13f5d99ff675e20aa04ab3a76dc9e88ba27a48..e65bc0818b942eda6eb287e6f7344ead57b2593e 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 (is_win || is_android || !use_aura) { |
sources -= [ "npapi/webplugin_delegate_impl_aura.cc" ] |
} |
} |