blob: de8c2e5b1ded25ada44ecf6a98b6b8e00938908f [file] [log] [blame]
[email protected]4db51ec2014-05-29 21:08:321# Copyright 2014 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("//build/config/features.gni")
6import("//build/config/ui.gni")
qyearsleydb0a34872017-03-14 03:24:317import("//gpu/vulkan/features.gni")
cjhopman2fd48fd2014-09-24 00:52:568import("//media/media_options.gni")
brettw4b461082016-11-19 18:55:169import("//ppapi/features/features.gni")
Brett Wilson65f951c2016-11-03 22:06:1210import("//printing/features/features.gni")
brettw2cf0a692016-11-11 23:14:1211import("//third_party/WebKit/public/public_features.gni")
ochangdd89a1e2016-06-08 16:39:0112import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
[email protected]4db51ec2014-05-29 21:08:3213
14source_set("browser") {
Brett Wilson8f1323042014-09-11 16:58:5615 # Only the public target should depend on this. All other targets (even
16 # internal content ones) should depend on the public one.
brettwb78fc9e2016-03-25 21:02:5117 visibility = [
18 ":for_content_tests", # See top of //content/BUILD.gn for why.
jamce6dd2112017-02-15 19:31:4219 "//content/app:*",
brettwb78fc9e2016-03-25 21:02:5120 "//content/public/browser:browser_sources",
21 ]
[email protected]4db51ec2014-05-29 21:08:3222
ben3f5f9992015-11-19 10:38:3023 configs += [
24 "//build/config:precompiled_headers",
jamb3c1195df2016-03-21 20:41:2925 "//content:content_implementation",
jamb3c1195df2016-03-21 20:41:2926 "//v8:external_startup_data",
ben3f5f9992015-11-19 10:38:3027 ]
[email protected]743530f2014-06-12 19:38:5028 defines = []
29 libs = []
30 ldflags = []
[email protected]97865022014-06-13 23:18:0431
[email protected]4db51ec2014-05-29 21:08:3232 deps = [
33 "//base",
[email protected]22fe91d2014-08-12 17:07:1234 "//base:base_static",
brettwc15ed732016-03-21 23:14:2935 "//base/third_party/dynamic_annotations",
jamb3c1195df2016-03-21 20:41:2936 "//cc",
loyso3dd20892016-11-22 07:11:0137 "//cc/animation",
enne34f6084c2017-02-02 22:39:0838 "//cc/paint",
jamb3c1195df2016-03-21 20:41:2939 "//cc/surfaces",
penghuangd81c1a62016-11-02 20:06:0640 "//components/discardable_memory/common",
41 "//components/discardable_memory/service",
fsamuel540b8c12016-04-21 18:47:1042 "//components/display_compositor",
jamb3c1195df2016-03-21 20:41:2943 "//components/filesystem:lib",
44 "//components/leveldb:lib",
mek9b28f422016-05-13 21:46:2345 "//components/link_header_util",
rsleevic327b48f82015-04-30 02:03:2546 "//components/mime_util",
tobiasjsc66efdd22017-04-17 13:38:5947 "//components/payments/mojom:mojom_payment_app",
nzolghadrd87a308d2016-12-07 15:45:5648 "//components/rappor",
brettwc15ed732016-03-21 23:14:2949 "//components/tracing",
50 "//components/tracing:startup_tracing",
rsleevi24f64dc22015-08-07 21:39:2151 "//components/url_formatter",
altimin56bb594b2016-11-09 19:45:1752 "//components/variations",
kylechar69bd9162017-04-10 23:45:4853 "//components/viz/frame_sinks",
[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",
thakis18e426412017-03-15 12:06:3767 "//content/common:features",
chiniforooshan614d70a2017-03-17 01:19:3368 "//content/common:mojo_bindings",
Brett Wilson8f1323042014-09-11 16:58:5669 "//content/public/common:common_sources",
[email protected]4db51ec2014-05-29 21:08:3270 "//crypto",
jamb3c1195df2016-03-21 20:41:2971 "//device/bluetooth",
bajonesb9bb4c42016-07-07 00:10:5172 "//device/gamepad",
lethalantidote893681c2016-09-13 19:36:3173 "//device/geolocation",
mcasas8720394f2016-08-03 22:42:3874 "//device/geolocation/public/interfaces",
sammc5a139ba2016-09-29 01:49:1475 "//device/nfc:mojo_bindings",
scottmgc40e8822016-06-17 17:57:4876 "//device/power_save_blocker",
leon.han552e9de2017-02-09 14:37:3077 "//device/screen_orientation/public/interfaces",
mthiesse668cd6d22017-01-31 01:57:3278 "//device/vr",
mthiesse4cb289142017-04-25 23:57:3379 "//device/vr/features",
blundelle75a8f92017-03-27 08:11:1780 "//device/wake_lock/public/interfaces",
[email protected]44a5a362014-05-30 20:01:5181 "//google_apis",
brettwc15ed732016-03-21 23:14:2982 "//gpu",
83 "//gpu/command_buffer/client:gles2_implementation",
jbroman84ba6842016-04-28 00:34:5084 "//gpu/command_buffer/client:gles2_interface",
sadrul6a769422016-12-08 04:54:3285 "//gpu/ipc/host",
qyearsleydb0a34872017-03-14 03:24:3186 "//gpu/vulkan:features",
brettwc15ed732016-03-21 23:14:2987 "//media",
mcasase40d7522016-06-21 16:11:4088 "//media/capture",
mcasasbf362942016-11-29 03:44:1389 "//media/capture/mojo:image_capture",
jbroman79c079be2016-04-20 00:17:2790 "//media/gpu/ipc/client",
brettwc15ed732016-03-21 23:14:2991 "//media/midi",
sammc64324c3a2017-01-05 00:40:1592 "//media/midi:mojo",
bendd157e1a2016-07-22 03:15:5793 "//media/mojo/interfaces",
maxmorin2781f5ff2017-04-04 08:29:4194 "//media/mojo/services",
rockotb814a582015-06-05 00:30:5295 "//mojo/common",
amistrycafcdff2016-06-17 03:33:4896 "//mojo/edk/system",
rockot85dce0862015-11-13 01:33:5997 "//mojo/public/cpp/bindings",
jamb3c1195df2016-03-21 20:41:2998 "//mojo/public/js",
[email protected]4db51ec2014-05-29 21:08:3299 "//net",
rohitrao1860223c2015-05-16 01:07:14100 "//net:extras",
pfeldman10628762016-09-08 07:59:26101 "//net:http_server",
brettwc5fcdd02016-10-12 07:25:12102 "//ppapi/features",
Brett Wilson65f951c2016-11-03 22:06:12103 "//printing/features",
jcivellidad0cef2017-02-16 18:38:59104 "//services/catalog:constants",
105 "//services/catalog/public/cpp",
benaabad0b2016-11-16 23:54:17106 "//services/catalog/public/interfaces:constants",
rockote0437032017-03-25 02:49:00107 "//services/data_decoder/public/interfaces",
blundell372d47d282016-11-01 01:34:30108 "//services/device:lib",
leon.han1b4ee5c2017-02-09 04:36:24109 "//services/device/public/interfaces:constants",
ben768c8dc2016-08-12 00:26:50110 "//services/file:lib",
ben768c8dc2016-08-12 00:26:50111 "//services/file/public/interfaces",
chiniforooshan6e4c5072017-03-17 07:56:56112 "//services/resource_coordinator:lib",
rockot734fb662016-10-15 16:41:30113 "//services/service_manager",
rockot60d92c22017-03-21 06:35:23114 "//services/service_manager/embedder",
rockot734fb662016-10-15 16:41:30115 "//services/service_manager/public/cpp",
116 "//services/service_manager/public/interfaces",
117 "//services/service_manager/runner/common",
118 "//services/service_manager/runner/host:lib",
xianglu6dd8f462017-01-25 04:30:41119 "//services/shape_detection:lib",
120 "//services/shape_detection/public/interfaces",
sadrul6c5aed8c2017-01-11 23:11:44121 "//services/ui/gpu/interfaces",
sadrul85cc5d82016-12-20 03:37:41122 "//services/ui/public/cpp/gpu",
[email protected]4db51ec2014-05-29 21:08:32123 "//skia",
124 "//sql",
jamb3c1195df2016-03-21 20:41:29125 "//storage/browser",
126 "//storage/common",
fsamuel9cf7bdf2015-11-20 02:19:32127 "//third_party/WebKit/public:blink_headers",
brettw2cf0a692016-11-11 23:14:12128 "//third_party/WebKit/public:features",
jamb3c1195df2016-03-21 20:41:29129 "//third_party/WebKit/public:image_resources",
juncai30a0e932016-05-11 00:09:51130 "//third_party/WebKit/public:mojo_bindings",
xlai8f405382016-09-01 19:46:22131 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings",
jamb3c1195df2016-03-21 20:41:29132 "//third_party/WebKit/public:resources",
jbroman79c079be2016-04-20 00:17:27133 "//third_party/angle:angle_common",
jamb3c1195df2016-03-21 20:41:29134 "//third_party/icu",
jamb3c1195df2016-03-21 20:41:29135 "//third_party/libyuv",
[email protected]4db51ec2014-05-29 21:08:32136 "//third_party/re2",
[email protected]4db51ec2014-05-29 21:08:32137 "//third_party/zlib",
138 "//third_party/zlib:zip",
139 "//ui/accessibility",
140 "//ui/accessibility:ax_gen",
[email protected]52140d882014-05-30 19:22:40141 "//ui/base",
spang1c36fac2015-02-05 19:55:12142 "//ui/base/ime",
robliao8d63729c2016-03-29 17:49:47143 "//ui/display",
dcastagna0a50f642016-08-10 20:12:22144 "//ui/display/types",
[email protected]4db51ec2014-05-29 21:08:32145 "//ui/events",
146 "//ui/events:gesture_detection",
jamb3c1195df2016-03-21 20:41:29147 "//ui/events/blink",
alexis.menardb12ba342017-04-15 09:01:19148 "//ui/events/devices",
[email protected]4db51ec2014-05-29 21:08:32149 "//ui/gfx",
chrishtrbdbe3182017-03-15 15:15:43150 "//ui/gfx/animation",
[email protected]4db51ec2014-05-29 21:08:32151 "//ui/gfx/geometry",
ben7a77e852016-05-26 05:50:44152 "//ui/gfx/geometry/mojo",
Brett Wilsone7487942014-09-09 23:37:29153 "//ui/gl",
sugoi842efc692017-03-14 18:10:39154 "//ui/gl:gl_features",
mfomitchev598a7692017-04-11 00:30:31155 "//ui/latency",
Brett Wilsone7487942014-09-09 23:37:29156 "//ui/native_theme",
[email protected]4db51ec2014-05-29 21:08:32157 "//ui/resources",
brettwc15ed732016-03-21 23:14:29158 "//ui/shell_dialogs",
[email protected]d28b3cb82014-05-31 04:46:18159 "//ui/snapshot",
jamb3c1195df2016-03-21 20:41:29160 "//ui/touch_selection",
scottmg1b075322017-01-16 17:22:10161 "//v8:v8_version",
[email protected]4db51ec2014-05-29 21:08:32162 ]
163
jam447407fb2016-05-06 17:57:40164 public_deps = [
rockot38e46dd2017-03-24 16:55:13165 "//ipc",
miu54dca6c2016-11-17 10:59:38166 "//media/mojo/interfaces:remoting",
jam447407fb2016-05-06 17:57:40167 "//third_party/leveldatabase",
168 ]
169
brettwb167c7332016-09-07 22:52:46170 sources = [
dgozmanb4f43e42016-12-13 06:12:40171 "$target_gen_dir/devtools/protocol/dom.cc",
172 "$target_gen_dir/devtools/protocol/dom.h",
173 "$target_gen_dir/devtools/protocol/emulation.cc",
174 "$target_gen_dir/devtools/protocol/emulation.h",
dgozmandc4d41722016-11-15 22:40:56175 "$target_gen_dir/devtools/protocol/forward.h",
dgozman111fdd032016-12-18 00:49:26176 "$target_gen_dir/devtools/protocol/input.cc",
177 "$target_gen_dir/devtools/protocol/input.h",
dgozmanb4f43e42016-12-13 06:12:40178 "$target_gen_dir/devtools/protocol/inspector.cc",
179 "$target_gen_dir/devtools/protocol/inspector.h",
dgozmandc4d41722016-11-15 22:40:56180 "$target_gen_dir/devtools/protocol/io.cc",
181 "$target_gen_dir/devtools/protocol/io.h",
dgozmanabbad67b2016-11-22 02:37:02182 "$target_gen_dir/devtools/protocol/memory.cc",
183 "$target_gen_dir/devtools/protocol/memory.h",
dgozmanb4f43e42016-12-13 06:12:40184 "$target_gen_dir/devtools/protocol/network.cc",
185 "$target_gen_dir/devtools/protocol/network.h",
186 "$target_gen_dir/devtools/protocol/page.cc",
187 "$target_gen_dir/devtools/protocol/page.h",
dgozmandc4d41722016-11-15 22:40:56188 "$target_gen_dir/devtools/protocol/protocol.cc",
189 "$target_gen_dir/devtools/protocol/protocol.h",
horo6f9e15e2017-01-27 03:07:40190 "$target_gen_dir/devtools/protocol/runtime.cc",
191 "$target_gen_dir/devtools/protocol/runtime.h",
dgozmanb4f43e42016-12-13 06:12:40192 "$target_gen_dir/devtools/protocol/schema.cc",
193 "$target_gen_dir/devtools/protocol/schema.h",
dgozman581dd5b72016-12-14 01:15:13194 "$target_gen_dir/devtools/protocol/security.cc",
195 "$target_gen_dir/devtools/protocol/security.h",
dgozmanb31e7732016-12-16 04:08:39196 "$target_gen_dir/devtools/protocol/service_worker.cc",
197 "$target_gen_dir/devtools/protocol/service_worker.h",
dgozmand5a5b2c2016-12-14 20:37:24198 "$target_gen_dir/devtools/protocol/storage.cc",
199 "$target_gen_dir/devtools/protocol/storage.h",
dgozmanabbad67b2016-11-22 02:37:02200 "$target_gen_dir/devtools/protocol/system_info.cc",
201 "$target_gen_dir/devtools/protocol/system_info.h",
dgozmanb35728c52016-12-16 05:31:43202 "$target_gen_dir/devtools/protocol/target.cc",
203 "$target_gen_dir/devtools/protocol/target.h",
dgozmanabbad67b2016-11-22 02:37:02204 "$target_gen_dir/devtools/protocol/tethering.cc",
205 "$target_gen_dir/devtools/protocol/tethering.h",
dgozmandc4d41722016-11-15 22:40:56206 "$target_gen_dir/devtools/protocol/tracing.cc",
207 "$target_gen_dir/devtools/protocol/tracing.h",
bend32292b2016-10-07 00:21:58208 "../common/service_manager/child_connection.cc",
209 "../common/service_manager/child_connection.h",
brettwb167c7332016-09-07 22:52:46210 "../zygote/zygote_linux.cc",
211 "../zygote/zygote_linux.h",
212 "../zygote/zygote_main_linux.cc",
brettwb167c7332016-09-07 22:52:46213 "accessibility/accessibility_tree_formatter.cc",
214 "accessibility/accessibility_tree_formatter.h",
215 "accessibility/accessibility_tree_formatter_blink.cc",
216 "accessibility/accessibility_tree_formatter_blink.h",
217 "accessibility/accessibility_tree_formatter_mac.mm",
218 "accessibility/accessibility_tree_formatter_stub.cc",
219 "accessibility/accessibility_tree_formatter_utils_win.cc",
220 "accessibility/accessibility_tree_formatter_utils_win.h",
221 "accessibility/accessibility_tree_formatter_win.cc",
222 "accessibility/accessibility_ui.cc",
223 "accessibility/accessibility_ui.h",
nektar9de71d42016-10-21 21:57:00224 "accessibility/ax_platform_position.cc",
225 "accessibility/ax_platform_position.h",
brettwb167c7332016-09-07 22:52:46226 "accessibility/browser_accessibility.cc",
227 "accessibility/browser_accessibility.h",
228 "accessibility/browser_accessibility_cocoa.h",
229 "accessibility/browser_accessibility_cocoa.mm",
230 "accessibility/browser_accessibility_event.cc",
231 "accessibility/browser_accessibility_event.h",
232 "accessibility/browser_accessibility_event_win.cc",
233 "accessibility/browser_accessibility_event_win.h",
234 "accessibility/browser_accessibility_mac.h",
235 "accessibility/browser_accessibility_mac.mm",
236 "accessibility/browser_accessibility_manager.cc",
237 "accessibility/browser_accessibility_manager.h",
238 "accessibility/browser_accessibility_manager_mac.h",
239 "accessibility/browser_accessibility_manager_mac.mm",
240 "accessibility/browser_accessibility_manager_win.cc",
241 "accessibility/browser_accessibility_manager_win.h",
242 "accessibility/browser_accessibility_state_impl.cc",
243 "accessibility/browser_accessibility_state_impl.h",
244 "accessibility/browser_accessibility_state_impl_mac.mm",
245 "accessibility/browser_accessibility_state_impl_win.cc",
246 "accessibility/browser_accessibility_win.cc",
247 "accessibility/browser_accessibility_win.h",
248 "accessibility/one_shot_accessibility_tree_search.cc",
249 "accessibility/one_shot_accessibility_tree_search.h",
darin2d145fe2017-02-16 15:22:35250 "android/app_web_message_port.cc",
251 "android/app_web_message_port.h",
brettwb167c7332016-09-07 22:52:46252 "android/background_sync_network_observer_android.cc",
253 "android/background_sync_network_observer_android.h",
254 "android/browser_jni_registrar.cc",
255 "android/browser_jni_registrar.h",
256 "android/browser_startup_controller.cc",
257 "android/browser_startup_controller.h",
chongz8bdf20922017-03-16 20:44:04258 "android/content_feature_list.cc",
259 "android/content_feature_list.h",
brettwb167c7332016-09-07 22:52:46260 "android/content_protocol_handler_impl.cc",
261 "android/content_protocol_handler_impl.h",
262 "android/content_startup_flags.cc",
263 "android/content_startup_flags.h",
264 "android/content_video_view.cc",
265 "android/content_video_view.h",
266 "android/devtools_auth.cc",
liberatoa8da3b52017-05-02 20:23:51267 "android/dialog_overlay_impl.cc",
268 "android/dialog_overlay_impl.h",
jcivelli27d06a62017-03-22 01:40:37269 "android/gpu_process_callback.cc",
270 "android/gpu_process_callback.h",
sammcf5f1b0f2016-09-20 23:05:11271 "android/java_interfaces_impl.cc",
272 "android/java_interfaces_impl.h",
boliu61687ec52017-03-29 20:09:34273 "android/launcher_thread.cc",
274 "android/launcher_thread.h",
tguilbertf08485bf2016-09-21 04:11:41275 "android/scoped_surface_request_manager.cc",
276 "android/scoped_surface_request_manager.h",
darin2d145fe2017-02-16 15:22:35277 "android/string_message_codec.cc",
278 "android/string_message_codec.h",
brettwb167c7332016-09-07 22:52:46279 "android/url_request_content_job.cc",
280 "android/url_request_content_job.h",
281 "appcache/appcache.cc",
282 "appcache/appcache.h",
283 "appcache/appcache_backend_impl.cc",
284 "appcache/appcache_backend_impl.h",
285 "appcache/appcache_database.cc",
286 "appcache/appcache_database.h",
287 "appcache/appcache_disk_cache.cc",
288 "appcache/appcache_disk_cache.h",
289 "appcache/appcache_dispatcher_host.cc",
290 "appcache/appcache_dispatcher_host.h",
291 "appcache/appcache_entry.h",
292 "appcache/appcache_executable_handler.h",
293 "appcache/appcache_frontend_proxy.cc",
294 "appcache/appcache_frontend_proxy.h",
295 "appcache/appcache_group.cc",
296 "appcache/appcache_group.h",
297 "appcache/appcache_histograms.cc",
298 "appcache/appcache_histograms.h",
299 "appcache/appcache_host.cc",
300 "appcache/appcache_host.h",
301 "appcache/appcache_interceptor.cc",
302 "appcache/appcache_interceptor.h",
303 "appcache/appcache_internals_ui.cc",
304 "appcache/appcache_internals_ui.h",
305 "appcache/appcache_manifest_parser.cc",
306 "appcache/appcache_manifest_parser.h",
ananta292a9172016-12-07 01:29:27307 "appcache/appcache_navigation_handle.cc",
308 "appcache/appcache_navigation_handle.h",
309 "appcache/appcache_navigation_handle_core.cc",
310 "appcache/appcache_navigation_handle_core.h",
brettwb167c7332016-09-07 22:52:46311 "appcache/appcache_policy.h",
312 "appcache/appcache_quota_client.cc",
313 "appcache/appcache_quota_client.h",
314 "appcache/appcache_request_handler.cc",
315 "appcache/appcache_request_handler.h",
316 "appcache/appcache_response.cc",
317 "appcache/appcache_response.h",
318 "appcache/appcache_service_impl.cc",
319 "appcache/appcache_service_impl.h",
320 "appcache/appcache_storage.cc",
321 "appcache/appcache_storage.h",
322 "appcache/appcache_storage_impl.cc",
323 "appcache/appcache_storage_impl.h",
324 "appcache/appcache_update_job.cc",
325 "appcache/appcache_update_job.h",
326 "appcache/appcache_url_request_job.cc",
327 "appcache/appcache_url_request_job.h",
328 "appcache/appcache_working_set.cc",
329 "appcache/appcache_working_set.h",
330 "appcache/chrome_appcache_service.cc",
331 "appcache/chrome_appcache_service.h",
dalecurtisd8cd11c2016-12-13 21:56:41332 "audio_manager_thread.cc",
333 "audio_manager_thread.h",
harkness7b36c432017-02-15 20:05:36334 "background_fetch/background_fetch_context.cc",
335 "background_fetch/background_fetch_context.h",
peterbbecee162017-04-14 17:09:55336 "background_fetch/background_fetch_cross_origin_filter.cc",
337 "background_fetch/background_fetch_cross_origin_filter.h",
harkness7b36c432017-02-15 20:05:36338 "background_fetch/background_fetch_data_manager.cc",
339 "background_fetch/background_fetch_data_manager.h",
peteref0797702017-03-19 04:06:40340 "background_fetch/background_fetch_event_dispatcher.cc",
341 "background_fetch/background_fetch_event_dispatcher.h",
harknessa247d9bf2017-02-28 17:01:53342 "background_fetch/background_fetch_job_controller.cc",
343 "background_fetch/background_fetch_job_controller.h",
peter6965a1a12017-03-27 08:59:27344 "background_fetch/background_fetch_registration_id.cc",
345 "background_fetch/background_fetch_registration_id.h",
harknessa247d9bf2017-02-28 17:01:53346 "background_fetch/background_fetch_request_info.cc",
347 "background_fetch/background_fetch_request_info.h",
peter3226ce82017-03-16 18:06:28348 "background_fetch/background_fetch_service_impl.cc",
349 "background_fetch/background_fetch_service_impl.h",
brettwb167c7332016-09-07 22:52:46350 "background_sync/background_sync_context.cc",
351 "background_sync/background_sync_context.h",
352 "background_sync/background_sync_manager.cc",
353 "background_sync/background_sync_manager.h",
354 "background_sync/background_sync_metrics.cc",
355 "background_sync/background_sync_metrics.h",
356 "background_sync/background_sync_network_observer.cc",
357 "background_sync/background_sync_network_observer.h",
358 "background_sync/background_sync_registration.cc",
359 "background_sync/background_sync_registration.h",
360 "background_sync/background_sync_registration_options.cc",
361 "background_sync/background_sync_registration_options.h",
362 "background_sync/background_sync_service_impl.cc",
363 "background_sync/background_sync_service_impl.h",
364 "background_sync/background_sync_status.h",
365 "bad_message.cc",
366 "bad_message.h",
367 "blob_storage/blob_dispatcher_host.cc",
368 "blob_storage/blob_dispatcher_host.h",
369 "blob_storage/chrome_blob_storage_context.cc",
370 "blob_storage/chrome_blob_storage_context.h",
juncaif70c51172017-02-10 23:49:17371 "bluetooth/bluetooth_allowed_devices.cc",
372 "bluetooth/bluetooth_allowed_devices.h",
brettwb167c7332016-09-07 22:52:46373 "bluetooth/bluetooth_allowed_devices_map.cc",
374 "bluetooth/bluetooth_allowed_devices_map.h",
beaufort.francois01135bf2016-11-23 14:37:36375 "bluetooth/bluetooth_blocklist.cc",
376 "bluetooth/bluetooth_blocklist.h",
brettwb167c7332016-09-07 22:52:46377 "bluetooth/bluetooth_device_chooser_controller.cc",
378 "bluetooth/bluetooth_device_chooser_controller.h",
379 "bluetooth/bluetooth_metrics.cc",
380 "bluetooth/bluetooth_metrics.h",
brettwb167c7332016-09-07 22:52:46381 "bluetooth/frame_connected_bluetooth_devices.cc",
382 "bluetooth/frame_connected_bluetooth_devices.h",
383 "bluetooth/web_bluetooth_service_impl.cc",
384 "bluetooth/web_bluetooth_service_impl.h",
385 "bootstrap_sandbox_manager_mac.cc",
386 "bootstrap_sandbox_manager_mac.h",
387 "broadcast_channel/broadcast_channel_provider.cc",
388 "broadcast_channel/broadcast_channel_provider.h",
389 "browser_child_process_host_impl.cc",
390 "browser_child_process_host_impl.h",
391 "browser_context.cc",
392 "browser_ipc_logging.cc",
393 "browser_main.cc",
394 "browser_main.h",
395 "browser_main_loop.cc",
396 "browser_main_loop.h",
397 "browser_main_runner.cc",
398 "browser_plugin/browser_plugin_embedder.cc",
399 "browser_plugin/browser_plugin_embedder.h",
400 "browser_plugin/browser_plugin_guest.cc",
401 "browser_plugin/browser_plugin_guest.h",
402 "browser_plugin/browser_plugin_message_filter.cc",
403 "browser_plugin/browser_plugin_message_filter.h",
404 "browser_plugin/browser_plugin_popup_menu_helper_mac.h",
405 "browser_plugin/browser_plugin_popup_menu_helper_mac.mm",
406 "browser_process_sub_thread.cc",
407 "browser_process_sub_thread.h",
408 "browser_shutdown_profile_dumper.cc",
409 "browser_shutdown_profile_dumper.h",
410 "browser_thread_impl.cc",
411 "browser_thread_impl.h",
412 "browser_url_handler_impl.cc",
413 "browser_url_handler_impl.h",
msrameka3c7cfd2017-02-03 13:34:13414 "browsing_data/browsing_data_filter_builder_impl.cc",
415 "browsing_data/browsing_data_filter_builder_impl.h",
msrameke169ccb2017-04-26 05:21:41416 "browsing_data/browsing_data_remover_impl.cc",
417 "browsing_data/browsing_data_remover_impl.h",
brettwb167c7332016-09-07 22:52:46418 "browsing_data/clear_site_data_throttle.cc",
419 "browsing_data/clear_site_data_throttle.h",
msramekee2be6e2017-03-27 19:28:01420 "browsing_data/conditional_cache_deletion_helper.cc",
421 "browsing_data/conditional_cache_deletion_helper.h",
422 "browsing_data/storage_partition_http_cache_data_remover.cc",
423 "browsing_data/storage_partition_http_cache_data_remover.h",
brettwb167c7332016-09-07 22:52:46424 "browsing_instance.cc",
425 "browsing_instance.h",
426 "byte_stream.cc",
427 "byte_stream.h",
428 "cache_storage/cache_storage.cc",
429 "cache_storage/cache_storage.h",
430 "cache_storage/cache_storage_blob_to_disk_cache.cc",
431 "cache_storage/cache_storage_blob_to_disk_cache.h",
432 "cache_storage/cache_storage_cache.cc",
433 "cache_storage/cache_storage_cache.h",
434 "cache_storage/cache_storage_cache_handle.cc",
435 "cache_storage/cache_storage_cache_handle.h",
cmumfordffb8a162016-12-22 15:26:50436 "cache_storage/cache_storage_cache_observer.h",
brettwb167c7332016-09-07 22:52:46437 "cache_storage/cache_storage_context_impl.cc",
438 "cache_storage/cache_storage_context_impl.h",
439 "cache_storage/cache_storage_dispatcher_host.cc",
440 "cache_storage/cache_storage_dispatcher_host.h",
441 "cache_storage/cache_storage_histogram_macros.h",
cmumfordffb8a162016-12-22 15:26:50442 "cache_storage/cache_storage_index.cc",
443 "cache_storage/cache_storage_index.h",
brettwb167c7332016-09-07 22:52:46444 "cache_storage/cache_storage_manager.cc",
445 "cache_storage/cache_storage_manager.h",
446 "cache_storage/cache_storage_operation.cc",
447 "cache_storage/cache_storage_operation.h",
448 "cache_storage/cache_storage_quota_client.cc",
449 "cache_storage/cache_storage_quota_client.h",
450 "cache_storage/cache_storage_scheduler.cc",
451 "cache_storage/cache_storage_scheduler.h",
452 "cache_storage/cache_storage_scheduler_client.h",
brettwb167c7332016-09-07 22:52:46453 "child_process_launcher.cc",
454 "child_process_launcher.h",
jcivelli828cd7f2017-01-18 19:50:46455 "child_process_launcher_helper.cc",
456 "child_process_launcher_helper.h",
457 "child_process_launcher_helper_android.cc",
boliu4ac59a52017-03-20 17:45:32458 "child_process_launcher_helper_android.h",
jcivelli828cd7f2017-01-18 19:50:46459 "child_process_launcher_helper_linux.cc",
460 "child_process_launcher_helper_mac.cc",
461 "child_process_launcher_helper_posix.cc",
462 "child_process_launcher_helper_posix.h",
463 "child_process_launcher_helper_win.cc",
brettwb167c7332016-09-07 22:52:46464 "child_process_security_policy_impl.cc",
465 "child_process_security_policy_impl.h",
466 "cocoa/system_hotkey_helper_mac.h",
467 "cocoa/system_hotkey_helper_mac.mm",
468 "cocoa/system_hotkey_map.h",
469 "cocoa/system_hotkey_map.mm",
[email protected]743530f2014-06-12 19:38:50470
brettwb167c7332016-09-07 22:52:46471 # NOTE: These files are here instead of in compositor_browser_sources
472 # because the latter is not built on Android, whereas these files are
473 # needed on all platforms.
kylechar69bd9162017-04-10 23:45:48474 "compositor/frame_sink_manager_host.cc",
475 "compositor/frame_sink_manager_host.h",
brettwb167c7332016-09-07 22:52:46476 "compositor/surface_utils.cc",
477 "compositor/surface_utils.h",
brettwb167c7332016-09-07 22:52:46478 "devtools/browser_devtools_agent_host.cc",
479 "devtools/browser_devtools_agent_host.h",
480 "devtools/devtools_agent_host_impl.cc",
481 "devtools/devtools_agent_host_impl.h",
482 "devtools/devtools_frame_trace_recorder.cc",
483 "devtools/devtools_frame_trace_recorder.h",
pfeldman10628762016-09-08 07:59:26484 "devtools/devtools_http_handler.cc",
485 "devtools/devtools_http_handler.h",
brettwb167c7332016-09-07 22:52:46486 "devtools/devtools_io_context.cc",
487 "devtools/devtools_io_context.h",
488 "devtools/devtools_manager.cc",
489 "devtools/devtools_manager.h",
dgozmand77188632016-11-16 01:34:39490 "devtools/devtools_session.cc",
491 "devtools/devtools_session.h",
brettwb167c7332016-09-07 22:52:46492 "devtools/forwarding_agent_host.cc",
493 "devtools/forwarding_agent_host.h",
494 "devtools/page_navigation_throttle.cc",
495 "devtools/page_navigation_throttle.h",
dgozman39d9d9a2016-12-28 18:56:30496 "devtools/protocol/devtools_domain_handler.cc",
497 "devtools/protocol/devtools_domain_handler.h",
brettwb167c7332016-09-07 22:52:46498 "devtools/protocol/dom_handler.cc",
499 "devtools/protocol/dom_handler.h",
500 "devtools/protocol/emulation_handler.cc",
501 "devtools/protocol/emulation_handler.h",
502 "devtools/protocol/input_handler.cc",
503 "devtools/protocol/input_handler.h",
504 "devtools/protocol/inspector_handler.cc",
505 "devtools/protocol/inspector_handler.h",
506 "devtools/protocol/io_handler.cc",
507 "devtools/protocol/io_handler.h",
508 "devtools/protocol/memory_handler.cc",
509 "devtools/protocol/memory_handler.h",
510 "devtools/protocol/network_handler.cc",
511 "devtools/protocol/network_handler.h",
512 "devtools/protocol/page_handler.cc",
513 "devtools/protocol/page_handler.h",
514 "devtools/protocol/schema_handler.cc",
515 "devtools/protocol/schema_handler.h",
516 "devtools/protocol/security_handler.cc",
517 "devtools/protocol/security_handler.h",
518 "devtools/protocol/service_worker_handler.cc",
519 "devtools/protocol/service_worker_handler.h",
520 "devtools/protocol/storage_handler.cc",
521 "devtools/protocol/storage_handler.h",
522 "devtools/protocol/system_info_handler.cc",
523 "devtools/protocol/system_info_handler.h",
dgozmanc2cea7d2016-09-28 03:27:55524 "devtools/protocol/target_handler.cc",
525 "devtools/protocol/target_handler.h",
brettwb167c7332016-09-07 22:52:46526 "devtools/protocol/tethering_handler.cc",
527 "devtools/protocol/tethering_handler.h",
528 "devtools/protocol/tracing_handler.cc",
529 "devtools/protocol/tracing_handler.h",
dgozmandc4d41722016-11-15 22:40:56530 "devtools/protocol_string.cc",
531 "devtools/protocol_string.h",
brettwb167c7332016-09-07 22:52:46532 "devtools/render_frame_devtools_agent_host.cc",
533 "devtools/render_frame_devtools_agent_host.h",
534 "devtools/service_worker_devtools_agent_host.cc",
535 "devtools/service_worker_devtools_agent_host.h",
536 "devtools/service_worker_devtools_manager.cc",
537 "devtools/service_worker_devtools_manager.h",
538 "devtools/shared_worker_devtools_agent_host.cc",
539 "devtools/shared_worker_devtools_agent_host.h",
540 "devtools/shared_worker_devtools_manager.cc",
541 "devtools/shared_worker_devtools_manager.h",
542 "devtools/worker_devtools_agent_host.cc",
543 "devtools/worker_devtools_agent_host.h",
544 "dom_storage/dom_storage_area.cc",
545 "dom_storage/dom_storage_area.h",
546 "dom_storage/dom_storage_context_impl.cc",
547 "dom_storage/dom_storage_context_impl.h",
548 "dom_storage/dom_storage_context_wrapper.cc",
549 "dom_storage/dom_storage_context_wrapper.h",
550 "dom_storage/dom_storage_database.cc",
551 "dom_storage/dom_storage_database.h",
552 "dom_storage/dom_storage_database_adapter.h",
553 "dom_storage/dom_storage_host.cc",
554 "dom_storage/dom_storage_host.h",
555 "dom_storage/dom_storage_message_filter.cc",
556 "dom_storage/dom_storage_message_filter.h",
557 "dom_storage/dom_storage_namespace.cc",
558 "dom_storage/dom_storage_namespace.h",
559 "dom_storage/dom_storage_session.cc",
560 "dom_storage/dom_storage_session.h",
561 "dom_storage/dom_storage_task_runner.cc",
562 "dom_storage/dom_storage_task_runner.h",
mek876c5c62016-12-22 17:40:46563 "dom_storage/local_storage_context_mojo.cc",
564 "dom_storage/local_storage_context_mojo.h",
brettwb167c7332016-09-07 22:52:46565 "dom_storage/local_storage_database_adapter.cc",
566 "dom_storage/local_storage_database_adapter.h",
567 "dom_storage/session_storage_database.cc",
568 "dom_storage/session_storage_database.h",
569 "dom_storage/session_storage_database_adapter.cc",
570 "dom_storage/session_storage_database_adapter.h",
571 "dom_storage/session_storage_namespace_impl.cc",
572 "dom_storage/session_storage_namespace_impl.h",
573 "download/base_file.cc",
574 "download/base_file.h",
brettwb167c7332016-09-07 22:52:46575 "download/base_file_posix.cc",
576 "download/base_file_win.cc",
577 "download/download_create_info.cc",
578 "download/download_create_info.h",
579 "download/download_destination_observer.h",
580 "download/download_file.h",
581 "download/download_file_factory.cc",
582 "download/download_file_factory.h",
583 "download/download_file_impl.cc",
584 "download/download_file_impl.h",
585 "download/download_interrupt_reasons_impl.cc",
586 "download/download_interrupt_reasons_impl.h",
587 "download/download_item_factory.h",
588 "download/download_item_impl.cc",
589 "download/download_item_impl.h",
590 "download/download_item_impl_delegate.cc",
591 "download/download_item_impl_delegate.h",
xingliuf61d39f2017-01-27 22:46:46592 "download/download_job.cc",
593 "download/download_job.h",
xingliu468824d2017-02-28 02:59:25594 "download/download_job_factory.cc",
595 "download/download_job_factory.h",
596 "download/download_job_impl.cc",
597 "download/download_job_impl.h",
brettwb167c7332016-09-07 22:52:46598 "download/download_manager_impl.cc",
599 "download/download_manager_impl.h",
600 "download/download_net_log_parameters.cc",
601 "download/download_net_log_parameters.h",
602 "download/download_request_core.cc",
603 "download/download_request_core.h",
604 "download/download_request_handle.cc",
605 "download/download_request_handle.h",
606 "download/download_resource_handler.cc",
607 "download/download_resource_handler.h",
608 "download/download_stats.cc",
609 "download/download_stats.h",
xingliu468824d2017-02-28 02:59:25610 "download/download_worker.cc",
611 "download/download_worker.h",
brettwb167c7332016-09-07 22:52:46612 "download/drag_download_file.cc",
613 "download/drag_download_file.h",
614 "download/drag_download_util.cc",
615 "download/drag_download_util.h",
petewil2abcf042017-04-10 21:45:00616 "download/mhtml_extra_parts_impl.cc",
617 "download/mhtml_extra_parts_impl.h",
brettwb167c7332016-09-07 22:52:46618 "download/mhtml_generation_manager.cc",
619 "download/mhtml_generation_manager.h",
xingliu468824d2017-02-28 02:59:25620 "download/parallel_download_job.cc",
621 "download/parallel_download_job.h",
qinmin41a4abf2017-03-02 06:21:31622 "download/parallel_download_utils.cc",
623 "download/parallel_download_utils.h",
brettwb167c7332016-09-07 22:52:46624 "download/rate_estimator.cc",
625 "download/rate_estimator.h",
626 "download/save_file.cc",
627 "download/save_file.h",
628 "download/save_file_manager.cc",
629 "download/save_file_manager.h",
630 "download/save_file_resource_handler.cc",
631 "download/save_file_resource_handler.h",
632 "download/save_item.cc",
633 "download/save_item.h",
634 "download/save_package.cc",
635 "download/save_package.h",
636 "download/save_types.cc",
637 "download/save_types.h",
638 "download/url_downloader.cc",
639 "download/url_downloader.h",
chiniforooshan614d70a2017-03-17 01:19:33640 "field_trial_recorder.cc",
641 "field_trial_recorder.h",
brettwb167c7332016-09-07 22:52:46642 "fileapi/browser_file_system_helper.cc",
643 "fileapi/browser_file_system_helper.h",
644 "fileapi/fileapi_message_filter.cc",
645 "fileapi/fileapi_message_filter.h",
646 "fileapi/upload_file_system_file_element_reader.cc",
647 "fileapi/upload_file_system_file_element_reader.h",
648 "find_request_manager.cc",
649 "find_request_manager.h",
650 "font_list_async.cc",
arthursonzognic5a2f122016-12-21 08:47:16651 "frame_host/ancestor_throttle.cc",
652 "frame_host/ancestor_throttle.h",
brettwb167c7332016-09-07 22:52:46653 "frame_host/cross_process_frame_connector.cc",
654 "frame_host/cross_process_frame_connector.h",
meacerba52f56202017-04-22 00:08:08655 "frame_host/data_url_navigation_throttle.cc",
656 "frame_host/data_url_navigation_throttle.h",
brettwb167c7332016-09-07 22:52:46657 "frame_host/debug_urls.cc",
658 "frame_host/debug_urls.h",
arthursonzogni7cc34c52017-03-18 09:00:53659 "frame_host/form_submission_throttle.cc",
660 "frame_host/form_submission_throttle.h",
brettwb167c7332016-09-07 22:52:46661 "frame_host/frame_navigation_entry.cc",
662 "frame_host/frame_navigation_entry.h",
663 "frame_host/frame_tree.cc",
664 "frame_host/frame_tree.h",
665 "frame_host/frame_tree_node.cc",
666 "frame_host/frame_tree_node.h",
667 "frame_host/frame_tree_node_blame_context.cc",
668 "frame_host/frame_tree_node_blame_context.h",
669 "frame_host/interstitial_page_impl.cc",
670 "frame_host/interstitial_page_impl.h",
671 "frame_host/interstitial_page_navigator_impl.cc",
672 "frame_host/interstitial_page_navigator_impl.h",
carloskd9d97942017-02-16 08:58:09673 "frame_host/mixed_content_navigation_throttle.cc",
674 "frame_host/mixed_content_navigation_throttle.h",
brettwb167c7332016-09-07 22:52:46675 "frame_host/navigation_controller_android.cc",
676 "frame_host/navigation_controller_android.h",
677 "frame_host/navigation_controller_delegate.h",
678 "frame_host/navigation_controller_impl.cc",
679 "frame_host/navigation_controller_impl.h",
680 "frame_host/navigation_entry_impl.cc",
681 "frame_host/navigation_entry_impl.h",
682 "frame_host/navigation_entry_screenshot_manager.cc",
683 "frame_host/navigation_entry_screenshot_manager.h",
684 "frame_host/navigation_handle_impl.cc",
685 "frame_host/navigation_handle_impl.h",
686 "frame_host/navigation_request.cc",
687 "frame_host/navigation_request.h",
688 "frame_host/navigation_request_info.cc",
689 "frame_host/navigation_request_info.h",
690 "frame_host/navigator.cc",
691 "frame_host/navigator.h",
692 "frame_host/navigator_delegate.cc",
693 "frame_host/navigator_delegate.h",
694 "frame_host/navigator_impl.cc",
695 "frame_host/navigator_impl.h",
696 "frame_host/popup_menu_helper_mac.h",
697 "frame_host/popup_menu_helper_mac.mm",
698 "frame_host/render_frame_host_delegate.cc",
699 "frame_host/render_frame_host_delegate.h",
700 "frame_host/render_frame_host_factory.cc",
701 "frame_host/render_frame_host_factory.h",
702 "frame_host/render_frame_host_impl.cc",
703 "frame_host/render_frame_host_impl.h",
704 "frame_host/render_frame_host_manager.cc",
705 "frame_host/render_frame_host_manager.h",
706 "frame_host/render_frame_message_filter.cc",
707 "frame_host/render_frame_message_filter.h",
708 "frame_host/render_frame_proxy_host.cc",
709 "frame_host/render_frame_proxy_host.h",
710 "frame_host/render_widget_host_view_child_frame.cc",
711 "frame_host/render_widget_host_view_child_frame.h",
712 "frame_host/render_widget_host_view_guest.cc",
713 "frame_host/render_widget_host_view_guest.h",
brettwb167c7332016-09-07 22:52:46714 "gpu/browser_gpu_channel_host_factory.cc",
715 "gpu/browser_gpu_channel_host_factory.h",
716 "gpu/browser_gpu_memory_buffer_manager.cc",
717 "gpu/browser_gpu_memory_buffer_manager.h",
718 "gpu/compositor_util.cc",
719 "gpu/compositor_util.h",
sadrul53546592016-12-17 01:44:21720 "gpu/gpu_client.cc",
721 "gpu/gpu_client.h",
brettwb167c7332016-09-07 22:52:46722 "gpu/gpu_data_manager_impl.cc",
723 "gpu/gpu_data_manager_impl.h",
724 "gpu/gpu_data_manager_impl_private.cc",
725 "gpu/gpu_data_manager_impl_private.h",
michaelpg67362b52017-02-15 06:18:27726 "gpu/gpu_feature_checker_impl.cc",
727 "gpu/gpu_feature_checker_impl.h",
brettwb167c7332016-09-07 22:52:46728 "gpu/gpu_internals_ui.cc",
729 "gpu/gpu_internals_ui.h",
tapted4091f2f2017-02-07 00:47:19730 "gpu/gpu_main_thread_factory.cc",
731 "gpu/gpu_main_thread_factory.h",
brettwb167c7332016-09-07 22:52:46732 "gpu/gpu_process_host.cc",
733 "gpu/gpu_process_host.h",
sadrul75d671b2016-12-13 06:14:39734 "gpu/shader_cache_factory.cc",
735 "gpu/shader_cache_factory.h",
brettwb167c7332016-09-07 22:52:46736 "histogram_controller.cc",
737 "histogram_controller.h",
738 "histogram_internals_request_job.cc",
739 "histogram_internals_request_job.h",
740 "histogram_message_filter.cc",
741 "histogram_message_filter.h",
742 "histogram_subscriber.h",
743 "histogram_synchronizer.cc",
744 "histogram_synchronizer.h",
745 "host_zoom_level_context.cc",
746 "host_zoom_level_context.h",
747 "host_zoom_map_impl.cc",
748 "host_zoom_map_impl.h",
scottmg276753cf2016-10-27 18:25:22749 "host_zoom_map_observer.cc",
750 "host_zoom_map_observer.h",
mcasas18de5022017-03-10 22:45:50751 "image_capture/image_capture_impl.cc",
752 "image_capture/image_capture_impl.h",
reillyg39fb4662016-11-22 20:27:17753 "indexed_db/cursor_impl.cc",
754 "indexed_db/cursor_impl.h",
reillyg963ec6df2016-11-05 01:10:58755 "indexed_db/database_impl.cc",
756 "indexed_db/database_impl.h",
brettwb167c7332016-09-07 22:52:46757 "indexed_db/indexed_db.h",
758 "indexed_db/indexed_db_active_blob_registry.cc",
759 "indexed_db/indexed_db_active_blob_registry.h",
760 "indexed_db/indexed_db_backing_store.cc",
761 "indexed_db/indexed_db_backing_store.h",
762 "indexed_db/indexed_db_blob_info.cc",
763 "indexed_db/indexed_db_blob_info.h",
764 "indexed_db/indexed_db_callbacks.cc",
765 "indexed_db/indexed_db_callbacks.h",
766 "indexed_db/indexed_db_class_factory.cc",
767 "indexed_db/indexed_db_class_factory.h",
768 "indexed_db/indexed_db_connection.cc",
769 "indexed_db/indexed_db_connection.h",
770 "indexed_db/indexed_db_context_impl.cc",
771 "indexed_db/indexed_db_context_impl.h",
772 "indexed_db/indexed_db_cursor.cc",
773 "indexed_db/indexed_db_cursor.h",
jbroman3ee0c8ab2017-04-20 14:25:03774 "indexed_db/indexed_db_data_format_version.cc",
775 "indexed_db/indexed_db_data_format_version.h",
brettwb167c7332016-09-07 22:52:46776 "indexed_db/indexed_db_data_loss_info.h",
777 "indexed_db/indexed_db_database.cc",
778 "indexed_db/indexed_db_database.h",
779 "indexed_db/indexed_db_database_callbacks.cc",
780 "indexed_db/indexed_db_database_callbacks.h",
781 "indexed_db/indexed_db_database_error.cc",
782 "indexed_db/indexed_db_database_error.h",
783 "indexed_db/indexed_db_dispatcher_host.cc",
784 "indexed_db/indexed_db_dispatcher_host.h",
785 "indexed_db/indexed_db_factory.h",
786 "indexed_db/indexed_db_factory_impl.cc",
787 "indexed_db/indexed_db_factory_impl.h",
788 "indexed_db/indexed_db_index_writer.cc",
789 "indexed_db/indexed_db_index_writer.h",
790 "indexed_db/indexed_db_internals_ui.cc",
791 "indexed_db/indexed_db_internals_ui.h",
792 "indexed_db/indexed_db_leveldb_coding.cc",
793 "indexed_db/indexed_db_leveldb_coding.h",
brettwb167c7332016-09-07 22:52:46794 "indexed_db/indexed_db_observer.cc",
795 "indexed_db/indexed_db_observer.h",
brettwb167c7332016-09-07 22:52:46796 "indexed_db/indexed_db_pending_connection.cc",
797 "indexed_db/indexed_db_pending_connection.h",
798 "indexed_db/indexed_db_quota_client.cc",
799 "indexed_db/indexed_db_quota_client.h",
800 "indexed_db/indexed_db_return_value.h",
wychen589d05e2017-03-31 00:06:36801 "indexed_db/indexed_db_tracing.h",
brettwb167c7332016-09-07 22:52:46802 "indexed_db/indexed_db_transaction.cc",
803 "indexed_db/indexed_db_transaction.h",
804 "indexed_db/indexed_db_transaction_coordinator.cc",
805 "indexed_db/indexed_db_transaction_coordinator.h",
806 "indexed_db/indexed_db_value.cc",
807 "indexed_db/indexed_db_value.h",
808 "indexed_db/leveldb/leveldb_comparator.h",
809 "indexed_db/leveldb/leveldb_database.cc",
810 "indexed_db/leveldb/leveldb_database.h",
811 "indexed_db/leveldb/leveldb_env.cc",
812 "indexed_db/leveldb/leveldb_env.h",
813 "indexed_db/leveldb/leveldb_factory.h",
dmurphec764052017-03-27 23:12:47814 "indexed_db/leveldb/leveldb_iterator.cc",
brettwb167c7332016-09-07 22:52:46815 "indexed_db/leveldb/leveldb_iterator.h",
816 "indexed_db/leveldb/leveldb_iterator_impl.cc",
817 "indexed_db/leveldb/leveldb_iterator_impl.h",
818 "indexed_db/leveldb/leveldb_transaction.cc",
819 "indexed_db/leveldb/leveldb_transaction.h",
820 "indexed_db/leveldb/leveldb_write_batch.cc",
821 "indexed_db/leveldb/leveldb_write_batch.h",
wychen589d05e2017-03-31 00:06:36822 "indexed_db/list_set.h",
mgiuca35f4c7152017-03-14 08:30:30823 "installedapp/installed_app_provider_impl_default.cc",
824 "installedapp/installed_app_provider_impl_default.h",
zijiehe60167782017-04-28 22:31:02825 "keyboard_lock/keyboard_lock_service_impl.cc",
826 "keyboard_lock/keyboard_lock_service_impl.h",
brettwb167c7332016-09-07 22:52:46827 "leveldb_wrapper_impl.cc",
828 "leveldb_wrapper_impl.h",
829 "loader/async_resource_handler.cc",
830 "loader/async_resource_handler.h",
brettwb167c7332016-09-07 22:52:46831 "loader/detachable_resource_handler.cc",
832 "loader/detachable_resource_handler.h",
tzik47a9f9b2016-12-01 04:16:24833 "loader/downloaded_temp_file_impl.cc",
834 "loader/downloaded_temp_file_impl.h",
brettwb167c7332016-09-07 22:52:46835 "loader/global_routing_id.h",
836 "loader/intercepting_resource_handler.cc",
837 "loader/intercepting_resource_handler.h",
838 "loader/layered_resource_handler.cc",
839 "loader/layered_resource_handler.h",
840 "loader/loader_delegate.h",
841 "loader/loader_io_thread_notifier.cc",
842 "loader/loader_io_thread_notifier.h",
843 "loader/mime_sniffing_resource_handler.cc",
844 "loader/mime_sniffing_resource_handler.h",
845 "loader/mojo_async_resource_handler.cc",
846 "loader/mojo_async_resource_handler.h",
847 "loader/navigation_resource_handler.cc",
848 "loader/navigation_resource_handler.h",
849 "loader/navigation_resource_throttle.cc",
850 "loader/navigation_resource_throttle.h",
851 "loader/navigation_url_loader.cc",
852 "loader/navigation_url_loader.h",
853 "loader/navigation_url_loader_delegate.h",
854 "loader/navigation_url_loader_factory.h",
855 "loader/navigation_url_loader_impl.cc",
856 "loader/navigation_url_loader_impl.h",
857 "loader/navigation_url_loader_impl_core.cc",
858 "loader/navigation_url_loader_impl_core.h",
scottmg69985212017-04-12 16:47:28859 "loader/navigation_url_loader_network_service.cc",
860 "loader/navigation_url_loader_network_service.h",
brettwb167c7332016-09-07 22:52:46861 "loader/netlog_observer.cc",
862 "loader/netlog_observer.h",
mmenke87f5c77a2017-01-31 16:11:26863 "loader/null_resource_controller.cc",
864 "loader/null_resource_controller.h",
brettwb167c7332016-09-07 22:52:46865 "loader/power_save_block_resource_throttle.cc",
866 "loader/power_save_block_resource_throttle.h",
867 "loader/redirect_to_file_resource_handler.cc",
868 "loader/redirect_to_file_resource_handler.h",
869 "loader/resource_buffer.cc",
870 "loader/resource_buffer.h",
tyoshino3b3ee8e92016-12-07 16:04:07871 "loader/resource_controller.h",
brettwb167c7332016-09-07 22:52:46872 "loader/resource_dispatcher_host_impl.cc",
873 "loader/resource_dispatcher_host_impl.h",
874 "loader/resource_handler.cc",
875 "loader/resource_handler.h",
876 "loader/resource_hints_impl.cc",
877 "loader/resource_loader.cc",
878 "loader/resource_loader.h",
879 "loader/resource_loader_delegate.h",
880 "loader/resource_message_delegate.cc",
881 "loader/resource_message_delegate.h",
882 "loader/resource_message_filter.cc",
883 "loader/resource_message_filter.h",
884 "loader/resource_request_info_impl.cc",
885 "loader/resource_request_info_impl.h",
horo227286f72016-11-29 11:10:33886 "loader/resource_requester_info.cc",
887 "loader/resource_requester_info.h",
brettwb167c7332016-09-07 22:52:46888 "loader/resource_scheduler.cc",
889 "loader/resource_scheduler.h",
890 "loader/resource_scheduler_filter.cc",
891 "loader/resource_scheduler_filter.h",
892 "loader/stream_resource_handler.cc",
893 "loader/stream_resource_handler.h",
894 "loader/stream_writer.cc",
895 "loader/stream_writer.h",
896 "loader/sync_resource_handler.cc",
897 "loader/sync_resource_handler.h",
898 "loader/temporary_file_stream.cc",
899 "loader/temporary_file_stream.h",
900 "loader/throttling_resource_handler.cc",
901 "loader/throttling_resource_handler.h",
902 "loader/upload_data_stream_builder.cc",
903 "loader/upload_data_stream_builder.h",
tzika6914612016-12-15 12:48:59904 "loader/upload_progress_tracker.cc",
905 "loader/upload_progress_tracker.h",
brettwb167c7332016-09-07 22:52:46906 "loader/url_loader_factory_impl.cc",
907 "loader/url_loader_factory_impl.h",
908 "loader_delegate_impl.cc",
909 "loader_delegate_impl.h",
910 "mach_broker_mac.h",
911 "mach_broker_mac.mm",
912 "manifest/manifest_manager_host.cc",
913 "manifest/manifest_manager_host.h",
brettwb167c7332016-09-07 22:52:46914 "media/android/browser_media_player_manager.cc",
915 "media/android/browser_media_player_manager.h",
brettwb167c7332016-09-07 22:52:46916 "media/android/browser_surface_view_manager.cc",
917 "media/android/browser_surface_view_manager.h",
918 "media/android/media_player_renderer.cc",
919 "media/android/media_player_renderer.h",
920 "media/android/media_resource_getter_impl.cc",
921 "media/android/media_resource_getter_impl.h",
brettwb167c7332016-09-07 22:52:46922 "media/android/media_web_contents_observer_android.cc",
923 "media/android/media_web_contents_observer_android.h",
brettwb167c7332016-09-07 22:52:46924 "media/audible_metrics.cc",
925 "media/audible_metrics.h",
926 "media/audio_stream_monitor.cc",
927 "media/audio_stream_monitor.h",
928 "media/capture/audio_mirroring_manager.cc",
929 "media/capture/audio_mirroring_manager.h",
brettwb167c7332016-09-07 22:52:46930 "media/capture/desktop_capture_device_uma_types.cc",
931 "media/capture/desktop_capture_device_uma_types.h",
brettwb167c7332016-09-07 22:52:46932 "media/capture/web_contents_audio_input_stream.cc",
933 "media/capture/web_contents_audio_input_stream.h",
934 "media/capture/web_contents_audio_muter.cc",
935 "media/capture/web_contents_audio_muter.h",
936 "media/capture/web_contents_tracker.cc",
937 "media/capture/web_contents_tracker.h",
xhwang5ba56be2016-12-13 07:13:03938 "media/cdm_registry_impl.cc",
939 "media/cdm_registry_impl.h",
guidoudf036b32016-10-31 14:51:14940 "media/media_devices_permission_checker.cc",
941 "media/media_devices_permission_checker.h",
guidou8a440b842017-01-30 13:58:43942 "media/media_devices_util.cc",
943 "media/media_devices_util.h",
xhwangaa0bf6d2016-12-03 01:19:15944 "media/media_interface_proxy.cc",
945 "media/media_interface_proxy.h",
brettwb167c7332016-09-07 22:52:46946 "media/media_internals.cc",
947 "media/media_internals.h",
948 "media/media_internals_handler.cc",
949 "media/media_internals_handler.h",
950 "media/media_internals_proxy.cc",
951 "media/media_internals_proxy.h",
952 "media/media_internals_ui.cc",
953 "media/media_internals_ui.h",
954 "media/media_web_contents_observer.cc",
955 "media/media_web_contents_observer.h",
956 "media/midi_host.cc",
957 "media/midi_host.h",
zqzhanga2147f82016-10-18 22:53:26958 "media/session/audio_focus_delegate.h",
959 "media/session/audio_focus_delegate_android.cc",
960 "media/session/audio_focus_delegate_android.h",
961 "media/session/audio_focus_delegate_default.cc",
brettwb167c7332016-09-07 22:52:46962 "media/session/audio_focus_manager.cc",
963 "media/session/audio_focus_manager.h",
zqzhangd84e72872016-10-07 19:22:03964 "media/session/media_metadata_sanitizer.cc",
965 "media/session/media_metadata_sanitizer.h",
zqzhang1adf3cb2016-11-01 11:26:45966 "media/session/media_session_android.cc",
967 "media/session/media_session_android.h",
brettwb167c7332016-09-07 22:52:46968 "media/session/media_session_controller.cc",
969 "media/session/media_session_controller.h",
970 "media/session/media_session_controllers_manager.cc",
971 "media/session/media_session_controllers_manager.h",
zqzhang1adf3cb2016-11-01 11:26:45972 "media/session/media_session_impl.cc",
973 "media/session/media_session_impl.h",
zqzhanga2147f82016-10-18 22:53:26974 "media/session/media_session_player_observer.h",
zqzhangd84e72872016-10-07 19:22:03975 "media/session/media_session_service_impl.cc",
976 "media/session/media_session_service_impl.h",
brettwb167c7332016-09-07 22:52:46977 "media/session/media_session_uma_helper.cc",
978 "media/session/media_session_uma_helper.h",
slana0da4302016-11-07 17:37:01979 "media/url_provision_fetcher.cc",
980 "media/url_provision_fetcher.h",
bashi810232f52017-03-03 04:38:02981 "memory/memory_condition_observer.cc",
982 "memory/memory_condition_observer.h",
bashi529cb14c2016-10-17 21:53:57983 "memory/memory_coordinator_impl.cc",
984 "memory/memory_coordinator_impl.h",
brettwb167c7332016-09-07 22:52:46985 "memory/memory_message_filter.cc",
986 "memory/memory_message_filter.h",
bashia6264042016-09-15 04:49:51987 "memory/memory_monitor.cc",
988 "memory/memory_monitor.h",
bashi66264142016-09-27 06:26:40989 "memory/memory_monitor_android.cc",
990 "memory/memory_monitor_android.h",
bashia6264042016-09-15 04:49:51991 "memory/memory_monitor_win.cc",
992 "memory/memory_monitor_win.h",
brettwb167c7332016-09-07 22:52:46993 "memory/memory_pressure_controller_impl.cc",
994 "memory/memory_pressure_controller_impl.h",
bashi4159f36e2017-05-01 01:18:51995 "memory/swap_metrics_observer.cc",
996 "memory/swap_metrics_observer.h",
997 "memory/swap_metrics_observer_linux.cc",
998 "memory/swap_metrics_observer_linux.h",
999 "memory/swap_metrics_observer_mac.cc",
bashi651d8fea2017-05-02 00:42:151000 "memory/swap_metrics_observer_mac.h",
bashi4159f36e2017-05-01 01:18:511001 "memory/swap_metrics_observer_win.cc",
brettwb167c7332016-09-07 22:52:461002 "message_port_provider.cc",
brettwb167c7332016-09-07 22:52:461003 "mime_registry_impl.cc",
1004 "mime_registry_impl.h",
brettwb167c7332016-09-07 22:52:461005 "net/browser_online_state_observer.cc",
1006 "net/browser_online_state_observer.h",
1007 "net/network_errors_listing_ui.cc",
1008 "net/network_errors_listing_ui.h",
1009 "net/quota_policy_cookie_store.cc",
1010 "net/quota_policy_cookie_store.h",
1011 "net/view_blob_internals_job_factory.cc",
1012 "net/view_blob_internals_job_factory.h",
1013 "net/view_http_cache_job_factory.cc",
1014 "net/view_http_cache_job_factory.h",
1015 "notification_service_impl.cc",
1016 "notification_service_impl.h",
1017 "notifications/blink_notification_service_impl.cc",
1018 "notifications/blink_notification_service_impl.h",
1019 "notifications/notification_database.cc",
1020 "notifications/notification_database.h",
1021 "notifications/notification_database_data_conversions.cc",
1022 "notifications/notification_database_data_conversions.h",
1023 "notifications/notification_event_dispatcher_impl.cc",
1024 "notifications/notification_event_dispatcher_impl.h",
1025 "notifications/notification_id_generator.cc",
1026 "notifications/notification_id_generator.h",
1027 "notifications/notification_message_filter.cc",
1028 "notifications/notification_message_filter.h",
1029 "notifications/page_notification_delegate.cc",
1030 "notifications/page_notification_delegate.h",
1031 "notifications/platform_notification_context_impl.cc",
1032 "notifications/platform_notification_context_impl.h",
1033 "notifications/type_converters.cc",
1034 "notifications/type_converters.h",
jinho.bang745d987b2016-12-14 19:06:541035 "payments/payment_app_context_impl.cc",
1036 "payments/payment_app_context_impl.h",
jinho.bangab430572016-12-16 14:33:581037 "payments/payment_app_database.cc",
1038 "payments/payment_app_database.h",
jinho.bangac34b3a32017-01-05 12:51:211039 "payments/payment_app_provider_impl.cc",
1040 "payments/payment_app_provider_impl.h",
jinho.bangbbb00c32017-03-30 15:09:091041 "payments/payment_manager.cc",
1042 "payments/payment_manager.h",
brettwb167c7332016-09-07 22:52:461043 "permissions/permission_service_context.cc",
1044 "permissions/permission_service_context.h",
1045 "permissions/permission_service_impl.cc",
1046 "permissions/permission_service_impl.h",
brettwb167c7332016-09-07 22:52:461047 "presentation/presentation_service_impl.cc",
1048 "presentation/presentation_service_impl.h",
brettwb167c7332016-09-07 22:52:461049 "profiler_controller_impl.cc",
1050 "profiler_controller_impl.h",
1051 "profiler_message_filter.cc",
1052 "profiler_message_filter.h",
awdf5f7440c2017-01-09 12:38:561053 "push_messaging/push_messaging_context.cc",
1054 "push_messaging/push_messaging_context.h",
ke.he5f426e322017-02-22 12:37:121055 "push_messaging/push_messaging_manager.cc",
1056 "push_messaging/push_messaging_manager.h",
brettwb167c7332016-09-07 22:52:461057 "push_messaging/push_messaging_router.cc",
1058 "push_messaging/push_messaging_router.h",
1059 "quota_dispatcher_host.cc",
1060 "quota_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:461061 "renderer_host/clipboard_message_filter.cc",
1062 "renderer_host/clipboard_message_filter.h",
1063 "renderer_host/clipboard_message_filter_mac.mm",
brettwb167c7332016-09-07 22:52:461064 "renderer_host/database_message_filter.cc",
1065 "renderer_host/database_message_filter.h",
brettwb167c7332016-09-07 22:52:461066 "renderer_host/dip_util.cc",
1067 "renderer_host/dip_util.h",
1068 "renderer_host/dwrite_font_proxy_message_filter_win.cc",
1069 "renderer_host/dwrite_font_proxy_message_filter_win.h",
1070 "renderer_host/event_with_latency_info.h",
1071 "renderer_host/file_utilities_message_filter.cc",
1072 "renderer_host/file_utilities_message_filter.h",
1073 "renderer_host/font_utils_linux.cc",
1074 "renderer_host/font_utils_linux.h",
1075 "renderer_host/frame_metadata_util.cc",
1076 "renderer_host/frame_metadata_util.h",
samans2040988b2017-04-11 23:58:351077 "renderer_host/frame_sink_provider_impl.cc",
1078 "renderer_host/frame_sink_provider_impl.h",
brettwb167c7332016-09-07 22:52:461079 "renderer_host/input/gesture_event_queue.cc",
1080 "renderer_host/input/gesture_event_queue.h",
1081 "renderer_host/input/input_ack_handler.h",
alexis.menardb12ba342017-04-15 09:01:191082 "renderer_host/input/input_device_change_observer.cc",
1083 "renderer_host/input/input_device_change_observer.h",
brettwb167c7332016-09-07 22:52:461084 "renderer_host/input/input_router.h",
1085 "renderer_host/input/input_router_client.h",
1086 "renderer_host/input/input_router_config_helper.cc",
1087 "renderer_host/input/input_router_config_helper.h",
1088 "renderer_host/input/input_router_impl.cc",
1089 "renderer_host/input/input_router_impl.h",
dtapuska73607ca2017-01-27 17:20:191090 "renderer_host/input/legacy_touch_event_queue.cc",
1091 "renderer_host/input/legacy_touch_event_queue.h",
brettwb167c7332016-09-07 22:52:461092 "renderer_host/input/motion_event_web.cc",
1093 "renderer_host/input/motion_event_web.h",
1094 "renderer_host/input/mouse_wheel_event_queue.cc",
1095 "renderer_host/input/mouse_wheel_event_queue.h",
1096 "renderer_host/input/mouse_wheel_rails_filter_mac.cc",
1097 "renderer_host/input/mouse_wheel_rails_filter_mac.h",
dtapuska53f9f4ee2017-02-27 01:14:261098 "renderer_host/input/passthrough_touch_event_queue.cc",
1099 "renderer_host/input/passthrough_touch_event_queue.h",
brettwb167c7332016-09-07 22:52:461100 "renderer_host/input/render_widget_host_latency_tracker.cc",
1101 "renderer_host/input/render_widget_host_latency_tracker.h",
1102 "renderer_host/input/stylus_text_selector.cc",
1103 "renderer_host/input/stylus_text_selector.h",
1104 "renderer_host/input/synthetic_gesture.cc",
1105 "renderer_host/input/synthetic_gesture.h",
1106 "renderer_host/input/synthetic_gesture_controller.cc",
1107 "renderer_host/input/synthetic_gesture_controller.h",
1108 "renderer_host/input/synthetic_gesture_target.h",
1109 "renderer_host/input/synthetic_gesture_target_aura.cc",
1110 "renderer_host/input/synthetic_gesture_target_aura.h",
1111 "renderer_host/input/synthetic_gesture_target_base.cc",
1112 "renderer_host/input/synthetic_gesture_target_base.h",
1113 "renderer_host/input/synthetic_gesture_target_mac.h",
1114 "renderer_host/input/synthetic_gesture_target_mac.mm",
lanwei1060f1f2016-11-28 23:00:311115 "renderer_host/input/synthetic_mouse_driver.cc",
1116 "renderer_host/input/synthetic_mouse_driver.h",
lanweid7de40d12017-01-26 22:52:191117 "renderer_host/input/synthetic_pen_driver.cc",
1118 "renderer_host/input/synthetic_pen_driver.h",
brettwb167c7332016-09-07 22:52:461119 "renderer_host/input/synthetic_pinch_gesture.cc",
1120 "renderer_host/input/synthetic_pinch_gesture.h",
brettwb167c7332016-09-07 22:52:461121 "renderer_host/input/synthetic_pointer_action.cc",
1122 "renderer_host/input/synthetic_pointer_action.h",
lanwei1060f1f2016-11-28 23:00:311123 "renderer_host/input/synthetic_pointer_driver.cc",
1124 "renderer_host/input/synthetic_pointer_driver.h",
brettwb167c7332016-09-07 22:52:461125 "renderer_host/input/synthetic_smooth_drag_gesture.cc",
1126 "renderer_host/input/synthetic_smooth_drag_gesture.h",
1127 "renderer_host/input/synthetic_smooth_move_gesture.cc",
1128 "renderer_host/input/synthetic_smooth_move_gesture.h",
1129 "renderer_host/input/synthetic_smooth_scroll_gesture.cc",
1130 "renderer_host/input/synthetic_smooth_scroll_gesture.h",
1131 "renderer_host/input/synthetic_tap_gesture.cc",
1132 "renderer_host/input/synthetic_tap_gesture.h",
lanwei1060f1f2016-11-28 23:00:311133 "renderer_host/input/synthetic_touch_driver.cc",
1134 "renderer_host/input/synthetic_touch_driver.h",
brettwb167c7332016-09-07 22:52:461135 "renderer_host/input/synthetic_touchpad_pinch_gesture.cc",
1136 "renderer_host/input/synthetic_touchpad_pinch_gesture.h",
1137 "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc",
1138 "renderer_host/input/synthetic_touchscreen_pinch_gesture.h",
1139 "renderer_host/input/tap_suppression_controller.cc",
1140 "renderer_host/input/tap_suppression_controller.h",
1141 "renderer_host/input/tap_suppression_controller_client.h",
1142 "renderer_host/input/timeout_monitor.cc",
1143 "renderer_host/input/timeout_monitor.h",
1144 "renderer_host/input/touch_action_filter.cc",
1145 "renderer_host/input/touch_action_filter.h",
1146 "renderer_host/input/touch_emulator.cc",
1147 "renderer_host/input/touch_emulator.h",
1148 "renderer_host/input/touch_emulator_client.h",
brettwb167c7332016-09-07 22:52:461149 "renderer_host/input/touch_event_queue.h",
1150 "renderer_host/input/touch_selection_controller_client_aura.cc",
1151 "renderer_host/input/touch_selection_controller_client_aura.h",
dtapuska48fd5b92017-02-22 15:16:041152 "renderer_host/input/touch_timeout_handler.cc",
1153 "renderer_host/input/touch_timeout_handler.h",
brettwb167c7332016-09-07 22:52:461154 "renderer_host/input/touchpad_tap_suppression_controller.cc",
1155 "renderer_host/input/touchpad_tap_suppression_controller.h",
1156 "renderer_host/input/touchscreen_tap_suppression_controller.cc",
1157 "renderer_host/input/touchscreen_tap_suppression_controller.h",
1158 "renderer_host/input/web_input_event_builders_android.cc",
1159 "renderer_host/input/web_input_event_builders_android.h",
1160 "renderer_host/input/web_input_event_builders_mac.h",
1161 "renderer_host/input/web_input_event_builders_mac.mm",
1162 "renderer_host/legacy_render_widget_host_win.cc",
1163 "renderer_host/legacy_render_widget_host_win.h",
brettwb167c7332016-09-07 22:52:461164 "renderer_host/media/audio_input_device_manager.cc",
1165 "renderer_host/media/audio_input_device_manager.h",
1166 "renderer_host/media/audio_input_renderer_host.cc",
1167 "renderer_host/media/audio_input_renderer_host.h",
1168 "renderer_host/media/audio_input_sync_writer.cc",
1169 "renderer_host/media/audio_input_sync_writer.h",
maxmorinb08e8422016-11-18 09:34:011170 "renderer_host/media/audio_output_authorization_handler.cc",
1171 "renderer_host/media/audio_output_authorization_handler.h",
maxmorin5d6f36b2017-02-01 08:51:211172 "renderer_host/media/audio_output_delegate_impl.cc",
1173 "renderer_host/media/audio_output_delegate_impl.h",
brettwb167c7332016-09-07 22:52:461174 "renderer_host/media/audio_renderer_host.cc",
1175 "renderer_host/media/audio_renderer_host.h",
1176 "renderer_host/media/audio_sync_reader.cc",
1177 "renderer_host/media/audio_sync_reader.h",
chfremerc9148152017-04-17 17:10:261178 "renderer_host/media/in_process_launched_video_capture_device.cc",
1179 "renderer_host/media/in_process_launched_video_capture_device.h",
1180 "renderer_host/media/in_process_video_capture_device_launcher.cc",
1181 "renderer_host/media/in_process_video_capture_device_launcher.h",
chfremer3b099812017-04-11 17:30:501182 "renderer_host/media/in_process_video_capture_provider.cc",
1183 "renderer_host/media/in_process_video_capture_provider.h",
brettwb167c7332016-09-07 22:52:461184 "renderer_host/media/media_capture_devices_impl.cc",
1185 "renderer_host/media/media_capture_devices_impl.h",
guidou9357cc52016-10-11 19:53:361186 "renderer_host/media/media_devices_dispatcher_host.cc",
1187 "renderer_host/media/media_devices_dispatcher_host.h",
guidoucc6d4602016-09-23 21:28:431188 "renderer_host/media/media_devices_manager.cc",
1189 "renderer_host/media/media_devices_manager.h",
brettwb167c7332016-09-07 22:52:461190 "renderer_host/media/media_stream_dispatcher_host.cc",
1191 "renderer_host/media/media_stream_dispatcher_host.h",
1192 "renderer_host/media/media_stream_manager.cc",
1193 "renderer_host/media/media_stream_manager.h",
1194 "renderer_host/media/media_stream_provider.h",
1195 "renderer_host/media/media_stream_requester.h",
1196 "renderer_host/media/media_stream_track_metrics_host.cc",
1197 "renderer_host/media/media_stream_track_metrics_host.h",
1198 "renderer_host/media/media_stream_ui_proxy.cc",
1199 "renderer_host/media/media_stream_ui_proxy.h",
maxmorin2781f5ff2017-04-04 08:29:411200 "renderer_host/media/render_frame_audio_output_stream_factory.cc",
1201 "renderer_host/media/render_frame_audio_output_stream_factory.h",
1202 "renderer_host/media/renderer_audio_output_stream_factory_context.h",
1203 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.cc",
1204 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.h",
brettwb167c7332016-09-07 22:52:461205 "renderer_host/media/video_capture_controller.cc",
1206 "renderer_host/media/video_capture_controller.h",
1207 "renderer_host/media/video_capture_controller_event_handler.h",
chfremerc9148152017-04-17 17:10:261208 "renderer_host/media/video_capture_device_launch_observer.h",
brettwb167c7332016-09-07 22:52:461209 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1210 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1211 "renderer_host/media/video_capture_host.cc",
1212 "renderer_host/media/video_capture_host.h",
1213 "renderer_host/media/video_capture_manager.cc",
1214 "renderer_host/media/video_capture_manager.h",
chfremer3b099812017-04-11 17:30:501215 "renderer_host/media/video_capture_provider.h",
brettwb167c7332016-09-07 22:52:461216 "renderer_host/native_web_keyboard_event_aura.cc",
1217 "renderer_host/native_web_keyboard_event_mac.mm",
xing.xu393f14e2017-03-09 02:05:001218 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.cc",
1219 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.h",
kylechar30b894d2017-04-13 12:09:251220 "renderer_host/offscreen_canvas_provider_impl.cc",
1221 "renderer_host/offscreen_canvas_provider_impl.h",
brettwb167c7332016-09-07 22:52:461222 "renderer_host/offscreen_canvas_surface_impl.cc",
1223 "renderer_host/offscreen_canvas_surface_impl.h",
1224 "renderer_host/overscroll_configuration.cc",
1225 "renderer_host/overscroll_controller.cc",
1226 "renderer_host/overscroll_controller.h",
1227 "renderer_host/overscroll_controller_delegate.h",
1228 "renderer_host/render_message_filter.cc",
1229 "renderer_host/render_message_filter.h",
1230 "renderer_host/render_process_host_impl.cc",
1231 "renderer_host/render_process_host_impl.h",
1232 "renderer_host/render_sandbox_host_linux.cc",
1233 "renderer_host/render_sandbox_host_linux.h",
1234 "renderer_host/render_view_host_delegate.cc",
1235 "renderer_host/render_view_host_delegate.h",
rlanday7f2ec7f2016-12-14 02:28:341236 "renderer_host/render_view_host_delegate_view.cc",
brettwb167c7332016-09-07 22:52:461237 "renderer_host/render_view_host_delegate_view.h",
1238 "renderer_host/render_view_host_factory.cc",
1239 "renderer_host/render_view_host_factory.h",
1240 "renderer_host/render_view_host_impl.cc",
1241 "renderer_host/render_view_host_impl.h",
1242 "renderer_host/render_widget_helper.cc",
1243 "renderer_host/render_widget_helper.h",
1244 "renderer_host/render_widget_host_delegate.cc",
1245 "renderer_host/render_widget_host_delegate.h",
1246 "renderer_host/render_widget_host_impl.cc",
1247 "renderer_host/render_widget_host_impl.h",
1248 "renderer_host/render_widget_host_input_event_router.cc",
1249 "renderer_host/render_widget_host_input_event_router.h",
1250 "renderer_host/render_widget_host_owner_delegate.h",
1251 "renderer_host/render_widget_host_view_aura.cc",
1252 "renderer_host/render_widget_host_view_aura.h",
1253 "renderer_host/render_widget_host_view_base.cc",
1254 "renderer_host/render_widget_host_view_base.h",
1255 "renderer_host/render_widget_host_view_base_observer.cc",
1256 "renderer_host/render_widget_host_view_base_observer.h",
samans5846cb2c2017-01-31 03:09:471257 "renderer_host/render_widget_host_view_frame_subscriber.h",
brettwb167c7332016-09-07 22:52:461258 "renderer_host/render_widget_host_view_mac.h",
1259 "renderer_host/render_widget_host_view_mac.mm",
1260 "renderer_host/render_widget_host_view_mac_dictionary_helper.h",
1261 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm",
1262 "renderer_host/render_widget_host_view_mac_editcommand_helper.h",
1263 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm",
brettwb167c7332016-09-07 22:52:461264 "renderer_host/sandbox_ipc_linux.cc",
1265 "renderer_host/sandbox_ipc_linux.h",
1266 "renderer_host/text_input_client_mac.h",
1267 "renderer_host/text_input_client_mac.mm",
1268 "renderer_host/text_input_client_message_filter.h",
1269 "renderer_host/text_input_client_message_filter.mm",
1270 "renderer_host/text_input_manager.cc",
1271 "renderer_host/text_input_manager.h",
1272 "renderer_host/ui_events_helper.cc",
1273 "renderer_host/ui_events_helper.h",
1274 "renderer_host/webmenurunner_mac.h",
1275 "renderer_host/webmenurunner_mac.mm",
1276 "resolve_proxy_msg_helper.cc",
1277 "resolve_proxy_msg_helper.h",
1278 "resource_context_impl.cc",
1279 "resource_context_impl.h",
leon.han552e9de2017-02-09 14:37:301280 "screen_orientation/screen_orientation_provider.cc",
1281 "screen_orientation/screen_orientation_provider.h",
benff461632016-10-06 14:27:331282 "service_manager/merge_dictionary.cc",
1283 "service_manager/merge_dictionary.h",
1284 "service_manager/service_manager_context.cc",
1285 "service_manager/service_manager_context.h",
brettwb167c7332016-09-07 22:52:461286 "service_worker/embedded_worker_instance.cc",
1287 "service_worker/embedded_worker_instance.h",
1288 "service_worker/embedded_worker_registry.cc",
1289 "service_worker/embedded_worker_registry.h",
1290 "service_worker/embedded_worker_status.h",
1291 "service_worker/foreign_fetch_request_handler.cc",
1292 "service_worker/foreign_fetch_request_handler.h",
1293 "service_worker/link_header_support.cc",
1294 "service_worker/link_header_support.h",
1295 "service_worker/service_worker_blob_reader.cc",
1296 "service_worker/service_worker_blob_reader.h",
1297 "service_worker/service_worker_cache_writer.cc",
1298 "service_worker/service_worker_cache_writer.h",
1299 "service_worker/service_worker_client_utils.cc",
1300 "service_worker/service_worker_client_utils.h",
1301 "service_worker/service_worker_context_core.cc",
1302 "service_worker/service_worker_context_core.h",
1303 "service_worker/service_worker_context_observer.h",
1304 "service_worker/service_worker_context_request_handler.cc",
1305 "service_worker/service_worker_context_request_handler.h",
1306 "service_worker/service_worker_context_watcher.cc",
1307 "service_worker/service_worker_context_watcher.h",
1308 "service_worker/service_worker_context_wrapper.cc",
1309 "service_worker/service_worker_context_wrapper.h",
1310 "service_worker/service_worker_controllee_request_handler.cc",
1311 "service_worker/service_worker_controllee_request_handler.h",
shimazu1ac68cf2017-04-20 06:03:461312 "service_worker/service_worker_data_pipe_reader.cc",
1313 "service_worker/service_worker_data_pipe_reader.h",
brettwb167c7332016-09-07 22:52:461314 "service_worker/service_worker_database.cc",
1315 "service_worker/service_worker_database.h",
1316 "service_worker/service_worker_database_task_manager.cc",
1317 "service_worker/service_worker_database_task_manager.h",
1318 "service_worker/service_worker_disk_cache.cc",
1319 "service_worker/service_worker_disk_cache.h",
1320 "service_worker/service_worker_dispatcher_host.cc",
1321 "service_worker/service_worker_dispatcher_host.h",
1322 "service_worker/service_worker_fetch_dispatcher.cc",
1323 "service_worker/service_worker_fetch_dispatcher.h",
1324 "service_worker/service_worker_handle.cc",
1325 "service_worker/service_worker_handle.h",
1326 "service_worker/service_worker_info.cc",
1327 "service_worker/service_worker_info.h",
1328 "service_worker/service_worker_internals_ui.cc",
1329 "service_worker/service_worker_internals_ui.h",
1330 "service_worker/service_worker_job_coordinator.cc",
1331 "service_worker/service_worker_job_coordinator.h",
falkenf93cb21f2017-03-17 03:05:301332 "service_worker/service_worker_lifetime_tracker.cc",
1333 "service_worker/service_worker_lifetime_tracker.h",
brettwb167c7332016-09-07 22:52:461334 "service_worker/service_worker_metrics.cc",
1335 "service_worker/service_worker_metrics.h",
clamydf7927e2016-09-22 13:03:141336 "service_worker/service_worker_navigation_handle.cc",
1337 "service_worker/service_worker_navigation_handle.h",
1338 "service_worker/service_worker_navigation_handle_core.cc",
1339 "service_worker/service_worker_navigation_handle_core.h",
brettwb167c7332016-09-07 22:52:461340 "service_worker/service_worker_process_manager.cc",
1341 "service_worker/service_worker_process_manager.h",
1342 "service_worker/service_worker_provider_host.cc",
1343 "service_worker/service_worker_provider_host.h",
1344 "service_worker/service_worker_quota_client.cc",
1345 "service_worker/service_worker_quota_client.h",
1346 "service_worker/service_worker_read_from_cache_job.cc",
1347 "service_worker/service_worker_read_from_cache_job.h",
1348 "service_worker/service_worker_register_job.cc",
1349 "service_worker/service_worker_register_job.h",
1350 "service_worker/service_worker_register_job_base.h",
1351 "service_worker/service_worker_registration.cc",
1352 "service_worker/service_worker_registration.h",
1353 "service_worker/service_worker_registration_handle.cc",
1354 "service_worker/service_worker_registration_handle.h",
1355 "service_worker/service_worker_registration_status.cc",
1356 "service_worker/service_worker_registration_status.h",
1357 "service_worker/service_worker_request_handler.cc",
1358 "service_worker/service_worker_request_handler.h",
1359 "service_worker/service_worker_response_info.cc",
1360 "service_worker/service_worker_response_info.h",
1361 "service_worker/service_worker_script_cache_map.cc",
1362 "service_worker/service_worker_script_cache_map.h",
1363 "service_worker/service_worker_storage.cc",
1364 "service_worker/service_worker_storage.h",
brettwb167c7332016-09-07 22:52:461365 "service_worker/service_worker_unregister_job.cc",
1366 "service_worker/service_worker_unregister_job.h",
1367 "service_worker/service_worker_url_request_job.cc",
1368 "service_worker/service_worker_url_request_job.h",
1369 "service_worker/service_worker_version.cc",
1370 "service_worker/service_worker_version.h",
1371 "service_worker/service_worker_write_to_cache_job.cc",
1372 "service_worker/service_worker_write_to_cache_job.h",
1373 "shared_worker/shared_worker_host.cc",
1374 "shared_worker/shared_worker_host.h",
1375 "shared_worker/shared_worker_instance.cc",
1376 "shared_worker/shared_worker_instance.h",
1377 "shared_worker/shared_worker_message_filter.cc",
1378 "shared_worker/shared_worker_message_filter.h",
1379 "shared_worker/shared_worker_service_impl.cc",
1380 "shared_worker/shared_worker_service_impl.h",
1381 "shared_worker/worker_document_set.cc",
1382 "shared_worker/worker_document_set.h",
1383 "shared_worker/worker_storage_partition.cc",
1384 "shared_worker/worker_storage_partition.h",
1385 "site_instance_impl.cc",
1386 "site_instance_impl.h",
brettwb167c7332016-09-07 22:52:461387 "speech/speech_recognition_dispatcher_host.cc",
1388 "speech/speech_recognition_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:461389 "speech/speech_recognition_manager_impl.cc",
1390 "speech/speech_recognition_manager_impl.h",
1391 "speech/speech_recognizer.h",
brettwb167c7332016-09-07 22:52:461392 "speech/speech_recognizer_impl_android.cc",
1393 "speech/speech_recognizer_impl_android.h",
1394 "ssl/ssl_client_auth_handler.cc",
1395 "ssl/ssl_client_auth_handler.h",
1396 "ssl/ssl_error_handler.cc",
1397 "ssl/ssl_error_handler.h",
1398 "ssl/ssl_manager.cc",
1399 "ssl/ssl_manager.h",
brettwb167c7332016-09-07 22:52:461400 "startup_task_runner.cc",
1401 "startup_task_runner.h",
1402 "storage_partition_impl.cc",
1403 "storage_partition_impl.h",
1404 "storage_partition_impl_map.cc",
1405 "storage_partition_impl_map.h",
1406 "streams/stream.cc",
1407 "streams/stream.h",
1408 "streams/stream_context.cc",
1409 "streams/stream_context.h",
1410 "streams/stream_handle_impl.cc",
1411 "streams/stream_handle_impl.h",
1412 "streams/stream_read_observer.h",
1413 "streams/stream_register_observer.h",
1414 "streams/stream_registry.cc",
1415 "streams/stream_registry.h",
1416 "streams/stream_url_request_job.cc",
1417 "streams/stream_url_request_job.h",
1418 "streams/stream_write_observer.h",
1419 "theme_helper_mac.h",
1420 "theme_helper_mac.mm",
ssideb549622017-03-29 21:46:001421 "tracing/background_memory_tracing_observer.cc",
1422 "tracing/background_memory_tracing_observer.h",
brettwb167c7332016-09-07 22:52:461423 "tracing/background_tracing_config_impl.cc",
1424 "tracing/background_tracing_config_impl.h",
1425 "tracing/background_tracing_manager_impl.cc",
1426 "tracing/background_tracing_manager_impl.h",
1427 "tracing/background_tracing_rule.cc",
1428 "tracing/background_tracing_rule.h",
1429 "tracing/etw_tracing_agent_win.cc",
1430 "tracing/etw_tracing_agent_win.h",
1431 "tracing/file_tracing_provider_impl.cc",
1432 "tracing/file_tracing_provider_impl.h",
1433 "tracing/trace_message_filter.cc",
1434 "tracing/trace_message_filter.h",
1435 "tracing/tracing_controller_impl.cc",
1436 "tracing/tracing_controller_impl.h",
1437 "tracing/tracing_controller_impl_data_sinks.cc",
1438 "tracing/tracing_ui.cc",
1439 "tracing/tracing_ui.h",
brettwb167c7332016-09-07 22:52:461440 "utility_process_host_impl.cc",
1441 "utility_process_host_impl.h",
blundelle75a8f92017-03-27 08:11:171442 "wake_lock/wake_lock_context_host.cc",
1443 "wake_lock/wake_lock_context_host.h",
brettwb167c7332016-09-07 22:52:461444 "web_contents/aura/gesture_nav_simple.cc",
1445 "web_contents/aura/gesture_nav_simple.h",
1446 "web_contents/aura/overscroll_navigation_overlay.cc",
1447 "web_contents/aura/overscroll_navigation_overlay.h",
1448 "web_contents/aura/overscroll_window_animation.cc",
1449 "web_contents/aura/overscroll_window_animation.h",
1450 "web_contents/aura/overscroll_window_delegate.cc",
1451 "web_contents/aura/overscroll_window_delegate.h",
1452 "web_contents/aura/shadow_layer_delegate.cc",
1453 "web_contents/aura/shadow_layer_delegate.h",
mfomitchev09f0d64a2017-03-02 19:40:071454 "web_contents/aura/uma_navigation_type.h",
brettwb167c7332016-09-07 22:52:461455 "web_contents/web_contents_impl.cc",
1456 "web_contents/web_contents_impl.h",
1457 "web_contents/web_contents_view.h",
1458 "web_contents/web_contents_view_aura.cc",
1459 "web_contents/web_contents_view_aura.h",
1460 "web_contents/web_contents_view_child_frame.cc",
1461 "web_contents/web_contents_view_child_frame.h",
1462 "web_contents/web_contents_view_guest.cc",
1463 "web_contents/web_contents_view_guest.h",
1464 "web_contents/web_contents_view_mac.h",
1465 "web_contents/web_contents_view_mac.mm",
1466 "web_contents/web_drag_dest_mac.h",
1467 "web_contents/web_drag_dest_mac.mm",
1468 "web_contents/web_drag_source_mac.h",
1469 "web_contents/web_drag_source_mac.mm",
1470 "web_contents/web_drag_utils_win.cc",
1471 "web_contents/web_drag_utils_win.h",
yhirano4a593832016-10-24 18:58:221472 "websockets/websocket_handshake_request_info_impl.cc",
1473 "websockets/websocket_handshake_request_info_impl.h",
brettwb167c7332016-09-07 22:52:461474 "websockets/websocket_impl.cc",
1475 "websockets/websocket_impl.h",
1476 "websockets/websocket_manager.cc",
1477 "websockets/websocket_manager.h",
1478 "webui/content_web_ui_controller_factory.cc",
1479 "webui/content_web_ui_controller_factory.h",
1480 "webui/generic_handler.cc",
1481 "webui/generic_handler.h",
dschuyler613a1032016-12-15 19:22:351482 "webui/i18n_source_stream.cc",
1483 "webui/i18n_source_stream.h",
brettwb167c7332016-09-07 22:52:461484 "webui/shared_resources_data_source.cc",
1485 "webui/shared_resources_data_source.h",
1486 "webui/url_data_manager.cc",
1487 "webui/url_data_manager.h",
1488 "webui/url_data_manager_backend.cc",
1489 "webui/url_data_manager_backend.h",
1490 "webui/url_data_source_impl.cc",
1491 "webui/url_data_source_impl.h",
1492 "webui/web_ui_controller_factory_registry.cc",
1493 "webui/web_ui_controller_factory_registry.h",
1494 "webui/web_ui_data_source_impl.cc",
1495 "webui/web_ui_data_source_impl.h",
1496 "webui/web_ui_impl.cc",
1497 "webui/web_ui_impl.h",
1498 "webui/web_ui_message_handler.cc",
1499 "zygote_host/zygote_communication_linux.cc",
1500 "zygote_host/zygote_communication_linux.h",
1501 "zygote_host/zygote_handle_linux.cc",
1502 "zygote_host/zygote_host_impl_linux.cc",
1503 "zygote_host/zygote_host_impl_linux.h",
1504 ]
[email protected]743530f2014-06-12 19:38:501505
[email protected]4db51ec2014-05-29 21:08:321506 if (toolkit_views) {
1507 deps += [ "//ui/events" ]
1508 }
1509
bcwhite98900b02016-09-19 20:13:031510 # ChromeOS also defines linux but their memory-monitors conflict.
1511 if (is_chromeos) {
1512 sources += [
1513 "memory/memory_monitor_chromeos.cc",
1514 "memory/memory_monitor_chromeos.h",
1515 ]
1516 } else {
1517 sources += [
1518 "memory/memory_monitor_linux.cc",
1519 "memory/memory_monitor_linux.h",
1520 ]
1521 }
1522
dgozman9d8f8182015-10-12 23:38:561523 if (!is_win) {
morritad95714f2014-10-01 02:37:241524 sources += [
morritad95714f2014-10-01 02:37:241525 "file_descriptor_info_impl.cc",
1526 "file_descriptor_info_impl.h",
1527 ]
[email protected]4db51ec2014-05-29 21:08:321528 }
1529
vitalybuka93eea402014-11-05 23:47:151530 if (enable_basic_printing || enable_print_preview) {
[email protected]743530f2014-06-12 19:38:501531 deps += [ "//printing" ]
[email protected]4db51ec2014-05-29 21:08:321532 }
1533
jamb3c1195df2016-03-21 20:41:291534 if (!is_mac) {
[email protected]743530f2014-06-12 19:38:501535 deps += [ "//sandbox" ]
1536 }
jamb3c1195df2016-03-21 20:41:291537 if (!is_android) {
mohsenc8b9ca7e2017-02-14 05:39:411538 deps += [
1539 "//content/browser/tracing:resources",
1540 "//ui/vector_icons",
1541 ]
[email protected]743530f2014-06-12 19:38:501542 }
charlieab9973242016-02-02 16:22:161543 if ((use_udev && is_posix) || is_mac || is_win) {
1544 deps += [ "//tools/battor_agent:battor_agent_lib" ]
1545 sources += [
1546 "tracing/power_tracing_agent.cc",
1547 "tracing/power_tracing_agent.h",
1548 ]
1549 }
shunhsingou70929842017-05-01 10:42:051550 if (is_chromeos) {
1551 sources += [
1552 "tracing/arc_tracing_agent.cc",
1553 "tracing/arc_tracing_agent.h",
1554 ]
1555 }
[email protected]743530f2014-06-12 19:38:501556
1557 if (enable_webrtc) {
brettwb167c7332016-09-07 22:52:461558 sources += [
1559 "renderer_host/media/peer_connection_tracker_host.cc",
1560 "renderer_host/media/peer_connection_tracker_host.h",
1561 "renderer_host/p2p/socket_dispatcher_host.cc",
1562 "renderer_host/p2p/socket_dispatcher_host.h",
1563 "renderer_host/p2p/socket_host.cc",
1564 "renderer_host/p2p/socket_host.h",
1565 "renderer_host/p2p/socket_host_tcp.cc",
1566 "renderer_host/p2p/socket_host_tcp.h",
1567 "renderer_host/p2p/socket_host_tcp_server.cc",
1568 "renderer_host/p2p/socket_host_tcp_server.h",
1569 "renderer_host/p2p/socket_host_throttler.cc",
1570 "renderer_host/p2p/socket_host_throttler.h",
1571 "renderer_host/p2p/socket_host_udp.cc",
1572 "renderer_host/p2p/socket_host_udp.h",
1573 "webrtc/webrtc_eventlog_host.cc",
1574 "webrtc/webrtc_eventlog_host.h",
1575 "webrtc/webrtc_internals.cc",
1576 "webrtc/webrtc_internals.h",
1577 "webrtc/webrtc_internals_message_handler.cc",
1578 "webrtc/webrtc_internals_message_handler.h",
1579 "webrtc/webrtc_internals_ui.cc",
1580 "webrtc/webrtc_internals_ui.h",
1581 "webrtc/webrtc_internals_ui_observer.h",
1582 ]
1583
brettwf94a6cd2016-01-28 23:57:291584 deps += [
1585 "//jingle:jingle_glue",
mbjorgecbac8082016-04-21 01:14:231586 "//third_party/webrtc/base:rtc_base",
magjed828787a2016-12-06 16:05:001587 "//third_party/webrtc/media:rtc_media_base",
mbjorgecbac8082016-04-21 01:14:231588 "//third_party/webrtc/modules/desktop_capture:primitives",
kjellandere3cbd6d2017-02-28 06:49:461589 "//third_party/webrtc_overrides:init_webrtc",
brettwf94a6cd2016-01-28 23:57:291590 ]
[email protected]743530f2014-06-12 19:38:501591 }
1592
byungchulc164a2542017-01-11 18:18:261593 # Desktop screen capture implementations, conditionally built depending on
1594 # the available implementations for each platform.
miu32fb8992017-01-04 01:38:531595 if (is_linux || is_mac || is_win) {
1596 defines += [ "ENABLE_SCREEN_CAPTURE=1" ]
1597 sources += [
braveyao2f9c86302017-01-06 18:06:281598 "media/capture/cursor_renderer.cc",
miu32fb8992017-01-04 01:38:531599 "media/capture/cursor_renderer.h",
1600 "media/capture/web_contents_video_capture_device.cc",
1601 "media/capture/web_contents_video_capture_device.h",
1602 "media/capture/window_activity_tracker.cc",
1603 "media/capture/window_activity_tracker.h",
1604 ]
1605 if (use_aura) {
1606 sources += [
1607 "media/capture/aura_window_capture_machine.cc",
1608 "media/capture/aura_window_capture_machine.h",
1609 "media/capture/cursor_renderer_aura.cc",
1610 "media/capture/cursor_renderer_aura.h",
1611 "media/capture/desktop_capture_device_aura.cc",
1612 "media/capture/desktop_capture_device_aura.h",
1613 "media/capture/window_activity_tracker_aura.cc",
1614 "media/capture/window_activity_tracker_aura.h",
1615 ]
1616 }
1617 if (is_mac) {
1618 sources += [
1619 "media/capture/cursor_renderer_mac.h",
1620 "media/capture/cursor_renderer_mac.mm",
1621 "media/capture/window_activity_tracker_mac.h",
1622 "media/capture/window_activity_tracker_mac.mm",
1623 ]
1624 }
byungchulc164a2542017-01-11 18:18:261625 if (enable_webrtc) {
1626 sources += [
1627 "media/capture/desktop_capture_device.cc",
1628 "media/capture/desktop_capture_device.h",
1629 ]
1630 deps += [ "//third_party/webrtc/modules/desktop_capture" ]
1631 }
miu32fb8992017-01-04 01:38:531632 }
1633
[email protected]743530f2014-06-12 19:38:501634 if (is_win) {
[email protected]743530f2014-06-12 19:38:501635 defines += [
1636 # This prevents the inclusion of atlhost.h which paired
1637 # with the windows 8 sdk it does the wrong thing.
1638 "__ATLHOST_H__",
1639 ]
1640 deps += [
[email protected]bf94f9d2014-06-17 20:33:531641 "//third_party/iaccessible2",
1642 "//third_party/isimpledom",
sugoi842efc692017-03-14 18:10:391643 "//third_party/swiftshader",
[email protected]743530f2014-06-12 19:38:501644 ]
1645 libs += [
1646 "comctl32.lib",
1647 "dinput8.lib",
1648 "dwmapi.lib",
1649 "dxguid.lib",
jam6ce80492016-03-22 22:00:211650 "imm32.lib",
brettw44a5cf82015-04-08 19:48:221651 "oleacc.lib",
[email protected]743530f2014-06-12 19:38:501652 "portabledeviceguids.lib",
1653 ]
[email protected]743530f2014-06-12 19:38:501654 }
1655
[email protected]743530f2014-06-12 19:38:501656 if (use_udev) {
mcasas9d2063682016-02-11 22:12:391657 deps += [
1658 "//device/udev_linux",
mcasasf261a502016-02-26 23:40:331659 "//media/capture",
[email protected]743530f2014-06-12 19:38:501660 ]
1661 }
1662
1663 if (enable_plugins) {
brettwb167c7332016-09-07 22:52:461664 sources += [
1665 "../public/browser/plugin_service.h",
1666 "media/session/pepper_playback_observer.cc",
1667 "media/session/pepper_playback_observer.h",
1668 "media/session/pepper_player_delegate.cc",
1669 "media/session/pepper_player_delegate.h",
1670 "pepper_flash_settings_helper_impl.cc",
1671 "pepper_flash_settings_helper_impl.h",
1672 "plugin_content_origin_whitelist.cc",
1673 "plugin_content_origin_whitelist.h",
1674 "plugin_data_remover_impl.cc",
1675 "plugin_data_remover_impl.h",
1676 "plugin_private_storage_helper.cc",
1677 "plugin_private_storage_helper.h",
1678 "plugin_service_impl.cc",
1679 "plugin_service_impl.h",
1680 "ppapi_plugin_process_host.cc",
1681 "ppapi_plugin_process_host.h",
1682 "renderer_host/pepper/browser_ppapi_host_impl.cc",
1683 "renderer_host/pepper/browser_ppapi_host_impl.h",
1684 "renderer_host/pepper/content_browser_pepper_host_factory.cc",
1685 "renderer_host/pepper/content_browser_pepper_host_factory.h",
1686 "renderer_host/pepper/pepper_browser_font_singleton_host.cc",
1687 "renderer_host/pepper/pepper_browser_font_singleton_host.h",
1688 "renderer_host/pepper/pepper_external_file_ref_backend.cc",
1689 "renderer_host/pepper/pepper_external_file_ref_backend.h",
1690 "renderer_host/pepper/pepper_file_io_host.cc",
1691 "renderer_host/pepper/pepper_file_io_host.h",
1692 "renderer_host/pepper/pepper_file_ref_host.cc",
1693 "renderer_host/pepper/pepper_file_ref_host.h",
1694 "renderer_host/pepper/pepper_file_system_browser_host.cc",
1695 "renderer_host/pepper/pepper_file_system_browser_host.h",
1696 "renderer_host/pepper/pepper_flash_file_message_filter.cc",
1697 "renderer_host/pepper/pepper_flash_file_message_filter.h",
1698 "renderer_host/pepper/pepper_gamepad_host.cc",
1699 "renderer_host/pepper/pepper_gamepad_host.h",
1700 "renderer_host/pepper/pepper_host_resolver_message_filter.cc",
1701 "renderer_host/pepper/pepper_host_resolver_message_filter.h",
1702 "renderer_host/pepper/pepper_internal_file_ref_backend.cc",
1703 "renderer_host/pepper/pepper_internal_file_ref_backend.h",
1704 "renderer_host/pepper/pepper_lookup_request.h",
1705 "renderer_host/pepper/pepper_message_filter.cc",
1706 "renderer_host/pepper/pepper_message_filter.h",
1707 "renderer_host/pepper/pepper_network_monitor_host.cc",
1708 "renderer_host/pepper/pepper_network_monitor_host.h",
1709 "renderer_host/pepper/pepper_network_proxy_host.cc",
1710 "renderer_host/pepper/pepper_network_proxy_host.h",
1711 "renderer_host/pepper/pepper_print_settings_manager.cc",
1712 "renderer_host/pepper/pepper_print_settings_manager.h",
1713 "renderer_host/pepper/pepper_printing_host.cc",
1714 "renderer_host/pepper/pepper_printing_host.h",
1715 "renderer_host/pepper/pepper_renderer_connection.cc",
1716 "renderer_host/pepper/pepper_renderer_connection.h",
1717 "renderer_host/pepper/pepper_security_helper.cc",
1718 "renderer_host/pepper/pepper_security_helper.h",
1719 "renderer_host/pepper/pepper_socket_utils.cc",
1720 "renderer_host/pepper/pepper_socket_utils.h",
1721 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc",
1722 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.h",
1723 "renderer_host/pepper/pepper_tcp_socket_message_filter.cc",
1724 "renderer_host/pepper/pepper_tcp_socket_message_filter.h",
1725 "renderer_host/pepper/pepper_truetype_font.h",
1726 "renderer_host/pepper/pepper_truetype_font_android.cc",
1727 "renderer_host/pepper/pepper_truetype_font_host.cc",
1728 "renderer_host/pepper/pepper_truetype_font_host.h",
1729 "renderer_host/pepper/pepper_truetype_font_linux.cc",
1730 "renderer_host/pepper/pepper_truetype_font_list.h",
1731 "renderer_host/pepper/pepper_truetype_font_list_android.cc",
1732 "renderer_host/pepper/pepper_truetype_font_list_host.cc",
1733 "renderer_host/pepper/pepper_truetype_font_list_host.h",
1734 "renderer_host/pepper/pepper_truetype_font_list_mac.mm",
1735 "renderer_host/pepper/pepper_truetype_font_list_ozone.cc",
1736 "renderer_host/pepper/pepper_truetype_font_list_pango.cc",
1737 "renderer_host/pepper/pepper_truetype_font_list_win.cc",
1738 "renderer_host/pepper/pepper_truetype_font_mac.mm",
1739 "renderer_host/pepper/pepper_truetype_font_win.cc",
1740 "renderer_host/pepper/pepper_udp_socket_message_filter.cc",
1741 "renderer_host/pepper/pepper_udp_socket_message_filter.h",
1742 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.cc",
1743 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.h",
1744 "renderer_host/pepper/quota_reservation.cc",
1745 "renderer_host/pepper/quota_reservation.h",
1746 "renderer_host/pepper/ssl_context_helper.cc",
1747 "renderer_host/pepper/ssl_context_helper.h",
1748 ]
[email protected]743530f2014-06-12 19:38:501749 deps += [
tmoniuszko6cddaa92015-06-10 07:51:341750 "//ppapi/host",
scottmg3cab0ba2017-01-25 18:34:161751 "//ppapi/proxy:common",
brettwf7eb6ca2015-02-14 01:37:311752 "//ppapi/proxy:ipc",
1753 "//ppapi/shared_impl",
[email protected]743530f2014-06-12 19:38:501754 ]
1755 if (!use_ozone || use_pango) {
1756 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_ozone.cc" ]
1757 }
[email protected]c528d872014-06-27 03:17:161758 if (!use_pango) {
1759 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_pango.cc" ]
1760 }
[email protected]743530f2014-06-12 19:38:501761 }
1762
shreeram.k792fba032015-07-20 11:43:371763 if (use_atk) {
brettwb167c7332016-09-07 22:52:461764 sources += [
1765 "accessibility/accessibility_tree_formatter_auralinux.cc",
1766 "accessibility/browser_accessibility_auralinux.cc",
1767 "accessibility/browser_accessibility_auralinux.h",
1768 "accessibility/browser_accessibility_manager_auralinux.cc",
1769 "accessibility/browser_accessibility_manager_auralinux.h",
1770 ]
shreeram.k792fba032015-07-20 11:43:371771
mostynb902b5282016-08-17 23:01:001772 configs += [ "//build/config/linux/atk" ]
mostynbebc6e122016-07-28 08:53:411773
1774 if (use_gconf) {
1775 configs += [ "//build/config/linux/gconf" ]
1776 }
1777
1778 if (use_glib) {
1779 configs += [ "//build/config/linux:glib" ]
1780 }
shreeram.k792fba032015-07-20 11:43:371781 }
1782
[email protected]743530f2014-06-12 19:38:501783 if (is_linux && use_aura) {
slan17e5ce7f2015-09-25 00:04:451784 deps += [ "//build/linux:fontconfig" ]
[email protected]743530f2014-06-12 19:38:501785 }
1786
1787 if (use_x11) {
1788 configs += [ "//build/config/linux:x11" ]
jamesr4359db72015-01-21 12:40:001789 deps += [ "//ui/gfx/x" ]
cmasonedb5203e2014-09-11 18:18:381790 }
1791
capnd85baf02017-04-12 01:17:111792 if (is_linux && !is_chromeos && use_x11 &&
1793 (target_cpu == "x86" || target_cpu == "x64")) {
1794 deps += [ "//third_party/swiftshader" ]
1795 }
1796
[email protected]743530f2014-06-12 19:38:501797 if (use_pango) {
agrieve95ba4442016-04-25 15:47:131798 configs += [ "//build/config/linux/pangocairo" ]
[email protected]743530f2014-06-12 19:38:501799 }
1800
1801 if (is_android) {
brettwb167c7332016-09-07 22:52:461802 sources += [
1803 "accessibility/accessibility_tree_formatter_android.cc",
1804 "accessibility/browser_accessibility_android.cc",
1805 "accessibility/browser_accessibility_android.h",
1806 "accessibility/browser_accessibility_manager_android.cc",
1807 "accessibility/browser_accessibility_manager_android.h",
1808 "android/composited_touch_handle_drawable.cc",
1809 "android/composited_touch_handle_drawable.h",
1810 "android/content_view_core_impl.cc",
1811 "android/content_view_core_impl.h",
1812 "android/content_view_core_impl_observer.h",
1813 "android/content_view_render_view.cc",
1814 "android/content_view_render_view.h",
1815 "android/content_view_statics.cc",
1816 "android/content_view_statics.h",
timav174eb4432017-03-30 03:34:131817 "android/context_selection_client.cc",
1818 "android/context_selection_client.h",
brettwb167c7332016-09-07 22:52:461819 "android/date_time_chooser_android.cc",
1820 "android/date_time_chooser_android.h",
1821 "android/gesture_event_type.h",
jinsukkim48f82db72017-04-05 04:10:261822 "android/ime_adapter_android.cc",
1823 "android/ime_adapter_android.h",
brettwb167c7332016-09-07 22:52:461824 "android/interstitial_page_delegate_android.cc",
1825 "android/interstitial_page_delegate_android.h",
1826 "android/java/gin_java_bound_object.cc",
1827 "android/java/gin_java_bound_object.h",
1828 "android/java/gin_java_bound_object_delegate.cc",
1829 "android/java/gin_java_bound_object_delegate.h",
1830 "android/java/gin_java_bridge_dispatcher_host.cc",
1831 "android/java/gin_java_bridge_dispatcher_host.h",
1832 "android/java/gin_java_bridge_message_filter.cc",
1833 "android/java/gin_java_bridge_message_filter.h",
1834 "android/java/gin_java_method_invocation_helper.cc",
1835 "android/java/gin_java_method_invocation_helper.h",
1836 "android/java/gin_java_script_to_java_types_coercion.cc",
1837 "android/java/gin_java_script_to_java_types_coercion.h",
1838 "android/java/java_bridge_thread.cc",
1839 "android/java/java_bridge_thread.h",
1840 "android/java/java_method.cc",
1841 "android/java/java_method.h",
1842 "android/java/java_type.cc",
1843 "android/java/java_type.h",
1844 "android/java/jni_helper.cc",
1845 "android/java/jni_helper.h",
1846 "android/load_url_params.cc",
1847 "android/load_url_params.h",
1848 "android/overscroll_controller_android.cc",
1849 "android/overscroll_controller_android.h",
jinsukkim7e377432017-04-18 08:52:521850 "android/render_widget_host_connector.cc",
1851 "android/render_widget_host_connector.h",
jinsukkim3fbb94e2017-04-25 11:42:401852 "android/selection_popup_controller.cc",
1853 "android/selection_popup_controller.h",
boliu22557972016-10-25 16:08:291854 "android/synchronous_compositor_browser_filter.cc",
1855 "android/synchronous_compositor_browser_filter.h",
brettwb167c7332016-09-07 22:52:461856 "android/synchronous_compositor_host.cc",
1857 "android/synchronous_compositor_host.h",
brettwb167c7332016-09-07 22:52:461858 "android/tracing_controller_android.cc",
1859 "android/tracing_controller_android.h",
1860 "android/web_contents_observer_proxy.cc",
1861 "android/web_contents_observer_proxy.h",
rob.buis300b0872017-03-10 20:43:581862 "frame_host/render_frame_host_android.cc",
1863 "frame_host/render_frame_host_android.h",
brettwb167c7332016-09-07 22:52:461864 "media/capture/screen_capture_device_android.cc",
1865 "media/capture/screen_capture_device_android.h",
1866 "renderer_host/compositor_impl_android.cc",
1867 "renderer_host/compositor_impl_android.h",
brettwb167c7332016-09-07 22:52:461868 "renderer_host/input/synthetic_gesture_target_android.cc",
1869 "renderer_host/input/synthetic_gesture_target_android.h",
1870 "renderer_host/native_web_keyboard_event_android.cc",
1871 "renderer_host/render_widget_host_view_android.cc",
1872 "renderer_host/render_widget_host_view_android.h",
1873 "screen_orientation/screen_orientation_delegate_android.cc",
1874 "screen_orientation/screen_orientation_delegate_android.h",
brettwb167c7332016-09-07 22:52:461875 "web_contents/web_contents_android.cc",
1876 "web_contents/web_contents_android.h",
1877 "web_contents/web_contents_view_android.cc",
1878 "web_contents/web_contents_view_android.h",
1879 ]
bashi4159f36e2017-05-01 01:18:511880
1881 set_sources_assignment_filter([])
1882 sources += [
1883 "memory/swap_metrics_observer_linux.cc",
1884 "memory/swap_metrics_observer_linux.h",
1885 ]
1886 set_sources_assignment_filter(sources_assignment_filter)
1887
[email protected]743530f2014-06-12 19:38:501888 sources -= [
[email protected]743530f2014-06-12 19:38:501889 "browser_ipc_logging.cc",
zqzhanga2147f82016-10-18 22:53:261890 "media/session/audio_focus_delegate_default.cc",
zqzhangd36b5ce2016-09-30 17:29:341891 "media/session/audio_focus_manager.cc",
1892 "media/session/audio_focus_manager.h",
[email protected]743530f2014-06-12 19:38:501893 "tracing/tracing_ui.cc",
1894 "tracing/tracing_ui.h",
brettw24746e52016-12-07 04:26:171895 ]
brettw24746e52016-12-07 04:26:171896 deps += [
1897 "//content/public/android:jni",
1898 "//media",
1899 "//media/capture/content/android",
1900 "//media/capture/video/android",
brettw24746e52016-12-07 04:26:171901 "//ui/android",
1902 ]
miu32fb8992017-01-04 01:38:531903 defines += [
1904 "APPCACHE_USE_SIMPLE_CACHE",
1905 "ENABLE_SCREEN_CAPTURE=1",
1906 ]
brettw24746e52016-12-07 04:26:171907 libs += [ "jnigraphics" ]
1908 } else {
1909 # Not Android.
1910 sources += [
chenwilliame88d8362017-03-21 02:34:301911 # Devtools frontend not included in Android
1912 "devtools/devtools_frontend_host_impl.cc",
1913 "devtools/devtools_frontend_host_impl.h",
1914
brettw24746e52016-12-07 04:26:171915 # Most speech code is non-Android.
[email protected]743530f2014-06-12 19:38:501916 "speech/audio_buffer.cc",
1917 "speech/audio_buffer.h",
1918 "speech/audio_encoder.cc",
1919 "speech/audio_encoder.h",
1920 "speech/chunked_byte_buffer.cc",
1921 "speech/chunked_byte_buffer.h",
1922 "speech/endpointer/endpointer.cc",
1923 "speech/endpointer/endpointer.h",
1924 "speech/endpointer/energy_endpointer.cc",
1925 "speech/endpointer/energy_endpointer.h",
1926 "speech/endpointer/energy_endpointer_params.cc",
1927 "speech/endpointer/energy_endpointer_params.h",
[email protected]743530f2014-06-12 19:38:501928 "speech/speech_recognition_engine.cc",
1929 "speech/speech_recognition_engine.h",
1930 "speech/speech_recognizer_impl.cc",
1931 "speech/speech_recognizer_impl.h",
1932 ]
brettw24746e52016-12-07 04:26:171933 deps += [ "//third_party/flac" ]
[email protected]743530f2014-06-12 19:38:501934 }
1935
1936 if (is_mac) {
jiangj2bd42fd2015-04-18 13:29:061937 deps += [
rsesek02aa51c2016-05-11 02:13:571938 "//media",
jiangj2bd42fd2015-04-18 13:29:061939 "//sandbox/mac:sandbox",
1940 "//third_party/mozilla",
jiangj2bd42fd2015-04-18 13:29:061941 "//ui/accelerated_widget_mac",
1942 ]
rsesek02aa51c2016-05-11 02:13:571943 libs += [
1944 "Carbon.framework",
1945 "QuartzCore.framework",
1946 "IOSurface.framework",
1947 ]
[email protected]743530f2014-06-12 19:38:501948 }
1949
1950 if (is_chromeos) {
mukai2dc70ed32014-10-29 01:01:431951 deps += [
1952 "//chromeos",
1953 "//chromeos:power_manager_proto",
1954 ]
[email protected]743530f2014-06-12 19:38:501955 }
1956
1957 if (use_aura) {
1958 deps += [
ben6b0453d12016-07-02 04:27:191959 "//services/ui/public/cpp",
1960 "//services/ui/public/interfaces",
[email protected]743530f2014-06-12 19:38:501961 "//ui/aura",
mohsen166a9182015-02-09 18:19:091962 "//ui/aura_extra",
[email protected]743530f2014-06-12 19:38:501963 "//ui/strings",
James Robinson060f2e32014-09-10 22:31:371964 "//ui/wm",
[email protected]743530f2014-06-12 19:38:501965 ]
rjkroegec109de612015-11-19 01:40:471966 sources += [
sky52a39e342016-12-17 17:23:221967 "renderer_host/delegated_frame_host_client_aura.cc",
1968 "renderer_host/delegated_frame_host_client_aura.h",
jonross2843ae362016-10-21 16:48:231969 "renderer_host/render_widget_host_view_event_handler.cc",
1970 "renderer_host/render_widget_host_view_event_handler.h",
rjkroegec109de612015-11-19 01:40:471971 ]
[email protected]743530f2014-06-12 19:38:501972 } else { # Not aura.
1973 sources -= [
[email protected]c528d872014-06-27 03:17:161974 "renderer_host/input/synthetic_gesture_target_aura.cc",
1975 "renderer_host/input/synthetic_gesture_target_aura.h",
mohsenb0eeba72015-08-09 06:20:081976 "renderer_host/input/touch_selection_controller_client_aura.cc",
1977 "renderer_host/input/touch_selection_controller_client_aura.h",
[email protected]c528d872014-06-27 03:17:161978 "renderer_host/native_web_keyboard_event_aura.cc",
[email protected]743530f2014-06-12 19:38:501979 "renderer_host/render_widget_host_view_aura.cc",
1980 "renderer_host/render_widget_host_view_aura.h",
[email protected]743530f2014-06-12 19:38:501981 "renderer_host/ui_events_helper.cc",
1982 "renderer_host/ui_events_helper.h",
[email protected]c528d872014-06-27 03:17:161983 "web_contents/aura/gesture_nav_simple.cc",
1984 "web_contents/aura/gesture_nav_simple.h",
[email protected]c528d872014-06-27 03:17:161985 "web_contents/aura/overscroll_navigation_overlay.cc",
1986 "web_contents/aura/overscroll_navigation_overlay.h",
nsatragnoc0b2fa52015-04-09 22:30:511987 "web_contents/aura/overscroll_window_animation.cc",
1988 "web_contents/aura/overscroll_window_animation.h",
1989 "web_contents/aura/overscroll_window_delegate.cc",
1990 "web_contents/aura/overscroll_window_delegate.h",
[email protected]c528d872014-06-27 03:17:161991 "web_contents/aura/shadow_layer_delegate.cc",
1992 "web_contents/aura/shadow_layer_delegate.h",
[email protected]c528d872014-06-27 03:17:161993 "web_contents/web_contents_view_aura.cc",
1994 "web_contents/web_contents_view_aura.h",
[email protected]743530f2014-06-12 19:38:501995 ]
1996 }
1997
1998 if (use_aura || is_mac) {
brettwb167c7332016-09-07 22:52:461999 sources += [
2000 "compositor/browser_compositor_output_surface.cc",
2001 "compositor/browser_compositor_output_surface.h",
2002 "compositor/gpu_browser_compositor_output_surface.cc",
2003 "compositor/gpu_browser_compositor_output_surface.h",
2004 "compositor/gpu_output_surface_mac.h",
2005 "compositor/gpu_output_surface_mac.mm",
2006 "compositor/gpu_process_transport_factory.cc",
2007 "compositor/gpu_process_transport_factory.h",
2008 "compositor/gpu_surfaceless_browser_compositor_output_surface.cc",
2009 "compositor/gpu_surfaceless_browser_compositor_output_surface.h",
stanisc49501732017-02-22 22:51:562010 "compositor/gpu_vsync_begin_frame_source.cc",
2011 "compositor/gpu_vsync_begin_frame_source.h",
brettwb167c7332016-09-07 22:52:462012 "compositor/image_transport_factory.cc",
2013 "compositor/image_transport_factory.h",
2014 "compositor/offscreen_browser_compositor_output_surface.cc",
2015 "compositor/offscreen_browser_compositor_output_surface.h",
2016 "compositor/owned_mailbox.cc",
2017 "compositor/owned_mailbox.h",
2018 "compositor/reflector_impl.cc",
2019 "compositor/reflector_impl.h",
2020 "compositor/reflector_texture.cc",
2021 "compositor/reflector_texture.h",
2022 "compositor/software_browser_compositor_output_surface.cc",
2023 "compositor/software_browser_compositor_output_surface.h",
2024 "compositor/software_output_device_mac.h",
2025 "compositor/software_output_device_mac.mm",
2026 "compositor/software_output_device_ozone.cc",
2027 "compositor/software_output_device_ozone.h",
2028 "compositor/software_output_device_win.cc",
2029 "compositor/software_output_device_win.h",
2030 "compositor/software_output_device_x11.cc",
2031 "compositor/software_output_device_x11.h",
2032 "context_factory.cc",
2033 "renderer_host/browser_compositor_view_mac.h",
2034 "renderer_host/browser_compositor_view_mac.mm",
danakjea89dd542017-03-29 23:30:472035 "renderer_host/compositor_resize_lock.cc",
2036 "renderer_host/compositor_resize_lock.h",
brettwb167c7332016-09-07 22:52:462037 "renderer_host/delegated_frame_host.cc",
2038 "renderer_host/delegated_frame_host.h",
brettwb167c7332016-09-07 22:52:462039 ]
sohan.jyoti86c41c72016-04-26 15:33:202040 if (enable_vulkan) {
2041 sources += [
2042 "compositor/vulkan_browser_compositor_output_surface.cc",
2043 "compositor/vulkan_browser_compositor_output_surface.h",
2044 ]
2045 }
[email protected]886323c2014-06-14 20:34:162046 if (!use_x11) {
2047 sources -= [
2048 "compositor/software_output_device_x11.cc",
2049 "compositor/software_output_device_x11.h",
2050 ]
2051 }
[email protected]743530f2014-06-12 19:38:502052
[email protected]b1867c92014-08-13 00:22:042053 if (!use_ozone) {
2054 sources -= [
[email protected]b1867c92014-08-13 00:22:042055 "compositor/software_output_device_ozone.cc",
2056 "compositor/software_output_device_ozone.h",
2057 ]
2058 }
samans72b2a282016-12-17 02:44:152059 deps += [
2060 "//cc/surfaces:surfaces",
2061 "//ui/compositor",
2062 ]
[email protected]604b1272014-07-24 11:27:532063 }
2064
cmasonedb5203e2014-09-11 18:18:382065 if (is_linux && use_dbus) {
ppi2438a3e2014-10-28 21:55:102066 deps += [ "//dbus" ]
[email protected]743530f2014-06-12 19:38:502067 }
cjhopman2fd48fd2014-09-24 00:52:562068
davidbenee55ed442015-10-02 17:06:112069 if (is_linux) {
davidbenb983d4b2015-01-07 16:39:442070 deps += [ "//third_party/boringssl" ]
2071 }
xhwange6117332015-01-28 08:51:162072
xhwangbe720032016-02-19 18:45:312073 if (enable_mojo_media) {
2074 configs += [ "//media/mojo/services:mojo_media_config" ]
xhwangfb22df12015-10-13 23:13:462075 }
2076
jbroman79c079be2016-04-20 00:17:272077 if (use_ozone) {
2078 deps += [ "//ui/ozone" ]
2079 }
pimana333e3d2016-04-27 02:37:252080
ochangdd89a1e2016-06-08 16:39:012081 if (enable_ipc_fuzzer) {
2082 configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
2083 }
kojii30add38f2016-07-14 02:10:322084
2085 if (use_minikin_hyphenation) {
2086 sources += [
2087 "hyphenation/hyphenation_impl.cc",
2088 "hyphenation/hyphenation_impl.h",
2089 ]
kojii30add38f2016-07-14 02:10:322090 }
[email protected]4db51ec2014-05-29 21:08:322091}
ben66696d12016-03-08 17:48:002092
brettwb78fc9e2016-03-25 21:02:512093# See comment at the top of //content/BUILD.gn for how this works.
2094group("for_content_tests") {
2095 visibility = [ "//content/test/*" ]
2096 if (!is_component_build) {
2097 public_deps = [
2098 ":browser",
2099 ]
jam447407fb2016-05-06 17:57:402100 } else {
2101 public_deps = [
2102 "//third_party/leveldatabase",
2103 ]
brettwb78fc9e2016-03-25 21:02:512104 }
2105}