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

Unified Diff: content/child/BUILD.gn

Issue 1851093005: Remove content/child/npapi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_combined_01_02
Patch Set: rebase Created 4 years, 8 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
« no previous file with comments | « no previous file | content/child/npapi/DEPS » ('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 81f98275d7ce7f625f22341b4e09b007a5d41943..623e7559b8294000e658a858dee3effd0085d62e 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -78,50 +78,11 @@ source_set("child") {
if (enable_plugins) {
deps += [ "//ppapi/proxy" ]
} else {
- sources -= [
- "browser_font_resource_trusted.cc",
- "npapi/plugin_host.cc",
- "npapi/plugin_host.h",
- "npapi/plugin_instance.cc",
- "npapi/plugin_instance.h",
- "npapi/plugin_lib.cc",
- "npapi/plugin_lib.h",
- "npapi/webplugin.h",
- "npapi/webplugin_delegate.h",
- "npapi/webplugin_delegate_impl.cc",
- "npapi/webplugin_delegate_impl.h",
- "npapi/webplugin_resource_client.h",
- ]
-
- if (is_mac) {
- sources -= [
- "npapi/plugin_instance_mac.mm",
- "npapi/plugin_web_event_converter_mac.h",
- "npapi/plugin_web_event_converter_mac.mm",
- "npapi/webplugin_accelerated_surface_mac.h",
- "npapi/webplugin_delegate_impl_mac.mm",
- ]
- } else if (is_win) {
- sources -= [ "npapi/webplugin_delegate_impl_win.cc" ]
- } else if (is_android) {
- sources -= [ "npapi/webplugin_delegate_impl_android.cc" ]
- }
- if (use_aura) {
- sources -= [ "npapi/webplugin_delegate_impl_aura.cc" ]
- }
+ sources -= [ "browser_font_resource_trusted.cc" ]
}
configs += [
"//content:content_implementation",
"//build/config/compiler:no_size_t_to_int_warning",
]
-
- if (use_aura && is_mac) {
- # 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 | « no previous file | content/child/npapi/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698