Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index c860e4615a9dc1e4af8d705f333a3b9db71e462b..9a2ac1a7d9edf28f350262e5bdf425cd06858715 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -969,12 +969,6 @@ if (!is_android) { |
[ "../browser/copresence/chrome_whispernet_client_browsertest.cc" ] |
deps += [ "//components/copresence" ] |
} |
- if (!is_android && !is_ios && !is_linux) { |
- # NPAPI test plugin only works on some platforms. |
- data_deps += [ |
- #'../content/content_shell_and_tests.gyp:copy_npapi_test_plugin', TODO(GYP) |
- ] |
- } |
if (enable_app_list) { |
sources += rebase_path( |
chrome_tests_gypi_values.chrome_browser_tests_app_list_sources, |