Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: content/child/BUILD.gn

Issue 1411503005: Aura on Android: content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@auraclank_upstream_select_file
Patch Set: Getting rid of BrowserStartupController changes Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" ]
}
}

Powered by Google App Engine
This is Rietveld 408576698