blob: f30a568fdb3e07ef0f8312089f25e6698b98879d [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",
dgozmandc4d41722016-11-15 22:40:5659 "//content/browser/devtools:protocol_sources",
jamb3c1195df2016-03-21 20:41:2960 "//content/browser/devtools:resources",
meke722a7c2016-12-29 19:05:0361 "//content/browser/dom_storage:local_storage_proto",
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",
leon.handfbaf46a2016-12-14 01:05:1079 "//device/screen_orientation/public/interfaces",
blundellb8138c32016-10-10 16:05:2880 "//device/sensors/public/cpp",
timvolodine8e29c142014-12-06 13:49:0181 "//device/vibration",
blundelld46e8832016-10-07 10:34:2782 "//device/wake_lock",
jamb3c1195df2016-03-21 20:41:2983 "//gin",
[email protected]44a5a362014-05-30 20:01:5184 "//google_apis",
brettwc15ed732016-03-21 23:14:2985 "//gpu",
86 "//gpu/command_buffer/client:gles2_implementation",
jbroman84ba6842016-04-28 00:34:5087 "//gpu/command_buffer/client:gles2_interface",
sadrul6a769422016-12-08 04:54:3288 "//gpu/ipc/host",
rockotff1b8532016-08-09 16:30:0589 "//ipc",
90 "//ipc:mojom",
brettwc15ed732016-03-21 23:14:2991 "//media",
mcasase40d7522016-06-21 16:11:4092 "//media/capture",
mcasasbf362942016-11-29 03:44:1393 "//media/capture/mojo:image_capture",
jbroman79c079be2016-04-20 00:17:2794 "//media/gpu/ipc/client",
brettwc15ed732016-03-21 23:14:2995 "//media/midi",
toyoshim729663f2016-10-17 08:54:1396 "//media/midi:mojo_cpp_sources",
bendd157e1a2016-07-22 03:15:5797 "//media/mojo/interfaces",
rockotb814a582015-06-05 00:30:5298 "//mojo/common",
amistrycafcdff2016-06-17 03:33:4899 "//mojo/edk/system",
rockot85dce0862015-11-13 01:33:59100 "//mojo/public/cpp/bindings",
jamb3c1195df2016-03-21 20:41:29101 "//mojo/public/js",
[email protected]4db51ec2014-05-29 21:08:32102 "//net",
rohitrao1860223c2015-05-16 01:07:14103 "//net:extras",
pfeldman10628762016-09-08 07:59:26104 "//net:http_server",
brettwc5fcdd02016-10-12 07:25:12105 "//ppapi/features",
Brett Wilson65f951c2016-11-03 22:06:12106 "//printing/features",
benaabad0b2016-11-16 23:54:17107 "//services/catalog/public/interfaces:constants",
blundell372d47d282016-11-01 01:34:30108 "//services/device:lib",
blundell32fc16c82016-12-22 15:05:51109 "//services/device/public/interfaces",
ben768c8dc2016-08-12 00:26:50110 "//services/file:lib",
ben768c8dc2016-08-12 00:26:50111 "//services/file/public/interfaces",
rockot734fb662016-10-15 16:41:30112 "//services/service_manager",
113 "//services/service_manager/public/cpp",
114 "//services/service_manager/public/interfaces",
115 "//services/service_manager/runner/common",
116 "//services/service_manager/runner/host:lib",
sadrul85cc5d82016-12-20 03:37:41117 "//services/ui/public/cpp/gpu",
[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 = [
dgozmanb4f43e42016-12-13 06:12:40161 "$target_gen_dir/devtools/protocol/dom.cc",
162 "$target_gen_dir/devtools/protocol/dom.h",
163 "$target_gen_dir/devtools/protocol/emulation.cc",
164 "$target_gen_dir/devtools/protocol/emulation.h",
dgozmandc4d41722016-11-15 22:40:56165 "$target_gen_dir/devtools/protocol/forward.h",
dgozman111fdd032016-12-18 00:49:26166 "$target_gen_dir/devtools/protocol/input.cc",
167 "$target_gen_dir/devtools/protocol/input.h",
dgozmanb4f43e42016-12-13 06:12:40168 "$target_gen_dir/devtools/protocol/inspector.cc",
169 "$target_gen_dir/devtools/protocol/inspector.h",
dgozmandc4d41722016-11-15 22:40:56170 "$target_gen_dir/devtools/protocol/io.cc",
171 "$target_gen_dir/devtools/protocol/io.h",
dgozmanabbad67b2016-11-22 02:37:02172 "$target_gen_dir/devtools/protocol/memory.cc",
173 "$target_gen_dir/devtools/protocol/memory.h",
dgozmanb4f43e42016-12-13 06:12:40174 "$target_gen_dir/devtools/protocol/network.cc",
175 "$target_gen_dir/devtools/protocol/network.h",
176 "$target_gen_dir/devtools/protocol/page.cc",
177 "$target_gen_dir/devtools/protocol/page.h",
dgozmandc4d41722016-11-15 22:40:56178 "$target_gen_dir/devtools/protocol/protocol.cc",
179 "$target_gen_dir/devtools/protocol/protocol.h",
dgozmanb4f43e42016-12-13 06:12:40180 "$target_gen_dir/devtools/protocol/schema.cc",
181 "$target_gen_dir/devtools/protocol/schema.h",
dgozman581dd5b72016-12-14 01:15:13182 "$target_gen_dir/devtools/protocol/security.cc",
183 "$target_gen_dir/devtools/protocol/security.h",
dgozmanb31e7732016-12-16 04:08:39184 "$target_gen_dir/devtools/protocol/service_worker.cc",
185 "$target_gen_dir/devtools/protocol/service_worker.h",
dgozmand5a5b2c2016-12-14 20:37:24186 "$target_gen_dir/devtools/protocol/storage.cc",
187 "$target_gen_dir/devtools/protocol/storage.h",
dgozmanabbad67b2016-11-22 02:37:02188 "$target_gen_dir/devtools/protocol/system_info.cc",
189 "$target_gen_dir/devtools/protocol/system_info.h",
dgozmanb35728c52016-12-16 05:31:43190 "$target_gen_dir/devtools/protocol/target.cc",
191 "$target_gen_dir/devtools/protocol/target.h",
dgozmanabbad67b2016-11-22 02:37:02192 "$target_gen_dir/devtools/protocol/tethering.cc",
193 "$target_gen_dir/devtools/protocol/tethering.h",
dgozmandc4d41722016-11-15 22:40:56194 "$target_gen_dir/devtools/protocol/tracing.cc",
195 "$target_gen_dir/devtools/protocol/tracing.h",
bend32292b2016-10-07 00:21:58196 "../common/service_manager/child_connection.cc",
197 "../common/service_manager/child_connection.h",
brettwb167c7332016-09-07 22:52:46198 "../zygote/zygote_linux.cc",
199 "../zygote/zygote_linux.h",
200 "../zygote/zygote_main_linux.cc",
brettwb167c7332016-09-07 22:52:46201 "accessibility/accessibility_tree_formatter.cc",
202 "accessibility/accessibility_tree_formatter.h",
203 "accessibility/accessibility_tree_formatter_blink.cc",
204 "accessibility/accessibility_tree_formatter_blink.h",
205 "accessibility/accessibility_tree_formatter_mac.mm",
206 "accessibility/accessibility_tree_formatter_stub.cc",
207 "accessibility/accessibility_tree_formatter_utils_win.cc",
208 "accessibility/accessibility_tree_formatter_utils_win.h",
209 "accessibility/accessibility_tree_formatter_win.cc",
210 "accessibility/accessibility_ui.cc",
211 "accessibility/accessibility_ui.h",
nektar9de71d42016-10-21 21:57:00212 "accessibility/ax_platform_position.cc",
213 "accessibility/ax_platform_position.h",
brettwb167c7332016-09-07 22:52:46214 "accessibility/ax_tree_id_registry.cc",
215 "accessibility/ax_tree_id_registry.h",
216 "accessibility/browser_accessibility.cc",
217 "accessibility/browser_accessibility.h",
218 "accessibility/browser_accessibility_cocoa.h",
219 "accessibility/browser_accessibility_cocoa.mm",
220 "accessibility/browser_accessibility_event.cc",
221 "accessibility/browser_accessibility_event.h",
222 "accessibility/browser_accessibility_event_win.cc",
223 "accessibility/browser_accessibility_event_win.h",
224 "accessibility/browser_accessibility_mac.h",
225 "accessibility/browser_accessibility_mac.mm",
226 "accessibility/browser_accessibility_manager.cc",
227 "accessibility/browser_accessibility_manager.h",
228 "accessibility/browser_accessibility_manager_mac.h",
229 "accessibility/browser_accessibility_manager_mac.mm",
230 "accessibility/browser_accessibility_manager_win.cc",
231 "accessibility/browser_accessibility_manager_win.h",
232 "accessibility/browser_accessibility_state_impl.cc",
233 "accessibility/browser_accessibility_state_impl.h",
234 "accessibility/browser_accessibility_state_impl_mac.mm",
235 "accessibility/browser_accessibility_state_impl_win.cc",
236 "accessibility/browser_accessibility_win.cc",
237 "accessibility/browser_accessibility_win.h",
238 "accessibility/one_shot_accessibility_tree_search.cc",
239 "accessibility/one_shot_accessibility_tree_search.h",
yusufoed66fc02016-10-11 20:59:04240 "android/app_web_message_port_message_filter.cc",
241 "android/app_web_message_port_message_filter.h",
242 "android/app_web_message_port_service_impl.cc",
243 "android/app_web_message_port_service_impl.h",
brettwb167c7332016-09-07 22:52:46244 "android/background_sync_network_observer_android.cc",
245 "android/background_sync_network_observer_android.h",
246 "android/browser_jni_registrar.cc",
247 "android/browser_jni_registrar.h",
248 "android/browser_startup_controller.cc",
249 "android/browser_startup_controller.h",
brettwb167c7332016-09-07 22:52:46250 "android/child_process_launcher_android.cc",
251 "android/child_process_launcher_android.h",
252 "android/content_protocol_handler_impl.cc",
253 "android/content_protocol_handler_impl.h",
254 "android/content_startup_flags.cc",
255 "android/content_startup_flags.h",
256 "android/content_video_view.cc",
257 "android/content_video_view.h",
258 "android/devtools_auth.cc",
sammcf5f1b0f2016-09-20 23:05:11259 "android/java_interfaces_impl.cc",
260 "android/java_interfaces_impl.h",
tguilbertf08485bf2016-09-21 04:11:41261 "android/scoped_surface_request_manager.cc",
262 "android/scoped_surface_request_manager.h",
brettwb167c7332016-09-07 22:52:46263 "android/url_request_content_job.cc",
264 "android/url_request_content_job.h",
265 "appcache/appcache.cc",
266 "appcache/appcache.h",
267 "appcache/appcache_backend_impl.cc",
268 "appcache/appcache_backend_impl.h",
269 "appcache/appcache_database.cc",
270 "appcache/appcache_database.h",
271 "appcache/appcache_disk_cache.cc",
272 "appcache/appcache_disk_cache.h",
273 "appcache/appcache_dispatcher_host.cc",
274 "appcache/appcache_dispatcher_host.h",
275 "appcache/appcache_entry.h",
276 "appcache/appcache_executable_handler.h",
277 "appcache/appcache_frontend_proxy.cc",
278 "appcache/appcache_frontend_proxy.h",
279 "appcache/appcache_group.cc",
280 "appcache/appcache_group.h",
281 "appcache/appcache_histograms.cc",
282 "appcache/appcache_histograms.h",
283 "appcache/appcache_host.cc",
284 "appcache/appcache_host.h",
285 "appcache/appcache_interceptor.cc",
286 "appcache/appcache_interceptor.h",
287 "appcache/appcache_internals_ui.cc",
288 "appcache/appcache_internals_ui.h",
289 "appcache/appcache_manifest_parser.cc",
290 "appcache/appcache_manifest_parser.h",
ananta292a9172016-12-07 01:29:27291 "appcache/appcache_navigation_handle.cc",
292 "appcache/appcache_navigation_handle.h",
293 "appcache/appcache_navigation_handle_core.cc",
294 "appcache/appcache_navigation_handle_core.h",
brettwb167c7332016-09-07 22:52:46295 "appcache/appcache_policy.h",
296 "appcache/appcache_quota_client.cc",
297 "appcache/appcache_quota_client.h",
298 "appcache/appcache_request_handler.cc",
299 "appcache/appcache_request_handler.h",
300 "appcache/appcache_response.cc",
301 "appcache/appcache_response.h",
302 "appcache/appcache_service_impl.cc",
303 "appcache/appcache_service_impl.h",
304 "appcache/appcache_storage.cc",
305 "appcache/appcache_storage.h",
306 "appcache/appcache_storage_impl.cc",
307 "appcache/appcache_storage_impl.h",
308 "appcache/appcache_update_job.cc",
309 "appcache/appcache_update_job.h",
310 "appcache/appcache_url_request_job.cc",
311 "appcache/appcache_url_request_job.h",
312 "appcache/appcache_working_set.cc",
313 "appcache/appcache_working_set.h",
314 "appcache/chrome_appcache_service.cc",
315 "appcache/chrome_appcache_service.h",
dalecurtisd8cd11c2016-12-13 21:56:41316 "audio_manager_thread.cc",
317 "audio_manager_thread.h",
brettwb167c7332016-09-07 22:52:46318 "background_sync/background_sync_context.cc",
319 "background_sync/background_sync_context.h",
320 "background_sync/background_sync_manager.cc",
321 "background_sync/background_sync_manager.h",
322 "background_sync/background_sync_metrics.cc",
323 "background_sync/background_sync_metrics.h",
324 "background_sync/background_sync_network_observer.cc",
325 "background_sync/background_sync_network_observer.h",
326 "background_sync/background_sync_registration.cc",
327 "background_sync/background_sync_registration.h",
328 "background_sync/background_sync_registration_options.cc",
329 "background_sync/background_sync_registration_options.h",
330 "background_sync/background_sync_service_impl.cc",
331 "background_sync/background_sync_service_impl.h",
332 "background_sync/background_sync_status.h",
333 "bad_message.cc",
334 "bad_message.h",
335 "blob_storage/blob_dispatcher_host.cc",
336 "blob_storage/blob_dispatcher_host.h",
337 "blob_storage/chrome_blob_storage_context.cc",
338 "blob_storage/chrome_blob_storage_context.h",
339 "bluetooth/bluetooth_allowed_devices_map.cc",
340 "bluetooth/bluetooth_allowed_devices_map.h",
beaufort.francois01135bf2016-11-23 14:37:36341 "bluetooth/bluetooth_blocklist.cc",
342 "bluetooth/bluetooth_blocklist.h",
brettwb167c7332016-09-07 22:52:46343 "bluetooth/bluetooth_device_chooser_controller.cc",
344 "bluetooth/bluetooth_device_chooser_controller.h",
345 "bluetooth/bluetooth_metrics.cc",
346 "bluetooth/bluetooth_metrics.h",
347 "bluetooth/cache_query_result.h",
348 "bluetooth/frame_connected_bluetooth_devices.cc",
349 "bluetooth/frame_connected_bluetooth_devices.h",
350 "bluetooth/web_bluetooth_service_impl.cc",
351 "bluetooth/web_bluetooth_service_impl.h",
352 "bootstrap_sandbox_manager_mac.cc",
353 "bootstrap_sandbox_manager_mac.h",
354 "broadcast_channel/broadcast_channel_provider.cc",
355 "broadcast_channel/broadcast_channel_provider.h",
356 "browser_child_process_host_impl.cc",
357 "browser_child_process_host_impl.h",
358 "browser_context.cc",
359 "browser_ipc_logging.cc",
360 "browser_main.cc",
361 "browser_main.h",
362 "browser_main_loop.cc",
363 "browser_main_loop.h",
364 "browser_main_runner.cc",
365 "browser_plugin/browser_plugin_embedder.cc",
366 "browser_plugin/browser_plugin_embedder.h",
367 "browser_plugin/browser_plugin_guest.cc",
368 "browser_plugin/browser_plugin_guest.h",
369 "browser_plugin/browser_plugin_message_filter.cc",
370 "browser_plugin/browser_plugin_message_filter.h",
371 "browser_plugin/browser_plugin_popup_menu_helper_mac.h",
372 "browser_plugin/browser_plugin_popup_menu_helper_mac.mm",
373 "browser_process_sub_thread.cc",
374 "browser_process_sub_thread.h",
375 "browser_shutdown_profile_dumper.cc",
376 "browser_shutdown_profile_dumper.h",
377 "browser_thread_impl.cc",
378 "browser_thread_impl.h",
379 "browser_url_handler_impl.cc",
380 "browser_url_handler_impl.h",
381 "browsing_data/clear_site_data_throttle.cc",
382 "browsing_data/clear_site_data_throttle.h",
383 "browsing_instance.cc",
384 "browsing_instance.h",
385 "byte_stream.cc",
386 "byte_stream.h",
387 "cache_storage/cache_storage.cc",
388 "cache_storage/cache_storage.h",
389 "cache_storage/cache_storage_blob_to_disk_cache.cc",
390 "cache_storage/cache_storage_blob_to_disk_cache.h",
391 "cache_storage/cache_storage_cache.cc",
392 "cache_storage/cache_storage_cache.h",
393 "cache_storage/cache_storage_cache_handle.cc",
394 "cache_storage/cache_storage_cache_handle.h",
cmumfordffb8a162016-12-22 15:26:50395 "cache_storage/cache_storage_cache_observer.h",
brettwb167c7332016-09-07 22:52:46396 "cache_storage/cache_storage_context_impl.cc",
397 "cache_storage/cache_storage_context_impl.h",
398 "cache_storage/cache_storage_dispatcher_host.cc",
399 "cache_storage/cache_storage_dispatcher_host.h",
400 "cache_storage/cache_storage_histogram_macros.h",
cmumfordffb8a162016-12-22 15:26:50401 "cache_storage/cache_storage_index.cc",
402 "cache_storage/cache_storage_index.h",
brettwb167c7332016-09-07 22:52:46403 "cache_storage/cache_storage_manager.cc",
404 "cache_storage/cache_storage_manager.h",
405 "cache_storage/cache_storage_operation.cc",
406 "cache_storage/cache_storage_operation.h",
407 "cache_storage/cache_storage_quota_client.cc",
408 "cache_storage/cache_storage_quota_client.h",
409 "cache_storage/cache_storage_scheduler.cc",
410 "cache_storage/cache_storage_scheduler.h",
411 "cache_storage/cache_storage_scheduler_client.h",
brettwb167c7332016-09-07 22:52:46412 "child_process_launcher.cc",
413 "child_process_launcher.h",
414 "child_process_security_policy_impl.cc",
415 "child_process_security_policy_impl.h",
416 "cocoa/system_hotkey_helper_mac.h",
417 "cocoa/system_hotkey_helper_mac.mm",
418 "cocoa/system_hotkey_map.h",
419 "cocoa/system_hotkey_map.mm",
[email protected]743530f2014-06-12 19:38:50420
brettwb167c7332016-09-07 22:52:46421 # NOTE: These files are here instead of in compositor_browser_sources
422 # because the latter is not built on Android, whereas these files are
423 # needed on all platforms.
424 "compositor/surface_utils.cc",
425 "compositor/surface_utils.h",
426 "device_sensors/ambient_light_mac.cc",
427 "device_sensors/ambient_light_mac.h",
428 "device_sensors/data_fetcher_shared_memory.h",
429 "device_sensors/data_fetcher_shared_memory_android.cc",
430 "device_sensors/data_fetcher_shared_memory_base.cc",
431 "device_sensors/data_fetcher_shared_memory_base.h",
432 "device_sensors/data_fetcher_shared_memory_chromeos.cc",
433 "device_sensors/data_fetcher_shared_memory_default.cc",
434 "device_sensors/data_fetcher_shared_memory_mac.cc",
435 "device_sensors/data_fetcher_shared_memory_win.cc",
436 "device_sensors/device_sensor_host.cc",
437 "device_sensors/device_sensor_host.h",
438 "device_sensors/device_sensor_service.cc",
439 "device_sensors/device_sensor_service.h",
440 "device_sensors/device_sensors_consts.h",
441 "device_sensors/sensor_manager_android.cc",
442 "device_sensors/sensor_manager_android.h",
443 "device_sensors/sensor_manager_chromeos.cc",
444 "device_sensors/sensor_manager_chromeos.h",
445 "devtools/browser_devtools_agent_host.cc",
446 "devtools/browser_devtools_agent_host.h",
447 "devtools/devtools_agent_host_impl.cc",
448 "devtools/devtools_agent_host_impl.h",
449 "devtools/devtools_frame_trace_recorder.cc",
450 "devtools/devtools_frame_trace_recorder.h",
451 "devtools/devtools_frontend_host_impl.cc",
452 "devtools/devtools_frontend_host_impl.h",
pfeldman10628762016-09-08 07:59:26453 "devtools/devtools_http_handler.cc",
454 "devtools/devtools_http_handler.h",
brettwb167c7332016-09-07 22:52:46455 "devtools/devtools_io_context.cc",
456 "devtools/devtools_io_context.h",
457 "devtools/devtools_manager.cc",
458 "devtools/devtools_manager.h",
dgozmand77188632016-11-16 01:34:39459 "devtools/devtools_session.cc",
460 "devtools/devtools_session.h",
brettwb167c7332016-09-07 22:52:46461 "devtools/forwarding_agent_host.cc",
462 "devtools/forwarding_agent_host.h",
463 "devtools/page_navigation_throttle.cc",
464 "devtools/page_navigation_throttle.h",
brettwb167c7332016-09-07 22:52:46465 "devtools/protocol/color_picker.cc",
466 "devtools/protocol/color_picker.h",
dgozman39d9d9a2016-12-28 18:56:30467 "devtools/protocol/devtools_domain_handler.cc",
468 "devtools/protocol/devtools_domain_handler.h",
brettwb167c7332016-09-07 22:52:46469 "devtools/protocol/dom_handler.cc",
470 "devtools/protocol/dom_handler.h",
471 "devtools/protocol/emulation_handler.cc",
472 "devtools/protocol/emulation_handler.h",
473 "devtools/protocol/input_handler.cc",
474 "devtools/protocol/input_handler.h",
475 "devtools/protocol/inspector_handler.cc",
476 "devtools/protocol/inspector_handler.h",
477 "devtools/protocol/io_handler.cc",
478 "devtools/protocol/io_handler.h",
479 "devtools/protocol/memory_handler.cc",
480 "devtools/protocol/memory_handler.h",
481 "devtools/protocol/network_handler.cc",
482 "devtools/protocol/network_handler.h",
483 "devtools/protocol/page_handler.cc",
484 "devtools/protocol/page_handler.h",
485 "devtools/protocol/schema_handler.cc",
486 "devtools/protocol/schema_handler.h",
487 "devtools/protocol/security_handler.cc",
488 "devtools/protocol/security_handler.h",
489 "devtools/protocol/service_worker_handler.cc",
490 "devtools/protocol/service_worker_handler.h",
491 "devtools/protocol/storage_handler.cc",
492 "devtools/protocol/storage_handler.h",
493 "devtools/protocol/system_info_handler.cc",
494 "devtools/protocol/system_info_handler.h",
dgozmanc2cea7d2016-09-28 03:27:55495 "devtools/protocol/target_handler.cc",
496 "devtools/protocol/target_handler.h",
brettwb167c7332016-09-07 22:52:46497 "devtools/protocol/tethering_handler.cc",
498 "devtools/protocol/tethering_handler.h",
499 "devtools/protocol/tracing_handler.cc",
500 "devtools/protocol/tracing_handler.h",
dgozmandc4d41722016-11-15 22:40:56501 "devtools/protocol_string.cc",
502 "devtools/protocol_string.h",
brettwb167c7332016-09-07 22:52:46503 "devtools/render_frame_devtools_agent_host.cc",
504 "devtools/render_frame_devtools_agent_host.h",
505 "devtools/service_worker_devtools_agent_host.cc",
506 "devtools/service_worker_devtools_agent_host.h",
507 "devtools/service_worker_devtools_manager.cc",
508 "devtools/service_worker_devtools_manager.h",
509 "devtools/shared_worker_devtools_agent_host.cc",
510 "devtools/shared_worker_devtools_agent_host.h",
511 "devtools/shared_worker_devtools_manager.cc",
512 "devtools/shared_worker_devtools_manager.h",
513 "devtools/worker_devtools_agent_host.cc",
514 "devtools/worker_devtools_agent_host.h",
515 "dom_storage/dom_storage_area.cc",
516 "dom_storage/dom_storage_area.h",
517 "dom_storage/dom_storage_context_impl.cc",
518 "dom_storage/dom_storage_context_impl.h",
519 "dom_storage/dom_storage_context_wrapper.cc",
520 "dom_storage/dom_storage_context_wrapper.h",
521 "dom_storage/dom_storage_database.cc",
522 "dom_storage/dom_storage_database.h",
523 "dom_storage/dom_storage_database_adapter.h",
524 "dom_storage/dom_storage_host.cc",
525 "dom_storage/dom_storage_host.h",
526 "dom_storage/dom_storage_message_filter.cc",
527 "dom_storage/dom_storage_message_filter.h",
528 "dom_storage/dom_storage_namespace.cc",
529 "dom_storage/dom_storage_namespace.h",
530 "dom_storage/dom_storage_session.cc",
531 "dom_storage/dom_storage_session.h",
532 "dom_storage/dom_storage_task_runner.cc",
533 "dom_storage/dom_storage_task_runner.h",
mek876c5c62016-12-22 17:40:46534 "dom_storage/local_storage_context_mojo.cc",
535 "dom_storage/local_storage_context_mojo.h",
brettwb167c7332016-09-07 22:52:46536 "dom_storage/local_storage_database_adapter.cc",
537 "dom_storage/local_storage_database_adapter.h",
538 "dom_storage/session_storage_database.cc",
539 "dom_storage/session_storage_database.h",
540 "dom_storage/session_storage_database_adapter.cc",
541 "dom_storage/session_storage_database_adapter.h",
542 "dom_storage/session_storage_namespace_impl.cc",
543 "dom_storage/session_storage_namespace_impl.h",
544 "download/base_file.cc",
545 "download/base_file.h",
brettwb167c7332016-09-07 22:52:46546 "download/base_file_posix.cc",
547 "download/base_file_win.cc",
548 "download/download_create_info.cc",
549 "download/download_create_info.h",
550 "download/download_destination_observer.h",
551 "download/download_file.h",
552 "download/download_file_factory.cc",
553 "download/download_file_factory.h",
554 "download/download_file_impl.cc",
555 "download/download_file_impl.h",
556 "download/download_interrupt_reasons_impl.cc",
557 "download/download_interrupt_reasons_impl.h",
558 "download/download_item_factory.h",
559 "download/download_item_impl.cc",
560 "download/download_item_impl.h",
561 "download/download_item_impl_delegate.cc",
562 "download/download_item_impl_delegate.h",
563 "download/download_manager_impl.cc",
564 "download/download_manager_impl.h",
565 "download/download_net_log_parameters.cc",
566 "download/download_net_log_parameters.h",
567 "download/download_request_core.cc",
568 "download/download_request_core.h",
569 "download/download_request_handle.cc",
570 "download/download_request_handle.h",
571 "download/download_resource_handler.cc",
572 "download/download_resource_handler.h",
573 "download/download_stats.cc",
574 "download/download_stats.h",
575 "download/drag_download_file.cc",
576 "download/drag_download_file.h",
577 "download/drag_download_util.cc",
578 "download/drag_download_util.h",
brettwb167c7332016-09-07 22:52:46579 "download/mhtml_generation_manager.cc",
580 "download/mhtml_generation_manager.h",
581 "download/rate_estimator.cc",
582 "download/rate_estimator.h",
583 "download/save_file.cc",
584 "download/save_file.h",
585 "download/save_file_manager.cc",
586 "download/save_file_manager.h",
587 "download/save_file_resource_handler.cc",
588 "download/save_file_resource_handler.h",
589 "download/save_item.cc",
590 "download/save_item.h",
591 "download/save_package.cc",
592 "download/save_package.h",
593 "download/save_types.cc",
594 "download/save_types.h",
595 "download/url_downloader.cc",
596 "download/url_downloader.h",
597 "fileapi/browser_file_system_helper.cc",
598 "fileapi/browser_file_system_helper.h",
599 "fileapi/fileapi_message_filter.cc",
600 "fileapi/fileapi_message_filter.h",
601 "fileapi/upload_file_system_file_element_reader.cc",
602 "fileapi/upload_file_system_file_element_reader.h",
603 "find_request_manager.cc",
604 "find_request_manager.h",
605 "font_list_async.cc",
arthursonzognic5a2f122016-12-21 08:47:16606 "frame_host/ancestor_throttle.cc",
607 "frame_host/ancestor_throttle.h",
brettwb167c7332016-09-07 22:52:46608 "frame_host/cross_process_frame_connector.cc",
609 "frame_host/cross_process_frame_connector.h",
brettwb167c7332016-09-07 22:52:46610 "frame_host/debug_urls.cc",
611 "frame_host/debug_urls.h",
612 "frame_host/frame_navigation_entry.cc",
613 "frame_host/frame_navigation_entry.h",
614 "frame_host/frame_tree.cc",
615 "frame_host/frame_tree.h",
616 "frame_host/frame_tree_node.cc",
617 "frame_host/frame_tree_node.h",
618 "frame_host/frame_tree_node_blame_context.cc",
619 "frame_host/frame_tree_node_blame_context.h",
620 "frame_host/interstitial_page_impl.cc",
621 "frame_host/interstitial_page_impl.h",
622 "frame_host/interstitial_page_navigator_impl.cc",
623 "frame_host/interstitial_page_navigator_impl.h",
624 "frame_host/navigation_controller_android.cc",
625 "frame_host/navigation_controller_android.h",
626 "frame_host/navigation_controller_delegate.h",
627 "frame_host/navigation_controller_impl.cc",
628 "frame_host/navigation_controller_impl.h",
629 "frame_host/navigation_entry_impl.cc",
630 "frame_host/navigation_entry_impl.h",
631 "frame_host/navigation_entry_screenshot_manager.cc",
632 "frame_host/navigation_entry_screenshot_manager.h",
633 "frame_host/navigation_handle_impl.cc",
634 "frame_host/navigation_handle_impl.h",
635 "frame_host/navigation_request.cc",
636 "frame_host/navigation_request.h",
637 "frame_host/navigation_request_info.cc",
638 "frame_host/navigation_request_info.h",
639 "frame_host/navigator.cc",
640 "frame_host/navigator.h",
641 "frame_host/navigator_delegate.cc",
642 "frame_host/navigator_delegate.h",
643 "frame_host/navigator_impl.cc",
644 "frame_host/navigator_impl.h",
645 "frame_host/popup_menu_helper_mac.h",
646 "frame_host/popup_menu_helper_mac.mm",
647 "frame_host/render_frame_host_delegate.cc",
648 "frame_host/render_frame_host_delegate.h",
649 "frame_host/render_frame_host_factory.cc",
650 "frame_host/render_frame_host_factory.h",
651 "frame_host/render_frame_host_impl.cc",
652 "frame_host/render_frame_host_impl.h",
653 "frame_host/render_frame_host_manager.cc",
654 "frame_host/render_frame_host_manager.h",
655 "frame_host/render_frame_message_filter.cc",
656 "frame_host/render_frame_message_filter.h",
657 "frame_host/render_frame_proxy_host.cc",
658 "frame_host/render_frame_proxy_host.h",
659 "frame_host/render_widget_host_view_child_frame.cc",
660 "frame_host/render_widget_host_view_child_frame.h",
661 "frame_host/render_widget_host_view_guest.cc",
662 "frame_host/render_widget_host_view_guest.h",
brettwb167c7332016-09-07 22:52:46663 "gpu/browser_gpu_channel_host_factory.cc",
664 "gpu/browser_gpu_channel_host_factory.h",
665 "gpu/browser_gpu_memory_buffer_manager.cc",
666 "gpu/browser_gpu_memory_buffer_manager.h",
667 "gpu/compositor_util.cc",
668 "gpu/compositor_util.h",
sadrul53546592016-12-17 01:44:21669 "gpu/gpu_client.cc",
670 "gpu/gpu_client.h",
brettwb167c7332016-09-07 22:52:46671 "gpu/gpu_data_manager_impl.cc",
672 "gpu/gpu_data_manager_impl.h",
673 "gpu/gpu_data_manager_impl_private.cc",
674 "gpu/gpu_data_manager_impl_private.h",
675 "gpu/gpu_internals_ui.cc",
676 "gpu/gpu_internals_ui.h",
677 "gpu/gpu_process_host.cc",
678 "gpu/gpu_process_host.h",
679 "gpu/gpu_process_host_ui_shim.cc",
680 "gpu/gpu_process_host_ui_shim.h",
sadrul75d671b2016-12-13 06:14:39681 "gpu/shader_cache_factory.cc",
682 "gpu/shader_cache_factory.h",
brettwb167c7332016-09-07 22:52:46683 "histogram_controller.cc",
684 "histogram_controller.h",
685 "histogram_internals_request_job.cc",
686 "histogram_internals_request_job.h",
687 "histogram_message_filter.cc",
688 "histogram_message_filter.h",
689 "histogram_subscriber.h",
690 "histogram_synchronizer.cc",
691 "histogram_synchronizer.h",
692 "host_zoom_level_context.cc",
693 "host_zoom_level_context.h",
694 "host_zoom_map_impl.cc",
695 "host_zoom_map_impl.h",
scottmg276753cf2016-10-27 18:25:22696 "host_zoom_map_observer.cc",
697 "host_zoom_map_observer.h",
reillyg39fb4662016-11-22 20:27:17698 "indexed_db/cursor_impl.cc",
699 "indexed_db/cursor_impl.h",
reillyg963ec6df2016-11-05 01:10:58700 "indexed_db/database_impl.cc",
701 "indexed_db/database_impl.h",
brettwb167c7332016-09-07 22:52:46702 "indexed_db/indexed_db.h",
703 "indexed_db/indexed_db_active_blob_registry.cc",
704 "indexed_db/indexed_db_active_blob_registry.h",
705 "indexed_db/indexed_db_backing_store.cc",
706 "indexed_db/indexed_db_backing_store.h",
707 "indexed_db/indexed_db_blob_info.cc",
708 "indexed_db/indexed_db_blob_info.h",
709 "indexed_db/indexed_db_callbacks.cc",
710 "indexed_db/indexed_db_callbacks.h",
711 "indexed_db/indexed_db_class_factory.cc",
712 "indexed_db/indexed_db_class_factory.h",
713 "indexed_db/indexed_db_connection.cc",
714 "indexed_db/indexed_db_connection.h",
715 "indexed_db/indexed_db_context_impl.cc",
716 "indexed_db/indexed_db_context_impl.h",
717 "indexed_db/indexed_db_cursor.cc",
718 "indexed_db/indexed_db_cursor.h",
719 "indexed_db/indexed_db_data_loss_info.h",
720 "indexed_db/indexed_db_database.cc",
721 "indexed_db/indexed_db_database.h",
722 "indexed_db/indexed_db_database_callbacks.cc",
723 "indexed_db/indexed_db_database_callbacks.h",
724 "indexed_db/indexed_db_database_error.cc",
725 "indexed_db/indexed_db_database_error.h",
726 "indexed_db/indexed_db_dispatcher_host.cc",
727 "indexed_db/indexed_db_dispatcher_host.h",
728 "indexed_db/indexed_db_factory.h",
729 "indexed_db/indexed_db_factory_impl.cc",
730 "indexed_db/indexed_db_factory_impl.h",
731 "indexed_db/indexed_db_index_writer.cc",
732 "indexed_db/indexed_db_index_writer.h",
733 "indexed_db/indexed_db_internals_ui.cc",
734 "indexed_db/indexed_db_internals_ui.h",
735 "indexed_db/indexed_db_leveldb_coding.cc",
736 "indexed_db/indexed_db_leveldb_coding.h",
brettwb167c7332016-09-07 22:52:46737 "indexed_db/indexed_db_observer.cc",
738 "indexed_db/indexed_db_observer.h",
brettwb167c7332016-09-07 22:52:46739 "indexed_db/indexed_db_pending_connection.cc",
740 "indexed_db/indexed_db_pending_connection.h",
741 "indexed_db/indexed_db_quota_client.cc",
742 "indexed_db/indexed_db_quota_client.h",
743 "indexed_db/indexed_db_return_value.h",
744 "indexed_db/indexed_db_transaction.cc",
745 "indexed_db/indexed_db_transaction.h",
746 "indexed_db/indexed_db_transaction_coordinator.cc",
747 "indexed_db/indexed_db_transaction_coordinator.h",
748 "indexed_db/indexed_db_value.cc",
749 "indexed_db/indexed_db_value.h",
750 "indexed_db/leveldb/leveldb_comparator.h",
751 "indexed_db/leveldb/leveldb_database.cc",
752 "indexed_db/leveldb/leveldb_database.h",
753 "indexed_db/leveldb/leveldb_env.cc",
754 "indexed_db/leveldb/leveldb_env.h",
755 "indexed_db/leveldb/leveldb_factory.h",
756 "indexed_db/leveldb/leveldb_iterator.h",
757 "indexed_db/leveldb/leveldb_iterator_impl.cc",
758 "indexed_db/leveldb/leveldb_iterator_impl.h",
759 "indexed_db/leveldb/leveldb_transaction.cc",
760 "indexed_db/leveldb/leveldb_transaction.h",
761 "indexed_db/leveldb/leveldb_write_batch.cc",
762 "indexed_db/leveldb/leveldb_write_batch.h",
763 "leveldb_wrapper_impl.cc",
764 "leveldb_wrapper_impl.h",
765 "loader/async_resource_handler.cc",
766 "loader/async_resource_handler.h",
767 "loader/async_revalidation_driver.cc",
768 "loader/async_revalidation_driver.h",
769 "loader/async_revalidation_manager.cc",
770 "loader/async_revalidation_manager.h",
brettwb167c7332016-09-07 22:52:46771 "loader/detachable_resource_handler.cc",
772 "loader/detachable_resource_handler.h",
tzik47a9f9b2016-12-01 04:16:24773 "loader/downloaded_temp_file_impl.cc",
774 "loader/downloaded_temp_file_impl.h",
brettwb167c7332016-09-07 22:52:46775 "loader/global_routing_id.h",
776 "loader/intercepting_resource_handler.cc",
777 "loader/intercepting_resource_handler.h",
778 "loader/layered_resource_handler.cc",
779 "loader/layered_resource_handler.h",
780 "loader/loader_delegate.h",
781 "loader/loader_io_thread_notifier.cc",
782 "loader/loader_io_thread_notifier.h",
783 "loader/mime_sniffing_resource_handler.cc",
784 "loader/mime_sniffing_resource_handler.h",
785 "loader/mojo_async_resource_handler.cc",
786 "loader/mojo_async_resource_handler.h",
787 "loader/navigation_resource_handler.cc",
788 "loader/navigation_resource_handler.h",
789 "loader/navigation_resource_throttle.cc",
790 "loader/navigation_resource_throttle.h",
791 "loader/navigation_url_loader.cc",
792 "loader/navigation_url_loader.h",
793 "loader/navigation_url_loader_delegate.h",
794 "loader/navigation_url_loader_factory.h",
795 "loader/navigation_url_loader_impl.cc",
796 "loader/navigation_url_loader_impl.h",
797 "loader/navigation_url_loader_impl_core.cc",
798 "loader/navigation_url_loader_impl_core.h",
799 "loader/netlog_observer.cc",
800 "loader/netlog_observer.h",
801 "loader/power_save_block_resource_throttle.cc",
802 "loader/power_save_block_resource_throttle.h",
803 "loader/redirect_to_file_resource_handler.cc",
804 "loader/redirect_to_file_resource_handler.h",
805 "loader/resource_buffer.cc",
806 "loader/resource_buffer.h",
tyoshino3b3ee8e92016-12-07 16:04:07807 "loader/resource_controller.h",
brettwb167c7332016-09-07 22:52:46808 "loader/resource_dispatcher_host_impl.cc",
809 "loader/resource_dispatcher_host_impl.h",
810 "loader/resource_handler.cc",
811 "loader/resource_handler.h",
812 "loader/resource_hints_impl.cc",
813 "loader/resource_loader.cc",
814 "loader/resource_loader.h",
815 "loader/resource_loader_delegate.h",
816 "loader/resource_message_delegate.cc",
817 "loader/resource_message_delegate.h",
818 "loader/resource_message_filter.cc",
819 "loader/resource_message_filter.h",
820 "loader/resource_request_info_impl.cc",
821 "loader/resource_request_info_impl.h",
horo227286f72016-11-29 11:10:33822 "loader/resource_requester_info.cc",
823 "loader/resource_requester_info.h",
brettwb167c7332016-09-07 22:52:46824 "loader/resource_scheduler.cc",
825 "loader/resource_scheduler.h",
826 "loader/resource_scheduler_filter.cc",
827 "loader/resource_scheduler_filter.h",
828 "loader/stream_resource_handler.cc",
829 "loader/stream_resource_handler.h",
830 "loader/stream_writer.cc",
831 "loader/stream_writer.h",
832 "loader/sync_resource_handler.cc",
833 "loader/sync_resource_handler.h",
834 "loader/temporary_file_stream.cc",
835 "loader/temporary_file_stream.h",
836 "loader/throttling_resource_handler.cc",
837 "loader/throttling_resource_handler.h",
838 "loader/upload_data_stream_builder.cc",
839 "loader/upload_data_stream_builder.h",
tzika6914612016-12-15 12:48:59840 "loader/upload_progress_tracker.cc",
841 "loader/upload_progress_tracker.h",
brettwb167c7332016-09-07 22:52:46842 "loader/url_loader_factory_impl.cc",
843 "loader/url_loader_factory_impl.h",
844 "loader_delegate_impl.cc",
845 "loader_delegate_impl.h",
846 "mach_broker_mac.h",
847 "mach_broker_mac.mm",
848 "manifest/manifest_manager_host.cc",
849 "manifest/manifest_manager_host.h",
brettwb167c7332016-09-07 22:52:46850 "media/android/browser_media_player_manager.cc",
851 "media/android/browser_media_player_manager.h",
brettwb167c7332016-09-07 22:52:46852 "media/android/browser_surface_view_manager.cc",
853 "media/android/browser_surface_view_manager.h",
854 "media/android/media_player_renderer.cc",
855 "media/android/media_player_renderer.h",
856 "media/android/media_resource_getter_impl.cc",
857 "media/android/media_resource_getter_impl.h",
858 "media/android/media_throttler.cc",
859 "media/android/media_throttler.h",
860 "media/android/media_web_contents_observer_android.cc",
861 "media/android/media_web_contents_observer_android.h",
brettwb167c7332016-09-07 22:52:46862 "media/audible_metrics.cc",
863 "media/audible_metrics.h",
864 "media/audio_stream_monitor.cc",
865 "media/audio_stream_monitor.h",
866 "media/capture/audio_mirroring_manager.cc",
867 "media/capture/audio_mirroring_manager.h",
brettwb167c7332016-09-07 22:52:46868 "media/capture/desktop_capture_device_uma_types.cc",
869 "media/capture/desktop_capture_device_uma_types.h",
870 "media/capture/image_capture_impl.cc",
871 "media/capture/image_capture_impl.h",
872 "media/capture/web_contents_audio_input_stream.cc",
873 "media/capture/web_contents_audio_input_stream.h",
874 "media/capture/web_contents_audio_muter.cc",
875 "media/capture/web_contents_audio_muter.h",
876 "media/capture/web_contents_tracker.cc",
877 "media/capture/web_contents_tracker.h",
xhwang5ba56be2016-12-13 07:13:03878 "media/cdm_registry_impl.cc",
879 "media/cdm_registry_impl.h",
guidoudf036b32016-10-31 14:51:14880 "media/media_devices_permission_checker.cc",
881 "media/media_devices_permission_checker.h",
xhwangaa0bf6d2016-12-03 01:19:15882 "media/media_interface_proxy.cc",
883 "media/media_interface_proxy.h",
brettwb167c7332016-09-07 22:52:46884 "media/media_internals.cc",
885 "media/media_internals.h",
886 "media/media_internals_handler.cc",
887 "media/media_internals_handler.h",
888 "media/media_internals_proxy.cc",
889 "media/media_internals_proxy.h",
890 "media/media_internals_ui.cc",
891 "media/media_internals_ui.h",
892 "media/media_web_contents_observer.cc",
893 "media/media_web_contents_observer.h",
894 "media/midi_host.cc",
895 "media/midi_host.h",
zqzhanga2147f82016-10-18 22:53:26896 "media/session/audio_focus_delegate.h",
897 "media/session/audio_focus_delegate_android.cc",
898 "media/session/audio_focus_delegate_android.h",
899 "media/session/audio_focus_delegate_default.cc",
brettwb167c7332016-09-07 22:52:46900 "media/session/audio_focus_manager.cc",
901 "media/session/audio_focus_manager.h",
zqzhangd84e72872016-10-07 19:22:03902 "media/session/media_metadata_sanitizer.cc",
903 "media/session/media_metadata_sanitizer.h",
zqzhang1adf3cb2016-11-01 11:26:45904 "media/session/media_session_android.cc",
905 "media/session/media_session_android.h",
brettwb167c7332016-09-07 22:52:46906 "media/session/media_session_controller.cc",
907 "media/session/media_session_controller.h",
908 "media/session/media_session_controllers_manager.cc",
909 "media/session/media_session_controllers_manager.h",
zqzhang1adf3cb2016-11-01 11:26:45910 "media/session/media_session_impl.cc",
911 "media/session/media_session_impl.h",
zqzhanga2147f82016-10-18 22:53:26912 "media/session/media_session_player_observer.h",
zqzhangd84e72872016-10-07 19:22:03913 "media/session/media_session_service_impl.cc",
914 "media/session/media_session_service_impl.h",
brettwb167c7332016-09-07 22:52:46915 "media/session/media_session_uma_helper.cc",
916 "media/session/media_session_uma_helper.h",
slana0da4302016-11-07 17:37:01917 "media/url_provision_fetcher.cc",
918 "media/url_provision_fetcher.h",
bashi529cb14c2016-10-17 21:53:57919 "memory/memory_coordinator_impl.cc",
920 "memory/memory_coordinator_impl.h",
brettwb167c7332016-09-07 22:52:46921 "memory/memory_message_filter.cc",
922 "memory/memory_message_filter.h",
bashia6264042016-09-15 04:49:51923 "memory/memory_monitor.cc",
924 "memory/memory_monitor.h",
bashi66264142016-09-27 06:26:40925 "memory/memory_monitor_android.cc",
926 "memory/memory_monitor_android.h",
bashia6264042016-09-15 04:49:51927 "memory/memory_monitor_win.cc",
928 "memory/memory_monitor_win.h",
brettwb167c7332016-09-07 22:52:46929 "memory/memory_pressure_controller_impl.cc",
930 "memory/memory_pressure_controller_impl.h",
bashic6e17342016-12-15 04:37:42931 "memory/memory_state_updater.cc",
932 "memory/memory_state_updater.h",
brettwb167c7332016-09-07 22:52:46933 "message_port_message_filter.cc",
934 "message_port_message_filter.h",
935 "message_port_provider.cc",
936 "message_port_service.cc",
937 "message_port_service.h",
938 "mime_registry_impl.cc",
939 "mime_registry_impl.h",
brettwb167c7332016-09-07 22:52:46940 "net/browser_online_state_observer.cc",
941 "net/browser_online_state_observer.h",
942 "net/network_errors_listing_ui.cc",
943 "net/network_errors_listing_ui.h",
944 "net/quota_policy_cookie_store.cc",
945 "net/quota_policy_cookie_store.h",
946 "net/view_blob_internals_job_factory.cc",
947 "net/view_blob_internals_job_factory.h",
948 "net/view_http_cache_job_factory.cc",
949 "net/view_http_cache_job_factory.h",
950 "notification_service_impl.cc",
951 "notification_service_impl.h",
952 "notifications/blink_notification_service_impl.cc",
953 "notifications/blink_notification_service_impl.h",
954 "notifications/notification_database.cc",
955 "notifications/notification_database.h",
956 "notifications/notification_database_data_conversions.cc",
957 "notifications/notification_database_data_conversions.h",
958 "notifications/notification_event_dispatcher_impl.cc",
959 "notifications/notification_event_dispatcher_impl.h",
960 "notifications/notification_id_generator.cc",
961 "notifications/notification_id_generator.h",
962 "notifications/notification_message_filter.cc",
963 "notifications/notification_message_filter.h",
964 "notifications/page_notification_delegate.cc",
965 "notifications/page_notification_delegate.h",
966 "notifications/platform_notification_context_impl.cc",
967 "notifications/platform_notification_context_impl.h",
968 "notifications/type_converters.cc",
969 "notifications/type_converters.h",
jinho.bang745d987b2016-12-14 19:06:54970 "payments/payment_app_context_impl.cc",
971 "payments/payment_app_context_impl.h",
jinho.bangab430572016-12-16 14:33:58972 "payments/payment_app_database.cc",
973 "payments/payment_app_database.h",
jinho.bangef456ad2016-11-08 23:36:14974 "payments/payment_app_manager.cc",
975 "payments/payment_app_manager.h",
brettwb167c7332016-09-07 22:52:46976 "permissions/permission_service_context.cc",
977 "permissions/permission_service_context.h",
978 "permissions/permission_service_impl.cc",
979 "permissions/permission_service_impl.h",
brettwb167c7332016-09-07 22:52:46980 "presentation/presentation_service_impl.cc",
981 "presentation/presentation_service_impl.h",
982 "presentation/presentation_type_converters.cc",
983 "presentation/presentation_type_converters.h",
984 "profiler_controller_impl.cc",
985 "profiler_controller_impl.h",
986 "profiler_message_filter.cc",
987 "profiler_message_filter.h",
988 "push_messaging/push_messaging_message_filter.cc",
989 "push_messaging/push_messaging_message_filter.h",
990 "push_messaging/push_messaging_router.cc",
991 "push_messaging/push_messaging_router.h",
992 "quota_dispatcher_host.cc",
993 "quota_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:46994 "renderer_host/clipboard_message_filter.cc",
995 "renderer_host/clipboard_message_filter.h",
996 "renderer_host/clipboard_message_filter_mac.mm",
997 "renderer_host/compositor_resize_lock_aura.cc",
998 "renderer_host/compositor_resize_lock_aura.h",
999 "renderer_host/database_message_filter.cc",
1000 "renderer_host/database_message_filter.h",
1001 "renderer_host/delegated_frame_evictor.cc",
1002 "renderer_host/delegated_frame_evictor.h",
1003 "renderer_host/dip_util.cc",
1004 "renderer_host/dip_util.h",
1005 "renderer_host/dwrite_font_proxy_message_filter_win.cc",
1006 "renderer_host/dwrite_font_proxy_message_filter_win.h",
1007 "renderer_host/event_with_latency_info.h",
1008 "renderer_host/file_utilities_message_filter.cc",
1009 "renderer_host/file_utilities_message_filter.h",
1010 "renderer_host/font_utils_linux.cc",
1011 "renderer_host/font_utils_linux.h",
1012 "renderer_host/frame_metadata_util.cc",
1013 "renderer_host/frame_metadata_util.h",
brettwb167c7332016-09-07 22:52:461014 "renderer_host/input/gesture_event_queue.cc",
1015 "renderer_host/input/gesture_event_queue.h",
1016 "renderer_host/input/input_ack_handler.h",
1017 "renderer_host/input/input_router.h",
1018 "renderer_host/input/input_router_client.h",
1019 "renderer_host/input/input_router_config_helper.cc",
1020 "renderer_host/input/input_router_config_helper.h",
1021 "renderer_host/input/input_router_impl.cc",
1022 "renderer_host/input/input_router_impl.h",
1023 "renderer_host/input/motion_event_web.cc",
1024 "renderer_host/input/motion_event_web.h",
1025 "renderer_host/input/mouse_wheel_event_queue.cc",
1026 "renderer_host/input/mouse_wheel_event_queue.h",
1027 "renderer_host/input/mouse_wheel_rails_filter_mac.cc",
1028 "renderer_host/input/mouse_wheel_rails_filter_mac.h",
1029 "renderer_host/input/render_widget_host_latency_tracker.cc",
1030 "renderer_host/input/render_widget_host_latency_tracker.h",
1031 "renderer_host/input/stylus_text_selector.cc",
1032 "renderer_host/input/stylus_text_selector.h",
1033 "renderer_host/input/synthetic_gesture.cc",
1034 "renderer_host/input/synthetic_gesture.h",
1035 "renderer_host/input/synthetic_gesture_controller.cc",
1036 "renderer_host/input/synthetic_gesture_controller.h",
1037 "renderer_host/input/synthetic_gesture_target.h",
1038 "renderer_host/input/synthetic_gesture_target_aura.cc",
1039 "renderer_host/input/synthetic_gesture_target_aura.h",
1040 "renderer_host/input/synthetic_gesture_target_base.cc",
1041 "renderer_host/input/synthetic_gesture_target_base.h",
1042 "renderer_host/input/synthetic_gesture_target_mac.h",
1043 "renderer_host/input/synthetic_gesture_target_mac.mm",
lanwei1060f1f2016-11-28 23:00:311044 "renderer_host/input/synthetic_mouse_driver.cc",
1045 "renderer_host/input/synthetic_mouse_driver.h",
brettwb167c7332016-09-07 22:52:461046 "renderer_host/input/synthetic_pinch_gesture.cc",
1047 "renderer_host/input/synthetic_pinch_gesture.h",
brettwb167c7332016-09-07 22:52:461048 "renderer_host/input/synthetic_pointer_action.cc",
1049 "renderer_host/input/synthetic_pointer_action.h",
lanwei1060f1f2016-11-28 23:00:311050 "renderer_host/input/synthetic_pointer_driver.cc",
1051 "renderer_host/input/synthetic_pointer_driver.h",
brettwb167c7332016-09-07 22:52:461052 "renderer_host/input/synthetic_smooth_drag_gesture.cc",
1053 "renderer_host/input/synthetic_smooth_drag_gesture.h",
1054 "renderer_host/input/synthetic_smooth_move_gesture.cc",
1055 "renderer_host/input/synthetic_smooth_move_gesture.h",
1056 "renderer_host/input/synthetic_smooth_scroll_gesture.cc",
1057 "renderer_host/input/synthetic_smooth_scroll_gesture.h",
1058 "renderer_host/input/synthetic_tap_gesture.cc",
1059 "renderer_host/input/synthetic_tap_gesture.h",
lanwei1060f1f2016-11-28 23:00:311060 "renderer_host/input/synthetic_touch_driver.cc",
1061 "renderer_host/input/synthetic_touch_driver.h",
brettwb167c7332016-09-07 22:52:461062 "renderer_host/input/synthetic_touchpad_pinch_gesture.cc",
1063 "renderer_host/input/synthetic_touchpad_pinch_gesture.h",
1064 "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc",
1065 "renderer_host/input/synthetic_touchscreen_pinch_gesture.h",
1066 "renderer_host/input/tap_suppression_controller.cc",
1067 "renderer_host/input/tap_suppression_controller.h",
1068 "renderer_host/input/tap_suppression_controller_client.h",
1069 "renderer_host/input/timeout_monitor.cc",
1070 "renderer_host/input/timeout_monitor.h",
1071 "renderer_host/input/touch_action_filter.cc",
1072 "renderer_host/input/touch_action_filter.h",
1073 "renderer_host/input/touch_emulator.cc",
1074 "renderer_host/input/touch_emulator.h",
1075 "renderer_host/input/touch_emulator_client.h",
1076 "renderer_host/input/touch_event_queue.cc",
1077 "renderer_host/input/touch_event_queue.h",
1078 "renderer_host/input/touch_selection_controller_client_aura.cc",
1079 "renderer_host/input/touch_selection_controller_client_aura.h",
1080 "renderer_host/input/touchpad_tap_suppression_controller.cc",
1081 "renderer_host/input/touchpad_tap_suppression_controller.h",
1082 "renderer_host/input/touchscreen_tap_suppression_controller.cc",
1083 "renderer_host/input/touchscreen_tap_suppression_controller.h",
1084 "renderer_host/input/web_input_event_builders_android.cc",
1085 "renderer_host/input/web_input_event_builders_android.h",
1086 "renderer_host/input/web_input_event_builders_mac.h",
1087 "renderer_host/input/web_input_event_builders_mac.mm",
1088 "renderer_host/legacy_render_widget_host_win.cc",
1089 "renderer_host/legacy_render_widget_host_win.h",
1090 "renderer_host/media/audio_input_debug_writer.cc",
1091 "renderer_host/media/audio_input_debug_writer.h",
1092 "renderer_host/media/audio_input_device_manager.cc",
1093 "renderer_host/media/audio_input_device_manager.h",
1094 "renderer_host/media/audio_input_renderer_host.cc",
1095 "renderer_host/media/audio_input_renderer_host.h",
1096 "renderer_host/media/audio_input_sync_writer.cc",
1097 "renderer_host/media/audio_input_sync_writer.h",
maxmorinb08e8422016-11-18 09:34:011098 "renderer_host/media/audio_output_authorization_handler.cc",
1099 "renderer_host/media/audio_output_authorization_handler.h",
maxmorin65f77fb2016-12-05 13:45:361100 "renderer_host/media/audio_output_delegate.cc",
1101 "renderer_host/media/audio_output_delegate.h",
brettwb167c7332016-09-07 22:52:461102 "renderer_host/media/audio_renderer_host.cc",
1103 "renderer_host/media/audio_renderer_host.h",
1104 "renderer_host/media/audio_sync_reader.cc",
1105 "renderer_host/media/audio_sync_reader.h",
1106 "renderer_host/media/media_capture_devices_impl.cc",
1107 "renderer_host/media/media_capture_devices_impl.h",
guidou9357cc52016-10-11 19:53:361108 "renderer_host/media/media_devices_dispatcher_host.cc",
1109 "renderer_host/media/media_devices_dispatcher_host.h",
guidoucc6d4602016-09-23 21:28:431110 "renderer_host/media/media_devices_manager.cc",
1111 "renderer_host/media/media_devices_manager.h",
brettwb167c7332016-09-07 22:52:461112 "renderer_host/media/media_stream_dispatcher_host.cc",
1113 "renderer_host/media/media_stream_dispatcher_host.h",
1114 "renderer_host/media/media_stream_manager.cc",
1115 "renderer_host/media/media_stream_manager.h",
1116 "renderer_host/media/media_stream_provider.h",
1117 "renderer_host/media/media_stream_requester.h",
1118 "renderer_host/media/media_stream_track_metrics_host.cc",
1119 "renderer_host/media/media_stream_track_metrics_host.h",
1120 "renderer_host/media/media_stream_ui_proxy.cc",
1121 "renderer_host/media/media_stream_ui_proxy.h",
brettwb167c7332016-09-07 22:52:461122 "renderer_host/media/video_capture_controller.cc",
1123 "renderer_host/media/video_capture_controller.h",
1124 "renderer_host/media/video_capture_controller_event_handler.h",
brettwb167c7332016-09-07 22:52:461125 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1126 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1127 "renderer_host/media/video_capture_host.cc",
1128 "renderer_host/media/video_capture_host.h",
1129 "renderer_host/media/video_capture_manager.cc",
1130 "renderer_host/media/video_capture_manager.h",
chfremer4f85f2f2017-01-04 00:21:261131 "renderer_host/media/video_frame_receiver_on_io_thread.cc",
1132 "renderer_host/media/video_frame_receiver_on_io_thread.h",
brettwb167c7332016-09-07 22:52:461133 "renderer_host/native_web_keyboard_event_aura.cc",
1134 "renderer_host/native_web_keyboard_event_mac.mm",
xidachen6267a772016-09-20 15:24:381135 "renderer_host/offscreen_canvas_compositor_frame_sink.cc",
1136 "renderer_host/offscreen_canvas_compositor_frame_sink.h",
1137 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc",
1138 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h",
xlai05aa05392016-12-17 22:56:361139 "renderer_host/offscreen_canvas_surface_factory_impl.cc",
1140 "renderer_host/offscreen_canvas_surface_factory_impl.h",
brettwb167c7332016-09-07 22:52:461141 "renderer_host/offscreen_canvas_surface_impl.cc",
1142 "renderer_host/offscreen_canvas_surface_impl.h",
xlai92e403ca2016-11-17 19:25:051143 "renderer_host/offscreen_canvas_surface_manager.cc",
1144 "renderer_host/offscreen_canvas_surface_manager.h",
brettwb167c7332016-09-07 22:52:461145 "renderer_host/overscroll_configuration.cc",
1146 "renderer_host/overscroll_controller.cc",
1147 "renderer_host/overscroll_controller.h",
1148 "renderer_host/overscroll_controller_delegate.h",
1149 "renderer_host/render_message_filter.cc",
1150 "renderer_host/render_message_filter.h",
1151 "renderer_host/render_process_host_impl.cc",
1152 "renderer_host/render_process_host_impl.h",
1153 "renderer_host/render_sandbox_host_linux.cc",
1154 "renderer_host/render_sandbox_host_linux.h",
1155 "renderer_host/render_view_host_delegate.cc",
1156 "renderer_host/render_view_host_delegate.h",
rlanday7f2ec7f2016-12-14 02:28:341157 "renderer_host/render_view_host_delegate_view.cc",
brettwb167c7332016-09-07 22:52:461158 "renderer_host/render_view_host_delegate_view.h",
1159 "renderer_host/render_view_host_factory.cc",
1160 "renderer_host/render_view_host_factory.h",
1161 "renderer_host/render_view_host_impl.cc",
1162 "renderer_host/render_view_host_impl.h",
1163 "renderer_host/render_widget_helper.cc",
1164 "renderer_host/render_widget_helper.h",
1165 "renderer_host/render_widget_host_delegate.cc",
1166 "renderer_host/render_widget_host_delegate.h",
1167 "renderer_host/render_widget_host_impl.cc",
1168 "renderer_host/render_widget_host_impl.h",
1169 "renderer_host/render_widget_host_input_event_router.cc",
1170 "renderer_host/render_widget_host_input_event_router.h",
1171 "renderer_host/render_widget_host_owner_delegate.h",
1172 "renderer_host/render_widget_host_view_aura.cc",
1173 "renderer_host/render_widget_host_view_aura.h",
1174 "renderer_host/render_widget_host_view_base.cc",
1175 "renderer_host/render_widget_host_view_base.h",
1176 "renderer_host/render_widget_host_view_base_observer.cc",
1177 "renderer_host/render_widget_host_view_base_observer.h",
1178 "renderer_host/render_widget_host_view_mac.h",
1179 "renderer_host/render_widget_host_view_mac.mm",
1180 "renderer_host/render_widget_host_view_mac_dictionary_helper.h",
1181 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm",
1182 "renderer_host/render_widget_host_view_mac_editcommand_helper.h",
1183 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm",
1184 "renderer_host/renderer_frame_manager.cc",
1185 "renderer_host/renderer_frame_manager.h",
1186 "renderer_host/sandbox_ipc_linux.cc",
1187 "renderer_host/sandbox_ipc_linux.h",
1188 "renderer_host/text_input_client_mac.h",
1189 "renderer_host/text_input_client_mac.mm",
1190 "renderer_host/text_input_client_message_filter.h",
1191 "renderer_host/text_input_client_message_filter.mm",
1192 "renderer_host/text_input_manager.cc",
1193 "renderer_host/text_input_manager.h",
1194 "renderer_host/ui_events_helper.cc",
1195 "renderer_host/ui_events_helper.h",
1196 "renderer_host/webmenurunner_mac.h",
1197 "renderer_host/webmenurunner_mac.mm",
1198 "resolve_proxy_msg_helper.cc",
1199 "resolve_proxy_msg_helper.h",
1200 "resource_context_impl.cc",
1201 "resource_context_impl.h",
lunalud4a2cc82016-11-22 00:27:231202 "screen_orientation/screen_orientation.cc",
1203 "screen_orientation/screen_orientation.h",
brettwb167c7332016-09-07 22:52:461204 "screen_orientation/screen_orientation_delegate_win.cc",
1205 "screen_orientation/screen_orientation_delegate_win.h",
benff461632016-10-06 14:27:331206 "service_manager/merge_dictionary.cc",
1207 "service_manager/merge_dictionary.h",
1208 "service_manager/service_manager_context.cc",
1209 "service_manager/service_manager_context.h",
brettwb167c7332016-09-07 22:52:461210 "service_worker/embedded_worker_instance.cc",
1211 "service_worker/embedded_worker_instance.h",
1212 "service_worker/embedded_worker_registry.cc",
1213 "service_worker/embedded_worker_registry.h",
1214 "service_worker/embedded_worker_status.h",
1215 "service_worker/foreign_fetch_request_handler.cc",
1216 "service_worker/foreign_fetch_request_handler.h",
1217 "service_worker/link_header_support.cc",
1218 "service_worker/link_header_support.h",
1219 "service_worker/service_worker_blob_reader.cc",
1220 "service_worker/service_worker_blob_reader.h",
1221 "service_worker/service_worker_cache_writer.cc",
1222 "service_worker/service_worker_cache_writer.h",
1223 "service_worker/service_worker_client_utils.cc",
1224 "service_worker/service_worker_client_utils.h",
1225 "service_worker/service_worker_context_core.cc",
1226 "service_worker/service_worker_context_core.h",
1227 "service_worker/service_worker_context_observer.h",
1228 "service_worker/service_worker_context_request_handler.cc",
1229 "service_worker/service_worker_context_request_handler.h",
1230 "service_worker/service_worker_context_watcher.cc",
1231 "service_worker/service_worker_context_watcher.h",
1232 "service_worker/service_worker_context_wrapper.cc",
1233 "service_worker/service_worker_context_wrapper.h",
1234 "service_worker/service_worker_controllee_request_handler.cc",
1235 "service_worker/service_worker_controllee_request_handler.h",
1236 "service_worker/service_worker_database.cc",
1237 "service_worker/service_worker_database.h",
1238 "service_worker/service_worker_database_task_manager.cc",
1239 "service_worker/service_worker_database_task_manager.h",
1240 "service_worker/service_worker_disk_cache.cc",
1241 "service_worker/service_worker_disk_cache.h",
1242 "service_worker/service_worker_dispatcher_host.cc",
1243 "service_worker/service_worker_dispatcher_host.h",
1244 "service_worker/service_worker_fetch_dispatcher.cc",
1245 "service_worker/service_worker_fetch_dispatcher.h",
1246 "service_worker/service_worker_handle.cc",
1247 "service_worker/service_worker_handle.h",
1248 "service_worker/service_worker_info.cc",
1249 "service_worker/service_worker_info.h",
1250 "service_worker/service_worker_internals_ui.cc",
1251 "service_worker/service_worker_internals_ui.h",
1252 "service_worker/service_worker_job_coordinator.cc",
1253 "service_worker/service_worker_job_coordinator.h",
1254 "service_worker/service_worker_metrics.cc",
1255 "service_worker/service_worker_metrics.h",
clamydf7927e2016-09-22 13:03:141256 "service_worker/service_worker_navigation_handle.cc",
1257 "service_worker/service_worker_navigation_handle.h",
1258 "service_worker/service_worker_navigation_handle_core.cc",
1259 "service_worker/service_worker_navigation_handle_core.h",
brettwb167c7332016-09-07 22:52:461260 "service_worker/service_worker_process_manager.cc",
1261 "service_worker/service_worker_process_manager.h",
1262 "service_worker/service_worker_provider_host.cc",
1263 "service_worker/service_worker_provider_host.h",
1264 "service_worker/service_worker_quota_client.cc",
1265 "service_worker/service_worker_quota_client.h",
1266 "service_worker/service_worker_read_from_cache_job.cc",
1267 "service_worker/service_worker_read_from_cache_job.h",
1268 "service_worker/service_worker_register_job.cc",
1269 "service_worker/service_worker_register_job.h",
1270 "service_worker/service_worker_register_job_base.h",
1271 "service_worker/service_worker_registration.cc",
1272 "service_worker/service_worker_registration.h",
1273 "service_worker/service_worker_registration_handle.cc",
1274 "service_worker/service_worker_registration_handle.h",
1275 "service_worker/service_worker_registration_status.cc",
1276 "service_worker/service_worker_registration_status.h",
1277 "service_worker/service_worker_request_handler.cc",
1278 "service_worker/service_worker_request_handler.h",
1279 "service_worker/service_worker_response_info.cc",
1280 "service_worker/service_worker_response_info.h",
1281 "service_worker/service_worker_script_cache_map.cc",
1282 "service_worker/service_worker_script_cache_map.h",
1283 "service_worker/service_worker_storage.cc",
1284 "service_worker/service_worker_storage.h",
1285 "service_worker/service_worker_stream_reader.cc",
1286 "service_worker/service_worker_stream_reader.h",
1287 "service_worker/service_worker_unregister_job.cc",
1288 "service_worker/service_worker_unregister_job.h",
1289 "service_worker/service_worker_url_request_job.cc",
1290 "service_worker/service_worker_url_request_job.h",
1291 "service_worker/service_worker_version.cc",
1292 "service_worker/service_worker_version.h",
1293 "service_worker/service_worker_write_to_cache_job.cc",
1294 "service_worker/service_worker_write_to_cache_job.h",
1295 "shared_worker/shared_worker_host.cc",
1296 "shared_worker/shared_worker_host.h",
1297 "shared_worker/shared_worker_instance.cc",
1298 "shared_worker/shared_worker_instance.h",
1299 "shared_worker/shared_worker_message_filter.cc",
1300 "shared_worker/shared_worker_message_filter.h",
1301 "shared_worker/shared_worker_service_impl.cc",
1302 "shared_worker/shared_worker_service_impl.h",
1303 "shared_worker/worker_document_set.cc",
1304 "shared_worker/worker_document_set.h",
1305 "shared_worker/worker_storage_partition.cc",
1306 "shared_worker/worker_storage_partition.h",
1307 "site_instance_impl.cc",
1308 "site_instance_impl.h",
brettwb167c7332016-09-07 22:52:461309 "speech/speech_recognition_dispatcher_host.cc",
1310 "speech/speech_recognition_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:461311 "speech/speech_recognition_manager_impl.cc",
1312 "speech/speech_recognition_manager_impl.h",
1313 "speech/speech_recognizer.h",
brettwb167c7332016-09-07 22:52:461314 "speech/speech_recognizer_impl_android.cc",
1315 "speech/speech_recognizer_impl_android.h",
1316 "ssl/ssl_client_auth_handler.cc",
1317 "ssl/ssl_client_auth_handler.h",
1318 "ssl/ssl_error_handler.cc",
1319 "ssl/ssl_error_handler.h",
1320 "ssl/ssl_manager.cc",
1321 "ssl/ssl_manager.h",
brettwb167c7332016-09-07 22:52:461322 "startup_task_runner.cc",
1323 "startup_task_runner.h",
1324 "storage_partition_impl.cc",
1325 "storage_partition_impl.h",
1326 "storage_partition_impl_map.cc",
1327 "storage_partition_impl_map.h",
1328 "streams/stream.cc",
1329 "streams/stream.h",
1330 "streams/stream_context.cc",
1331 "streams/stream_context.h",
1332 "streams/stream_handle_impl.cc",
1333 "streams/stream_handle_impl.h",
1334 "streams/stream_read_observer.h",
1335 "streams/stream_register_observer.h",
1336 "streams/stream_registry.cc",
1337 "streams/stream_registry.h",
1338 "streams/stream_url_request_job.cc",
1339 "streams/stream_url_request_job.h",
1340 "streams/stream_write_observer.h",
1341 "theme_helper_mac.h",
1342 "theme_helper_mac.mm",
brettwb167c7332016-09-07 22:52:461343 "tracing/background_tracing_config_impl.cc",
1344 "tracing/background_tracing_config_impl.h",
1345 "tracing/background_tracing_manager_impl.cc",
1346 "tracing/background_tracing_manager_impl.h",
1347 "tracing/background_tracing_rule.cc",
1348 "tracing/background_tracing_rule.h",
1349 "tracing/etw_tracing_agent_win.cc",
1350 "tracing/etw_tracing_agent_win.h",
1351 "tracing/file_tracing_provider_impl.cc",
1352 "tracing/file_tracing_provider_impl.h",
1353 "tracing/trace_message_filter.cc",
1354 "tracing/trace_message_filter.h",
1355 "tracing/tracing_controller_impl.cc",
1356 "tracing/tracing_controller_impl.h",
1357 "tracing/tracing_controller_impl_data_sinks.cc",
1358 "tracing/tracing_ui.cc",
1359 "tracing/tracing_ui.h",
1360 "user_metrics.cc",
1361 "utility_process_host_impl.cc",
1362 "utility_process_host_impl.h",
brettwb167c7332016-09-07 22:52:461363 "web_contents/aura/gesture_nav_simple.cc",
1364 "web_contents/aura/gesture_nav_simple.h",
1365 "web_contents/aura/overscroll_navigation_overlay.cc",
1366 "web_contents/aura/overscroll_navigation_overlay.h",
1367 "web_contents/aura/overscroll_window_animation.cc",
1368 "web_contents/aura/overscroll_window_animation.h",
1369 "web_contents/aura/overscroll_window_delegate.cc",
1370 "web_contents/aura/overscroll_window_delegate.h",
1371 "web_contents/aura/shadow_layer_delegate.cc",
1372 "web_contents/aura/shadow_layer_delegate.h",
1373 "web_contents/web_contents_impl.cc",
1374 "web_contents/web_contents_impl.h",
1375 "web_contents/web_contents_view.h",
1376 "web_contents/web_contents_view_aura.cc",
1377 "web_contents/web_contents_view_aura.h",
1378 "web_contents/web_contents_view_child_frame.cc",
1379 "web_contents/web_contents_view_child_frame.h",
1380 "web_contents/web_contents_view_guest.cc",
1381 "web_contents/web_contents_view_guest.h",
1382 "web_contents/web_contents_view_mac.h",
1383 "web_contents/web_contents_view_mac.mm",
1384 "web_contents/web_drag_dest_mac.h",
1385 "web_contents/web_drag_dest_mac.mm",
1386 "web_contents/web_drag_source_mac.h",
1387 "web_contents/web_drag_source_mac.mm",
1388 "web_contents/web_drag_utils_win.cc",
1389 "web_contents/web_drag_utils_win.h",
yhirano4a593832016-10-24 18:58:221390 "websockets/websocket_handshake_request_info_impl.cc",
1391 "websockets/websocket_handshake_request_info_impl.h",
brettwb167c7332016-09-07 22:52:461392 "websockets/websocket_impl.cc",
1393 "websockets/websocket_impl.h",
1394 "websockets/websocket_manager.cc",
1395 "websockets/websocket_manager.h",
1396 "webui/content_web_ui_controller_factory.cc",
1397 "webui/content_web_ui_controller_factory.h",
1398 "webui/generic_handler.cc",
1399 "webui/generic_handler.h",
dschuyler613a1032016-12-15 19:22:351400 "webui/i18n_source_stream.cc",
1401 "webui/i18n_source_stream.h",
brettwb167c7332016-09-07 22:52:461402 "webui/shared_resources_data_source.cc",
1403 "webui/shared_resources_data_source.h",
1404 "webui/url_data_manager.cc",
1405 "webui/url_data_manager.h",
1406 "webui/url_data_manager_backend.cc",
1407 "webui/url_data_manager_backend.h",
1408 "webui/url_data_source_impl.cc",
1409 "webui/url_data_source_impl.h",
1410 "webui/web_ui_controller_factory_registry.cc",
1411 "webui/web_ui_controller_factory_registry.h",
1412 "webui/web_ui_data_source_impl.cc",
1413 "webui/web_ui_data_source_impl.h",
1414 "webui/web_ui_impl.cc",
1415 "webui/web_ui_impl.h",
1416 "webui/web_ui_message_handler.cc",
1417 "zygote_host/zygote_communication_linux.cc",
1418 "zygote_host/zygote_communication_linux.h",
1419 "zygote_host/zygote_handle_linux.cc",
1420 "zygote_host/zygote_host_impl_linux.cc",
1421 "zygote_host/zygote_host_impl_linux.h",
1422 ]
[email protected]743530f2014-06-12 19:38:501423
[email protected]4db51ec2014-05-29 21:08:321424 if (toolkit_views) {
1425 deps += [ "//ui/events" ]
1426 }
1427
bcwhite98900b02016-09-19 20:13:031428 # ChromeOS also defines linux but their memory-monitors conflict.
1429 if (is_chromeos) {
1430 sources += [
1431 "memory/memory_monitor_chromeos.cc",
1432 "memory/memory_monitor_chromeos.h",
1433 ]
1434 } else {
1435 sources += [
1436 "memory/memory_monitor_linux.cc",
1437 "memory/memory_monitor_linux.h",
1438 ]
1439 }
1440
dgozman9d8f8182015-10-12 23:38:561441 if (!is_win) {
morritad95714f2014-10-01 02:37:241442 sources += [
morritad95714f2014-10-01 02:37:241443 "file_descriptor_info_impl.cc",
1444 "file_descriptor_info_impl.h",
1445 ]
[email protected]4db51ec2014-05-29 21:08:321446 }
1447
vitalybuka93eea402014-11-05 23:47:151448 if (enable_basic_printing || enable_print_preview) {
[email protected]743530f2014-06-12 19:38:501449 deps += [ "//printing" ]
[email protected]4db51ec2014-05-29 21:08:321450 }
1451
jamb3c1195df2016-03-21 20:41:291452 if (!is_mac) {
[email protected]743530f2014-06-12 19:38:501453 deps += [ "//sandbox" ]
1454 }
jamb3c1195df2016-03-21 20:41:291455 if (!is_android) {
[email protected]97865022014-06-13 23:18:041456 deps += [ "//content/browser/tracing:resources" ]
[email protected]743530f2014-06-12 19:38:501457 }
charlieab9973242016-02-02 16:22:161458 if ((use_udev && is_posix) || is_mac || is_win) {
1459 deps += [ "//tools/battor_agent:battor_agent_lib" ]
1460 sources += [
1461 "tracing/power_tracing_agent.cc",
1462 "tracing/power_tracing_agent.h",
1463 ]
1464 }
[email protected]743530f2014-06-12 19:38:501465
1466 if (enable_webrtc) {
brettwb167c7332016-09-07 22:52:461467 sources += [
1468 "renderer_host/media/peer_connection_tracker_host.cc",
1469 "renderer_host/media/peer_connection_tracker_host.h",
1470 "renderer_host/p2p/socket_dispatcher_host.cc",
1471 "renderer_host/p2p/socket_dispatcher_host.h",
1472 "renderer_host/p2p/socket_host.cc",
1473 "renderer_host/p2p/socket_host.h",
1474 "renderer_host/p2p/socket_host_tcp.cc",
1475 "renderer_host/p2p/socket_host_tcp.h",
1476 "renderer_host/p2p/socket_host_tcp_server.cc",
1477 "renderer_host/p2p/socket_host_tcp_server.h",
1478 "renderer_host/p2p/socket_host_throttler.cc",
1479 "renderer_host/p2p/socket_host_throttler.h",
1480 "renderer_host/p2p/socket_host_udp.cc",
1481 "renderer_host/p2p/socket_host_udp.h",
1482 "webrtc/webrtc_eventlog_host.cc",
1483 "webrtc/webrtc_eventlog_host.h",
1484 "webrtc/webrtc_internals.cc",
1485 "webrtc/webrtc_internals.h",
1486 "webrtc/webrtc_internals_message_handler.cc",
1487 "webrtc/webrtc_internals_message_handler.h",
1488 "webrtc/webrtc_internals_ui.cc",
1489 "webrtc/webrtc_internals_ui.h",
1490 "webrtc/webrtc_internals_ui_observer.h",
1491 ]
1492
brettwf94a6cd2016-01-28 23:57:291493 deps += [
1494 "//jingle:jingle_glue",
brettw04cf95992016-11-18 20:23:051495 "//third_party/libjingle/webrtc:libjingle_webrtc",
mbjorgecbac8082016-04-21 01:14:231496 "//third_party/webrtc/base:rtc_base",
magjed828787a2016-12-06 16:05:001497 "//third_party/webrtc/media:rtc_media_base",
mbjorgecbac8082016-04-21 01:14:231498 "//third_party/webrtc/modules/desktop_capture:primitives",
brettwf94a6cd2016-01-28 23:57:291499 ]
miu32fb8992017-01-04 01:38:531500
[email protected]743530f2014-06-12 19:38:501501 if (is_linux || is_mac || is_win) {
1502 sources += [
1503 "media/capture/desktop_capture_device.cc",
1504 "media/capture/desktop_capture_device.h",
[email protected]743530f2014-06-12 19:38:501505 ]
Brett Wilson83fd4242014-09-02 19:45:331506 deps += [ "//third_party/webrtc/modules/desktop_capture" ]
[email protected]743530f2014-06-12 19:38:501507 }
1508 }
1509
miu32fb8992017-01-04 01:38:531510 # Desktop screen capture implementations that are not dependent on WebRTC.
1511 if (is_linux || is_mac || is_win) {
1512 defines += [ "ENABLE_SCREEN_CAPTURE=1" ]
1513 sources += [
1514 "media/capture/cursor_renderer.h",
1515 "media/capture/web_contents_video_capture_device.cc",
1516 "media/capture/web_contents_video_capture_device.h",
1517 "media/capture/window_activity_tracker.cc",
1518 "media/capture/window_activity_tracker.h",
1519 ]
1520 if (use_aura) {
1521 sources += [
1522 "media/capture/aura_window_capture_machine.cc",
1523 "media/capture/aura_window_capture_machine.h",
1524 "media/capture/cursor_renderer_aura.cc",
1525 "media/capture/cursor_renderer_aura.h",
1526 "media/capture/desktop_capture_device_aura.cc",
1527 "media/capture/desktop_capture_device_aura.h",
1528 "media/capture/window_activity_tracker_aura.cc",
1529 "media/capture/window_activity_tracker_aura.h",
1530 ]
1531 }
1532 if (is_mac) {
1533 sources += [
1534 "media/capture/cursor_renderer_mac.h",
1535 "media/capture/cursor_renderer_mac.mm",
1536 "media/capture/window_activity_tracker_mac.h",
1537 "media/capture/window_activity_tracker_mac.mm",
1538 ]
1539 }
1540 }
1541
[email protected]743530f2014-06-12 19:38:501542 if (is_win) {
mcasas4e216e72016-07-28 21:28:381543 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
[email protected]743530f2014-06-12 19:38:501544 defines += [
1545 # This prevents the inclusion of atlhost.h which paired
1546 # with the windows 8 sdk it does the wrong thing.
1547 "__ATLHOST_H__",
1548 ]
1549 deps += [
[email protected]bf94f9d2014-06-17 20:33:531550 "//third_party/iaccessible2",
1551 "//third_party/isimpledom",
[email protected]743530f2014-06-12 19:38:501552 ]
1553 libs += [
1554 "comctl32.lib",
1555 "dinput8.lib",
1556 "dwmapi.lib",
1557 "dxguid.lib",
jam6ce80492016-03-22 22:00:211558 "imm32.lib",
brettw44a5cf82015-04-08 19:48:221559 "oleacc.lib",
[email protected]743530f2014-06-12 19:38:501560 "sensorsapi.lib",
1561 "portabledeviceguids.lib",
1562 ]
[email protected]743530f2014-06-12 19:38:501563 }
1564
[email protected]743530f2014-06-12 19:38:501565 if (use_udev) {
mcasas9d2063682016-02-11 22:12:391566 deps += [
1567 "//device/udev_linux",
mcasasf261a502016-02-26 23:40:331568 "//media/capture",
[email protected]743530f2014-06-12 19:38:501569 ]
1570 }
1571
1572 if (enable_plugins) {
brettwb167c7332016-09-07 22:52:461573 sources += [
1574 "../public/browser/plugin_service.h",
1575 "media/session/pepper_playback_observer.cc",
1576 "media/session/pepper_playback_observer.h",
1577 "media/session/pepper_player_delegate.cc",
1578 "media/session/pepper_player_delegate.h",
1579 "pepper_flash_settings_helper_impl.cc",
1580 "pepper_flash_settings_helper_impl.h",
1581 "plugin_content_origin_whitelist.cc",
1582 "plugin_content_origin_whitelist.h",
1583 "plugin_data_remover_impl.cc",
1584 "plugin_data_remover_impl.h",
1585 "plugin_private_storage_helper.cc",
1586 "plugin_private_storage_helper.h",
1587 "plugin_service_impl.cc",
1588 "plugin_service_impl.h",
1589 "ppapi_plugin_process_host.cc",
1590 "ppapi_plugin_process_host.h",
1591 "renderer_host/pepper/browser_ppapi_host_impl.cc",
1592 "renderer_host/pepper/browser_ppapi_host_impl.h",
1593 "renderer_host/pepper/content_browser_pepper_host_factory.cc",
1594 "renderer_host/pepper/content_browser_pepper_host_factory.h",
1595 "renderer_host/pepper/pepper_browser_font_singleton_host.cc",
1596 "renderer_host/pepper/pepper_browser_font_singleton_host.h",
1597 "renderer_host/pepper/pepper_external_file_ref_backend.cc",
1598 "renderer_host/pepper/pepper_external_file_ref_backend.h",
1599 "renderer_host/pepper/pepper_file_io_host.cc",
1600 "renderer_host/pepper/pepper_file_io_host.h",
1601 "renderer_host/pepper/pepper_file_ref_host.cc",
1602 "renderer_host/pepper/pepper_file_ref_host.h",
1603 "renderer_host/pepper/pepper_file_system_browser_host.cc",
1604 "renderer_host/pepper/pepper_file_system_browser_host.h",
1605 "renderer_host/pepper/pepper_flash_file_message_filter.cc",
1606 "renderer_host/pepper/pepper_flash_file_message_filter.h",
1607 "renderer_host/pepper/pepper_gamepad_host.cc",
1608 "renderer_host/pepper/pepper_gamepad_host.h",
1609 "renderer_host/pepper/pepper_host_resolver_message_filter.cc",
1610 "renderer_host/pepper/pepper_host_resolver_message_filter.h",
1611 "renderer_host/pepper/pepper_internal_file_ref_backend.cc",
1612 "renderer_host/pepper/pepper_internal_file_ref_backend.h",
1613 "renderer_host/pepper/pepper_lookup_request.h",
1614 "renderer_host/pepper/pepper_message_filter.cc",
1615 "renderer_host/pepper/pepper_message_filter.h",
1616 "renderer_host/pepper/pepper_network_monitor_host.cc",
1617 "renderer_host/pepper/pepper_network_monitor_host.h",
1618 "renderer_host/pepper/pepper_network_proxy_host.cc",
1619 "renderer_host/pepper/pepper_network_proxy_host.h",
1620 "renderer_host/pepper/pepper_print_settings_manager.cc",
1621 "renderer_host/pepper/pepper_print_settings_manager.h",
1622 "renderer_host/pepper/pepper_printing_host.cc",
1623 "renderer_host/pepper/pepper_printing_host.h",
1624 "renderer_host/pepper/pepper_renderer_connection.cc",
1625 "renderer_host/pepper/pepper_renderer_connection.h",
1626 "renderer_host/pepper/pepper_security_helper.cc",
1627 "renderer_host/pepper/pepper_security_helper.h",
1628 "renderer_host/pepper/pepper_socket_utils.cc",
1629 "renderer_host/pepper/pepper_socket_utils.h",
1630 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc",
1631 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.h",
1632 "renderer_host/pepper/pepper_tcp_socket_message_filter.cc",
1633 "renderer_host/pepper/pepper_tcp_socket_message_filter.h",
1634 "renderer_host/pepper/pepper_truetype_font.h",
1635 "renderer_host/pepper/pepper_truetype_font_android.cc",
1636 "renderer_host/pepper/pepper_truetype_font_host.cc",
1637 "renderer_host/pepper/pepper_truetype_font_host.h",
1638 "renderer_host/pepper/pepper_truetype_font_linux.cc",
1639 "renderer_host/pepper/pepper_truetype_font_list.h",
1640 "renderer_host/pepper/pepper_truetype_font_list_android.cc",
1641 "renderer_host/pepper/pepper_truetype_font_list_host.cc",
1642 "renderer_host/pepper/pepper_truetype_font_list_host.h",
1643 "renderer_host/pepper/pepper_truetype_font_list_mac.mm",
1644 "renderer_host/pepper/pepper_truetype_font_list_ozone.cc",
1645 "renderer_host/pepper/pepper_truetype_font_list_pango.cc",
1646 "renderer_host/pepper/pepper_truetype_font_list_win.cc",
1647 "renderer_host/pepper/pepper_truetype_font_mac.mm",
1648 "renderer_host/pepper/pepper_truetype_font_win.cc",
1649 "renderer_host/pepper/pepper_udp_socket_message_filter.cc",
1650 "renderer_host/pepper/pepper_udp_socket_message_filter.h",
1651 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.cc",
1652 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.h",
1653 "renderer_host/pepper/quota_reservation.cc",
1654 "renderer_host/pepper/quota_reservation.h",
1655 "renderer_host/pepper/ssl_context_helper.cc",
1656 "renderer_host/pepper/ssl_context_helper.h",
1657 ]
[email protected]743530f2014-06-12 19:38:501658 deps += [
tmoniuszko6cddaa92015-06-10 07:51:341659 "//ppapi/host",
jbroman79c079be2016-04-20 00:17:271660 "//ppapi/proxy",
brettwf7eb6ca2015-02-14 01:37:311661 "//ppapi/proxy:ipc",
1662 "//ppapi/shared_impl",
[email protected]743530f2014-06-12 19:38:501663 ]
1664 if (!use_ozone || use_pango) {
1665 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_ozone.cc" ]
1666 }
[email protected]c528d872014-06-27 03:17:161667 if (!use_pango) {
1668 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_pango.cc" ]
1669 }
[email protected]743530f2014-06-12 19:38:501670 }
1671
shreeram.k792fba032015-07-20 11:43:371672 if (use_atk) {
brettwb167c7332016-09-07 22:52:461673 sources += [
1674 "accessibility/accessibility_tree_formatter_auralinux.cc",
1675 "accessibility/browser_accessibility_auralinux.cc",
1676 "accessibility/browser_accessibility_auralinux.h",
1677 "accessibility/browser_accessibility_manager_auralinux.cc",
1678 "accessibility/browser_accessibility_manager_auralinux.h",
1679 ]
shreeram.k792fba032015-07-20 11:43:371680
mostynb902b5282016-08-17 23:01:001681 configs += [ "//build/config/linux/atk" ]
mostynbebc6e122016-07-28 08:53:411682
1683 if (use_gconf) {
1684 configs += [ "//build/config/linux/gconf" ]
1685 }
1686
1687 if (use_glib) {
1688 configs += [ "//build/config/linux:glib" ]
1689 }
shreeram.k792fba032015-07-20 11:43:371690 }
1691
[email protected]743530f2014-06-12 19:38:501692 if (is_linux && use_aura) {
slan17e5ce7f2015-09-25 00:04:451693 deps += [ "//build/linux:fontconfig" ]
[email protected]743530f2014-06-12 19:38:501694 }
1695
1696 if (use_x11) {
1697 configs += [ "//build/config/linux:x11" ]
jamesr4359db72015-01-21 12:40:001698 deps += [ "//ui/gfx/x" ]
cmasonedb5203e2014-09-11 18:18:381699 }
1700
[email protected]743530f2014-06-12 19:38:501701 if (use_pango) {
agrieve95ba4442016-04-25 15:47:131702 configs += [ "//build/config/linux/pangocairo" ]
[email protected]743530f2014-06-12 19:38:501703 }
1704
1705 if (is_android) {
brettwb167c7332016-09-07 22:52:461706 sources += [
1707 "accessibility/accessibility_tree_formatter_android.cc",
1708 "accessibility/browser_accessibility_android.cc",
1709 "accessibility/browser_accessibility_android.h",
1710 "accessibility/browser_accessibility_manager_android.cc",
1711 "accessibility/browser_accessibility_manager_android.h",
1712 "android/composited_touch_handle_drawable.cc",
1713 "android/composited_touch_handle_drawable.h",
1714 "android/content_view_core_impl.cc",
1715 "android/content_view_core_impl.h",
1716 "android/content_view_core_impl_observer.h",
1717 "android/content_view_render_view.cc",
1718 "android/content_view_render_view.h",
1719 "android/content_view_statics.cc",
1720 "android/content_view_statics.h",
1721 "android/date_time_chooser_android.cc",
1722 "android/date_time_chooser_android.h",
1723 "android/gesture_event_type.h",
1724 "android/interstitial_page_delegate_android.cc",
1725 "android/interstitial_page_delegate_android.h",
1726 "android/java/gin_java_bound_object.cc",
1727 "android/java/gin_java_bound_object.h",
1728 "android/java/gin_java_bound_object_delegate.cc",
1729 "android/java/gin_java_bound_object_delegate.h",
1730 "android/java/gin_java_bridge_dispatcher_host.cc",
1731 "android/java/gin_java_bridge_dispatcher_host.h",
1732 "android/java/gin_java_bridge_message_filter.cc",
1733 "android/java/gin_java_bridge_message_filter.h",
1734 "android/java/gin_java_method_invocation_helper.cc",
1735 "android/java/gin_java_method_invocation_helper.h",
1736 "android/java/gin_java_script_to_java_types_coercion.cc",
1737 "android/java/gin_java_script_to_java_types_coercion.h",
1738 "android/java/java_bridge_thread.cc",
1739 "android/java/java_bridge_thread.h",
1740 "android/java/java_method.cc",
1741 "android/java/java_method.h",
1742 "android/java/java_type.cc",
1743 "android/java/java_type.h",
1744 "android/java/jni_helper.cc",
1745 "android/java/jni_helper.h",
timav4537fa82016-12-12 06:46:541746 "android/joystick_scroll_provider.cc",
1747 "android/joystick_scroll_provider.h",
brettwb167c7332016-09-07 22:52:461748 "android/load_url_params.cc",
1749 "android/load_url_params.h",
1750 "android/overscroll_controller_android.cc",
1751 "android/overscroll_controller_android.h",
boliu22557972016-10-25 16:08:291752 "android/synchronous_compositor_browser_filter.cc",
1753 "android/synchronous_compositor_browser_filter.h",
brettwb167c7332016-09-07 22:52:461754 "android/synchronous_compositor_host.cc",
1755 "android/synchronous_compositor_host.h",
brettwb167c7332016-09-07 22:52:461756 "android/tracing_controller_android.cc",
1757 "android/tracing_controller_android.h",
1758 "android/web_contents_observer_proxy.cc",
1759 "android/web_contents_observer_proxy.h",
1760 "media/capture/screen_capture_device_android.cc",
1761 "media/capture/screen_capture_device_android.h",
1762 "renderer_host/compositor_impl_android.cc",
1763 "renderer_host/compositor_impl_android.h",
1764 "renderer_host/context_provider_factory_impl_android.cc",
1765 "renderer_host/context_provider_factory_impl_android.h",
1766 "renderer_host/ime_adapter_android.cc",
1767 "renderer_host/ime_adapter_android.h",
1768 "renderer_host/input/synthetic_gesture_target_android.cc",
1769 "renderer_host/input/synthetic_gesture_target_android.h",
1770 "renderer_host/native_web_keyboard_event_android.cc",
1771 "renderer_host/render_widget_host_view_android.cc",
1772 "renderer_host/render_widget_host_view_android.h",
1773 "screen_orientation/screen_orientation_delegate_android.cc",
1774 "screen_orientation/screen_orientation_delegate_android.h",
leon.hanbd4620d2016-12-21 03:45:511775 "screen_orientation/screen_orientation_listener_android.cc",
1776 "screen_orientation/screen_orientation_listener_android.h",
brettwb167c7332016-09-07 22:52:461777 "web_contents/web_contents_android.cc",
1778 "web_contents/web_contents_android.h",
1779 "web_contents/web_contents_view_android.cc",
1780 "web_contents/web_contents_view_android.h",
1781 ]
[email protected]743530f2014-06-12 19:38:501782 sources -= [
[email protected]743530f2014-06-12 19:38:501783 "browser_ipc_logging.cc",
1784 "device_sensors/data_fetcher_shared_memory_default.cc",
zqzhanga2147f82016-10-18 22:53:261785 "media/session/audio_focus_delegate_default.cc",
zqzhangd36b5ce2016-09-30 17:29:341786 "media/session/audio_focus_manager.cc",
1787 "media/session/audio_focus_manager.h",
[email protected]743530f2014-06-12 19:38:501788 "tracing/tracing_ui.cc",
1789 "tracing/tracing_ui.h",
brettw24746e52016-12-07 04:26:171790 ]
1791 deps -= [ "//device/battery" ]
1792 deps += [
1793 "//content/public/android:jni",
1794 "//media",
1795 "//media/capture/content/android",
1796 "//media/capture/video/android",
1797 "//mojo/android:libsystem_java",
1798 "//ui/android",
1799 ]
miu32fb8992017-01-04 01:38:531800 defines += [
1801 "APPCACHE_USE_SIMPLE_CACHE",
1802 "ENABLE_SCREEN_CAPTURE=1",
1803 ]
brettw24746e52016-12-07 04:26:171804 libs += [ "jnigraphics" ]
1805 } else {
1806 # Not Android.
1807 sources += [
1808 # Most speech code is non-Android.
[email protected]743530f2014-06-12 19:38:501809 "speech/audio_buffer.cc",
1810 "speech/audio_buffer.h",
1811 "speech/audio_encoder.cc",
1812 "speech/audio_encoder.h",
1813 "speech/chunked_byte_buffer.cc",
1814 "speech/chunked_byte_buffer.h",
1815 "speech/endpointer/endpointer.cc",
1816 "speech/endpointer/endpointer.h",
1817 "speech/endpointer/energy_endpointer.cc",
1818 "speech/endpointer/energy_endpointer.h",
1819 "speech/endpointer/energy_endpointer_params.cc",
1820 "speech/endpointer/energy_endpointer_params.h",
[email protected]743530f2014-06-12 19:38:501821 "speech/speech_recognition_engine.cc",
1822 "speech/speech_recognition_engine.h",
1823 "speech/speech_recognizer_impl.cc",
1824 "speech/speech_recognizer_impl.h",
1825 ]
brettw24746e52016-12-07 04:26:171826 deps += [ "//third_party/flac" ]
[email protected]743530f2014-06-12 19:38:501827 }
1828
1829 if (is_mac) {
mcasas4e216e72016-07-28 21:28:381830 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
jiangj2bd42fd2015-04-18 13:29:061831 deps += [
rsesek02aa51c2016-05-11 02:13:571832 "//media",
jiangj2bd42fd2015-04-18 13:29:061833 "//sandbox/mac:sandbox",
1834 "//third_party/mozilla",
1835 "//third_party/sudden_motion_sensor",
1836 "//ui/accelerated_widget_mac",
1837 ]
rsesek02aa51c2016-05-11 02:13:571838 libs += [
1839 "Carbon.framework",
1840 "QuartzCore.framework",
1841 "IOSurface.framework",
1842 ]
[email protected]743530f2014-06-12 19:38:501843 }
1844
1845 if (is_chromeos) {
jonrossa6725f12015-02-05 00:52:531846 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
mukai2dc70ed32014-10-29 01:01:431847 deps += [
1848 "//chromeos",
1849 "//chromeos:power_manager_proto",
1850 ]
[email protected]743530f2014-06-12 19:38:501851 }
1852
slana0da4302016-11-07 17:37:011853 if (enable_mojo_media) {
1854 deps += [ "//media/mojo/interfaces" ]
1855 }
1856
[email protected]743530f2014-06-12 19:38:501857 if (use_aura) {
1858 deps += [
ben6b0453d12016-07-02 04:27:191859 "//services/ui/public/cpp",
1860 "//services/ui/public/interfaces",
[email protected]743530f2014-06-12 19:38:501861 "//ui/aura",
mohsen166a9182015-02-09 18:19:091862 "//ui/aura_extra",
[email protected]743530f2014-06-12 19:38:501863 "//ui/strings",
James Robinson060f2e32014-09-10 22:31:371864 "//ui/wm",
[email protected]743530f2014-06-12 19:38:501865 ]
rjkroegec109de612015-11-19 01:40:471866 sources += [
penghuange1d86512016-07-08 18:15:001867 "compositor/mus_browser_compositor_output_surface.cc",
1868 "compositor/mus_browser_compositor_output_surface.h",
sky52a39e342016-12-17 17:23:221869 "renderer_host/delegated_frame_host_client_aura.cc",
1870 "renderer_host/delegated_frame_host_client_aura.h",
jonross2843ae362016-10-21 16:48:231871 "renderer_host/render_widget_host_view_event_handler.cc",
1872 "renderer_host/render_widget_host_view_event_handler.h",
rjkroegec109de612015-11-19 01:40:471873 ]
[email protected]743530f2014-06-12 19:38:501874 } else { # Not aura.
1875 sources -= [
jiangj2bd42fd2015-04-18 13:29:061876 "renderer_host/compositor_resize_lock_aura.cc",
1877 "renderer_host/compositor_resize_lock_aura.h",
[email protected]c528d872014-06-27 03:17:161878 "renderer_host/input/synthetic_gesture_target_aura.cc",
1879 "renderer_host/input/synthetic_gesture_target_aura.h",
mohsenb0eeba72015-08-09 06:20:081880 "renderer_host/input/touch_selection_controller_client_aura.cc",
1881 "renderer_host/input/touch_selection_controller_client_aura.h",
[email protected]c528d872014-06-27 03:17:161882 "renderer_host/native_web_keyboard_event_aura.cc",
[email protected]743530f2014-06-12 19:38:501883 "renderer_host/render_widget_host_view_aura.cc",
1884 "renderer_host/render_widget_host_view_aura.h",
[email protected]743530f2014-06-12 19:38:501885 "renderer_host/ui_events_helper.cc",
1886 "renderer_host/ui_events_helper.h",
[email protected]c528d872014-06-27 03:17:161887 "web_contents/aura/gesture_nav_simple.cc",
1888 "web_contents/aura/gesture_nav_simple.h",
[email protected]c528d872014-06-27 03:17:161889 "web_contents/aura/overscroll_navigation_overlay.cc",
1890 "web_contents/aura/overscroll_navigation_overlay.h",
nsatragnoc0b2fa52015-04-09 22:30:511891 "web_contents/aura/overscroll_window_animation.cc",
1892 "web_contents/aura/overscroll_window_animation.h",
1893 "web_contents/aura/overscroll_window_delegate.cc",
1894 "web_contents/aura/overscroll_window_delegate.h",
[email protected]c528d872014-06-27 03:17:161895 "web_contents/aura/shadow_layer_delegate.cc",
1896 "web_contents/aura/shadow_layer_delegate.h",
[email protected]c528d872014-06-27 03:17:161897 "web_contents/web_contents_view_aura.cc",
1898 "web_contents/web_contents_view_aura.h",
[email protected]743530f2014-06-12 19:38:501899 ]
1900 }
1901
1902 if (use_aura || is_mac) {
brettwb167c7332016-09-07 22:52:461903 sources += [
1904 "compositor/browser_compositor_output_surface.cc",
1905 "compositor/browser_compositor_output_surface.h",
1906 "compositor/gpu_browser_compositor_output_surface.cc",
1907 "compositor/gpu_browser_compositor_output_surface.h",
1908 "compositor/gpu_output_surface_mac.h",
1909 "compositor/gpu_output_surface_mac.mm",
1910 "compositor/gpu_process_transport_factory.cc",
1911 "compositor/gpu_process_transport_factory.h",
1912 "compositor/gpu_surfaceless_browser_compositor_output_surface.cc",
1913 "compositor/gpu_surfaceless_browser_compositor_output_surface.h",
1914 "compositor/image_transport_factory.cc",
1915 "compositor/image_transport_factory.h",
1916 "compositor/offscreen_browser_compositor_output_surface.cc",
1917 "compositor/offscreen_browser_compositor_output_surface.h",
1918 "compositor/owned_mailbox.cc",
1919 "compositor/owned_mailbox.h",
1920 "compositor/reflector_impl.cc",
1921 "compositor/reflector_impl.h",
1922 "compositor/reflector_texture.cc",
1923 "compositor/reflector_texture.h",
1924 "compositor/software_browser_compositor_output_surface.cc",
1925 "compositor/software_browser_compositor_output_surface.h",
1926 "compositor/software_output_device_mac.h",
1927 "compositor/software_output_device_mac.mm",
1928 "compositor/software_output_device_ozone.cc",
1929 "compositor/software_output_device_ozone.h",
1930 "compositor/software_output_device_win.cc",
1931 "compositor/software_output_device_win.h",
1932 "compositor/software_output_device_x11.cc",
1933 "compositor/software_output_device_x11.h",
1934 "context_factory.cc",
1935 "renderer_host/browser_compositor_view_mac.h",
1936 "renderer_host/browser_compositor_view_mac.mm",
1937 "renderer_host/delegated_frame_host.cc",
1938 "renderer_host/delegated_frame_host.h",
1939 "renderer_host/resize_lock.cc",
1940 "renderer_host/resize_lock.h",
1941 ]
sohan.jyoti86c41c72016-04-26 15:33:201942 if (enable_vulkan) {
1943 sources += [
1944 "compositor/vulkan_browser_compositor_output_surface.cc",
1945 "compositor/vulkan_browser_compositor_output_surface.h",
1946 ]
1947 }
[email protected]886323c2014-06-14 20:34:161948 if (!use_x11) {
1949 sources -= [
1950 "compositor/software_output_device_x11.cc",
1951 "compositor/software_output_device_x11.h",
1952 ]
1953 }
[email protected]743530f2014-06-12 19:38:501954
[email protected]b1867c92014-08-13 00:22:041955 if (!use_ozone) {
1956 sources -= [
[email protected]b1867c92014-08-13 00:22:041957 "compositor/software_output_device_ozone.cc",
1958 "compositor/software_output_device_ozone.h",
1959 ]
1960 }
samans72b2a282016-12-17 02:44:151961 deps += [
1962 "//cc/surfaces:surfaces",
1963 "//ui/compositor",
1964 ]
[email protected]604b1272014-07-24 11:27:531965 }
1966
cmasonedb5203e2014-09-11 18:18:381967 if (is_linux && use_dbus) {
ppi2438a3e2014-10-28 21:55:101968 deps += [ "//dbus" ]
[email protected]743530f2014-06-12 19:38:501969 }
cjhopman2fd48fd2014-09-24 00:52:561970
davidbenee55ed442015-10-02 17:06:111971 if (is_linux) {
davidbenb983d4b2015-01-07 16:39:441972 deps += [ "//third_party/boringssl" ]
1973 }
xhwange6117332015-01-28 08:51:161974
xhwangbe720032016-02-19 18:45:311975 if (enable_mojo_media) {
1976 configs += [ "//media/mojo/services:mojo_media_config" ]
xhwangfb22df12015-10-13 23:13:461977 }
1978
jbroman79c079be2016-04-20 00:17:271979 if (use_ozone) {
1980 deps += [ "//ui/ozone" ]
1981 }
pimana333e3d2016-04-27 02:37:251982
bajones98f96522016-06-03 22:43:571983 if (enable_webvr) {
1984 deps += [ "//device/vr" ]
1985 }
ochangdd89a1e2016-06-08 16:39:011986
1987 if (enable_ipc_fuzzer) {
1988 configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
1989 }
kojii30add38f2016-07-14 02:10:321990
1991 if (use_minikin_hyphenation) {
1992 sources += [
1993 "hyphenation/hyphenation_impl.cc",
1994 "hyphenation/hyphenation_impl.h",
1995 ]
kojii30add38f2016-07-14 02:10:321996 }
[email protected]4db51ec2014-05-29 21:08:321997}
ben66696d12016-03-08 17:48:001998
brettwb78fc9e2016-03-25 21:02:511999# See comment at the top of //content/BUILD.gn for how this works.
2000group("for_content_tests") {
2001 visibility = [ "//content/test/*" ]
2002 if (!is_component_build) {
2003 public_deps = [
2004 ":browser",
2005 ]
jam447407fb2016-05-06 17:57:402006 } else {
2007 public_deps = [
2008 "//third_party/leveldatabase",
2009 ]
brettwb78fc9e2016-03-25 21:02:512010 }
2011}