blob: ba9ac0565ac3ca5ea075d5de47706673f60c09ca [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")
brettw4b461082016-11-19 18:55:168import("//ppapi/features/features.gni")
Brett Wilson65f951c2016-11-03 22:06:129import("//printing/features/features.gni")
brettw2cf0a692016-11-11 23:14:1210import("//third_party/WebKit/public/public_features.gni")
ochangdd89a1e2016-06-08 16:39:0111import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
[email protected]4db51ec2014-05-29 21:08:3212
13source_set("browser") {
Brett Wilson8f1323042014-09-11 16:58:5614 # Only the public target should depend on this. All other targets (even
15 # internal content ones) should depend on the public one.
brettwb78fc9e2016-03-25 21:02:5116 visibility = [
17 ":for_content_tests", # See top of //content/BUILD.gn for why.
18 "//content/public/browser:browser_sources",
19 ]
brettwd064ace4e2016-07-21 21:38:5320 if (is_android) {
21 # See comment in content/app/BUILD.gn above content_app_deps.
22 visibility += [ "//content/app:*" ]
23 }
[email protected]4db51ec2014-05-29 21:08:3224
ben3f5f9992015-11-19 10:38:3025 configs += [
26 "//build/config:precompiled_headers",
jamb3c1195df2016-03-21 20:41:2927 "//content:content_implementation",
jamb3c1195df2016-03-21 20:41:2928 "//v8:external_startup_data",
ben3f5f9992015-11-19 10:38:3029 ]
[email protected]743530f2014-06-12 19:38:5030 defines = []
31 libs = []
32 ldflags = []
[email protected]97865022014-06-13 23:18:0433
[email protected]4db51ec2014-05-29 21:08:3234 deps = [
35 "//base",
[email protected]22fe91d2014-08-12 17:07:1236 "//base:base_static",
brettwc15ed732016-03-21 23:14:2937 "//base/third_party/dynamic_annotations",
jamb3c1195df2016-03-21 20:41:2938 "//cc",
loyso3dd20892016-11-22 07:11:0139 "//cc/animation",
jamb3c1195df2016-03-21 20:41:2940 "//cc/surfaces",
penghuangd81c1a62016-11-02 20:06:0641 "//components/discardable_memory/common",
42 "//components/discardable_memory/service",
fsamuel540b8c12016-04-21 18:47:1043 "//components/display_compositor",
jamb3c1195df2016-03-21 20:41:2944 "//components/filesystem:lib",
45 "//components/leveldb:lib",
mek9b28f422016-05-13 21:46:2346 "//components/link_header_util",
rsleevic327b48f82015-04-30 02:03:2547 "//components/mime_util",
jinho.bangef456ad2016-11-08 23:36:1448 "//components/payments:payment_app",
nzolghadrd87a308d2016-12-07 15:45:5649 "//components/rappor",
brettwc15ed732016-03-21 23:14:2950 "//components/tracing",
51 "//components/tracing:startup_tracing",
rsleevi24f64dc22015-08-07 21:39:2152 "//components/url_formatter",
altimin56bb594b2016-11-09 19:45:1753 "//components/variations",
[email protected]d28b3cb82014-05-31 04:46:1854 "//content:resources",
jamb3c1195df2016-03-21 20:41:2955 "//content/app/resources",
56 "//content/app/strings",
jkarlin34ee23cf2015-03-26 13:58:5057 "//content/browser/background_sync:background_sync_proto",
jsbell279efb42015-03-31 17:02:4658 "//content/browser/cache_storage:cache_storage_proto",
jamb3c1195df2016-03-21 20:41:2959 "//content/browser/devtools:gen_devtools_protocol_handler",
dgozmandc4d41722016-11-15 22:40:5660 "//content/browser/devtools:protocol_sources",
jamb3c1195df2016-03-21 20:41:2961 "//content/browser/devtools:resources",
peter05cb4db2015-03-13 14:33:3862 "//content/browser/notifications:notification_proto",
jinho.bang5c1f7a2932016-11-18 05:29:1463 "//content/browser/payments:payment_app_proto",
jkarlind678ae4b2015-01-27 15:04:5364 "//content/browser/service_worker:service_worker_proto",
[email protected]b506cdf2014-06-09 17:13:2165 "//content/browser/speech/proto",
brettwb78fc9e2016-03-25 21:02:5166 "//content/common",
Brett Wilson8f1323042014-09-11 16:58:5667 "//content/public/common:common_sources",
[email protected]4db51ec2014-05-29 21:08:3268 "//crypto",
ppi2438a3e2014-10-28 21:55:1069 "//device/battery",
sammc5a139ba2016-09-29 01:49:1470 "//device/battery:mojo_bindings",
jamb3c1195df2016-03-21 20:41:2971 "//device/bluetooth",
bajonesb9bb4c42016-07-07 00:10:5172 "//device/gamepad",
mikhail.pozdnyakov66ac3d42016-08-23 18:27:1573 "//device/generic_sensor",
lethalantidote893681c2016-09-13 19:36:3174 "//device/geolocation",
mcasas8720394f2016-08-03 22:42:3875 "//device/geolocation/public/interfaces",
sammc5a139ba2016-09-29 01:49:1476 "//device/nfc:mojo_bindings",
ke.hebef990972016-11-11 07:47:0277 "//device/power_monitor",
scottmgc40e8822016-06-17 17:57:4878 "//device/power_save_blocker",
blundellb8138c32016-10-10 16:05:2879 "//device/sensors/public/cpp",
leon.hanc6c6dca92016-09-26 17:59:5380 "//device/time_zone_monitor",
leon.han7a2195242016-11-09 04:23:3781 "//device/time_zone_monitor/public/interfaces",
timvolodine8e29c142014-12-06 13:49:0182 "//device/vibration",
blundelld46e8832016-10-07 10:34:2783 "//device/wake_lock",
jamb3c1195df2016-03-21 20:41:2984 "//gin",
[email protected]44a5a362014-05-30 20:01:5185 "//google_apis",
brettwc15ed732016-03-21 23:14:2986 "//gpu",
87 "//gpu/command_buffer/client:gles2_implementation",
jbroman84ba6842016-04-28 00:34:5088 "//gpu/command_buffer/client:gles2_interface",
sadrul6a769422016-12-08 04:54:3289 "//gpu/ipc/host",
rockotff1b8532016-08-09 16:30:0590 "//ipc",
91 "//ipc:mojom",
brettwc15ed732016-03-21 23:14:2992 "//media",
mcasase40d7522016-06-21 16:11:4093 "//media/capture",
mcasasbf362942016-11-29 03:44:1394 "//media/capture/mojo:image_capture",
jbroman79c079be2016-04-20 00:17:2795 "//media/gpu/ipc/client",
brettwc15ed732016-03-21 23:14:2996 "//media/midi",
toyoshim729663f2016-10-17 08:54:1397 "//media/midi:mojo_cpp_sources",
bendd157e1a2016-07-22 03:15:5798 "//media/mojo/interfaces",
rockotb814a582015-06-05 00:30:5299 "//mojo/common",
amistrycafcdff2016-06-17 03:33:48100 "//mojo/edk/system",
rockot85dce0862015-11-13 01:33:59101 "//mojo/public/cpp/bindings",
jamb3c1195df2016-03-21 20:41:29102 "//mojo/public/js",
[email protected]4db51ec2014-05-29 21:08:32103 "//net",
rohitrao1860223c2015-05-16 01:07:14104 "//net:extras",
pfeldman10628762016-09-08 07:59:26105 "//net:http_server",
brettwc5fcdd02016-10-12 07:25:12106 "//ppapi/features",
Brett Wilson65f951c2016-11-03 22:06:12107 "//printing/features",
benaabad0b2016-11-16 23:54:17108 "//services/catalog/public/interfaces:constants",
blundell372d47d282016-11-01 01:34:30109 "//services/device:lib",
110 "//services/device/public/cpp",
ben768c8dc2016-08-12 00:26:50111 "//services/file:lib",
ben768c8dc2016-08-12 00:26:50112 "//services/file/public/interfaces",
rockot734fb662016-10-15 16:41:30113 "//services/service_manager",
114 "//services/service_manager/public/cpp",
115 "//services/service_manager/public/interfaces",
116 "//services/service_manager/runner/common",
117 "//services/service_manager/runner/host:lib",
[email protected]4db51ec2014-05-29 21:08:32118 "//skia",
119 "//sql",
jamb3c1195df2016-03-21 20:41:29120 "//storage/browser",
121 "//storage/common",
fsamuel9cf7bdf2015-11-20 02:19:32122 "//third_party/WebKit/public:blink_headers",
brettw2cf0a692016-11-11 23:14:12123 "//third_party/WebKit/public:features",
jamb3c1195df2016-03-21 20:41:29124 "//third_party/WebKit/public:image_resources",
juncai30a0e932016-05-11 00:09:51125 "//third_party/WebKit/public:mojo_bindings",
xlai8f405382016-09-01 19:46:22126 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings",
jamb3c1195df2016-03-21 20:41:29127 "//third_party/WebKit/public:resources",
jbroman79c079be2016-04-20 00:17:27128 "//third_party/angle:angle_common",
jamb3c1195df2016-03-21 20:41:29129 "//third_party/icu",
brettwd0a794a2016-01-11 19:38:34130 "//third_party/kasko:kasko_features",
jamb3c1195df2016-03-21 20:41:29131 "//third_party/libyuv",
[email protected]4db51ec2014-05-29 21:08:32132 "//third_party/re2",
[email protected]4db51ec2014-05-29 21:08:32133 "//third_party/zlib",
134 "//third_party/zlib:zip",
135 "//ui/accessibility",
136 "//ui/accessibility:ax_gen",
[email protected]52140d882014-05-30 19:22:40137 "//ui/base",
spang1c36fac2015-02-05 19:55:12138 "//ui/base/ime",
robliao8d63729c2016-03-29 17:49:47139 "//ui/display",
dcastagna0a50f642016-08-10 20:12:22140 "//ui/display/types",
[email protected]4db51ec2014-05-29 21:08:32141 "//ui/events",
142 "//ui/events:gesture_detection",
jamb3c1195df2016-03-21 20:41:29143 "//ui/events/blink",
[email protected]4db51ec2014-05-29 21:08:32144 "//ui/gfx",
145 "//ui/gfx/geometry",
ben7a77e852016-05-26 05:50:44146 "//ui/gfx/geometry/mojo",
Brett Wilsone7487942014-09-09 23:37:29147 "//ui/gl",
148 "//ui/native_theme",
[email protected]4db51ec2014-05-29 21:08:32149 "//ui/resources",
brettwc15ed732016-03-21 23:14:29150 "//ui/shell_dialogs",
[email protected]d28b3cb82014-05-31 04:46:18151 "//ui/snapshot",
jamb3c1195df2016-03-21 20:41:29152 "//ui/touch_selection",
[email protected]4db51ec2014-05-29 21:08:32153 ]
154
jam447407fb2016-05-06 17:57:40155 public_deps = [
miu54dca6c2016-11-17 10:59:38156 "//media/mojo/interfaces:remoting",
jam447407fb2016-05-06 17:57:40157 "//third_party/leveldatabase",
158 ]
159
brettwb167c7332016-09-07 22:52:46160 sources = [
161 # devtools_protocol_dispatcher.* is generated by
162 # //content/browser/devtools:gen_devtools_protocol_handler.
163 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatcher.cc",
164 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatcher.h",
dgozmanb4f43e42016-12-13 06:12:40165 "$target_gen_dir/devtools/protocol/dom.cc",
166 "$target_gen_dir/devtools/protocol/dom.h",
167 "$target_gen_dir/devtools/protocol/emulation.cc",
168 "$target_gen_dir/devtools/protocol/emulation.h",
dgozmandc4d41722016-11-15 22:40:56169 "$target_gen_dir/devtools/protocol/forward.h",
dgozmanb4f43e42016-12-13 06:12:40170 "$target_gen_dir/devtools/protocol/inspector.cc",
171 "$target_gen_dir/devtools/protocol/inspector.h",
dgozmandc4d41722016-11-15 22:40:56172 "$target_gen_dir/devtools/protocol/io.cc",
173 "$target_gen_dir/devtools/protocol/io.h",
dgozmanabbad67b2016-11-22 02:37:02174 "$target_gen_dir/devtools/protocol/memory.cc",
175 "$target_gen_dir/devtools/protocol/memory.h",
dgozmanb4f43e42016-12-13 06:12:40176 "$target_gen_dir/devtools/protocol/network.cc",
177 "$target_gen_dir/devtools/protocol/network.h",
178 "$target_gen_dir/devtools/protocol/page.cc",
179 "$target_gen_dir/devtools/protocol/page.h",
dgozmandc4d41722016-11-15 22:40:56180 "$target_gen_dir/devtools/protocol/protocol.cc",
181 "$target_gen_dir/devtools/protocol/protocol.h",
dgozmanb4f43e42016-12-13 06:12:40182 "$target_gen_dir/devtools/protocol/schema.cc",
183 "$target_gen_dir/devtools/protocol/schema.h",
dgozmanabbad67b2016-11-22 02:37:02184 "$target_gen_dir/devtools/protocol/system_info.cc",
185 "$target_gen_dir/devtools/protocol/system_info.h",
186 "$target_gen_dir/devtools/protocol/tethering.cc",
187 "$target_gen_dir/devtools/protocol/tethering.h",
dgozmandc4d41722016-11-15 22:40:56188 "$target_gen_dir/devtools/protocol/tracing.cc",
189 "$target_gen_dir/devtools/protocol/tracing.h",
bend32292b2016-10-07 00:21:58190 "../common/service_manager/child_connection.cc",
191 "../common/service_manager/child_connection.h",
brettwb167c7332016-09-07 22:52:46192 "../zygote/zygote_linux.cc",
193 "../zygote/zygote_linux.h",
194 "../zygote/zygote_main_linux.cc",
195 "accessibility/accessibility_mode_helper.cc",
196 "accessibility/accessibility_mode_helper.h",
197 "accessibility/accessibility_tree_formatter.cc",
198 "accessibility/accessibility_tree_formatter.h",
199 "accessibility/accessibility_tree_formatter_blink.cc",
200 "accessibility/accessibility_tree_formatter_blink.h",
201 "accessibility/accessibility_tree_formatter_mac.mm",
202 "accessibility/accessibility_tree_formatter_stub.cc",
203 "accessibility/accessibility_tree_formatter_utils_win.cc",
204 "accessibility/accessibility_tree_formatter_utils_win.h",
205 "accessibility/accessibility_tree_formatter_win.cc",
206 "accessibility/accessibility_ui.cc",
207 "accessibility/accessibility_ui.h",
nektar9de71d42016-10-21 21:57:00208 "accessibility/ax_platform_position.cc",
209 "accessibility/ax_platform_position.h",
brettwb167c7332016-09-07 22:52:46210 "accessibility/ax_tree_id_registry.cc",
211 "accessibility/ax_tree_id_registry.h",
212 "accessibility/browser_accessibility.cc",
213 "accessibility/browser_accessibility.h",
214 "accessibility/browser_accessibility_cocoa.h",
215 "accessibility/browser_accessibility_cocoa.mm",
216 "accessibility/browser_accessibility_event.cc",
217 "accessibility/browser_accessibility_event.h",
218 "accessibility/browser_accessibility_event_win.cc",
219 "accessibility/browser_accessibility_event_win.h",
220 "accessibility/browser_accessibility_mac.h",
221 "accessibility/browser_accessibility_mac.mm",
222 "accessibility/browser_accessibility_manager.cc",
223 "accessibility/browser_accessibility_manager.h",
224 "accessibility/browser_accessibility_manager_mac.h",
225 "accessibility/browser_accessibility_manager_mac.mm",
226 "accessibility/browser_accessibility_manager_win.cc",
227 "accessibility/browser_accessibility_manager_win.h",
228 "accessibility/browser_accessibility_state_impl.cc",
229 "accessibility/browser_accessibility_state_impl.h",
230 "accessibility/browser_accessibility_state_impl_mac.mm",
231 "accessibility/browser_accessibility_state_impl_win.cc",
232 "accessibility/browser_accessibility_win.cc",
233 "accessibility/browser_accessibility_win.h",
234 "accessibility/one_shot_accessibility_tree_search.cc",
235 "accessibility/one_shot_accessibility_tree_search.h",
yusufoed66fc02016-10-11 20:59:04236 "android/app_web_message_port_message_filter.cc",
237 "android/app_web_message_port_message_filter.h",
238 "android/app_web_message_port_service_impl.cc",
239 "android/app_web_message_port_service_impl.h",
brettwb167c7332016-09-07 22:52:46240 "android/background_sync_network_observer_android.cc",
241 "android/background_sync_network_observer_android.h",
242 "android/browser_jni_registrar.cc",
243 "android/browser_jni_registrar.h",
244 "android/browser_startup_controller.cc",
245 "android/browser_startup_controller.h",
brettwb167c7332016-09-07 22:52:46246 "android/child_process_launcher_android.cc",
247 "android/child_process_launcher_android.h",
248 "android/content_protocol_handler_impl.cc",
249 "android/content_protocol_handler_impl.h",
250 "android/content_startup_flags.cc",
251 "android/content_startup_flags.h",
252 "android/content_video_view.cc",
253 "android/content_video_view.h",
254 "android/devtools_auth.cc",
sammcf5f1b0f2016-09-20 23:05:11255 "android/java_interfaces_impl.cc",
256 "android/java_interfaces_impl.h",
tguilbertf08485bf2016-09-21 04:11:41257 "android/scoped_surface_request_manager.cc",
258 "android/scoped_surface_request_manager.h",
brettwb167c7332016-09-07 22:52:46259 "android/url_request_content_job.cc",
260 "android/url_request_content_job.h",
261 "appcache/appcache.cc",
262 "appcache/appcache.h",
263 "appcache/appcache_backend_impl.cc",
264 "appcache/appcache_backend_impl.h",
265 "appcache/appcache_database.cc",
266 "appcache/appcache_database.h",
267 "appcache/appcache_disk_cache.cc",
268 "appcache/appcache_disk_cache.h",
269 "appcache/appcache_dispatcher_host.cc",
270 "appcache/appcache_dispatcher_host.h",
271 "appcache/appcache_entry.h",
272 "appcache/appcache_executable_handler.h",
273 "appcache/appcache_frontend_proxy.cc",
274 "appcache/appcache_frontend_proxy.h",
275 "appcache/appcache_group.cc",
276 "appcache/appcache_group.h",
277 "appcache/appcache_histograms.cc",
278 "appcache/appcache_histograms.h",
279 "appcache/appcache_host.cc",
280 "appcache/appcache_host.h",
281 "appcache/appcache_interceptor.cc",
282 "appcache/appcache_interceptor.h",
283 "appcache/appcache_internals_ui.cc",
284 "appcache/appcache_internals_ui.h",
285 "appcache/appcache_manifest_parser.cc",
286 "appcache/appcache_manifest_parser.h",
ananta292a9172016-12-07 01:29:27287 "appcache/appcache_navigation_handle.cc",
288 "appcache/appcache_navigation_handle.h",
289 "appcache/appcache_navigation_handle_core.cc",
290 "appcache/appcache_navigation_handle_core.h",
brettwb167c7332016-09-07 22:52:46291 "appcache/appcache_policy.h",
292 "appcache/appcache_quota_client.cc",
293 "appcache/appcache_quota_client.h",
294 "appcache/appcache_request_handler.cc",
295 "appcache/appcache_request_handler.h",
296 "appcache/appcache_response.cc",
297 "appcache/appcache_response.h",
298 "appcache/appcache_service_impl.cc",
299 "appcache/appcache_service_impl.h",
300 "appcache/appcache_storage.cc",
301 "appcache/appcache_storage.h",
302 "appcache/appcache_storage_impl.cc",
303 "appcache/appcache_storage_impl.h",
304 "appcache/appcache_update_job.cc",
305 "appcache/appcache_update_job.h",
306 "appcache/appcache_url_request_job.cc",
307 "appcache/appcache_url_request_job.h",
308 "appcache/appcache_working_set.cc",
309 "appcache/appcache_working_set.h",
310 "appcache/chrome_appcache_service.cc",
311 "appcache/chrome_appcache_service.h",
maxmorin65f77fb2016-12-05 13:45:36312 "audio_device_thread.cc",
313 "audio_device_thread.h",
brettwb167c7332016-09-07 22:52:46314 "background_sync/background_sync_context.cc",
315 "background_sync/background_sync_context.h",
316 "background_sync/background_sync_manager.cc",
317 "background_sync/background_sync_manager.h",
318 "background_sync/background_sync_metrics.cc",
319 "background_sync/background_sync_metrics.h",
320 "background_sync/background_sync_network_observer.cc",
321 "background_sync/background_sync_network_observer.h",
322 "background_sync/background_sync_registration.cc",
323 "background_sync/background_sync_registration.h",
324 "background_sync/background_sync_registration_options.cc",
325 "background_sync/background_sync_registration_options.h",
326 "background_sync/background_sync_service_impl.cc",
327 "background_sync/background_sync_service_impl.h",
328 "background_sync/background_sync_status.h",
329 "bad_message.cc",
330 "bad_message.h",
331 "blob_storage/blob_dispatcher_host.cc",
332 "blob_storage/blob_dispatcher_host.h",
333 "blob_storage/chrome_blob_storage_context.cc",
334 "blob_storage/chrome_blob_storage_context.h",
335 "bluetooth/bluetooth_allowed_devices_map.cc",
336 "bluetooth/bluetooth_allowed_devices_map.h",
beaufort.francois01135bf2016-11-23 14:37:36337 "bluetooth/bluetooth_blocklist.cc",
338 "bluetooth/bluetooth_blocklist.h",
brettwb167c7332016-09-07 22:52:46339 "bluetooth/bluetooth_device_chooser_controller.cc",
340 "bluetooth/bluetooth_device_chooser_controller.h",
341 "bluetooth/bluetooth_metrics.cc",
342 "bluetooth/bluetooth_metrics.h",
343 "bluetooth/cache_query_result.h",
344 "bluetooth/frame_connected_bluetooth_devices.cc",
345 "bluetooth/frame_connected_bluetooth_devices.h",
346 "bluetooth/web_bluetooth_service_impl.cc",
347 "bluetooth/web_bluetooth_service_impl.h",
348 "bootstrap_sandbox_manager_mac.cc",
349 "bootstrap_sandbox_manager_mac.h",
350 "broadcast_channel/broadcast_channel_provider.cc",
351 "broadcast_channel/broadcast_channel_provider.h",
352 "browser_child_process_host_impl.cc",
353 "browser_child_process_host_impl.h",
354 "browser_context.cc",
355 "browser_ipc_logging.cc",
356 "browser_main.cc",
357 "browser_main.h",
358 "browser_main_loop.cc",
359 "browser_main_loop.h",
360 "browser_main_runner.cc",
361 "browser_plugin/browser_plugin_embedder.cc",
362 "browser_plugin/browser_plugin_embedder.h",
363 "browser_plugin/browser_plugin_guest.cc",
364 "browser_plugin/browser_plugin_guest.h",
365 "browser_plugin/browser_plugin_message_filter.cc",
366 "browser_plugin/browser_plugin_message_filter.h",
367 "browser_plugin/browser_plugin_popup_menu_helper_mac.h",
368 "browser_plugin/browser_plugin_popup_menu_helper_mac.mm",
369 "browser_process_sub_thread.cc",
370 "browser_process_sub_thread.h",
371 "browser_shutdown_profile_dumper.cc",
372 "browser_shutdown_profile_dumper.h",
373 "browser_thread_impl.cc",
374 "browser_thread_impl.h",
375 "browser_url_handler_impl.cc",
376 "browser_url_handler_impl.h",
377 "browsing_data/clear_site_data_throttle.cc",
378 "browsing_data/clear_site_data_throttle.h",
379 "browsing_instance.cc",
380 "browsing_instance.h",
381 "byte_stream.cc",
382 "byte_stream.h",
383 "cache_storage/cache_storage.cc",
384 "cache_storage/cache_storage.h",
385 "cache_storage/cache_storage_blob_to_disk_cache.cc",
386 "cache_storage/cache_storage_blob_to_disk_cache.h",
387 "cache_storage/cache_storage_cache.cc",
388 "cache_storage/cache_storage_cache.h",
389 "cache_storage/cache_storage_cache_handle.cc",
390 "cache_storage/cache_storage_cache_handle.h",
391 "cache_storage/cache_storage_context_impl.cc",
392 "cache_storage/cache_storage_context_impl.h",
393 "cache_storage/cache_storage_dispatcher_host.cc",
394 "cache_storage/cache_storage_dispatcher_host.h",
395 "cache_storage/cache_storage_histogram_macros.h",
396 "cache_storage/cache_storage_manager.cc",
397 "cache_storage/cache_storage_manager.h",
398 "cache_storage/cache_storage_operation.cc",
399 "cache_storage/cache_storage_operation.h",
400 "cache_storage/cache_storage_quota_client.cc",
401 "cache_storage/cache_storage_quota_client.h",
402 "cache_storage/cache_storage_scheduler.cc",
403 "cache_storage/cache_storage_scheduler.h",
404 "cache_storage/cache_storage_scheduler_client.h",
brettwb167c7332016-09-07 22:52:46405 "child_process_launcher.cc",
406 "child_process_launcher.h",
407 "child_process_security_policy_impl.cc",
408 "child_process_security_policy_impl.h",
409 "cocoa/system_hotkey_helper_mac.h",
410 "cocoa/system_hotkey_helper_mac.mm",
411 "cocoa/system_hotkey_map.h",
412 "cocoa/system_hotkey_map.mm",
[email protected]743530f2014-06-12 19:38:50413
brettwb167c7332016-09-07 22:52:46414 # NOTE: These files are here instead of in compositor_browser_sources
415 # because the latter is not built on Android, whereas these files are
416 # needed on all platforms.
417 "compositor/surface_utils.cc",
418 "compositor/surface_utils.h",
419 "device_sensors/ambient_light_mac.cc",
420 "device_sensors/ambient_light_mac.h",
421 "device_sensors/data_fetcher_shared_memory.h",
422 "device_sensors/data_fetcher_shared_memory_android.cc",
423 "device_sensors/data_fetcher_shared_memory_base.cc",
424 "device_sensors/data_fetcher_shared_memory_base.h",
425 "device_sensors/data_fetcher_shared_memory_chromeos.cc",
426 "device_sensors/data_fetcher_shared_memory_default.cc",
427 "device_sensors/data_fetcher_shared_memory_mac.cc",
428 "device_sensors/data_fetcher_shared_memory_win.cc",
429 "device_sensors/device_sensor_host.cc",
430 "device_sensors/device_sensor_host.h",
431 "device_sensors/device_sensor_service.cc",
432 "device_sensors/device_sensor_service.h",
433 "device_sensors/device_sensors_consts.h",
434 "device_sensors/sensor_manager_android.cc",
435 "device_sensors/sensor_manager_android.h",
436 "device_sensors/sensor_manager_chromeos.cc",
437 "device_sensors/sensor_manager_chromeos.h",
438 "devtools/browser_devtools_agent_host.cc",
439 "devtools/browser_devtools_agent_host.h",
440 "devtools/devtools_agent_host_impl.cc",
441 "devtools/devtools_agent_host_impl.h",
442 "devtools/devtools_frame_trace_recorder.cc",
443 "devtools/devtools_frame_trace_recorder.h",
444 "devtools/devtools_frontend_host_impl.cc",
445 "devtools/devtools_frontend_host_impl.h",
pfeldman10628762016-09-08 07:59:26446 "devtools/devtools_http_handler.cc",
447 "devtools/devtools_http_handler.h",
brettwb167c7332016-09-07 22:52:46448 "devtools/devtools_io_context.cc",
449 "devtools/devtools_io_context.h",
450 "devtools/devtools_manager.cc",
451 "devtools/devtools_manager.h",
452 "devtools/devtools_protocol_handler.cc",
453 "devtools/devtools_protocol_handler.h",
dgozmand77188632016-11-16 01:34:39454 "devtools/devtools_session.cc",
455 "devtools/devtools_session.h",
brettwb167c7332016-09-07 22:52:46456 "devtools/forwarding_agent_host.cc",
457 "devtools/forwarding_agent_host.h",
458 "devtools/page_navigation_throttle.cc",
459 "devtools/page_navigation_throttle.h",
brettwb167c7332016-09-07 22:52:46460 "devtools/protocol/color_picker.cc",
461 "devtools/protocol/color_picker.h",
462 "devtools/protocol/devtools_protocol_client.cc",
463 "devtools/protocol/devtools_protocol_client.h",
464 "devtools/protocol/devtools_protocol_delegate.h",
465 "devtools/protocol/dom_handler.cc",
466 "devtools/protocol/dom_handler.h",
467 "devtools/protocol/emulation_handler.cc",
468 "devtools/protocol/emulation_handler.h",
469 "devtools/protocol/input_handler.cc",
470 "devtools/protocol/input_handler.h",
471 "devtools/protocol/inspector_handler.cc",
472 "devtools/protocol/inspector_handler.h",
473 "devtools/protocol/io_handler.cc",
474 "devtools/protocol/io_handler.h",
475 "devtools/protocol/memory_handler.cc",
476 "devtools/protocol/memory_handler.h",
477 "devtools/protocol/network_handler.cc",
478 "devtools/protocol/network_handler.h",
479 "devtools/protocol/page_handler.cc",
480 "devtools/protocol/page_handler.h",
481 "devtools/protocol/schema_handler.cc",
482 "devtools/protocol/schema_handler.h",
483 "devtools/protocol/security_handler.cc",
484 "devtools/protocol/security_handler.h",
485 "devtools/protocol/service_worker_handler.cc",
486 "devtools/protocol/service_worker_handler.h",
487 "devtools/protocol/storage_handler.cc",
488 "devtools/protocol/storage_handler.h",
489 "devtools/protocol/system_info_handler.cc",
490 "devtools/protocol/system_info_handler.h",
dgozmanc2cea7d2016-09-28 03:27:55491 "devtools/protocol/target_handler.cc",
492 "devtools/protocol/target_handler.h",
brettwb167c7332016-09-07 22:52:46493 "devtools/protocol/tethering_handler.cc",
494 "devtools/protocol/tethering_handler.h",
495 "devtools/protocol/tracing_handler.cc",
496 "devtools/protocol/tracing_handler.h",
dgozmandc4d41722016-11-15 22:40:56497 "devtools/protocol_string.cc",
498 "devtools/protocol_string.h",
brettwb167c7332016-09-07 22:52:46499 "devtools/render_frame_devtools_agent_host.cc",
500 "devtools/render_frame_devtools_agent_host.h",
501 "devtools/service_worker_devtools_agent_host.cc",
502 "devtools/service_worker_devtools_agent_host.h",
503 "devtools/service_worker_devtools_manager.cc",
504 "devtools/service_worker_devtools_manager.h",
505 "devtools/shared_worker_devtools_agent_host.cc",
506 "devtools/shared_worker_devtools_agent_host.h",
507 "devtools/shared_worker_devtools_manager.cc",
508 "devtools/shared_worker_devtools_manager.h",
509 "devtools/worker_devtools_agent_host.cc",
510 "devtools/worker_devtools_agent_host.h",
511 "dom_storage/dom_storage_area.cc",
512 "dom_storage/dom_storage_area.h",
513 "dom_storage/dom_storage_context_impl.cc",
514 "dom_storage/dom_storage_context_impl.h",
515 "dom_storage/dom_storage_context_wrapper.cc",
516 "dom_storage/dom_storage_context_wrapper.h",
517 "dom_storage/dom_storage_database.cc",
518 "dom_storage/dom_storage_database.h",
519 "dom_storage/dom_storage_database_adapter.h",
520 "dom_storage/dom_storage_host.cc",
521 "dom_storage/dom_storage_host.h",
522 "dom_storage/dom_storage_message_filter.cc",
523 "dom_storage/dom_storage_message_filter.h",
524 "dom_storage/dom_storage_namespace.cc",
525 "dom_storage/dom_storage_namespace.h",
526 "dom_storage/dom_storage_session.cc",
527 "dom_storage/dom_storage_session.h",
528 "dom_storage/dom_storage_task_runner.cc",
529 "dom_storage/dom_storage_task_runner.h",
530 "dom_storage/local_storage_database_adapter.cc",
531 "dom_storage/local_storage_database_adapter.h",
532 "dom_storage/session_storage_database.cc",
533 "dom_storage/session_storage_database.h",
534 "dom_storage/session_storage_database_adapter.cc",
535 "dom_storage/session_storage_database_adapter.h",
536 "dom_storage/session_storage_namespace_impl.cc",
537 "dom_storage/session_storage_namespace_impl.h",
538 "download/base_file.cc",
539 "download/base_file.h",
brettwb167c7332016-09-07 22:52:46540 "download/base_file_posix.cc",
541 "download/base_file_win.cc",
542 "download/download_create_info.cc",
543 "download/download_create_info.h",
544 "download/download_destination_observer.h",
545 "download/download_file.h",
546 "download/download_file_factory.cc",
547 "download/download_file_factory.h",
548 "download/download_file_impl.cc",
549 "download/download_file_impl.h",
550 "download/download_interrupt_reasons_impl.cc",
551 "download/download_interrupt_reasons_impl.h",
552 "download/download_item_factory.h",
553 "download/download_item_impl.cc",
554 "download/download_item_impl.h",
555 "download/download_item_impl_delegate.cc",
556 "download/download_item_impl_delegate.h",
557 "download/download_manager_impl.cc",
558 "download/download_manager_impl.h",
559 "download/download_net_log_parameters.cc",
560 "download/download_net_log_parameters.h",
561 "download/download_request_core.cc",
562 "download/download_request_core.h",
563 "download/download_request_handle.cc",
564 "download/download_request_handle.h",
565 "download/download_resource_handler.cc",
566 "download/download_resource_handler.h",
567 "download/download_stats.cc",
568 "download/download_stats.h",
569 "download/drag_download_file.cc",
570 "download/drag_download_file.h",
571 "download/drag_download_util.cc",
572 "download/drag_download_util.h",
brettwb167c7332016-09-07 22:52:46573 "download/mhtml_generation_manager.cc",
574 "download/mhtml_generation_manager.h",
575 "download/rate_estimator.cc",
576 "download/rate_estimator.h",
577 "download/save_file.cc",
578 "download/save_file.h",
579 "download/save_file_manager.cc",
580 "download/save_file_manager.h",
581 "download/save_file_resource_handler.cc",
582 "download/save_file_resource_handler.h",
583 "download/save_item.cc",
584 "download/save_item.h",
585 "download/save_package.cc",
586 "download/save_package.h",
587 "download/save_types.cc",
588 "download/save_types.h",
589 "download/url_downloader.cc",
590 "download/url_downloader.h",
591 "fileapi/browser_file_system_helper.cc",
592 "fileapi/browser_file_system_helper.h",
593 "fileapi/fileapi_message_filter.cc",
594 "fileapi/fileapi_message_filter.h",
595 "fileapi/upload_file_system_file_element_reader.cc",
596 "fileapi/upload_file_system_file_element_reader.h",
597 "find_request_manager.cc",
598 "find_request_manager.h",
599 "font_list_async.cc",
600 "frame_host/cross_process_frame_connector.cc",
601 "frame_host/cross_process_frame_connector.h",
brettwb167c7332016-09-07 22:52:46602 "frame_host/debug_urls.cc",
603 "frame_host/debug_urls.h",
604 "frame_host/frame_navigation_entry.cc",
605 "frame_host/frame_navigation_entry.h",
606 "frame_host/frame_tree.cc",
607 "frame_host/frame_tree.h",
608 "frame_host/frame_tree_node.cc",
609 "frame_host/frame_tree_node.h",
610 "frame_host/frame_tree_node_blame_context.cc",
611 "frame_host/frame_tree_node_blame_context.h",
612 "frame_host/interstitial_page_impl.cc",
613 "frame_host/interstitial_page_impl.h",
614 "frame_host/interstitial_page_navigator_impl.cc",
615 "frame_host/interstitial_page_navigator_impl.h",
616 "frame_host/navigation_controller_android.cc",
617 "frame_host/navigation_controller_android.h",
618 "frame_host/navigation_controller_delegate.h",
619 "frame_host/navigation_controller_impl.cc",
620 "frame_host/navigation_controller_impl.h",
621 "frame_host/navigation_entry_impl.cc",
622 "frame_host/navigation_entry_impl.h",
623 "frame_host/navigation_entry_screenshot_manager.cc",
624 "frame_host/navigation_entry_screenshot_manager.h",
625 "frame_host/navigation_handle_impl.cc",
626 "frame_host/navigation_handle_impl.h",
627 "frame_host/navigation_request.cc",
628 "frame_host/navigation_request.h",
629 "frame_host/navigation_request_info.cc",
630 "frame_host/navigation_request_info.h",
631 "frame_host/navigator.cc",
632 "frame_host/navigator.h",
633 "frame_host/navigator_delegate.cc",
634 "frame_host/navigator_delegate.h",
635 "frame_host/navigator_impl.cc",
636 "frame_host/navigator_impl.h",
637 "frame_host/popup_menu_helper_mac.h",
638 "frame_host/popup_menu_helper_mac.mm",
639 "frame_host/render_frame_host_delegate.cc",
640 "frame_host/render_frame_host_delegate.h",
641 "frame_host/render_frame_host_factory.cc",
642 "frame_host/render_frame_host_factory.h",
643 "frame_host/render_frame_host_impl.cc",
644 "frame_host/render_frame_host_impl.h",
645 "frame_host/render_frame_host_manager.cc",
646 "frame_host/render_frame_host_manager.h",
647 "frame_host/render_frame_message_filter.cc",
648 "frame_host/render_frame_message_filter.h",
649 "frame_host/render_frame_proxy_host.cc",
650 "frame_host/render_frame_proxy_host.h",
651 "frame_host/render_widget_host_view_child_frame.cc",
652 "frame_host/render_widget_host_view_child_frame.h",
653 "frame_host/render_widget_host_view_guest.cc",
654 "frame_host/render_widget_host_view_guest.h",
brettwb167c7332016-09-07 22:52:46655 "gpu/browser_gpu_channel_host_factory.cc",
656 "gpu/browser_gpu_channel_host_factory.h",
657 "gpu/browser_gpu_memory_buffer_manager.cc",
658 "gpu/browser_gpu_memory_buffer_manager.h",
659 "gpu/compositor_util.cc",
660 "gpu/compositor_util.h",
661 "gpu/gpu_data_manager_impl.cc",
662 "gpu/gpu_data_manager_impl.h",
663 "gpu/gpu_data_manager_impl_private.cc",
664 "gpu/gpu_data_manager_impl_private.h",
665 "gpu/gpu_internals_ui.cc",
666 "gpu/gpu_internals_ui.h",
667 "gpu/gpu_process_host.cc",
668 "gpu/gpu_process_host.h",
669 "gpu/gpu_process_host_ui_shim.cc",
670 "gpu/gpu_process_host_ui_shim.h",
sadrul75d671b2016-12-13 06:14:39671 "gpu/shader_cache_factory.cc",
672 "gpu/shader_cache_factory.h",
gaba3533cd72016-12-12 02:45:56673 "gpu/shader_disk_cache.cc",
674 "gpu/shader_disk_cache.h",
brettwb167c7332016-09-07 22:52:46675 "histogram_controller.cc",
676 "histogram_controller.h",
677 "histogram_internals_request_job.cc",
678 "histogram_internals_request_job.h",
679 "histogram_message_filter.cc",
680 "histogram_message_filter.h",
681 "histogram_subscriber.h",
682 "histogram_synchronizer.cc",
683 "histogram_synchronizer.h",
684 "host_zoom_level_context.cc",
685 "host_zoom_level_context.h",
686 "host_zoom_map_impl.cc",
687 "host_zoom_map_impl.h",
scottmg276753cf2016-10-27 18:25:22688 "host_zoom_map_observer.cc",
689 "host_zoom_map_observer.h",
reillyg39fb4662016-11-22 20:27:17690 "indexed_db/cursor_impl.cc",
691 "indexed_db/cursor_impl.h",
reillyg963ec6df2016-11-05 01:10:58692 "indexed_db/database_impl.cc",
693 "indexed_db/database_impl.h",
brettwb167c7332016-09-07 22:52:46694 "indexed_db/indexed_db.h",
695 "indexed_db/indexed_db_active_blob_registry.cc",
696 "indexed_db/indexed_db_active_blob_registry.h",
697 "indexed_db/indexed_db_backing_store.cc",
698 "indexed_db/indexed_db_backing_store.h",
699 "indexed_db/indexed_db_blob_info.cc",
700 "indexed_db/indexed_db_blob_info.h",
701 "indexed_db/indexed_db_callbacks.cc",
702 "indexed_db/indexed_db_callbacks.h",
703 "indexed_db/indexed_db_class_factory.cc",
704 "indexed_db/indexed_db_class_factory.h",
705 "indexed_db/indexed_db_connection.cc",
706 "indexed_db/indexed_db_connection.h",
707 "indexed_db/indexed_db_context_impl.cc",
708 "indexed_db/indexed_db_context_impl.h",
709 "indexed_db/indexed_db_cursor.cc",
710 "indexed_db/indexed_db_cursor.h",
711 "indexed_db/indexed_db_data_loss_info.h",
712 "indexed_db/indexed_db_database.cc",
713 "indexed_db/indexed_db_database.h",
714 "indexed_db/indexed_db_database_callbacks.cc",
715 "indexed_db/indexed_db_database_callbacks.h",
716 "indexed_db/indexed_db_database_error.cc",
717 "indexed_db/indexed_db_database_error.h",
718 "indexed_db/indexed_db_dispatcher_host.cc",
719 "indexed_db/indexed_db_dispatcher_host.h",
720 "indexed_db/indexed_db_factory.h",
721 "indexed_db/indexed_db_factory_impl.cc",
722 "indexed_db/indexed_db_factory_impl.h",
723 "indexed_db/indexed_db_index_writer.cc",
724 "indexed_db/indexed_db_index_writer.h",
725 "indexed_db/indexed_db_internals_ui.cc",
726 "indexed_db/indexed_db_internals_ui.h",
727 "indexed_db/indexed_db_leveldb_coding.cc",
728 "indexed_db/indexed_db_leveldb_coding.h",
brettwb167c7332016-09-07 22:52:46729 "indexed_db/indexed_db_observer.cc",
730 "indexed_db/indexed_db_observer.h",
brettwb167c7332016-09-07 22:52:46731 "indexed_db/indexed_db_pending_connection.cc",
732 "indexed_db/indexed_db_pending_connection.h",
733 "indexed_db/indexed_db_quota_client.cc",
734 "indexed_db/indexed_db_quota_client.h",
735 "indexed_db/indexed_db_return_value.h",
736 "indexed_db/indexed_db_transaction.cc",
737 "indexed_db/indexed_db_transaction.h",
738 "indexed_db/indexed_db_transaction_coordinator.cc",
739 "indexed_db/indexed_db_transaction_coordinator.h",
740 "indexed_db/indexed_db_value.cc",
741 "indexed_db/indexed_db_value.h",
742 "indexed_db/leveldb/leveldb_comparator.h",
743 "indexed_db/leveldb/leveldb_database.cc",
744 "indexed_db/leveldb/leveldb_database.h",
745 "indexed_db/leveldb/leveldb_env.cc",
746 "indexed_db/leveldb/leveldb_env.h",
747 "indexed_db/leveldb/leveldb_factory.h",
748 "indexed_db/leveldb/leveldb_iterator.h",
749 "indexed_db/leveldb/leveldb_iterator_impl.cc",
750 "indexed_db/leveldb/leveldb_iterator_impl.h",
751 "indexed_db/leveldb/leveldb_transaction.cc",
752 "indexed_db/leveldb/leveldb_transaction.h",
753 "indexed_db/leveldb/leveldb_write_batch.cc",
754 "indexed_db/leveldb/leveldb_write_batch.h",
755 "leveldb_wrapper_impl.cc",
756 "leveldb_wrapper_impl.h",
757 "loader/async_resource_handler.cc",
758 "loader/async_resource_handler.h",
759 "loader/async_revalidation_driver.cc",
760 "loader/async_revalidation_driver.h",
761 "loader/async_revalidation_manager.cc",
762 "loader/async_revalidation_manager.h",
brettwb167c7332016-09-07 22:52:46763 "loader/detachable_resource_handler.cc",
764 "loader/detachable_resource_handler.h",
tzik47a9f9b2016-12-01 04:16:24765 "loader/downloaded_temp_file_impl.cc",
766 "loader/downloaded_temp_file_impl.h",
brettwb167c7332016-09-07 22:52:46767 "loader/global_routing_id.h",
768 "loader/intercepting_resource_handler.cc",
769 "loader/intercepting_resource_handler.h",
770 "loader/layered_resource_handler.cc",
771 "loader/layered_resource_handler.h",
772 "loader/loader_delegate.h",
773 "loader/loader_io_thread_notifier.cc",
774 "loader/loader_io_thread_notifier.h",
775 "loader/mime_sniffing_resource_handler.cc",
776 "loader/mime_sniffing_resource_handler.h",
777 "loader/mojo_async_resource_handler.cc",
778 "loader/mojo_async_resource_handler.h",
779 "loader/navigation_resource_handler.cc",
780 "loader/navigation_resource_handler.h",
781 "loader/navigation_resource_throttle.cc",
782 "loader/navigation_resource_throttle.h",
783 "loader/navigation_url_loader.cc",
784 "loader/navigation_url_loader.h",
785 "loader/navigation_url_loader_delegate.h",
786 "loader/navigation_url_loader_factory.h",
787 "loader/navigation_url_loader_impl.cc",
788 "loader/navigation_url_loader_impl.h",
789 "loader/navigation_url_loader_impl_core.cc",
790 "loader/navigation_url_loader_impl_core.h",
791 "loader/netlog_observer.cc",
792 "loader/netlog_observer.h",
793 "loader/power_save_block_resource_throttle.cc",
794 "loader/power_save_block_resource_throttle.h",
795 "loader/redirect_to_file_resource_handler.cc",
796 "loader/redirect_to_file_resource_handler.h",
797 "loader/resource_buffer.cc",
798 "loader/resource_buffer.h",
tyoshino3b3ee8e92016-12-07 16:04:07799 "loader/resource_controller.h",
brettwb167c7332016-09-07 22:52:46800 "loader/resource_dispatcher_host_impl.cc",
801 "loader/resource_dispatcher_host_impl.h",
802 "loader/resource_handler.cc",
803 "loader/resource_handler.h",
804 "loader/resource_hints_impl.cc",
805 "loader/resource_loader.cc",
806 "loader/resource_loader.h",
807 "loader/resource_loader_delegate.h",
808 "loader/resource_message_delegate.cc",
809 "loader/resource_message_delegate.h",
810 "loader/resource_message_filter.cc",
811 "loader/resource_message_filter.h",
812 "loader/resource_request_info_impl.cc",
813 "loader/resource_request_info_impl.h",
horo227286f72016-11-29 11:10:33814 "loader/resource_requester_info.cc",
815 "loader/resource_requester_info.h",
brettwb167c7332016-09-07 22:52:46816 "loader/resource_scheduler.cc",
817 "loader/resource_scheduler.h",
818 "loader/resource_scheduler_filter.cc",
819 "loader/resource_scheduler_filter.h",
820 "loader/stream_resource_handler.cc",
821 "loader/stream_resource_handler.h",
822 "loader/stream_writer.cc",
823 "loader/stream_writer.h",
824 "loader/sync_resource_handler.cc",
825 "loader/sync_resource_handler.h",
826 "loader/temporary_file_stream.cc",
827 "loader/temporary_file_stream.h",
828 "loader/throttling_resource_handler.cc",
829 "loader/throttling_resource_handler.h",
830 "loader/upload_data_stream_builder.cc",
831 "loader/upload_data_stream_builder.h",
832 "loader/url_loader_factory_impl.cc",
833 "loader/url_loader_factory_impl.h",
834 "loader_delegate_impl.cc",
835 "loader_delegate_impl.h",
836 "mach_broker_mac.h",
837 "mach_broker_mac.mm",
838 "manifest/manifest_manager_host.cc",
839 "manifest/manifest_manager_host.h",
brettwb167c7332016-09-07 22:52:46840 "media/android/browser_media_player_manager.cc",
841 "media/android/browser_media_player_manager.h",
brettwb167c7332016-09-07 22:52:46842 "media/android/browser_surface_view_manager.cc",
843 "media/android/browser_surface_view_manager.h",
844 "media/android/media_player_renderer.cc",
845 "media/android/media_player_renderer.h",
846 "media/android/media_resource_getter_impl.cc",
847 "media/android/media_resource_getter_impl.h",
848 "media/android/media_throttler.cc",
849 "media/android/media_throttler.h",
850 "media/android/media_web_contents_observer_android.cc",
851 "media/android/media_web_contents_observer_android.h",
brettwb167c7332016-09-07 22:52:46852 "media/audible_metrics.cc",
853 "media/audible_metrics.h",
854 "media/audio_stream_monitor.cc",
855 "media/audio_stream_monitor.h",
856 "media/capture/audio_mirroring_manager.cc",
857 "media/capture/audio_mirroring_manager.h",
858 "media/capture/cursor_renderer.h",
859 "media/capture/cursor_renderer_aura.cc",
860 "media/capture/cursor_renderer_aura.h",
861 "media/capture/cursor_renderer_mac.h",
862 "media/capture/cursor_renderer_mac.mm",
863 "media/capture/desktop_capture_device_uma_types.cc",
864 "media/capture/desktop_capture_device_uma_types.h",
865 "media/capture/image_capture_impl.cc",
866 "media/capture/image_capture_impl.h",
867 "media/capture/web_contents_audio_input_stream.cc",
868 "media/capture/web_contents_audio_input_stream.h",
869 "media/capture/web_contents_audio_muter.cc",
870 "media/capture/web_contents_audio_muter.h",
871 "media/capture/web_contents_tracker.cc",
872 "media/capture/web_contents_tracker.h",
873 "media/capture/web_contents_video_capture_device.cc",
874 "media/capture/web_contents_video_capture_device.h",
875 "media/capture/window_activity_tracker.cc",
876 "media/capture/window_activity_tracker.h",
877 "media/capture/window_activity_tracker_aura.cc",
878 "media/capture/window_activity_tracker_aura.h",
879 "media/capture/window_activity_tracker_mac.h",
880 "media/capture/window_activity_tracker_mac.mm",
xhwang5ba56be2016-12-13 07:13:03881 "media/cdm_registry_impl.cc",
882 "media/cdm_registry_impl.h",
guidoudf036b32016-10-31 14:51:14883 "media/media_devices_permission_checker.cc",
884 "media/media_devices_permission_checker.h",
xhwangaa0bf6d2016-12-03 01:19:15885 "media/media_interface_proxy.cc",
886 "media/media_interface_proxy.h",
brettwb167c7332016-09-07 22:52:46887 "media/media_internals.cc",
888 "media/media_internals.h",
889 "media/media_internals_handler.cc",
890 "media/media_internals_handler.h",
891 "media/media_internals_proxy.cc",
892 "media/media_internals_proxy.h",
893 "media/media_internals_ui.cc",
894 "media/media_internals_ui.h",
895 "media/media_web_contents_observer.cc",
896 "media/media_web_contents_observer.h",
897 "media/midi_host.cc",
898 "media/midi_host.h",
zqzhanga2147f82016-10-18 22:53:26899 "media/session/audio_focus_delegate.h",
900 "media/session/audio_focus_delegate_android.cc",
901 "media/session/audio_focus_delegate_android.h",
902 "media/session/audio_focus_delegate_default.cc",
brettwb167c7332016-09-07 22:52:46903 "media/session/audio_focus_manager.cc",
904 "media/session/audio_focus_manager.h",
zqzhangd84e72872016-10-07 19:22:03905 "media/session/media_metadata_sanitizer.cc",
906 "media/session/media_metadata_sanitizer.h",
zqzhang1adf3cb2016-11-01 11:26:45907 "media/session/media_session_android.cc",
908 "media/session/media_session_android.h",
brettwb167c7332016-09-07 22:52:46909 "media/session/media_session_controller.cc",
910 "media/session/media_session_controller.h",
911 "media/session/media_session_controllers_manager.cc",
912 "media/session/media_session_controllers_manager.h",
zqzhang1adf3cb2016-11-01 11:26:45913 "media/session/media_session_impl.cc",
914 "media/session/media_session_impl.h",
zqzhanga2147f82016-10-18 22:53:26915 "media/session/media_session_player_observer.h",
zqzhangd84e72872016-10-07 19:22:03916 "media/session/media_session_service_impl.cc",
917 "media/session/media_session_service_impl.h",
brettwb167c7332016-09-07 22:52:46918 "media/session/media_session_uma_helper.cc",
919 "media/session/media_session_uma_helper.h",
slana0da4302016-11-07 17:37:01920 "media/url_provision_fetcher.cc",
921 "media/url_provision_fetcher.h",
bashia6264042016-09-15 04:49:51922 "memory/memory_coordinator.cc",
923 "memory/memory_coordinator.h",
bashi529cb14c2016-10-17 21:53:57924 "memory/memory_coordinator_impl.cc",
925 "memory/memory_coordinator_impl.h",
brettwb167c7332016-09-07 22:52:46926 "memory/memory_message_filter.cc",
927 "memory/memory_message_filter.h",
bashia6264042016-09-15 04:49:51928 "memory/memory_monitor.cc",
929 "memory/memory_monitor.h",
bashi66264142016-09-27 06:26:40930 "memory/memory_monitor_android.cc",
931 "memory/memory_monitor_android.h",
bashia6264042016-09-15 04:49:51932 "memory/memory_monitor_win.cc",
933 "memory/memory_monitor_win.h",
brettwb167c7332016-09-07 22:52:46934 "memory/memory_pressure_controller_impl.cc",
935 "memory/memory_pressure_controller_impl.h",
936 "message_port_message_filter.cc",
937 "message_port_message_filter.h",
938 "message_port_provider.cc",
939 "message_port_service.cc",
940 "message_port_service.h",
941 "mime_registry_impl.cc",
942 "mime_registry_impl.h",
brettwb167c7332016-09-07 22:52:46943 "net/browser_online_state_observer.cc",
944 "net/browser_online_state_observer.h",
945 "net/network_errors_listing_ui.cc",
946 "net/network_errors_listing_ui.h",
947 "net/quota_policy_cookie_store.cc",
948 "net/quota_policy_cookie_store.h",
949 "net/view_blob_internals_job_factory.cc",
950 "net/view_blob_internals_job_factory.h",
951 "net/view_http_cache_job_factory.cc",
952 "net/view_http_cache_job_factory.h",
953 "notification_service_impl.cc",
954 "notification_service_impl.h",
955 "notifications/blink_notification_service_impl.cc",
956 "notifications/blink_notification_service_impl.h",
957 "notifications/notification_database.cc",
958 "notifications/notification_database.h",
959 "notifications/notification_database_data_conversions.cc",
960 "notifications/notification_database_data_conversions.h",
961 "notifications/notification_event_dispatcher_impl.cc",
962 "notifications/notification_event_dispatcher_impl.h",
963 "notifications/notification_id_generator.cc",
964 "notifications/notification_id_generator.h",
965 "notifications/notification_message_filter.cc",
966 "notifications/notification_message_filter.h",
967 "notifications/page_notification_delegate.cc",
968 "notifications/page_notification_delegate.h",
969 "notifications/platform_notification_context_impl.cc",
970 "notifications/platform_notification_context_impl.h",
971 "notifications/type_converters.cc",
972 "notifications/type_converters.h",
vasiliie4e2b2b12016-12-12 13:47:27973 "payments/payment_app_context.cc",
974 "payments/payment_app_context.h",
jinho.bangef456ad2016-11-08 23:36:14975 "payments/payment_app_manager.cc",
976 "payments/payment_app_manager.h",
brettwb167c7332016-09-07 22:52:46977 "permissions/permission_service_context.cc",
978 "permissions/permission_service_context.h",
979 "permissions/permission_service_impl.cc",
980 "permissions/permission_service_impl.h",
brettwb167c7332016-09-07 22:52:46981 "presentation/presentation_service_impl.cc",
982 "presentation/presentation_service_impl.h",
983 "presentation/presentation_type_converters.cc",
984 "presentation/presentation_type_converters.h",
985 "profiler_controller_impl.cc",
986 "profiler_controller_impl.h",
987 "profiler_message_filter.cc",
988 "profiler_message_filter.h",
989 "push_messaging/push_messaging_message_filter.cc",
990 "push_messaging/push_messaging_message_filter.h",
991 "push_messaging/push_messaging_router.cc",
992 "push_messaging/push_messaging_router.h",
993 "quota_dispatcher_host.cc",
994 "quota_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:46995 "renderer_host/clipboard_message_filter.cc",
996 "renderer_host/clipboard_message_filter.h",
997 "renderer_host/clipboard_message_filter_mac.mm",
998 "renderer_host/compositor_resize_lock_aura.cc",
999 "renderer_host/compositor_resize_lock_aura.h",
1000 "renderer_host/database_message_filter.cc",
1001 "renderer_host/database_message_filter.h",
1002 "renderer_host/delegated_frame_evictor.cc",
1003 "renderer_host/delegated_frame_evictor.h",
1004 "renderer_host/dip_util.cc",
1005 "renderer_host/dip_util.h",
1006 "renderer_host/dwrite_font_proxy_message_filter_win.cc",
1007 "renderer_host/dwrite_font_proxy_message_filter_win.h",
1008 "renderer_host/event_with_latency_info.h",
1009 "renderer_host/file_utilities_message_filter.cc",
1010 "renderer_host/file_utilities_message_filter.h",
1011 "renderer_host/font_utils_linux.cc",
1012 "renderer_host/font_utils_linux.h",
1013 "renderer_host/frame_metadata_util.cc",
1014 "renderer_host/frame_metadata_util.h",
brettwb167c7332016-09-07 22:52:461015 "renderer_host/input/gesture_event_queue.cc",
1016 "renderer_host/input/gesture_event_queue.h",
1017 "renderer_host/input/input_ack_handler.h",
1018 "renderer_host/input/input_router.h",
1019 "renderer_host/input/input_router_client.h",
1020 "renderer_host/input/input_router_config_helper.cc",
1021 "renderer_host/input/input_router_config_helper.h",
1022 "renderer_host/input/input_router_impl.cc",
1023 "renderer_host/input/input_router_impl.h",
1024 "renderer_host/input/motion_event_web.cc",
1025 "renderer_host/input/motion_event_web.h",
1026 "renderer_host/input/mouse_wheel_event_queue.cc",
1027 "renderer_host/input/mouse_wheel_event_queue.h",
1028 "renderer_host/input/mouse_wheel_rails_filter_mac.cc",
1029 "renderer_host/input/mouse_wheel_rails_filter_mac.h",
1030 "renderer_host/input/render_widget_host_latency_tracker.cc",
1031 "renderer_host/input/render_widget_host_latency_tracker.h",
1032 "renderer_host/input/stylus_text_selector.cc",
1033 "renderer_host/input/stylus_text_selector.h",
1034 "renderer_host/input/synthetic_gesture.cc",
1035 "renderer_host/input/synthetic_gesture.h",
1036 "renderer_host/input/synthetic_gesture_controller.cc",
1037 "renderer_host/input/synthetic_gesture_controller.h",
1038 "renderer_host/input/synthetic_gesture_target.h",
1039 "renderer_host/input/synthetic_gesture_target_aura.cc",
1040 "renderer_host/input/synthetic_gesture_target_aura.h",
1041 "renderer_host/input/synthetic_gesture_target_base.cc",
1042 "renderer_host/input/synthetic_gesture_target_base.h",
1043 "renderer_host/input/synthetic_gesture_target_mac.h",
1044 "renderer_host/input/synthetic_gesture_target_mac.mm",
lanwei1060f1f2016-11-28 23:00:311045 "renderer_host/input/synthetic_mouse_driver.cc",
1046 "renderer_host/input/synthetic_mouse_driver.h",
brettwb167c7332016-09-07 22:52:461047 "renderer_host/input/synthetic_pinch_gesture.cc",
1048 "renderer_host/input/synthetic_pinch_gesture.h",
brettwb167c7332016-09-07 22:52:461049 "renderer_host/input/synthetic_pointer_action.cc",
1050 "renderer_host/input/synthetic_pointer_action.h",
lanwei1060f1f2016-11-28 23:00:311051 "renderer_host/input/synthetic_pointer_driver.cc",
1052 "renderer_host/input/synthetic_pointer_driver.h",
brettwb167c7332016-09-07 22:52:461053 "renderer_host/input/synthetic_smooth_drag_gesture.cc",
1054 "renderer_host/input/synthetic_smooth_drag_gesture.h",
1055 "renderer_host/input/synthetic_smooth_move_gesture.cc",
1056 "renderer_host/input/synthetic_smooth_move_gesture.h",
1057 "renderer_host/input/synthetic_smooth_scroll_gesture.cc",
1058 "renderer_host/input/synthetic_smooth_scroll_gesture.h",
1059 "renderer_host/input/synthetic_tap_gesture.cc",
1060 "renderer_host/input/synthetic_tap_gesture.h",
lanwei1060f1f2016-11-28 23:00:311061 "renderer_host/input/synthetic_touch_driver.cc",
1062 "renderer_host/input/synthetic_touch_driver.h",
brettwb167c7332016-09-07 22:52:461063 "renderer_host/input/synthetic_touchpad_pinch_gesture.cc",
1064 "renderer_host/input/synthetic_touchpad_pinch_gesture.h",
1065 "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc",
1066 "renderer_host/input/synthetic_touchscreen_pinch_gesture.h",
1067 "renderer_host/input/tap_suppression_controller.cc",
1068 "renderer_host/input/tap_suppression_controller.h",
1069 "renderer_host/input/tap_suppression_controller_client.h",
1070 "renderer_host/input/timeout_monitor.cc",
1071 "renderer_host/input/timeout_monitor.h",
1072 "renderer_host/input/touch_action_filter.cc",
1073 "renderer_host/input/touch_action_filter.h",
1074 "renderer_host/input/touch_emulator.cc",
1075 "renderer_host/input/touch_emulator.h",
1076 "renderer_host/input/touch_emulator_client.h",
1077 "renderer_host/input/touch_event_queue.cc",
1078 "renderer_host/input/touch_event_queue.h",
1079 "renderer_host/input/touch_selection_controller_client_aura.cc",
1080 "renderer_host/input/touch_selection_controller_client_aura.h",
1081 "renderer_host/input/touchpad_tap_suppression_controller.cc",
1082 "renderer_host/input/touchpad_tap_suppression_controller.h",
1083 "renderer_host/input/touchscreen_tap_suppression_controller.cc",
1084 "renderer_host/input/touchscreen_tap_suppression_controller.h",
1085 "renderer_host/input/web_input_event_builders_android.cc",
1086 "renderer_host/input/web_input_event_builders_android.h",
1087 "renderer_host/input/web_input_event_builders_mac.h",
1088 "renderer_host/input/web_input_event_builders_mac.mm",
1089 "renderer_host/legacy_render_widget_host_win.cc",
1090 "renderer_host/legacy_render_widget_host_win.h",
1091 "renderer_host/media/audio_input_debug_writer.cc",
1092 "renderer_host/media/audio_input_debug_writer.h",
1093 "renderer_host/media/audio_input_device_manager.cc",
1094 "renderer_host/media/audio_input_device_manager.h",
1095 "renderer_host/media/audio_input_renderer_host.cc",
1096 "renderer_host/media/audio_input_renderer_host.h",
1097 "renderer_host/media/audio_input_sync_writer.cc",
1098 "renderer_host/media/audio_input_sync_writer.h",
maxmorinb08e8422016-11-18 09:34:011099 "renderer_host/media/audio_output_authorization_handler.cc",
1100 "renderer_host/media/audio_output_authorization_handler.h",
maxmorin65f77fb2016-12-05 13:45:361101 "renderer_host/media/audio_output_delegate.cc",
1102 "renderer_host/media/audio_output_delegate.h",
brettwb167c7332016-09-07 22:52:461103 "renderer_host/media/audio_renderer_host.cc",
1104 "renderer_host/media/audio_renderer_host.h",
1105 "renderer_host/media/audio_sync_reader.cc",
1106 "renderer_host/media/audio_sync_reader.h",
1107 "renderer_host/media/media_capture_devices_impl.cc",
1108 "renderer_host/media/media_capture_devices_impl.h",
guidou9357cc52016-10-11 19:53:361109 "renderer_host/media/media_devices_dispatcher_host.cc",
1110 "renderer_host/media/media_devices_dispatcher_host.h",
guidoucc6d4602016-09-23 21:28:431111 "renderer_host/media/media_devices_manager.cc",
1112 "renderer_host/media/media_devices_manager.h",
brettwb167c7332016-09-07 22:52:461113 "renderer_host/media/media_stream_dispatcher_host.cc",
1114 "renderer_host/media/media_stream_dispatcher_host.h",
1115 "renderer_host/media/media_stream_manager.cc",
1116 "renderer_host/media/media_stream_manager.h",
1117 "renderer_host/media/media_stream_provider.h",
1118 "renderer_host/media/media_stream_requester.h",
1119 "renderer_host/media/media_stream_track_metrics_host.cc",
1120 "renderer_host/media/media_stream_track_metrics_host.h",
1121 "renderer_host/media/media_stream_ui_proxy.cc",
1122 "renderer_host/media/media_stream_ui_proxy.h",
brettwb167c7332016-09-07 22:52:461123 "renderer_host/media/video_capture_controller.cc",
1124 "renderer_host/media/video_capture_controller.h",
1125 "renderer_host/media/video_capture_controller_event_handler.h",
brettwb167c7332016-09-07 22:52:461126 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1127 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1128 "renderer_host/media/video_capture_host.cc",
1129 "renderer_host/media/video_capture_host.h",
1130 "renderer_host/media/video_capture_manager.cc",
1131 "renderer_host/media/video_capture_manager.h",
1132 "renderer_host/native_web_keyboard_event_aura.cc",
1133 "renderer_host/native_web_keyboard_event_mac.mm",
xidachen6267a772016-09-20 15:24:381134 "renderer_host/offscreen_canvas_compositor_frame_sink.cc",
1135 "renderer_host/offscreen_canvas_compositor_frame_sink.h",
1136 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc",
1137 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h",
brettwb167c7332016-09-07 22:52:461138 "renderer_host/offscreen_canvas_surface_impl.cc",
1139 "renderer_host/offscreen_canvas_surface_impl.h",
xlai92e403ca2016-11-17 19:25:051140 "renderer_host/offscreen_canvas_surface_manager.cc",
1141 "renderer_host/offscreen_canvas_surface_manager.h",
brettwb167c7332016-09-07 22:52:461142 "renderer_host/overscroll_configuration.cc",
1143 "renderer_host/overscroll_controller.cc",
1144 "renderer_host/overscroll_controller.h",
1145 "renderer_host/overscroll_controller_delegate.h",
1146 "renderer_host/render_message_filter.cc",
1147 "renderer_host/render_message_filter.h",
1148 "renderer_host/render_process_host_impl.cc",
1149 "renderer_host/render_process_host_impl.h",
1150 "renderer_host/render_sandbox_host_linux.cc",
1151 "renderer_host/render_sandbox_host_linux.h",
1152 "renderer_host/render_view_host_delegate.cc",
1153 "renderer_host/render_view_host_delegate.h",
1154 "renderer_host/render_view_host_delegate_view.h",
1155 "renderer_host/render_view_host_factory.cc",
1156 "renderer_host/render_view_host_factory.h",
1157 "renderer_host/render_view_host_impl.cc",
1158 "renderer_host/render_view_host_impl.h",
1159 "renderer_host/render_widget_helper.cc",
1160 "renderer_host/render_widget_helper.h",
1161 "renderer_host/render_widget_host_delegate.cc",
1162 "renderer_host/render_widget_host_delegate.h",
1163 "renderer_host/render_widget_host_impl.cc",
1164 "renderer_host/render_widget_host_impl.h",
1165 "renderer_host/render_widget_host_input_event_router.cc",
1166 "renderer_host/render_widget_host_input_event_router.h",
1167 "renderer_host/render_widget_host_owner_delegate.h",
1168 "renderer_host/render_widget_host_view_aura.cc",
1169 "renderer_host/render_widget_host_view_aura.h",
1170 "renderer_host/render_widget_host_view_base.cc",
1171 "renderer_host/render_widget_host_view_base.h",
1172 "renderer_host/render_widget_host_view_base_observer.cc",
1173 "renderer_host/render_widget_host_view_base_observer.h",
1174 "renderer_host/render_widget_host_view_mac.h",
1175 "renderer_host/render_widget_host_view_mac.mm",
1176 "renderer_host/render_widget_host_view_mac_dictionary_helper.h",
1177 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm",
1178 "renderer_host/render_widget_host_view_mac_editcommand_helper.h",
1179 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm",
1180 "renderer_host/renderer_frame_manager.cc",
1181 "renderer_host/renderer_frame_manager.h",
1182 "renderer_host/sandbox_ipc_linux.cc",
1183 "renderer_host/sandbox_ipc_linux.h",
1184 "renderer_host/text_input_client_mac.h",
1185 "renderer_host/text_input_client_mac.mm",
1186 "renderer_host/text_input_client_message_filter.h",
1187 "renderer_host/text_input_client_message_filter.mm",
1188 "renderer_host/text_input_manager.cc",
1189 "renderer_host/text_input_manager.h",
1190 "renderer_host/ui_events_helper.cc",
1191 "renderer_host/ui_events_helper.h",
1192 "renderer_host/webmenurunner_mac.h",
1193 "renderer_host/webmenurunner_mac.mm",
1194 "resolve_proxy_msg_helper.cc",
1195 "resolve_proxy_msg_helper.h",
1196 "resource_context_impl.cc",
1197 "resource_context_impl.h",
lunalud4a2cc82016-11-22 00:27:231198 "screen_orientation/screen_orientation.cc",
1199 "screen_orientation/screen_orientation.h",
brettwb167c7332016-09-07 22:52:461200 "screen_orientation/screen_orientation_delegate_win.cc",
1201 "screen_orientation/screen_orientation_delegate_win.h",
benff461632016-10-06 14:27:331202 "service_manager/merge_dictionary.cc",
1203 "service_manager/merge_dictionary.h",
1204 "service_manager/service_manager_context.cc",
1205 "service_manager/service_manager_context.h",
brettwb167c7332016-09-07 22:52:461206 "service_worker/embedded_worker_instance.cc",
1207 "service_worker/embedded_worker_instance.h",
1208 "service_worker/embedded_worker_registry.cc",
1209 "service_worker/embedded_worker_registry.h",
1210 "service_worker/embedded_worker_status.h",
1211 "service_worker/foreign_fetch_request_handler.cc",
1212 "service_worker/foreign_fetch_request_handler.h",
1213 "service_worker/link_header_support.cc",
1214 "service_worker/link_header_support.h",
1215 "service_worker/service_worker_blob_reader.cc",
1216 "service_worker/service_worker_blob_reader.h",
1217 "service_worker/service_worker_cache_writer.cc",
1218 "service_worker/service_worker_cache_writer.h",
1219 "service_worker/service_worker_client_utils.cc",
1220 "service_worker/service_worker_client_utils.h",
1221 "service_worker/service_worker_context_core.cc",
1222 "service_worker/service_worker_context_core.h",
1223 "service_worker/service_worker_context_observer.h",
1224 "service_worker/service_worker_context_request_handler.cc",
1225 "service_worker/service_worker_context_request_handler.h",
1226 "service_worker/service_worker_context_watcher.cc",
1227 "service_worker/service_worker_context_watcher.h",
1228 "service_worker/service_worker_context_wrapper.cc",
1229 "service_worker/service_worker_context_wrapper.h",
1230 "service_worker/service_worker_controllee_request_handler.cc",
1231 "service_worker/service_worker_controllee_request_handler.h",
1232 "service_worker/service_worker_database.cc",
1233 "service_worker/service_worker_database.h",
1234 "service_worker/service_worker_database_task_manager.cc",
1235 "service_worker/service_worker_database_task_manager.h",
1236 "service_worker/service_worker_disk_cache.cc",
1237 "service_worker/service_worker_disk_cache.h",
1238 "service_worker/service_worker_dispatcher_host.cc",
1239 "service_worker/service_worker_dispatcher_host.h",
1240 "service_worker/service_worker_fetch_dispatcher.cc",
1241 "service_worker/service_worker_fetch_dispatcher.h",
1242 "service_worker/service_worker_handle.cc",
1243 "service_worker/service_worker_handle.h",
1244 "service_worker/service_worker_info.cc",
1245 "service_worker/service_worker_info.h",
1246 "service_worker/service_worker_internals_ui.cc",
1247 "service_worker/service_worker_internals_ui.h",
1248 "service_worker/service_worker_job_coordinator.cc",
1249 "service_worker/service_worker_job_coordinator.h",
1250 "service_worker/service_worker_metrics.cc",
1251 "service_worker/service_worker_metrics.h",
clamydf7927e2016-09-22 13:03:141252 "service_worker/service_worker_navigation_handle.cc",
1253 "service_worker/service_worker_navigation_handle.h",
1254 "service_worker/service_worker_navigation_handle_core.cc",
1255 "service_worker/service_worker_navigation_handle_core.h",
brettwb167c7332016-09-07 22:52:461256 "service_worker/service_worker_process_manager.cc",
1257 "service_worker/service_worker_process_manager.h",
1258 "service_worker/service_worker_provider_host.cc",
1259 "service_worker/service_worker_provider_host.h",
1260 "service_worker/service_worker_quota_client.cc",
1261 "service_worker/service_worker_quota_client.h",
1262 "service_worker/service_worker_read_from_cache_job.cc",
1263 "service_worker/service_worker_read_from_cache_job.h",
1264 "service_worker/service_worker_register_job.cc",
1265 "service_worker/service_worker_register_job.h",
1266 "service_worker/service_worker_register_job_base.h",
1267 "service_worker/service_worker_registration.cc",
1268 "service_worker/service_worker_registration.h",
1269 "service_worker/service_worker_registration_handle.cc",
1270 "service_worker/service_worker_registration_handle.h",
1271 "service_worker/service_worker_registration_status.cc",
1272 "service_worker/service_worker_registration_status.h",
1273 "service_worker/service_worker_request_handler.cc",
1274 "service_worker/service_worker_request_handler.h",
1275 "service_worker/service_worker_response_info.cc",
1276 "service_worker/service_worker_response_info.h",
1277 "service_worker/service_worker_script_cache_map.cc",
1278 "service_worker/service_worker_script_cache_map.h",
1279 "service_worker/service_worker_storage.cc",
1280 "service_worker/service_worker_storage.h",
1281 "service_worker/service_worker_stream_reader.cc",
1282 "service_worker/service_worker_stream_reader.h",
1283 "service_worker/service_worker_unregister_job.cc",
1284 "service_worker/service_worker_unregister_job.h",
1285 "service_worker/service_worker_url_request_job.cc",
1286 "service_worker/service_worker_url_request_job.h",
1287 "service_worker/service_worker_version.cc",
1288 "service_worker/service_worker_version.h",
1289 "service_worker/service_worker_write_to_cache_job.cc",
1290 "service_worker/service_worker_write_to_cache_job.h",
1291 "shared_worker/shared_worker_host.cc",
1292 "shared_worker/shared_worker_host.h",
1293 "shared_worker/shared_worker_instance.cc",
1294 "shared_worker/shared_worker_instance.h",
1295 "shared_worker/shared_worker_message_filter.cc",
1296 "shared_worker/shared_worker_message_filter.h",
1297 "shared_worker/shared_worker_service_impl.cc",
1298 "shared_worker/shared_worker_service_impl.h",
1299 "shared_worker/worker_document_set.cc",
1300 "shared_worker/worker_document_set.h",
1301 "shared_worker/worker_storage_partition.cc",
1302 "shared_worker/worker_storage_partition.h",
1303 "site_instance_impl.cc",
1304 "site_instance_impl.h",
brettwb167c7332016-09-07 22:52:461305 "speech/speech_recognition_dispatcher_host.cc",
1306 "speech/speech_recognition_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:461307 "speech/speech_recognition_manager_impl.cc",
1308 "speech/speech_recognition_manager_impl.h",
1309 "speech/speech_recognizer.h",
brettwb167c7332016-09-07 22:52:461310 "speech/speech_recognizer_impl_android.cc",
1311 "speech/speech_recognizer_impl_android.h",
1312 "ssl/ssl_client_auth_handler.cc",
1313 "ssl/ssl_client_auth_handler.h",
1314 "ssl/ssl_error_handler.cc",
1315 "ssl/ssl_error_handler.h",
1316 "ssl/ssl_manager.cc",
1317 "ssl/ssl_manager.h",
brettwb167c7332016-09-07 22:52:461318 "startup_task_runner.cc",
1319 "startup_task_runner.h",
1320 "storage_partition_impl.cc",
1321 "storage_partition_impl.h",
1322 "storage_partition_impl_map.cc",
1323 "storage_partition_impl_map.h",
1324 "streams/stream.cc",
1325 "streams/stream.h",
1326 "streams/stream_context.cc",
1327 "streams/stream_context.h",
1328 "streams/stream_handle_impl.cc",
1329 "streams/stream_handle_impl.h",
1330 "streams/stream_read_observer.h",
1331 "streams/stream_register_observer.h",
1332 "streams/stream_registry.cc",
1333 "streams/stream_registry.h",
1334 "streams/stream_url_request_job.cc",
1335 "streams/stream_url_request_job.h",
1336 "streams/stream_write_observer.h",
1337 "theme_helper_mac.h",
1338 "theme_helper_mac.mm",
brettwb167c7332016-09-07 22:52:461339 "tracing/background_tracing_config_impl.cc",
1340 "tracing/background_tracing_config_impl.h",
1341 "tracing/background_tracing_manager_impl.cc",
1342 "tracing/background_tracing_manager_impl.h",
1343 "tracing/background_tracing_rule.cc",
1344 "tracing/background_tracing_rule.h",
1345 "tracing/etw_tracing_agent_win.cc",
1346 "tracing/etw_tracing_agent_win.h",
1347 "tracing/file_tracing_provider_impl.cc",
1348 "tracing/file_tracing_provider_impl.h",
1349 "tracing/trace_message_filter.cc",
1350 "tracing/trace_message_filter.h",
1351 "tracing/tracing_controller_impl.cc",
1352 "tracing/tracing_controller_impl.h",
1353 "tracing/tracing_controller_impl_data_sinks.cc",
1354 "tracing/tracing_ui.cc",
1355 "tracing/tracing_ui.h",
1356 "user_metrics.cc",
1357 "utility_process_host_impl.cc",
1358 "utility_process_host_impl.h",
brettwb167c7332016-09-07 22:52:461359 "web_contents/aura/gesture_nav_simple.cc",
1360 "web_contents/aura/gesture_nav_simple.h",
1361 "web_contents/aura/overscroll_navigation_overlay.cc",
1362 "web_contents/aura/overscroll_navigation_overlay.h",
1363 "web_contents/aura/overscroll_window_animation.cc",
1364 "web_contents/aura/overscroll_window_animation.h",
1365 "web_contents/aura/overscroll_window_delegate.cc",
1366 "web_contents/aura/overscroll_window_delegate.h",
1367 "web_contents/aura/shadow_layer_delegate.cc",
1368 "web_contents/aura/shadow_layer_delegate.h",
1369 "web_contents/web_contents_impl.cc",
1370 "web_contents/web_contents_impl.h",
1371 "web_contents/web_contents_view.h",
1372 "web_contents/web_contents_view_aura.cc",
1373 "web_contents/web_contents_view_aura.h",
1374 "web_contents/web_contents_view_child_frame.cc",
1375 "web_contents/web_contents_view_child_frame.h",
1376 "web_contents/web_contents_view_guest.cc",
1377 "web_contents/web_contents_view_guest.h",
1378 "web_contents/web_contents_view_mac.h",
1379 "web_contents/web_contents_view_mac.mm",
1380 "web_contents/web_drag_dest_mac.h",
1381 "web_contents/web_drag_dest_mac.mm",
1382 "web_contents/web_drag_source_mac.h",
1383 "web_contents/web_drag_source_mac.mm",
1384 "web_contents/web_drag_utils_win.cc",
1385 "web_contents/web_drag_utils_win.h",
yhirano4a593832016-10-24 18:58:221386 "websockets/websocket_handshake_request_info_impl.cc",
1387 "websockets/websocket_handshake_request_info_impl.h",
brettwb167c7332016-09-07 22:52:461388 "websockets/websocket_impl.cc",
1389 "websockets/websocket_impl.h",
1390 "websockets/websocket_manager.cc",
1391 "websockets/websocket_manager.h",
1392 "webui/content_web_ui_controller_factory.cc",
1393 "webui/content_web_ui_controller_factory.h",
1394 "webui/generic_handler.cc",
1395 "webui/generic_handler.h",
1396 "webui/shared_resources_data_source.cc",
1397 "webui/shared_resources_data_source.h",
1398 "webui/url_data_manager.cc",
1399 "webui/url_data_manager.h",
1400 "webui/url_data_manager_backend.cc",
1401 "webui/url_data_manager_backend.h",
1402 "webui/url_data_source_impl.cc",
1403 "webui/url_data_source_impl.h",
1404 "webui/web_ui_controller_factory_registry.cc",
1405 "webui/web_ui_controller_factory_registry.h",
1406 "webui/web_ui_data_source_impl.cc",
1407 "webui/web_ui_data_source_impl.h",
1408 "webui/web_ui_impl.cc",
1409 "webui/web_ui_impl.h",
1410 "webui/web_ui_message_handler.cc",
1411 "zygote_host/zygote_communication_linux.cc",
1412 "zygote_host/zygote_communication_linux.h",
1413 "zygote_host/zygote_handle_linux.cc",
1414 "zygote_host/zygote_host_impl_linux.cc",
1415 "zygote_host/zygote_host_impl_linux.h",
1416 ]
[email protected]743530f2014-06-12 19:38:501417
[email protected]4db51ec2014-05-29 21:08:321418 if (toolkit_views) {
1419 deps += [ "//ui/events" ]
1420 }
1421
bcwhite98900b02016-09-19 20:13:031422 # ChromeOS also defines linux but their memory-monitors conflict.
1423 if (is_chromeos) {
1424 sources += [
1425 "memory/memory_monitor_chromeos.cc",
1426 "memory/memory_monitor_chromeos.h",
1427 ]
1428 } else {
1429 sources += [
1430 "memory/memory_monitor_linux.cc",
1431 "memory/memory_monitor_linux.h",
1432 ]
1433 }
1434
dgozman9d8f8182015-10-12 23:38:561435 if (!is_win) {
morritad95714f2014-10-01 02:37:241436 sources += [
morritad95714f2014-10-01 02:37:241437 "file_descriptor_info_impl.cc",
1438 "file_descriptor_info_impl.h",
1439 ]
[email protected]4db51ec2014-05-29 21:08:321440 }
1441
vitalybuka93eea402014-11-05 23:47:151442 if (enable_basic_printing || enable_print_preview) {
[email protected]743530f2014-06-12 19:38:501443 deps += [ "//printing" ]
[email protected]4db51ec2014-05-29 21:08:321444 }
1445
jamb3c1195df2016-03-21 20:41:291446 if (!is_mac) {
[email protected]743530f2014-06-12 19:38:501447 deps += [ "//sandbox" ]
1448 }
jamb3c1195df2016-03-21 20:41:291449 if (!is_android) {
[email protected]97865022014-06-13 23:18:041450 deps += [ "//content/browser/tracing:resources" ]
[email protected]743530f2014-06-12 19:38:501451 }
charlieab9973242016-02-02 16:22:161452 if ((use_udev && is_posix) || is_mac || is_win) {
1453 deps += [ "//tools/battor_agent:battor_agent_lib" ]
1454 sources += [
1455 "tracing/power_tracing_agent.cc",
1456 "tracing/power_tracing_agent.h",
1457 ]
1458 }
[email protected]743530f2014-06-12 19:38:501459
1460 if (enable_webrtc) {
brettwb167c7332016-09-07 22:52:461461 sources += [
1462 "renderer_host/media/peer_connection_tracker_host.cc",
1463 "renderer_host/media/peer_connection_tracker_host.h",
1464 "renderer_host/p2p/socket_dispatcher_host.cc",
1465 "renderer_host/p2p/socket_dispatcher_host.h",
1466 "renderer_host/p2p/socket_host.cc",
1467 "renderer_host/p2p/socket_host.h",
1468 "renderer_host/p2p/socket_host_tcp.cc",
1469 "renderer_host/p2p/socket_host_tcp.h",
1470 "renderer_host/p2p/socket_host_tcp_server.cc",
1471 "renderer_host/p2p/socket_host_tcp_server.h",
1472 "renderer_host/p2p/socket_host_throttler.cc",
1473 "renderer_host/p2p/socket_host_throttler.h",
1474 "renderer_host/p2p/socket_host_udp.cc",
1475 "renderer_host/p2p/socket_host_udp.h",
1476 "webrtc/webrtc_eventlog_host.cc",
1477 "webrtc/webrtc_eventlog_host.h",
1478 "webrtc/webrtc_internals.cc",
1479 "webrtc/webrtc_internals.h",
1480 "webrtc/webrtc_internals_message_handler.cc",
1481 "webrtc/webrtc_internals_message_handler.h",
1482 "webrtc/webrtc_internals_ui.cc",
1483 "webrtc/webrtc_internals_ui.h",
1484 "webrtc/webrtc_internals_ui_observer.h",
1485 ]
1486
brettwf94a6cd2016-01-28 23:57:291487 deps += [
1488 "//jingle:jingle_glue",
brettw04cf95992016-11-18 20:23:051489 "//third_party/libjingle/webrtc:libjingle_webrtc",
mbjorgecbac8082016-04-21 01:14:231490 "//third_party/webrtc/base:rtc_base",
magjed828787a2016-12-06 16:05:001491 "//third_party/webrtc/media:rtc_media_base",
mbjorgecbac8082016-04-21 01:14:231492 "//third_party/webrtc/modules/desktop_capture:primitives",
brettwf94a6cd2016-01-28 23:57:291493 ]
braveyaodbb85e452016-09-23 18:49:081494 if (!is_ios) {
1495 defines += [ "ENABLE_SCREEN_CAPTURE=1" ]
1496 }
[email protected]743530f2014-06-12 19:38:501497 if (is_linux || is_mac || is_win) {
1498 sources += [
1499 "media/capture/desktop_capture_device.cc",
1500 "media/capture/desktop_capture_device.h",
[email protected]743530f2014-06-12 19:38:501501 ]
[email protected]c528d872014-06-27 03:17:161502 if (use_aura) {
1503 sources += [
robert.bradford8a244ea2015-03-17 19:12:461504 "media/capture/aura_window_capture_machine.cc",
1505 "media/capture/aura_window_capture_machine.h",
[email protected]c528d872014-06-27 03:17:161506 "media/capture/desktop_capture_device_aura.cc",
1507 "media/capture/desktop_capture_device_aura.h",
1508 ]
1509 }
Brett Wilson83fd4242014-09-02 19:45:331510 deps += [ "//third_party/webrtc/modules/desktop_capture" ]
[email protected]743530f2014-06-12 19:38:501511 }
1512 }
1513
1514 if (is_win) {
mcasas4e216e72016-07-28 21:28:381515 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
[email protected]743530f2014-06-12 19:38:501516 defines += [
1517 # This prevents the inclusion of atlhost.h which paired
1518 # with the windows 8 sdk it does the wrong thing.
1519 "__ATLHOST_H__",
1520 ]
1521 deps += [
[email protected]bf94f9d2014-06-17 20:33:531522 "//third_party/iaccessible2",
1523 "//third_party/isimpledom",
[email protected]743530f2014-06-12 19:38:501524 ]
1525 libs += [
1526 "comctl32.lib",
1527 "dinput8.lib",
1528 "dwmapi.lib",
1529 "dxguid.lib",
jam6ce80492016-03-22 22:00:211530 "imm32.lib",
brettw44a5cf82015-04-08 19:48:221531 "oleacc.lib",
[email protected]743530f2014-06-12 19:38:501532 "sensorsapi.lib",
1533 "portabledeviceguids.lib",
1534 ]
[email protected]743530f2014-06-12 19:38:501535 }
1536
[email protected]743530f2014-06-12 19:38:501537 if (use_udev) {
mcasas9d2063682016-02-11 22:12:391538 deps += [
1539 "//device/udev_linux",
mcasasf261a502016-02-26 23:40:331540 "//media/capture",
[email protected]743530f2014-06-12 19:38:501541 ]
1542 }
1543
1544 if (enable_plugins) {
brettwb167c7332016-09-07 22:52:461545 sources += [
1546 "../public/browser/plugin_service.h",
1547 "media/session/pepper_playback_observer.cc",
1548 "media/session/pepper_playback_observer.h",
1549 "media/session/pepper_player_delegate.cc",
1550 "media/session/pepper_player_delegate.h",
1551 "pepper_flash_settings_helper_impl.cc",
1552 "pepper_flash_settings_helper_impl.h",
1553 "plugin_content_origin_whitelist.cc",
1554 "plugin_content_origin_whitelist.h",
1555 "plugin_data_remover_impl.cc",
1556 "plugin_data_remover_impl.h",
1557 "plugin_private_storage_helper.cc",
1558 "plugin_private_storage_helper.h",
1559 "plugin_service_impl.cc",
1560 "plugin_service_impl.h",
1561 "ppapi_plugin_process_host.cc",
1562 "ppapi_plugin_process_host.h",
1563 "renderer_host/pepper/browser_ppapi_host_impl.cc",
1564 "renderer_host/pepper/browser_ppapi_host_impl.h",
1565 "renderer_host/pepper/content_browser_pepper_host_factory.cc",
1566 "renderer_host/pepper/content_browser_pepper_host_factory.h",
1567 "renderer_host/pepper/pepper_browser_font_singleton_host.cc",
1568 "renderer_host/pepper/pepper_browser_font_singleton_host.h",
1569 "renderer_host/pepper/pepper_external_file_ref_backend.cc",
1570 "renderer_host/pepper/pepper_external_file_ref_backend.h",
1571 "renderer_host/pepper/pepper_file_io_host.cc",
1572 "renderer_host/pepper/pepper_file_io_host.h",
1573 "renderer_host/pepper/pepper_file_ref_host.cc",
1574 "renderer_host/pepper/pepper_file_ref_host.h",
1575 "renderer_host/pepper/pepper_file_system_browser_host.cc",
1576 "renderer_host/pepper/pepper_file_system_browser_host.h",
1577 "renderer_host/pepper/pepper_flash_file_message_filter.cc",
1578 "renderer_host/pepper/pepper_flash_file_message_filter.h",
1579 "renderer_host/pepper/pepper_gamepad_host.cc",
1580 "renderer_host/pepper/pepper_gamepad_host.h",
1581 "renderer_host/pepper/pepper_host_resolver_message_filter.cc",
1582 "renderer_host/pepper/pepper_host_resolver_message_filter.h",
1583 "renderer_host/pepper/pepper_internal_file_ref_backend.cc",
1584 "renderer_host/pepper/pepper_internal_file_ref_backend.h",
1585 "renderer_host/pepper/pepper_lookup_request.h",
1586 "renderer_host/pepper/pepper_message_filter.cc",
1587 "renderer_host/pepper/pepper_message_filter.h",
1588 "renderer_host/pepper/pepper_network_monitor_host.cc",
1589 "renderer_host/pepper/pepper_network_monitor_host.h",
1590 "renderer_host/pepper/pepper_network_proxy_host.cc",
1591 "renderer_host/pepper/pepper_network_proxy_host.h",
1592 "renderer_host/pepper/pepper_print_settings_manager.cc",
1593 "renderer_host/pepper/pepper_print_settings_manager.h",
1594 "renderer_host/pepper/pepper_printing_host.cc",
1595 "renderer_host/pepper/pepper_printing_host.h",
1596 "renderer_host/pepper/pepper_renderer_connection.cc",
1597 "renderer_host/pepper/pepper_renderer_connection.h",
1598 "renderer_host/pepper/pepper_security_helper.cc",
1599 "renderer_host/pepper/pepper_security_helper.h",
1600 "renderer_host/pepper/pepper_socket_utils.cc",
1601 "renderer_host/pepper/pepper_socket_utils.h",
1602 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc",
1603 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.h",
1604 "renderer_host/pepper/pepper_tcp_socket_message_filter.cc",
1605 "renderer_host/pepper/pepper_tcp_socket_message_filter.h",
1606 "renderer_host/pepper/pepper_truetype_font.h",
1607 "renderer_host/pepper/pepper_truetype_font_android.cc",
1608 "renderer_host/pepper/pepper_truetype_font_host.cc",
1609 "renderer_host/pepper/pepper_truetype_font_host.h",
1610 "renderer_host/pepper/pepper_truetype_font_linux.cc",
1611 "renderer_host/pepper/pepper_truetype_font_list.h",
1612 "renderer_host/pepper/pepper_truetype_font_list_android.cc",
1613 "renderer_host/pepper/pepper_truetype_font_list_host.cc",
1614 "renderer_host/pepper/pepper_truetype_font_list_host.h",
1615 "renderer_host/pepper/pepper_truetype_font_list_mac.mm",
1616 "renderer_host/pepper/pepper_truetype_font_list_ozone.cc",
1617 "renderer_host/pepper/pepper_truetype_font_list_pango.cc",
1618 "renderer_host/pepper/pepper_truetype_font_list_win.cc",
1619 "renderer_host/pepper/pepper_truetype_font_mac.mm",
1620 "renderer_host/pepper/pepper_truetype_font_win.cc",
1621 "renderer_host/pepper/pepper_udp_socket_message_filter.cc",
1622 "renderer_host/pepper/pepper_udp_socket_message_filter.h",
1623 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.cc",
1624 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.h",
1625 "renderer_host/pepper/quota_reservation.cc",
1626 "renderer_host/pepper/quota_reservation.h",
1627 "renderer_host/pepper/ssl_context_helper.cc",
1628 "renderer_host/pepper/ssl_context_helper.h",
1629 ]
[email protected]743530f2014-06-12 19:38:501630 deps += [
tmoniuszko6cddaa92015-06-10 07:51:341631 "//ppapi/host",
jbroman79c079be2016-04-20 00:17:271632 "//ppapi/proxy",
brettwf7eb6ca2015-02-14 01:37:311633 "//ppapi/proxy:ipc",
1634 "//ppapi/shared_impl",
[email protected]743530f2014-06-12 19:38:501635 ]
1636 if (!use_ozone || use_pango) {
1637 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_ozone.cc" ]
1638 }
[email protected]c528d872014-06-27 03:17:161639 if (!use_pango) {
1640 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_pango.cc" ]
1641 }
[email protected]743530f2014-06-12 19:38:501642 }
1643
shreeram.k792fba032015-07-20 11:43:371644 if (use_atk) {
brettwb167c7332016-09-07 22:52:461645 sources += [
1646 "accessibility/accessibility_tree_formatter_auralinux.cc",
1647 "accessibility/browser_accessibility_auralinux.cc",
1648 "accessibility/browser_accessibility_auralinux.h",
1649 "accessibility/browser_accessibility_manager_auralinux.cc",
1650 "accessibility/browser_accessibility_manager_auralinux.h",
1651 ]
shreeram.k792fba032015-07-20 11:43:371652
mostynb902b5282016-08-17 23:01:001653 configs += [ "//build/config/linux/atk" ]
mostynbebc6e122016-07-28 08:53:411654
1655 if (use_gconf) {
1656 configs += [ "//build/config/linux/gconf" ]
1657 }
1658
1659 if (use_glib) {
1660 configs += [ "//build/config/linux:glib" ]
1661 }
shreeram.k792fba032015-07-20 11:43:371662 }
1663
[email protected]743530f2014-06-12 19:38:501664 if (is_linux && use_aura) {
slan17e5ce7f2015-09-25 00:04:451665 deps += [ "//build/linux:fontconfig" ]
[email protected]743530f2014-06-12 19:38:501666 }
1667
1668 if (use_x11) {
1669 configs += [ "//build/config/linux:x11" ]
jamesr4359db72015-01-21 12:40:001670 deps += [ "//ui/gfx/x" ]
cmasonedb5203e2014-09-11 18:18:381671 }
1672
[email protected]743530f2014-06-12 19:38:501673 if (use_pango) {
agrieve95ba4442016-04-25 15:47:131674 configs += [ "//build/config/linux/pangocairo" ]
[email protected]743530f2014-06-12 19:38:501675 }
1676
1677 if (is_android) {
brettwb167c7332016-09-07 22:52:461678 sources += [
1679 "accessibility/accessibility_tree_formatter_android.cc",
1680 "accessibility/browser_accessibility_android.cc",
1681 "accessibility/browser_accessibility_android.h",
1682 "accessibility/browser_accessibility_manager_android.cc",
1683 "accessibility/browser_accessibility_manager_android.h",
1684 "android/composited_touch_handle_drawable.cc",
1685 "android/composited_touch_handle_drawable.h",
1686 "android/content_view_core_impl.cc",
1687 "android/content_view_core_impl.h",
1688 "android/content_view_core_impl_observer.h",
1689 "android/content_view_render_view.cc",
1690 "android/content_view_render_view.h",
1691 "android/content_view_statics.cc",
1692 "android/content_view_statics.h",
1693 "android/date_time_chooser_android.cc",
1694 "android/date_time_chooser_android.h",
1695 "android/gesture_event_type.h",
1696 "android/interstitial_page_delegate_android.cc",
1697 "android/interstitial_page_delegate_android.h",
1698 "android/java/gin_java_bound_object.cc",
1699 "android/java/gin_java_bound_object.h",
1700 "android/java/gin_java_bound_object_delegate.cc",
1701 "android/java/gin_java_bound_object_delegate.h",
1702 "android/java/gin_java_bridge_dispatcher_host.cc",
1703 "android/java/gin_java_bridge_dispatcher_host.h",
1704 "android/java/gin_java_bridge_message_filter.cc",
1705 "android/java/gin_java_bridge_message_filter.h",
1706 "android/java/gin_java_method_invocation_helper.cc",
1707 "android/java/gin_java_method_invocation_helper.h",
1708 "android/java/gin_java_script_to_java_types_coercion.cc",
1709 "android/java/gin_java_script_to_java_types_coercion.h",
1710 "android/java/java_bridge_thread.cc",
1711 "android/java/java_bridge_thread.h",
1712 "android/java/java_method.cc",
1713 "android/java/java_method.h",
1714 "android/java/java_type.cc",
1715 "android/java/java_type.h",
1716 "android/java/jni_helper.cc",
1717 "android/java/jni_helper.h",
timav4537fa82016-12-12 06:46:541718 "android/joystick_scroll_provider.cc",
1719 "android/joystick_scroll_provider.h",
brettwb167c7332016-09-07 22:52:461720 "android/load_url_params.cc",
1721 "android/load_url_params.h",
1722 "android/overscroll_controller_android.cc",
1723 "android/overscroll_controller_android.h",
boliu22557972016-10-25 16:08:291724 "android/synchronous_compositor_browser_filter.cc",
1725 "android/synchronous_compositor_browser_filter.h",
brettwb167c7332016-09-07 22:52:461726 "android/synchronous_compositor_host.cc",
1727 "android/synchronous_compositor_host.h",
brettwb167c7332016-09-07 22:52:461728 "android/tracing_controller_android.cc",
1729 "android/tracing_controller_android.h",
1730 "android/web_contents_observer_proxy.cc",
1731 "android/web_contents_observer_proxy.h",
1732 "media/capture/screen_capture_device_android.cc",
1733 "media/capture/screen_capture_device_android.h",
1734 "renderer_host/compositor_impl_android.cc",
1735 "renderer_host/compositor_impl_android.h",
1736 "renderer_host/context_provider_factory_impl_android.cc",
1737 "renderer_host/context_provider_factory_impl_android.h",
1738 "renderer_host/ime_adapter_android.cc",
1739 "renderer_host/ime_adapter_android.h",
1740 "renderer_host/input/synthetic_gesture_target_android.cc",
1741 "renderer_host/input/synthetic_gesture_target_android.h",
1742 "renderer_host/native_web_keyboard_event_android.cc",
1743 "renderer_host/render_widget_host_view_android.cc",
1744 "renderer_host/render_widget_host_view_android.h",
1745 "screen_orientation/screen_orientation_delegate_android.cc",
1746 "screen_orientation/screen_orientation_delegate_android.h",
1747 "screen_orientation/screen_orientation_message_filter_android.cc",
1748 "screen_orientation/screen_orientation_message_filter_android.h",
1749 "web_contents/web_contents_android.cc",
1750 "web_contents/web_contents_android.h",
1751 "web_contents/web_contents_view_android.cc",
1752 "web_contents/web_contents_view_android.h",
1753 ]
[email protected]743530f2014-06-12 19:38:501754 sources -= [
[email protected]743530f2014-06-12 19:38:501755 "browser_ipc_logging.cc",
1756 "device_sensors/data_fetcher_shared_memory_default.cc",
zqzhanga2147f82016-10-18 22:53:261757 "media/session/audio_focus_delegate_default.cc",
zqzhangd36b5ce2016-09-30 17:29:341758 "media/session/audio_focus_manager.cc",
1759 "media/session/audio_focus_manager.h",
[email protected]743530f2014-06-12 19:38:501760 "tracing/tracing_ui.cc",
1761 "tracing/tracing_ui.h",
brettw24746e52016-12-07 04:26:171762 ]
1763 deps -= [ "//device/battery" ]
1764 deps += [
1765 "//content/public/android:jni",
1766 "//media",
1767 "//media/capture/content/android",
1768 "//media/capture/video/android",
1769 "//mojo/android:libsystem_java",
1770 "//ui/android",
1771 ]
1772 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ]
1773 libs += [ "jnigraphics" ]
1774 } else {
1775 # Not Android.
1776 sources += [
1777 # Most speech code is non-Android.
[email protected]743530f2014-06-12 19:38:501778 "speech/audio_buffer.cc",
1779 "speech/audio_buffer.h",
1780 "speech/audio_encoder.cc",
1781 "speech/audio_encoder.h",
1782 "speech/chunked_byte_buffer.cc",
1783 "speech/chunked_byte_buffer.h",
1784 "speech/endpointer/endpointer.cc",
1785 "speech/endpointer/endpointer.h",
1786 "speech/endpointer/energy_endpointer.cc",
1787 "speech/endpointer/energy_endpointer.h",
1788 "speech/endpointer/energy_endpointer_params.cc",
1789 "speech/endpointer/energy_endpointer_params.h",
[email protected]743530f2014-06-12 19:38:501790 "speech/speech_recognition_engine.cc",
1791 "speech/speech_recognition_engine.h",
1792 "speech/speech_recognizer_impl.cc",
1793 "speech/speech_recognizer_impl.h",
1794 ]
brettw24746e52016-12-07 04:26:171795 deps += [ "//third_party/flac" ]
[email protected]743530f2014-06-12 19:38:501796 }
1797
1798 if (is_mac) {
mcasas4e216e72016-07-28 21:28:381799 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
jiangj2bd42fd2015-04-18 13:29:061800 deps += [
rsesek02aa51c2016-05-11 02:13:571801 "//media",
jiangj2bd42fd2015-04-18 13:29:061802 "//sandbox/mac:sandbox",
1803 "//third_party/mozilla",
1804 "//third_party/sudden_motion_sensor",
1805 "//ui/accelerated_widget_mac",
1806 ]
rsesek02aa51c2016-05-11 02:13:571807 libs += [
1808 "Carbon.framework",
1809 "QuartzCore.framework",
1810 "IOSurface.framework",
1811 ]
[email protected]743530f2014-06-12 19:38:501812 }
1813
1814 if (is_chromeos) {
jonrossa6725f12015-02-05 00:52:531815 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
mukai2dc70ed32014-10-29 01:01:431816 deps += [
1817 "//chromeos",
1818 "//chromeos:power_manager_proto",
1819 ]
[email protected]743530f2014-06-12 19:38:501820 }
1821
slana0da4302016-11-07 17:37:011822 if (enable_mojo_media) {
1823 deps += [ "//media/mojo/interfaces" ]
1824 }
1825
[email protected]743530f2014-06-12 19:38:501826 if (use_aura) {
1827 deps += [
ben6b0453d12016-07-02 04:27:191828 "//services/ui/public/cpp",
1829 "//services/ui/public/interfaces",
[email protected]743530f2014-06-12 19:38:501830 "//ui/aura",
mohsen166a9182015-02-09 18:19:091831 "//ui/aura_extra",
[email protected]743530f2014-06-12 19:38:501832 "//ui/strings",
James Robinson060f2e32014-09-10 22:31:371833 "//ui/wm",
[email protected]743530f2014-06-12 19:38:501834 ]
rjkroegec109de612015-11-19 01:40:471835 sources += [
penghuange1d86512016-07-08 18:15:001836 "compositor/mus_browser_compositor_output_surface.cc",
1837 "compositor/mus_browser_compositor_output_surface.h",
jonross2843ae362016-10-21 16:48:231838 "renderer_host/render_widget_host_view_event_handler.cc",
1839 "renderer_host/render_widget_host_view_event_handler.h",
fsamuel402274e2015-11-22 23:38:031840 "renderer_host/render_widget_host_view_mus.cc",
1841 "renderer_host/render_widget_host_view_mus.h",
fsamuel9cf7bdf2015-11-20 02:19:321842 "web_contents/web_contents_view_mus.cc",
1843 "web_contents/web_contents_view_mus.h",
rjkroegec109de612015-11-19 01:40:471844 ]
[email protected]743530f2014-06-12 19:38:501845 } else { # Not aura.
1846 sources -= [
isheriff727606c2015-11-10 23:46:571847 "media/capture/cursor_renderer_aura.cc",
1848 "media/capture/cursor_renderer_aura.h",
isheriff70bcae42015-12-09 21:41:281849 "media/capture/window_activity_tracker_aura.cc",
1850 "media/capture/window_activity_tracker_aura.h",
jiangj2bd42fd2015-04-18 13:29:061851 "renderer_host/compositor_resize_lock_aura.cc",
1852 "renderer_host/compositor_resize_lock_aura.h",
[email protected]c528d872014-06-27 03:17:161853 "renderer_host/input/synthetic_gesture_target_aura.cc",
1854 "renderer_host/input/synthetic_gesture_target_aura.h",
mohsenb0eeba72015-08-09 06:20:081855 "renderer_host/input/touch_selection_controller_client_aura.cc",
1856 "renderer_host/input/touch_selection_controller_client_aura.h",
[email protected]c528d872014-06-27 03:17:161857 "renderer_host/native_web_keyboard_event_aura.cc",
[email protected]743530f2014-06-12 19:38:501858 "renderer_host/render_widget_host_view_aura.cc",
1859 "renderer_host/render_widget_host_view_aura.h",
[email protected]743530f2014-06-12 19:38:501860 "renderer_host/ui_events_helper.cc",
1861 "renderer_host/ui_events_helper.h",
[email protected]c528d872014-06-27 03:17:161862 "web_contents/aura/gesture_nav_simple.cc",
1863 "web_contents/aura/gesture_nav_simple.h",
[email protected]c528d872014-06-27 03:17:161864 "web_contents/aura/overscroll_navigation_overlay.cc",
1865 "web_contents/aura/overscroll_navigation_overlay.h",
nsatragnoc0b2fa52015-04-09 22:30:511866 "web_contents/aura/overscroll_window_animation.cc",
1867 "web_contents/aura/overscroll_window_animation.h",
1868 "web_contents/aura/overscroll_window_delegate.cc",
1869 "web_contents/aura/overscroll_window_delegate.h",
[email protected]c528d872014-06-27 03:17:161870 "web_contents/aura/shadow_layer_delegate.cc",
1871 "web_contents/aura/shadow_layer_delegate.h",
[email protected]c528d872014-06-27 03:17:161872 "web_contents/web_contents_view_aura.cc",
1873 "web_contents/web_contents_view_aura.h",
[email protected]743530f2014-06-12 19:38:501874 ]
1875 }
1876
1877 if (use_aura || is_mac) {
brettwb167c7332016-09-07 22:52:461878 sources += [
1879 "compositor/browser_compositor_output_surface.cc",
1880 "compositor/browser_compositor_output_surface.h",
1881 "compositor/gpu_browser_compositor_output_surface.cc",
1882 "compositor/gpu_browser_compositor_output_surface.h",
1883 "compositor/gpu_output_surface_mac.h",
1884 "compositor/gpu_output_surface_mac.mm",
1885 "compositor/gpu_process_transport_factory.cc",
1886 "compositor/gpu_process_transport_factory.h",
1887 "compositor/gpu_surfaceless_browser_compositor_output_surface.cc",
1888 "compositor/gpu_surfaceless_browser_compositor_output_surface.h",
1889 "compositor/image_transport_factory.cc",
1890 "compositor/image_transport_factory.h",
1891 "compositor/offscreen_browser_compositor_output_surface.cc",
1892 "compositor/offscreen_browser_compositor_output_surface.h",
1893 "compositor/owned_mailbox.cc",
1894 "compositor/owned_mailbox.h",
1895 "compositor/reflector_impl.cc",
1896 "compositor/reflector_impl.h",
1897 "compositor/reflector_texture.cc",
1898 "compositor/reflector_texture.h",
1899 "compositor/software_browser_compositor_output_surface.cc",
1900 "compositor/software_browser_compositor_output_surface.h",
1901 "compositor/software_output_device_mac.h",
1902 "compositor/software_output_device_mac.mm",
1903 "compositor/software_output_device_ozone.cc",
1904 "compositor/software_output_device_ozone.h",
1905 "compositor/software_output_device_win.cc",
1906 "compositor/software_output_device_win.h",
1907 "compositor/software_output_device_x11.cc",
1908 "compositor/software_output_device_x11.h",
1909 "context_factory.cc",
1910 "renderer_host/browser_compositor_view_mac.h",
1911 "renderer_host/browser_compositor_view_mac.mm",
1912 "renderer_host/delegated_frame_host.cc",
1913 "renderer_host/delegated_frame_host.h",
1914 "renderer_host/resize_lock.cc",
1915 "renderer_host/resize_lock.h",
1916 ]
sohan.jyoti86c41c72016-04-26 15:33:201917 if (enable_vulkan) {
1918 sources += [
1919 "compositor/vulkan_browser_compositor_output_surface.cc",
1920 "compositor/vulkan_browser_compositor_output_surface.h",
1921 ]
1922 }
[email protected]886323c2014-06-14 20:34:161923 if (!use_x11) {
1924 sources -= [
1925 "compositor/software_output_device_x11.cc",
1926 "compositor/software_output_device_x11.h",
1927 ]
1928 }
[email protected]743530f2014-06-12 19:38:501929
[email protected]b1867c92014-08-13 00:22:041930 if (!use_ozone) {
1931 sources -= [
[email protected]b1867c92014-08-13 00:22:041932 "compositor/software_output_device_ozone.cc",
1933 "compositor/software_output_device_ozone.h",
1934 ]
1935 }
1936 deps += [ "//ui/compositor" ]
[email protected]604b1272014-07-24 11:27:531937 }
1938
cmasonedb5203e2014-09-11 18:18:381939 if (is_linux && use_dbus) {
ppi2438a3e2014-10-28 21:55:101940 deps += [ "//dbus" ]
[email protected]743530f2014-06-12 19:38:501941 }
cjhopman2fd48fd2014-09-24 00:52:561942
davidbenee55ed442015-10-02 17:06:111943 if (is_linux) {
davidbenb983d4b2015-01-07 16:39:441944 deps += [ "//third_party/boringssl" ]
1945 }
xhwange6117332015-01-28 08:51:161946
xhwangbe720032016-02-19 18:45:311947 if (enable_mojo_media) {
1948 configs += [ "//media/mojo/services:mojo_media_config" ]
xhwangfb22df12015-10-13 23:13:461949 }
1950
jbroman79c079be2016-04-20 00:17:271951 if (use_ozone) {
1952 deps += [ "//ui/ozone" ]
1953 }
pimana333e3d2016-04-27 02:37:251954
bajones98f96522016-06-03 22:43:571955 if (enable_webvr) {
1956 deps += [ "//device/vr" ]
1957 }
ochangdd89a1e2016-06-08 16:39:011958
1959 if (enable_ipc_fuzzer) {
1960 configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
1961 }
kojii30add38f2016-07-14 02:10:321962
1963 if (use_minikin_hyphenation) {
1964 sources += [
1965 "hyphenation/hyphenation_impl.cc",
1966 "hyphenation/hyphenation_impl.h",
1967 ]
kojii30add38f2016-07-14 02:10:321968 }
[email protected]4db51ec2014-05-29 21:08:321969}
ben66696d12016-03-08 17:48:001970
brettwb78fc9e2016-03-25 21:02:511971# See comment at the top of //content/BUILD.gn for how this works.
1972group("for_content_tests") {
1973 visibility = [ "//content/test/*" ]
1974 if (!is_component_build) {
1975 public_deps = [
1976 ":browser",
1977 ]
jam447407fb2016-05-06 17:57:401978 } else {
1979 public_deps = [
1980 "//third_party/leveldatabase",
1981 ]
brettwb78fc9e2016-03-25 21:02:511982 }
1983}