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", |