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

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 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 | « components/test_runner/test_plugin.h ('k') | content/child/npapi/plugin_host.cc » ('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 3ebac31a71b7193826803d7bad032f453a115a83..5a70f60abb6dc1dc5be99bacc0c6cff7ab1ba958 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -72,15 +72,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",
@@ -98,7 +89,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",
« no previous file with comments | « components/test_runner/test_plugin.h ('k') | content/child/npapi/plugin_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698