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

Unified Diff: webkit/tools/test_shell/test_shell.gypi

Issue 10826052: Move NPAPI unit tests from test_shell_tests to content_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell.gypi
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
index 3e00b4521794650e4c34564239dff8bec2bb4948..7a832b228713597a376009d2554e118b0b322343 100644
--- a/webkit/tools/test_shell/test_shell.gypi
+++ b/webkit/tools/test_shell/test_shell.gypi
@@ -331,6 +331,8 @@
],
},
{
+ # TODO(tony): This should be moved to webkit_glue.gypi or
+ # webkit_tests.gypi and named something like test_mock_plugin_list.
'target_name': 'test_shell_test_support',
'type': 'static_library',
'dependencies': [
@@ -350,7 +352,6 @@
'dependencies': [
'../build/temp_gyp/googleurl.gyp:googleurl',
'test_shell_common',
- 'test_shell_test_support',
'<(DEPTH)/base/base.gyp:test_support_base',
'<(DEPTH)/net/net.gyp:net',
'<(DEPTH)/net/net.gyp:net_test_support',
@@ -379,10 +380,6 @@
'../../mocks/mock_webframeclient.h',
'../../mocks/mock_weburlloader.cc',
'../../mocks/mock_weburlloader.h',
- '../../plugins/npapi/plugin_group_unittest.cc',
- '../../plugins/npapi/plugin_lib_unittest.cc',
- '../../plugins/npapi/plugin_list_unittest.cc',
- '../../plugins/npapi/webplugin_impl_unittest.cc',
'../../plugins/ppapi/host_var_tracker_unittest.cc',
'../../plugins/ppapi/mock_plugin_delegate.cc',
'../../plugins/ppapi/mock_plugin_delegate.h',
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698