blob: 535d45cb04e7fdf5133b8abf9726899220a08cbe [file] [log] [blame]
# 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',
'../build/temp_gyp/googleurl.gyp:googleurl',
'../components/tracing.gyp:tracing',
'../ui/ui.gyp:ui',
],
'include_dirs': [
'..',
],
'export_dependent_settings': [
'../base/base.gyp:base',
],
'sources': [
'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',
],
'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',
],
}],
],
}