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

Unified Diff: content/content_common_child.gypi

Issue 15047014: Move child-common classes to content/common_child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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_common.gypi ('k') | content/content_common_plugin.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common_child.gypi
diff --git a/content/content_common_plugin.gypi b/content/content_common_child.gypi
similarity index 64%
rename from content/content_common_plugin.gypi
rename to content/content_common_child.gypi
index 4fcf28c428add2dfa7e0803965764c75b20567ea..9bf78a32e973c1aadaaa82e8158c5021a257a0f2 100644
--- a/content/content_common_plugin.gypi
+++ b/content/content_common_child.gypi
@@ -16,20 +16,20 @@
'../base/base.gyp:base',
],
'sources': [
- 'common/np_channel_base.cc',
- 'common/np_channel_base.h',
- 'common/npobject_base.h',
- 'common/npobject_proxy.cc',
- 'common/npobject_proxy.h',
- 'common/npobject_stub.cc',
- 'common/npobject_stub.h',
- 'common/npobject_util.cc',
- 'common/npobject_util.h',
- 'common/plugin_messages.h',
- 'common/plugin_param_traits.cc',
- 'common/plugin_param_traits.h',
- 'common/plugin_message_generator.cc',
- 'common/plugin_message_generator.h',
+ 'common_child/np_channel_base.cc',
+ 'common_child/np_channel_base.h',
+ 'common_child/npobject_base.h',
+ 'common_child/npobject_proxy.cc',
+ 'common_child/npobject_proxy.h',
+ 'common_child/npobject_stub.cc',
+ 'common_child/npobject_stub.h',
+ 'common_child/npobject_util.cc',
+ 'common_child/npobject_util.h',
+ 'common_child/plugin_messages.h',
+ 'common_child/plugin_param_traits.cc',
+ 'common_child/plugin_param_traits.h',
+ 'common_child/plugin_message_generator.cc',
+ 'common_child/plugin_message_generator.h',
],
'conditions': [
['OS=="ios"', {
« no previous file with comments | « content/content_common.gypi ('k') | content/content_common_plugin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698