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

Unified Diff: content/content_plugin.gypi

Issue 8224021: Move the following files to content\public\plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | « chrome/plugin/chrome_content_plugin_client.h ('k') | content/plugin/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_plugin.gypi
===================================================================
--- content/content_plugin.gypi (revision 104808)
+++ content/content_plugin.gypi (working copy)
@@ -14,7 +14,6 @@
'sources': [
# All .cc, .h, .m, and .mm files under plugins except for tests and
# mocks.
- 'plugin/content_plugin_client.h',
'plugin/plugin_channel.cc',
'plugin/plugin_channel.h',
'plugin/plugin_interpose_util_mac.mm',
@@ -30,6 +29,7 @@
'plugin/webplugin_delegate_stub.h',
'plugin/webplugin_proxy.cc',
'plugin/webplugin_proxy.h',
+ 'public/plugin/content_plugin_client.h',
],
# These are layered in conditionals in the event other platforms
# end up using this module as well.
« no previous file with comments | « chrome/plugin/chrome_content_plugin_client.h ('k') | content/plugin/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698