1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni")
7 import("//build/config/ui.gni")
8 import("//content/child/child.gni")
11 # Only the public target should depend on this. All other targets (even
12 # internal content ones) should depend on the public one.
13 visibility = [ "//content/public/child:child_sources" ]
15 sources = rebase_path(content_child_gypi_values.private_child_sources,
19 configs += [ "//build/config:precompiled_headers" ]
22 "//third_party/mojo/src/mojo/edk/system",
27 "//components/mime_util",
28 "//components/tracing",
29 "//components/tracing:startup_tracing",
30 "//components/webcrypto",
31 "//content/common:mojo_bindings",
32 "//mojo/application/public/interfaces",
34 "//mojo/environment:chromium",
35 "//mojo/message_pump",
39 "//ui/events/gestures/blink",
46 if (!use_default_render_theme) {
48 "webthemeengine_impl_default.cc",
49 "webthemeengine_impl_default.h",
54 deps += [ "//third_party/android_tools:cpu_features" ]
58 deps += [ "//ppapi/proxy" ]
61 "browser_font_resource_trusted.cc",
62 "npapi/plugin_host.cc",
63 "npapi/plugin_host.h",
64 "npapi/plugin_instance.cc",
65 "npapi/plugin_instance.h",
66 "npapi/plugin_lib.cc",
68 "npapi/plugin_stream.cc",
69 "npapi/plugin_stream.h",
70 "npapi/plugin_stream_posix.cc",
71 "npapi/plugin_stream_url.cc",
72 "npapi/plugin_stream_url.h",
73 "npapi/plugin_string_stream.cc",
74 "npapi/plugin_string_stream.h",
75 "npapi/plugin_url_fetcher.cc",
76 "npapi/plugin_url_fetcher.h",
78 "npapi/webplugin_delegate.h",
79 "npapi/webplugin_delegate_impl.cc",
80 "npapi/webplugin_delegate_impl.h",
81 "npapi/webplugin_resource_client.h",
86 "npapi/plugin_instance_mac.mm",
87 "npapi/plugin_web_event_converter_mac.h",
88 "npapi/plugin_web_event_converter_mac.mm",
89 "npapi/webplugin_accelerated_surface_mac.h",
90 "npapi/webplugin_delegate_impl_mac.mm",
94 "npapi/plugin_stream_win.cc",
95 "npapi/webplugin_delegate_impl_win.cc",
96 "npapi/webplugin_ime_win.cc",
97 "npapi/webplugin_ime_win.h",
99 } else if (is_android) {
100 sources -= [ "npapi/webplugin_delegate_impl_android.cc" ]
103 sources -= [ "npapi/webplugin_delegate_impl_aura.cc" ]
108 "//content:content_implementation",
109 "//build/config/compiler:no_size_t_to_int_warning",
113 # iOS only needs a small portion of content; exclude all the
114 # implementation, and re-include what is used.
118 "//components/scheduler:scheduler",
119 "//content/app/resources",
120 "//content/app/strings",
123 "//third_party/WebKit/public:blink",
124 "//third_party/WebKit/public:image_resources",
125 "//third_party/WebKit/public:resources",
126 "//third_party/npapi",
130 if (use_aura && is_mac) {
131 # This file is already excluded on non-Mac.
132 sources -= [ "npapi/webplugin_delegate_impl_mac.mm" ]
135 if (is_win || !use_aura) {
136 sources -= [ "npapi/webplugin_delegate_impl_aura.cc" ]