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

Unified Diff: webkit/plugins/webkit_plugins.gyp

Issue 19706002: Remove plugin_list.h includes from chrome tests in preparation for moving webkit/plugins to content… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix posix tests Created 7 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 | « webkit/plugins/npapi/plugin_list_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/webkit_plugins.gyp
===================================================================
--- webkit/plugins/webkit_plugins.gyp (revision 212185)
+++ webkit/plugins/webkit_plugins.gyp (working copy)
@@ -71,20 +71,6 @@
}],
],
},
- {
- 'target_name': 'test_mock_plugin_list',
- 'type': 'static_library',
- 'dependencies': [
- 'plugins_common'
- ],
- 'include_dirs': [
- '../..',
- ],
- 'sources': [
- 'npapi/mock_plugin_list.cc',
- 'npapi/mock_plugin_list.h',
- ]
- },
],
'conditions': [
['OS!="android" and OS!="ios"', {
« no previous file with comments | « webkit/plugins/npapi/plugin_list_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698