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" ] |
} |