| Index: content/content_common_child.gypi
|
| diff --git a/content/content_common_child.gypi b/content/content_common_child.gypi
|
| deleted file mode 100644
|
| index 6461a99368f1339811ffa6348c7936c52864210d..0000000000000000000000000000000000000000
|
| --- a/content/content_common_child.gypi
|
| +++ /dev/null
|
| @@ -1,70 +0,0 @@
|
| -# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -{
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| - '../components/tracing.gyp:tracing',
|
| - '../ui/ui.gyp:ui',
|
| - '../url/url.gyp:url_lib',
|
| - ],
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'export_dependent_settings': [
|
| - '../base/base.gyp:base',
|
| - ],
|
| - 'sources': [
|
| - 'common_child/fileapi/webfilesystem_callback_adapters.cc',
|
| - 'common_child/fileapi/webfilesystem_callback_adapters.h',
|
| - 'common_child/fileapi/webfilesystem_impl.cc',
|
| - 'common_child/fileapi/webfilesystem_impl.h',
|
| - 'common_child/fileapi/webfilewriter_impl.cc',
|
| - 'common_child/fileapi/webfilewriter_impl.h',
|
| - 'common_child/indexed_db/indexed_db_dispatcher.cc',
|
| - 'common_child/indexed_db/indexed_db_dispatcher.h',
|
| - 'common_child/indexed_db/indexed_db_message_filter.cc',
|
| - 'common_child/indexed_db/indexed_db_message_filter.h',
|
| - 'common_child/indexed_db/proxy_webidbcursor_impl.cc',
|
| - 'common_child/indexed_db/proxy_webidbcursor_impl.h',
|
| - 'common_child/indexed_db/proxy_webidbdatabase_impl.cc',
|
| - 'common_child/indexed_db/proxy_webidbdatabase_impl.h',
|
| - 'common_child/indexed_db/proxy_webidbfactory_impl.cc',
|
| - 'common_child/indexed_db/proxy_webidbfactory_impl.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_message_generator.cc',
|
| - 'common_child/plugin_message_generator.h',
|
| - 'common_child/plugin_messages.h',
|
| - 'common_child/plugin_param_traits.cc',
|
| - 'common_child/plugin_param_traits.h',
|
| - 'common_child/web_database_observer_impl.cc',
|
| - 'common_child/web_database_observer_impl.h',
|
| - 'common_child/webblobregistry_impl.cc',
|
| - 'common_child/webblobregistry_impl.h',
|
| - ],
|
| - 'conditions': [
|
| - ['OS=="ios"', {
|
| - 'sources/': [
|
| - # iOS only needs a small portion of content; exclude all the
|
| - # implementation, and re-include what is used.
|
| - ['exclude', '\\.(cc|mm)$'],
|
| - ],
|
| - }, { # OS!="ios"
|
| - 'dependencies': [
|
| - '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| - '../third_party/npapi/npapi.gyp:npapi',
|
| - '../webkit/support/webkit_support.gyp:glue',
|
| - '../webkit/support/webkit_support.gyp:webkit_base',
|
| - ],
|
| - }],
|
| - ],
|
| -}
|
|
|