| 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"', {
|
|
|