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

Unified Diff: content/content_tests.gypi

Issue 19761007: Move NPAPI implementation out of webkit/plugins/npapi and into content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac 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
Index: content/content_tests.gypi
===================================================================
--- content/content_tests.gypi (revision 212369)
+++ content/content_tests.gypi (working copy)
@@ -387,6 +387,7 @@
'browser/webui/web_ui_message_handler_unittest.cc',
'child/indexed_db/indexed_db_dispatcher_unittest.cc',
'child/indexed_db/proxy_webidbcursor_impl_unittest.cc',
+ 'child/npapi/plugin_lib_unittest.cc',
'child/resource_dispatcher_unittest.cc',
'common/android/address_parser_unittest.cc',
'common/cc_messages_unittest.cc',
@@ -398,6 +399,7 @@
'common/mac/font_descriptor_unittest.mm',
'common/page_state_serialization_unittest.cc',
'common/page_zoom_unittest.cc',
+ 'common/plugin_list_unittest.cc',
'common/sandbox_mac_diraccess_unittest.mm',
'common/sandbox_mac_fontloading_unittest.mm',
'common/sandbox_mac_system_access_unittest.mm',
@@ -432,6 +434,7 @@
'renderer/render_thread_impl_unittest.cc',
'renderer/render_view_impl_unittest.cc',
'renderer/v8_value_converter_impl_unittest.cc',
+ 'renderer/webplugin_impl_unittest.cc',
'test/image_decoder_test.cc',
'test/image_decoder_test.h',
'../webkit/browser/appcache/appcache_database_unittest.cc',
@@ -527,10 +530,7 @@
'../webkit/mocks/mock_weburlloader.cc',
'../webkit/mocks/mock_weburlloader.h',
'../webkit/common/user_agent/user_agent_unittest.cc',
- '../webkit/plugins/npapi/plugin_lib_unittest.cc',
- '../webkit/plugins/npapi/plugin_list_unittest.cc',
'../webkit/plugins/npapi/plugin_utils_unittest.cc',
- '../webkit/plugins/npapi/webplugin_impl_unittest.cc',
'../webkit/plugins/ppapi/host_var_tracker_unittest.cc',
'../webkit/plugins/ppapi/mock_platform_image_2d.cc',
'../webkit/plugins/ppapi/mock_platform_image_2d.h',
@@ -597,6 +597,7 @@
'../webkit/support/webkit_support.gyp:glue',
'../webkit/support/webkit_support.gyp:glue_child',
'../webkit/support/webkit_support.gyp:plugins',
+ '../webkit/plugins/webkit_plugins.gyp:plugins_common',
'../webkit/support/webkit_support.gyp:webkit_media',
],
}],
@@ -770,6 +771,7 @@
'../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
'../webkit/support/webkit_support.gyp:glue',
'../webkit/support/webkit_support.gyp:glue_child',
+ '../webkit/plugins/webkit_plugins.gyp:plugins_common',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698