blob: 4d681cc125a7543fbf8d75079320386d1ef5dffb [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",
868 "media/capture/cursor_renderer.h",
869 "media/capture/cursor_renderer_aura.cc",
870 "media/capture/cursor_renderer_aura.h",
871 "media/capture/cursor_renderer_mac.h",
872 "media/capture/cursor_renderer_mac.mm",
873 "media/capture/desktop_capture_device_uma_types.cc",
874 "media/capture/desktop_capture_device_uma_types.h",
875 "media/capture/image_capture_impl.cc",
876 "media/capture/image_capture_impl.h",
877 "media/capture/web_contents_audio_input_stream.cc",
878 "media/capture/web_contents_audio_input_stream.h",
879 "media/capture/web_contents_audio_muter.cc",
880 "media/capture/web_contents_audio_muter.h",
881 "media/capture/web_contents_tracker.cc",
882 "media/capture/web_contents_tracker.h",
883 "media/capture/web_contents_video_capture_device.cc",
884 "media/capture/web_contents_video_capture_device.h",
885 "media/capture/window_activity_tracker.cc",
886 "media/capture/window_activity_tracker.h",
887 "media/capture/window_activity_tracker_aura.cc",
888 "media/capture/window_activity_tracker_aura.h",
889 "media/capture/window_activity_tracker_mac.h",
890 "media/capture/window_activity_tracker_mac.mm",
xhwang5ba56be2016-12-13 07:13:03891 "media/cdm_registry_impl.cc",
892 "media/cdm_registry_impl.h",
guidoudf036b32016-10-31 14:51:14893 "media/media_devices_permission_checker.cc",
894 "media/media_devices_permission_checker.h",
xhwangaa0bf6d2016-12-03 01:19:15895 "media/media_interface_proxy.cc",
896 "media/media_interface_proxy.h",
brettwb167c7332016-09-07 22:52:46897 "media/media_internals.cc",
898 "media/media_internals.h",
899 "media/media_internals_handler.cc",
900 "media/media_internals_handler.h",
901 "media/media_internals_proxy.cc",
902 "media/media_internals_proxy.h",
903 "media/media_internals_ui.cc",
904 "media/media_internals_ui.h",
905 "media/media_web_contents_observer.cc",
906 "media/media_web_contents_observer.h",
907 "media/midi_host.cc",
908 "media/midi_host.h",
zqzhanga2147f82016-10-18 22:53:26909 "media/session/audio_focus_delegate.h",
910 "media/session/audio_focus_delegate_android.cc",
911 "media/session/audio_focus_delegate_android.h",
912 "media/session/audio_focus_delegate_default.cc",
brettwb167c7332016-09-07 22:52:46913 "media/session/audio_focus_manager.cc",
914 "media/session/audio_focus_manager.h",
zqzhangd84e72872016-10-07 19:22:03915 "media/session/media_metadata_sanitizer.cc",
916 "media/session/media_metadata_sanitizer.h",
zqzhang1adf3cb2016-11-01 11:26:45917 "media/session/media_session_android.cc",
918 "media/session/media_session_android.h",
brettwb167c7332016-09-07 22:52:46919 "media/session/media_session_controller.cc",
920 "media/session/media_session_controller.h",
921 "media/session/media_session_controllers_manager.cc",
922 "media/session/media_session_controllers_manager.h",
zqzhang1adf3cb2016-11-01 11:26:45923 "media/session/media_session_impl.cc",
924 "media/session/media_session_impl.h",
zqzhanga2147f82016-10-18 22:53:26925 "media/session/media_session_player_observer.h",
zqzhangd84e72872016-10-07 19:22:03926 "media/session/media_session_service_impl.cc",
927 "media/session/media_session_service_impl.h",
brettwb167c7332016-09-07 22:52:46928 "media/session/media_session_uma_helper.cc",
929 "media/session/media_session_uma_helper.h",
slana0da4302016-11-07 17:37:01930 "media/url_provision_fetcher.cc",
931 "media/url_provision_fetcher.h",
bashi529cb14c2016-10-17 21:53:57932 "memory/memory_coordinator_impl.cc",
933 "memory/memory_coordinator_impl.h",
brettwb167c7332016-09-07 22:52:46934 "memory/memory_message_filter.cc",
935 "memory/memory_message_filter.h",
bashia6264042016-09-15 04:49:51936 "memory/memory_monitor.cc",
937 "memory/memory_monitor.h",
bashi66264142016-09-27 06:26:40938 "memory/memory_monitor_android.cc",
939 "memory/memory_monitor_android.h",
bashia6264042016-09-15 04:49:51940 "memory/memory_monitor_win.cc",
941 "memory/memory_monitor_win.h",
brettwb167c7332016-09-07 22:52:46942 "memory/memory_pressure_controller_impl.cc",
943 "memory/memory_pressure_controller_impl.h",
bashic6e17342016-12-15 04:37:42944 "memory/memory_state_updater.cc",
945 "memory/memory_state_updater.h",
brettwb167c7332016-09-07 22:52:46946 "message_port_message_filter.cc",
947 "message_port_message_filter.h",
948 "message_port_provider.cc",
949 "message_port_service.cc",
950 "message_port_service.h",
951 "mime_registry_impl.cc",
952 "mime_registry_impl.h",
brettwb167c7332016-09-07 22:52:46953 "net/browser_online_state_observer.cc",
954 "net/browser_online_state_observer.h",
955 "net/network_errors_listing_ui.cc",
956 "net/network_errors_listing_ui.h",
957 "net/quota_policy_cookie_store.cc",
958 "net/quota_policy_cookie_store.h",
959 "net/view_blob_internals_job_factory.cc",
960 "net/view_blob_internals_job_factory.h",
961 "net/view_http_cache_job_factory.cc",
962 "net/view_http_cache_job_factory.h",
963 "notification_service_impl.cc",
964 "notification_service_impl.h",
965 "notifications/blink_notification_service_impl.cc",
966 "notifications/blink_notification_service_impl.h",
967 "notifications/notification_database.cc",
968 "notifications/notification_database.h",
969 "notifications/notification_database_data_conversions.cc",
970 "notifications/notification_database_data_conversions.h",
971 "notifications/notification_event_dispatcher_impl.cc",
972 "notifications/notification_event_dispatcher_impl.h",
973 "notifications/notification_id_generator.cc",
974 "notifications/notification_id_generator.h",
975 "notifications/notification_message_filter.cc",
976 "notifications/notification_message_filter.h",
977 "notifications/page_notification_delegate.cc",
978 "notifications/page_notification_delegate.h",
979 "notifications/platform_notification_context_impl.cc",
980 "notifications/platform_notification_context_impl.h",
981 "notifications/type_converters.cc",
982 "notifications/type_converters.h",
jinho.bang745d987b2016-12-14 19:06:54983 "payments/payment_app_context_impl.cc",
984 "payments/payment_app_context_impl.h",
jinho.bangab430572016-12-16 14:33:58985 "payments/payment_app_database.cc",
986 "payments/payment_app_database.h",
jinho.bangef456ad2016-11-08 23:36:14987 "payments/payment_app_manager.cc",
988 "payments/payment_app_manager.h",
brettwb167c7332016-09-07 22:52:46989 "permissions/permission_service_context.cc",
990 "permissions/permission_service_context.h",
991 "permissions/permission_service_impl.cc",
992 "permissions/permission_service_impl.h",
brettwb167c7332016-09-07 22:52:46993 "presentation/presentation_service_impl.cc",
994 "presentation/presentation_service_impl.h",
995 "presentation/presentation_type_converters.cc",
996 "presentation/presentation_type_converters.h",
997 "profiler_controller_impl.cc",
998 "profiler_controller_impl.h",
999 "profiler_message_filter.cc",
1000 "profiler_message_filter.h",
1001 "push_messaging/push_messaging_message_filter.cc",
1002 "push_messaging/push_messaging_message_filter.h",
1003 "push_messaging/push_messaging_router.cc",
1004 "push_messaging/push_messaging_router.h",
1005 "quota_dispatcher_host.cc",
1006 "quota_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:461007 "renderer_host/clipboard_message_filter.cc",
1008 "renderer_host/clipboard_message_filter.h",
1009 "renderer_host/clipboard_message_filter_mac.mm",
1010 "renderer_host/compositor_resize_lock_aura.cc",
1011 "renderer_host/compositor_resize_lock_aura.h",
1012 "renderer_host/database_message_filter.cc",
1013 "renderer_host/database_message_filter.h",
1014 "renderer_host/delegated_frame_evictor.cc",
1015 "renderer_host/delegated_frame_evictor.h",
1016 "renderer_host/dip_util.cc",
1017 "renderer_host/dip_util.h",
1018 "renderer_host/dwrite_font_proxy_message_filter_win.cc",
1019 "renderer_host/dwrite_font_proxy_message_filter_win.h",
1020 "renderer_host/event_with_latency_info.h",
1021 "renderer_host/file_utilities_message_filter.cc",
1022 "renderer_host/file_utilities_message_filter.h",
1023 "renderer_host/font_utils_linux.cc",
1024 "renderer_host/font_utils_linux.h",
1025 "renderer_host/frame_metadata_util.cc",
1026 "renderer_host/frame_metadata_util.h",
brettwb167c7332016-09-07 22:52:461027 "renderer_host/input/gesture_event_queue.cc",
1028 "renderer_host/input/gesture_event_queue.h",
1029 "renderer_host/input/input_ack_handler.h",
1030 "renderer_host/input/input_router.h",
1031 "renderer_host/input/input_router_client.h",
1032 "renderer_host/input/input_router_config_helper.cc",
1033 "renderer_host/input/input_router_config_helper.h",
1034 "renderer_host/input/input_router_impl.cc",
1035 "renderer_host/input/input_router_impl.h",
1036 "renderer_host/input/motion_event_web.cc",
1037 "renderer_host/input/motion_event_web.h",
1038 "renderer_host/input/mouse_wheel_event_queue.cc",
1039 "renderer_host/input/mouse_wheel_event_queue.h",
1040 "renderer_host/input/mouse_wheel_rails_filter_mac.cc",
1041 "renderer_host/input/mouse_wheel_rails_filter_mac.h",
1042 "renderer_host/input/render_widget_host_latency_tracker.cc",
1043 "renderer_host/input/render_widget_host_latency_tracker.h",
1044 "renderer_host/input/stylus_text_selector.cc",
1045 "renderer_host/input/stylus_text_selector.h",
1046 "renderer_host/input/synthetic_gesture.cc",
1047 "renderer_host/input/synthetic_gesture.h",
1048 "renderer_host/input/synthetic_gesture_controller.cc",
1049 "renderer_host/input/synthetic_gesture_controller.h",
1050 "renderer_host/input/synthetic_gesture_target.h",
1051 "renderer_host/input/synthetic_gesture_target_aura.cc",
1052 "renderer_host/input/synthetic_gesture_target_aura.h",
1053 "renderer_host/input/synthetic_gesture_target_base.cc",
1054 "renderer_host/input/synthetic_gesture_target_base.h",
1055 "renderer_host/input/synthetic_gesture_target_mac.h",
1056 "renderer_host/input/synthetic_gesture_target_mac.mm",
lanwei1060f1f2016-11-28 23:00:311057 "renderer_host/input/synthetic_mouse_driver.cc",
1058 "renderer_host/input/synthetic_mouse_driver.h",
brettwb167c7332016-09-07 22:52:461059 "renderer_host/input/synthetic_pinch_gesture.cc",
1060 "renderer_host/input/synthetic_pinch_gesture.h",
brettwb167c7332016-09-07 22:52:461061 "renderer_host/input/synthetic_pointer_action.cc",
1062 "renderer_host/input/synthetic_pointer_action.h",
lanwei1060f1f2016-11-28 23:00:311063 "renderer_host/input/synthetic_pointer_driver.cc",
1064 "renderer_host/input/synthetic_pointer_driver.h",
brettwb167c7332016-09-07 22:52:461065 "renderer_host/input/synthetic_smooth_drag_gesture.cc",
1066 "renderer_host/input/synthetic_smooth_drag_gesture.h",
1067 "renderer_host/input/synthetic_smooth_move_gesture.cc",
1068 "renderer_host/input/synthetic_smooth_move_gesture.h",
1069 "renderer_host/input/synthetic_smooth_scroll_gesture.cc",
1070 "renderer_host/input/synthetic_smooth_scroll_gesture.h",
1071 "renderer_host/input/synthetic_tap_gesture.cc",
1072 "renderer_host/input/synthetic_tap_gesture.h",
lanwei1060f1f2016-11-28 23:00:311073 "renderer_host/input/synthetic_touch_driver.cc",
1074 "renderer_host/input/synthetic_touch_driver.h",
brettwb167c7332016-09-07 22:52:461075 "renderer_host/input/synthetic_touchpad_pinch_gesture.cc",
1076 "renderer_host/input/synthetic_touchpad_pinch_gesture.h",
1077 "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc",
1078 "renderer_host/input/synthetic_touchscreen_pinch_gesture.h",
1079 "renderer_host/input/tap_suppression_controller.cc",
1080 "renderer_host/input/tap_suppression_controller.h",
1081 "renderer_host/input/tap_suppression_controller_client.h",
1082 "renderer_host/input/timeout_monitor.cc",
1083 "renderer_host/input/timeout_monitor.h",
1084 "renderer_host/input/touch_action_filter.cc",
1085 "renderer_host/input/touch_action_filter.h",
1086 "renderer_host/input/touch_emulator.cc",
1087 "renderer_host/input/touch_emulator.h",
1088 "renderer_host/input/touch_emulator_client.h",
1089 "renderer_host/input/touch_event_queue.cc",
1090 "renderer_host/input/touch_event_queue.h",
1091 "renderer_host/input/touch_selection_controller_client_aura.cc",
1092 "renderer_host/input/touch_selection_controller_client_aura.h",
1093 "renderer_host/input/touchpad_tap_suppression_controller.cc",
1094 "renderer_host/input/touchpad_tap_suppression_controller.h",
1095 "renderer_host/input/touchscreen_tap_suppression_controller.cc",
1096 "renderer_host/input/touchscreen_tap_suppression_controller.h",
1097 "renderer_host/input/web_input_event_builders_android.cc",
1098 "renderer_host/input/web_input_event_builders_android.h",
1099 "renderer_host/input/web_input_event_builders_mac.h",
1100 "renderer_host/input/web_input_event_builders_mac.mm",
1101 "renderer_host/legacy_render_widget_host_win.cc",
1102 "renderer_host/legacy_render_widget_host_win.h",
1103 "renderer_host/media/audio_input_debug_writer.cc",
1104 "renderer_host/media/audio_input_debug_writer.h",
1105 "renderer_host/media/audio_input_device_manager.cc",
1106 "renderer_host/media/audio_input_device_manager.h",
1107 "renderer_host/media/audio_input_renderer_host.cc",
1108 "renderer_host/media/audio_input_renderer_host.h",
1109 "renderer_host/media/audio_input_sync_writer.cc",
1110 "renderer_host/media/audio_input_sync_writer.h",
maxmorinb08e8422016-11-18 09:34:011111 "renderer_host/media/audio_output_authorization_handler.cc",
1112 "renderer_host/media/audio_output_authorization_handler.h",
maxmorin65f77fb2016-12-05 13:45:361113 "renderer_host/media/audio_output_delegate.cc",
1114 "renderer_host/media/audio_output_delegate.h",
brettwb167c7332016-09-07 22:52:461115 "renderer_host/media/audio_renderer_host.cc",
1116 "renderer_host/media/audio_renderer_host.h",
1117 "renderer_host/media/audio_sync_reader.cc",
1118 "renderer_host/media/audio_sync_reader.h",
1119 "renderer_host/media/media_capture_devices_impl.cc",
1120 "renderer_host/media/media_capture_devices_impl.h",
guidou9357cc52016-10-11 19:53:361121 "renderer_host/media/media_devices_dispatcher_host.cc",
1122 "renderer_host/media/media_devices_dispatcher_host.h",
guidoucc6d4602016-09-23 21:28:431123 "renderer_host/media/media_devices_manager.cc",
1124 "renderer_host/media/media_devices_manager.h",
brettwb167c7332016-09-07 22:52:461125 "renderer_host/media/media_stream_dispatcher_host.cc",
1126 "renderer_host/media/media_stream_dispatcher_host.h",
1127 "renderer_host/media/media_stream_manager.cc",
1128 "renderer_host/media/media_stream_manager.h",
1129 "renderer_host/media/media_stream_provider.h",
1130 "renderer_host/media/media_stream_requester.h",
1131 "renderer_host/media/media_stream_track_metrics_host.cc",
1132 "renderer_host/media/media_stream_track_metrics_host.h",
1133 "renderer_host/media/media_stream_ui_proxy.cc",
1134 "renderer_host/media/media_stream_ui_proxy.h",
brettwb167c7332016-09-07 22:52:461135 "renderer_host/media/video_capture_controller.cc",
1136 "renderer_host/media/video_capture_controller.h",
1137 "renderer_host/media/video_capture_controller_event_handler.h",
brettwb167c7332016-09-07 22:52:461138 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1139 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1140 "renderer_host/media/video_capture_host.cc",
1141 "renderer_host/media/video_capture_host.h",
1142 "renderer_host/media/video_capture_manager.cc",
1143 "renderer_host/media/video_capture_manager.h",
1144 "renderer_host/native_web_keyboard_event_aura.cc",
1145 "renderer_host/native_web_keyboard_event_mac.mm",
xidachen6267a772016-09-20 15:24:381146 "renderer_host/offscreen_canvas_compositor_frame_sink.cc",
1147 "renderer_host/offscreen_canvas_compositor_frame_sink.h",
1148 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc",
1149 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h",
xlai05aa05392016-12-17 22:56:361150 "renderer_host/offscreen_canvas_surface_factory_impl.cc",
1151 "renderer_host/offscreen_canvas_surface_factory_impl.h",
brettwb167c7332016-09-07 22:52:461152 "renderer_host/offscreen_canvas_surface_impl.cc",
1153 "renderer_host/offscreen_canvas_surface_impl.h",
xlai92e403ca2016-11-17 19:25:051154 "renderer_host/offscreen_canvas_surface_manager.cc",
1155 "renderer_host/offscreen_canvas_surface_manager.h",
brettwb167c7332016-09-07 22:52:461156 "renderer_host/overscroll_configuration.cc",
1157 "renderer_host/overscroll_controller.cc",
1158 "renderer_host/overscroll_controller.h",
1159 "renderer_host/overscroll_controller_delegate.h",
1160 "renderer_host/render_message_filter.cc",
1161 "renderer_host/render_message_filter.h",
1162 "renderer_host/render_process_host_impl.cc",
1163 "renderer_host/render_process_host_impl.h",
1164 "renderer_host/render_sandbox_host_linux.cc",
1165 "renderer_host/render_sandbox_host_linux.h",
1166 "renderer_host/render_view_host_delegate.cc",
1167 "renderer_host/render_view_host_delegate.h",
rlanday7f2ec7f2016-12-14 02:28:341168 "renderer_host/render_view_host_delegate_view.cc",
brettwb167c7332016-09-07 22:52:461169 "renderer_host/render_view_host_delegate_view.h",
1170 "renderer_host/render_view_host_factory.cc",
1171 "renderer_host/render_view_host_factory.h",
1172 "renderer_host/render_view_host_impl.cc",
1173 "renderer_host/render_view_host_impl.h",
1174 "renderer_host/render_widget_helper.cc",
1175 "renderer_host/render_widget_helper.h",
1176 "renderer_host/render_widget_host_delegate.cc",
1177 "renderer_host/render_widget_host_delegate.h",
1178 "renderer_host/render_widget_host_impl.cc",
1179 "renderer_host/render_widget_host_impl.h",
1180 "renderer_host/render_widget_host_input_event_router.cc",
1181 "renderer_host/render_widget_host_input_event_router.h",
1182 "renderer_host/render_widget_host_owner_delegate.h",
1183 "renderer_host/render_widget_host_view_aura.cc",
1184 "renderer_host/render_widget_host_view_aura.h",
1185 "renderer_host/render_widget_host_view_base.cc",
1186 "renderer_host/render_widget_host_view_base.h",
1187 "renderer_host/render_widget_host_view_base_observer.cc",
1188 "renderer_host/render_widget_host_view_base_observer.h",
1189 "renderer_host/render_widget_host_view_mac.h",
1190 "renderer_host/render_widget_host_view_mac.mm",
1191 "renderer_host/render_widget_host_view_mac_dictionary_helper.h",
1192 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm",
1193 "renderer_host/render_widget_host_view_mac_editcommand_helper.h",
1194 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm",
1195 "renderer_host/renderer_frame_manager.cc",
1196 "renderer_host/renderer_frame_manager.h",
1197 "renderer_host/sandbox_ipc_linux.cc",
1198 "renderer_host/sandbox_ipc_linux.h",
1199 "renderer_host/text_input_client_mac.h",
1200 "renderer_host/text_input_client_mac.mm",
1201 "renderer_host/text_input_client_message_filter.h",
1202 "renderer_host/text_input_client_message_filter.mm",
1203 "renderer_host/text_input_manager.cc",
1204 "renderer_host/text_input_manager.h",
1205 "renderer_host/ui_events_helper.cc",
1206 "renderer_host/ui_events_helper.h",
1207 "renderer_host/webmenurunner_mac.h",
1208 "renderer_host/webmenurunner_mac.mm",
1209 "resolve_proxy_msg_helper.cc",
1210 "resolve_proxy_msg_helper.h",
1211 "resource_context_impl.cc",
1212 "resource_context_impl.h",
lunalud4a2cc82016-11-22 00:27:231213 "screen_orientation/screen_orientation.cc",
1214 "screen_orientation/screen_orientation.h",
brettwb167c7332016-09-07 22:52:461215 "screen_orientation/screen_orientation_delegate_win.cc",
1216 "screen_orientation/screen_orientation_delegate_win.h",
benff461632016-10-06 14:27:331217 "service_manager/merge_dictionary.cc",
1218 "service_manager/merge_dictionary.h",
1219 "service_manager/service_manager_context.cc",
1220 "service_manager/service_manager_context.h",
brettwb167c7332016-09-07 22:52:461221 "service_worker/embedded_worker_instance.cc",
1222 "service_worker/embedded_worker_instance.h",
1223 "service_worker/embedded_worker_registry.cc",
1224 "service_worker/embedded_worker_registry.h",
1225 "service_worker/embedded_worker_status.h",
1226 "service_worker/foreign_fetch_request_handler.cc",
1227 "service_worker/foreign_fetch_request_handler.h",
1228 "service_worker/link_header_support.cc",
1229 "service_worker/link_header_support.h",
1230 "service_worker/service_worker_blob_reader.cc",
1231 "service_worker/service_worker_blob_reader.h",
1232 "service_worker/service_worker_cache_writer.cc",
1233 "service_worker/service_worker_cache_writer.h",
1234 "service_worker/service_worker_client_utils.cc",
1235 "service_worker/service_worker_client_utils.h",
1236 "service_worker/service_worker_context_core.cc",
1237 "service_worker/service_worker_context_core.h",
1238 "service_worker/service_worker_context_observer.h",
1239 "service_worker/service_worker_context_request_handler.cc",
1240 "service_worker/service_worker_context_request_handler.h",
1241 "service_worker/service_worker_context_watcher.cc",
1242 "service_worker/service_worker_context_watcher.h",
1243 "service_worker/service_worker_context_wrapper.cc",
1244 "service_worker/service_worker_context_wrapper.h",
1245 "service_worker/service_worker_controllee_request_handler.cc",
1246 "service_worker/service_worker_controllee_request_handler.h",
1247 "service_worker/service_worker_database.cc",
1248 "service_worker/service_worker_database.h",
1249 "service_worker/service_worker_database_task_manager.cc",
1250 "service_worker/service_worker_database_task_manager.h",
1251 "service_worker/service_worker_disk_cache.cc",
1252 "service_worker/service_worker_disk_cache.h",
1253 "service_worker/service_worker_dispatcher_host.cc",
1254 "service_worker/service_worker_dispatcher_host.h",
1255 "service_worker/service_worker_fetch_dispatcher.cc",
1256 "service_worker/service_worker_fetch_dispatcher.h",
1257 "service_worker/service_worker_handle.cc",
1258 "service_worker/service_worker_handle.h",
1259 "service_worker/service_worker_info.cc",
1260 "service_worker/service_worker_info.h",
1261 "service_worker/service_worker_internals_ui.cc",
1262 "service_worker/service_worker_internals_ui.h",
1263 "service_worker/service_worker_job_coordinator.cc",
1264 "service_worker/service_worker_job_coordinator.h",
1265 "service_worker/service_worker_metrics.cc",
1266 "service_worker/service_worker_metrics.h",
clamydf7927e2016-09-22 13:03:141267 "service_worker/service_worker_navigation_handle.cc",
1268 "service_worker/service_worker_navigation_handle.h",
1269 "service_worker/service_worker_navigation_handle_core.cc",
1270 "service_worker/service_worker_navigation_handle_core.h",
brettwb167c7332016-09-07 22:52:461271 "service_worker/service_worker_process_manager.cc",
1272 "service_worker/service_worker_process_manager.h",
1273 "service_worker/service_worker_provider_host.cc",
1274 "service_worker/service_worker_provider_host.h",
1275 "service_worker/service_worker_quota_client.cc",
1276 "service_worker/service_worker_quota_client.h",
1277 "service_worker/service_worker_read_from_cache_job.cc",
1278 "service_worker/service_worker_read_from_cache_job.h",
1279 "service_worker/service_worker_register_job.cc",
1280 "service_worker/service_worker_register_job.h",
1281 "service_worker/service_worker_register_job_base.h",
1282 "service_worker/service_worker_registration.cc",
1283 "service_worker/service_worker_registration.h",
1284 "service_worker/service_worker_registration_handle.cc",
1285 "service_worker/service_worker_registration_handle.h",
1286 "service_worker/service_worker_registration_status.cc",
1287 "service_worker/service_worker_registration_status.h",
1288 "service_worker/service_worker_request_handler.cc",
1289 "service_worker/service_worker_request_handler.h",
1290 "service_worker/service_worker_response_info.cc",
1291 "service_worker/service_worker_response_info.h",
1292 "service_worker/service_worker_script_cache_map.cc",
1293 "service_worker/service_worker_script_cache_map.h",
1294 "service_worker/service_worker_storage.cc",
1295 "service_worker/service_worker_storage.h",
1296 "service_worker/service_worker_stream_reader.cc",
1297 "service_worker/service_worker_stream_reader.h",
1298 "service_worker/service_worker_unregister_job.cc",
1299 "service_worker/service_worker_unregister_job.h",
1300 "service_worker/service_worker_url_request_job.cc",
1301 "service_worker/service_worker_url_request_job.h",
1302 "service_worker/service_worker_version.cc",
1303 "service_worker/service_worker_version.h",
1304 "service_worker/service_worker_write_to_cache_job.cc",
1305 "service_worker/service_worker_write_to_cache_job.h",
1306 "shared_worker/shared_worker_host.cc",
1307 "shared_worker/shared_worker_host.h",
1308 "shared_worker/shared_worker_instance.cc",
1309 "shared_worker/shared_worker_instance.h",
1310 "shared_worker/shared_worker_message_filter.cc",
1311 "shared_worker/shared_worker_message_filter.h",
1312 "shared_worker/shared_worker_service_impl.cc",
1313 "shared_worker/shared_worker_service_impl.h",
1314 "shared_worker/worker_document_set.cc",
1315 "shared_worker/worker_document_set.h",
1316 "shared_worker/worker_storage_partition.cc",
1317 "shared_worker/worker_storage_partition.h",
1318 "site_instance_impl.cc",
1319 "site_instance_impl.h",
brettwb167c7332016-09-07 22:52:461320 "speech/speech_recognition_dispatcher_host.cc",
1321 "speech/speech_recognition_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:461322 "speech/speech_recognition_manager_impl.cc",
1323 "speech/speech_recognition_manager_impl.h",
1324 "speech/speech_recognizer.h",
brettwb167c7332016-09-07 22:52:461325 "speech/speech_recognizer_impl_android.cc",
1326 "speech/speech_recognizer_impl_android.h",
1327 "ssl/ssl_client_auth_handler.cc",
1328 "ssl/ssl_client_auth_handler.h",
1329 "ssl/ssl_error_handler.cc",
1330 "ssl/ssl_error_handler.h",
1331 "ssl/ssl_manager.cc",
1332 "ssl/ssl_manager.h",
brettwb167c7332016-09-07 22:52:461333 "startup_task_runner.cc",
1334 "startup_task_runner.h",
1335 "storage_partition_impl.cc",
1336 "storage_partition_impl.h",
1337 "storage_partition_impl_map.cc",
1338 "storage_partition_impl_map.h",
1339 "streams/stream.cc",
1340 "streams/stream.h",
1341 "streams/stream_context.cc",
1342 "streams/stream_context.h",
1343 "streams/stream_handle_impl.cc",
1344 "streams/stream_handle_impl.h",
1345 "streams/stream_read_observer.h",
1346 "streams/stream_register_observer.h",
1347 "streams/stream_registry.cc",
1348 "streams/stream_registry.h",
1349 "streams/stream_url_request_job.cc",
1350 "streams/stream_url_request_job.h",
1351 "streams/stream_write_observer.h",
1352 "theme_helper_mac.h",
1353 "theme_helper_mac.mm",
brettwb167c7332016-09-07 22:52:461354 "tracing/background_tracing_config_impl.cc",
1355 "tracing/background_tracing_config_impl.h",
1356 "tracing/background_tracing_manager_impl.cc",
1357 "tracing/background_tracing_manager_impl.h",
1358 "tracing/background_tracing_rule.cc",
1359 "tracing/background_tracing_rule.h",
1360 "tracing/etw_tracing_agent_win.cc",
1361 "tracing/etw_tracing_agent_win.h",
1362 "tracing/file_tracing_provider_impl.cc",
1363 "tracing/file_tracing_provider_impl.h",
1364 "tracing/trace_message_filter.cc",
1365 "tracing/trace_message_filter.h",
1366 "tracing/tracing_controller_impl.cc",
1367 "tracing/tracing_controller_impl.h",
1368 "tracing/tracing_controller_impl_data_sinks.cc",
1369 "tracing/tracing_ui.cc",
1370 "tracing/tracing_ui.h",
1371 "user_metrics.cc",
1372 "utility_process_host_impl.cc",
1373 "utility_process_host_impl.h",
brettwb167c7332016-09-07 22:52:461374 "web_contents/aura/gesture_nav_simple.cc",
1375 "web_contents/aura/gesture_nav_simple.h",
1376 "web_contents/aura/overscroll_navigation_overlay.cc",
1377 "web_contents/aura/overscroll_navigation_overlay.h",
1378 "web_contents/aura/overscroll_window_animation.cc",
1379 "web_contents/aura/overscroll_window_animation.h",
1380 "web_contents/aura/overscroll_window_delegate.cc",
1381 "web_contents/aura/overscroll_window_delegate.h",
1382 "web_contents/aura/shadow_layer_delegate.cc",
1383 "web_contents/aura/shadow_layer_delegate.h",
1384 "web_contents/web_contents_impl.cc",
1385 "web_contents/web_contents_impl.h",
1386 "web_contents/web_contents_view.h",
1387 "web_contents/web_contents_view_aura.cc",
1388 "web_contents/web_contents_view_aura.h",
1389 "web_contents/web_contents_view_child_frame.cc",
1390 "web_contents/web_contents_view_child_frame.h",
1391 "web_contents/web_contents_view_guest.cc",
1392 "web_contents/web_contents_view_guest.h",
1393 "web_contents/web_contents_view_mac.h",
1394 "web_contents/web_contents_view_mac.mm",
1395 "web_contents/web_drag_dest_mac.h",
1396 "web_contents/web_drag_dest_mac.mm",
1397 "web_contents/web_drag_source_mac.h",
1398 "web_contents/web_drag_source_mac.mm",
1399 "web_contents/web_drag_utils_win.cc",
1400 "web_contents/web_drag_utils_win.h",
yhirano4a593832016-10-24 18:58:221401 "websockets/websocket_handshake_request_info_impl.cc",
1402 "websockets/websocket_handshake_request_info_impl.h",
brettwb167c7332016-09-07 22:52:461403 "websockets/websocket_impl.cc",
1404 "websockets/websocket_impl.h",
1405 "websockets/websocket_manager.cc",
1406 "websockets/websocket_manager.h",
1407 "webui/content_web_ui_controller_factory.cc",
1408 "webui/content_web_ui_controller_factory.h",
1409 "webui/generic_handler.cc",
1410 "webui/generic_handler.h",
dschuyler613a1032016-12-15 19:22:351411 "webui/i18n_source_stream.cc",
1412 "webui/i18n_source_stream.h",
brettwb167c7332016-09-07 22:52:461413 "webui/shared_resources_data_source.cc",
1414 "webui/shared_resources_data_source.h",
1415 "webui/url_data_manager.cc",
1416 "webui/url_data_manager.h",
1417 "webui/url_data_manager_backend.cc",
1418 "webui/url_data_manager_backend.h",
1419 "webui/url_data_source_impl.cc",
1420 "webui/url_data_source_impl.h",
1421 "webui/web_ui_controller_factory_registry.cc",
1422 "webui/web_ui_controller_factory_registry.h",
1423 "webui/web_ui_data_source_impl.cc",
1424 "webui/web_ui_data_source_impl.h",
1425 "webui/web_ui_impl.cc",
1426 "webui/web_ui_impl.h",
1427 "webui/web_ui_message_handler.cc",
1428 "zygote_host/zygote_communication_linux.cc",
1429 "zygote_host/zygote_communication_linux.h",
1430 "zygote_host/zygote_handle_linux.cc",
1431 "zygote_host/zygote_host_impl_linux.cc",
1432 "zygote_host/zygote_host_impl_linux.h",
1433 ]
[email protected]743530f2014-06-12 19:38:501434
[email protected]4db51ec2014-05-29 21:08:321435 if (toolkit_views) {
1436 deps += [ "//ui/events" ]
1437 }
1438
bcwhite98900b02016-09-19 20:13:031439 # ChromeOS also defines linux but their memory-monitors conflict.
1440 if (is_chromeos) {
1441 sources += [
1442 "memory/memory_monitor_chromeos.cc",
1443 "memory/memory_monitor_chromeos.h",
1444 ]
1445 } else {
1446 sources += [
1447 "memory/memory_monitor_linux.cc",
1448 "memory/memory_monitor_linux.h",
1449 ]
1450 }
1451
dgozman9d8f8182015-10-12 23:38:561452 if (!is_win) {
morritad95714f2014-10-01 02:37:241453 sources += [
morritad95714f2014-10-01 02:37:241454 "file_descriptor_info_impl.cc",
1455 "file_descriptor_info_impl.h",
1456 ]
[email protected]4db51ec2014-05-29 21:08:321457 }
1458
vitalybuka93eea402014-11-05 23:47:151459 if (enable_basic_printing || enable_print_preview) {
[email protected]743530f2014-06-12 19:38:501460 deps += [ "//printing" ]
[email protected]4db51ec2014-05-29 21:08:321461 }
1462
jamb3c1195df2016-03-21 20:41:291463 if (!is_mac) {
[email protected]743530f2014-06-12 19:38:501464 deps += [ "//sandbox" ]
1465 }
jamb3c1195df2016-03-21 20:41:291466 if (!is_android) {
[email protected]97865022014-06-13 23:18:041467 deps += [ "//content/browser/tracing:resources" ]
[email protected]743530f2014-06-12 19:38:501468 }
charlieab9973242016-02-02 16:22:161469 if ((use_udev && is_posix) || is_mac || is_win) {
1470 deps += [ "//tools/battor_agent:battor_agent_lib" ]
1471 sources += [
1472 "tracing/power_tracing_agent.cc",
1473 "tracing/power_tracing_agent.h",
1474 ]
1475 }
[email protected]743530f2014-06-12 19:38:501476
1477 if (enable_webrtc) {
brettwb167c7332016-09-07 22:52:461478 sources += [
1479 "renderer_host/media/peer_connection_tracker_host.cc",
1480 "renderer_host/media/peer_connection_tracker_host.h",
1481 "renderer_host/p2p/socket_dispatcher_host.cc",
1482 "renderer_host/p2p/socket_dispatcher_host.h",
1483 "renderer_host/p2p/socket_host.cc",
1484 "renderer_host/p2p/socket_host.h",
1485 "renderer_host/p2p/socket_host_tcp.cc",
1486 "renderer_host/p2p/socket_host_tcp.h",
1487 "renderer_host/p2p/socket_host_tcp_server.cc",
1488 "renderer_host/p2p/socket_host_tcp_server.h",
1489 "renderer_host/p2p/socket_host_throttler.cc",
1490 "renderer_host/p2p/socket_host_throttler.h",
1491 "renderer_host/p2p/socket_host_udp.cc",
1492 "renderer_host/p2p/socket_host_udp.h",
1493 "webrtc/webrtc_eventlog_host.cc",
1494 "webrtc/webrtc_eventlog_host.h",
1495 "webrtc/webrtc_internals.cc",
1496 "webrtc/webrtc_internals.h",
1497 "webrtc/webrtc_internals_message_handler.cc",
1498 "webrtc/webrtc_internals_message_handler.h",
1499 "webrtc/webrtc_internals_ui.cc",
1500 "webrtc/webrtc_internals_ui.h",
1501 "webrtc/webrtc_internals_ui_observer.h",
1502 ]
1503
brettwf94a6cd2016-01-28 23:57:291504 deps += [
1505 "//jingle:jingle_glue",
brettw04cf95992016-11-18 20:23:051506 "//third_party/libjingle/webrtc:libjingle_webrtc",
mbjorgecbac8082016-04-21 01:14:231507 "//third_party/webrtc/base:rtc_base",
magjed828787a2016-12-06 16:05:001508 "//third_party/webrtc/media:rtc_media_base",
mbjorgecbac8082016-04-21 01:14:231509 "//third_party/webrtc/modules/desktop_capture:primitives",
brettwf94a6cd2016-01-28 23:57:291510 ]
braveyaodbb85e452016-09-23 18:49:081511 if (!is_ios) {
1512 defines += [ "ENABLE_SCREEN_CAPTURE=1" ]
1513 }
[email protected]743530f2014-06-12 19:38:501514 if (is_linux || is_mac || is_win) {
1515 sources += [
1516 "media/capture/desktop_capture_device.cc",
1517 "media/capture/desktop_capture_device.h",
[email protected]743530f2014-06-12 19:38:501518 ]
[email protected]c528d872014-06-27 03:17:161519 if (use_aura) {
1520 sources += [
robert.bradford8a244ea2015-03-17 19:12:461521 "media/capture/aura_window_capture_machine.cc",
1522 "media/capture/aura_window_capture_machine.h",
[email protected]c528d872014-06-27 03:17:161523 "media/capture/desktop_capture_device_aura.cc",
1524 "media/capture/desktop_capture_device_aura.h",
1525 ]
1526 }
Brett Wilson83fd4242014-09-02 19:45:331527 deps += [ "//third_party/webrtc/modules/desktop_capture" ]
[email protected]743530f2014-06-12 19:38:501528 }
1529 }
1530
1531 if (is_win) {
mcasas4e216e72016-07-28 21:28:381532 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
[email protected]743530f2014-06-12 19:38:501533 defines += [
1534 # This prevents the inclusion of atlhost.h which paired
1535 # with the windows 8 sdk it does the wrong thing.
1536 "__ATLHOST_H__",
1537 ]
1538 deps += [
[email protected]bf94f9d2014-06-17 20:33:531539 "//third_party/iaccessible2",
1540 "//third_party/isimpledom",
[email protected]743530f2014-06-12 19:38:501541 ]
1542 libs += [
1543 "comctl32.lib",
1544 "dinput8.lib",
1545 "dwmapi.lib",
1546 "dxguid.lib",
jam6ce80492016-03-22 22:00:211547 "imm32.lib",
brettw44a5cf82015-04-08 19:48:221548 "oleacc.lib",
[email protected]743530f2014-06-12 19:38:501549 "sensorsapi.lib",
1550 "portabledeviceguids.lib",
1551 ]
[email protected]743530f2014-06-12 19:38:501552 }
1553
[email protected]743530f2014-06-12 19:38:501554 if (use_udev) {
mcasas9d2063682016-02-11 22:12:391555 deps += [
1556 "//device/udev_linux",
mcasasf261a502016-02-26 23:40:331557 "//media/capture",
[email protected]743530f2014-06-12 19:38:501558 ]
1559 }
1560
1561 if (enable_plugins) {
brettwb167c7332016-09-07 22:52:461562 sources += [
1563 "../public/browser/plugin_service.h",
1564 "media/session/pepper_playback_observer.cc",
1565 "media/session/pepper_playback_observer.h",
1566 "media/session/pepper_player_delegate.cc",
1567 "media/session/pepper_player_delegate.h",
1568 "pepper_flash_settings_helper_impl.cc",
1569 "pepper_flash_settings_helper_impl.h",
1570 "plugin_content_origin_whitelist.cc",
1571 "plugin_content_origin_whitelist.h",
1572 "plugin_data_remover_impl.cc",
1573 "plugin_data_remover_impl.h",
1574 "plugin_private_storage_helper.cc",
1575 "plugin_private_storage_helper.h",
1576 "plugin_service_impl.cc",
1577 "plugin_service_impl.h",
1578 "ppapi_plugin_process_host.cc",
1579 "ppapi_plugin_process_host.h",
1580 "renderer_host/pepper/browser_ppapi_host_impl.cc",
1581 "renderer_host/pepper/browser_ppapi_host_impl.h",
1582 "renderer_host/pepper/content_browser_pepper_host_factory.cc",
1583 "renderer_host/pepper/content_browser_pepper_host_factory.h",
1584 "renderer_host/pepper/pepper_browser_font_singleton_host.cc",
1585 "renderer_host/pepper/pepper_browser_font_singleton_host.h",
1586 "renderer_host/pepper/pepper_external_file_ref_backend.cc",
1587 "renderer_host/pepper/pepper_external_file_ref_backend.h",
1588 "renderer_host/pepper/pepper_file_io_host.cc",
1589 "renderer_host/pepper/pepper_file_io_host.h",
1590 "renderer_host/pepper/pepper_file_ref_host.cc",
1591 "renderer_host/pepper/pepper_file_ref_host.h",
1592 "renderer_host/pepper/pepper_file_system_browser_host.cc",
1593 "renderer_host/pepper/pepper_file_system_browser_host.h",
1594 "renderer_host/pepper/pepper_flash_file_message_filter.cc",
1595 "renderer_host/pepper/pepper_flash_file_message_filter.h",
1596 "renderer_host/pepper/pepper_gamepad_host.cc",
1597 "renderer_host/pepper/pepper_gamepad_host.h",
1598 "renderer_host/pepper/pepper_host_resolver_message_filter.cc",
1599 "renderer_host/pepper/pepper_host_resolver_message_filter.h",
1600 "renderer_host/pepper/pepper_internal_file_ref_backend.cc",
1601 "renderer_host/pepper/pepper_internal_file_ref_backend.h",
1602 "renderer_host/pepper/pepper_lookup_request.h",
1603 "renderer_host/pepper/pepper_message_filter.cc",
1604 "renderer_host/pepper/pepper_message_filter.h",
1605 "renderer_host/pepper/pepper_network_monitor_host.cc",
1606 "renderer_host/pepper/pepper_network_monitor_host.h",
1607 "renderer_host/pepper/pepper_network_proxy_host.cc",
1608 "renderer_host/pepper/pepper_network_proxy_host.h",
1609 "renderer_host/pepper/pepper_print_settings_manager.cc",
1610 "renderer_host/pepper/pepper_print_settings_manager.h",
1611 "renderer_host/pepper/pepper_printing_host.cc",
1612 "renderer_host/pepper/pepper_printing_host.h",
1613 "renderer_host/pepper/pepper_renderer_connection.cc",
1614 "renderer_host/pepper/pepper_renderer_connection.h",
1615 "renderer_host/pepper/pepper_security_helper.cc",
1616 "renderer_host/pepper/pepper_security_helper.h",
1617 "renderer_host/pepper/pepper_socket_utils.cc",
1618 "renderer_host/pepper/pepper_socket_utils.h",
1619 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc",
1620 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.h",
1621 "renderer_host/pepper/pepper_tcp_socket_message_filter.cc",
1622 "renderer_host/pepper/pepper_tcp_socket_message_filter.h",
1623 "renderer_host/pepper/pepper_truetype_font.h",
1624 "renderer_host/pepper/pepper_truetype_font_android.cc",
1625 "renderer_host/pepper/pepper_truetype_font_host.cc",
1626 "renderer_host/pepper/pepper_truetype_font_host.h",
1627 "renderer_host/pepper/pepper_truetype_font_linux.cc",
1628 "renderer_host/pepper/pepper_truetype_font_list.h",
1629 "renderer_host/pepper/pepper_truetype_font_list_android.cc",
1630 "renderer_host/pepper/pepper_truetype_font_list_host.cc",
1631 "renderer_host/pepper/pepper_truetype_font_list_host.h",
1632 "renderer_host/pepper/pepper_truetype_font_list_mac.mm",
1633 "renderer_host/pepper/pepper_truetype_font_list_ozone.cc",
1634 "renderer_host/pepper/pepper_truetype_font_list_pango.cc",
1635 "renderer_host/pepper/pepper_truetype_font_list_win.cc",
1636 "renderer_host/pepper/pepper_truetype_font_mac.mm",
1637 "renderer_host/pepper/pepper_truetype_font_win.cc",
1638 "renderer_host/pepper/pepper_udp_socket_message_filter.cc",
1639 "renderer_host/pepper/pepper_udp_socket_message_filter.h",
1640 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.cc",
1641 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.h",
1642 "renderer_host/pepper/quota_reservation.cc",
1643 "renderer_host/pepper/quota_reservation.h",
1644 "renderer_host/pepper/ssl_context_helper.cc",
1645 "renderer_host/pepper/ssl_context_helper.h",
1646 ]
[email protected]743530f2014-06-12 19:38:501647 deps += [
tmoniuszko6cddaa92015-06-10 07:51:341648 "//ppapi/host",
jbroman79c079be2016-04-20 00:17:271649 "//ppapi/proxy",
brettwf7eb6ca2015-02-14 01:37:311650 "//ppapi/proxy:ipc",
1651 "//ppapi/shared_impl",
[email protected]743530f2014-06-12 19:38:501652 ]
1653 if (!use_ozone || use_pango) {
1654 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_ozone.cc" ]
1655 }
[email protected]c528d872014-06-27 03:17:161656 if (!use_pango) {
1657 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_pango.cc" ]
1658 }
[email protected]743530f2014-06-12 19:38:501659 }
1660
shreeram.k792fba032015-07-20 11:43:371661 if (use_atk) {
brettwb167c7332016-09-07 22:52:461662 sources += [
1663 "accessibility/accessibility_tree_formatter_auralinux.cc",
1664 "accessibility/browser_accessibility_auralinux.cc",
1665 "accessibility/browser_accessibility_auralinux.h",
1666 "accessibility/browser_accessibility_manager_auralinux.cc",
1667 "accessibility/browser_accessibility_manager_auralinux.h",
1668 ]
shreeram.k792fba032015-07-20 11:43:371669
mostynb902b5282016-08-17 23:01:001670 configs += [ "//build/config/linux/atk" ]
mostynbebc6e122016-07-28 08:53:411671
1672 if (use_gconf) {
1673 configs += [ "//build/config/linux/gconf" ]
1674 }
1675
1676 if (use_glib) {
1677 configs += [ "//build/config/linux:glib" ]
1678 }
shreeram.k792fba032015-07-20 11:43:371679 }
1680
[email protected]743530f2014-06-12 19:38:501681 if (is_linux && use_aura) {
slan17e5ce7f2015-09-25 00:04:451682 deps += [ "//build/linux:fontconfig" ]
[email protected]743530f2014-06-12 19:38:501683 }
1684
1685 if (use_x11) {
1686 configs += [ "//build/config/linux:x11" ]
jamesr4359db72015-01-21 12:40:001687 deps += [ "//ui/gfx/x" ]
cmasonedb5203e2014-09-11 18:18:381688 }
1689
[email protected]743530f2014-06-12 19:38:501690 if (use_pango) {
agrieve95ba4442016-04-25 15:47:131691 configs += [ "//build/config/linux/pangocairo" ]
[email protected]743530f2014-06-12 19:38:501692 }
1693
1694 if (is_android) {
brettwb167c7332016-09-07 22:52:461695 sources += [
1696 "accessibility/accessibility_tree_formatter_android.cc",
1697 "accessibility/browser_accessibility_android.cc",
1698 "accessibility/browser_accessibility_android.h",
1699 "accessibility/browser_accessibility_manager_android.cc",
1700 "accessibility/browser_accessibility_manager_android.h",
1701 "android/composited_touch_handle_drawable.cc",
1702 "android/composited_touch_handle_drawable.h",
1703 "android/content_view_core_impl.cc",
1704 "android/content_view_core_impl.h",
1705 "android/content_view_core_impl_observer.h",
1706 "android/content_view_render_view.cc",
1707 "android/content_view_render_view.h",
1708 "android/content_view_statics.cc",
1709 "android/content_view_statics.h",
1710 "android/date_time_chooser_android.cc",
1711 "android/date_time_chooser_android.h",
1712 "android/gesture_event_type.h",
1713 "android/interstitial_page_delegate_android.cc",
1714 "android/interstitial_page_delegate_android.h",
1715 "android/java/gin_java_bound_object.cc",
1716 "android/java/gin_java_bound_object.h",
1717 "android/java/gin_java_bound_object_delegate.cc",
1718 "android/java/gin_java_bound_object_delegate.h",
1719 "android/java/gin_java_bridge_dispatcher_host.cc",
1720 "android/java/gin_java_bridge_dispatcher_host.h",
1721 "android/java/gin_java_bridge_message_filter.cc",
1722 "android/java/gin_java_bridge_message_filter.h",
1723 "android/java/gin_java_method_invocation_helper.cc",
1724 "android/java/gin_java_method_invocation_helper.h",
1725 "android/java/gin_java_script_to_java_types_coercion.cc",
1726 "android/java/gin_java_script_to_java_types_coercion.h",
1727 "android/java/java_bridge_thread.cc",
1728 "android/java/java_bridge_thread.h",
1729 "android/java/java_method.cc",
1730 "android/java/java_method.h",
1731 "android/java/java_type.cc",
1732 "android/java/java_type.h",
1733 "android/java/jni_helper.cc",
1734 "android/java/jni_helper.h",
timav4537fa82016-12-12 06:46:541735 "android/joystick_scroll_provider.cc",
1736 "android/joystick_scroll_provider.h",
brettwb167c7332016-09-07 22:52:461737 "android/load_url_params.cc",
1738 "android/load_url_params.h",
1739 "android/overscroll_controller_android.cc",
1740 "android/overscroll_controller_android.h",
boliu22557972016-10-25 16:08:291741 "android/synchronous_compositor_browser_filter.cc",
1742 "android/synchronous_compositor_browser_filter.h",
brettwb167c7332016-09-07 22:52:461743 "android/synchronous_compositor_host.cc",
1744 "android/synchronous_compositor_host.h",
brettwb167c7332016-09-07 22:52:461745 "android/tracing_controller_android.cc",
1746 "android/tracing_controller_android.h",
1747 "android/web_contents_observer_proxy.cc",
1748 "android/web_contents_observer_proxy.h",
1749 "media/capture/screen_capture_device_android.cc",
1750 "media/capture/screen_capture_device_android.h",
1751 "renderer_host/compositor_impl_android.cc",
1752 "renderer_host/compositor_impl_android.h",
1753 "renderer_host/context_provider_factory_impl_android.cc",
1754 "renderer_host/context_provider_factory_impl_android.h",
1755 "renderer_host/ime_adapter_android.cc",
1756 "renderer_host/ime_adapter_android.h",
1757 "renderer_host/input/synthetic_gesture_target_android.cc",
1758 "renderer_host/input/synthetic_gesture_target_android.h",
1759 "renderer_host/native_web_keyboard_event_android.cc",
1760 "renderer_host/render_widget_host_view_android.cc",
1761 "renderer_host/render_widget_host_view_android.h",
1762 "screen_orientation/screen_orientation_delegate_android.cc",
1763 "screen_orientation/screen_orientation_delegate_android.h",
leon.hanbd4620d2016-12-21 03:45:511764 "screen_orientation/screen_orientation_listener_android.cc",
1765 "screen_orientation/screen_orientation_listener_android.h",
brettwb167c7332016-09-07 22:52:461766 "web_contents/web_contents_android.cc",
1767 "web_contents/web_contents_android.h",
1768 "web_contents/web_contents_view_android.cc",
1769 "web_contents/web_contents_view_android.h",
1770 ]
[email protected]743530f2014-06-12 19:38:501771 sources -= [
[email protected]743530f2014-06-12 19:38:501772 "browser_ipc_logging.cc",
1773 "device_sensors/data_fetcher_shared_memory_default.cc",
zqzhanga2147f82016-10-18 22:53:261774 "media/session/audio_focus_delegate_default.cc",
zqzhangd36b5ce2016-09-30 17:29:341775 "media/session/audio_focus_manager.cc",
1776 "media/session/audio_focus_manager.h",
[email protected]743530f2014-06-12 19:38:501777 "tracing/tracing_ui.cc",
1778 "tracing/tracing_ui.h",
brettw24746e52016-12-07 04:26:171779 ]
1780 deps -= [ "//device/battery" ]
1781 deps += [
1782 "//content/public/android:jni",
1783 "//media",
1784 "//media/capture/content/android",
1785 "//media/capture/video/android",
1786 "//mojo/android:libsystem_java",
1787 "//ui/android",
1788 ]
1789 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ]
1790 libs += [ "jnigraphics" ]
1791 } else {
1792 # Not Android.
1793 sources += [
1794 # Most speech code is non-Android.
[email protected]743530f2014-06-12 19:38:501795 "speech/audio_buffer.cc",
1796 "speech/audio_buffer.h",
1797 "speech/audio_encoder.cc",
1798 "speech/audio_encoder.h",
1799 "speech/chunked_byte_buffer.cc",
1800 "speech/chunked_byte_buffer.h",
1801 "speech/endpointer/endpointer.cc",
1802 "speech/endpointer/endpointer.h",
1803 "speech/endpointer/energy_endpointer.cc",
1804 "speech/endpointer/energy_endpointer.h",
1805 "speech/endpointer/energy_endpointer_params.cc",
1806 "speech/endpointer/energy_endpointer_params.h",
[email protected]743530f2014-06-12 19:38:501807 "speech/speech_recognition_engine.cc",
1808 "speech/speech_recognition_engine.h",
1809 "speech/speech_recognizer_impl.cc",
1810 "speech/speech_recognizer_impl.h",
1811 ]
brettw24746e52016-12-07 04:26:171812 deps += [ "//third_party/flac" ]
[email protected]743530f2014-06-12 19:38:501813 }
1814
1815 if (is_mac) {
mcasas4e216e72016-07-28 21:28:381816 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
jiangj2bd42fd2015-04-18 13:29:061817 deps += [
rsesek02aa51c2016-05-11 02:13:571818 "//media",
jiangj2bd42fd2015-04-18 13:29:061819 "//sandbox/mac:sandbox",
1820 "//third_party/mozilla",
1821 "//third_party/sudden_motion_sensor",
1822 "//ui/accelerated_widget_mac",
1823 ]
rsesek02aa51c2016-05-11 02:13:571824 libs += [
1825 "Carbon.framework",
1826 "QuartzCore.framework",
1827 "IOSurface.framework",
1828 ]
[email protected]743530f2014-06-12 19:38:501829 }
1830
1831 if (is_chromeos) {
jonrossa6725f12015-02-05 00:52:531832 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
mukai2dc70ed32014-10-29 01:01:431833 deps += [
1834 "//chromeos",
1835 "//chromeos:power_manager_proto",
1836 ]
[email protected]743530f2014-06-12 19:38:501837 }
1838
slana0da4302016-11-07 17:37:011839 if (enable_mojo_media) {
1840 deps += [ "//media/mojo/interfaces" ]
1841 }
1842
[email protected]743530f2014-06-12 19:38:501843 if (use_aura) {
1844 deps += [
ben6b0453d12016-07-02 04:27:191845 "//services/ui/public/cpp",
1846 "//services/ui/public/interfaces",
[email protected]743530f2014-06-12 19:38:501847 "//ui/aura",
mohsen166a9182015-02-09 18:19:091848 "//ui/aura_extra",
[email protected]743530f2014-06-12 19:38:501849 "//ui/strings",
James Robinson060f2e32014-09-10 22:31:371850 "//ui/wm",
[email protected]743530f2014-06-12 19:38:501851 ]
rjkroegec109de612015-11-19 01:40:471852 sources += [
penghuange1d86512016-07-08 18:15:001853 "compositor/mus_browser_compositor_output_surface.cc",
1854 "compositor/mus_browser_compositor_output_surface.h",
sky52a39e342016-12-17 17:23:221855 "renderer_host/delegated_frame_host_client_aura.cc",
1856 "renderer_host/delegated_frame_host_client_aura.h",
jonross2843ae362016-10-21 16:48:231857 "renderer_host/render_widget_host_view_event_handler.cc",
1858 "renderer_host/render_widget_host_view_event_handler.h",
rjkroegec109de612015-11-19 01:40:471859 ]
[email protected]743530f2014-06-12 19:38:501860 } else { # Not aura.
1861 sources -= [
isheriff727606c2015-11-10 23:46:571862 "media/capture/cursor_renderer_aura.cc",
1863 "media/capture/cursor_renderer_aura.h",
isheriff70bcae42015-12-09 21:41:281864 "media/capture/window_activity_tracker_aura.cc",
1865 "media/capture/window_activity_tracker_aura.h",
jiangj2bd42fd2015-04-18 13:29:061866 "renderer_host/compositor_resize_lock_aura.cc",
1867 "renderer_host/compositor_resize_lock_aura.h",
[email protected]c528d872014-06-27 03:17:161868 "renderer_host/input/synthetic_gesture_target_aura.cc",
1869 "renderer_host/input/synthetic_gesture_target_aura.h",
mohsenb0eeba72015-08-09 06:20:081870 "renderer_host/input/touch_selection_controller_client_aura.cc",
1871 "renderer_host/input/touch_selection_controller_client_aura.h",
[email protected]c528d872014-06-27 03:17:161872 "renderer_host/native_web_keyboard_event_aura.cc",
[email protected]743530f2014-06-12 19:38:501873 "renderer_host/render_widget_host_view_aura.cc",
1874 "renderer_host/render_widget_host_view_aura.h",
[email protected]743530f2014-06-12 19:38:501875 "renderer_host/ui_events_helper.cc",
1876 "renderer_host/ui_events_helper.h",
[email protected]c528d872014-06-27 03:17:161877 "web_contents/aura/gesture_nav_simple.cc",
1878 "web_contents/aura/gesture_nav_simple.h",
[email protected]c528d872014-06-27 03:17:161879 "web_contents/aura/overscroll_navigation_overlay.cc",
1880 "web_contents/aura/overscroll_navigation_overlay.h",
nsatragnoc0b2fa52015-04-09 22:30:511881 "web_contents/aura/overscroll_window_animation.cc",
1882 "web_contents/aura/overscroll_window_animation.h",
1883 "web_contents/aura/overscroll_window_delegate.cc",
1884 "web_contents/aura/overscroll_window_delegate.h",
[email protected]c528d872014-06-27 03:17:161885 "web_contents/aura/shadow_layer_delegate.cc",
1886 "web_contents/aura/shadow_layer_delegate.h",
[email protected]c528d872014-06-27 03:17:161887 "web_contents/web_contents_view_aura.cc",
1888 "web_contents/web_contents_view_aura.h",
[email protected]743530f2014-06-12 19:38:501889 ]
1890 }
1891
1892 if (use_aura || is_mac) {
brettwb167c7332016-09-07 22:52:461893 sources += [
1894 "compositor/browser_compositor_output_surface.cc",
1895 "compositor/browser_compositor_output_surface.h",
1896 "compositor/gpu_browser_compositor_output_surface.cc",
1897 "compositor/gpu_browser_compositor_output_surface.h",
1898 "compositor/gpu_output_surface_mac.h",
1899 "compositor/gpu_output_surface_mac.mm",
1900 "compositor/gpu_process_transport_factory.cc",
1901 "compositor/gpu_process_transport_factory.h",
1902 "compositor/gpu_surfaceless_browser_compositor_output_surface.cc",
1903 "compositor/gpu_surfaceless_browser_compositor_output_surface.h",
1904 "compositor/image_transport_factory.cc",
1905 "compositor/image_transport_factory.h",
1906 "compositor/offscreen_browser_compositor_output_surface.cc",
1907 "compositor/offscreen_browser_compositor_output_surface.h",
1908 "compositor/owned_mailbox.cc",
1909 "compositor/owned_mailbox.h",
1910 "compositor/reflector_impl.cc",
1911 "compositor/reflector_impl.h",
1912 "compositor/reflector_texture.cc",
1913 "compositor/reflector_texture.h",
1914 "compositor/software_browser_compositor_output_surface.cc",
1915 "compositor/software_browser_compositor_output_surface.h",
1916 "compositor/software_output_device_mac.h",
1917 "compositor/software_output_device_mac.mm",
1918 "compositor/software_output_device_ozone.cc",
1919 "compositor/software_output_device_ozone.h",
1920 "compositor/software_output_device_win.cc",
1921 "compositor/software_output_device_win.h",
1922 "compositor/software_output_device_x11.cc",
1923 "compositor/software_output_device_x11.h",
1924 "context_factory.cc",
1925 "renderer_host/browser_compositor_view_mac.h",
1926 "renderer_host/browser_compositor_view_mac.mm",
1927 "renderer_host/delegated_frame_host.cc",
1928 "renderer_host/delegated_frame_host.h",
1929 "renderer_host/resize_lock.cc",
1930 "renderer_host/resize_lock.h",
1931 ]
sohan.jyoti86c41c72016-04-26 15:33:201932 if (enable_vulkan) {
1933 sources += [
1934 "compositor/vulkan_browser_compositor_output_surface.cc",
1935 "compositor/vulkan_browser_compositor_output_surface.h",
1936 ]
1937 }
[email protected]886323c2014-06-14 20:34:161938 if (!use_x11) {
1939 sources -= [
1940 "compositor/software_output_device_x11.cc",
1941 "compositor/software_output_device_x11.h",
1942 ]
1943 }
[email protected]743530f2014-06-12 19:38:501944
[email protected]b1867c92014-08-13 00:22:041945 if (!use_ozone) {
1946 sources -= [
[email protected]b1867c92014-08-13 00:22:041947 "compositor/software_output_device_ozone.cc",
1948 "compositor/software_output_device_ozone.h",
1949 ]
1950 }
samans72b2a282016-12-17 02:44:151951 deps += [
1952 "//cc/surfaces:surfaces",
1953 "//ui/compositor",
1954 ]
[email protected]604b1272014-07-24 11:27:531955 }
1956
cmasonedb5203e2014-09-11 18:18:381957 if (is_linux && use_dbus) {
ppi2438a3e2014-10-28 21:55:101958 deps += [ "//dbus" ]
[email protected]743530f2014-06-12 19:38:501959 }
cjhopman2fd48fd2014-09-24 00:52:561960
davidbenee55ed442015-10-02 17:06:111961 if (is_linux) {
davidbenb983d4b2015-01-07 16:39:441962 deps += [ "//third_party/boringssl" ]
1963 }
xhwange6117332015-01-28 08:51:161964
xhwangbe720032016-02-19 18:45:311965 if (enable_mojo_media) {
1966 configs += [ "//media/mojo/services:mojo_media_config" ]
xhwangfb22df12015-10-13 23:13:461967 }
1968
jbroman79c079be2016-04-20 00:17:271969 if (use_ozone) {
1970 deps += [ "//ui/ozone" ]
1971 }
pimana333e3d2016-04-27 02:37:251972
bajones98f96522016-06-03 22:43:571973 if (enable_webvr) {
1974 deps += [ "//device/vr" ]
1975 }
ochangdd89a1e2016-06-08 16:39:011976
1977 if (enable_ipc_fuzzer) {
1978 configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
1979 }
kojii30add38f2016-07-14 02:10:321980
1981 if (use_minikin_hyphenation) {
1982 sources += [
1983 "hyphenation/hyphenation_impl.cc",
1984 "hyphenation/hyphenation_impl.h",
1985 ]
kojii30add38f2016-07-14 02:10:321986 }
[email protected]4db51ec2014-05-29 21:08:321987}
ben66696d12016-03-08 17:48:001988
brettwb78fc9e2016-03-25 21:02:511989# See comment at the top of //content/BUILD.gn for how this works.
1990group("for_content_tests") {
1991 visibility = [ "//content/test/*" ]
1992 if (!is_component_build) {
1993 public_deps = [
1994 ":browser",
1995 ]
jam447407fb2016-05-06 17:57:401996 } else {
1997 public_deps = [
1998 "//third_party/leveldatabase",
1999 ]
brettwb78fc9e2016-03-25 21:02:512000 }
2001}