Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / content_child.gypi
index 59bd64e..a275f8d 100644 (file)
@@ -8,6 +8,7 @@
     '../components/tracing.gyp:tracing',
     '../skia/skia.gyp:skia',
     '../ui/gfx/gfx.gyp:gfx',
+    '../ui/gfx/gfx.gyp:gfx_geometry',
     '../ui/ui.gyp:ui',
     '../url/url.gyp:url_lib',
   ],
     'child/appcache/appcache_frontend_impl.h',
     'child/appcache/web_application_cache_host_impl.cc',
     'child/appcache/web_application_cache_host_impl.h',
+    'child/blink_glue.cc',
+    'child/blink_glue.h',
     'child/browser_font_resource_trusted.cc',
     'child/browser_font_resource_trusted.h',
     'child/child_histogram_message_filter.cc',
     'child/child_histogram_message_filter.h',
+    'child/child_message_filter.cc',
+    'child/child_message_filter.h',
     'child/child_process.cc',
     'child/child_process.h',
     'child/child_resource_message_filter.cc',
     'child/indexed_db/indexed_db_key_builders.h',
     'child/indexed_db/indexed_db_message_filter.cc',
     'child/indexed_db/indexed_db_message_filter.h',
-    'child/indexed_db/proxy_webidbcursor_impl.cc',
-    'child/indexed_db/proxy_webidbcursor_impl.h',
-    'child/indexed_db/proxy_webidbdatabase_impl.cc',
-    'child/indexed_db/proxy_webidbdatabase_impl.h',
-    'child/indexed_db/proxy_webidbfactory_impl.cc',
-    'child/indexed_db/proxy_webidbfactory_impl.h',
-    'child/service_worker/service_worker_dispatcher.cc',
-    'child/service_worker/service_worker_dispatcher.h',
-    'child/service_worker/service_worker_message_filter.cc',
-    'child/service_worker/service_worker_message_filter.h',
-    'child/service_worker/web_service_worker_impl.cc',
-    'child/service_worker/web_service_worker_impl.h',
-    'child/service_worker/web_service_worker_provider_impl.cc',
-    'child/service_worker/web_service_worker_provider_impl.h',
+    'child/indexed_db/webidbcursor_impl.cc',
+    'child/indexed_db/webidbcursor_impl.h',
+    'child/indexed_db/webidbdatabase_impl.cc',
+    'child/indexed_db/webidbdatabase_impl.h',
+    'child/indexed_db/webidbfactory_impl.cc',
+    'child/indexed_db/webidbfactory_impl.h',
     'child/npapi/np_channel_base.cc',
     'child/npapi/np_channel_base.h',
     'child/npapi/npobject_base.h',
     'child/resource_dispatcher.h',
     'child/runtime_features.cc',
     'child/runtime_features.h',
+    'child/scoped_child_process_reference.cc',
+    'child/scoped_child_process_reference.h',
+    'child/service_worker/service_worker_dispatcher.cc',
+    'child/service_worker/service_worker_dispatcher.h',
+    'child/service_worker/service_worker_message_filter.cc',
+    'child/service_worker/service_worker_message_filter.h',
+    'child/service_worker/web_service_worker_impl.cc',
+    'child/service_worker/web_service_worker_impl.h',
+    'child/service_worker/web_service_worker_provider_impl.cc',
+    'child/service_worker/web_service_worker_provider_impl.h',
+    'child/shared_worker_devtools_agent.cc',
+    'child/shared_worker_devtools_agent.h',
+    'child/simple_webmimeregistry_impl.cc',
+    'child/simple_webmimeregistry_impl.h',
     'child/site_isolation_policy.cc',
     'child/site_isolation_policy.h',
     'child/socket_stream_dispatcher.cc',
     'child/thread_safe_sender.h',
     'child/web_database_observer_impl.cc',
     'child/web_database_observer_impl.h',
+    'child/web_discardable_memory_impl.cc',
+    'child/web_discardable_memory_impl.h',
     'child/webblobregistry_impl.cc',
     'child/webblobregistry_impl.h',
+    'child/webfileutilities_impl.cc',
+    'child/webfileutilities_impl.h',
+    'child/webkitplatformsupport_child_impl.cc',
+    'child/webkitplatformsupport_child_impl.h',
     'child/webkitplatformsupport_impl.cc',
     'child/webkitplatformsupport_impl.h',
     'child/webmessageportchannel_impl.cc',
     'child/websocket_bridge.h',
     'child/websocket_dispatcher.cc',
     'child/websocket_dispatcher.h',
+    'child/webfallbackthemeengine_impl.cc',
+    'child/webfallbackthemeengine_impl.h',
+    'child/webthemeengine_impl_android.cc',
+    'child/webthemeengine_impl_android.h',
+    'child/webthemeengine_impl_default.cc',
+    'child/webthemeengine_impl_default.h',
+    'child/webthemeengine_impl_mac.cc',
+    'child/webthemeengine_impl_mac.h',
+    'child/worker_thread_task_runner.cc',
+    'child/worker_thread_task_runner.h',
     'public/child/image_decoder_utils.h',
     'public/child/resource_dispatcher_delegate.h',
   ],
   'conditions': [
+    ['use_default_render_theme==0',
+      {
+        'sources/': [
+          ['exclude', 'child/webthemeengine_impl_default.cc'],
+          ['exclude', 'child/webthemeengine_impl_default.h'],
+        ],
+      }
+    ],
     ['OS=="android"', {
       'includes': [
         '../build/android/cpufeatures.gypi',
       'dependencies': [
         '../third_party/WebKit/public/blink.gyp:blink',
         '../third_party/npapi/npapi.gyp:npapi',
+        '../webkit/child/webkit_child.gyp:webkit_child',
         '../webkit/common/webkit_common.gyp:webkit_common',
-        '../webkit/glue/webkit_glue.gyp:glue_child',
       ],
     }],
     ['use_aura==1', {
         'child/npapi/webplugin_delegate_impl_mac.mm',
       ],
     }],
-    ['use_aura==1 and OS=="win"', {
+    ['OS=="win"', {
       'sources!': [
         'child/npapi/webplugin_delegate_impl_aura.cc',
       ],