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

Unified Diff: content/content_child.gypi

Issue 19462016: Move npapi related files from content\child to the new content\child\npapi directory. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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 | « content/child/plugin_param_traits.cc ('k') | content/plugin/plugin_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_child.gypi
===================================================================
--- content/content_child.gypi (revision 212485)
+++ content/content_child.gypi (working copy)
@@ -55,6 +55,17 @@
'child/indexed_db/proxy_webidbdatabase_impl.h',
'child/indexed_db/proxy_webidbfactory_impl.cc',
'child/indexed_db/proxy_webidbfactory_impl.h',
+ 'child/npapi/np_channel_base.cc',
+ 'child/npapi/np_channel_base.h',
+ 'child/npapi/npobject_base.h',
+ 'child/npapi/npobject_proxy.cc',
+ 'child/npapi/npobject_proxy.h',
+ 'child/npapi/npruntime_util.cc',
+ 'child/npapi/npruntime_util.h',
+ 'child/npapi/npobject_stub.cc',
+ 'child/npapi/npobject_stub.h',
+ 'child/npapi/npobject_util.cc',
+ 'child/npapi/npobject_util.h',
'child/npapi/plugin_host.cc',
'child/npapi/plugin_host.h',
'child/npapi/plugin_instance.cc',
@@ -84,17 +95,6 @@
'child/npapi/webplugin_delegate_impl_win.cc',
'child/npapi/webplugin_ime_win.cc',
'child/npapi/webplugin_ime_win.h',
- 'child/np_channel_base.cc',
- 'child/np_channel_base.h',
- 'child/npobject_base.h',
- 'child/npobject_proxy.cc',
- 'child/npobject_proxy.h',
- 'child/npruntime_util.cc',
- 'child/npruntime_util.h',
- 'child/npobject_stub.cc',
- 'child/npobject_stub.h',
- 'child/npobject_util.cc',
- 'child/npobject_util.h',
'child/plugin_message_generator.cc',
'child/plugin_message_generator.h',
'child/plugin_messages.h',
« no previous file with comments | « content/child/plugin_param_traits.cc ('k') | content/plugin/plugin_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698