blob: bbf2fe8d66ae544e9b7a8c0c4a2b87bb5bea519e [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")
cjhopman2fd48fd2014-09-24 00:52:567import("//media/media_options.gni")
ochangdd89a1e2016-06-08 16:39:018import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
[email protected]4db51ec2014-05-29 21:08:329
10source_set("browser") {
Brett Wilson8f1323042014-09-11 16:58:5611 # Only the public target should depend on this. All other targets (even
12 # internal content ones) should depend on the public one.
brettwb78fc9e2016-03-25 21:02:5113 visibility = [
14 ":for_content_tests", # See top of //content/BUILD.gn for why.
15 "//content/public/browser:browser_sources",
16 ]
brettwd064ace4e2016-07-21 21:38:5317 if (is_android) {
18 # See comment in content/app/BUILD.gn above content_app_deps.
19 visibility += [ "//content/app:*" ]
20 }
[email protected]4db51ec2014-05-29 21:08:3221
ben3f5f9992015-11-19 10:38:3022 configs += [
23 "//build/config:precompiled_headers",
jamb3c1195df2016-03-21 20:41:2924 "//content:content_implementation",
jamb3c1195df2016-03-21 20:41:2925 "//third_party/WebKit/public:debug_devtools",
26 "//v8:external_startup_data",
ben3f5f9992015-11-19 10:38:3027 ]
[email protected]743530f2014-06-12 19:38:5028 defines = []
29 libs = []
30 ldflags = []
[email protected]97865022014-06-13 23:18:0431
[email protected]4db51ec2014-05-29 21:08:3232 deps = [
33 "//base",
[email protected]22fe91d2014-08-12 17:07:1234 "//base:base_static",
brettwc15ed732016-03-21 23:14:2935 "//base/third_party/dynamic_annotations",
jamb3c1195df2016-03-21 20:41:2936 "//cc",
37 "//cc/surfaces",
fsamuel540b8c12016-04-21 18:47:1038 "//components/display_compositor",
jamb3c1195df2016-03-21 20:41:2939 "//components/filesystem:lib",
40 "//components/leveldb:lib",
mek9b28f422016-05-13 21:46:2341 "//components/link_header_util",
rsleevic327b48f82015-04-30 02:03:2542 "//components/mime_util",
brettwc15ed732016-03-21 23:14:2943 "//components/tracing",
44 "//components/tracing:startup_tracing",
rsleevi24f64dc22015-08-07 21:39:2145 "//components/url_formatter",
[email protected]d28b3cb82014-05-31 04:46:1846 "//content:resources",
jamb3c1195df2016-03-21 20:41:2947 "//content/app/resources",
48 "//content/app/strings",
jkarlin34ee23cf2015-03-26 13:58:5049 "//content/browser/background_sync:background_sync_proto",
jsbell279efb42015-03-31 17:02:4650 "//content/browser/cache_storage:cache_storage_proto",
jamb3c1195df2016-03-21 20:41:2951 "//content/browser/devtools:gen_devtools_protocol_handler",
52 "//content/browser/devtools:resources",
peter05cb4db2015-03-13 14:33:3853 "//content/browser/notifications:notification_proto",
jkarlind678ae4b2015-01-27 15:04:5354 "//content/browser/service_worker:service_worker_proto",
[email protected]b506cdf2014-06-09 17:13:2155 "//content/browser/speech/proto",
brettwb78fc9e2016-03-25 21:02:5156 "//content/common",
Brett Wilson8f1323042014-09-11 16:58:5657 "//content/public/common:common_sources",
[email protected]4db51ec2014-05-29 21:08:3258 "//crypto",
ppi2438a3e2014-10-28 21:55:1059 "//device/battery",
jamb3c1195df2016-03-21 20:41:2960 "//device/bluetooth",
bajonesb9bb4c42016-07-07 00:10:5161 "//device/gamepad",
mikhail.pozdnyakov66ac3d42016-08-23 18:27:1562 "//device/generic_sensor",
lethalantidote893681c2016-09-13 19:36:3163 "//device/geolocation",
mcasas8720394f2016-08-03 22:42:3864 "//device/geolocation/public/interfaces",
scottmgc40e8822016-06-17 17:57:4865 "//device/power_save_blocker",
leon.hanc6c6dca92016-09-26 17:59:5366 "//device/time_zone_monitor",
timvolodine8e29c142014-12-06 13:49:0167 "//device/vibration",
jamb3c1195df2016-03-21 20:41:2968 "//gin",
[email protected]44a5a362014-05-30 20:01:5169 "//google_apis",
brettwc15ed732016-03-21 23:14:2970 "//gpu",
71 "//gpu/command_buffer/client:gles2_implementation",
jbroman84ba6842016-04-28 00:34:5072 "//gpu/command_buffer/client:gles2_interface",
rockotff1b8532016-08-09 16:30:0573 "//ipc",
74 "//ipc:mojom",
brettwc15ed732016-03-21 23:14:2975 "//media",
mcasase40d7522016-06-21 16:11:4076 "//media/capture",
jbroman79c079be2016-04-20 00:17:2777 "//media/gpu/ipc/client",
brettwc15ed732016-03-21 23:14:2978 "//media/midi",
bendd157e1a2016-07-22 03:15:5779 "//media/mojo/interfaces",
mcasasafcfc052016-06-06 20:47:4780 "//media/mojo/interfaces:image_capture",
rockotb814a582015-06-05 00:30:5281 "//mojo/common",
amistrycafcdff2016-06-17 03:33:4882 "//mojo/edk/system",
rockot85dce0862015-11-13 01:33:5983 "//mojo/public/cpp/bindings",
jamb3c1195df2016-03-21 20:41:2984 "//mojo/public/js",
[email protected]4db51ec2014-05-29 21:08:3285 "//net",
rohitrao1860223c2015-05-16 01:07:1486 "//net:extras",
pfeldman10628762016-09-08 07:59:2687 "//net:http_server",
ben768c8dc2016-08-12 00:26:5088 "//services/file:lib",
89 "//services/file/public/cpp",
90 "//services/file/public/interfaces",
benf709a3092016-04-12 22:38:2291 "//services/shell",
rockote98fa42c2016-05-15 03:22:1092 "//services/shell/public/cpp",
benf709a3092016-04-12 22:38:2293 "//services/shell/public/interfaces",
94 "//services/shell/runner/common",
95 "//services/shell/runner/host:lib",
[email protected]4db51ec2014-05-29 21:08:3296 "//skia",
97 "//sql",
jamb3c1195df2016-03-21 20:41:2998 "//storage/browser",
99 "//storage/common",
fsamuel9cf7bdf2015-11-20 02:19:32100 "//third_party/WebKit/public:blink_headers",
jamb3c1195df2016-03-21 20:41:29101 "//third_party/WebKit/public:image_resources",
juncai30a0e932016-05-11 00:09:51102 "//third_party/WebKit/public:mojo_bindings",
xlai8f405382016-09-01 19:46:22103 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings",
jamb3c1195df2016-03-21 20:41:29104 "//third_party/WebKit/public:resources",
jbroman79c079be2016-04-20 00:17:27105 "//third_party/angle:angle_common",
jamb3c1195df2016-03-21 20:41:29106 "//third_party/icu",
brettwd0a794a2016-01-11 19:38:34107 "//third_party/kasko:kasko_features",
jamb3c1195df2016-03-21 20:41:29108 "//third_party/libyuv",
[email protected]4db51ec2014-05-29 21:08:32109 "//third_party/re2",
[email protected]4db51ec2014-05-29 21:08:32110 "//third_party/zlib",
111 "//third_party/zlib:zip",
112 "//ui/accessibility",
113 "//ui/accessibility:ax_gen",
[email protected]52140d882014-05-30 19:22:40114 "//ui/base",
spang1c36fac2015-02-05 19:55:12115 "//ui/base/ime",
robliao8d63729c2016-03-29 17:49:47116 "//ui/display",
dcastagna0a50f642016-08-10 20:12:22117 "//ui/display/types",
[email protected]4db51ec2014-05-29 21:08:32118 "//ui/events",
119 "//ui/events:gesture_detection",
jamb3c1195df2016-03-21 20:41:29120 "//ui/events/blink",
[email protected]4db51ec2014-05-29 21:08:32121 "//ui/gfx",
122 "//ui/gfx/geometry",
ben7a77e852016-05-26 05:50:44123 "//ui/gfx/geometry/mojo",
Brett Wilsone7487942014-09-09 23:37:29124 "//ui/gl",
125 "//ui/native_theme",
[email protected]4db51ec2014-05-29 21:08:32126 "//ui/resources",
brettwc15ed732016-03-21 23:14:29127 "//ui/shell_dialogs",
[email protected]d28b3cb82014-05-31 04:46:18128 "//ui/snapshot",
jamb3c1195df2016-03-21 20:41:29129 "//ui/surface",
130 "//ui/touch_selection",
[email protected]4db51ec2014-05-29 21:08:32131 ]
132
jam447407fb2016-05-06 17:57:40133 public_deps = [
134 "//third_party/leveldatabase",
135 ]
136
brettwb167c7332016-09-07 22:52:46137 sources = [
138 # devtools_protocol_dispatcher.* is generated by
139 # //content/browser/devtools:gen_devtools_protocol_handler.
140 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatcher.cc",
141 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatcher.h",
142 "../common/mojo/mojo_child_connection.cc",
143 "../common/mojo/mojo_child_connection.h",
144 "../zygote/zygote_linux.cc",
145 "../zygote/zygote_linux.h",
146 "../zygote/zygote_main_linux.cc",
147 "accessibility/accessibility_mode_helper.cc",
148 "accessibility/accessibility_mode_helper.h",
149 "accessibility/accessibility_tree_formatter.cc",
150 "accessibility/accessibility_tree_formatter.h",
151 "accessibility/accessibility_tree_formatter_blink.cc",
152 "accessibility/accessibility_tree_formatter_blink.h",
153 "accessibility/accessibility_tree_formatter_mac.mm",
154 "accessibility/accessibility_tree_formatter_stub.cc",
155 "accessibility/accessibility_tree_formatter_utils_win.cc",
156 "accessibility/accessibility_tree_formatter_utils_win.h",
157 "accessibility/accessibility_tree_formatter_win.cc",
158 "accessibility/accessibility_ui.cc",
159 "accessibility/accessibility_ui.h",
160 "accessibility/ax_tree_id_registry.cc",
161 "accessibility/ax_tree_id_registry.h",
162 "accessibility/browser_accessibility.cc",
163 "accessibility/browser_accessibility.h",
164 "accessibility/browser_accessibility_cocoa.h",
165 "accessibility/browser_accessibility_cocoa.mm",
166 "accessibility/browser_accessibility_event.cc",
167 "accessibility/browser_accessibility_event.h",
168 "accessibility/browser_accessibility_event_win.cc",
169 "accessibility/browser_accessibility_event_win.h",
170 "accessibility/browser_accessibility_mac.h",
171 "accessibility/browser_accessibility_mac.mm",
172 "accessibility/browser_accessibility_manager.cc",
173 "accessibility/browser_accessibility_manager.h",
174 "accessibility/browser_accessibility_manager_mac.h",
175 "accessibility/browser_accessibility_manager_mac.mm",
176 "accessibility/browser_accessibility_manager_win.cc",
177 "accessibility/browser_accessibility_manager_win.h",
178 "accessibility/browser_accessibility_state_impl.cc",
179 "accessibility/browser_accessibility_state_impl.h",
180 "accessibility/browser_accessibility_state_impl_mac.mm",
181 "accessibility/browser_accessibility_state_impl_win.cc",
182 "accessibility/browser_accessibility_win.cc",
183 "accessibility/browser_accessibility_win.h",
184 "accessibility/one_shot_accessibility_tree_search.cc",
185 "accessibility/one_shot_accessibility_tree_search.h",
186 "android/background_sync_network_observer_android.cc",
187 "android/background_sync_network_observer_android.h",
188 "android/browser_jni_registrar.cc",
189 "android/browser_jni_registrar.h",
190 "android/browser_startup_controller.cc",
191 "android/browser_startup_controller.h",
192 "android/browser_surface_texture_manager.cc",
193 "android/browser_surface_texture_manager.h",
194 "android/child_process_launcher_android.cc",
195 "android/child_process_launcher_android.h",
196 "android/content_protocol_handler_impl.cc",
197 "android/content_protocol_handler_impl.h",
198 "android/content_startup_flags.cc",
199 "android/content_startup_flags.h",
200 "android/content_video_view.cc",
201 "android/content_video_view.h",
202 "android/devtools_auth.cc",
203 "android/interface_provider_android_impl.cc",
204 "android/interface_provider_android_impl.h",
205 "android/interface_registry_android_impl.cc",
206 "android/interface_registry_android_impl.h",
sammcf5f1b0f2016-09-20 23:05:11207 "android/java_interfaces_impl.cc",
208 "android/java_interfaces_impl.h",
tguilbertf08485bf2016-09-21 04:11:41209 "android/scoped_surface_request_manager.cc",
210 "android/scoped_surface_request_manager.h",
brettwb167c7332016-09-07 22:52:46211 "android/url_request_content_job.cc",
212 "android/url_request_content_job.h",
213 "appcache/appcache.cc",
214 "appcache/appcache.h",
215 "appcache/appcache_backend_impl.cc",
216 "appcache/appcache_backend_impl.h",
217 "appcache/appcache_database.cc",
218 "appcache/appcache_database.h",
219 "appcache/appcache_disk_cache.cc",
220 "appcache/appcache_disk_cache.h",
221 "appcache/appcache_dispatcher_host.cc",
222 "appcache/appcache_dispatcher_host.h",
223 "appcache/appcache_entry.h",
224 "appcache/appcache_executable_handler.h",
225 "appcache/appcache_frontend_proxy.cc",
226 "appcache/appcache_frontend_proxy.h",
227 "appcache/appcache_group.cc",
228 "appcache/appcache_group.h",
229 "appcache/appcache_histograms.cc",
230 "appcache/appcache_histograms.h",
231 "appcache/appcache_host.cc",
232 "appcache/appcache_host.h",
233 "appcache/appcache_interceptor.cc",
234 "appcache/appcache_interceptor.h",
235 "appcache/appcache_internals_ui.cc",
236 "appcache/appcache_internals_ui.h",
237 "appcache/appcache_manifest_parser.cc",
238 "appcache/appcache_manifest_parser.h",
239 "appcache/appcache_policy.h",
240 "appcache/appcache_quota_client.cc",
241 "appcache/appcache_quota_client.h",
242 "appcache/appcache_request_handler.cc",
243 "appcache/appcache_request_handler.h",
244 "appcache/appcache_response.cc",
245 "appcache/appcache_response.h",
246 "appcache/appcache_service_impl.cc",
247 "appcache/appcache_service_impl.h",
248 "appcache/appcache_storage.cc",
249 "appcache/appcache_storage.h",
250 "appcache/appcache_storage_impl.cc",
251 "appcache/appcache_storage_impl.h",
252 "appcache/appcache_update_job.cc",
253 "appcache/appcache_update_job.h",
254 "appcache/appcache_url_request_job.cc",
255 "appcache/appcache_url_request_job.h",
256 "appcache/appcache_working_set.cc",
257 "appcache/appcache_working_set.h",
258 "appcache/chrome_appcache_service.cc",
259 "appcache/chrome_appcache_service.h",
260 "background_sync/background_sync_context.cc",
261 "background_sync/background_sync_context.h",
262 "background_sync/background_sync_manager.cc",
263 "background_sync/background_sync_manager.h",
264 "background_sync/background_sync_metrics.cc",
265 "background_sync/background_sync_metrics.h",
266 "background_sync/background_sync_network_observer.cc",
267 "background_sync/background_sync_network_observer.h",
268 "background_sync/background_sync_registration.cc",
269 "background_sync/background_sync_registration.h",
270 "background_sync/background_sync_registration_options.cc",
271 "background_sync/background_sync_registration_options.h",
272 "background_sync/background_sync_service_impl.cc",
273 "background_sync/background_sync_service_impl.h",
274 "background_sync/background_sync_status.h",
275 "bad_message.cc",
276 "bad_message.h",
277 "blob_storage/blob_dispatcher_host.cc",
278 "blob_storage/blob_dispatcher_host.h",
279 "blob_storage/chrome_blob_storage_context.cc",
280 "blob_storage/chrome_blob_storage_context.h",
281 "bluetooth/bluetooth_allowed_devices_map.cc",
282 "bluetooth/bluetooth_allowed_devices_map.h",
283 "bluetooth/bluetooth_blacklist.cc",
284 "bluetooth/bluetooth_blacklist.h",
285 "bluetooth/bluetooth_device_chooser_controller.cc",
286 "bluetooth/bluetooth_device_chooser_controller.h",
287 "bluetooth/bluetooth_metrics.cc",
288 "bluetooth/bluetooth_metrics.h",
289 "bluetooth/cache_query_result.h",
290 "bluetooth/frame_connected_bluetooth_devices.cc",
291 "bluetooth/frame_connected_bluetooth_devices.h",
292 "bluetooth/web_bluetooth_service_impl.cc",
293 "bluetooth/web_bluetooth_service_impl.h",
294 "bootstrap_sandbox_manager_mac.cc",
295 "bootstrap_sandbox_manager_mac.h",
296 "broadcast_channel/broadcast_channel_provider.cc",
297 "broadcast_channel/broadcast_channel_provider.h",
298 "browser_child_process_host_impl.cc",
299 "browser_child_process_host_impl.h",
300 "browser_context.cc",
301 "browser_ipc_logging.cc",
302 "browser_main.cc",
303 "browser_main.h",
304 "browser_main_loop.cc",
305 "browser_main_loop.h",
306 "browser_main_runner.cc",
307 "browser_plugin/browser_plugin_embedder.cc",
308 "browser_plugin/browser_plugin_embedder.h",
309 "browser_plugin/browser_plugin_guest.cc",
310 "browser_plugin/browser_plugin_guest.h",
311 "browser_plugin/browser_plugin_message_filter.cc",
312 "browser_plugin/browser_plugin_message_filter.h",
313 "browser_plugin/browser_plugin_popup_menu_helper_mac.h",
314 "browser_plugin/browser_plugin_popup_menu_helper_mac.mm",
315 "browser_process_sub_thread.cc",
316 "browser_process_sub_thread.h",
317 "browser_shutdown_profile_dumper.cc",
318 "browser_shutdown_profile_dumper.h",
319 "browser_thread_impl.cc",
320 "browser_thread_impl.h",
321 "browser_url_handler_impl.cc",
322 "browser_url_handler_impl.h",
323 "browsing_data/clear_site_data_throttle.cc",
324 "browsing_data/clear_site_data_throttle.h",
325 "browsing_instance.cc",
326 "browsing_instance.h",
327 "byte_stream.cc",
328 "byte_stream.h",
329 "cache_storage/cache_storage.cc",
330 "cache_storage/cache_storage.h",
331 "cache_storage/cache_storage_blob_to_disk_cache.cc",
332 "cache_storage/cache_storage_blob_to_disk_cache.h",
333 "cache_storage/cache_storage_cache.cc",
334 "cache_storage/cache_storage_cache.h",
335 "cache_storage/cache_storage_cache_handle.cc",
336 "cache_storage/cache_storage_cache_handle.h",
337 "cache_storage/cache_storage_context_impl.cc",
338 "cache_storage/cache_storage_context_impl.h",
339 "cache_storage/cache_storage_dispatcher_host.cc",
340 "cache_storage/cache_storage_dispatcher_host.h",
341 "cache_storage/cache_storage_histogram_macros.h",
342 "cache_storage/cache_storage_manager.cc",
343 "cache_storage/cache_storage_manager.h",
344 "cache_storage/cache_storage_operation.cc",
345 "cache_storage/cache_storage_operation.h",
346 "cache_storage/cache_storage_quota_client.cc",
347 "cache_storage/cache_storage_quota_client.h",
348 "cache_storage/cache_storage_scheduler.cc",
349 "cache_storage/cache_storage_scheduler.h",
350 "cache_storage/cache_storage_scheduler_client.h",
brettwb167c7332016-09-07 22:52:46351 "child_process_launcher.cc",
352 "child_process_launcher.h",
353 "child_process_security_policy_impl.cc",
354 "child_process_security_policy_impl.h",
355 "cocoa/system_hotkey_helper_mac.h",
356 "cocoa/system_hotkey_helper_mac.mm",
357 "cocoa/system_hotkey_map.h",
358 "cocoa/system_hotkey_map.mm",
[email protected]743530f2014-06-12 19:38:50359
brettwb167c7332016-09-07 22:52:46360 # NOTE: These files are here instead of in compositor_browser_sources
361 # because the latter is not built on Android, whereas these files are
362 # needed on all platforms.
363 "compositor/surface_utils.cc",
364 "compositor/surface_utils.h",
365 "device_sensors/ambient_light_mac.cc",
366 "device_sensors/ambient_light_mac.h",
367 "device_sensors/data_fetcher_shared_memory.h",
368 "device_sensors/data_fetcher_shared_memory_android.cc",
369 "device_sensors/data_fetcher_shared_memory_base.cc",
370 "device_sensors/data_fetcher_shared_memory_base.h",
371 "device_sensors/data_fetcher_shared_memory_chromeos.cc",
372 "device_sensors/data_fetcher_shared_memory_default.cc",
373 "device_sensors/data_fetcher_shared_memory_mac.cc",
374 "device_sensors/data_fetcher_shared_memory_win.cc",
375 "device_sensors/device_sensor_host.cc",
376 "device_sensors/device_sensor_host.h",
377 "device_sensors/device_sensor_service.cc",
378 "device_sensors/device_sensor_service.h",
379 "device_sensors/device_sensors_consts.h",
380 "device_sensors/sensor_manager_android.cc",
381 "device_sensors/sensor_manager_android.h",
382 "device_sensors/sensor_manager_chromeos.cc",
383 "device_sensors/sensor_manager_chromeos.h",
384 "devtools/browser_devtools_agent_host.cc",
385 "devtools/browser_devtools_agent_host.h",
386 "devtools/devtools_agent_host_impl.cc",
387 "devtools/devtools_agent_host_impl.h",
388 "devtools/devtools_frame_trace_recorder.cc",
389 "devtools/devtools_frame_trace_recorder.h",
390 "devtools/devtools_frontend_host_impl.cc",
391 "devtools/devtools_frontend_host_impl.h",
pfeldman10628762016-09-08 07:59:26392 "devtools/devtools_http_handler.cc",
393 "devtools/devtools_http_handler.h",
brettwb167c7332016-09-07 22:52:46394 "devtools/devtools_io_context.cc",
395 "devtools/devtools_io_context.h",
396 "devtools/devtools_manager.cc",
397 "devtools/devtools_manager.h",
398 "devtools/devtools_protocol_handler.cc",
399 "devtools/devtools_protocol_handler.h",
400 "devtools/forwarding_agent_host.cc",
401 "devtools/forwarding_agent_host.h",
402 "devtools/page_navigation_throttle.cc",
403 "devtools/page_navigation_throttle.h",
404 "devtools/protocol/browser_handler.cc",
405 "devtools/protocol/browser_handler.h",
406 "devtools/protocol/color_picker.cc",
407 "devtools/protocol/color_picker.h",
408 "devtools/protocol/devtools_protocol_client.cc",
409 "devtools/protocol/devtools_protocol_client.h",
410 "devtools/protocol/devtools_protocol_delegate.h",
411 "devtools/protocol/dom_handler.cc",
412 "devtools/protocol/dom_handler.h",
413 "devtools/protocol/emulation_handler.cc",
414 "devtools/protocol/emulation_handler.h",
415 "devtools/protocol/input_handler.cc",
416 "devtools/protocol/input_handler.h",
417 "devtools/protocol/inspector_handler.cc",
418 "devtools/protocol/inspector_handler.h",
419 "devtools/protocol/io_handler.cc",
420 "devtools/protocol/io_handler.h",
421 "devtools/protocol/memory_handler.cc",
422 "devtools/protocol/memory_handler.h",
423 "devtools/protocol/network_handler.cc",
424 "devtools/protocol/network_handler.h",
425 "devtools/protocol/page_handler.cc",
426 "devtools/protocol/page_handler.h",
427 "devtools/protocol/schema_handler.cc",
428 "devtools/protocol/schema_handler.h",
429 "devtools/protocol/security_handler.cc",
430 "devtools/protocol/security_handler.h",
431 "devtools/protocol/service_worker_handler.cc",
432 "devtools/protocol/service_worker_handler.h",
433 "devtools/protocol/storage_handler.cc",
434 "devtools/protocol/storage_handler.h",
435 "devtools/protocol/system_info_handler.cc",
436 "devtools/protocol/system_info_handler.h",
437 "devtools/protocol/tethering_handler.cc",
438 "devtools/protocol/tethering_handler.h",
439 "devtools/protocol/tracing_handler.cc",
440 "devtools/protocol/tracing_handler.h",
441 "devtools/render_frame_devtools_agent_host.cc",
442 "devtools/render_frame_devtools_agent_host.h",
443 "devtools/service_worker_devtools_agent_host.cc",
444 "devtools/service_worker_devtools_agent_host.h",
445 "devtools/service_worker_devtools_manager.cc",
446 "devtools/service_worker_devtools_manager.h",
447 "devtools/shared_worker_devtools_agent_host.cc",
448 "devtools/shared_worker_devtools_agent_host.h",
449 "devtools/shared_worker_devtools_manager.cc",
450 "devtools/shared_worker_devtools_manager.h",
451 "devtools/worker_devtools_agent_host.cc",
452 "devtools/worker_devtools_agent_host.h",
453 "dom_storage/dom_storage_area.cc",
454 "dom_storage/dom_storage_area.h",
455 "dom_storage/dom_storage_context_impl.cc",
456 "dom_storage/dom_storage_context_impl.h",
457 "dom_storage/dom_storage_context_wrapper.cc",
458 "dom_storage/dom_storage_context_wrapper.h",
459 "dom_storage/dom_storage_database.cc",
460 "dom_storage/dom_storage_database.h",
461 "dom_storage/dom_storage_database_adapter.h",
462 "dom_storage/dom_storage_host.cc",
463 "dom_storage/dom_storage_host.h",
464 "dom_storage/dom_storage_message_filter.cc",
465 "dom_storage/dom_storage_message_filter.h",
466 "dom_storage/dom_storage_namespace.cc",
467 "dom_storage/dom_storage_namespace.h",
468 "dom_storage/dom_storage_session.cc",
469 "dom_storage/dom_storage_session.h",
470 "dom_storage/dom_storage_task_runner.cc",
471 "dom_storage/dom_storage_task_runner.h",
472 "dom_storage/local_storage_database_adapter.cc",
473 "dom_storage/local_storage_database_adapter.h",
474 "dom_storage/session_storage_database.cc",
475 "dom_storage/session_storage_database.h",
476 "dom_storage/session_storage_database_adapter.cc",
477 "dom_storage/session_storage_database_adapter.h",
478 "dom_storage/session_storage_namespace_impl.cc",
479 "dom_storage/session_storage_namespace_impl.h",
480 "download/base_file.cc",
481 "download/base_file.h",
brettwb167c7332016-09-07 22:52:46482 "download/base_file_posix.cc",
483 "download/base_file_win.cc",
484 "download/download_create_info.cc",
485 "download/download_create_info.h",
486 "download/download_destination_observer.h",
487 "download/download_file.h",
488 "download/download_file_factory.cc",
489 "download/download_file_factory.h",
490 "download/download_file_impl.cc",
491 "download/download_file_impl.h",
492 "download/download_interrupt_reasons_impl.cc",
493 "download/download_interrupt_reasons_impl.h",
494 "download/download_item_factory.h",
495 "download/download_item_impl.cc",
496 "download/download_item_impl.h",
497 "download/download_item_impl_delegate.cc",
498 "download/download_item_impl_delegate.h",
499 "download/download_manager_impl.cc",
500 "download/download_manager_impl.h",
501 "download/download_net_log_parameters.cc",
502 "download/download_net_log_parameters.h",
503 "download/download_request_core.cc",
504 "download/download_request_core.h",
505 "download/download_request_handle.cc",
506 "download/download_request_handle.h",
507 "download/download_resource_handler.cc",
508 "download/download_resource_handler.h",
509 "download/download_stats.cc",
510 "download/download_stats.h",
511 "download/drag_download_file.cc",
512 "download/drag_download_file.h",
513 "download/drag_download_util.cc",
514 "download/drag_download_util.h",
brettwb167c7332016-09-07 22:52:46515 "download/mhtml_generation_manager.cc",
516 "download/mhtml_generation_manager.h",
asankabd573382016-09-21 15:03:44517 "download/quarantine.cc",
518 "download/quarantine.h",
519 "download/quarantine_constants_linux.h",
520 "download/quarantine_linux.cc",
521 "download/quarantine_mac.mm",
522 "download/quarantine_win.cc",
brettwb167c7332016-09-07 22:52:46523 "download/rate_estimator.cc",
524 "download/rate_estimator.h",
525 "download/save_file.cc",
526 "download/save_file.h",
527 "download/save_file_manager.cc",
528 "download/save_file_manager.h",
529 "download/save_file_resource_handler.cc",
530 "download/save_file_resource_handler.h",
531 "download/save_item.cc",
532 "download/save_item.h",
533 "download/save_package.cc",
534 "download/save_package.h",
535 "download/save_types.cc",
536 "download/save_types.h",
537 "download/url_downloader.cc",
538 "download/url_downloader.h",
539 "fileapi/browser_file_system_helper.cc",
540 "fileapi/browser_file_system_helper.h",
541 "fileapi/fileapi_message_filter.cc",
542 "fileapi/fileapi_message_filter.h",
543 "fileapi/upload_file_system_file_element_reader.cc",
544 "fileapi/upload_file_system_file_element_reader.h",
545 "find_request_manager.cc",
546 "find_request_manager.h",
547 "font_list_async.cc",
548 "frame_host/cross_process_frame_connector.cc",
549 "frame_host/cross_process_frame_connector.h",
550 "frame_host/cross_site_transferring_request.cc",
551 "frame_host/cross_site_transferring_request.h",
552 "frame_host/debug_urls.cc",
553 "frame_host/debug_urls.h",
554 "frame_host/frame_navigation_entry.cc",
555 "frame_host/frame_navigation_entry.h",
556 "frame_host/frame_tree.cc",
557 "frame_host/frame_tree.h",
558 "frame_host/frame_tree_node.cc",
559 "frame_host/frame_tree_node.h",
560 "frame_host/frame_tree_node_blame_context.cc",
561 "frame_host/frame_tree_node_blame_context.h",
562 "frame_host/interstitial_page_impl.cc",
563 "frame_host/interstitial_page_impl.h",
564 "frame_host/interstitial_page_navigator_impl.cc",
565 "frame_host/interstitial_page_navigator_impl.h",
566 "frame_host/navigation_controller_android.cc",
567 "frame_host/navigation_controller_android.h",
568 "frame_host/navigation_controller_delegate.h",
569 "frame_host/navigation_controller_impl.cc",
570 "frame_host/navigation_controller_impl.h",
571 "frame_host/navigation_entry_impl.cc",
572 "frame_host/navigation_entry_impl.h",
573 "frame_host/navigation_entry_screenshot_manager.cc",
574 "frame_host/navigation_entry_screenshot_manager.h",
575 "frame_host/navigation_handle_impl.cc",
576 "frame_host/navigation_handle_impl.h",
577 "frame_host/navigation_request.cc",
578 "frame_host/navigation_request.h",
579 "frame_host/navigation_request_info.cc",
580 "frame_host/navigation_request_info.h",
581 "frame_host/navigator.cc",
582 "frame_host/navigator.h",
583 "frame_host/navigator_delegate.cc",
584 "frame_host/navigator_delegate.h",
585 "frame_host/navigator_impl.cc",
586 "frame_host/navigator_impl.h",
587 "frame_host/popup_menu_helper_mac.h",
588 "frame_host/popup_menu_helper_mac.mm",
589 "frame_host/render_frame_host_delegate.cc",
590 "frame_host/render_frame_host_delegate.h",
591 "frame_host/render_frame_host_factory.cc",
592 "frame_host/render_frame_host_factory.h",
593 "frame_host/render_frame_host_impl.cc",
594 "frame_host/render_frame_host_impl.h",
595 "frame_host/render_frame_host_manager.cc",
596 "frame_host/render_frame_host_manager.h",
597 "frame_host/render_frame_message_filter.cc",
598 "frame_host/render_frame_message_filter.h",
599 "frame_host/render_frame_proxy_host.cc",
600 "frame_host/render_frame_proxy_host.h",
601 "frame_host/render_widget_host_view_child_frame.cc",
602 "frame_host/render_widget_host_view_child_frame.h",
603 "frame_host/render_widget_host_view_guest.cc",
604 "frame_host/render_widget_host_view_guest.h",
605 "gamepad/gamepad_service.cc",
606 "gamepad/gamepad_service.h",
607 "gamepad/gamepad_shared_buffer_impl.cc",
608 "gamepad/gamepad_shared_buffer_impl.h",
609 "gpu/browser_gpu_channel_host_factory.cc",
610 "gpu/browser_gpu_channel_host_factory.h",
611 "gpu/browser_gpu_memory_buffer_manager.cc",
612 "gpu/browser_gpu_memory_buffer_manager.h",
613 "gpu/compositor_util.cc",
614 "gpu/compositor_util.h",
615 "gpu/gpu_data_manager_impl.cc",
616 "gpu/gpu_data_manager_impl.h",
617 "gpu/gpu_data_manager_impl_private.cc",
618 "gpu/gpu_data_manager_impl_private.h",
619 "gpu/gpu_internals_ui.cc",
620 "gpu/gpu_internals_ui.h",
621 "gpu/gpu_process_host.cc",
622 "gpu/gpu_process_host.h",
623 "gpu/gpu_process_host_ui_shim.cc",
624 "gpu/gpu_process_host_ui_shim.h",
625 "gpu/gpu_surface_tracker.cc",
626 "gpu/gpu_surface_tracker.h",
627 "gpu/shader_disk_cache.cc",
628 "gpu/shader_disk_cache.h",
629 "histogram_controller.cc",
630 "histogram_controller.h",
631 "histogram_internals_request_job.cc",
632 "histogram_internals_request_job.h",
633 "histogram_message_filter.cc",
634 "histogram_message_filter.h",
635 "histogram_subscriber.h",
636 "histogram_synchronizer.cc",
637 "histogram_synchronizer.h",
638 "host_zoom_level_context.cc",
639 "host_zoom_level_context.h",
640 "host_zoom_map_impl.cc",
641 "host_zoom_map_impl.h",
642 "indexed_db/indexed_db.h",
643 "indexed_db/indexed_db_active_blob_registry.cc",
644 "indexed_db/indexed_db_active_blob_registry.h",
645 "indexed_db/indexed_db_backing_store.cc",
646 "indexed_db/indexed_db_backing_store.h",
647 "indexed_db/indexed_db_blob_info.cc",
648 "indexed_db/indexed_db_blob_info.h",
649 "indexed_db/indexed_db_callbacks.cc",
650 "indexed_db/indexed_db_callbacks.h",
651 "indexed_db/indexed_db_class_factory.cc",
652 "indexed_db/indexed_db_class_factory.h",
653 "indexed_db/indexed_db_connection.cc",
654 "indexed_db/indexed_db_connection.h",
655 "indexed_db/indexed_db_context_impl.cc",
656 "indexed_db/indexed_db_context_impl.h",
657 "indexed_db/indexed_db_cursor.cc",
658 "indexed_db/indexed_db_cursor.h",
659 "indexed_db/indexed_db_data_loss_info.h",
660 "indexed_db/indexed_db_database.cc",
661 "indexed_db/indexed_db_database.h",
662 "indexed_db/indexed_db_database_callbacks.cc",
663 "indexed_db/indexed_db_database_callbacks.h",
664 "indexed_db/indexed_db_database_error.cc",
665 "indexed_db/indexed_db_database_error.h",
666 "indexed_db/indexed_db_dispatcher_host.cc",
667 "indexed_db/indexed_db_dispatcher_host.h",
668 "indexed_db/indexed_db_factory.h",
669 "indexed_db/indexed_db_factory_impl.cc",
670 "indexed_db/indexed_db_factory_impl.h",
671 "indexed_db/indexed_db_index_writer.cc",
672 "indexed_db/indexed_db_index_writer.h",
673 "indexed_db/indexed_db_internals_ui.cc",
674 "indexed_db/indexed_db_internals_ui.h",
675 "indexed_db/indexed_db_leveldb_coding.cc",
676 "indexed_db/indexed_db_leveldb_coding.h",
677 "indexed_db/indexed_db_metadata.cc",
678 "indexed_db/indexed_db_metadata.h",
679 "indexed_db/indexed_db_observation.cc",
680 "indexed_db/indexed_db_observation.h",
681 "indexed_db/indexed_db_observer.cc",
682 "indexed_db/indexed_db_observer.h",
683 "indexed_db/indexed_db_observer_changes.cc",
684 "indexed_db/indexed_db_observer_changes.h",
685 "indexed_db/indexed_db_pending_connection.cc",
686 "indexed_db/indexed_db_pending_connection.h",
687 "indexed_db/indexed_db_quota_client.cc",
688 "indexed_db/indexed_db_quota_client.h",
689 "indexed_db/indexed_db_return_value.h",
690 "indexed_db/indexed_db_transaction.cc",
691 "indexed_db/indexed_db_transaction.h",
692 "indexed_db/indexed_db_transaction_coordinator.cc",
693 "indexed_db/indexed_db_transaction_coordinator.h",
694 "indexed_db/indexed_db_value.cc",
695 "indexed_db/indexed_db_value.h",
696 "indexed_db/leveldb/leveldb_comparator.h",
697 "indexed_db/leveldb/leveldb_database.cc",
698 "indexed_db/leveldb/leveldb_database.h",
699 "indexed_db/leveldb/leveldb_env.cc",
700 "indexed_db/leveldb/leveldb_env.h",
701 "indexed_db/leveldb/leveldb_factory.h",
702 "indexed_db/leveldb/leveldb_iterator.h",
703 "indexed_db/leveldb/leveldb_iterator_impl.cc",
704 "indexed_db/leveldb/leveldb_iterator_impl.h",
705 "indexed_db/leveldb/leveldb_transaction.cc",
706 "indexed_db/leveldb/leveldb_transaction.h",
707 "indexed_db/leveldb/leveldb_write_batch.cc",
708 "indexed_db/leveldb/leveldb_write_batch.h",
709 "leveldb_wrapper_impl.cc",
710 "leveldb_wrapper_impl.h",
711 "loader/async_resource_handler.cc",
712 "loader/async_resource_handler.h",
713 "loader/async_revalidation_driver.cc",
714 "loader/async_revalidation_driver.h",
715 "loader/async_revalidation_manager.cc",
716 "loader/async_revalidation_manager.h",
717 "loader/cross_site_resource_handler.cc",
718 "loader/cross_site_resource_handler.h",
719 "loader/detachable_resource_handler.cc",
720 "loader/detachable_resource_handler.h",
721 "loader/global_routing_id.h",
722 "loader/intercepting_resource_handler.cc",
723 "loader/intercepting_resource_handler.h",
724 "loader/layered_resource_handler.cc",
725 "loader/layered_resource_handler.h",
726 "loader/loader_delegate.h",
727 "loader/loader_io_thread_notifier.cc",
728 "loader/loader_io_thread_notifier.h",
729 "loader/mime_sniffing_resource_handler.cc",
730 "loader/mime_sniffing_resource_handler.h",
731 "loader/mojo_async_resource_handler.cc",
732 "loader/mojo_async_resource_handler.h",
733 "loader/navigation_resource_handler.cc",
734 "loader/navigation_resource_handler.h",
735 "loader/navigation_resource_throttle.cc",
736 "loader/navigation_resource_throttle.h",
737 "loader/navigation_url_loader.cc",
738 "loader/navigation_url_loader.h",
739 "loader/navigation_url_loader_delegate.h",
740 "loader/navigation_url_loader_factory.h",
741 "loader/navigation_url_loader_impl.cc",
742 "loader/navigation_url_loader_impl.h",
743 "loader/navigation_url_loader_impl_core.cc",
744 "loader/navigation_url_loader_impl_core.h",
745 "loader/netlog_observer.cc",
746 "loader/netlog_observer.h",
747 "loader/power_save_block_resource_throttle.cc",
748 "loader/power_save_block_resource_throttle.h",
749 "loader/redirect_to_file_resource_handler.cc",
750 "loader/redirect_to_file_resource_handler.h",
751 "loader/resource_buffer.cc",
752 "loader/resource_buffer.h",
753 "loader/resource_dispatcher_host_impl.cc",
754 "loader/resource_dispatcher_host_impl.h",
755 "loader/resource_handler.cc",
756 "loader/resource_handler.h",
757 "loader/resource_hints_impl.cc",
758 "loader/resource_loader.cc",
759 "loader/resource_loader.h",
760 "loader/resource_loader_delegate.h",
761 "loader/resource_message_delegate.cc",
762 "loader/resource_message_delegate.h",
763 "loader/resource_message_filter.cc",
764 "loader/resource_message_filter.h",
765 "loader/resource_request_info_impl.cc",
766 "loader/resource_request_info_impl.h",
767 "loader/resource_scheduler.cc",
768 "loader/resource_scheduler.h",
769 "loader/resource_scheduler_filter.cc",
770 "loader/resource_scheduler_filter.h",
771 "loader/stream_resource_handler.cc",
772 "loader/stream_resource_handler.h",
773 "loader/stream_writer.cc",
774 "loader/stream_writer.h",
775 "loader/sync_resource_handler.cc",
776 "loader/sync_resource_handler.h",
777 "loader/temporary_file_stream.cc",
778 "loader/temporary_file_stream.h",
779 "loader/throttling_resource_handler.cc",
780 "loader/throttling_resource_handler.h",
781 "loader/upload_data_stream_builder.cc",
782 "loader/upload_data_stream_builder.h",
783 "loader/url_loader_factory_impl.cc",
784 "loader/url_loader_factory_impl.h",
785 "loader_delegate_impl.cc",
786 "loader_delegate_impl.h",
787 "mach_broker_mac.h",
788 "mach_broker_mac.mm",
789 "manifest/manifest_manager_host.cc",
790 "manifest/manifest_manager_host.h",
791 "media/android/browser_demuxer_android.cc",
792 "media/android/browser_demuxer_android.h",
793 "media/android/browser_media_player_manager.cc",
794 "media/android/browser_media_player_manager.h",
795 "media/android/browser_media_session_manager.cc",
796 "media/android/browser_media_session_manager.h",
797 "media/android/browser_surface_view_manager.cc",
798 "media/android/browser_surface_view_manager.h",
799 "media/android/media_player_renderer.cc",
800 "media/android/media_player_renderer.h",
801 "media/android/media_resource_getter_impl.cc",
802 "media/android/media_resource_getter_impl.h",
803 "media/android/media_throttler.cc",
804 "media/android/media_throttler.h",
805 "media/android/media_web_contents_observer_android.cc",
806 "media/android/media_web_contents_observer_android.h",
807 "media/android/provision_fetcher_impl.cc",
808 "media/android/provision_fetcher_impl.h",
809 "media/android/url_provision_fetcher.cc",
810 "media/android/url_provision_fetcher.h",
811 "media/audible_metrics.cc",
812 "media/audible_metrics.h",
813 "media/audio_stream_monitor.cc",
814 "media/audio_stream_monitor.h",
815 "media/capture/audio_mirroring_manager.cc",
816 "media/capture/audio_mirroring_manager.h",
817 "media/capture/cursor_renderer.h",
818 "media/capture/cursor_renderer_aura.cc",
819 "media/capture/cursor_renderer_aura.h",
820 "media/capture/cursor_renderer_mac.h",
821 "media/capture/cursor_renderer_mac.mm",
822 "media/capture/desktop_capture_device_uma_types.cc",
823 "media/capture/desktop_capture_device_uma_types.h",
824 "media/capture/image_capture_impl.cc",
825 "media/capture/image_capture_impl.h",
826 "media/capture/web_contents_audio_input_stream.cc",
827 "media/capture/web_contents_audio_input_stream.h",
828 "media/capture/web_contents_audio_muter.cc",
829 "media/capture/web_contents_audio_muter.h",
830 "media/capture/web_contents_tracker.cc",
831 "media/capture/web_contents_tracker.h",
832 "media/capture/web_contents_video_capture_device.cc",
833 "media/capture/web_contents_video_capture_device.h",
834 "media/capture/window_activity_tracker.cc",
835 "media/capture/window_activity_tracker.h",
836 "media/capture/window_activity_tracker_aura.cc",
837 "media/capture/window_activity_tracker_aura.h",
838 "media/capture/window_activity_tracker_mac.h",
839 "media/capture/window_activity_tracker_mac.mm",
840 "media/cdm_service_impl.cc",
841 "media/cdm_service_impl.h",
842 "media/media_internals.cc",
843 "media/media_internals.h",
844 "media/media_internals_handler.cc",
845 "media/media_internals_handler.h",
846 "media/media_internals_proxy.cc",
847 "media/media_internals_proxy.h",
848 "media/media_internals_ui.cc",
849 "media/media_internals_ui.h",
850 "media/media_web_contents_observer.cc",
851 "media/media_web_contents_observer.h",
852 "media/midi_host.cc",
853 "media/midi_host.h",
854 "media/session/audio_focus_manager.cc",
855 "media/session/audio_focus_manager.h",
856 "media/session/media_session.cc",
857 "media/session/media_session.h",
858 "media/session/media_session_controller.cc",
859 "media/session/media_session_controller.h",
860 "media/session/media_session_controllers_manager.cc",
861 "media/session/media_session_controllers_manager.h",
862 "media/session/media_session_delegate.h",
863 "media/session/media_session_delegate_android.cc",
864 "media/session/media_session_delegate_android.h",
865 "media/session/media_session_delegate_default.cc",
866 "media/session/media_session_observer.h",
867 "media/session/media_session_uma_helper.cc",
868 "media/session/media_session_uma_helper.h",
bashia6264042016-09-15 04:49:51869 "memory/memory_coordinator.cc",
870 "memory/memory_coordinator.h",
brettwb167c7332016-09-07 22:52:46871 "memory/memory_message_filter.cc",
872 "memory/memory_message_filter.h",
bashia6264042016-09-15 04:49:51873 "memory/memory_monitor.cc",
874 "memory/memory_monitor.h",
bashi66264142016-09-27 06:26:40875 "memory/memory_monitor_android.cc",
876 "memory/memory_monitor_android.h",
bashia6264042016-09-15 04:49:51877 "memory/memory_monitor_win.cc",
878 "memory/memory_monitor_win.h",
brettwb167c7332016-09-07 22:52:46879 "memory/memory_pressure_controller_impl.cc",
880 "memory/memory_pressure_controller_impl.h",
881 "message_port_message_filter.cc",
882 "message_port_message_filter.h",
883 "message_port_provider.cc",
884 "message_port_service.cc",
885 "message_port_service.h",
886 "mime_registry_impl.cc",
887 "mime_registry_impl.h",
888 "mojo/interface_registrar_android.cc",
889 "mojo/interface_registrar_android.h",
benc70c0e32016-09-22 03:50:37890 "mojo/merge_dictionary.cc",
891 "mojo/merge_dictionary.h",
brettwb167c7332016-09-07 22:52:46892 "mojo/mojo_shell_context.cc",
893 "mojo/mojo_shell_context.h",
894 "net/browser_online_state_observer.cc",
895 "net/browser_online_state_observer.h",
896 "net/network_errors_listing_ui.cc",
897 "net/network_errors_listing_ui.h",
898 "net/quota_policy_cookie_store.cc",
899 "net/quota_policy_cookie_store.h",
900 "net/view_blob_internals_job_factory.cc",
901 "net/view_blob_internals_job_factory.h",
902 "net/view_http_cache_job_factory.cc",
903 "net/view_http_cache_job_factory.h",
904 "notification_service_impl.cc",
905 "notification_service_impl.h",
906 "notifications/blink_notification_service_impl.cc",
907 "notifications/blink_notification_service_impl.h",
908 "notifications/notification_database.cc",
909 "notifications/notification_database.h",
910 "notifications/notification_database_data_conversions.cc",
911 "notifications/notification_database_data_conversions.h",
912 "notifications/notification_event_dispatcher_impl.cc",
913 "notifications/notification_event_dispatcher_impl.h",
914 "notifications/notification_id_generator.cc",
915 "notifications/notification_id_generator.h",
916 "notifications/notification_message_filter.cc",
917 "notifications/notification_message_filter.h",
918 "notifications/page_notification_delegate.cc",
919 "notifications/page_notification_delegate.h",
920 "notifications/platform_notification_context_impl.cc",
921 "notifications/platform_notification_context_impl.h",
922 "notifications/type_converters.cc",
923 "notifications/type_converters.h",
924 "permissions/permission_service_context.cc",
925 "permissions/permission_service_context.h",
926 "permissions/permission_service_impl.cc",
927 "permissions/permission_service_impl.h",
928 "power_monitor_message_broadcaster.cc",
929 "power_monitor_message_broadcaster.h",
930 "power_usage_monitor_impl.cc",
931 "power_usage_monitor_impl.h",
932 "presentation/presentation_service_impl.cc",
933 "presentation/presentation_service_impl.h",
934 "presentation/presentation_type_converters.cc",
935 "presentation/presentation_type_converters.h",
936 "profiler_controller_impl.cc",
937 "profiler_controller_impl.h",
938 "profiler_message_filter.cc",
939 "profiler_message_filter.h",
940 "push_messaging/push_messaging_message_filter.cc",
941 "push_messaging/push_messaging_message_filter.h",
942 "push_messaging/push_messaging_router.cc",
943 "push_messaging/push_messaging_router.h",
944 "quota_dispatcher_host.cc",
945 "quota_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:46946 "renderer_host/clipboard_message_filter.cc",
947 "renderer_host/clipboard_message_filter.h",
948 "renderer_host/clipboard_message_filter_mac.mm",
949 "renderer_host/compositor_resize_lock_aura.cc",
950 "renderer_host/compositor_resize_lock_aura.h",
951 "renderer_host/database_message_filter.cc",
952 "renderer_host/database_message_filter.h",
953 "renderer_host/delegated_frame_evictor.cc",
954 "renderer_host/delegated_frame_evictor.h",
955 "renderer_host/dip_util.cc",
956 "renderer_host/dip_util.h",
957 "renderer_host/dwrite_font_proxy_message_filter_win.cc",
958 "renderer_host/dwrite_font_proxy_message_filter_win.h",
959 "renderer_host/event_with_latency_info.h",
960 "renderer_host/file_utilities_message_filter.cc",
961 "renderer_host/file_utilities_message_filter.h",
962 "renderer_host/font_utils_linux.cc",
963 "renderer_host/font_utils_linux.h",
964 "renderer_host/frame_metadata_util.cc",
965 "renderer_host/frame_metadata_util.h",
966 "renderer_host/gamepad_browser_message_filter.cc",
967 "renderer_host/gamepad_browser_message_filter.h",
968 "renderer_host/input/gesture_event_queue.cc",
969 "renderer_host/input/gesture_event_queue.h",
970 "renderer_host/input/input_ack_handler.h",
971 "renderer_host/input/input_router.h",
972 "renderer_host/input/input_router_client.h",
973 "renderer_host/input/input_router_config_helper.cc",
974 "renderer_host/input/input_router_config_helper.h",
975 "renderer_host/input/input_router_impl.cc",
976 "renderer_host/input/input_router_impl.h",
977 "renderer_host/input/motion_event_web.cc",
978 "renderer_host/input/motion_event_web.h",
979 "renderer_host/input/mouse_wheel_event_queue.cc",
980 "renderer_host/input/mouse_wheel_event_queue.h",
981 "renderer_host/input/mouse_wheel_rails_filter_mac.cc",
982 "renderer_host/input/mouse_wheel_rails_filter_mac.h",
983 "renderer_host/input/render_widget_host_latency_tracker.cc",
984 "renderer_host/input/render_widget_host_latency_tracker.h",
985 "renderer_host/input/stylus_text_selector.cc",
986 "renderer_host/input/stylus_text_selector.h",
987 "renderer_host/input/synthetic_gesture.cc",
988 "renderer_host/input/synthetic_gesture.h",
989 "renderer_host/input/synthetic_gesture_controller.cc",
990 "renderer_host/input/synthetic_gesture_controller.h",
991 "renderer_host/input/synthetic_gesture_target.h",
992 "renderer_host/input/synthetic_gesture_target_aura.cc",
993 "renderer_host/input/synthetic_gesture_target_aura.h",
994 "renderer_host/input/synthetic_gesture_target_base.cc",
995 "renderer_host/input/synthetic_gesture_target_base.h",
996 "renderer_host/input/synthetic_gesture_target_mac.h",
997 "renderer_host/input/synthetic_gesture_target_mac.mm",
998 "renderer_host/input/synthetic_mouse_pointer.cc",
999 "renderer_host/input/synthetic_mouse_pointer.h",
1000 "renderer_host/input/synthetic_pinch_gesture.cc",
1001 "renderer_host/input/synthetic_pinch_gesture.h",
1002 "renderer_host/input/synthetic_pointer.cc",
1003 "renderer_host/input/synthetic_pointer.h",
1004 "renderer_host/input/synthetic_pointer_action.cc",
1005 "renderer_host/input/synthetic_pointer_action.h",
1006 "renderer_host/input/synthetic_smooth_drag_gesture.cc",
1007 "renderer_host/input/synthetic_smooth_drag_gesture.h",
1008 "renderer_host/input/synthetic_smooth_move_gesture.cc",
1009 "renderer_host/input/synthetic_smooth_move_gesture.h",
1010 "renderer_host/input/synthetic_smooth_scroll_gesture.cc",
1011 "renderer_host/input/synthetic_smooth_scroll_gesture.h",
1012 "renderer_host/input/synthetic_tap_gesture.cc",
1013 "renderer_host/input/synthetic_tap_gesture.h",
1014 "renderer_host/input/synthetic_touch_pointer.cc",
1015 "renderer_host/input/synthetic_touch_pointer.h",
1016 "renderer_host/input/synthetic_touchpad_pinch_gesture.cc",
1017 "renderer_host/input/synthetic_touchpad_pinch_gesture.h",
1018 "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc",
1019 "renderer_host/input/synthetic_touchscreen_pinch_gesture.h",
1020 "renderer_host/input/tap_suppression_controller.cc",
1021 "renderer_host/input/tap_suppression_controller.h",
1022 "renderer_host/input/tap_suppression_controller_client.h",
1023 "renderer_host/input/timeout_monitor.cc",
1024 "renderer_host/input/timeout_monitor.h",
1025 "renderer_host/input/touch_action_filter.cc",
1026 "renderer_host/input/touch_action_filter.h",
1027 "renderer_host/input/touch_emulator.cc",
1028 "renderer_host/input/touch_emulator.h",
1029 "renderer_host/input/touch_emulator_client.h",
1030 "renderer_host/input/touch_event_queue.cc",
1031 "renderer_host/input/touch_event_queue.h",
1032 "renderer_host/input/touch_selection_controller_client_aura.cc",
1033 "renderer_host/input/touch_selection_controller_client_aura.h",
1034 "renderer_host/input/touchpad_tap_suppression_controller.cc",
1035 "renderer_host/input/touchpad_tap_suppression_controller.h",
1036 "renderer_host/input/touchscreen_tap_suppression_controller.cc",
1037 "renderer_host/input/touchscreen_tap_suppression_controller.h",
1038 "renderer_host/input/web_input_event_builders_android.cc",
1039 "renderer_host/input/web_input_event_builders_android.h",
1040 "renderer_host/input/web_input_event_builders_mac.h",
1041 "renderer_host/input/web_input_event_builders_mac.mm",
1042 "renderer_host/legacy_render_widget_host_win.cc",
1043 "renderer_host/legacy_render_widget_host_win.h",
1044 "renderer_host/media/audio_input_debug_writer.cc",
1045 "renderer_host/media/audio_input_debug_writer.h",
1046 "renderer_host/media/audio_input_device_manager.cc",
1047 "renderer_host/media/audio_input_device_manager.h",
1048 "renderer_host/media/audio_input_renderer_host.cc",
1049 "renderer_host/media/audio_input_renderer_host.h",
1050 "renderer_host/media/audio_input_sync_writer.cc",
1051 "renderer_host/media/audio_input_sync_writer.h",
brettwb167c7332016-09-07 22:52:461052 "renderer_host/media/audio_renderer_host.cc",
1053 "renderer_host/media/audio_renderer_host.h",
1054 "renderer_host/media/audio_sync_reader.cc",
1055 "renderer_host/media/audio_sync_reader.h",
chfremer71238fe2016-09-22 22:06:321056 "renderer_host/media/gpu_memory_buffer_handle.cc",
1057 "renderer_host/media/gpu_memory_buffer_handle.h",
1058 "renderer_host/media/gpu_memory_buffer_tracker.cc",
1059 "renderer_host/media/gpu_memory_buffer_tracker.h",
brettwb167c7332016-09-07 22:52:461060 "renderer_host/media/media_capture_devices_impl.cc",
1061 "renderer_host/media/media_capture_devices_impl.h",
guidoucc6d4602016-09-23 21:28:431062 "renderer_host/media/media_devices_manager.cc",
1063 "renderer_host/media/media_devices_manager.h",
brettwb167c7332016-09-07 22:52:461064 "renderer_host/media/media_stream_dispatcher_host.cc",
1065 "renderer_host/media/media_stream_dispatcher_host.h",
1066 "renderer_host/media/media_stream_manager.cc",
1067 "renderer_host/media/media_stream_manager.h",
1068 "renderer_host/media/media_stream_provider.h",
1069 "renderer_host/media/media_stream_requester.h",
1070 "renderer_host/media/media_stream_track_metrics_host.cc",
1071 "renderer_host/media/media_stream_track_metrics_host.h",
1072 "renderer_host/media/media_stream_ui_proxy.cc",
1073 "renderer_host/media/media_stream_ui_proxy.h",
chfremer71238fe2016-09-22 22:06:321074 "renderer_host/media/shared_memory_buffer_handle.cc",
1075 "renderer_host/media/shared_memory_buffer_handle.h",
1076 "renderer_host/media/shared_memory_buffer_tracker.cc",
1077 "renderer_host/media/shared_memory_buffer_tracker.h",
1078 "renderer_host/media/video_capture_buffer_handle.h",
brettwb167c7332016-09-07 22:52:461079 "renderer_host/media/video_capture_buffer_pool.cc",
1080 "renderer_host/media/video_capture_buffer_pool.h",
chfremer71238fe2016-09-22 22:06:321081 "renderer_host/media/video_capture_buffer_tracker.h",
1082 "renderer_host/media/video_capture_buffer_tracker_factory.cc",
1083 "renderer_host/media/video_capture_buffer_tracker_factory.h",
brettwb167c7332016-09-07 22:52:461084 "renderer_host/media/video_capture_controller.cc",
1085 "renderer_host/media/video_capture_controller.h",
1086 "renderer_host/media/video_capture_controller_event_handler.h",
1087 "renderer_host/media/video_capture_device_client.cc",
1088 "renderer_host/media/video_capture_device_client.h",
1089 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1090 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1091 "renderer_host/media/video_capture_host.cc",
1092 "renderer_host/media/video_capture_host.h",
1093 "renderer_host/media/video_capture_manager.cc",
1094 "renderer_host/media/video_capture_manager.h",
1095 "renderer_host/native_web_keyboard_event_aura.cc",
1096 "renderer_host/native_web_keyboard_event_mac.mm",
xidachen6267a772016-09-20 15:24:381097 "renderer_host/offscreen_canvas_compositor_frame_sink.cc",
1098 "renderer_host/offscreen_canvas_compositor_frame_sink.h",
1099 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc",
1100 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h",
brettwb167c7332016-09-07 22:52:461101 "renderer_host/offscreen_canvas_surface_impl.cc",
1102 "renderer_host/offscreen_canvas_surface_impl.h",
1103 "renderer_host/overscroll_configuration.cc",
1104 "renderer_host/overscroll_controller.cc",
1105 "renderer_host/overscroll_controller.h",
1106 "renderer_host/overscroll_controller_delegate.h",
1107 "renderer_host/render_message_filter.cc",
1108 "renderer_host/render_message_filter.h",
1109 "renderer_host/render_process_host_impl.cc",
1110 "renderer_host/render_process_host_impl.h",
1111 "renderer_host/render_sandbox_host_linux.cc",
1112 "renderer_host/render_sandbox_host_linux.h",
1113 "renderer_host/render_view_host_delegate.cc",
1114 "renderer_host/render_view_host_delegate.h",
1115 "renderer_host/render_view_host_delegate_view.h",
1116 "renderer_host/render_view_host_factory.cc",
1117 "renderer_host/render_view_host_factory.h",
1118 "renderer_host/render_view_host_impl.cc",
1119 "renderer_host/render_view_host_impl.h",
1120 "renderer_host/render_widget_helper.cc",
1121 "renderer_host/render_widget_helper.h",
1122 "renderer_host/render_widget_host_delegate.cc",
1123 "renderer_host/render_widget_host_delegate.h",
1124 "renderer_host/render_widget_host_impl.cc",
1125 "renderer_host/render_widget_host_impl.h",
1126 "renderer_host/render_widget_host_input_event_router.cc",
1127 "renderer_host/render_widget_host_input_event_router.h",
1128 "renderer_host/render_widget_host_owner_delegate.h",
1129 "renderer_host/render_widget_host_view_aura.cc",
1130 "renderer_host/render_widget_host_view_aura.h",
1131 "renderer_host/render_widget_host_view_base.cc",
1132 "renderer_host/render_widget_host_view_base.h",
1133 "renderer_host/render_widget_host_view_base_observer.cc",
1134 "renderer_host/render_widget_host_view_base_observer.h",
1135 "renderer_host/render_widget_host_view_mac.h",
1136 "renderer_host/render_widget_host_view_mac.mm",
1137 "renderer_host/render_widget_host_view_mac_dictionary_helper.h",
1138 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm",
1139 "renderer_host/render_widget_host_view_mac_editcommand_helper.h",
1140 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm",
1141 "renderer_host/renderer_frame_manager.cc",
1142 "renderer_host/renderer_frame_manager.h",
1143 "renderer_host/sandbox_ipc_linux.cc",
1144 "renderer_host/sandbox_ipc_linux.h",
1145 "renderer_host/text_input_client_mac.h",
1146 "renderer_host/text_input_client_mac.mm",
1147 "renderer_host/text_input_client_message_filter.h",
1148 "renderer_host/text_input_client_message_filter.mm",
1149 "renderer_host/text_input_manager.cc",
1150 "renderer_host/text_input_manager.h",
1151 "renderer_host/ui_events_helper.cc",
1152 "renderer_host/ui_events_helper.h",
1153 "renderer_host/webmenurunner_mac.h",
1154 "renderer_host/webmenurunner_mac.mm",
1155 "resolve_proxy_msg_helper.cc",
1156 "resolve_proxy_msg_helper.h",
1157 "resource_context_impl.cc",
1158 "resource_context_impl.h",
brettwb167c7332016-09-07 22:52:461159 "screen_orientation/screen_orientation_delegate_win.cc",
1160 "screen_orientation/screen_orientation_delegate_win.h",
1161 "screen_orientation/screen_orientation_dispatcher_host_impl.cc",
1162 "screen_orientation/screen_orientation_dispatcher_host_impl.h",
1163 "service_worker/embedded_worker_instance.cc",
1164 "service_worker/embedded_worker_instance.h",
1165 "service_worker/embedded_worker_registry.cc",
1166 "service_worker/embedded_worker_registry.h",
1167 "service_worker/embedded_worker_status.h",
1168 "service_worker/foreign_fetch_request_handler.cc",
1169 "service_worker/foreign_fetch_request_handler.h",
1170 "service_worker/link_header_support.cc",
1171 "service_worker/link_header_support.h",
1172 "service_worker/service_worker_blob_reader.cc",
1173 "service_worker/service_worker_blob_reader.h",
1174 "service_worker/service_worker_cache_writer.cc",
1175 "service_worker/service_worker_cache_writer.h",
1176 "service_worker/service_worker_client_utils.cc",
1177 "service_worker/service_worker_client_utils.h",
1178 "service_worker/service_worker_context_core.cc",
1179 "service_worker/service_worker_context_core.h",
1180 "service_worker/service_worker_context_observer.h",
1181 "service_worker/service_worker_context_request_handler.cc",
1182 "service_worker/service_worker_context_request_handler.h",
1183 "service_worker/service_worker_context_watcher.cc",
1184 "service_worker/service_worker_context_watcher.h",
1185 "service_worker/service_worker_context_wrapper.cc",
1186 "service_worker/service_worker_context_wrapper.h",
1187 "service_worker/service_worker_controllee_request_handler.cc",
1188 "service_worker/service_worker_controllee_request_handler.h",
1189 "service_worker/service_worker_database.cc",
1190 "service_worker/service_worker_database.h",
1191 "service_worker/service_worker_database_task_manager.cc",
1192 "service_worker/service_worker_database_task_manager.h",
1193 "service_worker/service_worker_disk_cache.cc",
1194 "service_worker/service_worker_disk_cache.h",
1195 "service_worker/service_worker_dispatcher_host.cc",
1196 "service_worker/service_worker_dispatcher_host.h",
1197 "service_worker/service_worker_fetch_dispatcher.cc",
1198 "service_worker/service_worker_fetch_dispatcher.h",
1199 "service_worker/service_worker_handle.cc",
1200 "service_worker/service_worker_handle.h",
1201 "service_worker/service_worker_info.cc",
1202 "service_worker/service_worker_info.h",
1203 "service_worker/service_worker_internals_ui.cc",
1204 "service_worker/service_worker_internals_ui.h",
1205 "service_worker/service_worker_job_coordinator.cc",
1206 "service_worker/service_worker_job_coordinator.h",
1207 "service_worker/service_worker_metrics.cc",
1208 "service_worker/service_worker_metrics.h",
clamydf7927e2016-09-22 13:03:141209 "service_worker/service_worker_navigation_handle.cc",
1210 "service_worker/service_worker_navigation_handle.h",
1211 "service_worker/service_worker_navigation_handle_core.cc",
1212 "service_worker/service_worker_navigation_handle_core.h",
brettwb167c7332016-09-07 22:52:461213 "service_worker/service_worker_process_manager.cc",
1214 "service_worker/service_worker_process_manager.h",
1215 "service_worker/service_worker_provider_host.cc",
1216 "service_worker/service_worker_provider_host.h",
1217 "service_worker/service_worker_quota_client.cc",
1218 "service_worker/service_worker_quota_client.h",
1219 "service_worker/service_worker_read_from_cache_job.cc",
1220 "service_worker/service_worker_read_from_cache_job.h",
1221 "service_worker/service_worker_register_job.cc",
1222 "service_worker/service_worker_register_job.h",
1223 "service_worker/service_worker_register_job_base.h",
1224 "service_worker/service_worker_registration.cc",
1225 "service_worker/service_worker_registration.h",
1226 "service_worker/service_worker_registration_handle.cc",
1227 "service_worker/service_worker_registration_handle.h",
1228 "service_worker/service_worker_registration_status.cc",
1229 "service_worker/service_worker_registration_status.h",
1230 "service_worker/service_worker_request_handler.cc",
1231 "service_worker/service_worker_request_handler.h",
1232 "service_worker/service_worker_response_info.cc",
1233 "service_worker/service_worker_response_info.h",
1234 "service_worker/service_worker_script_cache_map.cc",
1235 "service_worker/service_worker_script_cache_map.h",
1236 "service_worker/service_worker_storage.cc",
1237 "service_worker/service_worker_storage.h",
1238 "service_worker/service_worker_stream_reader.cc",
1239 "service_worker/service_worker_stream_reader.h",
1240 "service_worker/service_worker_unregister_job.cc",
1241 "service_worker/service_worker_unregister_job.h",
1242 "service_worker/service_worker_url_request_job.cc",
1243 "service_worker/service_worker_url_request_job.h",
1244 "service_worker/service_worker_version.cc",
1245 "service_worker/service_worker_version.h",
1246 "service_worker/service_worker_write_to_cache_job.cc",
1247 "service_worker/service_worker_write_to_cache_job.h",
1248 "shared_worker/shared_worker_host.cc",
1249 "shared_worker/shared_worker_host.h",
1250 "shared_worker/shared_worker_instance.cc",
1251 "shared_worker/shared_worker_instance.h",
1252 "shared_worker/shared_worker_message_filter.cc",
1253 "shared_worker/shared_worker_message_filter.h",
1254 "shared_worker/shared_worker_service_impl.cc",
1255 "shared_worker/shared_worker_service_impl.h",
1256 "shared_worker/worker_document_set.cc",
1257 "shared_worker/worker_document_set.h",
1258 "shared_worker/worker_storage_partition.cc",
1259 "shared_worker/worker_storage_partition.h",
1260 "site_instance_impl.cc",
1261 "site_instance_impl.h",
1262 "speech/audio_buffer.cc",
1263 "speech/audio_buffer.h",
1264 "speech/audio_encoder.cc",
1265 "speech/audio_encoder.h",
1266 "speech/chunked_byte_buffer.cc",
1267 "speech/chunked_byte_buffer.h",
1268 "speech/endpointer/endpointer.cc",
1269 "speech/endpointer/endpointer.h",
1270 "speech/endpointer/energy_endpointer.cc",
1271 "speech/endpointer/energy_endpointer.h",
1272 "speech/endpointer/energy_endpointer_params.cc",
1273 "speech/endpointer/energy_endpointer_params.h",
1274 "speech/speech_recognition_dispatcher_host.cc",
1275 "speech/speech_recognition_dispatcher_host.h",
1276 "speech/speech_recognition_engine.cc",
1277 "speech/speech_recognition_engine.h",
1278 "speech/speech_recognition_manager_impl.cc",
1279 "speech/speech_recognition_manager_impl.h",
1280 "speech/speech_recognizer.h",
1281 "speech/speech_recognizer_impl.cc",
1282 "speech/speech_recognizer_impl.h",
1283 "speech/speech_recognizer_impl_android.cc",
1284 "speech/speech_recognizer_impl_android.h",
1285 "ssl/ssl_client_auth_handler.cc",
1286 "ssl/ssl_client_auth_handler.h",
1287 "ssl/ssl_error_handler.cc",
1288 "ssl/ssl_error_handler.h",
1289 "ssl/ssl_manager.cc",
1290 "ssl/ssl_manager.h",
1291 "ssl/ssl_policy.cc",
1292 "ssl/ssl_policy.h",
1293 "ssl/ssl_policy_backend.cc",
1294 "ssl/ssl_policy_backend.h",
1295 "startup_task_runner.cc",
1296 "startup_task_runner.h",
1297 "storage_partition_impl.cc",
1298 "storage_partition_impl.h",
1299 "storage_partition_impl_map.cc",
1300 "storage_partition_impl_map.h",
1301 "streams/stream.cc",
1302 "streams/stream.h",
1303 "streams/stream_context.cc",
1304 "streams/stream_context.h",
1305 "streams/stream_handle_impl.cc",
1306 "streams/stream_handle_impl.h",
1307 "streams/stream_read_observer.h",
1308 "streams/stream_register_observer.h",
1309 "streams/stream_registry.cc",
1310 "streams/stream_registry.h",
1311 "streams/stream_url_request_job.cc",
1312 "streams/stream_url_request_job.h",
1313 "streams/stream_write_observer.h",
1314 "theme_helper_mac.h",
1315 "theme_helper_mac.mm",
brettwb167c7332016-09-07 22:52:461316 "tracing/background_tracing_config_impl.cc",
1317 "tracing/background_tracing_config_impl.h",
1318 "tracing/background_tracing_manager_impl.cc",
1319 "tracing/background_tracing_manager_impl.h",
1320 "tracing/background_tracing_rule.cc",
1321 "tracing/background_tracing_rule.h",
1322 "tracing/etw_tracing_agent_win.cc",
1323 "tracing/etw_tracing_agent_win.h",
1324 "tracing/file_tracing_provider_impl.cc",
1325 "tracing/file_tracing_provider_impl.h",
1326 "tracing/trace_message_filter.cc",
1327 "tracing/trace_message_filter.h",
1328 "tracing/tracing_controller_impl.cc",
1329 "tracing/tracing_controller_impl.h",
1330 "tracing/tracing_controller_impl_data_sinks.cc",
1331 "tracing/tracing_ui.cc",
1332 "tracing/tracing_ui.h",
1333 "user_metrics.cc",
1334 "utility_process_host_impl.cc",
1335 "utility_process_host_impl.h",
1336 "wake_lock/wake_lock_service_context.cc",
1337 "wake_lock/wake_lock_service_context.h",
1338 "wake_lock/wake_lock_service_impl.cc",
1339 "wake_lock/wake_lock_service_impl.h",
1340 "web_contents/aura/gesture_nav_simple.cc",
1341 "web_contents/aura/gesture_nav_simple.h",
1342 "web_contents/aura/overscroll_navigation_overlay.cc",
1343 "web_contents/aura/overscroll_navigation_overlay.h",
1344 "web_contents/aura/overscroll_window_animation.cc",
1345 "web_contents/aura/overscroll_window_animation.h",
1346 "web_contents/aura/overscroll_window_delegate.cc",
1347 "web_contents/aura/overscroll_window_delegate.h",
1348 "web_contents/aura/shadow_layer_delegate.cc",
1349 "web_contents/aura/shadow_layer_delegate.h",
1350 "web_contents/web_contents_impl.cc",
1351 "web_contents/web_contents_impl.h",
1352 "web_contents/web_contents_view.h",
1353 "web_contents/web_contents_view_aura.cc",
1354 "web_contents/web_contents_view_aura.h",
1355 "web_contents/web_contents_view_child_frame.cc",
1356 "web_contents/web_contents_view_child_frame.h",
1357 "web_contents/web_contents_view_guest.cc",
1358 "web_contents/web_contents_view_guest.h",
1359 "web_contents/web_contents_view_mac.h",
1360 "web_contents/web_contents_view_mac.mm",
1361 "web_contents/web_drag_dest_mac.h",
1362 "web_contents/web_drag_dest_mac.mm",
1363 "web_contents/web_drag_source_mac.h",
1364 "web_contents/web_drag_source_mac.mm",
1365 "web_contents/web_drag_utils_win.cc",
1366 "web_contents/web_drag_utils_win.h",
1367 "websockets/websocket_impl.cc",
1368 "websockets/websocket_impl.h",
1369 "websockets/websocket_manager.cc",
1370 "websockets/websocket_manager.h",
1371 "webui/content_web_ui_controller_factory.cc",
1372 "webui/content_web_ui_controller_factory.h",
1373 "webui/generic_handler.cc",
1374 "webui/generic_handler.h",
1375 "webui/shared_resources_data_source.cc",
1376 "webui/shared_resources_data_source.h",
1377 "webui/url_data_manager.cc",
1378 "webui/url_data_manager.h",
1379 "webui/url_data_manager_backend.cc",
1380 "webui/url_data_manager_backend.h",
1381 "webui/url_data_source_impl.cc",
1382 "webui/url_data_source_impl.h",
1383 "webui/web_ui_controller_factory_registry.cc",
1384 "webui/web_ui_controller_factory_registry.h",
1385 "webui/web_ui_data_source_impl.cc",
1386 "webui/web_ui_data_source_impl.h",
1387 "webui/web_ui_impl.cc",
1388 "webui/web_ui_impl.h",
1389 "webui/web_ui_message_handler.cc",
1390 "zygote_host/zygote_communication_linux.cc",
1391 "zygote_host/zygote_communication_linux.h",
1392 "zygote_host/zygote_handle_linux.cc",
1393 "zygote_host/zygote_host_impl_linux.cc",
1394 "zygote_host/zygote_host_impl_linux.h",
1395 ]
[email protected]743530f2014-06-12 19:38:501396
[email protected]4db51ec2014-05-29 21:08:321397 if (toolkit_views) {
1398 deps += [ "//ui/events" ]
1399 }
1400
bcwhite98900b02016-09-19 20:13:031401 # ChromeOS also defines linux but their memory-monitors conflict.
1402 if (is_chromeos) {
1403 sources += [
1404 "memory/memory_monitor_chromeos.cc",
1405 "memory/memory_monitor_chromeos.h",
1406 ]
1407 } else {
1408 sources += [
1409 "memory/memory_monitor_linux.cc",
1410 "memory/memory_monitor_linux.h",
1411 ]
1412 }
1413
dgozman9d8f8182015-10-12 23:38:561414 if (!is_win) {
morritad95714f2014-10-01 02:37:241415 sources += [
morritad95714f2014-10-01 02:37:241416 "file_descriptor_info_impl.cc",
1417 "file_descriptor_info_impl.h",
1418 ]
[email protected]4db51ec2014-05-29 21:08:321419 }
1420
vitalybuka93eea402014-11-05 23:47:151421 if (enable_basic_printing || enable_print_preview) {
[email protected]743530f2014-06-12 19:38:501422 deps += [ "//printing" ]
[email protected]4db51ec2014-05-29 21:08:321423 }
1424
jamb3c1195df2016-03-21 20:41:291425 if (!is_mac) {
[email protected]743530f2014-06-12 19:38:501426 deps += [ "//sandbox" ]
1427 }
jamb3c1195df2016-03-21 20:41:291428 if (!is_android) {
[email protected]97865022014-06-13 23:18:041429 deps += [ "//content/browser/tracing:resources" ]
[email protected]743530f2014-06-12 19:38:501430 }
charlieab9973242016-02-02 16:22:161431 if ((use_udev && is_posix) || is_mac || is_win) {
1432 deps += [ "//tools/battor_agent:battor_agent_lib" ]
1433 sources += [
1434 "tracing/power_tracing_agent.cc",
1435 "tracing/power_tracing_agent.h",
1436 ]
1437 }
[email protected]743530f2014-06-12 19:38:501438
1439 if (enable_webrtc) {
brettwb167c7332016-09-07 22:52:461440 sources += [
1441 "renderer_host/media/peer_connection_tracker_host.cc",
1442 "renderer_host/media/peer_connection_tracker_host.h",
1443 "renderer_host/p2p/socket_dispatcher_host.cc",
1444 "renderer_host/p2p/socket_dispatcher_host.h",
1445 "renderer_host/p2p/socket_host.cc",
1446 "renderer_host/p2p/socket_host.h",
1447 "renderer_host/p2p/socket_host_tcp.cc",
1448 "renderer_host/p2p/socket_host_tcp.h",
1449 "renderer_host/p2p/socket_host_tcp_server.cc",
1450 "renderer_host/p2p/socket_host_tcp_server.h",
1451 "renderer_host/p2p/socket_host_throttler.cc",
1452 "renderer_host/p2p/socket_host_throttler.h",
1453 "renderer_host/p2p/socket_host_udp.cc",
1454 "renderer_host/p2p/socket_host_udp.h",
1455 "webrtc/webrtc_eventlog_host.cc",
1456 "webrtc/webrtc_eventlog_host.h",
1457 "webrtc/webrtc_internals.cc",
1458 "webrtc/webrtc_internals.h",
1459 "webrtc/webrtc_internals_message_handler.cc",
1460 "webrtc/webrtc_internals_message_handler.h",
1461 "webrtc/webrtc_internals_ui.cc",
1462 "webrtc/webrtc_internals_ui.h",
1463 "webrtc/webrtc_internals_ui_observer.h",
1464 ]
1465
brettwf94a6cd2016-01-28 23:57:291466 deps += [
1467 "//jingle:jingle_glue",
1468 "//third_party/libjingle:libjingle_webrtc",
mbjorgecbac8082016-04-21 01:14:231469 "//third_party/webrtc",
1470 "//third_party/webrtc/base:rtc_base",
kjellanderd0e9a072016-08-01 08:51:261471 "//third_party/webrtc/media:rtc_media",
mbjorgecbac8082016-04-21 01:14:231472 "//third_party/webrtc/modules/desktop_capture:primitives",
brettwf94a6cd2016-01-28 23:57:291473 ]
braveyaodbb85e452016-09-23 18:49:081474 if (!is_ios) {
1475 defines += [ "ENABLE_SCREEN_CAPTURE=1" ]
1476 }
[email protected]743530f2014-06-12 19:38:501477 if (is_linux || is_mac || is_win) {
1478 sources += [
1479 "media/capture/desktop_capture_device.cc",
1480 "media/capture/desktop_capture_device.h",
[email protected]743530f2014-06-12 19:38:501481 ]
[email protected]c528d872014-06-27 03:17:161482 if (use_aura) {
1483 sources += [
robert.bradford8a244ea2015-03-17 19:12:461484 "media/capture/aura_window_capture_machine.cc",
1485 "media/capture/aura_window_capture_machine.h",
[email protected]c528d872014-06-27 03:17:161486 "media/capture/desktop_capture_device_aura.cc",
1487 "media/capture/desktop_capture_device_aura.h",
1488 ]
1489 }
Brett Wilson83fd4242014-09-02 19:45:331490 deps += [ "//third_party/webrtc/modules/desktop_capture" ]
[email protected]743530f2014-06-12 19:38:501491 }
1492 }
1493
1494 if (is_win) {
mcasas4e216e72016-07-28 21:28:381495 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
[email protected]743530f2014-06-12 19:38:501496 defines += [
1497 # This prevents the inclusion of atlhost.h which paired
1498 # with the windows 8 sdk it does the wrong thing.
1499 "__ATLHOST_H__",
1500 ]
1501 deps += [
[email protected]bf94f9d2014-06-17 20:33:531502 "//third_party/iaccessible2",
1503 "//third_party/isimpledom",
[email protected]743530f2014-06-12 19:38:501504 ]
1505 libs += [
1506 "comctl32.lib",
1507 "dinput8.lib",
1508 "dwmapi.lib",
1509 "dxguid.lib",
jam6ce80492016-03-22 22:00:211510 "imm32.lib",
brettw44a5cf82015-04-08 19:48:221511 "oleacc.lib",
[email protected]743530f2014-06-12 19:38:501512 "sensorsapi.lib",
1513 "portabledeviceguids.lib",
1514 ]
[email protected]743530f2014-06-12 19:38:501515 }
1516
[email protected]743530f2014-06-12 19:38:501517 if (use_udev) {
mcasas9d2063682016-02-11 22:12:391518 deps += [
1519 "//device/udev_linux",
mcasasf261a502016-02-26 23:40:331520 "//media/capture",
[email protected]743530f2014-06-12 19:38:501521 ]
1522 }
1523
1524 if (enable_plugins) {
brettwb167c7332016-09-07 22:52:461525 sources += [
1526 "../public/browser/plugin_service.h",
1527 "media/session/pepper_playback_observer.cc",
1528 "media/session/pepper_playback_observer.h",
1529 "media/session/pepper_player_delegate.cc",
1530 "media/session/pepper_player_delegate.h",
1531 "pepper_flash_settings_helper_impl.cc",
1532 "pepper_flash_settings_helper_impl.h",
1533 "plugin_content_origin_whitelist.cc",
1534 "plugin_content_origin_whitelist.h",
1535 "plugin_data_remover_impl.cc",
1536 "plugin_data_remover_impl.h",
1537 "plugin_private_storage_helper.cc",
1538 "plugin_private_storage_helper.h",
1539 "plugin_service_impl.cc",
1540 "plugin_service_impl.h",
1541 "ppapi_plugin_process_host.cc",
1542 "ppapi_plugin_process_host.h",
1543 "renderer_host/pepper/browser_ppapi_host_impl.cc",
1544 "renderer_host/pepper/browser_ppapi_host_impl.h",
1545 "renderer_host/pepper/content_browser_pepper_host_factory.cc",
1546 "renderer_host/pepper/content_browser_pepper_host_factory.h",
1547 "renderer_host/pepper/pepper_browser_font_singleton_host.cc",
1548 "renderer_host/pepper/pepper_browser_font_singleton_host.h",
1549 "renderer_host/pepper/pepper_external_file_ref_backend.cc",
1550 "renderer_host/pepper/pepper_external_file_ref_backend.h",
1551 "renderer_host/pepper/pepper_file_io_host.cc",
1552 "renderer_host/pepper/pepper_file_io_host.h",
1553 "renderer_host/pepper/pepper_file_ref_host.cc",
1554 "renderer_host/pepper/pepper_file_ref_host.h",
1555 "renderer_host/pepper/pepper_file_system_browser_host.cc",
1556 "renderer_host/pepper/pepper_file_system_browser_host.h",
1557 "renderer_host/pepper/pepper_flash_file_message_filter.cc",
1558 "renderer_host/pepper/pepper_flash_file_message_filter.h",
1559 "renderer_host/pepper/pepper_gamepad_host.cc",
1560 "renderer_host/pepper/pepper_gamepad_host.h",
1561 "renderer_host/pepper/pepper_host_resolver_message_filter.cc",
1562 "renderer_host/pepper/pepper_host_resolver_message_filter.h",
1563 "renderer_host/pepper/pepper_internal_file_ref_backend.cc",
1564 "renderer_host/pepper/pepper_internal_file_ref_backend.h",
1565 "renderer_host/pepper/pepper_lookup_request.h",
1566 "renderer_host/pepper/pepper_message_filter.cc",
1567 "renderer_host/pepper/pepper_message_filter.h",
1568 "renderer_host/pepper/pepper_network_monitor_host.cc",
1569 "renderer_host/pepper/pepper_network_monitor_host.h",
1570 "renderer_host/pepper/pepper_network_proxy_host.cc",
1571 "renderer_host/pepper/pepper_network_proxy_host.h",
1572 "renderer_host/pepper/pepper_print_settings_manager.cc",
1573 "renderer_host/pepper/pepper_print_settings_manager.h",
1574 "renderer_host/pepper/pepper_printing_host.cc",
1575 "renderer_host/pepper/pepper_printing_host.h",
1576 "renderer_host/pepper/pepper_renderer_connection.cc",
1577 "renderer_host/pepper/pepper_renderer_connection.h",
1578 "renderer_host/pepper/pepper_security_helper.cc",
1579 "renderer_host/pepper/pepper_security_helper.h",
1580 "renderer_host/pepper/pepper_socket_utils.cc",
1581 "renderer_host/pepper/pepper_socket_utils.h",
1582 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc",
1583 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.h",
1584 "renderer_host/pepper/pepper_tcp_socket_message_filter.cc",
1585 "renderer_host/pepper/pepper_tcp_socket_message_filter.h",
1586 "renderer_host/pepper/pepper_truetype_font.h",
1587 "renderer_host/pepper/pepper_truetype_font_android.cc",
1588 "renderer_host/pepper/pepper_truetype_font_host.cc",
1589 "renderer_host/pepper/pepper_truetype_font_host.h",
1590 "renderer_host/pepper/pepper_truetype_font_linux.cc",
1591 "renderer_host/pepper/pepper_truetype_font_list.h",
1592 "renderer_host/pepper/pepper_truetype_font_list_android.cc",
1593 "renderer_host/pepper/pepper_truetype_font_list_host.cc",
1594 "renderer_host/pepper/pepper_truetype_font_list_host.h",
1595 "renderer_host/pepper/pepper_truetype_font_list_mac.mm",
1596 "renderer_host/pepper/pepper_truetype_font_list_ozone.cc",
1597 "renderer_host/pepper/pepper_truetype_font_list_pango.cc",
1598 "renderer_host/pepper/pepper_truetype_font_list_win.cc",
1599 "renderer_host/pepper/pepper_truetype_font_mac.mm",
1600 "renderer_host/pepper/pepper_truetype_font_win.cc",
1601 "renderer_host/pepper/pepper_udp_socket_message_filter.cc",
1602 "renderer_host/pepper/pepper_udp_socket_message_filter.h",
1603 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.cc",
1604 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.h",
1605 "renderer_host/pepper/quota_reservation.cc",
1606 "renderer_host/pepper/quota_reservation.h",
1607 "renderer_host/pepper/ssl_context_helper.cc",
1608 "renderer_host/pepper/ssl_context_helper.h",
1609 ]
[email protected]743530f2014-06-12 19:38:501610 deps += [
tmoniuszko6cddaa92015-06-10 07:51:341611 "//ppapi/host",
jbroman79c079be2016-04-20 00:17:271612 "//ppapi/proxy",
brettwf7eb6ca2015-02-14 01:37:311613 "//ppapi/proxy:ipc",
1614 "//ppapi/shared_impl",
[email protected]743530f2014-06-12 19:38:501615 ]
1616 if (!use_ozone || use_pango) {
1617 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_ozone.cc" ]
1618 }
[email protected]c528d872014-06-27 03:17:161619 if (!use_pango) {
1620 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_pango.cc" ]
1621 }
[email protected]743530f2014-06-12 19:38:501622 }
1623
shreeram.k792fba032015-07-20 11:43:371624 if (use_atk) {
brettwb167c7332016-09-07 22:52:461625 sources += [
1626 "accessibility/accessibility_tree_formatter_auralinux.cc",
1627 "accessibility/browser_accessibility_auralinux.cc",
1628 "accessibility/browser_accessibility_auralinux.h",
1629 "accessibility/browser_accessibility_manager_auralinux.cc",
1630 "accessibility/browser_accessibility_manager_auralinux.h",
1631 ]
shreeram.k792fba032015-07-20 11:43:371632
mostynb902b5282016-08-17 23:01:001633 configs += [ "//build/config/linux/atk" ]
mostynbebc6e122016-07-28 08:53:411634
1635 if (use_gconf) {
1636 configs += [ "//build/config/linux/gconf" ]
1637 }
1638
1639 if (use_glib) {
1640 configs += [ "//build/config/linux:glib" ]
1641 }
shreeram.k792fba032015-07-20 11:43:371642 }
1643
[email protected]743530f2014-06-12 19:38:501644 if (is_linux && use_aura) {
slan17e5ce7f2015-09-25 00:04:451645 deps += [ "//build/linux:fontconfig" ]
[email protected]743530f2014-06-12 19:38:501646 }
1647
1648 if (use_x11) {
1649 configs += [ "//build/config/linux:x11" ]
jamesr4359db72015-01-21 12:40:001650 deps += [ "//ui/gfx/x" ]
cmasonedb5203e2014-09-11 18:18:381651 }
1652
[email protected]743530f2014-06-12 19:38:501653 if (use_pango) {
agrieve95ba4442016-04-25 15:47:131654 configs += [ "//build/config/linux/pangocairo" ]
[email protected]743530f2014-06-12 19:38:501655 }
1656
1657 if (is_android) {
brettwb167c7332016-09-07 22:52:461658 sources += [
1659 "accessibility/accessibility_tree_formatter_android.cc",
1660 "accessibility/browser_accessibility_android.cc",
1661 "accessibility/browser_accessibility_android.h",
1662 "accessibility/browser_accessibility_manager_android.cc",
1663 "accessibility/browser_accessibility_manager_android.h",
1664 "android/composited_touch_handle_drawable.cc",
1665 "android/composited_touch_handle_drawable.h",
1666 "android/content_view_core_impl.cc",
1667 "android/content_view_core_impl.h",
1668 "android/content_view_core_impl_observer.h",
1669 "android/content_view_render_view.cc",
1670 "android/content_view_render_view.h",
1671 "android/content_view_statics.cc",
1672 "android/content_view_statics.h",
1673 "android/date_time_chooser_android.cc",
1674 "android/date_time_chooser_android.h",
1675 "android/gesture_event_type.h",
1676 "android/interstitial_page_delegate_android.cc",
1677 "android/interstitial_page_delegate_android.h",
1678 "android/java/gin_java_bound_object.cc",
1679 "android/java/gin_java_bound_object.h",
1680 "android/java/gin_java_bound_object_delegate.cc",
1681 "android/java/gin_java_bound_object_delegate.h",
1682 "android/java/gin_java_bridge_dispatcher_host.cc",
1683 "android/java/gin_java_bridge_dispatcher_host.h",
1684 "android/java/gin_java_bridge_message_filter.cc",
1685 "android/java/gin_java_bridge_message_filter.h",
1686 "android/java/gin_java_method_invocation_helper.cc",
1687 "android/java/gin_java_method_invocation_helper.h",
1688 "android/java/gin_java_script_to_java_types_coercion.cc",
1689 "android/java/gin_java_script_to_java_types_coercion.h",
1690 "android/java/java_bridge_thread.cc",
1691 "android/java/java_bridge_thread.h",
1692 "android/java/java_method.cc",
1693 "android/java/java_method.h",
1694 "android/java/java_type.cc",
1695 "android/java/java_type.h",
1696 "android/java/jni_helper.cc",
1697 "android/java/jni_helper.h",
1698 "android/load_url_params.cc",
1699 "android/load_url_params.h",
1700 "android/overscroll_controller_android.cc",
1701 "android/overscroll_controller_android.h",
1702 "android/synchronous_compositor_host.cc",
1703 "android/synchronous_compositor_host.h",
1704 "android/synchronous_compositor_observer.cc",
1705 "android/synchronous_compositor_observer.h",
1706 "android/tracing_controller_android.cc",
1707 "android/tracing_controller_android.h",
1708 "android/web_contents_observer_proxy.cc",
1709 "android/web_contents_observer_proxy.h",
1710 "media/capture/screen_capture_device_android.cc",
1711 "media/capture/screen_capture_device_android.h",
1712 "renderer_host/compositor_impl_android.cc",
1713 "renderer_host/compositor_impl_android.h",
1714 "renderer_host/context_provider_factory_impl_android.cc",
1715 "renderer_host/context_provider_factory_impl_android.h",
1716 "renderer_host/ime_adapter_android.cc",
1717 "renderer_host/ime_adapter_android.h",
1718 "renderer_host/input/synthetic_gesture_target_android.cc",
1719 "renderer_host/input/synthetic_gesture_target_android.h",
1720 "renderer_host/native_web_keyboard_event_android.cc",
1721 "renderer_host/render_widget_host_view_android.cc",
1722 "renderer_host/render_widget_host_view_android.h",
1723 "screen_orientation/screen_orientation_delegate_android.cc",
1724 "screen_orientation/screen_orientation_delegate_android.h",
1725 "screen_orientation/screen_orientation_message_filter_android.cc",
1726 "screen_orientation/screen_orientation_message_filter_android.h",
1727 "web_contents/web_contents_android.cc",
1728 "web_contents/web_contents_android.h",
1729 "web_contents/web_contents_view_android.cc",
1730 "web_contents/web_contents_view_android.h",
1731 ]
[email protected]743530f2014-06-12 19:38:501732 sources -= [
[email protected]743530f2014-06-12 19:38:501733 "browser_ipc_logging.cc",
1734 "device_sensors/data_fetcher_shared_memory_default.cc",
mlamouri918734092016-03-12 04:47:521735 "media/session/media_session_delegate_default.cc",
leon.han4e5d8102015-09-02 07:12:001736 "power_usage_monitor_impl.cc",
1737 "power_usage_monitor_impl.h",
[email protected]743530f2014-06-12 19:38:501738 "tracing/tracing_ui.cc",
1739 "tracing/tracing_ui.h",
1740
1741 # Android skips most, but not all, of the speech code.
1742 "speech/audio_buffer.cc",
1743 "speech/audio_buffer.h",
1744 "speech/audio_encoder.cc",
1745 "speech/audio_encoder.h",
1746 "speech/chunked_byte_buffer.cc",
1747 "speech/chunked_byte_buffer.h",
1748 "speech/endpointer/endpointer.cc",
1749 "speech/endpointer/endpointer.h",
1750 "speech/endpointer/energy_endpointer.cc",
1751 "speech/endpointer/energy_endpointer.h",
1752 "speech/endpointer/energy_endpointer_params.cc",
1753 "speech/endpointer/energy_endpointer_params.h",
[email protected]743530f2014-06-12 19:38:501754 "speech/speech_recognition_engine.cc",
1755 "speech/speech_recognition_engine.h",
1756 "speech/speech_recognizer_impl.cc",
1757 "speech/speech_recognizer_impl.h",
1758 ]
leon.han4e5d8102015-09-02 07:12:001759 deps -= [ "//device/battery" ]
[email protected]743530f2014-06-12 19:38:501760 deps += [
James Robinson060f2e32014-09-10 22:31:371761 "//content/public/android:jni",
[email protected]d7e69fa2014-07-24 21:19:281762 "//media",
mcasas14a3cda2016-07-14 20:13:061763 "//media/capture/content/android",
mcasase40d7522016-06-21 16:11:401764 "//media/capture/video/android",
xhwang952e02352015-11-25 09:12:421765 "//media/mojo/interfaces",
cjhopmanaac45ed82014-10-17 22:08:191766 "//mojo/android:libsystem_java",
mfomitcheve12a6c5a2016-01-28 00:22:341767 "//ui/android",
[email protected]743530f2014-06-12 19:38:501768 ]
pkotwiczefafec132015-10-22 20:23:001769 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ]
[email protected]743530f2014-06-12 19:38:501770 libs += [ "jnigraphics" ]
1771 }
1772
1773 if (is_mac) {
mcasas4e216e72016-07-28 21:28:381774 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
jiangj2bd42fd2015-04-18 13:29:061775 deps += [
rsesek02aa51c2016-05-11 02:13:571776 "//media",
jiangj2bd42fd2015-04-18 13:29:061777 "//sandbox/mac:sandbox",
1778 "//third_party/mozilla",
1779 "//third_party/sudden_motion_sensor",
1780 "//ui/accelerated_widget_mac",
1781 ]
rsesek02aa51c2016-05-11 02:13:571782 libs += [
1783 "Carbon.framework",
1784 "QuartzCore.framework",
1785 "IOSurface.framework",
1786 ]
[email protected]743530f2014-06-12 19:38:501787 }
1788
1789 if (is_chromeos) {
jonrossa6725f12015-02-05 00:52:531790 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
mukai2dc70ed32014-10-29 01:01:431791 deps += [
1792 "//chromeos",
1793 "//chromeos:power_manager_proto",
1794 ]
[email protected]743530f2014-06-12 19:38:501795 }
1796
1797 if (use_aura) {
1798 deps += [
ben6b0453d12016-07-02 04:27:191799 "//services/ui/public/cpp",
1800 "//services/ui/public/interfaces",
[email protected]743530f2014-06-12 19:38:501801 "//ui/aura",
mohsen166a9182015-02-09 18:19:091802 "//ui/aura_extra",
[email protected]743530f2014-06-12 19:38:501803 "//ui/strings",
James Robinson060f2e32014-09-10 22:31:371804 "//ui/wm",
[email protected]743530f2014-06-12 19:38:501805 ]
rjkroegec109de612015-11-19 01:40:471806 sources += [
penghuange1d86512016-07-08 18:15:001807 "compositor/mus_browser_compositor_output_surface.cc",
1808 "compositor/mus_browser_compositor_output_surface.h",
fsamuel402274e2015-11-22 23:38:031809 "renderer_host/render_widget_host_view_mus.cc",
1810 "renderer_host/render_widget_host_view_mus.h",
fsamuel9cf7bdf2015-11-20 02:19:321811 "web_contents/web_contents_view_mus.cc",
1812 "web_contents/web_contents_view_mus.h",
rjkroegec109de612015-11-19 01:40:471813 ]
[email protected]743530f2014-06-12 19:38:501814 } else { # Not aura.
1815 sources -= [
isheriff727606c2015-11-10 23:46:571816 "media/capture/cursor_renderer_aura.cc",
1817 "media/capture/cursor_renderer_aura.h",
isheriff70bcae42015-12-09 21:41:281818 "media/capture/window_activity_tracker_aura.cc",
1819 "media/capture/window_activity_tracker_aura.h",
jiangj2bd42fd2015-04-18 13:29:061820 "renderer_host/compositor_resize_lock_aura.cc",
1821 "renderer_host/compositor_resize_lock_aura.h",
[email protected]c528d872014-06-27 03:17:161822 "renderer_host/input/synthetic_gesture_target_aura.cc",
1823 "renderer_host/input/synthetic_gesture_target_aura.h",
mohsenb0eeba72015-08-09 06:20:081824 "renderer_host/input/touch_selection_controller_client_aura.cc",
1825 "renderer_host/input/touch_selection_controller_client_aura.h",
[email protected]c528d872014-06-27 03:17:161826 "renderer_host/native_web_keyboard_event_aura.cc",
[email protected]743530f2014-06-12 19:38:501827 "renderer_host/render_widget_host_view_aura.cc",
1828 "renderer_host/render_widget_host_view_aura.h",
[email protected]743530f2014-06-12 19:38:501829 "renderer_host/ui_events_helper.cc",
1830 "renderer_host/ui_events_helper.h",
[email protected]c528d872014-06-27 03:17:161831 "web_contents/aura/gesture_nav_simple.cc",
1832 "web_contents/aura/gesture_nav_simple.h",
[email protected]c528d872014-06-27 03:17:161833 "web_contents/aura/overscroll_navigation_overlay.cc",
1834 "web_contents/aura/overscroll_navigation_overlay.h",
nsatragnoc0b2fa52015-04-09 22:30:511835 "web_contents/aura/overscroll_window_animation.cc",
1836 "web_contents/aura/overscroll_window_animation.h",
1837 "web_contents/aura/overscroll_window_delegate.cc",
1838 "web_contents/aura/overscroll_window_delegate.h",
[email protected]c528d872014-06-27 03:17:161839 "web_contents/aura/shadow_layer_delegate.cc",
1840 "web_contents/aura/shadow_layer_delegate.h",
[email protected]c528d872014-06-27 03:17:161841 "web_contents/web_contents_view_aura.cc",
1842 "web_contents/web_contents_view_aura.h",
[email protected]743530f2014-06-12 19:38:501843 ]
1844 }
1845
1846 if (use_aura || is_mac) {
brettwb167c7332016-09-07 22:52:461847 sources += [
1848 "compositor/browser_compositor_output_surface.cc",
1849 "compositor/browser_compositor_output_surface.h",
1850 "compositor/gpu_browser_compositor_output_surface.cc",
1851 "compositor/gpu_browser_compositor_output_surface.h",
1852 "compositor/gpu_output_surface_mac.h",
1853 "compositor/gpu_output_surface_mac.mm",
1854 "compositor/gpu_process_transport_factory.cc",
1855 "compositor/gpu_process_transport_factory.h",
1856 "compositor/gpu_surfaceless_browser_compositor_output_surface.cc",
1857 "compositor/gpu_surfaceless_browser_compositor_output_surface.h",
1858 "compositor/image_transport_factory.cc",
1859 "compositor/image_transport_factory.h",
1860 "compositor/offscreen_browser_compositor_output_surface.cc",
1861 "compositor/offscreen_browser_compositor_output_surface.h",
1862 "compositor/owned_mailbox.cc",
1863 "compositor/owned_mailbox.h",
1864 "compositor/reflector_impl.cc",
1865 "compositor/reflector_impl.h",
1866 "compositor/reflector_texture.cc",
1867 "compositor/reflector_texture.h",
1868 "compositor/software_browser_compositor_output_surface.cc",
1869 "compositor/software_browser_compositor_output_surface.h",
1870 "compositor/software_output_device_mac.h",
1871 "compositor/software_output_device_mac.mm",
1872 "compositor/software_output_device_ozone.cc",
1873 "compositor/software_output_device_ozone.h",
1874 "compositor/software_output_device_win.cc",
1875 "compositor/software_output_device_win.h",
1876 "compositor/software_output_device_x11.cc",
1877 "compositor/software_output_device_x11.h",
1878 "context_factory.cc",
1879 "renderer_host/browser_compositor_view_mac.h",
1880 "renderer_host/browser_compositor_view_mac.mm",
1881 "renderer_host/delegated_frame_host.cc",
1882 "renderer_host/delegated_frame_host.h",
1883 "renderer_host/resize_lock.cc",
1884 "renderer_host/resize_lock.h",
1885 ]
sohan.jyoti86c41c72016-04-26 15:33:201886 if (enable_vulkan) {
1887 sources += [
1888 "compositor/vulkan_browser_compositor_output_surface.cc",
1889 "compositor/vulkan_browser_compositor_output_surface.h",
1890 ]
1891 }
[email protected]886323c2014-06-14 20:34:161892 if (!use_x11) {
1893 sources -= [
1894 "compositor/software_output_device_x11.cc",
1895 "compositor/software_output_device_x11.h",
1896 ]
1897 }
[email protected]743530f2014-06-12 19:38:501898
[email protected]b1867c92014-08-13 00:22:041899 if (!use_ozone) {
1900 sources -= [
[email protected]b1867c92014-08-13 00:22:041901 "compositor/software_output_device_ozone.cc",
1902 "compositor/software_output_device_ozone.h",
1903 ]
1904 }
1905 deps += [ "//ui/compositor" ]
[email protected]604b1272014-07-24 11:27:531906 }
1907
[email protected]418653fdf2014-07-02 07:38:211908 if (enable_web_speech) {
tfarina152a9722015-07-28 04:03:451909 deps += [ "//third_party/flac" ]
[email protected]743530f2014-06-12 19:38:501910 }
1911
cmasonedb5203e2014-09-11 18:18:381912 if (is_linux && use_dbus) {
ppi2438a3e2014-10-28 21:55:101913 deps += [ "//dbus" ]
[email protected]743530f2014-06-12 19:38:501914 }
cjhopman2fd48fd2014-09-24 00:52:561915
1916 if (enable_browser_cdms) {
1917 sources += [
1918 "media/cdm/browser_cdm_manager.cc",
1919 "media/cdm/browser_cdm_manager.h",
cjhopman2fd48fd2014-09-24 00:52:561920 ]
1921 }
davidbenb983d4b2015-01-07 16:39:441922
davidbenee55ed442015-10-02 17:06:111923 if (is_linux) {
davidbenb983d4b2015-01-07 16:39:441924 deps += [ "//third_party/boringssl" ]
1925 }
xhwange6117332015-01-28 08:51:161926
xhwangbe720032016-02-19 18:45:311927 if (enable_mojo_media) {
1928 configs += [ "//media/mojo/services:mojo_media_config" ]
xhwangfb22df12015-10-13 23:13:461929 }
1930
jbroman79c079be2016-04-20 00:17:271931 if (use_ozone) {
1932 deps += [ "//ui/ozone" ]
1933 }
pimana333e3d2016-04-27 02:37:251934
1935 if (!is_mac && !is_android) {
1936 sources -= [
1937 "gpu/gpu_surface_tracker.cc",
1938 "gpu/gpu_surface_tracker.h",
1939 ]
1940 }
bajones98f96522016-06-03 22:43:571941
1942 if (enable_webvr) {
1943 deps += [ "//device/vr" ]
1944 }
ochangdd89a1e2016-06-08 16:39:011945
1946 if (enable_ipc_fuzzer) {
1947 configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
1948 }
kojii30add38f2016-07-14 02:10:321949
1950 if (use_minikin_hyphenation) {
1951 sources += [
1952 "hyphenation/hyphenation_impl.cc",
1953 "hyphenation/hyphenation_impl.h",
1954 ]
1955 defines += [ "USE_MINIKIN_HYPHENATION=1" ]
1956 }
[email protected]4db51ec2014-05-29 21:08:321957}
ben66696d12016-03-08 17:48:001958
brettwb78fc9e2016-03-25 21:02:511959# See comment at the top of //content/BUILD.gn for how this works.
1960group("for_content_tests") {
1961 visibility = [ "//content/test/*" ]
1962 if (!is_component_build) {
1963 public_deps = [
1964 ":browser",
1965 ]
jam447407fb2016-05-06 17:57:401966 } else {
1967 public_deps = [
1968 "//third_party/leveldatabase",
1969 ]
brettwb78fc9e2016-03-25 21:02:511970 }
1971}