blob: 63b7bb268c092f7be1e91337eed5f5e6375b8709 [file] [log] [blame]
[email protected]4db51ec2014-05-29 21:08:321# 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.
4
5import("//build/config/features.gni")
6import("//build/config/ui.gni")
qyearsleydb0a34872017-03-14 03:24:317import("//gpu/vulkan/features.gni")
cjhopman2fd48fd2014-09-24 00:52:568import("//media/media_options.gni")
brettw4b461082016-11-19 18:55:169import("//ppapi/features/features.gni")
Brett Wilson65f951c2016-11-03 22:06:1210import("//printing/features/features.gni")
brettw2cf0a692016-11-11 23:14:1211import("//third_party/WebKit/public/public_features.gni")
ochangdd89a1e2016-06-08 16:39:0112import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
[email protected]4db51ec2014-05-29 21:08:3213
chfremer954d0ac2017-05-04 18:13:5714declare_args() {
15 # Include code in the build that is only needed when using the video
16 # capture Mojo service, which is currently experimental.
17 enable_mojo_video_capture = false
18}
19
[email protected]4db51ec2014-05-29 21:08:3220source_set("browser") {
Brett Wilson8f1323042014-09-11 16:58:5621 # Only the public target should depend on this. All other targets (even
22 # internal content ones) should depend on the public one.
brettwb78fc9e2016-03-25 21:02:5123 visibility = [
24 ":for_content_tests", # See top of //content/BUILD.gn for why.
jamce6dd2112017-02-15 19:31:4225 "//content/app:*",
brettwb78fc9e2016-03-25 21:02:5126 "//content/public/browser:browser_sources",
27 ]
[email protected]4db51ec2014-05-29 21:08:3228
ben3f5f9992015-11-19 10:38:3029 configs += [
30 "//build/config:precompiled_headers",
jamb3c1195df2016-03-21 20:41:2931 "//content:content_implementation",
jamb3c1195df2016-03-21 20:41:2932 "//v8:external_startup_data",
ben3f5f9992015-11-19 10:38:3033 ]
[email protected]743530f2014-06-12 19:38:5034 defines = []
35 libs = []
36 ldflags = []
[email protected]97865022014-06-13 23:18:0437
[email protected]4db51ec2014-05-29 21:08:3238 deps = [
39 "//base",
[email protected]22fe91d2014-08-12 17:07:1240 "//base:base_static",
brettwc15ed732016-03-21 23:14:2941 "//base/third_party/dynamic_annotations",
jamb3c1195df2016-03-21 20:41:2942 "//cc",
loyso3dd20892016-11-22 07:11:0143 "//cc/animation",
enne34f6084c2017-02-02 22:39:0844 "//cc/paint",
jamb3c1195df2016-03-21 20:41:2945 "//cc/surfaces",
penghuangd81c1a62016-11-02 20:06:0646 "//components/discardable_memory/common",
47 "//components/discardable_memory/service",
fsamuel540b8c12016-04-21 18:47:1048 "//components/display_compositor",
jamb3c1195df2016-03-21 20:41:2949 "//components/filesystem:lib",
50 "//components/leveldb:lib",
mek9b28f422016-05-13 21:46:2351 "//components/link_header_util",
dalecurtis4a9839a2017-05-04 23:40:4752 "//components/metrics",
rsleevic327b48f82015-04-30 02:03:2553 "//components/mime_util",
tobiasjsc66efdd22017-04-17 13:38:5954 "//components/payments/mojom:mojom_payment_app",
nzolghadrd87a308d2016-12-07 15:45:5655 "//components/rappor",
brettwc15ed732016-03-21 23:14:2956 "//components/tracing",
57 "//components/tracing:startup_tracing",
rsleevi24f64dc22015-08-07 21:39:2158 "//components/url_formatter",
altimin56bb594b2016-11-09 19:45:1759 "//components/variations",
kylechar69bd9162017-04-10 23:45:4860 "//components/viz/frame_sinks",
[email protected]d28b3cb82014-05-31 04:46:1861 "//content:resources",
jamb3c1195df2016-03-21 20:41:2962 "//content/app/resources",
63 "//content/app/strings",
jkarlin34ee23cf2015-03-26 13:58:5064 "//content/browser/background_sync:background_sync_proto",
jsbell279efb42015-03-31 17:02:4665 "//content/browser/cache_storage:cache_storage_proto",
dgozmandc4d41722016-11-15 22:40:5666 "//content/browser/devtools:protocol_sources",
jamb3c1195df2016-03-21 20:41:2967 "//content/browser/devtools:resources",
meke722a7c2016-12-29 19:05:0368 "//content/browser/dom_storage:local_storage_proto",
peter05cb4db2015-03-13 14:33:3869 "//content/browser/notifications:notification_proto",
jinho.bang5c1f7a2932016-11-18 05:29:1470 "//content/browser/payments:payment_app_proto",
jkarlind678ae4b2015-01-27 15:04:5371 "//content/browser/service_worker:service_worker_proto",
[email protected]b506cdf2014-06-09 17:13:2172 "//content/browser/speech/proto",
brettwb78fc9e2016-03-25 21:02:5173 "//content/common",
thakis18e426412017-03-15 12:06:3774 "//content/common:features",
chiniforooshan614d70a2017-03-17 01:19:3375 "//content/common:mojo_bindings",
Brett Wilson8f1323042014-09-11 16:58:5676 "//content/public/common:common_sources",
[email protected]4db51ec2014-05-29 21:08:3277 "//crypto",
jamb3c1195df2016-03-21 20:41:2978 "//device/bluetooth",
bajonesb9bb4c42016-07-07 00:10:5179 "//device/gamepad",
lethalantidote893681c2016-09-13 19:36:3180 "//device/geolocation",
mcasas8720394f2016-08-03 22:42:3881 "//device/geolocation/public/interfaces",
sammc5a139ba2016-09-29 01:49:1482 "//device/nfc:mojo_bindings",
scottmgc40e8822016-06-17 17:57:4883 "//device/power_save_blocker",
leon.han552e9de2017-02-09 14:37:3084 "//device/screen_orientation/public/interfaces",
mthiesse668cd6d22017-01-31 01:57:3285 "//device/vr",
mthiesse4cb289142017-04-25 23:57:3386 "//device/vr/features",
blundelle75a8f92017-03-27 08:11:1787 "//device/wake_lock/public/interfaces",
[email protected]44a5a362014-05-30 20:01:5188 "//google_apis",
brettwc15ed732016-03-21 23:14:2989 "//gpu",
90 "//gpu/command_buffer/client:gles2_implementation",
jbroman84ba6842016-04-28 00:34:5091 "//gpu/command_buffer/client:gles2_interface",
sadrul6a769422016-12-08 04:54:3292 "//gpu/ipc/host",
qyearsleydb0a34872017-03-14 03:24:3193 "//gpu/vulkan:features",
brettwc15ed732016-03-21 23:14:2994 "//media",
mcasase40d7522016-06-21 16:11:4095 "//media/capture",
mcasasbf362942016-11-29 03:44:1396 "//media/capture/mojo:image_capture",
jbroman79c079be2016-04-20 00:17:2797 "//media/gpu/ipc/client",
brettwc15ed732016-03-21 23:14:2998 "//media/midi",
sammc64324c3a2017-01-05 00:40:1599 "//media/midi:mojo",
bendd157e1a2016-07-22 03:15:57100 "//media/mojo/interfaces",
maxmorin2781f5ff2017-04-04 08:29:41101 "//media/mojo/services",
rockotb814a582015-06-05 00:30:52102 "//mojo/common",
amistrycafcdff2016-06-17 03:33:48103 "//mojo/edk/system",
rockot85dce0862015-11-13 01:33:59104 "//mojo/public/cpp/bindings",
jamb3c1195df2016-03-21 20:41:29105 "//mojo/public/js",
[email protected]4db51ec2014-05-29 21:08:32106 "//net",
rohitrao1860223c2015-05-16 01:07:14107 "//net:extras",
pfeldman10628762016-09-08 07:59:26108 "//net:http_server",
brettwc5fcdd02016-10-12 07:25:12109 "//ppapi/features",
Brett Wilson65f951c2016-11-03 22:06:12110 "//printing/features",
jcivellidad0cef2017-02-16 18:38:59111 "//services/catalog:constants",
112 "//services/catalog/public/cpp",
benaabad0b2016-11-16 23:54:17113 "//services/catalog/public/interfaces:constants",
rockote0437032017-03-25 02:49:00114 "//services/data_decoder/public/interfaces",
blundell372d47d282016-11-01 01:34:30115 "//services/device:lib",
leon.han1b4ee5c2017-02-09 04:36:24116 "//services/device/public/interfaces:constants",
ben768c8dc2016-08-12 00:26:50117 "//services/file:lib",
ben768c8dc2016-08-12 00:26:50118 "//services/file/public/interfaces",
chiniforooshan6e4c5072017-03-17 07:56:56119 "//services/resource_coordinator:lib",
rockot734fb662016-10-15 16:41:30120 "//services/service_manager",
rockot60d92c22017-03-21 06:35:23121 "//services/service_manager/embedder",
rockot734fb662016-10-15 16:41:30122 "//services/service_manager/public/cpp",
123 "//services/service_manager/public/interfaces",
124 "//services/service_manager/runner/common",
125 "//services/service_manager/runner/host:lib",
xianglu6dd8f462017-01-25 04:30:41126 "//services/shape_detection:lib",
127 "//services/shape_detection/public/interfaces",
sadrul6c5aed8c2017-01-11 23:11:44128 "//services/ui/gpu/interfaces",
sadrul85cc5d82016-12-20 03:37:41129 "//services/ui/public/cpp/gpu",
[email protected]4db51ec2014-05-29 21:08:32130 "//skia",
131 "//sql",
jamb3c1195df2016-03-21 20:41:29132 "//storage/browser",
133 "//storage/common",
fsamuel9cf7bdf2015-11-20 02:19:32134 "//third_party/WebKit/public:blink_headers",
brettw2cf0a692016-11-11 23:14:12135 "//third_party/WebKit/public:features",
jamb3c1195df2016-03-21 20:41:29136 "//third_party/WebKit/public:image_resources",
juncai30a0e932016-05-11 00:09:51137 "//third_party/WebKit/public:mojo_bindings",
xlai8f405382016-09-01 19:46:22138 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings",
jamb3c1195df2016-03-21 20:41:29139 "//third_party/WebKit/public:resources",
jbroman79c079be2016-04-20 00:17:27140 "//third_party/angle:angle_common",
jamb3c1195df2016-03-21 20:41:29141 "//third_party/icu",
jamb3c1195df2016-03-21 20:41:29142 "//third_party/libyuv",
[email protected]4db51ec2014-05-29 21:08:32143 "//third_party/re2",
[email protected]4db51ec2014-05-29 21:08:32144 "//third_party/zlib",
145 "//third_party/zlib:zip",
146 "//ui/accessibility",
147 "//ui/accessibility:ax_gen",
[email protected]52140d882014-05-30 19:22:40148 "//ui/base",
spang1c36fac2015-02-05 19:55:12149 "//ui/base/ime",
robliao8d63729c2016-03-29 17:49:47150 "//ui/display",
dcastagna0a50f642016-08-10 20:12:22151 "//ui/display/types",
[email protected]4db51ec2014-05-29 21:08:32152 "//ui/events",
153 "//ui/events:gesture_detection",
jamb3c1195df2016-03-21 20:41:29154 "//ui/events/blink",
alexis.menardb12ba342017-04-15 09:01:19155 "//ui/events/devices",
[email protected]4db51ec2014-05-29 21:08:32156 "//ui/gfx",
chrishtrbdbe3182017-03-15 15:15:43157 "//ui/gfx/animation",
[email protected]4db51ec2014-05-29 21:08:32158 "//ui/gfx/geometry",
ben7a77e852016-05-26 05:50:44159 "//ui/gfx/geometry/mojo",
Brett Wilsone7487942014-09-09 23:37:29160 "//ui/gl",
sugoi842efc692017-03-14 18:10:39161 "//ui/gl:gl_features",
mfomitchev598a7692017-04-11 00:30:31162 "//ui/latency",
Brett Wilsone7487942014-09-09 23:37:29163 "//ui/native_theme",
[email protected]4db51ec2014-05-29 21:08:32164 "//ui/resources",
brettwc15ed732016-03-21 23:14:29165 "//ui/shell_dialogs",
[email protected]d28b3cb82014-05-31 04:46:18166 "//ui/snapshot",
jamb3c1195df2016-03-21 20:41:29167 "//ui/touch_selection",
scottmg1b075322017-01-16 17:22:10168 "//v8:v8_version",
[email protected]4db51ec2014-05-29 21:08:32169 ]
170
jam447407fb2016-05-06 17:57:40171 public_deps = [
rockot38e46dd2017-03-24 16:55:13172 "//ipc",
miu54dca6c2016-11-17 10:59:38173 "//media/mojo/interfaces:remoting",
jam447407fb2016-05-06 17:57:40174 "//third_party/leveldatabase",
175 ]
176
brettwb167c7332016-09-07 22:52:46177 sources = [
dgozmanb4f43e42016-12-13 06:12:40178 "$target_gen_dir/devtools/protocol/dom.cc",
179 "$target_gen_dir/devtools/protocol/dom.h",
180 "$target_gen_dir/devtools/protocol/emulation.cc",
181 "$target_gen_dir/devtools/protocol/emulation.h",
dgozmandc4d41722016-11-15 22:40:56182 "$target_gen_dir/devtools/protocol/forward.h",
dgozman111fdd032016-12-18 00:49:26183 "$target_gen_dir/devtools/protocol/input.cc",
184 "$target_gen_dir/devtools/protocol/input.h",
dgozmanb4f43e42016-12-13 06:12:40185 "$target_gen_dir/devtools/protocol/inspector.cc",
186 "$target_gen_dir/devtools/protocol/inspector.h",
dgozmandc4d41722016-11-15 22:40:56187 "$target_gen_dir/devtools/protocol/io.cc",
188 "$target_gen_dir/devtools/protocol/io.h",
dgozmanabbad67b2016-11-22 02:37:02189 "$target_gen_dir/devtools/protocol/memory.cc",
190 "$target_gen_dir/devtools/protocol/memory.h",
dgozmanb4f43e42016-12-13 06:12:40191 "$target_gen_dir/devtools/protocol/network.cc",
192 "$target_gen_dir/devtools/protocol/network.h",
193 "$target_gen_dir/devtools/protocol/page.cc",
194 "$target_gen_dir/devtools/protocol/page.h",
dgozmandc4d41722016-11-15 22:40:56195 "$target_gen_dir/devtools/protocol/protocol.cc",
196 "$target_gen_dir/devtools/protocol/protocol.h",
horo6f9e15e2017-01-27 03:07:40197 "$target_gen_dir/devtools/protocol/runtime.cc",
198 "$target_gen_dir/devtools/protocol/runtime.h",
dgozmanb4f43e42016-12-13 06:12:40199 "$target_gen_dir/devtools/protocol/schema.cc",
200 "$target_gen_dir/devtools/protocol/schema.h",
dgozman581dd5b72016-12-14 01:15:13201 "$target_gen_dir/devtools/protocol/security.cc",
202 "$target_gen_dir/devtools/protocol/security.h",
dgozmanb31e7732016-12-16 04:08:39203 "$target_gen_dir/devtools/protocol/service_worker.cc",
204 "$target_gen_dir/devtools/protocol/service_worker.h",
dgozmand5a5b2c2016-12-14 20:37:24205 "$target_gen_dir/devtools/protocol/storage.cc",
206 "$target_gen_dir/devtools/protocol/storage.h",
dgozmanabbad67b2016-11-22 02:37:02207 "$target_gen_dir/devtools/protocol/system_info.cc",
208 "$target_gen_dir/devtools/protocol/system_info.h",
dgozmanb35728c52016-12-16 05:31:43209 "$target_gen_dir/devtools/protocol/target.cc",
210 "$target_gen_dir/devtools/protocol/target.h",
dgozmanabbad67b2016-11-22 02:37:02211 "$target_gen_dir/devtools/protocol/tethering.cc",
212 "$target_gen_dir/devtools/protocol/tethering.h",
dgozmandc4d41722016-11-15 22:40:56213 "$target_gen_dir/devtools/protocol/tracing.cc",
214 "$target_gen_dir/devtools/protocol/tracing.h",
bend32292b2016-10-07 00:21:58215 "../common/service_manager/child_connection.cc",
216 "../common/service_manager/child_connection.h",
brettwb167c7332016-09-07 22:52:46217 "../zygote/zygote_linux.cc",
218 "../zygote/zygote_linux.h",
tfarina175c5da2017-05-05 23:06:01219 "../zygote/zygote_main.h",
brettwb167c7332016-09-07 22:52:46220 "../zygote/zygote_main_linux.cc",
brettwb167c7332016-09-07 22:52:46221 "accessibility/accessibility_tree_formatter.cc",
222 "accessibility/accessibility_tree_formatter.h",
223 "accessibility/accessibility_tree_formatter_blink.cc",
224 "accessibility/accessibility_tree_formatter_blink.h",
225 "accessibility/accessibility_tree_formatter_mac.mm",
226 "accessibility/accessibility_tree_formatter_stub.cc",
227 "accessibility/accessibility_tree_formatter_utils_win.cc",
228 "accessibility/accessibility_tree_formatter_utils_win.h",
229 "accessibility/accessibility_tree_formatter_win.cc",
230 "accessibility/accessibility_ui.cc",
231 "accessibility/accessibility_ui.h",
nektar9de71d42016-10-21 21:57:00232 "accessibility/ax_platform_position.cc",
233 "accessibility/ax_platform_position.h",
brettwb167c7332016-09-07 22:52:46234 "accessibility/browser_accessibility.cc",
235 "accessibility/browser_accessibility.h",
236 "accessibility/browser_accessibility_cocoa.h",
237 "accessibility/browser_accessibility_cocoa.mm",
238 "accessibility/browser_accessibility_event.cc",
239 "accessibility/browser_accessibility_event.h",
240 "accessibility/browser_accessibility_event_win.cc",
241 "accessibility/browser_accessibility_event_win.h",
242 "accessibility/browser_accessibility_mac.h",
243 "accessibility/browser_accessibility_mac.mm",
244 "accessibility/browser_accessibility_manager.cc",
245 "accessibility/browser_accessibility_manager.h",
246 "accessibility/browser_accessibility_manager_mac.h",
247 "accessibility/browser_accessibility_manager_mac.mm",
248 "accessibility/browser_accessibility_manager_win.cc",
249 "accessibility/browser_accessibility_manager_win.h",
250 "accessibility/browser_accessibility_state_impl.cc",
251 "accessibility/browser_accessibility_state_impl.h",
252 "accessibility/browser_accessibility_state_impl_mac.mm",
253 "accessibility/browser_accessibility_state_impl_win.cc",
254 "accessibility/browser_accessibility_win.cc",
255 "accessibility/browser_accessibility_win.h",
256 "accessibility/one_shot_accessibility_tree_search.cc",
257 "accessibility/one_shot_accessibility_tree_search.h",
darin2d145fe2017-02-16 15:22:35258 "android/app_web_message_port.cc",
259 "android/app_web_message_port.h",
brettwb167c7332016-09-07 22:52:46260 "android/background_sync_network_observer_android.cc",
261 "android/background_sync_network_observer_android.h",
262 "android/browser_jni_registrar.cc",
263 "android/browser_jni_registrar.h",
264 "android/browser_startup_controller.cc",
265 "android/browser_startup_controller.h",
chongz8bdf20922017-03-16 20:44:04266 "android/content_feature_list.cc",
267 "android/content_feature_list.h",
brettwb167c7332016-09-07 22:52:46268 "android/content_protocol_handler_impl.cc",
269 "android/content_protocol_handler_impl.h",
270 "android/content_startup_flags.cc",
271 "android/content_startup_flags.h",
272 "android/content_video_view.cc",
273 "android/content_video_view.h",
274 "android/devtools_auth.cc",
liberatoa8da3b52017-05-02 20:23:51275 "android/dialog_overlay_impl.cc",
276 "android/dialog_overlay_impl.h",
jcivelli27d06a62017-03-22 01:40:37277 "android/gpu_process_callback.cc",
278 "android/gpu_process_callback.h",
sammcf5f1b0f2016-09-20 23:05:11279 "android/java_interfaces_impl.cc",
280 "android/java_interfaces_impl.h",
boliu61687ec52017-03-29 20:09:34281 "android/launcher_thread.cc",
282 "android/launcher_thread.h",
tguilbertf08485bf2016-09-21 04:11:41283 "android/scoped_surface_request_manager.cc",
284 "android/scoped_surface_request_manager.h",
darin2d145fe2017-02-16 15:22:35285 "android/string_message_codec.cc",
286 "android/string_message_codec.h",
brettwb167c7332016-09-07 22:52:46287 "android/url_request_content_job.cc",
288 "android/url_request_content_job.h",
289 "appcache/appcache.cc",
290 "appcache/appcache.h",
291 "appcache/appcache_backend_impl.cc",
292 "appcache/appcache_backend_impl.h",
293 "appcache/appcache_database.cc",
294 "appcache/appcache_database.h",
295 "appcache/appcache_disk_cache.cc",
296 "appcache/appcache_disk_cache.h",
297 "appcache/appcache_dispatcher_host.cc",
298 "appcache/appcache_dispatcher_host.h",
299 "appcache/appcache_entry.h",
300 "appcache/appcache_executable_handler.h",
301 "appcache/appcache_frontend_proxy.cc",
302 "appcache/appcache_frontend_proxy.h",
303 "appcache/appcache_group.cc",
304 "appcache/appcache_group.h",
305 "appcache/appcache_histograms.cc",
306 "appcache/appcache_histograms.h",
307 "appcache/appcache_host.cc",
308 "appcache/appcache_host.h",
309 "appcache/appcache_interceptor.cc",
310 "appcache/appcache_interceptor.h",
311 "appcache/appcache_internals_ui.cc",
312 "appcache/appcache_internals_ui.h",
313 "appcache/appcache_manifest_parser.cc",
314 "appcache/appcache_manifest_parser.h",
ananta292a9172016-12-07 01:29:27315 "appcache/appcache_navigation_handle.cc",
316 "appcache/appcache_navigation_handle.h",
317 "appcache/appcache_navigation_handle_core.cc",
318 "appcache/appcache_navigation_handle_core.h",
brettwb167c7332016-09-07 22:52:46319 "appcache/appcache_policy.h",
320 "appcache/appcache_quota_client.cc",
321 "appcache/appcache_quota_client.h",
ananta4e8a5292017-05-04 03:07:15322 "appcache/appcache_request.cc",
323 "appcache/appcache_request.h",
brettwb167c7332016-09-07 22:52:46324 "appcache/appcache_request_handler.cc",
325 "appcache/appcache_request_handler.h",
326 "appcache/appcache_response.cc",
327 "appcache/appcache_response.h",
328 "appcache/appcache_service_impl.cc",
329 "appcache/appcache_service_impl.h",
330 "appcache/appcache_storage.cc",
331 "appcache/appcache_storage.h",
332 "appcache/appcache_storage_impl.cc",
333 "appcache/appcache_storage_impl.h",
334 "appcache/appcache_update_job.cc",
335 "appcache/appcache_update_job.h",
ananta4e8a5292017-05-04 03:07:15336 "appcache/appcache_url_loader_request.cc",
337 "appcache/appcache_url_loader_request.h",
338 "appcache/appcache_url_request.cc",
339 "appcache/appcache_url_request.h",
brettwb167c7332016-09-07 22:52:46340 "appcache/appcache_url_request_job.cc",
341 "appcache/appcache_url_request_job.h",
342 "appcache/appcache_working_set.cc",
343 "appcache/appcache_working_set.h",
344 "appcache/chrome_appcache_service.cc",
345 "appcache/chrome_appcache_service.h",
dalecurtisd8cd11c2016-12-13 21:56:41346 "audio_manager_thread.cc",
347 "audio_manager_thread.h",
harkness7b36c432017-02-15 20:05:36348 "background_fetch/background_fetch_context.cc",
349 "background_fetch/background_fetch_context.h",
peterbbecee162017-04-14 17:09:55350 "background_fetch/background_fetch_cross_origin_filter.cc",
351 "background_fetch/background_fetch_cross_origin_filter.h",
harkness7b36c432017-02-15 20:05:36352 "background_fetch/background_fetch_data_manager.cc",
353 "background_fetch/background_fetch_data_manager.h",
peteref0797702017-03-19 04:06:40354 "background_fetch/background_fetch_event_dispatcher.cc",
355 "background_fetch/background_fetch_event_dispatcher.h",
harknessa247d9bf2017-02-28 17:01:53356 "background_fetch/background_fetch_job_controller.cc",
357 "background_fetch/background_fetch_job_controller.h",
peter6965a1a12017-03-27 08:59:27358 "background_fetch/background_fetch_registration_id.cc",
359 "background_fetch/background_fetch_registration_id.h",
harknessa247d9bf2017-02-28 17:01:53360 "background_fetch/background_fetch_request_info.cc",
361 "background_fetch/background_fetch_request_info.h",
peter3226ce82017-03-16 18:06:28362 "background_fetch/background_fetch_service_impl.cc",
363 "background_fetch/background_fetch_service_impl.h",
brettwb167c7332016-09-07 22:52:46364 "background_sync/background_sync_context.cc",
365 "background_sync/background_sync_context.h",
366 "background_sync/background_sync_manager.cc",
367 "background_sync/background_sync_manager.h",
368 "background_sync/background_sync_metrics.cc",
369 "background_sync/background_sync_metrics.h",
370 "background_sync/background_sync_network_observer.cc",
371 "background_sync/background_sync_network_observer.h",
372 "background_sync/background_sync_registration.cc",
373 "background_sync/background_sync_registration.h",
374 "background_sync/background_sync_registration_options.cc",
375 "background_sync/background_sync_registration_options.h",
376 "background_sync/background_sync_service_impl.cc",
377 "background_sync/background_sync_service_impl.h",
378 "background_sync/background_sync_status.h",
379 "bad_message.cc",
380 "bad_message.h",
381 "blob_storage/blob_dispatcher_host.cc",
382 "blob_storage/blob_dispatcher_host.h",
383 "blob_storage/chrome_blob_storage_context.cc",
384 "blob_storage/chrome_blob_storage_context.h",
juncaif70c51172017-02-10 23:49:17385 "bluetooth/bluetooth_allowed_devices.cc",
386 "bluetooth/bluetooth_allowed_devices.h",
brettwb167c7332016-09-07 22:52:46387 "bluetooth/bluetooth_allowed_devices_map.cc",
388 "bluetooth/bluetooth_allowed_devices_map.h",
beaufort.francois01135bf2016-11-23 14:37:36389 "bluetooth/bluetooth_blocklist.cc",
390 "bluetooth/bluetooth_blocklist.h",
brettwb167c7332016-09-07 22:52:46391 "bluetooth/bluetooth_device_chooser_controller.cc",
392 "bluetooth/bluetooth_device_chooser_controller.h",
393 "bluetooth/bluetooth_metrics.cc",
394 "bluetooth/bluetooth_metrics.h",
brettwb167c7332016-09-07 22:52:46395 "bluetooth/frame_connected_bluetooth_devices.cc",
396 "bluetooth/frame_connected_bluetooth_devices.h",
397 "bluetooth/web_bluetooth_service_impl.cc",
398 "bluetooth/web_bluetooth_service_impl.h",
399 "bootstrap_sandbox_manager_mac.cc",
400 "bootstrap_sandbox_manager_mac.h",
401 "broadcast_channel/broadcast_channel_provider.cc",
402 "broadcast_channel/broadcast_channel_provider.h",
403 "browser_child_process_host_impl.cc",
404 "browser_child_process_host_impl.h",
405 "browser_context.cc",
406 "browser_ipc_logging.cc",
407 "browser_main.cc",
408 "browser_main.h",
409 "browser_main_loop.cc",
410 "browser_main_loop.h",
411 "browser_main_runner.cc",
412 "browser_plugin/browser_plugin_embedder.cc",
413 "browser_plugin/browser_plugin_embedder.h",
414 "browser_plugin/browser_plugin_guest.cc",
415 "browser_plugin/browser_plugin_guest.h",
416 "browser_plugin/browser_plugin_message_filter.cc",
417 "browser_plugin/browser_plugin_message_filter.h",
418 "browser_plugin/browser_plugin_popup_menu_helper_mac.h",
419 "browser_plugin/browser_plugin_popup_menu_helper_mac.mm",
420 "browser_process_sub_thread.cc",
421 "browser_process_sub_thread.h",
422 "browser_shutdown_profile_dumper.cc",
423 "browser_shutdown_profile_dumper.h",
424 "browser_thread_impl.cc",
425 "browser_thread_impl.h",
426 "browser_url_handler_impl.cc",
427 "browser_url_handler_impl.h",
msrameka3c7cfd2017-02-03 13:34:13428 "browsing_data/browsing_data_filter_builder_impl.cc",
429 "browsing_data/browsing_data_filter_builder_impl.h",
msrameke169ccb2017-04-26 05:21:41430 "browsing_data/browsing_data_remover_impl.cc",
431 "browsing_data/browsing_data_remover_impl.h",
brettwb167c7332016-09-07 22:52:46432 "browsing_data/clear_site_data_throttle.cc",
433 "browsing_data/clear_site_data_throttle.h",
msramekee2be6e2017-03-27 19:28:01434 "browsing_data/conditional_cache_deletion_helper.cc",
435 "browsing_data/conditional_cache_deletion_helper.h",
436 "browsing_data/storage_partition_http_cache_data_remover.cc",
437 "browsing_data/storage_partition_http_cache_data_remover.h",
brettwb167c7332016-09-07 22:52:46438 "browsing_instance.cc",
439 "browsing_instance.h",
440 "byte_stream.cc",
441 "byte_stream.h",
442 "cache_storage/cache_storage.cc",
443 "cache_storage/cache_storage.h",
444 "cache_storage/cache_storage_blob_to_disk_cache.cc",
445 "cache_storage/cache_storage_blob_to_disk_cache.h",
446 "cache_storage/cache_storage_cache.cc",
447 "cache_storage/cache_storage_cache.h",
448 "cache_storage/cache_storage_cache_handle.cc",
449 "cache_storage/cache_storage_cache_handle.h",
cmumfordffb8a162016-12-22 15:26:50450 "cache_storage/cache_storage_cache_observer.h",
brettwb167c7332016-09-07 22:52:46451 "cache_storage/cache_storage_context_impl.cc",
452 "cache_storage/cache_storage_context_impl.h",
453 "cache_storage/cache_storage_dispatcher_host.cc",
454 "cache_storage/cache_storage_dispatcher_host.h",
455 "cache_storage/cache_storage_histogram_macros.h",
cmumfordffb8a162016-12-22 15:26:50456 "cache_storage/cache_storage_index.cc",
457 "cache_storage/cache_storage_index.h",
brettwb167c7332016-09-07 22:52:46458 "cache_storage/cache_storage_manager.cc",
459 "cache_storage/cache_storage_manager.h",
460 "cache_storage/cache_storage_operation.cc",
461 "cache_storage/cache_storage_operation.h",
462 "cache_storage/cache_storage_quota_client.cc",
463 "cache_storage/cache_storage_quota_client.h",
464 "cache_storage/cache_storage_scheduler.cc",
465 "cache_storage/cache_storage_scheduler.h",
466 "cache_storage/cache_storage_scheduler_client.h",
brettwb167c7332016-09-07 22:52:46467 "child_process_launcher.cc",
468 "child_process_launcher.h",
jcivelli828cd7f2017-01-18 19:50:46469 "child_process_launcher_helper.cc",
470 "child_process_launcher_helper.h",
471 "child_process_launcher_helper_android.cc",
boliu4ac59a52017-03-20 17:45:32472 "child_process_launcher_helper_android.h",
jcivelli828cd7f2017-01-18 19:50:46473 "child_process_launcher_helper_linux.cc",
474 "child_process_launcher_helper_mac.cc",
475 "child_process_launcher_helper_posix.cc",
476 "child_process_launcher_helper_posix.h",
477 "child_process_launcher_helper_win.cc",
brettwb167c7332016-09-07 22:52:46478 "child_process_security_policy_impl.cc",
479 "child_process_security_policy_impl.h",
480 "cocoa/system_hotkey_helper_mac.h",
481 "cocoa/system_hotkey_helper_mac.mm",
482 "cocoa/system_hotkey_map.h",
483 "cocoa/system_hotkey_map.mm",
[email protected]743530f2014-06-12 19:38:50484
brettwb167c7332016-09-07 22:52:46485 # NOTE: These files are here instead of in compositor_browser_sources
486 # because the latter is not built on Android, whereas these files are
487 # needed on all platforms.
kylechar69bd9162017-04-10 23:45:48488 "compositor/frame_sink_manager_host.cc",
489 "compositor/frame_sink_manager_host.h",
kylechar8b18a092017-05-02 22:10:55490 "compositor/frame_sink_observer.h",
brettwb167c7332016-09-07 22:52:46491 "compositor/surface_utils.cc",
492 "compositor/surface_utils.h",
brettwb167c7332016-09-07 22:52:46493 "devtools/browser_devtools_agent_host.cc",
494 "devtools/browser_devtools_agent_host.h",
495 "devtools/devtools_agent_host_impl.cc",
496 "devtools/devtools_agent_host_impl.h",
497 "devtools/devtools_frame_trace_recorder.cc",
498 "devtools/devtools_frame_trace_recorder.h",
pfeldman10628762016-09-08 07:59:26499 "devtools/devtools_http_handler.cc",
500 "devtools/devtools_http_handler.h",
brettwb167c7332016-09-07 22:52:46501 "devtools/devtools_io_context.cc",
502 "devtools/devtools_io_context.h",
503 "devtools/devtools_manager.cc",
504 "devtools/devtools_manager.h",
dgozmand77188632016-11-16 01:34:39505 "devtools/devtools_session.cc",
506 "devtools/devtools_session.h",
brettwb167c7332016-09-07 22:52:46507 "devtools/forwarding_agent_host.cc",
508 "devtools/forwarding_agent_host.h",
509 "devtools/page_navigation_throttle.cc",
510 "devtools/page_navigation_throttle.h",
dgozman39d9d9a2016-12-28 18:56:30511 "devtools/protocol/devtools_domain_handler.cc",
512 "devtools/protocol/devtools_domain_handler.h",
brettwb167c7332016-09-07 22:52:46513 "devtools/protocol/dom_handler.cc",
514 "devtools/protocol/dom_handler.h",
515 "devtools/protocol/emulation_handler.cc",
516 "devtools/protocol/emulation_handler.h",
517 "devtools/protocol/input_handler.cc",
518 "devtools/protocol/input_handler.h",
519 "devtools/protocol/inspector_handler.cc",
520 "devtools/protocol/inspector_handler.h",
521 "devtools/protocol/io_handler.cc",
522 "devtools/protocol/io_handler.h",
523 "devtools/protocol/memory_handler.cc",
524 "devtools/protocol/memory_handler.h",
525 "devtools/protocol/network_handler.cc",
526 "devtools/protocol/network_handler.h",
527 "devtools/protocol/page_handler.cc",
528 "devtools/protocol/page_handler.h",
529 "devtools/protocol/schema_handler.cc",
530 "devtools/protocol/schema_handler.h",
531 "devtools/protocol/security_handler.cc",
532 "devtools/protocol/security_handler.h",
533 "devtools/protocol/service_worker_handler.cc",
534 "devtools/protocol/service_worker_handler.h",
535 "devtools/protocol/storage_handler.cc",
536 "devtools/protocol/storage_handler.h",
537 "devtools/protocol/system_info_handler.cc",
538 "devtools/protocol/system_info_handler.h",
dgozmanc2cea7d2016-09-28 03:27:55539 "devtools/protocol/target_handler.cc",
540 "devtools/protocol/target_handler.h",
brettwb167c7332016-09-07 22:52:46541 "devtools/protocol/tethering_handler.cc",
542 "devtools/protocol/tethering_handler.h",
543 "devtools/protocol/tracing_handler.cc",
544 "devtools/protocol/tracing_handler.h",
dgozmandc4d41722016-11-15 22:40:56545 "devtools/protocol_string.cc",
546 "devtools/protocol_string.h",
brettwb167c7332016-09-07 22:52:46547 "devtools/render_frame_devtools_agent_host.cc",
548 "devtools/render_frame_devtools_agent_host.h",
549 "devtools/service_worker_devtools_agent_host.cc",
550 "devtools/service_worker_devtools_agent_host.h",
551 "devtools/service_worker_devtools_manager.cc",
552 "devtools/service_worker_devtools_manager.h",
553 "devtools/shared_worker_devtools_agent_host.cc",
554 "devtools/shared_worker_devtools_agent_host.h",
555 "devtools/shared_worker_devtools_manager.cc",
556 "devtools/shared_worker_devtools_manager.h",
557 "devtools/worker_devtools_agent_host.cc",
558 "devtools/worker_devtools_agent_host.h",
559 "dom_storage/dom_storage_area.cc",
560 "dom_storage/dom_storage_area.h",
561 "dom_storage/dom_storage_context_impl.cc",
562 "dom_storage/dom_storage_context_impl.h",
563 "dom_storage/dom_storage_context_wrapper.cc",
564 "dom_storage/dom_storage_context_wrapper.h",
565 "dom_storage/dom_storage_database.cc",
566 "dom_storage/dom_storage_database.h",
567 "dom_storage/dom_storage_database_adapter.h",
568 "dom_storage/dom_storage_host.cc",
569 "dom_storage/dom_storage_host.h",
570 "dom_storage/dom_storage_message_filter.cc",
571 "dom_storage/dom_storage_message_filter.h",
572 "dom_storage/dom_storage_namespace.cc",
573 "dom_storage/dom_storage_namespace.h",
574 "dom_storage/dom_storage_session.cc",
575 "dom_storage/dom_storage_session.h",
576 "dom_storage/dom_storage_task_runner.cc",
577 "dom_storage/dom_storage_task_runner.h",
mek876c5c62016-12-22 17:40:46578 "dom_storage/local_storage_context_mojo.cc",
579 "dom_storage/local_storage_context_mojo.h",
brettwb167c7332016-09-07 22:52:46580 "dom_storage/local_storage_database_adapter.cc",
581 "dom_storage/local_storage_database_adapter.h",
582 "dom_storage/session_storage_database.cc",
583 "dom_storage/session_storage_database.h",
584 "dom_storage/session_storage_database_adapter.cc",
585 "dom_storage/session_storage_database_adapter.h",
586 "dom_storage/session_storage_namespace_impl.cc",
587 "dom_storage/session_storage_namespace_impl.h",
588 "download/base_file.cc",
589 "download/base_file.h",
brettwb167c7332016-09-07 22:52:46590 "download/base_file_posix.cc",
591 "download/base_file_win.cc",
592 "download/download_create_info.cc",
593 "download/download_create_info.h",
594 "download/download_destination_observer.h",
595 "download/download_file.h",
596 "download/download_file_factory.cc",
597 "download/download_file_factory.h",
598 "download/download_file_impl.cc",
599 "download/download_file_impl.h",
600 "download/download_interrupt_reasons_impl.cc",
601 "download/download_interrupt_reasons_impl.h",
602 "download/download_item_factory.h",
603 "download/download_item_impl.cc",
604 "download/download_item_impl.h",
605 "download/download_item_impl_delegate.cc",
606 "download/download_item_impl_delegate.h",
xingliuf61d39f2017-01-27 22:46:46607 "download/download_job.cc",
608 "download/download_job.h",
xingliu468824d2017-02-28 02:59:25609 "download/download_job_factory.cc",
610 "download/download_job_factory.h",
611 "download/download_job_impl.cc",
612 "download/download_job_impl.h",
brettwb167c7332016-09-07 22:52:46613 "download/download_manager_impl.cc",
614 "download/download_manager_impl.h",
615 "download/download_net_log_parameters.cc",
616 "download/download_net_log_parameters.h",
617 "download/download_request_core.cc",
618 "download/download_request_core.h",
619 "download/download_request_handle.cc",
620 "download/download_request_handle.h",
621 "download/download_resource_handler.cc",
622 "download/download_resource_handler.h",
623 "download/download_stats.cc",
624 "download/download_stats.h",
xingliu468824d2017-02-28 02:59:25625 "download/download_worker.cc",
626 "download/download_worker.h",
brettwb167c7332016-09-07 22:52:46627 "download/drag_download_file.cc",
628 "download/drag_download_file.h",
629 "download/drag_download_util.cc",
630 "download/drag_download_util.h",
petewil2abcf042017-04-10 21:45:00631 "download/mhtml_extra_parts_impl.cc",
632 "download/mhtml_extra_parts_impl.h",
brettwb167c7332016-09-07 22:52:46633 "download/mhtml_generation_manager.cc",
634 "download/mhtml_generation_manager.h",
xingliu468824d2017-02-28 02:59:25635 "download/parallel_download_job.cc",
636 "download/parallel_download_job.h",
qinmin41a4abf2017-03-02 06:21:31637 "download/parallel_download_utils.cc",
638 "download/parallel_download_utils.h",
brettwb167c7332016-09-07 22:52:46639 "download/rate_estimator.cc",
640 "download/rate_estimator.h",
641 "download/save_file.cc",
642 "download/save_file.h",
643 "download/save_file_manager.cc",
644 "download/save_file_manager.h",
645 "download/save_file_resource_handler.cc",
646 "download/save_file_resource_handler.h",
647 "download/save_item.cc",
648 "download/save_item.h",
649 "download/save_package.cc",
650 "download/save_package.h",
651 "download/save_types.cc",
652 "download/save_types.h",
653 "download/url_downloader.cc",
654 "download/url_downloader.h",
chiniforooshan614d70a2017-03-17 01:19:33655 "field_trial_recorder.cc",
656 "field_trial_recorder.h",
brettwb167c7332016-09-07 22:52:46657 "fileapi/browser_file_system_helper.cc",
658 "fileapi/browser_file_system_helper.h",
659 "fileapi/fileapi_message_filter.cc",
660 "fileapi/fileapi_message_filter.h",
661 "fileapi/upload_file_system_file_element_reader.cc",
662 "fileapi/upload_file_system_file_element_reader.h",
663 "find_request_manager.cc",
664 "find_request_manager.h",
665 "font_list_async.cc",
arthursonzognic5a2f122016-12-21 08:47:16666 "frame_host/ancestor_throttle.cc",
667 "frame_host/ancestor_throttle.h",
brettwb167c7332016-09-07 22:52:46668 "frame_host/cross_process_frame_connector.cc",
669 "frame_host/cross_process_frame_connector.h",
meacerba52f56202017-04-22 00:08:08670 "frame_host/data_url_navigation_throttle.cc",
671 "frame_host/data_url_navigation_throttle.h",
brettwb167c7332016-09-07 22:52:46672 "frame_host/debug_urls.cc",
673 "frame_host/debug_urls.h",
arthursonzogni7cc34c52017-03-18 09:00:53674 "frame_host/form_submission_throttle.cc",
675 "frame_host/form_submission_throttle.h",
brettwb167c7332016-09-07 22:52:46676 "frame_host/frame_navigation_entry.cc",
677 "frame_host/frame_navigation_entry.h",
678 "frame_host/frame_tree.cc",
679 "frame_host/frame_tree.h",
680 "frame_host/frame_tree_node.cc",
681 "frame_host/frame_tree_node.h",
682 "frame_host/frame_tree_node_blame_context.cc",
683 "frame_host/frame_tree_node_blame_context.h",
684 "frame_host/interstitial_page_impl.cc",
685 "frame_host/interstitial_page_impl.h",
686 "frame_host/interstitial_page_navigator_impl.cc",
687 "frame_host/interstitial_page_navigator_impl.h",
carloskd9d97942017-02-16 08:58:09688 "frame_host/mixed_content_navigation_throttle.cc",
689 "frame_host/mixed_content_navigation_throttle.h",
brettwb167c7332016-09-07 22:52:46690 "frame_host/navigation_controller_android.cc",
691 "frame_host/navigation_controller_android.h",
692 "frame_host/navigation_controller_delegate.h",
693 "frame_host/navigation_controller_impl.cc",
694 "frame_host/navigation_controller_impl.h",
695 "frame_host/navigation_entry_impl.cc",
696 "frame_host/navigation_entry_impl.h",
697 "frame_host/navigation_entry_screenshot_manager.cc",
698 "frame_host/navigation_entry_screenshot_manager.h",
699 "frame_host/navigation_handle_impl.cc",
700 "frame_host/navigation_handle_impl.h",
701 "frame_host/navigation_request.cc",
702 "frame_host/navigation_request.h",
703 "frame_host/navigation_request_info.cc",
704 "frame_host/navigation_request_info.h",
705 "frame_host/navigator.cc",
706 "frame_host/navigator.h",
707 "frame_host/navigator_delegate.cc",
708 "frame_host/navigator_delegate.h",
709 "frame_host/navigator_impl.cc",
710 "frame_host/navigator_impl.h",
711 "frame_host/popup_menu_helper_mac.h",
712 "frame_host/popup_menu_helper_mac.mm",
713 "frame_host/render_frame_host_delegate.cc",
714 "frame_host/render_frame_host_delegate.h",
715 "frame_host/render_frame_host_factory.cc",
716 "frame_host/render_frame_host_factory.h",
717 "frame_host/render_frame_host_impl.cc",
718 "frame_host/render_frame_host_impl.h",
719 "frame_host/render_frame_host_manager.cc",
720 "frame_host/render_frame_host_manager.h",
721 "frame_host/render_frame_message_filter.cc",
722 "frame_host/render_frame_message_filter.h",
723 "frame_host/render_frame_proxy_host.cc",
724 "frame_host/render_frame_proxy_host.h",
725 "frame_host/render_widget_host_view_child_frame.cc",
726 "frame_host/render_widget_host_view_child_frame.h",
727 "frame_host/render_widget_host_view_guest.cc",
728 "frame_host/render_widget_host_view_guest.h",
brettwb167c7332016-09-07 22:52:46729 "gpu/browser_gpu_channel_host_factory.cc",
730 "gpu/browser_gpu_channel_host_factory.h",
731 "gpu/browser_gpu_memory_buffer_manager.cc",
732 "gpu/browser_gpu_memory_buffer_manager.h",
733 "gpu/compositor_util.cc",
734 "gpu/compositor_util.h",
sadrul53546592016-12-17 01:44:21735 "gpu/gpu_client.cc",
736 "gpu/gpu_client.h",
brettwb167c7332016-09-07 22:52:46737 "gpu/gpu_data_manager_impl.cc",
738 "gpu/gpu_data_manager_impl.h",
739 "gpu/gpu_data_manager_impl_private.cc",
740 "gpu/gpu_data_manager_impl_private.h",
michaelpg67362b52017-02-15 06:18:27741 "gpu/gpu_feature_checker_impl.cc",
742 "gpu/gpu_feature_checker_impl.h",
brettwb167c7332016-09-07 22:52:46743 "gpu/gpu_internals_ui.cc",
744 "gpu/gpu_internals_ui.h",
tapted4091f2f2017-02-07 00:47:19745 "gpu/gpu_main_thread_factory.cc",
746 "gpu/gpu_main_thread_factory.h",
brettwb167c7332016-09-07 22:52:46747 "gpu/gpu_process_host.cc",
748 "gpu/gpu_process_host.h",
sadrul75d671b2016-12-13 06:14:39749 "gpu/shader_cache_factory.cc",
750 "gpu/shader_cache_factory.h",
brettwb167c7332016-09-07 22:52:46751 "histogram_controller.cc",
752 "histogram_controller.h",
753 "histogram_internals_request_job.cc",
754 "histogram_internals_request_job.h",
755 "histogram_message_filter.cc",
756 "histogram_message_filter.h",
757 "histogram_subscriber.h",
758 "histogram_synchronizer.cc",
759 "histogram_synchronizer.h",
760 "host_zoom_level_context.cc",
761 "host_zoom_level_context.h",
762 "host_zoom_map_impl.cc",
763 "host_zoom_map_impl.h",
scottmg276753cf2016-10-27 18:25:22764 "host_zoom_map_observer.cc",
765 "host_zoom_map_observer.h",
mcasas18de5022017-03-10 22:45:50766 "image_capture/image_capture_impl.cc",
767 "image_capture/image_capture_impl.h",
reillyg39fb4662016-11-22 20:27:17768 "indexed_db/cursor_impl.cc",
769 "indexed_db/cursor_impl.h",
reillyg963ec6df2016-11-05 01:10:58770 "indexed_db/database_impl.cc",
771 "indexed_db/database_impl.h",
brettwb167c7332016-09-07 22:52:46772 "indexed_db/indexed_db.h",
773 "indexed_db/indexed_db_active_blob_registry.cc",
774 "indexed_db/indexed_db_active_blob_registry.h",
775 "indexed_db/indexed_db_backing_store.cc",
776 "indexed_db/indexed_db_backing_store.h",
777 "indexed_db/indexed_db_blob_info.cc",
778 "indexed_db/indexed_db_blob_info.h",
779 "indexed_db/indexed_db_callbacks.cc",
780 "indexed_db/indexed_db_callbacks.h",
781 "indexed_db/indexed_db_class_factory.cc",
782 "indexed_db/indexed_db_class_factory.h",
783 "indexed_db/indexed_db_connection.cc",
784 "indexed_db/indexed_db_connection.h",
785 "indexed_db/indexed_db_context_impl.cc",
786 "indexed_db/indexed_db_context_impl.h",
787 "indexed_db/indexed_db_cursor.cc",
788 "indexed_db/indexed_db_cursor.h",
jbroman3ee0c8ab2017-04-20 14:25:03789 "indexed_db/indexed_db_data_format_version.cc",
790 "indexed_db/indexed_db_data_format_version.h",
brettwb167c7332016-09-07 22:52:46791 "indexed_db/indexed_db_data_loss_info.h",
792 "indexed_db/indexed_db_database.cc",
793 "indexed_db/indexed_db_database.h",
794 "indexed_db/indexed_db_database_callbacks.cc",
795 "indexed_db/indexed_db_database_callbacks.h",
796 "indexed_db/indexed_db_database_error.cc",
797 "indexed_db/indexed_db_database_error.h",
798 "indexed_db/indexed_db_dispatcher_host.cc",
799 "indexed_db/indexed_db_dispatcher_host.h",
800 "indexed_db/indexed_db_factory.h",
801 "indexed_db/indexed_db_factory_impl.cc",
802 "indexed_db/indexed_db_factory_impl.h",
803 "indexed_db/indexed_db_index_writer.cc",
804 "indexed_db/indexed_db_index_writer.h",
805 "indexed_db/indexed_db_internals_ui.cc",
806 "indexed_db/indexed_db_internals_ui.h",
807 "indexed_db/indexed_db_leveldb_coding.cc",
808 "indexed_db/indexed_db_leveldb_coding.h",
brettwb167c7332016-09-07 22:52:46809 "indexed_db/indexed_db_observer.cc",
810 "indexed_db/indexed_db_observer.h",
brettwb167c7332016-09-07 22:52:46811 "indexed_db/indexed_db_pending_connection.cc",
812 "indexed_db/indexed_db_pending_connection.h",
813 "indexed_db/indexed_db_quota_client.cc",
814 "indexed_db/indexed_db_quota_client.h",
815 "indexed_db/indexed_db_return_value.h",
wychen589d05e2017-03-31 00:06:36816 "indexed_db/indexed_db_tracing.h",
brettwb167c7332016-09-07 22:52:46817 "indexed_db/indexed_db_transaction.cc",
818 "indexed_db/indexed_db_transaction.h",
819 "indexed_db/indexed_db_transaction_coordinator.cc",
820 "indexed_db/indexed_db_transaction_coordinator.h",
821 "indexed_db/indexed_db_value.cc",
822 "indexed_db/indexed_db_value.h",
823 "indexed_db/leveldb/leveldb_comparator.h",
824 "indexed_db/leveldb/leveldb_database.cc",
825 "indexed_db/leveldb/leveldb_database.h",
826 "indexed_db/leveldb/leveldb_env.cc",
827 "indexed_db/leveldb/leveldb_env.h",
828 "indexed_db/leveldb/leveldb_factory.h",
dmurphec764052017-03-27 23:12:47829 "indexed_db/leveldb/leveldb_iterator.cc",
brettwb167c7332016-09-07 22:52:46830 "indexed_db/leveldb/leveldb_iterator.h",
831 "indexed_db/leveldb/leveldb_iterator_impl.cc",
832 "indexed_db/leveldb/leveldb_iterator_impl.h",
833 "indexed_db/leveldb/leveldb_transaction.cc",
834 "indexed_db/leveldb/leveldb_transaction.h",
835 "indexed_db/leveldb/leveldb_write_batch.cc",
836 "indexed_db/leveldb/leveldb_write_batch.h",
wychen589d05e2017-03-31 00:06:36837 "indexed_db/list_set.h",
mgiuca35f4c7152017-03-14 08:30:30838 "installedapp/installed_app_provider_impl_default.cc",
839 "installedapp/installed_app_provider_impl_default.h",
zijiehe60167782017-04-28 22:31:02840 "keyboard_lock/keyboard_lock_service_impl.cc",
841 "keyboard_lock/keyboard_lock_service_impl.h",
brettwb167c7332016-09-07 22:52:46842 "leveldb_wrapper_impl.cc",
843 "leveldb_wrapper_impl.h",
844 "loader/async_resource_handler.cc",
845 "loader/async_resource_handler.h",
brettwb167c7332016-09-07 22:52:46846 "loader/detachable_resource_handler.cc",
847 "loader/detachable_resource_handler.h",
tzik47a9f9b2016-12-01 04:16:24848 "loader/downloaded_temp_file_impl.cc",
849 "loader/downloaded_temp_file_impl.h",
brettwb167c7332016-09-07 22:52:46850 "loader/global_routing_id.h",
851 "loader/intercepting_resource_handler.cc",
852 "loader/intercepting_resource_handler.h",
853 "loader/layered_resource_handler.cc",
854 "loader/layered_resource_handler.h",
855 "loader/loader_delegate.h",
856 "loader/loader_io_thread_notifier.cc",
857 "loader/loader_io_thread_notifier.h",
858 "loader/mime_sniffing_resource_handler.cc",
859 "loader/mime_sniffing_resource_handler.h",
860 "loader/mojo_async_resource_handler.cc",
861 "loader/mojo_async_resource_handler.h",
862 "loader/navigation_resource_handler.cc",
863 "loader/navigation_resource_handler.h",
864 "loader/navigation_resource_throttle.cc",
865 "loader/navigation_resource_throttle.h",
866 "loader/navigation_url_loader.cc",
867 "loader/navigation_url_loader.h",
868 "loader/navigation_url_loader_delegate.h",
869 "loader/navigation_url_loader_factory.h",
870 "loader/navigation_url_loader_impl.cc",
871 "loader/navigation_url_loader_impl.h",
872 "loader/navigation_url_loader_impl_core.cc",
873 "loader/navigation_url_loader_impl_core.h",
scottmg69985212017-04-12 16:47:28874 "loader/navigation_url_loader_network_service.cc",
875 "loader/navigation_url_loader_network_service.h",
brettwb167c7332016-09-07 22:52:46876 "loader/netlog_observer.cc",
877 "loader/netlog_observer.h",
mmenke87f5c77a2017-01-31 16:11:26878 "loader/null_resource_controller.cc",
879 "loader/null_resource_controller.h",
brettwb167c7332016-09-07 22:52:46880 "loader/power_save_block_resource_throttle.cc",
881 "loader/power_save_block_resource_throttle.h",
882 "loader/redirect_to_file_resource_handler.cc",
883 "loader/redirect_to_file_resource_handler.h",
884 "loader/resource_buffer.cc",
885 "loader/resource_buffer.h",
tyoshino3b3ee8e92016-12-07 16:04:07886 "loader/resource_controller.h",
brettwb167c7332016-09-07 22:52:46887 "loader/resource_dispatcher_host_impl.cc",
888 "loader/resource_dispatcher_host_impl.h",
889 "loader/resource_handler.cc",
890 "loader/resource_handler.h",
891 "loader/resource_hints_impl.cc",
892 "loader/resource_loader.cc",
893 "loader/resource_loader.h",
894 "loader/resource_loader_delegate.h",
895 "loader/resource_message_delegate.cc",
896 "loader/resource_message_delegate.h",
897 "loader/resource_message_filter.cc",
898 "loader/resource_message_filter.h",
899 "loader/resource_request_info_impl.cc",
900 "loader/resource_request_info_impl.h",
horo227286f72016-11-29 11:10:33901 "loader/resource_requester_info.cc",
902 "loader/resource_requester_info.h",
brettwb167c7332016-09-07 22:52:46903 "loader/resource_scheduler.cc",
904 "loader/resource_scheduler.h",
905 "loader/resource_scheduler_filter.cc",
906 "loader/resource_scheduler_filter.h",
907 "loader/stream_resource_handler.cc",
908 "loader/stream_resource_handler.h",
909 "loader/stream_writer.cc",
910 "loader/stream_writer.h",
911 "loader/sync_resource_handler.cc",
912 "loader/sync_resource_handler.h",
913 "loader/temporary_file_stream.cc",
914 "loader/temporary_file_stream.h",
915 "loader/throttling_resource_handler.cc",
916 "loader/throttling_resource_handler.h",
917 "loader/upload_data_stream_builder.cc",
918 "loader/upload_data_stream_builder.h",
tzika6914612016-12-15 12:48:59919 "loader/upload_progress_tracker.cc",
920 "loader/upload_progress_tracker.h",
brettwb167c7332016-09-07 22:52:46921 "loader/url_loader_factory_impl.cc",
922 "loader/url_loader_factory_impl.h",
923 "loader_delegate_impl.cc",
924 "loader_delegate_impl.h",
925 "mach_broker_mac.h",
926 "mach_broker_mac.mm",
927 "manifest/manifest_manager_host.cc",
928 "manifest/manifest_manager_host.h",
brettwb167c7332016-09-07 22:52:46929 "media/android/browser_media_player_manager.cc",
930 "media/android/browser_media_player_manager.h",
brettwb167c7332016-09-07 22:52:46931 "media/android/browser_surface_view_manager.cc",
932 "media/android/browser_surface_view_manager.h",
933 "media/android/media_player_renderer.cc",
934 "media/android/media_player_renderer.h",
935 "media/android/media_resource_getter_impl.cc",
936 "media/android/media_resource_getter_impl.h",
brettwb167c7332016-09-07 22:52:46937 "media/android/media_web_contents_observer_android.cc",
938 "media/android/media_web_contents_observer_android.h",
brettwb167c7332016-09-07 22:52:46939 "media/audible_metrics.cc",
940 "media/audible_metrics.h",
941 "media/audio_stream_monitor.cc",
942 "media/audio_stream_monitor.h",
943 "media/capture/audio_mirroring_manager.cc",
944 "media/capture/audio_mirroring_manager.h",
brettwb167c7332016-09-07 22:52:46945 "media/capture/desktop_capture_device_uma_types.cc",
946 "media/capture/desktop_capture_device_uma_types.h",
brettwb167c7332016-09-07 22:52:46947 "media/capture/web_contents_audio_input_stream.cc",
948 "media/capture/web_contents_audio_input_stream.h",
949 "media/capture/web_contents_audio_muter.cc",
950 "media/capture/web_contents_audio_muter.h",
951 "media/capture/web_contents_tracker.cc",
952 "media/capture/web_contents_tracker.h",
xhwang5ba56be2016-12-13 07:13:03953 "media/cdm_registry_impl.cc",
954 "media/cdm_registry_impl.h",
guidoudf036b32016-10-31 14:51:14955 "media/media_devices_permission_checker.cc",
956 "media/media_devices_permission_checker.h",
guidou8a440b842017-01-30 13:58:43957 "media/media_devices_util.cc",
958 "media/media_devices_util.h",
xhwangaa0bf6d2016-12-03 01:19:15959 "media/media_interface_proxy.cc",
960 "media/media_interface_proxy.h",
brettwb167c7332016-09-07 22:52:46961 "media/media_internals.cc",
962 "media/media_internals.h",
963 "media/media_internals_handler.cc",
964 "media/media_internals_handler.h",
965 "media/media_internals_proxy.cc",
966 "media/media_internals_proxy.h",
967 "media/media_internals_ui.cc",
968 "media/media_internals_ui.h",
969 "media/media_web_contents_observer.cc",
970 "media/media_web_contents_observer.h",
971 "media/midi_host.cc",
972 "media/midi_host.h",
zqzhanga2147f82016-10-18 22:53:26973 "media/session/audio_focus_delegate.h",
974 "media/session/audio_focus_delegate_android.cc",
975 "media/session/audio_focus_delegate_android.h",
976 "media/session/audio_focus_delegate_default.cc",
brettwb167c7332016-09-07 22:52:46977 "media/session/audio_focus_manager.cc",
978 "media/session/audio_focus_manager.h",
zqzhangd84e72872016-10-07 19:22:03979 "media/session/media_metadata_sanitizer.cc",
980 "media/session/media_metadata_sanitizer.h",
zqzhang1adf3cb2016-11-01 11:26:45981 "media/session/media_session_android.cc",
982 "media/session/media_session_android.h",
brettwb167c7332016-09-07 22:52:46983 "media/session/media_session_controller.cc",
984 "media/session/media_session_controller.h",
985 "media/session/media_session_controllers_manager.cc",
986 "media/session/media_session_controllers_manager.h",
zqzhang1adf3cb2016-11-01 11:26:45987 "media/session/media_session_impl.cc",
988 "media/session/media_session_impl.h",
zqzhanga2147f82016-10-18 22:53:26989 "media/session/media_session_player_observer.h",
zqzhangd84e72872016-10-07 19:22:03990 "media/session/media_session_service_impl.cc",
991 "media/session/media_session_service_impl.h",
brettwb167c7332016-09-07 22:52:46992 "media/session/media_session_uma_helper.cc",
993 "media/session/media_session_uma_helper.h",
slana0da4302016-11-07 17:37:01994 "media/url_provision_fetcher.cc",
995 "media/url_provision_fetcher.h",
bashi810232f52017-03-03 04:38:02996 "memory/memory_condition_observer.cc",
997 "memory/memory_condition_observer.h",
bashi529cb14c2016-10-17 21:53:57998 "memory/memory_coordinator_impl.cc",
999 "memory/memory_coordinator_impl.h",
brettwb167c7332016-09-07 22:52:461000 "memory/memory_message_filter.cc",
1001 "memory/memory_message_filter.h",
bashia6264042016-09-15 04:49:511002 "memory/memory_monitor.cc",
1003 "memory/memory_monitor.h",
bashi66264142016-09-27 06:26:401004 "memory/memory_monitor_android.cc",
1005 "memory/memory_monitor_android.h",
bashia6264042016-09-15 04:49:511006 "memory/memory_monitor_win.cc",
1007 "memory/memory_monitor_win.h",
brettwb167c7332016-09-07 22:52:461008 "memory/memory_pressure_controller_impl.cc",
1009 "memory/memory_pressure_controller_impl.h",
bashi4159f36e2017-05-01 01:18:511010 "memory/swap_metrics_observer.cc",
1011 "memory/swap_metrics_observer.h",
1012 "memory/swap_metrics_observer_linux.cc",
1013 "memory/swap_metrics_observer_linux.h",
1014 "memory/swap_metrics_observer_mac.cc",
bashi651d8fea2017-05-02 00:42:151015 "memory/swap_metrics_observer_mac.h",
bashi4159f36e2017-05-01 01:18:511016 "memory/swap_metrics_observer_win.cc",
brettwb167c7332016-09-07 22:52:461017 "message_port_provider.cc",
brettwb167c7332016-09-07 22:52:461018 "mime_registry_impl.cc",
1019 "mime_registry_impl.h",
brettwb167c7332016-09-07 22:52:461020 "net/browser_online_state_observer.cc",
1021 "net/browser_online_state_observer.h",
1022 "net/network_errors_listing_ui.cc",
1023 "net/network_errors_listing_ui.h",
1024 "net/quota_policy_cookie_store.cc",
1025 "net/quota_policy_cookie_store.h",
1026 "net/view_blob_internals_job_factory.cc",
1027 "net/view_blob_internals_job_factory.h",
1028 "net/view_http_cache_job_factory.cc",
1029 "net/view_http_cache_job_factory.h",
1030 "notification_service_impl.cc",
1031 "notification_service_impl.h",
1032 "notifications/blink_notification_service_impl.cc",
1033 "notifications/blink_notification_service_impl.h",
1034 "notifications/notification_database.cc",
1035 "notifications/notification_database.h",
1036 "notifications/notification_database_data_conversions.cc",
1037 "notifications/notification_database_data_conversions.h",
1038 "notifications/notification_event_dispatcher_impl.cc",
1039 "notifications/notification_event_dispatcher_impl.h",
1040 "notifications/notification_id_generator.cc",
1041 "notifications/notification_id_generator.h",
1042 "notifications/notification_message_filter.cc",
1043 "notifications/notification_message_filter.h",
1044 "notifications/page_notification_delegate.cc",
1045 "notifications/page_notification_delegate.h",
1046 "notifications/platform_notification_context_impl.cc",
1047 "notifications/platform_notification_context_impl.h",
1048 "notifications/type_converters.cc",
1049 "notifications/type_converters.h",
jinho.bang745d987b2016-12-14 19:06:541050 "payments/payment_app_context_impl.cc",
1051 "payments/payment_app_context_impl.h",
jinho.bangab430572016-12-16 14:33:581052 "payments/payment_app_database.cc",
1053 "payments/payment_app_database.h",
jinho.bangac34b3a32017-01-05 12:51:211054 "payments/payment_app_provider_impl.cc",
1055 "payments/payment_app_provider_impl.h",
jinho.bangbbb00c32017-03-30 15:09:091056 "payments/payment_manager.cc",
1057 "payments/payment_manager.h",
brettwb167c7332016-09-07 22:52:461058 "permissions/permission_service_context.cc",
1059 "permissions/permission_service_context.h",
1060 "permissions/permission_service_impl.cc",
1061 "permissions/permission_service_impl.h",
brettwb167c7332016-09-07 22:52:461062 "presentation/presentation_service_impl.cc",
1063 "presentation/presentation_service_impl.h",
brettwb167c7332016-09-07 22:52:461064 "profiler_controller_impl.cc",
1065 "profiler_controller_impl.h",
1066 "profiler_message_filter.cc",
1067 "profiler_message_filter.h",
awdf5f7440c2017-01-09 12:38:561068 "push_messaging/push_messaging_context.cc",
1069 "push_messaging/push_messaging_context.h",
ke.he5f426e322017-02-22 12:37:121070 "push_messaging/push_messaging_manager.cc",
1071 "push_messaging/push_messaging_manager.h",
brettwb167c7332016-09-07 22:52:461072 "push_messaging/push_messaging_router.cc",
1073 "push_messaging/push_messaging_router.h",
1074 "quota_dispatcher_host.cc",
1075 "quota_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:461076 "renderer_host/clipboard_message_filter.cc",
1077 "renderer_host/clipboard_message_filter.h",
1078 "renderer_host/clipboard_message_filter_mac.mm",
brettwb167c7332016-09-07 22:52:461079 "renderer_host/database_message_filter.cc",
1080 "renderer_host/database_message_filter.h",
brettwb167c7332016-09-07 22:52:461081 "renderer_host/dip_util.cc",
1082 "renderer_host/dip_util.h",
1083 "renderer_host/dwrite_font_proxy_message_filter_win.cc",
1084 "renderer_host/dwrite_font_proxy_message_filter_win.h",
1085 "renderer_host/event_with_latency_info.h",
1086 "renderer_host/file_utilities_message_filter.cc",
1087 "renderer_host/file_utilities_message_filter.h",
1088 "renderer_host/font_utils_linux.cc",
1089 "renderer_host/font_utils_linux.h",
1090 "renderer_host/frame_metadata_util.cc",
1091 "renderer_host/frame_metadata_util.h",
samans2040988b2017-04-11 23:58:351092 "renderer_host/frame_sink_provider_impl.cc",
1093 "renderer_host/frame_sink_provider_impl.h",
brettwb167c7332016-09-07 22:52:461094 "renderer_host/input/gesture_event_queue.cc",
1095 "renderer_host/input/gesture_event_queue.h",
1096 "renderer_host/input/input_ack_handler.h",
alexis.menardb12ba342017-04-15 09:01:191097 "renderer_host/input/input_device_change_observer.cc",
1098 "renderer_host/input/input_device_change_observer.h",
brettwb167c7332016-09-07 22:52:461099 "renderer_host/input/input_router.h",
1100 "renderer_host/input/input_router_client.h",
1101 "renderer_host/input/input_router_config_helper.cc",
1102 "renderer_host/input/input_router_config_helper.h",
1103 "renderer_host/input/input_router_impl.cc",
1104 "renderer_host/input/input_router_impl.h",
dtapuska73607ca2017-01-27 17:20:191105 "renderer_host/input/legacy_touch_event_queue.cc",
1106 "renderer_host/input/legacy_touch_event_queue.h",
brettwb167c7332016-09-07 22:52:461107 "renderer_host/input/motion_event_web.cc",
1108 "renderer_host/input/motion_event_web.h",
1109 "renderer_host/input/mouse_wheel_event_queue.cc",
1110 "renderer_host/input/mouse_wheel_event_queue.h",
1111 "renderer_host/input/mouse_wheel_rails_filter_mac.cc",
1112 "renderer_host/input/mouse_wheel_rails_filter_mac.h",
dtapuska53f9f4ee2017-02-27 01:14:261113 "renderer_host/input/passthrough_touch_event_queue.cc",
1114 "renderer_host/input/passthrough_touch_event_queue.h",
brettwb167c7332016-09-07 22:52:461115 "renderer_host/input/render_widget_host_latency_tracker.cc",
1116 "renderer_host/input/render_widget_host_latency_tracker.h",
1117 "renderer_host/input/stylus_text_selector.cc",
1118 "renderer_host/input/stylus_text_selector.h",
1119 "renderer_host/input/synthetic_gesture.cc",
1120 "renderer_host/input/synthetic_gesture.h",
1121 "renderer_host/input/synthetic_gesture_controller.cc",
1122 "renderer_host/input/synthetic_gesture_controller.h",
1123 "renderer_host/input/synthetic_gesture_target.h",
1124 "renderer_host/input/synthetic_gesture_target_aura.cc",
1125 "renderer_host/input/synthetic_gesture_target_aura.h",
1126 "renderer_host/input/synthetic_gesture_target_base.cc",
1127 "renderer_host/input/synthetic_gesture_target_base.h",
1128 "renderer_host/input/synthetic_gesture_target_mac.h",
1129 "renderer_host/input/synthetic_gesture_target_mac.mm",
lanwei1060f1f2016-11-28 23:00:311130 "renderer_host/input/synthetic_mouse_driver.cc",
1131 "renderer_host/input/synthetic_mouse_driver.h",
lanweid7de40d12017-01-26 22:52:191132 "renderer_host/input/synthetic_pen_driver.cc",
1133 "renderer_host/input/synthetic_pen_driver.h",
brettwb167c7332016-09-07 22:52:461134 "renderer_host/input/synthetic_pinch_gesture.cc",
1135 "renderer_host/input/synthetic_pinch_gesture.h",
brettwb167c7332016-09-07 22:52:461136 "renderer_host/input/synthetic_pointer_action.cc",
1137 "renderer_host/input/synthetic_pointer_action.h",
lanwei1060f1f2016-11-28 23:00:311138 "renderer_host/input/synthetic_pointer_driver.cc",
1139 "renderer_host/input/synthetic_pointer_driver.h",
brettwb167c7332016-09-07 22:52:461140 "renderer_host/input/synthetic_smooth_drag_gesture.cc",
1141 "renderer_host/input/synthetic_smooth_drag_gesture.h",
1142 "renderer_host/input/synthetic_smooth_move_gesture.cc",
1143 "renderer_host/input/synthetic_smooth_move_gesture.h",
1144 "renderer_host/input/synthetic_smooth_scroll_gesture.cc",
1145 "renderer_host/input/synthetic_smooth_scroll_gesture.h",
1146 "renderer_host/input/synthetic_tap_gesture.cc",
1147 "renderer_host/input/synthetic_tap_gesture.h",
lanwei1060f1f2016-11-28 23:00:311148 "renderer_host/input/synthetic_touch_driver.cc",
1149 "renderer_host/input/synthetic_touch_driver.h",
brettwb167c7332016-09-07 22:52:461150 "renderer_host/input/synthetic_touchpad_pinch_gesture.cc",
1151 "renderer_host/input/synthetic_touchpad_pinch_gesture.h",
1152 "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc",
1153 "renderer_host/input/synthetic_touchscreen_pinch_gesture.h",
1154 "renderer_host/input/tap_suppression_controller.cc",
1155 "renderer_host/input/tap_suppression_controller.h",
1156 "renderer_host/input/tap_suppression_controller_client.h",
1157 "renderer_host/input/timeout_monitor.cc",
1158 "renderer_host/input/timeout_monitor.h",
1159 "renderer_host/input/touch_action_filter.cc",
1160 "renderer_host/input/touch_action_filter.h",
1161 "renderer_host/input/touch_emulator.cc",
1162 "renderer_host/input/touch_emulator.h",
1163 "renderer_host/input/touch_emulator_client.h",
brettwb167c7332016-09-07 22:52:461164 "renderer_host/input/touch_event_queue.h",
1165 "renderer_host/input/touch_selection_controller_client_aura.cc",
1166 "renderer_host/input/touch_selection_controller_client_aura.h",
dtapuska48fd5b92017-02-22 15:16:041167 "renderer_host/input/touch_timeout_handler.cc",
1168 "renderer_host/input/touch_timeout_handler.h",
brettwb167c7332016-09-07 22:52:461169 "renderer_host/input/touchpad_tap_suppression_controller.cc",
1170 "renderer_host/input/touchpad_tap_suppression_controller.h",
1171 "renderer_host/input/touchscreen_tap_suppression_controller.cc",
1172 "renderer_host/input/touchscreen_tap_suppression_controller.h",
1173 "renderer_host/input/web_input_event_builders_android.cc",
1174 "renderer_host/input/web_input_event_builders_android.h",
1175 "renderer_host/input/web_input_event_builders_mac.h",
1176 "renderer_host/input/web_input_event_builders_mac.mm",
1177 "renderer_host/legacy_render_widget_host_win.cc",
1178 "renderer_host/legacy_render_widget_host_win.h",
brettwb167c7332016-09-07 22:52:461179 "renderer_host/media/audio_input_device_manager.cc",
1180 "renderer_host/media/audio_input_device_manager.h",
1181 "renderer_host/media/audio_input_renderer_host.cc",
1182 "renderer_host/media/audio_input_renderer_host.h",
1183 "renderer_host/media/audio_input_sync_writer.cc",
1184 "renderer_host/media/audio_input_sync_writer.h",
maxmorinb08e8422016-11-18 09:34:011185 "renderer_host/media/audio_output_authorization_handler.cc",
1186 "renderer_host/media/audio_output_authorization_handler.h",
maxmorin5d6f36b2017-02-01 08:51:211187 "renderer_host/media/audio_output_delegate_impl.cc",
1188 "renderer_host/media/audio_output_delegate_impl.h",
brettwb167c7332016-09-07 22:52:461189 "renderer_host/media/audio_renderer_host.cc",
1190 "renderer_host/media/audio_renderer_host.h",
1191 "renderer_host/media/audio_sync_reader.cc",
1192 "renderer_host/media/audio_sync_reader.h",
chfremerc9148152017-04-17 17:10:261193 "renderer_host/media/in_process_launched_video_capture_device.cc",
1194 "renderer_host/media/in_process_launched_video_capture_device.h",
1195 "renderer_host/media/in_process_video_capture_device_launcher.cc",
1196 "renderer_host/media/in_process_video_capture_device_launcher.h",
chfremer3b099812017-04-11 17:30:501197 "renderer_host/media/in_process_video_capture_provider.cc",
1198 "renderer_host/media/in_process_video_capture_provider.h",
brettwb167c7332016-09-07 22:52:461199 "renderer_host/media/media_capture_devices_impl.cc",
1200 "renderer_host/media/media_capture_devices_impl.h",
guidou9357cc52016-10-11 19:53:361201 "renderer_host/media/media_devices_dispatcher_host.cc",
1202 "renderer_host/media/media_devices_dispatcher_host.h",
guidoucc6d4602016-09-23 21:28:431203 "renderer_host/media/media_devices_manager.cc",
1204 "renderer_host/media/media_devices_manager.h",
brettwb167c7332016-09-07 22:52:461205 "renderer_host/media/media_stream_dispatcher_host.cc",
1206 "renderer_host/media/media_stream_dispatcher_host.h",
1207 "renderer_host/media/media_stream_manager.cc",
1208 "renderer_host/media/media_stream_manager.h",
1209 "renderer_host/media/media_stream_provider.h",
1210 "renderer_host/media/media_stream_requester.h",
1211 "renderer_host/media/media_stream_track_metrics_host.cc",
1212 "renderer_host/media/media_stream_track_metrics_host.h",
1213 "renderer_host/media/media_stream_ui_proxy.cc",
1214 "renderer_host/media/media_stream_ui_proxy.h",
maxmorin2781f5ff2017-04-04 08:29:411215 "renderer_host/media/render_frame_audio_output_stream_factory.cc",
1216 "renderer_host/media/render_frame_audio_output_stream_factory.h",
1217 "renderer_host/media/renderer_audio_output_stream_factory_context.h",
1218 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.cc",
1219 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.h",
brettwb167c7332016-09-07 22:52:461220 "renderer_host/media/video_capture_controller.cc",
1221 "renderer_host/media/video_capture_controller.h",
1222 "renderer_host/media/video_capture_controller_event_handler.h",
chfremerc9148152017-04-17 17:10:261223 "renderer_host/media/video_capture_device_launch_observer.h",
brettwb167c7332016-09-07 22:52:461224 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1225 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1226 "renderer_host/media/video_capture_host.cc",
1227 "renderer_host/media/video_capture_host.h",
1228 "renderer_host/media/video_capture_manager.cc",
1229 "renderer_host/media/video_capture_manager.h",
chfremer3b099812017-04-11 17:30:501230 "renderer_host/media/video_capture_provider.h",
brettwb167c7332016-09-07 22:52:461231 "renderer_host/native_web_keyboard_event_aura.cc",
1232 "renderer_host/native_web_keyboard_event_mac.mm",
xing.xu393f14e2017-03-09 02:05:001233 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.cc",
1234 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.h",
kylechar30b894d2017-04-13 12:09:251235 "renderer_host/offscreen_canvas_provider_impl.cc",
1236 "renderer_host/offscreen_canvas_provider_impl.h",
brettwb167c7332016-09-07 22:52:461237 "renderer_host/offscreen_canvas_surface_impl.cc",
1238 "renderer_host/offscreen_canvas_surface_impl.h",
1239 "renderer_host/overscroll_configuration.cc",
1240 "renderer_host/overscroll_controller.cc",
1241 "renderer_host/overscroll_controller.h",
1242 "renderer_host/overscroll_controller_delegate.h",
1243 "renderer_host/render_message_filter.cc",
1244 "renderer_host/render_message_filter.h",
1245 "renderer_host/render_process_host_impl.cc",
1246 "renderer_host/render_process_host_impl.h",
1247 "renderer_host/render_sandbox_host_linux.cc",
1248 "renderer_host/render_sandbox_host_linux.h",
1249 "renderer_host/render_view_host_delegate.cc",
1250 "renderer_host/render_view_host_delegate.h",
rlanday7f2ec7f2016-12-14 02:28:341251 "renderer_host/render_view_host_delegate_view.cc",
brettwb167c7332016-09-07 22:52:461252 "renderer_host/render_view_host_delegate_view.h",
1253 "renderer_host/render_view_host_factory.cc",
1254 "renderer_host/render_view_host_factory.h",
1255 "renderer_host/render_view_host_impl.cc",
1256 "renderer_host/render_view_host_impl.h",
1257 "renderer_host/render_widget_helper.cc",
1258 "renderer_host/render_widget_helper.h",
1259 "renderer_host/render_widget_host_delegate.cc",
1260 "renderer_host/render_widget_host_delegate.h",
1261 "renderer_host/render_widget_host_impl.cc",
1262 "renderer_host/render_widget_host_impl.h",
1263 "renderer_host/render_widget_host_input_event_router.cc",
1264 "renderer_host/render_widget_host_input_event_router.h",
1265 "renderer_host/render_widget_host_owner_delegate.h",
1266 "renderer_host/render_widget_host_view_aura.cc",
1267 "renderer_host/render_widget_host_view_aura.h",
1268 "renderer_host/render_widget_host_view_base.cc",
1269 "renderer_host/render_widget_host_view_base.h",
1270 "renderer_host/render_widget_host_view_base_observer.cc",
1271 "renderer_host/render_widget_host_view_base_observer.h",
samans5846cb2c2017-01-31 03:09:471272 "renderer_host/render_widget_host_view_frame_subscriber.h",
brettwb167c7332016-09-07 22:52:461273 "renderer_host/render_widget_host_view_mac.h",
1274 "renderer_host/render_widget_host_view_mac.mm",
1275 "renderer_host/render_widget_host_view_mac_dictionary_helper.h",
1276 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm",
1277 "renderer_host/render_widget_host_view_mac_editcommand_helper.h",
1278 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm",
brettwb167c7332016-09-07 22:52:461279 "renderer_host/sandbox_ipc_linux.cc",
1280 "renderer_host/sandbox_ipc_linux.h",
1281 "renderer_host/text_input_client_mac.h",
1282 "renderer_host/text_input_client_mac.mm",
1283 "renderer_host/text_input_client_message_filter.h",
1284 "renderer_host/text_input_client_message_filter.mm",
1285 "renderer_host/text_input_manager.cc",
1286 "renderer_host/text_input_manager.h",
1287 "renderer_host/ui_events_helper.cc",
1288 "renderer_host/ui_events_helper.h",
1289 "renderer_host/webmenurunner_mac.h",
1290 "renderer_host/webmenurunner_mac.mm",
1291 "resolve_proxy_msg_helper.cc",
1292 "resolve_proxy_msg_helper.h",
1293 "resource_context_impl.cc",
1294 "resource_context_impl.h",
leon.han552e9de2017-02-09 14:37:301295 "screen_orientation/screen_orientation_provider.cc",
1296 "screen_orientation/screen_orientation_provider.h",
Ken Rockotc7a279c2017-05-04 23:51:451297 "service_manager/common_browser_interfaces.cc",
1298 "service_manager/common_browser_interfaces.h",
benff461632016-10-06 14:27:331299 "service_manager/merge_dictionary.cc",
1300 "service_manager/merge_dictionary.h",
1301 "service_manager/service_manager_context.cc",
1302 "service_manager/service_manager_context.h",
brettwb167c7332016-09-07 22:52:461303 "service_worker/embedded_worker_instance.cc",
1304 "service_worker/embedded_worker_instance.h",
1305 "service_worker/embedded_worker_registry.cc",
1306 "service_worker/embedded_worker_registry.h",
1307 "service_worker/embedded_worker_status.h",
1308 "service_worker/foreign_fetch_request_handler.cc",
1309 "service_worker/foreign_fetch_request_handler.h",
1310 "service_worker/link_header_support.cc",
1311 "service_worker/link_header_support.h",
1312 "service_worker/service_worker_blob_reader.cc",
1313 "service_worker/service_worker_blob_reader.h",
1314 "service_worker/service_worker_cache_writer.cc",
1315 "service_worker/service_worker_cache_writer.h",
1316 "service_worker/service_worker_client_utils.cc",
1317 "service_worker/service_worker_client_utils.h",
1318 "service_worker/service_worker_context_core.cc",
1319 "service_worker/service_worker_context_core.h",
1320 "service_worker/service_worker_context_observer.h",
1321 "service_worker/service_worker_context_request_handler.cc",
1322 "service_worker/service_worker_context_request_handler.h",
1323 "service_worker/service_worker_context_watcher.cc",
1324 "service_worker/service_worker_context_watcher.h",
1325 "service_worker/service_worker_context_wrapper.cc",
1326 "service_worker/service_worker_context_wrapper.h",
1327 "service_worker/service_worker_controllee_request_handler.cc",
1328 "service_worker/service_worker_controllee_request_handler.h",
shimazu1ac68cf2017-04-20 06:03:461329 "service_worker/service_worker_data_pipe_reader.cc",
1330 "service_worker/service_worker_data_pipe_reader.h",
brettwb167c7332016-09-07 22:52:461331 "service_worker/service_worker_database.cc",
1332 "service_worker/service_worker_database.h",
1333 "service_worker/service_worker_database_task_manager.cc",
1334 "service_worker/service_worker_database_task_manager.h",
1335 "service_worker/service_worker_disk_cache.cc",
1336 "service_worker/service_worker_disk_cache.h",
1337 "service_worker/service_worker_dispatcher_host.cc",
1338 "service_worker/service_worker_dispatcher_host.h",
1339 "service_worker/service_worker_fetch_dispatcher.cc",
1340 "service_worker/service_worker_fetch_dispatcher.h",
1341 "service_worker/service_worker_handle.cc",
1342 "service_worker/service_worker_handle.h",
1343 "service_worker/service_worker_info.cc",
1344 "service_worker/service_worker_info.h",
1345 "service_worker/service_worker_internals_ui.cc",
1346 "service_worker/service_worker_internals_ui.h",
1347 "service_worker/service_worker_job_coordinator.cc",
1348 "service_worker/service_worker_job_coordinator.h",
falkenf93cb21f2017-03-17 03:05:301349 "service_worker/service_worker_lifetime_tracker.cc",
1350 "service_worker/service_worker_lifetime_tracker.h",
brettwb167c7332016-09-07 22:52:461351 "service_worker/service_worker_metrics.cc",
1352 "service_worker/service_worker_metrics.h",
clamydf7927e2016-09-22 13:03:141353 "service_worker/service_worker_navigation_handle.cc",
1354 "service_worker/service_worker_navigation_handle.h",
1355 "service_worker/service_worker_navigation_handle_core.cc",
1356 "service_worker/service_worker_navigation_handle_core.h",
brettwb167c7332016-09-07 22:52:461357 "service_worker/service_worker_process_manager.cc",
1358 "service_worker/service_worker_process_manager.h",
1359 "service_worker/service_worker_provider_host.cc",
1360 "service_worker/service_worker_provider_host.h",
1361 "service_worker/service_worker_quota_client.cc",
1362 "service_worker/service_worker_quota_client.h",
1363 "service_worker/service_worker_read_from_cache_job.cc",
1364 "service_worker/service_worker_read_from_cache_job.h",
1365 "service_worker/service_worker_register_job.cc",
1366 "service_worker/service_worker_register_job.h",
1367 "service_worker/service_worker_register_job_base.h",
1368 "service_worker/service_worker_registration.cc",
1369 "service_worker/service_worker_registration.h",
1370 "service_worker/service_worker_registration_handle.cc",
1371 "service_worker/service_worker_registration_handle.h",
1372 "service_worker/service_worker_registration_status.cc",
1373 "service_worker/service_worker_registration_status.h",
1374 "service_worker/service_worker_request_handler.cc",
1375 "service_worker/service_worker_request_handler.h",
1376 "service_worker/service_worker_response_info.cc",
1377 "service_worker/service_worker_response_info.h",
1378 "service_worker/service_worker_script_cache_map.cc",
1379 "service_worker/service_worker_script_cache_map.h",
1380 "service_worker/service_worker_storage.cc",
1381 "service_worker/service_worker_storage.h",
brettwb167c7332016-09-07 22:52:461382 "service_worker/service_worker_unregister_job.cc",
1383 "service_worker/service_worker_unregister_job.h",
1384 "service_worker/service_worker_url_request_job.cc",
1385 "service_worker/service_worker_url_request_job.h",
1386 "service_worker/service_worker_version.cc",
1387 "service_worker/service_worker_version.h",
1388 "service_worker/service_worker_write_to_cache_job.cc",
1389 "service_worker/service_worker_write_to_cache_job.h",
1390 "shared_worker/shared_worker_host.cc",
1391 "shared_worker/shared_worker_host.h",
1392 "shared_worker/shared_worker_instance.cc",
1393 "shared_worker/shared_worker_instance.h",
1394 "shared_worker/shared_worker_message_filter.cc",
1395 "shared_worker/shared_worker_message_filter.h",
1396 "shared_worker/shared_worker_service_impl.cc",
1397 "shared_worker/shared_worker_service_impl.h",
1398 "shared_worker/worker_document_set.cc",
1399 "shared_worker/worker_document_set.h",
1400 "shared_worker/worker_storage_partition.cc",
1401 "shared_worker/worker_storage_partition.h",
1402 "site_instance_impl.cc",
1403 "site_instance_impl.h",
brettwb167c7332016-09-07 22:52:461404 "speech/speech_recognition_dispatcher_host.cc",
1405 "speech/speech_recognition_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:461406 "speech/speech_recognition_manager_impl.cc",
1407 "speech/speech_recognition_manager_impl.h",
1408 "speech/speech_recognizer.h",
brettwb167c7332016-09-07 22:52:461409 "speech/speech_recognizer_impl_android.cc",
1410 "speech/speech_recognizer_impl_android.h",
1411 "ssl/ssl_client_auth_handler.cc",
1412 "ssl/ssl_client_auth_handler.h",
1413 "ssl/ssl_error_handler.cc",
1414 "ssl/ssl_error_handler.h",
1415 "ssl/ssl_manager.cc",
1416 "ssl/ssl_manager.h",
brettwb167c7332016-09-07 22:52:461417 "startup_task_runner.cc",
1418 "startup_task_runner.h",
1419 "storage_partition_impl.cc",
1420 "storage_partition_impl.h",
1421 "storage_partition_impl_map.cc",
1422 "storage_partition_impl_map.h",
1423 "streams/stream.cc",
1424 "streams/stream.h",
1425 "streams/stream_context.cc",
1426 "streams/stream_context.h",
1427 "streams/stream_handle_impl.cc",
1428 "streams/stream_handle_impl.h",
1429 "streams/stream_read_observer.h",
1430 "streams/stream_register_observer.h",
1431 "streams/stream_registry.cc",
1432 "streams/stream_registry.h",
1433 "streams/stream_url_request_job.cc",
1434 "streams/stream_url_request_job.h",
1435 "streams/stream_write_observer.h",
1436 "theme_helper_mac.h",
1437 "theme_helper_mac.mm",
ssideb549622017-03-29 21:46:001438 "tracing/background_memory_tracing_observer.cc",
1439 "tracing/background_memory_tracing_observer.h",
brettwb167c7332016-09-07 22:52:461440 "tracing/background_tracing_config_impl.cc",
1441 "tracing/background_tracing_config_impl.h",
1442 "tracing/background_tracing_manager_impl.cc",
1443 "tracing/background_tracing_manager_impl.h",
1444 "tracing/background_tracing_rule.cc",
1445 "tracing/background_tracing_rule.h",
1446 "tracing/etw_tracing_agent_win.cc",
1447 "tracing/etw_tracing_agent_win.h",
1448 "tracing/file_tracing_provider_impl.cc",
1449 "tracing/file_tracing_provider_impl.h",
1450 "tracing/trace_message_filter.cc",
1451 "tracing/trace_message_filter.h",
1452 "tracing/tracing_controller_impl.cc",
1453 "tracing/tracing_controller_impl.h",
1454 "tracing/tracing_controller_impl_data_sinks.cc",
1455 "tracing/tracing_ui.cc",
1456 "tracing/tracing_ui.h",
brettwb167c7332016-09-07 22:52:461457 "utility_process_host_impl.cc",
1458 "utility_process_host_impl.h",
blundelle75a8f92017-03-27 08:11:171459 "wake_lock/wake_lock_context_host.cc",
1460 "wake_lock/wake_lock_context_host.h",
brettwb167c7332016-09-07 22:52:461461 "web_contents/aura/gesture_nav_simple.cc",
1462 "web_contents/aura/gesture_nav_simple.h",
1463 "web_contents/aura/overscroll_navigation_overlay.cc",
1464 "web_contents/aura/overscroll_navigation_overlay.h",
1465 "web_contents/aura/overscroll_window_animation.cc",
1466 "web_contents/aura/overscroll_window_animation.h",
1467 "web_contents/aura/overscroll_window_delegate.cc",
1468 "web_contents/aura/overscroll_window_delegate.h",
1469 "web_contents/aura/shadow_layer_delegate.cc",
1470 "web_contents/aura/shadow_layer_delegate.h",
mfomitchev09f0d64a2017-03-02 19:40:071471 "web_contents/aura/uma_navigation_type.h",
brettwb167c7332016-09-07 22:52:461472 "web_contents/web_contents_impl.cc",
1473 "web_contents/web_contents_impl.h",
1474 "web_contents/web_contents_view.h",
1475 "web_contents/web_contents_view_aura.cc",
1476 "web_contents/web_contents_view_aura.h",
1477 "web_contents/web_contents_view_child_frame.cc",
1478 "web_contents/web_contents_view_child_frame.h",
1479 "web_contents/web_contents_view_guest.cc",
1480 "web_contents/web_contents_view_guest.h",
1481 "web_contents/web_contents_view_mac.h",
1482 "web_contents/web_contents_view_mac.mm",
1483 "web_contents/web_drag_dest_mac.h",
1484 "web_contents/web_drag_dest_mac.mm",
1485 "web_contents/web_drag_source_mac.h",
1486 "web_contents/web_drag_source_mac.mm",
1487 "web_contents/web_drag_utils_win.cc",
1488 "web_contents/web_drag_utils_win.h",
yhirano4a593832016-10-24 18:58:221489 "websockets/websocket_handshake_request_info_impl.cc",
1490 "websockets/websocket_handshake_request_info_impl.h",
brettwb167c7332016-09-07 22:52:461491 "websockets/websocket_impl.cc",
1492 "websockets/websocket_impl.h",
1493 "websockets/websocket_manager.cc",
1494 "websockets/websocket_manager.h",
1495 "webui/content_web_ui_controller_factory.cc",
1496 "webui/content_web_ui_controller_factory.h",
1497 "webui/generic_handler.cc",
1498 "webui/generic_handler.h",
dschuyler613a1032016-12-15 19:22:351499 "webui/i18n_source_stream.cc",
1500 "webui/i18n_source_stream.h",
brettwb167c7332016-09-07 22:52:461501 "webui/shared_resources_data_source.cc",
1502 "webui/shared_resources_data_source.h",
1503 "webui/url_data_manager.cc",
1504 "webui/url_data_manager.h",
1505 "webui/url_data_manager_backend.cc",
1506 "webui/url_data_manager_backend.h",
1507 "webui/url_data_source_impl.cc",
1508 "webui/url_data_source_impl.h",
1509 "webui/web_ui_controller_factory_registry.cc",
1510 "webui/web_ui_controller_factory_registry.h",
1511 "webui/web_ui_data_source_impl.cc",
1512 "webui/web_ui_data_source_impl.h",
1513 "webui/web_ui_impl.cc",
1514 "webui/web_ui_impl.h",
1515 "webui/web_ui_message_handler.cc",
1516 "zygote_host/zygote_communication_linux.cc",
1517 "zygote_host/zygote_communication_linux.h",
1518 "zygote_host/zygote_handle_linux.cc",
1519 "zygote_host/zygote_host_impl_linux.cc",
1520 "zygote_host/zygote_host_impl_linux.h",
1521 ]
[email protected]743530f2014-06-12 19:38:501522
[email protected]4db51ec2014-05-29 21:08:321523 if (toolkit_views) {
1524 deps += [ "//ui/events" ]
1525 }
1526
bcwhite98900b02016-09-19 20:13:031527 # ChromeOS also defines linux but their memory-monitors conflict.
1528 if (is_chromeos) {
1529 sources += [
1530 "memory/memory_monitor_chromeos.cc",
1531 "memory/memory_monitor_chromeos.h",
1532 ]
1533 } else {
1534 sources += [
1535 "memory/memory_monitor_linux.cc",
1536 "memory/memory_monitor_linux.h",
1537 ]
1538 }
1539
dgozman9d8f8182015-10-12 23:38:561540 if (!is_win) {
morritad95714f2014-10-01 02:37:241541 sources += [
morritad95714f2014-10-01 02:37:241542 "file_descriptor_info_impl.cc",
1543 "file_descriptor_info_impl.h",
1544 ]
[email protected]4db51ec2014-05-29 21:08:321545 }
1546
vitalybuka93eea402014-11-05 23:47:151547 if (enable_basic_printing || enable_print_preview) {
[email protected]743530f2014-06-12 19:38:501548 deps += [ "//printing" ]
[email protected]4db51ec2014-05-29 21:08:321549 }
1550
jamb3c1195df2016-03-21 20:41:291551 if (!is_mac) {
[email protected]743530f2014-06-12 19:38:501552 deps += [ "//sandbox" ]
1553 }
jamb3c1195df2016-03-21 20:41:291554 if (!is_android) {
mohsenc8b9ca7e2017-02-14 05:39:411555 deps += [
1556 "//content/browser/tracing:resources",
1557 "//ui/vector_icons",
1558 ]
[email protected]743530f2014-06-12 19:38:501559 }
charlieab9973242016-02-02 16:22:161560 if ((use_udev && is_posix) || is_mac || is_win) {
1561 deps += [ "//tools/battor_agent:battor_agent_lib" ]
1562 sources += [
1563 "tracing/power_tracing_agent.cc",
1564 "tracing/power_tracing_agent.h",
1565 ]
1566 }
shunhsingou70929842017-05-01 10:42:051567 if (is_chromeos) {
1568 sources += [
1569 "tracing/arc_tracing_agent.cc",
1570 "tracing/arc_tracing_agent.h",
1571 ]
1572 }
[email protected]743530f2014-06-12 19:38:501573
1574 if (enable_webrtc) {
brettwb167c7332016-09-07 22:52:461575 sources += [
1576 "renderer_host/media/peer_connection_tracker_host.cc",
1577 "renderer_host/media/peer_connection_tracker_host.h",
1578 "renderer_host/p2p/socket_dispatcher_host.cc",
1579 "renderer_host/p2p/socket_dispatcher_host.h",
1580 "renderer_host/p2p/socket_host.cc",
1581 "renderer_host/p2p/socket_host.h",
1582 "renderer_host/p2p/socket_host_tcp.cc",
1583 "renderer_host/p2p/socket_host_tcp.h",
1584 "renderer_host/p2p/socket_host_tcp_server.cc",
1585 "renderer_host/p2p/socket_host_tcp_server.h",
1586 "renderer_host/p2p/socket_host_throttler.cc",
1587 "renderer_host/p2p/socket_host_throttler.h",
1588 "renderer_host/p2p/socket_host_udp.cc",
1589 "renderer_host/p2p/socket_host_udp.h",
1590 "webrtc/webrtc_eventlog_host.cc",
1591 "webrtc/webrtc_eventlog_host.h",
1592 "webrtc/webrtc_internals.cc",
1593 "webrtc/webrtc_internals.h",
1594 "webrtc/webrtc_internals_message_handler.cc",
1595 "webrtc/webrtc_internals_message_handler.h",
1596 "webrtc/webrtc_internals_ui.cc",
1597 "webrtc/webrtc_internals_ui.h",
1598 "webrtc/webrtc_internals_ui_observer.h",
1599 ]
1600
brettwf94a6cd2016-01-28 23:57:291601 deps += [
1602 "//jingle:jingle_glue",
mbjorgecbac8082016-04-21 01:14:231603 "//third_party/webrtc/base:rtc_base",
magjed828787a2016-12-06 16:05:001604 "//third_party/webrtc/media:rtc_media_base",
mbjorgecbac8082016-04-21 01:14:231605 "//third_party/webrtc/modules/desktop_capture:primitives",
kjellandere3cbd6d2017-02-28 06:49:461606 "//third_party/webrtc_overrides:init_webrtc",
brettwf94a6cd2016-01-28 23:57:291607 ]
[email protected]743530f2014-06-12 19:38:501608 }
1609
chfremer954d0ac2017-05-04 18:13:571610 if (enable_mojo_video_capture) {
1611 sources += [
1612 "renderer_host/media/service_launched_video_capture_device.cc",
1613 "renderer_host/media/service_launched_video_capture_device.h",
1614 "renderer_host/media/service_video_capture_device_launcher.cc",
1615 "renderer_host/media/service_video_capture_device_launcher.h",
1616 "renderer_host/media/service_video_capture_provider.cc",
1617 "renderer_host/media/service_video_capture_provider.h",
1618 ]
1619
1620 deps += [
1621 "//services/video_capture/public/cpp",
1622 "//services/video_capture/public/interfaces:constants",
1623 ]
1624 }
1625
byungchulc164a2542017-01-11 18:18:261626 # Desktop screen capture implementations, conditionally built depending on
1627 # the available implementations for each platform.
miu32fb8992017-01-04 01:38:531628 if (is_linux || is_mac || is_win) {
1629 defines += [ "ENABLE_SCREEN_CAPTURE=1" ]
1630 sources += [
braveyao2f9c86302017-01-06 18:06:281631 "media/capture/cursor_renderer.cc",
miu32fb8992017-01-04 01:38:531632 "media/capture/cursor_renderer.h",
1633 "media/capture/web_contents_video_capture_device.cc",
1634 "media/capture/web_contents_video_capture_device.h",
1635 "media/capture/window_activity_tracker.cc",
1636 "media/capture/window_activity_tracker.h",
1637 ]
1638 if (use_aura) {
1639 sources += [
1640 "media/capture/aura_window_capture_machine.cc",
1641 "media/capture/aura_window_capture_machine.h",
1642 "media/capture/cursor_renderer_aura.cc",
1643 "media/capture/cursor_renderer_aura.h",
1644 "media/capture/desktop_capture_device_aura.cc",
1645 "media/capture/desktop_capture_device_aura.h",
1646 "media/capture/window_activity_tracker_aura.cc",
1647 "media/capture/window_activity_tracker_aura.h",
1648 ]
1649 }
1650 if (is_mac) {
1651 sources += [
1652 "media/capture/cursor_renderer_mac.h",
1653 "media/capture/cursor_renderer_mac.mm",
1654 "media/capture/window_activity_tracker_mac.h",
1655 "media/capture/window_activity_tracker_mac.mm",
1656 ]
1657 }
byungchulc164a2542017-01-11 18:18:261658 if (enable_webrtc) {
1659 sources += [
1660 "media/capture/desktop_capture_device.cc",
1661 "media/capture/desktop_capture_device.h",
1662 ]
1663 deps += [ "//third_party/webrtc/modules/desktop_capture" ]
1664 }
miu32fb8992017-01-04 01:38:531665 }
1666
[email protected]743530f2014-06-12 19:38:501667 if (is_win) {
[email protected]743530f2014-06-12 19:38:501668 defines += [
1669 # This prevents the inclusion of atlhost.h which paired
1670 # with the windows 8 sdk it does the wrong thing.
1671 "__ATLHOST_H__",
1672 ]
1673 deps += [
[email protected]bf94f9d2014-06-17 20:33:531674 "//third_party/iaccessible2",
1675 "//third_party/isimpledom",
sugoi842efc692017-03-14 18:10:391676 "//third_party/swiftshader",
[email protected]743530f2014-06-12 19:38:501677 ]
1678 libs += [
1679 "comctl32.lib",
1680 "dinput8.lib",
1681 "dwmapi.lib",
1682 "dxguid.lib",
jam6ce80492016-03-22 22:00:211683 "imm32.lib",
brettw44a5cf82015-04-08 19:48:221684 "oleacc.lib",
[email protected]743530f2014-06-12 19:38:501685 "portabledeviceguids.lib",
1686 ]
[email protected]743530f2014-06-12 19:38:501687 }
1688
[email protected]743530f2014-06-12 19:38:501689 if (use_udev) {
mcasas9d2063682016-02-11 22:12:391690 deps += [
1691 "//device/udev_linux",
mcasasf261a502016-02-26 23:40:331692 "//media/capture",
[email protected]743530f2014-06-12 19:38:501693 ]
1694 }
1695
1696 if (enable_plugins) {
brettwb167c7332016-09-07 22:52:461697 sources += [
1698 "../public/browser/plugin_service.h",
1699 "media/session/pepper_playback_observer.cc",
1700 "media/session/pepper_playback_observer.h",
1701 "media/session/pepper_player_delegate.cc",
1702 "media/session/pepper_player_delegate.h",
1703 "pepper_flash_settings_helper_impl.cc",
1704 "pepper_flash_settings_helper_impl.h",
1705 "plugin_content_origin_whitelist.cc",
1706 "plugin_content_origin_whitelist.h",
1707 "plugin_data_remover_impl.cc",
1708 "plugin_data_remover_impl.h",
1709 "plugin_private_storage_helper.cc",
1710 "plugin_private_storage_helper.h",
1711 "plugin_service_impl.cc",
1712 "plugin_service_impl.h",
1713 "ppapi_plugin_process_host.cc",
1714 "ppapi_plugin_process_host.h",
1715 "renderer_host/pepper/browser_ppapi_host_impl.cc",
1716 "renderer_host/pepper/browser_ppapi_host_impl.h",
1717 "renderer_host/pepper/content_browser_pepper_host_factory.cc",
1718 "renderer_host/pepper/content_browser_pepper_host_factory.h",
1719 "renderer_host/pepper/pepper_browser_font_singleton_host.cc",
1720 "renderer_host/pepper/pepper_browser_font_singleton_host.h",
1721 "renderer_host/pepper/pepper_external_file_ref_backend.cc",
1722 "renderer_host/pepper/pepper_external_file_ref_backend.h",
1723 "renderer_host/pepper/pepper_file_io_host.cc",
1724 "renderer_host/pepper/pepper_file_io_host.h",
1725 "renderer_host/pepper/pepper_file_ref_host.cc",
1726 "renderer_host/pepper/pepper_file_ref_host.h",
1727 "renderer_host/pepper/pepper_file_system_browser_host.cc",
1728 "renderer_host/pepper/pepper_file_system_browser_host.h",
1729 "renderer_host/pepper/pepper_flash_file_message_filter.cc",
1730 "renderer_host/pepper/pepper_flash_file_message_filter.h",
1731 "renderer_host/pepper/pepper_gamepad_host.cc",
1732 "renderer_host/pepper/pepper_gamepad_host.h",
1733 "renderer_host/pepper/pepper_host_resolver_message_filter.cc",
1734 "renderer_host/pepper/pepper_host_resolver_message_filter.h",
1735 "renderer_host/pepper/pepper_internal_file_ref_backend.cc",
1736 "renderer_host/pepper/pepper_internal_file_ref_backend.h",
1737 "renderer_host/pepper/pepper_lookup_request.h",
1738 "renderer_host/pepper/pepper_message_filter.cc",
1739 "renderer_host/pepper/pepper_message_filter.h",
1740 "renderer_host/pepper/pepper_network_monitor_host.cc",
1741 "renderer_host/pepper/pepper_network_monitor_host.h",
1742 "renderer_host/pepper/pepper_network_proxy_host.cc",
1743 "renderer_host/pepper/pepper_network_proxy_host.h",
1744 "renderer_host/pepper/pepper_print_settings_manager.cc",
1745 "renderer_host/pepper/pepper_print_settings_manager.h",
1746 "renderer_host/pepper/pepper_printing_host.cc",
1747 "renderer_host/pepper/pepper_printing_host.h",
1748 "renderer_host/pepper/pepper_renderer_connection.cc",
1749 "renderer_host/pepper/pepper_renderer_connection.h",
1750 "renderer_host/pepper/pepper_security_helper.cc",
1751 "renderer_host/pepper/pepper_security_helper.h",
1752 "renderer_host/pepper/pepper_socket_utils.cc",
1753 "renderer_host/pepper/pepper_socket_utils.h",
1754 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc",
1755 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.h",
1756 "renderer_host/pepper/pepper_tcp_socket_message_filter.cc",
1757 "renderer_host/pepper/pepper_tcp_socket_message_filter.h",
1758 "renderer_host/pepper/pepper_truetype_font.h",
1759 "renderer_host/pepper/pepper_truetype_font_android.cc",
1760 "renderer_host/pepper/pepper_truetype_font_host.cc",
1761 "renderer_host/pepper/pepper_truetype_font_host.h",
1762 "renderer_host/pepper/pepper_truetype_font_linux.cc",
1763 "renderer_host/pepper/pepper_truetype_font_list.h",
1764 "renderer_host/pepper/pepper_truetype_font_list_android.cc",
1765 "renderer_host/pepper/pepper_truetype_font_list_host.cc",
1766 "renderer_host/pepper/pepper_truetype_font_list_host.h",
1767 "renderer_host/pepper/pepper_truetype_font_list_mac.mm",
1768 "renderer_host/pepper/pepper_truetype_font_list_ozone.cc",
1769 "renderer_host/pepper/pepper_truetype_font_list_pango.cc",
1770 "renderer_host/pepper/pepper_truetype_font_list_win.cc",
1771 "renderer_host/pepper/pepper_truetype_font_mac.mm",
1772 "renderer_host/pepper/pepper_truetype_font_win.cc",
1773 "renderer_host/pepper/pepper_udp_socket_message_filter.cc",
1774 "renderer_host/pepper/pepper_udp_socket_message_filter.h",
1775 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.cc",
1776 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.h",
1777 "renderer_host/pepper/quota_reservation.cc",
1778 "renderer_host/pepper/quota_reservation.h",
1779 "renderer_host/pepper/ssl_context_helper.cc",
1780 "renderer_host/pepper/ssl_context_helper.h",
1781 ]
[email protected]743530f2014-06-12 19:38:501782 deps += [
tmoniuszko6cddaa92015-06-10 07:51:341783 "//ppapi/host",
scottmg3cab0ba2017-01-25 18:34:161784 "//ppapi/proxy:common",
brettwf7eb6ca2015-02-14 01:37:311785 "//ppapi/proxy:ipc",
1786 "//ppapi/shared_impl",
[email protected]743530f2014-06-12 19:38:501787 ]
1788 if (!use_ozone || use_pango) {
1789 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_ozone.cc" ]
1790 }
[email protected]c528d872014-06-27 03:17:161791 if (!use_pango) {
1792 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_pango.cc" ]
1793 }
[email protected]743530f2014-06-12 19:38:501794 }
1795
shreeram.k792fba032015-07-20 11:43:371796 if (use_atk) {
brettwb167c7332016-09-07 22:52:461797 sources += [
1798 "accessibility/accessibility_tree_formatter_auralinux.cc",
1799 "accessibility/browser_accessibility_auralinux.cc",
1800 "accessibility/browser_accessibility_auralinux.h",
1801 "accessibility/browser_accessibility_manager_auralinux.cc",
1802 "accessibility/browser_accessibility_manager_auralinux.h",
1803 ]
shreeram.k792fba032015-07-20 11:43:371804
mostynb902b5282016-08-17 23:01:001805 configs += [ "//build/config/linux/atk" ]
mostynbebc6e122016-07-28 08:53:411806
1807 if (use_gconf) {
1808 configs += [ "//build/config/linux/gconf" ]
1809 }
1810
1811 if (use_glib) {
1812 configs += [ "//build/config/linux:glib" ]
1813 }
shreeram.k792fba032015-07-20 11:43:371814 }
1815
[email protected]743530f2014-06-12 19:38:501816 if (is_linux && use_aura) {
slan17e5ce7f2015-09-25 00:04:451817 deps += [ "//build/linux:fontconfig" ]
[email protected]743530f2014-06-12 19:38:501818 }
1819
1820 if (use_x11) {
1821 configs += [ "//build/config/linux:x11" ]
jamesr4359db72015-01-21 12:40:001822 deps += [ "//ui/gfx/x" ]
cmasonedb5203e2014-09-11 18:18:381823 }
1824
capnd85baf02017-04-12 01:17:111825 if (is_linux && !is_chromeos && use_x11 &&
1826 (target_cpu == "x86" || target_cpu == "x64")) {
1827 deps += [ "//third_party/swiftshader" ]
1828 }
1829
[email protected]743530f2014-06-12 19:38:501830 if (use_pango) {
agrieve95ba4442016-04-25 15:47:131831 configs += [ "//build/config/linux/pangocairo" ]
[email protected]743530f2014-06-12 19:38:501832 }
1833
1834 if (is_android) {
brettwb167c7332016-09-07 22:52:461835 sources += [
1836 "accessibility/accessibility_tree_formatter_android.cc",
1837 "accessibility/browser_accessibility_android.cc",
1838 "accessibility/browser_accessibility_android.h",
1839 "accessibility/browser_accessibility_manager_android.cc",
1840 "accessibility/browser_accessibility_manager_android.h",
1841 "android/composited_touch_handle_drawable.cc",
1842 "android/composited_touch_handle_drawable.h",
1843 "android/content_view_core_impl.cc",
1844 "android/content_view_core_impl.h",
1845 "android/content_view_core_impl_observer.h",
1846 "android/content_view_render_view.cc",
1847 "android/content_view_render_view.h",
1848 "android/content_view_statics.cc",
1849 "android/content_view_statics.h",
timav174eb4432017-03-30 03:34:131850 "android/context_selection_client.cc",
1851 "android/context_selection_client.h",
brettwb167c7332016-09-07 22:52:461852 "android/date_time_chooser_android.cc",
1853 "android/date_time_chooser_android.h",
1854 "android/gesture_event_type.h",
jinsukkim48f82db72017-04-05 04:10:261855 "android/ime_adapter_android.cc",
1856 "android/ime_adapter_android.h",
brettwb167c7332016-09-07 22:52:461857 "android/interstitial_page_delegate_android.cc",
1858 "android/interstitial_page_delegate_android.h",
1859 "android/java/gin_java_bound_object.cc",
1860 "android/java/gin_java_bound_object.h",
1861 "android/java/gin_java_bound_object_delegate.cc",
1862 "android/java/gin_java_bound_object_delegate.h",
1863 "android/java/gin_java_bridge_dispatcher_host.cc",
1864 "android/java/gin_java_bridge_dispatcher_host.h",
1865 "android/java/gin_java_bridge_message_filter.cc",
1866 "android/java/gin_java_bridge_message_filter.h",
1867 "android/java/gin_java_method_invocation_helper.cc",
1868 "android/java/gin_java_method_invocation_helper.h",
1869 "android/java/gin_java_script_to_java_types_coercion.cc",
1870 "android/java/gin_java_script_to_java_types_coercion.h",
1871 "android/java/java_bridge_thread.cc",
1872 "android/java/java_bridge_thread.h",
1873 "android/java/java_method.cc",
1874 "android/java/java_method.h",
1875 "android/java/java_type.cc",
1876 "android/java/java_type.h",
1877 "android/java/jni_helper.cc",
1878 "android/java/jni_helper.h",
1879 "android/load_url_params.cc",
1880 "android/load_url_params.h",
1881 "android/overscroll_controller_android.cc",
1882 "android/overscroll_controller_android.h",
jinsukkim7e377432017-04-18 08:52:521883 "android/render_widget_host_connector.cc",
1884 "android/render_widget_host_connector.h",
jinsukkim3fbb94e2017-04-25 11:42:401885 "android/selection_popup_controller.cc",
1886 "android/selection_popup_controller.h",
boliu22557972016-10-25 16:08:291887 "android/synchronous_compositor_browser_filter.cc",
1888 "android/synchronous_compositor_browser_filter.h",
brettwb167c7332016-09-07 22:52:461889 "android/synchronous_compositor_host.cc",
1890 "android/synchronous_compositor_host.h",
brettwb167c7332016-09-07 22:52:461891 "android/tracing_controller_android.cc",
1892 "android/tracing_controller_android.h",
1893 "android/web_contents_observer_proxy.cc",
1894 "android/web_contents_observer_proxy.h",
rob.buis300b0872017-03-10 20:43:581895 "frame_host/render_frame_host_android.cc",
1896 "frame_host/render_frame_host_android.h",
brettwb167c7332016-09-07 22:52:461897 "media/capture/screen_capture_device_android.cc",
1898 "media/capture/screen_capture_device_android.h",
1899 "renderer_host/compositor_impl_android.cc",
1900 "renderer_host/compositor_impl_android.h",
brettwb167c7332016-09-07 22:52:461901 "renderer_host/input/synthetic_gesture_target_android.cc",
1902 "renderer_host/input/synthetic_gesture_target_android.h",
1903 "renderer_host/native_web_keyboard_event_android.cc",
1904 "renderer_host/render_widget_host_view_android.cc",
1905 "renderer_host/render_widget_host_view_android.h",
1906 "screen_orientation/screen_orientation_delegate_android.cc",
1907 "screen_orientation/screen_orientation_delegate_android.h",
brettwb167c7332016-09-07 22:52:461908 "web_contents/web_contents_android.cc",
1909 "web_contents/web_contents_android.h",
1910 "web_contents/web_contents_view_android.cc",
1911 "web_contents/web_contents_view_android.h",
1912 ]
bashi4159f36e2017-05-01 01:18:511913
1914 set_sources_assignment_filter([])
1915 sources += [
1916 "memory/swap_metrics_observer_linux.cc",
1917 "memory/swap_metrics_observer_linux.h",
1918 ]
1919 set_sources_assignment_filter(sources_assignment_filter)
1920
[email protected]743530f2014-06-12 19:38:501921 sources -= [
[email protected]743530f2014-06-12 19:38:501922 "browser_ipc_logging.cc",
zqzhanga2147f82016-10-18 22:53:261923 "media/session/audio_focus_delegate_default.cc",
zqzhangd36b5ce2016-09-30 17:29:341924 "media/session/audio_focus_manager.cc",
1925 "media/session/audio_focus_manager.h",
[email protected]743530f2014-06-12 19:38:501926 "tracing/tracing_ui.cc",
1927 "tracing/tracing_ui.h",
brettw24746e52016-12-07 04:26:171928 ]
brettw24746e52016-12-07 04:26:171929 deps += [
1930 "//content/public/android:jni",
1931 "//media",
1932 "//media/capture/content/android",
1933 "//media/capture/video/android",
brettw24746e52016-12-07 04:26:171934 "//ui/android",
1935 ]
miu32fb8992017-01-04 01:38:531936 defines += [
1937 "APPCACHE_USE_SIMPLE_CACHE",
1938 "ENABLE_SCREEN_CAPTURE=1",
1939 ]
brettw24746e52016-12-07 04:26:171940 libs += [ "jnigraphics" ]
1941 } else {
1942 # Not Android.
1943 sources += [
chenwilliame88d8362017-03-21 02:34:301944 # Devtools frontend not included in Android
1945 "devtools/devtools_frontend_host_impl.cc",
1946 "devtools/devtools_frontend_host_impl.h",
1947
brettw24746e52016-12-07 04:26:171948 # Most speech code is non-Android.
[email protected]743530f2014-06-12 19:38:501949 "speech/audio_buffer.cc",
1950 "speech/audio_buffer.h",
1951 "speech/audio_encoder.cc",
1952 "speech/audio_encoder.h",
1953 "speech/chunked_byte_buffer.cc",
1954 "speech/chunked_byte_buffer.h",
1955 "speech/endpointer/endpointer.cc",
1956 "speech/endpointer/endpointer.h",
1957 "speech/endpointer/energy_endpointer.cc",
1958 "speech/endpointer/energy_endpointer.h",
1959 "speech/endpointer/energy_endpointer_params.cc",
1960 "speech/endpointer/energy_endpointer_params.h",
[email protected]743530f2014-06-12 19:38:501961 "speech/speech_recognition_engine.cc",
1962 "speech/speech_recognition_engine.h",
1963 "speech/speech_recognizer_impl.cc",
1964 "speech/speech_recognizer_impl.h",
1965 ]
brettw24746e52016-12-07 04:26:171966 deps += [ "//third_party/flac" ]
[email protected]743530f2014-06-12 19:38:501967 }
1968
1969 if (is_mac) {
jiangj2bd42fd2015-04-18 13:29:061970 deps += [
rsesek02aa51c2016-05-11 02:13:571971 "//media",
jiangj2bd42fd2015-04-18 13:29:061972 "//sandbox/mac:sandbox",
1973 "//third_party/mozilla",
jiangj2bd42fd2015-04-18 13:29:061974 "//ui/accelerated_widget_mac",
1975 ]
rsesek02aa51c2016-05-11 02:13:571976 libs += [
1977 "Carbon.framework",
1978 "QuartzCore.framework",
1979 "IOSurface.framework",
1980 ]
[email protected]743530f2014-06-12 19:38:501981 }
1982
1983 if (is_chromeos) {
mukai2dc70ed32014-10-29 01:01:431984 deps += [
1985 "//chromeos",
1986 "//chromeos:power_manager_proto",
1987 ]
[email protected]743530f2014-06-12 19:38:501988 }
1989
1990 if (use_aura) {
1991 deps += [
ben6b0453d12016-07-02 04:27:191992 "//services/ui/public/cpp",
1993 "//services/ui/public/interfaces",
[email protected]743530f2014-06-12 19:38:501994 "//ui/aura",
mohsen166a9182015-02-09 18:19:091995 "//ui/aura_extra",
[email protected]743530f2014-06-12 19:38:501996 "//ui/strings",
James Robinson060f2e32014-09-10 22:31:371997 "//ui/wm",
[email protected]743530f2014-06-12 19:38:501998 ]
rjkroegec109de612015-11-19 01:40:471999 sources += [
sky52a39e342016-12-17 17:23:222000 "renderer_host/delegated_frame_host_client_aura.cc",
2001 "renderer_host/delegated_frame_host_client_aura.h",
jonross2843ae362016-10-21 16:48:232002 "renderer_host/render_widget_host_view_event_handler.cc",
2003 "renderer_host/render_widget_host_view_event_handler.h",
rjkroegec109de612015-11-19 01:40:472004 ]
[email protected]743530f2014-06-12 19:38:502005 } else { # Not aura.
2006 sources -= [
[email protected]c528d872014-06-27 03:17:162007 "renderer_host/input/synthetic_gesture_target_aura.cc",
2008 "renderer_host/input/synthetic_gesture_target_aura.h",
mohsenb0eeba72015-08-09 06:20:082009 "renderer_host/input/touch_selection_controller_client_aura.cc",
2010 "renderer_host/input/touch_selection_controller_client_aura.h",
[email protected]c528d872014-06-27 03:17:162011 "renderer_host/native_web_keyboard_event_aura.cc",
[email protected]743530f2014-06-12 19:38:502012 "renderer_host/render_widget_host_view_aura.cc",
2013 "renderer_host/render_widget_host_view_aura.h",
[email protected]743530f2014-06-12 19:38:502014 "renderer_host/ui_events_helper.cc",
2015 "renderer_host/ui_events_helper.h",
[email protected]c528d872014-06-27 03:17:162016 "web_contents/aura/gesture_nav_simple.cc",
2017 "web_contents/aura/gesture_nav_simple.h",
[email protected]c528d872014-06-27 03:17:162018 "web_contents/aura/overscroll_navigation_overlay.cc",
2019 "web_contents/aura/overscroll_navigation_overlay.h",
nsatragnoc0b2fa52015-04-09 22:30:512020 "web_contents/aura/overscroll_window_animation.cc",
2021 "web_contents/aura/overscroll_window_animation.h",
2022 "web_contents/aura/overscroll_window_delegate.cc",
2023 "web_contents/aura/overscroll_window_delegate.h",
[email protected]c528d872014-06-27 03:17:162024 "web_contents/aura/shadow_layer_delegate.cc",
2025 "web_contents/aura/shadow_layer_delegate.h",
[email protected]c528d872014-06-27 03:17:162026 "web_contents/web_contents_view_aura.cc",
2027 "web_contents/web_contents_view_aura.h",
[email protected]743530f2014-06-12 19:38:502028 ]
2029 }
2030
2031 if (use_aura || is_mac) {
brettwb167c7332016-09-07 22:52:462032 sources += [
2033 "compositor/browser_compositor_output_surface.cc",
2034 "compositor/browser_compositor_output_surface.h",
2035 "compositor/gpu_browser_compositor_output_surface.cc",
2036 "compositor/gpu_browser_compositor_output_surface.h",
2037 "compositor/gpu_output_surface_mac.h",
2038 "compositor/gpu_output_surface_mac.mm",
2039 "compositor/gpu_process_transport_factory.cc",
2040 "compositor/gpu_process_transport_factory.h",
2041 "compositor/gpu_surfaceless_browser_compositor_output_surface.cc",
2042 "compositor/gpu_surfaceless_browser_compositor_output_surface.h",
stanisc49501732017-02-22 22:51:562043 "compositor/gpu_vsync_begin_frame_source.cc",
2044 "compositor/gpu_vsync_begin_frame_source.h",
brettwb167c7332016-09-07 22:52:462045 "compositor/image_transport_factory.cc",
2046 "compositor/image_transport_factory.h",
2047 "compositor/offscreen_browser_compositor_output_surface.cc",
2048 "compositor/offscreen_browser_compositor_output_surface.h",
2049 "compositor/owned_mailbox.cc",
2050 "compositor/owned_mailbox.h",
2051 "compositor/reflector_impl.cc",
2052 "compositor/reflector_impl.h",
2053 "compositor/reflector_texture.cc",
2054 "compositor/reflector_texture.h",
2055 "compositor/software_browser_compositor_output_surface.cc",
2056 "compositor/software_browser_compositor_output_surface.h",
2057 "compositor/software_output_device_mac.h",
2058 "compositor/software_output_device_mac.mm",
2059 "compositor/software_output_device_ozone.cc",
2060 "compositor/software_output_device_ozone.h",
2061 "compositor/software_output_device_win.cc",
2062 "compositor/software_output_device_win.h",
2063 "compositor/software_output_device_x11.cc",
2064 "compositor/software_output_device_x11.h",
2065 "context_factory.cc",
2066 "renderer_host/browser_compositor_view_mac.h",
2067 "renderer_host/browser_compositor_view_mac.mm",
danakjea89dd542017-03-29 23:30:472068 "renderer_host/compositor_resize_lock.cc",
2069 "renderer_host/compositor_resize_lock.h",
brettwb167c7332016-09-07 22:52:462070 "renderer_host/delegated_frame_host.cc",
2071 "renderer_host/delegated_frame_host.h",
brettwb167c7332016-09-07 22:52:462072 ]
sohan.jyoti86c41c72016-04-26 15:33:202073 if (enable_vulkan) {
2074 sources += [
2075 "compositor/vulkan_browser_compositor_output_surface.cc",
2076 "compositor/vulkan_browser_compositor_output_surface.h",
2077 ]
2078 }
[email protected]886323c2014-06-14 20:34:162079 if (!use_x11) {
2080 sources -= [
2081 "compositor/software_output_device_x11.cc",
2082 "compositor/software_output_device_x11.h",
2083 ]
2084 }
[email protected]743530f2014-06-12 19:38:502085
[email protected]b1867c92014-08-13 00:22:042086 if (!use_ozone) {
2087 sources -= [
[email protected]b1867c92014-08-13 00:22:042088 "compositor/software_output_device_ozone.cc",
2089 "compositor/software_output_device_ozone.h",
2090 ]
2091 }
samans72b2a282016-12-17 02:44:152092 deps += [
2093 "//cc/surfaces:surfaces",
2094 "//ui/compositor",
2095 ]
[email protected]604b1272014-07-24 11:27:532096 }
2097
cmasonedb5203e2014-09-11 18:18:382098 if (is_linux && use_dbus) {
ppi2438a3e2014-10-28 21:55:102099 deps += [ "//dbus" ]
[email protected]743530f2014-06-12 19:38:502100 }
cjhopman2fd48fd2014-09-24 00:52:562101
davidbenee55ed442015-10-02 17:06:112102 if (is_linux) {
davidbenb983d4b2015-01-07 16:39:442103 deps += [ "//third_party/boringssl" ]
2104 }
xhwange6117332015-01-28 08:51:162105
xhwangbe720032016-02-19 18:45:312106 if (enable_mojo_media) {
2107 configs += [ "//media/mojo/services:mojo_media_config" ]
xhwangfb22df12015-10-13 23:13:462108 }
2109
jbroman79c079be2016-04-20 00:17:272110 if (use_ozone) {
2111 deps += [ "//ui/ozone" ]
2112 }
pimana333e3d2016-04-27 02:37:252113
ochangdd89a1e2016-06-08 16:39:012114 if (enable_ipc_fuzzer) {
2115 configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
2116 }
kojii30add38f2016-07-14 02:10:322117
2118 if (use_minikin_hyphenation) {
2119 sources += [
2120 "hyphenation/hyphenation_impl.cc",
2121 "hyphenation/hyphenation_impl.h",
2122 ]
kojii30add38f2016-07-14 02:10:322123 }
[email protected]4db51ec2014-05-29 21:08:322124}
ben66696d12016-03-08 17:48:002125
brettwb78fc9e2016-03-25 21:02:512126# See comment at the top of //content/BUILD.gn for how this works.
2127group("for_content_tests") {
2128 visibility = [ "//content/test/*" ]
2129 if (!is_component_build) {
2130 public_deps = [
2131 ":browser",
2132 ]
jam447407fb2016-05-06 17:57:402133 } else {
2134 public_deps = [
2135 "//third_party/leveldatabase",
2136 ]
brettwb78fc9e2016-03-25 21:02:512137 }
2138}