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

Unified Diff: content/child/BUILD.gn

Issue 1426923007: Remove PluginLoadObserver and related logic, it was only used for NPAPI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: content/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index 02dec55066cab38cef37afbfef51ae5fc62b216d..cc5411cc8fcb4419861ec5806327028524069259 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -69,15 +69,6 @@ source_set("child") {
"npapi/plugin_instance.h",
"npapi/plugin_lib.cc",
"npapi/plugin_lib.h",
- "npapi/plugin_stream.cc",
- "npapi/plugin_stream.h",
- "npapi/plugin_stream_posix.cc",
- "npapi/plugin_stream_url.cc",
- "npapi/plugin_stream_url.h",
- "npapi/plugin_string_stream.cc",
- "npapi/plugin_string_stream.h",
- "npapi/plugin_url_fetcher.cc",
- "npapi/plugin_url_fetcher.h",
"npapi/webplugin.h",
"npapi/webplugin_delegate.h",
"npapi/webplugin_delegate_impl.cc",
@@ -95,7 +86,6 @@ source_set("child") {
]
} else if (is_win) {
sources -= [
- "npapi/plugin_stream_win.cc",
"npapi/webplugin_delegate_impl_win.cc",
"npapi/webplugin_ime_win.cc",
"npapi/webplugin_ime_win.h",

Powered by Google App Engine
This is Rietveld 408576698