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

Unified Diff: content/test/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/shell/tools/plugin/win/resource.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index f7736c3a294e3dcbe11fc1ef013f445e9348dd17..f1c9595848a04fab639950966059391a782ceec3 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -415,16 +415,9 @@ test("content_browsertests") {
]
if (is_mac) {
- data += [
- "$root_out_dir/Content Shell.app/",
- "$root_out_dir/plugins/test_netscape_plugin.plugin/",
- ]
+ data += [ "$root_out_dir/Content Shell.app/" ]
}
if (is_win) {
- # TODO(GYP): Add this once //content/shell:copy_test_netscape_plugin
- # exists.
- #data += [ "$root_out_dir/plugins/np_test_netscape_plugin.dll" ]
-
if (symbol_level != 0) {
data += [ "$root_out_dir/content_browsertests.exe.pdb" ]
}
« no previous file with comments | « content/shell/tools/plugin/win/resource.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698