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

Unified Diff: content/shell/BUILD.gn

Issue 1852523003: Remove NPAPI test plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_last_plugin_layout_tests
Patch Set: fix isolate Created 4 years, 9 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 | « content/content_shell.gypi ('k') | content/shell/tools/plugin/PluginObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 8c5c61a70908e8ea975119dbaaca9cd28207c83d..c61096b6e61b1b3681c73ad3d7fdc78403e0b586 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -254,8 +254,6 @@ static_library("content_shell_lib") {
"//ui/gl",
"//url",
"//v8",
-
- #'copy_test_netscape_plugin', TODO(GYP)
]
if (enable_plugins) {
deps += [
@@ -296,7 +294,6 @@ static_library("content_shell_lib") {
if (is_android) {
deps += [ "//content/shell/android:content_shell_jni_headers" ]
- #deps -= [ "copy_test_netscape_plugin" ] TODO(GYP)
}
if (is_posix && !is_mac) {
@@ -334,11 +331,6 @@ static_library("content_shell_lib") {
]
}
- # The test plugin relies on X11.
- if (is_linux && !use_x11) {
- #deps -= [ 'copy_test_netscape_plugin' ] TODO(GYP)
- }
-
if (is_chromeos) {
deps += [
"//chromeos",
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/tools/plugin/PluginObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698