X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fcontent_child.gypi;h=a275f8db94dad0da67411b284457b15f178c5334;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=3d4a11a4729efdbb466fab714f7c3e6283f9d9ae;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/content_child.gypi b/src/content/content_child.gypi index 3d4a11a..a275f8d 100644 --- a/src/content/content_child.gypi +++ b/src/content/content_child.gypi @@ -29,6 +29,8 @@ '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', @@ -137,6 +139,10 @@ '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', @@ -145,8 +151,14 @@ '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', @@ -155,12 +167,28 @@ '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',