Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index e8a43e036bf4f12c7e01c1396f70f27e5f82d781..0c5915cbb5906bd8e1134df3f7ed91b32e4f52c1 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -940,7 +940,6 @@ |
'browser/autofill/autofill_interactive_uitest.cc', |
'browser/autofill/autofill_uitest_util.cc', |
'browser/browser_keyevents_browsertest.cc', |
- 'browser/chrome_plugin_interactive_test.cc', |
'browser/extensions/api/extension_action/browser_action_interactive_test.cc', |
'browser/extensions/api/omnibox/omnibox_api_interactive_test.cc', |
'browser/extensions/browsertest_util.cc', |
@@ -2410,13 +2409,6 @@ |
'../v8/src/d8.gyp:d8#host', |
], |
}], |
- ['OS!="android" and OS!="ios" and OS!="linux"', { |
- # npapi test plugin doesn't build on android or ios |
- 'dependencies': [ |
- # build time dependency. |
- '../content/content_shell_and_tests.gyp:copy_npapi_test_plugin', |
- ], |
- }], |
['enable_app_list==1', { |
'sources': [ '<@(chrome_browser_tests_app_list_sources)' ], |
}, { |