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

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: One more rebase Created 5 years, 1 month 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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index 68789851487f1300006d6ee9423c16fc131a847b..02dec55066cab38cef37afbfef51ae5fc62b216d 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -56,6 +56,10 @@ source_set("child") {
if (enable_plugins) {
deps += [ "//ppapi/proxy" ]
+
+ if (is_win || is_android || !use_aura) {
+ sources -= [ "npapi/webplugin_delegate_impl_aura.cc" ]
+ }
} else {
sources -= [
"browser_font_resource_trusted.cc",
@@ -99,9 +103,7 @@ source_set("child") {
} else if (is_android) {
sources -= [ "npapi/webplugin_delegate_impl_android.cc" ]
}
- if (use_aura) {
- sources -= [ "npapi/webplugin_delegate_impl_aura.cc" ]
- }
+ sources -= [ "npapi/webplugin_delegate_impl_aura.cc" ]
}
configs += [
@@ -131,8 +133,4 @@ source_set("child") {
# This file is already excluded on non-Mac.
sources -= [ "npapi/webplugin_delegate_impl_mac.mm" ]
}
-
- if (is_win || !use_aura) {
- sources -= [ "npapi/webplugin_delegate_impl_aura.cc" ]
- }
}
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698