blob: 32d53a9a22d5b4f47bf5931aa520e2b24d311fea [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
Tim Brown07e062e82017-06-26 19:38:035import("//build/buildflag_header.gni")
[email protected]4db51ec2014-05-29 21:08:326import("//build/config/features.gni")
7import("//build/config/ui.gni")
qyearsleydb0a34872017-03-14 03:24:318import("//gpu/vulkan/features.gni")
cjhopman2fd48fd2014-09-24 00:52:569import("//media/media_options.gni")
brettw4b461082016-11-19 18:55:1610import("//ppapi/features/features.gni")
Brett Wilson65f951c2016-11-03 22:06:1211import("//printing/features/features.gni")
brettw2cf0a692016-11-11 23:14:1212import("//third_party/WebKit/public/public_features.gni")
ochangdd89a1e2016-06-08 16:39:0113import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
[email protected]4db51ec2014-05-29 21:08:3214
15source_set("browser") {
Brett Wilson8f1323042014-09-11 16:58:5616 # Only the public target should depend on this. All other targets (even
17 # internal content ones) should depend on the public one.
brettwb78fc9e2016-03-25 21:02:5118 visibility = [
19 ":for_content_tests", # See top of //content/BUILD.gn for why.
jamce6dd2112017-02-15 19:31:4220 "//content/app:*",
brettwb78fc9e2016-03-25 21:02:5121 "//content/public/browser:browser_sources",
22 ]
[email protected]4db51ec2014-05-29 21:08:3223
ben3f5f9992015-11-19 10:38:3024 configs += [
25 "//build/config:precompiled_headers",
jamb3c1195df2016-03-21 20:41:2926 "//content:content_implementation",
jamb3c1195df2016-03-21 20:41:2927 "//v8:external_startup_data",
ben3f5f9992015-11-19 10:38:3028 ]
[email protected]743530f2014-06-12 19:38:5029 defines = []
30 libs = []
31 ldflags = []
[email protected]97865022014-06-13 23:18:0432
[email protected]4db51ec2014-05-29 21:08:3233 deps = [
34 "//base",
[email protected]22fe91d2014-08-12 17:07:1235 "//base:base_static",
brettwc15ed732016-03-21 23:14:2936 "//base/third_party/dynamic_annotations",
jamb3c1195df2016-03-21 20:41:2937 "//cc",
loyso3dd20892016-11-22 07:11:0138 "//cc/animation",
enne34f6084c2017-02-02 22:39:0839 "//cc/paint",
penghuangd81c1a62016-11-02 20:06:0640 "//components/discardable_memory/common",
41 "//components/discardable_memory/service",
jamb3c1195df2016-03-21 20:41:2942 "//components/filesystem:lib",
43 "//components/leveldb:lib",
mek9b28f422016-05-13 21:46:2344 "//components/link_header_util",
dalecurtis4a9839a2017-05-04 23:40:4745 "//components/metrics",
xunjielia5925442017-05-08 20:01:4446 "//components/metrics:single_sample_metrics",
mmenke68a50212017-06-12 20:20:3147 "//components/network_session_configurator/browser",
Jian Lie1603262017-07-08 00:15:0048 "//components/offline_pages/core/request_header",
49 "//components/offline_pages/features:features",
nzolghadrd87a308d2016-12-07 15:45:5650 "//components/rappor",
brettwc15ed732016-03-21 23:14:2951 "//components/tracing",
52 "//components/tracing:startup_tracing",
rsleevi24f64dc22015-08-07 21:39:2153 "//components/url_formatter",
altimin56bb594b2016-11-09 19:45:1754 "//components/variations",
danakj8d87b632017-06-27 20:34:3555 "//components/viz/common",
kylecharcb5882d2017-06-05 13:41:3456 "//components/viz/host",
Fady Samuel279f5f02017-06-14 23:23:0057 "//components/viz/service",
[email protected]d28b3cb82014-05-31 04:46:1858 "//content:resources",
jamb3c1195df2016-03-21 20:41:2959 "//content/app/resources",
60 "//content/app/strings",
jkarlin34ee23cf2015-03-26 13:58:5061 "//content/browser/background_sync:background_sync_proto",
jsbell279efb42015-03-31 17:02:4662 "//content/browser/cache_storage:cache_storage_proto",
alexclarke79a55e42017-05-11 11:38:2063 "//content/browser/devtools:devtools_resources",
dgozmandc4d41722016-11-15 22:40:5664 "//content/browser/devtools:protocol_sources",
meke722a7c2016-12-29 19:05:0365 "//content/browser/dom_storage:local_storage_proto",
peter05cb4db2015-03-13 14:33:3866 "//content/browser/notifications:notification_proto",
jinho.bang5c1f7a2932016-11-18 05:29:1467 "//content/browser/payments:payment_app_proto",
jkarlind678ae4b2015-01-27 15:04:5368 "//content/browser/service_worker:service_worker_proto",
[email protected]b506cdf2014-06-09 17:13:2169 "//content/browser/speech/proto",
brettwb78fc9e2016-03-25 21:02:5170 "//content/common",
thakis18e426412017-03-15 12:06:3771 "//content/common:features",
chiniforooshan614d70a2017-03-17 01:19:3372 "//content/common:mojo_bindings",
Brett Wilson8f1323042014-09-11 16:58:5673 "//content/public/common:common_sources",
[email protected]4db51ec2014-05-29 21:08:3274 "//crypto",
jamb3c1195df2016-03-21 20:41:2975 "//device/bluetooth",
bajonesb9bb4c42016-07-07 00:10:5176 "//device/gamepad",
lethalantidote893681c2016-09-13 19:36:3177 "//device/geolocation",
mcasas8720394f2016-08-03 22:42:3878 "//device/geolocation/public/interfaces",
leon.han552e9de2017-02-09 14:37:3079 "//device/screen_orientation/public/interfaces",
mthiesse668cd6d22017-01-31 01:57:3280 "//device/vr",
Ken Rockotfe0424e72017-05-13 02:29:0881 "//device/vr:mojo_bindings",
mthiesse4cb289142017-04-25 23:57:3382 "//device/vr/features",
[email protected]44a5a362014-05-30 20:01:5183 "//google_apis",
brettwc15ed732016-03-21 23:14:2984 "//gpu",
85 "//gpu/command_buffer/client:gles2_implementation",
jbroman84ba6842016-04-28 00:34:5086 "//gpu/command_buffer/client:gles2_interface",
sadrul6a769422016-12-08 04:54:3287 "//gpu/ipc/host",
qyearsleydb0a34872017-03-14 03:24:3188 "//gpu/vulkan:features",
brettwc15ed732016-03-21 23:14:2989 "//media",
Xiaohan Wang3a2df1e2017-07-24 18:34:4490 "//media:media_features",
mcasase40d7522016-06-21 16:11:4091 "//media/capture",
mcasasbf362942016-11-29 03:44:1392 "//media/capture/mojo:image_capture",
jbroman79c079be2016-04-20 00:17:2793 "//media/gpu/ipc/client",
brettwc15ed732016-03-21 23:14:2994 "//media/midi",
sammc64324c3a2017-01-05 00:40:1595 "//media/midi:mojo",
xhwangdb24d602017-05-20 06:32:2496 "//media/mojo:features",
bendd157e1a2016-07-22 03:15:5797 "//media/mojo/interfaces",
Xiaohan Wang3fcfc152017-07-06 00:51:5598 "//media/mojo/interfaces:constants",
maxmorin2781f5ff2017-04-04 08:29:4199 "//media/mojo/services",
rockotb814a582015-06-05 00:30:52100 "//mojo/common",
amistrycafcdff2016-06-17 03:33:48101 "//mojo/edk/system",
rockot85dce0862015-11-13 01:33:59102 "//mojo/public/cpp/bindings",
jamb3c1195df2016-03-21 20:41:29103 "//mojo/public/js",
[email protected]4db51ec2014-05-29 21:08:32104 "//net",
rohitrao1860223c2015-05-16 01:07:14105 "//net:extras",
pfeldman10628762016-09-08 07:59:26106 "//net:http_server",
brettwc5fcdd02016-10-12 07:25:12107 "//ppapi/features",
Brett Wilson65f951c2016-11-03 22:06:12108 "//printing/features",
jcivellidad0cef2017-02-16 18:38:59109 "//services/catalog:constants",
110 "//services/catalog/public/cpp",
benaabad0b2016-11-16 23:54:17111 "//services/catalog/public/interfaces:constants",
gogeraldd8c5af342017-06-14 02:22:36112 "//services/data_decoder/public/cpp",
rockote0437032017-03-25 02:49:00113 "//services/data_decoder/public/interfaces",
blundell372d47d282016-11-01 01:34:30114 "//services/device:lib",
Yuzhu Shen28029732017-07-14 21:20:37115 "//services/device/public/cpp:device_features",
leon.han02ed4aeb2017-05-23 06:33:33116 "//services/device/public/interfaces",
Yuzhu Shen28029732017-07-14 21:20:37117 "//services/device/public/interfaces:generic_sensor",
ben768c8dc2016-08-12 00:26:50118 "//services/file:lib",
ben768c8dc2016-08-12 00:26:50119 "//services/file/public/interfaces",
Mounir Lamourifd9dcefa2017-07-06 10:26:55120 "//services/metrics/public/cpp:metrics_cpp",
chiniforooshan6e4c5072017-03-17 07:56:56121 "//services/resource_coordinator:lib",
oysteine8c8d3b702017-05-18 15:18:17122 "//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
rockot734fb662016-10-15 16:41:30123 "//services/service_manager",
rockot60d92c22017-03-21 06:35:23124 "//services/service_manager/embedder",
rockot734fb662016-10-15 16:41:30125 "//services/service_manager/public/cpp",
126 "//services/service_manager/public/interfaces",
127 "//services/service_manager/runner/common",
128 "//services/service_manager/runner/host:lib",
xianglu6dd8f462017-01-25 04:30:41129 "//services/shape_detection:lib",
130 "//services/shape_detection/public/interfaces",
sadrul6c5aed8c2017-01-11 23:11:44131 "//services/ui/gpu/interfaces",
sadrul85cc5d82016-12-20 03:37:41132 "//services/ui/public/cpp/gpu",
chfremer70b40e5122017-05-23 15:13:57133 "//services/video_capture/public/cpp",
134 "//services/video_capture/public/interfaces:constants",
Christian Fremereyb43741a2017-07-06 00:46:46135 "//services/video_capture/public/uma",
[email protected]4db51ec2014-05-29 21:08:32136 "//skia",
137 "//sql",
jamb3c1195df2016-03-21 20:41:29138 "//storage/browser",
139 "//storage/common",
Kinuko Yasuda74702f92017-07-31 03:27:53140 "//third_party/WebKit/common:blink_common",
fsamuel9cf7bdf2015-11-20 02:19:32141 "//third_party/WebKit/public:blink_headers",
brettw2cf0a692016-11-11 23:14:12142 "//third_party/WebKit/public:features",
jamb3c1195df2016-03-21 20:41:29143 "//third_party/WebKit/public:image_resources",
juncai30a0e932016-05-11 00:09:51144 "//third_party/WebKit/public:mojo_bindings",
jamb3c1195df2016-03-21 20:41:29145 "//third_party/WebKit/public:resources",
jbroman79c079be2016-04-20 00:17:27146 "//third_party/angle:angle_common",
alexclarke79a55e42017-05-11 11:38:20147 "//third_party/brotli:dec",
jamb3c1195df2016-03-21 20:41:29148 "//third_party/icu",
jamb3c1195df2016-03-21 20:41:29149 "//third_party/libyuv",
[email protected]4db51ec2014-05-29 21:08:32150 "//third_party/re2",
[email protected]4db51ec2014-05-29 21:08:32151 "//third_party/zlib",
Thiago Farinad8a8a072017-05-19 18:41:48152 "//third_party/zlib/google:compression_utils",
153 "//third_party/zlib/google:zip",
[email protected]4db51ec2014-05-29 21:08:32154 "//ui/accessibility",
155 "//ui/accessibility:ax_gen",
[email protected]52140d882014-05-30 19:22:40156 "//ui/base",
spang1c36fac2015-02-05 19:55:12157 "//ui/base/ime",
robliao8d63729c2016-03-29 17:49:47158 "//ui/display",
dcastagna0a50f642016-08-10 20:12:22159 "//ui/display/types",
[email protected]4db51ec2014-05-29 21:08:32160 "//ui/events",
161 "//ui/events:gesture_detection",
jamb3c1195df2016-03-21 20:41:29162 "//ui/events/blink",
alexis.menardb12ba342017-04-15 09:01:19163 "//ui/events/devices",
[email protected]4db51ec2014-05-29 21:08:32164 "//ui/gfx",
chrishtrbdbe3182017-03-15 15:15:43165 "//ui/gfx/animation",
[email protected]4db51ec2014-05-29 21:08:32166 "//ui/gfx/geometry",
ben7a77e852016-05-26 05:50:44167 "//ui/gfx/geometry/mojo",
Brett Wilsone7487942014-09-09 23:37:29168 "//ui/gl",
sugoi842efc692017-03-14 18:10:39169 "//ui/gl:gl_features",
mfomitchev598a7692017-04-11 00:30:31170 "//ui/latency",
Brett Wilsone7487942014-09-09 23:37:29171 "//ui/native_theme",
[email protected]4db51ec2014-05-29 21:08:32172 "//ui/resources",
brettwc15ed732016-03-21 23:14:29173 "//ui/shell_dialogs",
[email protected]d28b3cb82014-05-31 04:46:18174 "//ui/snapshot",
jamb3c1195df2016-03-21 20:41:29175 "//ui/touch_selection",
scottmg1b075322017-01-16 17:22:10176 "//v8:v8_version",
[email protected]4db51ec2014-05-29 21:08:32177 ]
178
jam447407fb2016-05-06 17:57:40179 public_deps = [
Tim Brown07e062e82017-06-26 19:38:03180 ":accessibility_flags",
rockot38e46dd2017-03-24 16:55:13181 "//ipc",
miu54dca6c2016-11-17 10:59:38182 "//media/mojo/interfaces:remoting",
kylecharc9d0c8082017-05-09 17:06:18183 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings",
jam447407fb2016-05-06 17:57:40184 "//third_party/leveldatabase",
185 ]
186
brettwb167c7332016-09-07 22:52:46187 sources = [
dgozmanb4f43e42016-12-13 06:12:40188 "$target_gen_dir/devtools/protocol/dom.cc",
189 "$target_gen_dir/devtools/protocol/dom.h",
190 "$target_gen_dir/devtools/protocol/emulation.cc",
191 "$target_gen_dir/devtools/protocol/emulation.h",
dgozmandc4d41722016-11-15 22:40:56192 "$target_gen_dir/devtools/protocol/forward.h",
dgozman111fdd032016-12-18 00:49:26193 "$target_gen_dir/devtools/protocol/input.cc",
194 "$target_gen_dir/devtools/protocol/input.h",
dgozmanb4f43e42016-12-13 06:12:40195 "$target_gen_dir/devtools/protocol/inspector.cc",
196 "$target_gen_dir/devtools/protocol/inspector.h",
dgozmandc4d41722016-11-15 22:40:56197 "$target_gen_dir/devtools/protocol/io.cc",
198 "$target_gen_dir/devtools/protocol/io.h",
dgozmanabbad67b2016-11-22 02:37:02199 "$target_gen_dir/devtools/protocol/memory.cc",
200 "$target_gen_dir/devtools/protocol/memory.h",
dgozmanb4f43e42016-12-13 06:12:40201 "$target_gen_dir/devtools/protocol/network.cc",
202 "$target_gen_dir/devtools/protocol/network.h",
203 "$target_gen_dir/devtools/protocol/page.cc",
204 "$target_gen_dir/devtools/protocol/page.h",
dgozmandc4d41722016-11-15 22:40:56205 "$target_gen_dir/devtools/protocol/protocol.cc",
206 "$target_gen_dir/devtools/protocol/protocol.h",
horo6f9e15e2017-01-27 03:07:40207 "$target_gen_dir/devtools/protocol/runtime.cc",
208 "$target_gen_dir/devtools/protocol/runtime.h",
dgozmanb4f43e42016-12-13 06:12:40209 "$target_gen_dir/devtools/protocol/schema.cc",
210 "$target_gen_dir/devtools/protocol/schema.h",
dgozman581dd5b72016-12-14 01:15:13211 "$target_gen_dir/devtools/protocol/security.cc",
212 "$target_gen_dir/devtools/protocol/security.h",
dgozmanb31e7732016-12-16 04:08:39213 "$target_gen_dir/devtools/protocol/service_worker.cc",
214 "$target_gen_dir/devtools/protocol/service_worker.h",
dgozmand5a5b2c2016-12-14 20:37:24215 "$target_gen_dir/devtools/protocol/storage.cc",
216 "$target_gen_dir/devtools/protocol/storage.h",
dgozmanabbad67b2016-11-22 02:37:02217 "$target_gen_dir/devtools/protocol/system_info.cc",
218 "$target_gen_dir/devtools/protocol/system_info.h",
dgozmanb35728c52016-12-16 05:31:43219 "$target_gen_dir/devtools/protocol/target.cc",
220 "$target_gen_dir/devtools/protocol/target.h",
dgozmanabbad67b2016-11-22 02:37:02221 "$target_gen_dir/devtools/protocol/tethering.cc",
222 "$target_gen_dir/devtools/protocol/tethering.h",
dgozmandc4d41722016-11-15 22:40:56223 "$target_gen_dir/devtools/protocol/tracing.cc",
224 "$target_gen_dir/devtools/protocol/tracing.h",
bend32292b2016-10-07 00:21:58225 "../common/service_manager/child_connection.cc",
226 "../common/service_manager/child_connection.h",
brettwb167c7332016-09-07 22:52:46227 "../zygote/zygote_linux.cc",
228 "../zygote/zygote_linux.h",
tfarina175c5da2017-05-05 23:06:01229 "../zygote/zygote_main.h",
brettwb167c7332016-09-07 22:52:46230 "../zygote/zygote_main_linux.cc",
brettwb167c7332016-09-07 22:52:46231 "accessibility/accessibility_tree_formatter.cc",
232 "accessibility/accessibility_tree_formatter.h",
233 "accessibility/accessibility_tree_formatter_blink.cc",
234 "accessibility/accessibility_tree_formatter_blink.h",
235 "accessibility/accessibility_tree_formatter_mac.mm",
236 "accessibility/accessibility_tree_formatter_stub.cc",
237 "accessibility/accessibility_tree_formatter_utils_win.cc",
238 "accessibility/accessibility_tree_formatter_utils_win.h",
239 "accessibility/accessibility_tree_formatter_win.cc",
240 "accessibility/accessibility_ui.cc",
241 "accessibility/accessibility_ui.h",
nektar9de71d42016-10-21 21:57:00242 "accessibility/ax_platform_position.cc",
243 "accessibility/ax_platform_position.h",
brettwb167c7332016-09-07 22:52:46244 "accessibility/browser_accessibility.cc",
245 "accessibility/browser_accessibility.h",
246 "accessibility/browser_accessibility_cocoa.h",
247 "accessibility/browser_accessibility_cocoa.mm",
dougt6b5b4cd2017-05-10 06:03:54248 "accessibility/browser_accessibility_com_win.cc",
249 "accessibility/browser_accessibility_com_win.h",
brettwb167c7332016-09-07 22:52:46250 "accessibility/browser_accessibility_event.cc",
251 "accessibility/browser_accessibility_event.h",
252 "accessibility/browser_accessibility_event_win.cc",
253 "accessibility/browser_accessibility_event_win.h",
254 "accessibility/browser_accessibility_mac.h",
255 "accessibility/browser_accessibility_mac.mm",
256 "accessibility/browser_accessibility_manager.cc",
257 "accessibility/browser_accessibility_manager.h",
258 "accessibility/browser_accessibility_manager_mac.h",
259 "accessibility/browser_accessibility_manager_mac.mm",
260 "accessibility/browser_accessibility_manager_win.cc",
261 "accessibility/browser_accessibility_manager_win.h",
262 "accessibility/browser_accessibility_state_impl.cc",
263 "accessibility/browser_accessibility_state_impl.h",
264 "accessibility/browser_accessibility_state_impl_mac.mm",
265 "accessibility/browser_accessibility_state_impl_win.cc",
266 "accessibility/browser_accessibility_win.cc",
267 "accessibility/browser_accessibility_win.h",
268 "accessibility/one_shot_accessibility_tree_search.cc",
269 "accessibility/one_shot_accessibility_tree_search.h",
Jinsuk Kimc6c1d15d2017-06-13 08:19:26270 "accessibility/web_contents_accessibility.h",
[email protected]6746292f2017-06-07 17:45:23271 "android/android_overlay_provider_impl.cc",
272 "android/android_overlay_provider_impl.h",
darin2d145fe2017-02-16 15:22:35273 "android/app_web_message_port.cc",
274 "android/app_web_message_port.h",
brettwb167c7332016-09-07 22:52:46275 "android/background_sync_network_observer_android.cc",
276 "android/background_sync_network_observer_android.h",
brettwb167c7332016-09-07 22:52:46277 "android/browser_startup_controller.cc",
278 "android/browser_startup_controller.h",
chongz8bdf20922017-03-16 20:44:04279 "android/content_feature_list.cc",
280 "android/content_feature_list.h",
brettwb167c7332016-09-07 22:52:46281 "android/content_protocol_handler_impl.cc",
282 "android/content_protocol_handler_impl.h",
283 "android/content_startup_flags.cc",
284 "android/content_startup_flags.h",
285 "android/content_video_view.cc",
286 "android/content_video_view.h",
287 "android/devtools_auth.cc",
liberatoa8da3b52017-05-02 20:23:51288 "android/dialog_overlay_impl.cc",
289 "android/dialog_overlay_impl.h",
jcivelli27d06a62017-03-22 01:40:37290 "android/gpu_process_callback.cc",
sammcf5f1b0f2016-09-20 23:05:11291 "android/java_interfaces_impl.cc",
292 "android/java_interfaces_impl.h",
boliu61687ec52017-03-29 20:09:34293 "android/launcher_thread.cc",
294 "android/launcher_thread.h",
tguilbertf08485bf2016-09-21 04:11:41295 "android/scoped_surface_request_manager.cc",
296 "android/scoped_surface_request_manager.h",
darin2d145fe2017-02-16 15:22:35297 "android/string_message_codec.cc",
298 "android/string_message_codec.h",
rlandaye4a6ec82017-07-26 01:03:20299 "android/text_suggestion_host_android.cc",
300 "android/text_suggestion_host_android.h",
301 "android/text_suggestion_host_mojo_impl_android.cc",
302 "android/text_suggestion_host_mojo_impl_android.h",
brettwb167c7332016-09-07 22:52:46303 "android/url_request_content_job.cc",
304 "android/url_request_content_job.h",
305 "appcache/appcache.cc",
306 "appcache/appcache.h",
307 "appcache/appcache_backend_impl.cc",
308 "appcache/appcache_backend_impl.h",
309 "appcache/appcache_database.cc",
310 "appcache/appcache_database.h",
311 "appcache/appcache_disk_cache.cc",
312 "appcache/appcache_disk_cache.h",
313 "appcache/appcache_dispatcher_host.cc",
314 "appcache/appcache_dispatcher_host.h",
315 "appcache/appcache_entry.h",
316 "appcache/appcache_executable_handler.h",
317 "appcache/appcache_frontend_proxy.cc",
318 "appcache/appcache_frontend_proxy.h",
319 "appcache/appcache_group.cc",
320 "appcache/appcache_group.h",
321 "appcache/appcache_histograms.cc",
322 "appcache/appcache_histograms.h",
323 "appcache/appcache_host.cc",
324 "appcache/appcache_host.h",
325 "appcache/appcache_interceptor.cc",
326 "appcache/appcache_interceptor.h",
327 "appcache/appcache_internals_ui.cc",
328 "appcache/appcache_internals_ui.h",
ananta46f3e942017-05-09 04:56:30329 "appcache/appcache_job.cc",
330 "appcache/appcache_job.h",
brettwb167c7332016-09-07 22:52:46331 "appcache/appcache_manifest_parser.cc",
332 "appcache/appcache_manifest_parser.h",
ananta292a9172016-12-07 01:29:27333 "appcache/appcache_navigation_handle.cc",
334 "appcache/appcache_navigation_handle.h",
335 "appcache/appcache_navigation_handle_core.cc",
336 "appcache/appcache_navigation_handle_core.h",
brettwb167c7332016-09-07 22:52:46337 "appcache/appcache_policy.h",
338 "appcache/appcache_quota_client.cc",
339 "appcache/appcache_quota_client.h",
ananta4e8a5292017-05-04 03:07:15340 "appcache/appcache_request.cc",
341 "appcache/appcache_request.h",
brettwb167c7332016-09-07 22:52:46342 "appcache/appcache_request_handler.cc",
343 "appcache/appcache_request_handler.h",
344 "appcache/appcache_response.cc",
345 "appcache/appcache_response.h",
346 "appcache/appcache_service_impl.cc",
347 "appcache/appcache_service_impl.h",
348 "appcache/appcache_storage.cc",
349 "appcache/appcache_storage.h",
350 "appcache/appcache_storage_impl.cc",
351 "appcache/appcache_storage_impl.h",
anantae60d1d42017-06-20 04:16:27352 "appcache/appcache_subresource_url_factory.cc",
353 "appcache/appcache_subresource_url_factory.h",
brettwb167c7332016-09-07 22:52:46354 "appcache/appcache_update_job.cc",
355 "appcache/appcache_update_job.h",
Anantanarayanan Iyengard42af8f2017-08-01 23:09:36356 "appcache/appcache_update_request_base.cc",
357 "appcache/appcache_update_request_base.h",
ananta609d9772017-07-21 02:12:53358 "appcache/appcache_update_url_fetcher.cc",
359 "appcache/appcache_update_url_fetcher.h",
Anantanarayanan Iyengard42af8f2017-08-01 23:09:36360 "appcache/appcache_update_url_loader_request.cc",
361 "appcache/appcache_update_url_loader_request.h",
362 "appcache/appcache_update_url_request.cc",
363 "appcache/appcache_update_url_request.h",
ananta46f3e942017-05-09 04:56:30364 "appcache/appcache_url_loader_job.cc",
365 "appcache/appcache_url_loader_job.h",
ananta4e8a5292017-05-04 03:07:15366 "appcache/appcache_url_loader_request.cc",
367 "appcache/appcache_url_loader_request.h",
368 "appcache/appcache_url_request.cc",
369 "appcache/appcache_url_request.h",
brettwb167c7332016-09-07 22:52:46370 "appcache/appcache_url_request_job.cc",
371 "appcache/appcache_url_request_job.h",
372 "appcache/appcache_working_set.cc",
373 "appcache/appcache_working_set.h",
374 "appcache/chrome_appcache_service.cc",
375 "appcache/chrome_appcache_service.h",
harkness7b36c432017-02-15 20:05:36376 "background_fetch/background_fetch_context.cc",
377 "background_fetch/background_fetch_context.h",
peterbbecee162017-04-14 17:09:55378 "background_fetch/background_fetch_cross_origin_filter.cc",
379 "background_fetch/background_fetch_cross_origin_filter.h",
harkness7b36c432017-02-15 20:05:36380 "background_fetch/background_fetch_data_manager.cc",
381 "background_fetch/background_fetch_data_manager.h",
Dan Elphick5e7e2952017-07-18 14:25:08382 "background_fetch/background_fetch_delegate_proxy.cc",
383 "background_fetch/background_fetch_delegate_proxy.h",
peteref0797702017-03-19 04:06:40384 "background_fetch/background_fetch_event_dispatcher.cc",
385 "background_fetch/background_fetch_event_dispatcher.h",
harknessa247d9bf2017-02-28 17:01:53386 "background_fetch/background_fetch_job_controller.cc",
387 "background_fetch/background_fetch_job_controller.h",
peter6965a1a12017-03-27 08:59:27388 "background_fetch/background_fetch_registration_id.cc",
389 "background_fetch/background_fetch_registration_id.h",
harknessa247d9bf2017-02-28 17:01:53390 "background_fetch/background_fetch_request_info.cc",
391 "background_fetch/background_fetch_request_info.h",
peter3226ce82017-03-16 18:06:28392 "background_fetch/background_fetch_service_impl.cc",
393 "background_fetch/background_fetch_service_impl.h",
brettwb167c7332016-09-07 22:52:46394 "background_sync/background_sync_context.cc",
395 "background_sync/background_sync_context.h",
396 "background_sync/background_sync_manager.cc",
397 "background_sync/background_sync_manager.h",
398 "background_sync/background_sync_metrics.cc",
399 "background_sync/background_sync_metrics.h",
400 "background_sync/background_sync_network_observer.cc",
401 "background_sync/background_sync_network_observer.h",
402 "background_sync/background_sync_registration.cc",
403 "background_sync/background_sync_registration.h",
404 "background_sync/background_sync_registration_options.cc",
405 "background_sync/background_sync_registration_options.h",
406 "background_sync/background_sync_service_impl.cc",
407 "background_sync/background_sync_service_impl.h",
408 "background_sync/background_sync_status.h",
409 "bad_message.cc",
410 "bad_message.h",
411 "blob_storage/blob_dispatcher_host.cc",
412 "blob_storage/blob_dispatcher_host.h",
jamd654ee52017-05-09 22:00:52413 "blob_storage/blob_internals_url_loader.cc",
414 "blob_storage/blob_internals_url_loader.h",
Marijn Kruisselbrink760986882017-07-11 17:06:51415 "blob_storage/blob_registry_wrapper.cc",
416 "blob_storage/blob_registry_wrapper.h",
jam9354af82017-06-03 21:59:41417 "blob_storage/blob_url_loader_factory.cc",
418 "blob_storage/blob_url_loader_factory.h",
brettwb167c7332016-09-07 22:52:46419 "blob_storage/chrome_blob_storage_context.cc",
420 "blob_storage/chrome_blob_storage_context.h",
juncaif70c51172017-02-10 23:49:17421 "bluetooth/bluetooth_allowed_devices.cc",
422 "bluetooth/bluetooth_allowed_devices.h",
brettwb167c7332016-09-07 22:52:46423 "bluetooth/bluetooth_allowed_devices_map.cc",
424 "bluetooth/bluetooth_allowed_devices_map.h",
beaufort.francois01135bf2016-11-23 14:37:36425 "bluetooth/bluetooth_blocklist.cc",
426 "bluetooth/bluetooth_blocklist.h",
brettwb167c7332016-09-07 22:52:46427 "bluetooth/bluetooth_device_chooser_controller.cc",
428 "bluetooth/bluetooth_device_chooser_controller.h",
429 "bluetooth/bluetooth_metrics.cc",
430 "bluetooth/bluetooth_metrics.h",
brettwb167c7332016-09-07 22:52:46431 "bluetooth/frame_connected_bluetooth_devices.cc",
432 "bluetooth/frame_connected_bluetooth_devices.h",
433 "bluetooth/web_bluetooth_service_impl.cc",
434 "bluetooth/web_bluetooth_service_impl.h",
435 "bootstrap_sandbox_manager_mac.cc",
436 "bootstrap_sandbox_manager_mac.h",
437 "broadcast_channel/broadcast_channel_provider.cc",
438 "broadcast_channel/broadcast_channel_provider.h",
439 "browser_child_process_host_impl.cc",
440 "browser_child_process_host_impl.h",
441 "browser_context.cc",
442 "browser_ipc_logging.cc",
443 "browser_main.cc",
444 "browser_main.h",
445 "browser_main_loop.cc",
446 "browser_main_loop.h",
447 "browser_main_runner.cc",
448 "browser_plugin/browser_plugin_embedder.cc",
449 "browser_plugin/browser_plugin_embedder.h",
450 "browser_plugin/browser_plugin_guest.cc",
451 "browser_plugin/browser_plugin_guest.h",
452 "browser_plugin/browser_plugin_message_filter.cc",
453 "browser_plugin/browser_plugin_message_filter.h",
454 "browser_plugin/browser_plugin_popup_menu_helper_mac.h",
455 "browser_plugin/browser_plugin_popup_menu_helper_mac.mm",
456 "browser_process_sub_thread.cc",
457 "browser_process_sub_thread.h",
458 "browser_shutdown_profile_dumper.cc",
459 "browser_shutdown_profile_dumper.h",
460 "browser_thread_impl.cc",
461 "browser_thread_impl.h",
462 "browser_url_handler_impl.cc",
463 "browser_url_handler_impl.h",
msrameka3c7cfd2017-02-03 13:34:13464 "browsing_data/browsing_data_filter_builder_impl.cc",
465 "browsing_data/browsing_data_filter_builder_impl.h",
msrameke169ccb2017-04-26 05:21:41466 "browsing_data/browsing_data_remover_impl.cc",
467 "browsing_data/browsing_data_remover_impl.h",
brettwb167c7332016-09-07 22:52:46468 "browsing_data/clear_site_data_throttle.cc",
469 "browsing_data/clear_site_data_throttle.h",
msramekee2be6e2017-03-27 19:28:01470 "browsing_data/conditional_cache_deletion_helper.cc",
471 "browsing_data/conditional_cache_deletion_helper.h",
472 "browsing_data/storage_partition_http_cache_data_remover.cc",
473 "browsing_data/storage_partition_http_cache_data_remover.h",
brettwb167c7332016-09-07 22:52:46474 "browsing_instance.cc",
475 "browsing_instance.h",
476 "byte_stream.cc",
477 "byte_stream.h",
478 "cache_storage/cache_storage.cc",
479 "cache_storage/cache_storage.h",
480 "cache_storage/cache_storage_blob_to_disk_cache.cc",
481 "cache_storage/cache_storage_blob_to_disk_cache.h",
482 "cache_storage/cache_storage_cache.cc",
483 "cache_storage/cache_storage_cache.h",
484 "cache_storage/cache_storage_cache_handle.cc",
485 "cache_storage/cache_storage_cache_handle.h",
cmumfordffb8a162016-12-22 15:26:50486 "cache_storage/cache_storage_cache_observer.h",
brettwb167c7332016-09-07 22:52:46487 "cache_storage/cache_storage_context_impl.cc",
488 "cache_storage/cache_storage_context_impl.h",
489 "cache_storage/cache_storage_dispatcher_host.cc",
490 "cache_storage/cache_storage_dispatcher_host.h",
491 "cache_storage/cache_storage_histogram_macros.h",
cmumfordffb8a162016-12-22 15:26:50492 "cache_storage/cache_storage_index.cc",
493 "cache_storage/cache_storage_index.h",
brettwb167c7332016-09-07 22:52:46494 "cache_storage/cache_storage_manager.cc",
495 "cache_storage/cache_storage_manager.h",
496 "cache_storage/cache_storage_operation.cc",
497 "cache_storage/cache_storage_operation.h",
498 "cache_storage/cache_storage_quota_client.cc",
499 "cache_storage/cache_storage_quota_client.h",
500 "cache_storage/cache_storage_scheduler.cc",
501 "cache_storage/cache_storage_scheduler.h",
502 "cache_storage/cache_storage_scheduler_client.h",
brettwb167c7332016-09-07 22:52:46503 "child_process_launcher.cc",
504 "child_process_launcher.h",
jcivelli828cd7f2017-01-18 19:50:46505 "child_process_launcher_helper.cc",
506 "child_process_launcher_helper.h",
507 "child_process_launcher_helper_android.cc",
508 "child_process_launcher_helper_linux.cc",
509 "child_process_launcher_helper_mac.cc",
510 "child_process_launcher_helper_posix.cc",
511 "child_process_launcher_helper_posix.h",
512 "child_process_launcher_helper_win.cc",
brettwb167c7332016-09-07 22:52:46513 "child_process_security_policy_impl.cc",
514 "child_process_security_policy_impl.h",
515 "cocoa/system_hotkey_helper_mac.h",
516 "cocoa/system_hotkey_helper_mac.mm",
517 "cocoa/system_hotkey_map.h",
518 "cocoa/system_hotkey_map.mm",
[email protected]743530f2014-06-12 19:38:50519
brettwb167c7332016-09-07 22:52:46520 # NOTE: These files are here instead of in compositor_browser_sources
521 # because the latter is not built on Android, whereas these files are
522 # needed on all platforms.
523 "compositor/surface_utils.cc",
524 "compositor/surface_utils.h",
brettwb167c7332016-09-07 22:52:46525 "devtools/browser_devtools_agent_host.cc",
526 "devtools/browser_devtools_agent_host.h",
527 "devtools/devtools_agent_host_impl.cc",
528 "devtools/devtools_agent_host_impl.h",
529 "devtools/devtools_frame_trace_recorder.cc",
530 "devtools/devtools_frame_trace_recorder.h",
pfeldman10628762016-09-08 07:59:26531 "devtools/devtools_http_handler.cc",
532 "devtools/devtools_http_handler.h",
brettwb167c7332016-09-07 22:52:46533 "devtools/devtools_io_context.cc",
534 "devtools/devtools_io_context.h",
535 "devtools/devtools_manager.cc",
536 "devtools/devtools_manager.h",
dgozmand77188632016-11-16 01:34:39537 "devtools/devtools_session.cc",
538 "devtools/devtools_session.h",
alexclarke6f5b30532017-06-02 14:32:30539 "devtools/devtools_url_interceptor_request_job.cc",
540 "devtools/devtools_url_interceptor_request_job.h",
541 "devtools/devtools_url_request_interceptor.cc",
542 "devtools/devtools_url_request_interceptor.h",
brettwb167c7332016-09-07 22:52:46543 "devtools/forwarding_agent_host.cc",
544 "devtools/forwarding_agent_host.h",
dgozman39d9d9a2016-12-28 18:56:30545 "devtools/protocol/devtools_domain_handler.cc",
546 "devtools/protocol/devtools_domain_handler.h",
brettwb167c7332016-09-07 22:52:46547 "devtools/protocol/dom_handler.cc",
548 "devtools/protocol/dom_handler.h",
549 "devtools/protocol/emulation_handler.cc",
550 "devtools/protocol/emulation_handler.h",
551 "devtools/protocol/input_handler.cc",
552 "devtools/protocol/input_handler.h",
553 "devtools/protocol/inspector_handler.cc",
554 "devtools/protocol/inspector_handler.h",
555 "devtools/protocol/io_handler.cc",
556 "devtools/protocol/io_handler.h",
557 "devtools/protocol/memory_handler.cc",
558 "devtools/protocol/memory_handler.h",
Blaisebcad00c2017-07-25 00:19:49559 "devtools/protocol/native_input_event_builder.h",
560 "devtools/protocol/native_input_event_builder_mac.mm",
brettwb167c7332016-09-07 22:52:46561 "devtools/protocol/network_handler.cc",
562 "devtools/protocol/network_handler.h",
563 "devtools/protocol/page_handler.cc",
564 "devtools/protocol/page_handler.h",
565 "devtools/protocol/schema_handler.cc",
566 "devtools/protocol/schema_handler.h",
567 "devtools/protocol/security_handler.cc",
568 "devtools/protocol/security_handler.h",
569 "devtools/protocol/service_worker_handler.cc",
570 "devtools/protocol/service_worker_handler.h",
571 "devtools/protocol/storage_handler.cc",
572 "devtools/protocol/storage_handler.h",
573 "devtools/protocol/system_info_handler.cc",
574 "devtools/protocol/system_info_handler.h",
dgozman9f204162017-07-14 00:55:31575 "devtools/protocol/target_auto_attacher.cc",
576 "devtools/protocol/target_auto_attacher.h",
dgozmanc2cea7d2016-09-28 03:27:55577 "devtools/protocol/target_handler.cc",
578 "devtools/protocol/target_handler.h",
brettwb167c7332016-09-07 22:52:46579 "devtools/protocol/tethering_handler.cc",
580 "devtools/protocol/tethering_handler.h",
581 "devtools/protocol/tracing_handler.cc",
582 "devtools/protocol/tracing_handler.h",
dgozmandc4d41722016-11-15 22:40:56583 "devtools/protocol_string.cc",
584 "devtools/protocol_string.h",
brettwb167c7332016-09-07 22:52:46585 "devtools/render_frame_devtools_agent_host.cc",
586 "devtools/render_frame_devtools_agent_host.h",
587 "devtools/service_worker_devtools_agent_host.cc",
588 "devtools/service_worker_devtools_agent_host.h",
589 "devtools/service_worker_devtools_manager.cc",
590 "devtools/service_worker_devtools_manager.h",
591 "devtools/shared_worker_devtools_agent_host.cc",
592 "devtools/shared_worker_devtools_agent_host.h",
593 "devtools/shared_worker_devtools_manager.cc",
594 "devtools/shared_worker_devtools_manager.h",
595 "devtools/worker_devtools_agent_host.cc",
596 "devtools/worker_devtools_agent_host.h",
597 "dom_storage/dom_storage_area.cc",
598 "dom_storage/dom_storage_area.h",
599 "dom_storage/dom_storage_context_impl.cc",
600 "dom_storage/dom_storage_context_impl.h",
601 "dom_storage/dom_storage_context_wrapper.cc",
602 "dom_storage/dom_storage_context_wrapper.h",
603 "dom_storage/dom_storage_database.cc",
604 "dom_storage/dom_storage_database.h",
605 "dom_storage/dom_storage_database_adapter.h",
606 "dom_storage/dom_storage_host.cc",
607 "dom_storage/dom_storage_host.h",
608 "dom_storage/dom_storage_message_filter.cc",
609 "dom_storage/dom_storage_message_filter.h",
610 "dom_storage/dom_storage_namespace.cc",
611 "dom_storage/dom_storage_namespace.h",
612 "dom_storage/dom_storage_session.cc",
613 "dom_storage/dom_storage_session.h",
614 "dom_storage/dom_storage_task_runner.cc",
615 "dom_storage/dom_storage_task_runner.h",
mek876c5c62016-12-22 17:40:46616 "dom_storage/local_storage_context_mojo.cc",
617 "dom_storage/local_storage_context_mojo.h",
brettwb167c7332016-09-07 22:52:46618 "dom_storage/local_storage_database_adapter.cc",
619 "dom_storage/local_storage_database_adapter.h",
620 "dom_storage/session_storage_database.cc",
621 "dom_storage/session_storage_database.h",
622 "dom_storage/session_storage_database_adapter.cc",
623 "dom_storage/session_storage_database_adapter.h",
624 "dom_storage/session_storage_namespace_impl.cc",
625 "dom_storage/session_storage_namespace_impl.h",
626 "download/base_file.cc",
627 "download/base_file.h",
brettwb167c7332016-09-07 22:52:46628 "download/base_file_posix.cc",
629 "download/base_file_win.cc",
630 "download/download_create_info.cc",
631 "download/download_create_info.h",
632 "download/download_destination_observer.h",
633 "download/download_file.h",
634 "download/download_file_factory.cc",
635 "download/download_file_factory.h",
636 "download/download_file_impl.cc",
637 "download/download_file_impl.h",
638 "download/download_interrupt_reasons_impl.cc",
639 "download/download_interrupt_reasons_impl.h",
640 "download/download_item_factory.h",
641 "download/download_item_impl.cc",
642 "download/download_item_impl.h",
643 "download/download_item_impl_delegate.cc",
644 "download/download_item_impl_delegate.h",
xingliuf61d39f2017-01-27 22:46:46645 "download/download_job.cc",
646 "download/download_job.h",
xingliu468824d2017-02-28 02:59:25647 "download/download_job_factory.cc",
648 "download/download_job_factory.h",
649 "download/download_job_impl.cc",
650 "download/download_job_impl.h",
brettwb167c7332016-09-07 22:52:46651 "download/download_manager_impl.cc",
652 "download/download_manager_impl.h",
653 "download/download_net_log_parameters.cc",
654 "download/download_net_log_parameters.h",
655 "download/download_request_core.cc",
656 "download/download_request_core.h",
657 "download/download_request_handle.cc",
658 "download/download_request_handle.h",
659 "download/download_resource_handler.cc",
660 "download/download_resource_handler.h",
661 "download/download_stats.cc",
662 "download/download_stats.h",
siggi2b05ad102017-07-21 18:57:56663 "download/download_task_runner.cc",
664 "download/download_task_runner.h",
xingliu468824d2017-02-28 02:59:25665 "download/download_worker.cc",
666 "download/download_worker.h",
brettwb167c7332016-09-07 22:52:46667 "download/drag_download_file.cc",
668 "download/drag_download_file.h",
669 "download/drag_download_util.cc",
670 "download/drag_download_util.h",
petewil2abcf042017-04-10 21:45:00671 "download/mhtml_extra_parts_impl.cc",
672 "download/mhtml_extra_parts_impl.h",
brettwb167c7332016-09-07 22:52:46673 "download/mhtml_generation_manager.cc",
674 "download/mhtml_generation_manager.h",
xingliu468824d2017-02-28 02:59:25675 "download/parallel_download_job.cc",
676 "download/parallel_download_job.h",
qinmin41a4abf2017-03-02 06:21:31677 "download/parallel_download_utils.cc",
678 "download/parallel_download_utils.h",
brettwb167c7332016-09-07 22:52:46679 "download/rate_estimator.cc",
680 "download/rate_estimator.h",
681 "download/save_file.cc",
682 "download/save_file.h",
683 "download/save_file_manager.cc",
684 "download/save_file_manager.h",
685 "download/save_file_resource_handler.cc",
686 "download/save_file_resource_handler.h",
687 "download/save_item.cc",
688 "download/save_item.h",
689 "download/save_package.cc",
690 "download/save_package.h",
Min Qin5b8d6932017-06-08 23:36:25691 "download/save_package_download_job.cc",
692 "download/save_package_download_job.h",
brettwb167c7332016-09-07 22:52:46693 "download/save_types.cc",
694 "download/save_types.h",
695 "download/url_downloader.cc",
696 "download/url_downloader.h",
chiniforooshan614d70a2017-03-17 01:19:33697 "field_trial_recorder.cc",
698 "field_trial_recorder.h",
brettwb167c7332016-09-07 22:52:46699 "fileapi/browser_file_system_helper.cc",
700 "fileapi/browser_file_system_helper.h",
701 "fileapi/fileapi_message_filter.cc",
702 "fileapi/fileapi_message_filter.h",
703 "fileapi/upload_file_system_file_element_reader.cc",
704 "fileapi/upload_file_system_file_element_reader.h",
705 "find_request_manager.cc",
706 "find_request_manager.h",
707 "font_list_async.cc",
arthursonzognic5a2f122016-12-21 08:47:16708 "frame_host/ancestor_throttle.cc",
709 "frame_host/ancestor_throttle.h",
brettwb167c7332016-09-07 22:52:46710 "frame_host/cross_process_frame_connector.cc",
711 "frame_host/cross_process_frame_connector.h",
meacerba52f56202017-04-22 00:08:08712 "frame_host/data_url_navigation_throttle.cc",
713 "frame_host/data_url_navigation_throttle.h",
brettwb167c7332016-09-07 22:52:46714 "frame_host/debug_urls.cc",
715 "frame_host/debug_urls.h",
arthursonzogni7cc34c52017-03-18 09:00:53716 "frame_host/form_submission_throttle.cc",
717 "frame_host/form_submission_throttle.h",
brettwb167c7332016-09-07 22:52:46718 "frame_host/frame_navigation_entry.cc",
719 "frame_host/frame_navigation_entry.h",
720 "frame_host/frame_tree.cc",
721 "frame_host/frame_tree.h",
722 "frame_host/frame_tree_node.cc",
723 "frame_host/frame_tree_node.h",
724 "frame_host/frame_tree_node_blame_context.cc",
725 "frame_host/frame_tree_node_blame_context.h",
dtapuska9d46ef7d2017-05-26 19:06:06726 "frame_host/input/legacy_ipc_frame_input_handler.cc",
727 "frame_host/input/legacy_ipc_frame_input_handler.h",
brettwb167c7332016-09-07 22:52:46728 "frame_host/interstitial_page_impl.cc",
729 "frame_host/interstitial_page_impl.h",
730 "frame_host/interstitial_page_navigator_impl.cc",
731 "frame_host/interstitial_page_navigator_impl.h",
carloskd9d97942017-02-16 08:58:09732 "frame_host/mixed_content_navigation_throttle.cc",
733 "frame_host/mixed_content_navigation_throttle.h",
brettwb167c7332016-09-07 22:52:46734 "frame_host/navigation_controller_android.cc",
735 "frame_host/navigation_controller_android.h",
736 "frame_host/navigation_controller_delegate.h",
737 "frame_host/navigation_controller_impl.cc",
738 "frame_host/navigation_controller_impl.h",
739 "frame_host/navigation_entry_impl.cc",
740 "frame_host/navigation_entry_impl.h",
741 "frame_host/navigation_entry_screenshot_manager.cc",
742 "frame_host/navigation_entry_screenshot_manager.h",
743 "frame_host/navigation_handle_impl.cc",
744 "frame_host/navigation_handle_impl.h",
745 "frame_host/navigation_request.cc",
746 "frame_host/navigation_request.h",
747 "frame_host/navigation_request_info.cc",
748 "frame_host/navigation_request_info.h",
749 "frame_host/navigator.cc",
750 "frame_host/navigator.h",
751 "frame_host/navigator_delegate.cc",
752 "frame_host/navigator_delegate.h",
753 "frame_host/navigator_impl.cc",
754 "frame_host/navigator_impl.h",
755 "frame_host/popup_menu_helper_mac.h",
756 "frame_host/popup_menu_helper_mac.mm",
757 "frame_host/render_frame_host_delegate.cc",
758 "frame_host/render_frame_host_delegate.h",
759 "frame_host/render_frame_host_factory.cc",
760 "frame_host/render_frame_host_factory.h",
761 "frame_host/render_frame_host_impl.cc",
762 "frame_host/render_frame_host_impl.h",
763 "frame_host/render_frame_host_manager.cc",
764 "frame_host/render_frame_host_manager.h",
765 "frame_host/render_frame_message_filter.cc",
766 "frame_host/render_frame_message_filter.h",
767 "frame_host/render_frame_proxy_host.cc",
768 "frame_host/render_frame_proxy_host.h",
769 "frame_host/render_widget_host_view_child_frame.cc",
770 "frame_host/render_widget_host_view_child_frame.h",
771 "frame_host/render_widget_host_view_guest.cc",
772 "frame_host/render_widget_host_view_guest.h",
brettwb167c7332016-09-07 22:52:46773 "gpu/browser_gpu_channel_host_factory.cc",
774 "gpu/browser_gpu_channel_host_factory.h",
775 "gpu/browser_gpu_memory_buffer_manager.cc",
776 "gpu/browser_gpu_memory_buffer_manager.h",
777 "gpu/compositor_util.cc",
778 "gpu/compositor_util.h",
sadrul53546592016-12-17 01:44:21779 "gpu/gpu_client.cc",
780 "gpu/gpu_client.h",
brettwb167c7332016-09-07 22:52:46781 "gpu/gpu_data_manager_impl.cc",
782 "gpu/gpu_data_manager_impl.h",
783 "gpu/gpu_data_manager_impl_private.cc",
784 "gpu/gpu_data_manager_impl_private.h",
michaelpg67362b52017-02-15 06:18:27785 "gpu/gpu_feature_checker_impl.cc",
786 "gpu/gpu_feature_checker_impl.h",
brettwb167c7332016-09-07 22:52:46787 "gpu/gpu_internals_ui.cc",
788 "gpu/gpu_internals_ui.h",
tapted4091f2f2017-02-07 00:47:19789 "gpu/gpu_main_thread_factory.cc",
790 "gpu/gpu_main_thread_factory.h",
brettwb167c7332016-09-07 22:52:46791 "gpu/gpu_process_host.cc",
792 "gpu/gpu_process_host.h",
sadrul75d671b2016-12-13 06:14:39793 "gpu/shader_cache_factory.cc",
794 "gpu/shader_cache_factory.h",
brettwb167c7332016-09-07 22:52:46795 "histogram_controller.cc",
796 "histogram_controller.h",
797 "histogram_internals_request_job.cc",
798 "histogram_internals_request_job.h",
jam17d386e2017-05-10 16:40:04799 "histogram_internals_url_loader.cc",
800 "histogram_internals_url_loader.h",
brettwb167c7332016-09-07 22:52:46801 "histogram_message_filter.cc",
802 "histogram_message_filter.h",
803 "histogram_subscriber.h",
804 "histogram_synchronizer.cc",
805 "histogram_synchronizer.h",
mcasas18de5022017-03-10 22:45:50806 "image_capture/image_capture_impl.cc",
807 "image_capture/image_capture_impl.h",
reillyg39fb4662016-11-22 20:27:17808 "indexed_db/cursor_impl.cc",
809 "indexed_db/cursor_impl.h",
reillyg963ec6df2016-11-05 01:10:58810 "indexed_db/database_impl.cc",
811 "indexed_db/database_impl.h",
brettwb167c7332016-09-07 22:52:46812 "indexed_db/indexed_db.h",
813 "indexed_db/indexed_db_active_blob_registry.cc",
814 "indexed_db/indexed_db_active_blob_registry.h",
815 "indexed_db/indexed_db_backing_store.cc",
816 "indexed_db/indexed_db_backing_store.h",
817 "indexed_db/indexed_db_blob_info.cc",
818 "indexed_db/indexed_db_blob_info.h",
819 "indexed_db/indexed_db_callbacks.cc",
820 "indexed_db/indexed_db_callbacks.h",
821 "indexed_db/indexed_db_class_factory.cc",
822 "indexed_db/indexed_db_class_factory.h",
823 "indexed_db/indexed_db_connection.cc",
824 "indexed_db/indexed_db_connection.h",
825 "indexed_db/indexed_db_context_impl.cc",
826 "indexed_db/indexed_db_context_impl.h",
827 "indexed_db/indexed_db_cursor.cc",
828 "indexed_db/indexed_db_cursor.h",
jbroman3ee0c8ab2017-04-20 14:25:03829 "indexed_db/indexed_db_data_format_version.cc",
830 "indexed_db/indexed_db_data_format_version.h",
brettwb167c7332016-09-07 22:52:46831 "indexed_db/indexed_db_data_loss_info.h",
832 "indexed_db/indexed_db_database.cc",
833 "indexed_db/indexed_db_database.h",
834 "indexed_db/indexed_db_database_callbacks.cc",
835 "indexed_db/indexed_db_database_callbacks.h",
836 "indexed_db/indexed_db_database_error.cc",
837 "indexed_db/indexed_db_database_error.h",
838 "indexed_db/indexed_db_dispatcher_host.cc",
839 "indexed_db/indexed_db_dispatcher_host.h",
840 "indexed_db/indexed_db_factory.h",
841 "indexed_db/indexed_db_factory_impl.cc",
842 "indexed_db/indexed_db_factory_impl.h",
843 "indexed_db/indexed_db_index_writer.cc",
844 "indexed_db/indexed_db_index_writer.h",
845 "indexed_db/indexed_db_internals_ui.cc",
846 "indexed_db/indexed_db_internals_ui.h",
847 "indexed_db/indexed_db_leveldb_coding.cc",
848 "indexed_db/indexed_db_leveldb_coding.h",
brettwb167c7332016-09-07 22:52:46849 "indexed_db/indexed_db_observer.cc",
850 "indexed_db/indexed_db_observer.h",
brettwb167c7332016-09-07 22:52:46851 "indexed_db/indexed_db_pending_connection.cc",
852 "indexed_db/indexed_db_pending_connection.h",
853 "indexed_db/indexed_db_quota_client.cc",
854 "indexed_db/indexed_db_quota_client.h",
855 "indexed_db/indexed_db_return_value.h",
wychen589d05e2017-03-31 00:06:36856 "indexed_db/indexed_db_tracing.h",
brettwb167c7332016-09-07 22:52:46857 "indexed_db/indexed_db_transaction.cc",
858 "indexed_db/indexed_db_transaction.h",
859 "indexed_db/indexed_db_transaction_coordinator.cc",
860 "indexed_db/indexed_db_transaction_coordinator.h",
861 "indexed_db/indexed_db_value.cc",
862 "indexed_db/indexed_db_value.h",
863 "indexed_db/leveldb/leveldb_comparator.h",
864 "indexed_db/leveldb/leveldb_database.cc",
865 "indexed_db/leveldb/leveldb_database.h",
866 "indexed_db/leveldb/leveldb_env.cc",
867 "indexed_db/leveldb/leveldb_env.h",
868 "indexed_db/leveldb/leveldb_factory.h",
dmurphec764052017-03-27 23:12:47869 "indexed_db/leveldb/leveldb_iterator.cc",
brettwb167c7332016-09-07 22:52:46870 "indexed_db/leveldb/leveldb_iterator.h",
871 "indexed_db/leveldb/leveldb_iterator_impl.cc",
872 "indexed_db/leveldb/leveldb_iterator_impl.h",
873 "indexed_db/leveldb/leveldb_transaction.cc",
874 "indexed_db/leveldb/leveldb_transaction.h",
875 "indexed_db/leveldb/leveldb_write_batch.cc",
876 "indexed_db/leveldb/leveldb_write_batch.h",
wychen589d05e2017-03-31 00:06:36877 "indexed_db/list_set.h",
mgiuca35f4c7152017-03-14 08:30:30878 "installedapp/installed_app_provider_impl_default.cc",
879 "installedapp/installed_app_provider_impl_default.h",
alexmos4bc26322017-07-01 00:57:14880 "isolated_origin_util.cc",
881 "isolated_origin_util.h",
zijiehe60167782017-04-28 22:31:02882 "keyboard_lock/keyboard_lock_service_impl.cc",
883 "keyboard_lock/keyboard_lock_service_impl.h",
brettwb167c7332016-09-07 22:52:46884 "leveldb_wrapper_impl.cc",
885 "leveldb_wrapper_impl.h",
886 "loader/async_resource_handler.cc",
887 "loader/async_resource_handler.h",
brettwb167c7332016-09-07 22:52:46888 "loader/detachable_resource_handler.cc",
889 "loader/detachable_resource_handler.h",
tzik47a9f9b2016-12-01 04:16:24890 "loader/downloaded_temp_file_impl.cc",
891 "loader/downloaded_temp_file_impl.h",
brettwb167c7332016-09-07 22:52:46892 "loader/global_routing_id.h",
893 "loader/intercepting_resource_handler.cc",
894 "loader/intercepting_resource_handler.h",
895 "loader/layered_resource_handler.cc",
896 "loader/layered_resource_handler.h",
897 "loader/loader_delegate.h",
898 "loader/loader_io_thread_notifier.cc",
899 "loader/loader_io_thread_notifier.h",
900 "loader/mime_sniffing_resource_handler.cc",
901 "loader/mime_sniffing_resource_handler.h",
902 "loader/mojo_async_resource_handler.cc",
903 "loader/mojo_async_resource_handler.h",
904 "loader/navigation_resource_handler.cc",
905 "loader/navigation_resource_handler.h",
906 "loader/navigation_resource_throttle.cc",
907 "loader/navigation_resource_throttle.h",
908 "loader/navigation_url_loader.cc",
909 "loader/navigation_url_loader.h",
910 "loader/navigation_url_loader_delegate.h",
911 "loader/navigation_url_loader_factory.h",
912 "loader/navigation_url_loader_impl.cc",
913 "loader/navigation_url_loader_impl.h",
914 "loader/navigation_url_loader_impl_core.cc",
915 "loader/navigation_url_loader_impl_core.h",
scottmg69985212017-04-12 16:47:28916 "loader/navigation_url_loader_network_service.cc",
917 "loader/navigation_url_loader_network_service.h",
brettwb167c7332016-09-07 22:52:46918 "loader/netlog_observer.cc",
919 "loader/netlog_observer.h",
mmenke87f5c77a2017-01-31 16:11:26920 "loader/null_resource_controller.cc",
921 "loader/null_resource_controller.h",
brettwb167c7332016-09-07 22:52:46922 "loader/redirect_to_file_resource_handler.cc",
923 "loader/redirect_to_file_resource_handler.h",
924 "loader/resource_buffer.cc",
925 "loader/resource_buffer.h",
tyoshino3b3ee8e92016-12-07 16:04:07926 "loader/resource_controller.h",
brettwb167c7332016-09-07 22:52:46927 "loader/resource_dispatcher_host_impl.cc",
928 "loader/resource_dispatcher_host_impl.h",
929 "loader/resource_handler.cc",
930 "loader/resource_handler.h",
931 "loader/resource_hints_impl.cc",
932 "loader/resource_loader.cc",
933 "loader/resource_loader.h",
934 "loader/resource_loader_delegate.h",
935 "loader/resource_message_delegate.cc",
936 "loader/resource_message_delegate.h",
937 "loader/resource_message_filter.cc",
938 "loader/resource_message_filter.h",
939 "loader/resource_request_info_impl.cc",
940 "loader/resource_request_info_impl.h",
horo227286f72016-11-29 11:10:33941 "loader/resource_requester_info.cc",
942 "loader/resource_requester_info.h",
brettwb167c7332016-09-07 22:52:46943 "loader/resource_scheduler.cc",
944 "loader/resource_scheduler.h",
945 "loader/resource_scheduler_filter.cc",
946 "loader/resource_scheduler_filter.h",
947 "loader/stream_resource_handler.cc",
948 "loader/stream_resource_handler.h",
949 "loader/stream_writer.cc",
950 "loader/stream_writer.h",
951 "loader/sync_resource_handler.cc",
952 "loader/sync_resource_handler.h",
953 "loader/temporary_file_stream.cc",
954 "loader/temporary_file_stream.h",
955 "loader/throttling_resource_handler.cc",
956 "loader/throttling_resource_handler.h",
957 "loader/upload_data_stream_builder.cc",
958 "loader/upload_data_stream_builder.h",
tzika6914612016-12-15 12:48:59959 "loader/upload_progress_tracker.cc",
960 "loader/upload_progress_tracker.h",
brettwb167c7332016-09-07 22:52:46961 "loader/url_loader_factory_impl.cc",
962 "loader/url_loader_factory_impl.h",
anantae60d1d42017-06-20 04:16:27963 "loader/url_loader_request_handler.cc",
kinuko69732972017-05-29 08:50:07964 "loader/url_loader_request_handler.h",
ke.he91eabe22017-05-19 04:02:11965 "loader/wake_lock_resource_throttle.cc",
966 "loader/wake_lock_resource_throttle.h",
brettwb167c7332016-09-07 22:52:46967 "loader_delegate_impl.cc",
968 "loader_delegate_impl.h",
969 "mach_broker_mac.h",
970 "mach_broker_mac.mm",
jinho.bang84cadc82017-06-14 16:59:34971 "manifest/manifest_icon_downloader.cc",
972 "manifest/manifest_icon_selector.cc",
brettwb167c7332016-09-07 22:52:46973 "manifest/manifest_manager_host.cc",
974 "manifest/manifest_manager_host.h",
brettwb167c7332016-09-07 22:52:46975 "media/android/browser_media_player_manager.cc",
976 "media/android/browser_media_player_manager.h",
brettwb167c7332016-09-07 22:52:46977 "media/android/browser_surface_view_manager.cc",
978 "media/android/browser_surface_view_manager.h",
979 "media/android/media_player_renderer.cc",
980 "media/android/media_player_renderer.h",
981 "media/android/media_resource_getter_impl.cc",
982 "media/android/media_resource_getter_impl.h",
brettwb167c7332016-09-07 22:52:46983 "media/android/media_web_contents_observer_android.cc",
984 "media/android/media_web_contents_observer_android.h",
brettwb167c7332016-09-07 22:52:46985 "media/audible_metrics.cc",
986 "media/audible_metrics.h",
987 "media/audio_stream_monitor.cc",
988 "media/audio_stream_monitor.h",
989 "media/capture/audio_mirroring_manager.cc",
990 "media/capture/audio_mirroring_manager.h",
brettwb167c7332016-09-07 22:52:46991 "media/capture/desktop_capture_device_uma_types.cc",
992 "media/capture/desktop_capture_device_uma_types.h",
brettwb167c7332016-09-07 22:52:46993 "media/capture/web_contents_audio_input_stream.cc",
994 "media/capture/web_contents_audio_input_stream.h",
995 "media/capture/web_contents_audio_muter.cc",
996 "media/capture/web_contents_audio_muter.h",
997 "media/capture/web_contents_tracker.cc",
998 "media/capture/web_contents_tracker.h",
xhwang5ba56be2016-12-13 07:13:03999 "media/cdm_registry_impl.cc",
1000 "media/cdm_registry_impl.h",
guidoudf036b32016-10-31 14:51:141001 "media/media_devices_permission_checker.cc",
1002 "media/media_devices_permission_checker.h",
guidou8a440b842017-01-30 13:58:431003 "media/media_devices_util.cc",
1004 "media/media_devices_util.h",
xhwangaa0bf6d2016-12-03 01:19:151005 "media/media_interface_proxy.cc",
1006 "media/media_interface_proxy.h",
brettwb167c7332016-09-07 22:52:461007 "media/media_internals.cc",
1008 "media/media_internals.h",
1009 "media/media_internals_handler.cc",
1010 "media/media_internals_handler.h",
1011 "media/media_internals_proxy.cc",
1012 "media/media_internals_proxy.h",
1013 "media/media_internals_ui.cc",
1014 "media/media_internals_ui.h",
1015 "media/media_web_contents_observer.cc",
1016 "media/media_web_contents_observer.h",
1017 "media/midi_host.cc",
1018 "media/midi_host.h",
zqzhanga2147f82016-10-18 22:53:261019 "media/session/audio_focus_delegate.h",
1020 "media/session/audio_focus_delegate_android.cc",
1021 "media/session/audio_focus_delegate_android.h",
1022 "media/session/audio_focus_delegate_default.cc",
brettwb167c7332016-09-07 22:52:461023 "media/session/audio_focus_manager.cc",
1024 "media/session/audio_focus_manager.h",
zqzhangd84e72872016-10-07 19:22:031025 "media/session/media_metadata_sanitizer.cc",
1026 "media/session/media_metadata_sanitizer.h",
zqzhang1adf3cb2016-11-01 11:26:451027 "media/session/media_session_android.cc",
1028 "media/session/media_session_android.h",
brettwb167c7332016-09-07 22:52:461029 "media/session/media_session_controller.cc",
1030 "media/session/media_session_controller.h",
1031 "media/session/media_session_controllers_manager.cc",
1032 "media/session/media_session_controllers_manager.h",
zqzhang1adf3cb2016-11-01 11:26:451033 "media/session/media_session_impl.cc",
1034 "media/session/media_session_impl.h",
zqzhanga2147f82016-10-18 22:53:261035 "media/session/media_session_player_observer.h",
zqzhangd84e72872016-10-07 19:22:031036 "media/session/media_session_service_impl.cc",
1037 "media/session/media_session_service_impl.h",
brettwb167c7332016-09-07 22:52:461038 "media/session/media_session_uma_helper.cc",
1039 "media/session/media_session_uma_helper.h",
slana0da4302016-11-07 17:37:011040 "media/url_provision_fetcher.cc",
1041 "media/url_provision_fetcher.h",
bashi810232f52017-03-03 04:38:021042 "memory/memory_condition_observer.cc",
1043 "memory/memory_condition_observer.h",
bashic5106fd2017-05-12 09:38:321044 "memory/memory_coordinator_default_policy.cc",
1045 "memory/memory_coordinator_default_policy.h",
bashi529cb14c2016-10-17 21:53:571046 "memory/memory_coordinator_impl.cc",
1047 "memory/memory_coordinator_impl.h",
bashia6264042016-09-15 04:49:511048 "memory/memory_monitor.cc",
1049 "memory/memory_monitor.h",
bashi66264142016-09-27 06:26:401050 "memory/memory_monitor_android.cc",
1051 "memory/memory_monitor_android.h",
bashia6264042016-09-15 04:49:511052 "memory/memory_monitor_win.cc",
1053 "memory/memory_monitor_win.h",
Scott Haseley7a02fce2017-08-01 21:55:011054 "memory/swap_metrics_delegate_uma.cc",
1055 "memory/swap_metrics_delegate_uma.h",
1056 "memory/swap_metrics_driver_impl.cc",
1057 "memory/swap_metrics_driver_impl.h",
1058 "memory/swap_metrics_driver_impl_linux.cc",
1059 "memory/swap_metrics_driver_impl_linux.h",
1060 "memory/swap_metrics_driver_impl_mac.cc",
1061 "memory/swap_metrics_driver_impl_mac.h",
1062 "memory/swap_metrics_driver_impl_win.cc",
brettwb167c7332016-09-07 22:52:461063 "message_port_provider.cc",
brettwb167c7332016-09-07 22:52:461064 "mime_registry_impl.cc",
1065 "mime_registry_impl.h",
brettwb167c7332016-09-07 22:52:461066 "net/browser_online_state_observer.cc",
1067 "net/browser_online_state_observer.h",
1068 "net/network_errors_listing_ui.cc",
1069 "net/network_errors_listing_ui.h",
tbansal15973c32017-05-10 18:40:441070 "net/network_quality_observer_impl.cc",
1071 "net/network_quality_observer_impl.h",
brettwb167c7332016-09-07 22:52:461072 "net/quota_policy_cookie_store.cc",
1073 "net/quota_policy_cookie_store.h",
juliatuttle95fe3cc52017-06-30 23:05:311074 "net/reporting_service_proxy.cc",
1075 "net/reporting_service_proxy.h",
brettwb167c7332016-09-07 22:52:461076 "net/view_blob_internals_job_factory.cc",
1077 "net/view_blob_internals_job_factory.h",
1078 "net/view_http_cache_job_factory.cc",
1079 "net/view_http_cache_job_factory.h",
1080 "notification_service_impl.cc",
1081 "notification_service_impl.h",
1082 "notifications/blink_notification_service_impl.cc",
1083 "notifications/blink_notification_service_impl.h",
1084 "notifications/notification_database.cc",
1085 "notifications/notification_database.h",
1086 "notifications/notification_database_data_conversions.cc",
1087 "notifications/notification_database_data_conversions.h",
1088 "notifications/notification_event_dispatcher_impl.cc",
1089 "notifications/notification_event_dispatcher_impl.h",
1090 "notifications/notification_id_generator.cc",
1091 "notifications/notification_id_generator.h",
1092 "notifications/notification_message_filter.cc",
1093 "notifications/notification_message_filter.h",
brettwb167c7332016-09-07 22:52:461094 "notifications/platform_notification_context_impl.cc",
1095 "notifications/platform_notification_context_impl.h",
1096 "notifications/type_converters.cc",
1097 "notifications/type_converters.h",
jinho.bang745d987b2016-12-14 19:06:541098 "payments/payment_app_context_impl.cc",
1099 "payments/payment_app_context_impl.h",
jinho.bangab430572016-12-16 14:33:581100 "payments/payment_app_database.cc",
1101 "payments/payment_app_database.h",
gogerald70b9dcb2017-07-05 05:28:491102 "payments/payment_app_info_fetcher.cc",
1103 "payments/payment_app_info_fetcher.h",
jinho.bangac34b3a32017-01-05 12:51:211104 "payments/payment_app_provider_impl.cc",
1105 "payments/payment_app_provider_impl.h",
gogeraldd8c5af342017-06-14 02:22:361106 "payments/payment_instrument_icon_fetcher.cc",
1107 "payments/payment_instrument_icon_fetcher.h",
jinho.bangbbb00c32017-03-30 15:09:091108 "payments/payment_manager.cc",
1109 "payments/payment_manager.h",
brettwb167c7332016-09-07 22:52:461110 "permissions/permission_service_context.cc",
1111 "permissions/permission_service_context.h",
1112 "permissions/permission_service_impl.cc",
1113 "permissions/permission_service_impl.h",
brettwb167c7332016-09-07 22:52:461114 "presentation/presentation_service_impl.cc",
1115 "presentation/presentation_service_impl.h",
brettwb167c7332016-09-07 22:52:461116 "profiler_controller_impl.cc",
1117 "profiler_controller_impl.h",
1118 "profiler_message_filter.cc",
1119 "profiler_message_filter.h",
awdf5f7440c2017-01-09 12:38:561120 "push_messaging/push_messaging_context.cc",
1121 "push_messaging/push_messaging_context.h",
ke.he5f426e322017-02-22 12:37:121122 "push_messaging/push_messaging_manager.cc",
1123 "push_messaging/push_messaging_manager.h",
brettwb167c7332016-09-07 22:52:461124 "push_messaging/push_messaging_router.cc",
1125 "push_messaging/push_messaging_router.h",
1126 "quota_dispatcher_host.cc",
1127 "quota_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:461128 "renderer_host/clipboard_message_filter.cc",
1129 "renderer_host/clipboard_message_filter.h",
1130 "renderer_host/clipboard_message_filter_mac.mm",
Ken Buchanan520f29c2017-07-13 23:29:511131 "renderer_host/cursor_manager.cc",
1132 "renderer_host/cursor_manager.h",
brettwb167c7332016-09-07 22:52:461133 "renderer_host/database_message_filter.cc",
1134 "renderer_host/database_message_filter.h",
brettwb167c7332016-09-07 22:52:461135 "renderer_host/dip_util.cc",
1136 "renderer_host/dip_util.h",
1137 "renderer_host/dwrite_font_proxy_message_filter_win.cc",
1138 "renderer_host/dwrite_font_proxy_message_filter_win.h",
1139 "renderer_host/event_with_latency_info.h",
1140 "renderer_host/file_utilities_message_filter.cc",
1141 "renderer_host/file_utilities_message_filter.h",
1142 "renderer_host/font_utils_linux.cc",
1143 "renderer_host/font_utils_linux.h",
1144 "renderer_host/frame_metadata_util.cc",
1145 "renderer_host/frame_metadata_util.h",
samans2040988b2017-04-11 23:58:351146 "renderer_host/frame_sink_provider_impl.cc",
1147 "renderer_host/frame_sink_provider_impl.h",
brettwb167c7332016-09-07 22:52:461148 "renderer_host/input/gesture_event_queue.cc",
1149 "renderer_host/input/gesture_event_queue.h",
alexis.menardb12ba342017-04-15 09:01:191150 "renderer_host/input/input_device_change_observer.cc",
1151 "renderer_host/input/input_device_change_observer.h",
Hayley Ferrbb5c0152017-07-27 22:57:191152 "renderer_host/input/input_disposition_handler.h",
brettwb167c7332016-09-07 22:52:461153 "renderer_host/input/input_router.h",
1154 "renderer_host/input/input_router_client.h",
1155 "renderer_host/input/input_router_config_helper.cc",
1156 "renderer_host/input/input_router_config_helper.h",
Dave Tapuska8a112332017-07-24 17:23:181157 "renderer_host/input/input_router_impl.cc",
1158 "renderer_host/input/input_router_impl.h",
Dave Tapuskac268151b82017-06-12 13:59:211159 "renderer_host/input/legacy_input_router_impl.cc",
1160 "renderer_host/input/legacy_input_router_impl.h",
Dave Tapuskab336b922017-07-06 19:24:051161 "renderer_host/input/legacy_ipc_widget_input_handler.cc",
1162 "renderer_host/input/legacy_ipc_widget_input_handler.h",
dtapuska73607ca2017-01-27 17:20:191163 "renderer_host/input/legacy_touch_event_queue.cc",
1164 "renderer_host/input/legacy_touch_event_queue.h",
brettwb167c7332016-09-07 22:52:461165 "renderer_host/input/motion_event_web.cc",
1166 "renderer_host/input/motion_event_web.h",
1167 "renderer_host/input/mouse_wheel_event_queue.cc",
1168 "renderer_host/input/mouse_wheel_event_queue.h",
sahel09de0d012017-06-07 16:09:441169 "renderer_host/input/mouse_wheel_phase_handler.cc",
1170 "renderer_host/input/mouse_wheel_phase_handler.h",
brettwb167c7332016-09-07 22:52:461171 "renderer_host/input/mouse_wheel_rails_filter_mac.cc",
1172 "renderer_host/input/mouse_wheel_rails_filter_mac.h",
dtapuska53f9f4ee2017-02-27 01:14:261173 "renderer_host/input/passthrough_touch_event_queue.cc",
1174 "renderer_host/input/passthrough_touch_event_queue.h",
brettwb167c7332016-09-07 22:52:461175 "renderer_host/input/render_widget_host_latency_tracker.cc",
1176 "renderer_host/input/render_widget_host_latency_tracker.h",
1177 "renderer_host/input/stylus_text_selector.cc",
1178 "renderer_host/input/stylus_text_selector.h",
1179 "renderer_host/input/synthetic_gesture.cc",
1180 "renderer_host/input/synthetic_gesture.h",
1181 "renderer_host/input/synthetic_gesture_controller.cc",
1182 "renderer_host/input/synthetic_gesture_controller.h",
1183 "renderer_host/input/synthetic_gesture_target.h",
1184 "renderer_host/input/synthetic_gesture_target_aura.cc",
1185 "renderer_host/input/synthetic_gesture_target_aura.h",
1186 "renderer_host/input/synthetic_gesture_target_base.cc",
1187 "renderer_host/input/synthetic_gesture_target_base.h",
1188 "renderer_host/input/synthetic_gesture_target_mac.h",
1189 "renderer_host/input/synthetic_gesture_target_mac.mm",
lanwei1060f1f2016-11-28 23:00:311190 "renderer_host/input/synthetic_mouse_driver.cc",
1191 "renderer_host/input/synthetic_mouse_driver.h",
lanweid7de40d12017-01-26 22:52:191192 "renderer_host/input/synthetic_pen_driver.cc",
1193 "renderer_host/input/synthetic_pen_driver.h",
brettwb167c7332016-09-07 22:52:461194 "renderer_host/input/synthetic_pinch_gesture.cc",
1195 "renderer_host/input/synthetic_pinch_gesture.h",
brettwb167c7332016-09-07 22:52:461196 "renderer_host/input/synthetic_pointer_action.cc",
1197 "renderer_host/input/synthetic_pointer_action.h",
lanwei1060f1f2016-11-28 23:00:311198 "renderer_host/input/synthetic_pointer_driver.cc",
1199 "renderer_host/input/synthetic_pointer_driver.h",
brettwb167c7332016-09-07 22:52:461200 "renderer_host/input/synthetic_smooth_drag_gesture.cc",
1201 "renderer_host/input/synthetic_smooth_drag_gesture.h",
1202 "renderer_host/input/synthetic_smooth_move_gesture.cc",
1203 "renderer_host/input/synthetic_smooth_move_gesture.h",
1204 "renderer_host/input/synthetic_smooth_scroll_gesture.cc",
1205 "renderer_host/input/synthetic_smooth_scroll_gesture.h",
1206 "renderer_host/input/synthetic_tap_gesture.cc",
1207 "renderer_host/input/synthetic_tap_gesture.h",
lanwei1060f1f2016-11-28 23:00:311208 "renderer_host/input/synthetic_touch_driver.cc",
1209 "renderer_host/input/synthetic_touch_driver.h",
brettwb167c7332016-09-07 22:52:461210 "renderer_host/input/synthetic_touchpad_pinch_gesture.cc",
1211 "renderer_host/input/synthetic_touchpad_pinch_gesture.h",
1212 "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc",
1213 "renderer_host/input/synthetic_touchscreen_pinch_gesture.h",
1214 "renderer_host/input/tap_suppression_controller.cc",
1215 "renderer_host/input/tap_suppression_controller.h",
1216 "renderer_host/input/tap_suppression_controller_client.h",
1217 "renderer_host/input/timeout_monitor.cc",
1218 "renderer_host/input/timeout_monitor.h",
1219 "renderer_host/input/touch_action_filter.cc",
1220 "renderer_host/input/touch_action_filter.h",
1221 "renderer_host/input/touch_emulator.cc",
1222 "renderer_host/input/touch_emulator.h",
1223 "renderer_host/input/touch_emulator_client.h",
brettwb167c7332016-09-07 22:52:461224 "renderer_host/input/touch_event_queue.h",
1225 "renderer_host/input/touch_selection_controller_client_aura.cc",
1226 "renderer_host/input/touch_selection_controller_client_aura.h",
wjmaclean9a658312017-05-25 17:03:571227 "renderer_host/input/touch_selection_controller_client_child_frame.cc",
1228 "renderer_host/input/touch_selection_controller_client_child_frame.h",
dtapuska48fd5b92017-02-22 15:16:041229 "renderer_host/input/touch_timeout_handler.cc",
1230 "renderer_host/input/touch_timeout_handler.h",
brettwb167c7332016-09-07 22:52:461231 "renderer_host/input/touchpad_tap_suppression_controller.cc",
1232 "renderer_host/input/touchpad_tap_suppression_controller.h",
1233 "renderer_host/input/touchscreen_tap_suppression_controller.cc",
1234 "renderer_host/input/touchscreen_tap_suppression_controller.h",
1235 "renderer_host/input/web_input_event_builders_android.cc",
1236 "renderer_host/input/web_input_event_builders_android.h",
1237 "renderer_host/input/web_input_event_builders_mac.h",
1238 "renderer_host/input/web_input_event_builders_mac.mm",
1239 "renderer_host/legacy_render_widget_host_win.cc",
1240 "renderer_host/legacy_render_widget_host_win.h",
brettwb167c7332016-09-07 22:52:461241 "renderer_host/media/audio_input_device_manager.cc",
1242 "renderer_host/media/audio_input_device_manager.h",
1243 "renderer_host/media/audio_input_renderer_host.cc",
1244 "renderer_host/media/audio_input_renderer_host.h",
1245 "renderer_host/media/audio_input_sync_writer.cc",
1246 "renderer_host/media/audio_input_sync_writer.h",
maxmorinb08e8422016-11-18 09:34:011247 "renderer_host/media/audio_output_authorization_handler.cc",
1248 "renderer_host/media/audio_output_authorization_handler.h",
maxmorin5d6f36b2017-02-01 08:51:211249 "renderer_host/media/audio_output_delegate_impl.cc",
1250 "renderer_host/media/audio_output_delegate_impl.h",
brettwb167c7332016-09-07 22:52:461251 "renderer_host/media/audio_renderer_host.cc",
1252 "renderer_host/media/audio_renderer_host.h",
1253 "renderer_host/media/audio_sync_reader.cc",
1254 "renderer_host/media/audio_sync_reader.h",
chfremerc9148152017-04-17 17:10:261255 "renderer_host/media/in_process_launched_video_capture_device.cc",
1256 "renderer_host/media/in_process_launched_video_capture_device.h",
1257 "renderer_host/media/in_process_video_capture_device_launcher.cc",
1258 "renderer_host/media/in_process_video_capture_device_launcher.h",
chfremer3b099812017-04-11 17:30:501259 "renderer_host/media/in_process_video_capture_provider.cc",
1260 "renderer_host/media/in_process_video_capture_provider.h",
brettwb167c7332016-09-07 22:52:461261 "renderer_host/media/media_capture_devices_impl.cc",
1262 "renderer_host/media/media_capture_devices_impl.h",
guidou9357cc52016-10-11 19:53:361263 "renderer_host/media/media_devices_dispatcher_host.cc",
1264 "renderer_host/media/media_devices_dispatcher_host.h",
guidoucc6d4602016-09-23 21:28:431265 "renderer_host/media/media_devices_manager.cc",
1266 "renderer_host/media/media_devices_manager.h",
brettwb167c7332016-09-07 22:52:461267 "renderer_host/media/media_stream_dispatcher_host.cc",
1268 "renderer_host/media/media_stream_dispatcher_host.h",
1269 "renderer_host/media/media_stream_manager.cc",
1270 "renderer_host/media/media_stream_manager.h",
1271 "renderer_host/media/media_stream_provider.h",
1272 "renderer_host/media/media_stream_requester.h",
1273 "renderer_host/media/media_stream_track_metrics_host.cc",
1274 "renderer_host/media/media_stream_track_metrics_host.h",
1275 "renderer_host/media/media_stream_ui_proxy.cc",
1276 "renderer_host/media/media_stream_ui_proxy.h",
maxmorin2781f5ff2017-04-04 08:29:411277 "renderer_host/media/render_frame_audio_output_stream_factory.cc",
1278 "renderer_host/media/render_frame_audio_output_stream_factory.h",
1279 "renderer_host/media/renderer_audio_output_stream_factory_context.h",
1280 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.cc",
1281 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.h",
chfremer70b40e5122017-05-23 15:13:571282 "renderer_host/media/service_launched_video_capture_device.cc",
1283 "renderer_host/media/service_launched_video_capture_device.h",
1284 "renderer_host/media/service_video_capture_device_launcher.cc",
1285 "renderer_host/media/service_video_capture_device_launcher.h",
1286 "renderer_host/media/service_video_capture_provider.cc",
1287 "renderer_host/media/service_video_capture_provider.h",
brettwb167c7332016-09-07 22:52:461288 "renderer_host/media/video_capture_controller.cc",
1289 "renderer_host/media/video_capture_controller.h",
1290 "renderer_host/media/video_capture_controller_event_handler.h",
chfremerc9148152017-04-17 17:10:261291 "renderer_host/media/video_capture_device_launch_observer.h",
brettwb167c7332016-09-07 22:52:461292 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1293 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1294 "renderer_host/media/video_capture_host.cc",
1295 "renderer_host/media/video_capture_host.h",
1296 "renderer_host/media/video_capture_manager.cc",
1297 "renderer_host/media/video_capture_manager.h",
chfremer3b099812017-04-11 17:30:501298 "renderer_host/media/video_capture_provider.h",
chfremer70b40e5122017-05-23 15:13:571299 "renderer_host/media/video_capture_provider_switcher.cc",
1300 "renderer_host/media/video_capture_provider_switcher.h",
brettwb167c7332016-09-07 22:52:461301 "renderer_host/native_web_keyboard_event_aura.cc",
1302 "renderer_host/native_web_keyboard_event_mac.mm",
kylechar30b894d2017-04-13 12:09:251303 "renderer_host/offscreen_canvas_provider_impl.cc",
1304 "renderer_host/offscreen_canvas_provider_impl.h",
brettwb167c7332016-09-07 22:52:461305 "renderer_host/offscreen_canvas_surface_impl.cc",
1306 "renderer_host/offscreen_canvas_surface_impl.h",
1307 "renderer_host/overscroll_configuration.cc",
1308 "renderer_host/overscroll_controller.cc",
1309 "renderer_host/overscroll_controller.h",
1310 "renderer_host/overscroll_controller_delegate.h",
1311 "renderer_host/render_message_filter.cc",
1312 "renderer_host/render_message_filter.h",
1313 "renderer_host/render_process_host_impl.cc",
1314 "renderer_host/render_process_host_impl.h",
1315 "renderer_host/render_sandbox_host_linux.cc",
1316 "renderer_host/render_sandbox_host_linux.h",
1317 "renderer_host/render_view_host_delegate.cc",
1318 "renderer_host/render_view_host_delegate.h",
rlanday7f2ec7f2016-12-14 02:28:341319 "renderer_host/render_view_host_delegate_view.cc",
brettwb167c7332016-09-07 22:52:461320 "renderer_host/render_view_host_delegate_view.h",
1321 "renderer_host/render_view_host_factory.cc",
1322 "renderer_host/render_view_host_factory.h",
1323 "renderer_host/render_view_host_impl.cc",
1324 "renderer_host/render_view_host_impl.h",
1325 "renderer_host/render_widget_helper.cc",
1326 "renderer_host/render_widget_helper.h",
1327 "renderer_host/render_widget_host_delegate.cc",
1328 "renderer_host/render_widget_host_delegate.h",
1329 "renderer_host/render_widget_host_impl.cc",
1330 "renderer_host/render_widget_host_impl.h",
1331 "renderer_host/render_widget_host_input_event_router.cc",
1332 "renderer_host/render_widget_host_input_event_router.h",
1333 "renderer_host/render_widget_host_owner_delegate.h",
1334 "renderer_host/render_widget_host_view_aura.cc",
1335 "renderer_host/render_widget_host_view_aura.h",
1336 "renderer_host/render_widget_host_view_base.cc",
1337 "renderer_host/render_widget_host_view_base.h",
1338 "renderer_host/render_widget_host_view_base_observer.cc",
1339 "renderer_host/render_widget_host_view_base_observer.h",
samans5846cb2c2017-01-31 03:09:471340 "renderer_host/render_widget_host_view_frame_subscriber.h",
brettwb167c7332016-09-07 22:52:461341 "renderer_host/render_widget_host_view_mac.h",
1342 "renderer_host/render_widget_host_view_mac.mm",
1343 "renderer_host/render_widget_host_view_mac_dictionary_helper.h",
1344 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm",
1345 "renderer_host/render_widget_host_view_mac_editcommand_helper.h",
1346 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm",
brettwb167c7332016-09-07 22:52:461347 "renderer_host/sandbox_ipc_linux.cc",
1348 "renderer_host/sandbox_ipc_linux.h",
1349 "renderer_host/text_input_client_mac.h",
1350 "renderer_host/text_input_client_mac.mm",
1351 "renderer_host/text_input_client_message_filter.h",
1352 "renderer_host/text_input_client_message_filter.mm",
1353 "renderer_host/text_input_manager.cc",
1354 "renderer_host/text_input_manager.h",
1355 "renderer_host/ui_events_helper.cc",
1356 "renderer_host/ui_events_helper.h",
1357 "renderer_host/webmenurunner_mac.h",
1358 "renderer_host/webmenurunner_mac.mm",
1359 "resolve_proxy_msg_helper.cc",
1360 "resolve_proxy_msg_helper.h",
1361 "resource_context_impl.cc",
1362 "resource_context_impl.h",
kerrnel0f7a1922017-06-26 23:40:581363 "sandbox_parameters_mac.h",
1364 "sandbox_parameters_mac.mm",
leon.han552e9de2017-02-09 14:37:301365 "screen_orientation/screen_orientation_provider.cc",
1366 "screen_orientation/screen_orientation_provider.h",
Ken Rockotc7a279c2017-05-04 23:51:451367 "service_manager/common_browser_interfaces.cc",
1368 "service_manager/common_browser_interfaces.h",
benff461632016-10-06 14:27:331369 "service_manager/service_manager_context.cc",
1370 "service_manager/service_manager_context.h",
brettwb167c7332016-09-07 22:52:461371 "service_worker/embedded_worker_instance.cc",
1372 "service_worker/embedded_worker_instance.h",
1373 "service_worker/embedded_worker_registry.cc",
1374 "service_worker/embedded_worker_registry.h",
1375 "service_worker/embedded_worker_status.h",
1376 "service_worker/foreign_fetch_request_handler.cc",
1377 "service_worker/foreign_fetch_request_handler.h",
1378 "service_worker/link_header_support.cc",
1379 "service_worker/link_header_support.h",
1380 "service_worker/service_worker_blob_reader.cc",
1381 "service_worker/service_worker_blob_reader.h",
1382 "service_worker/service_worker_cache_writer.cc",
1383 "service_worker/service_worker_cache_writer.h",
1384 "service_worker/service_worker_client_utils.cc",
1385 "service_worker/service_worker_client_utils.h",
1386 "service_worker/service_worker_context_core.cc",
1387 "service_worker/service_worker_context_core.h",
dominickneadb0e92017-06-13 03:23:371388 "service_worker/service_worker_context_core_observer.h",
brettwb167c7332016-09-07 22:52:461389 "service_worker/service_worker_context_request_handler.cc",
1390 "service_worker/service_worker_context_request_handler.h",
1391 "service_worker/service_worker_context_watcher.cc",
1392 "service_worker/service_worker_context_watcher.h",
1393 "service_worker/service_worker_context_wrapper.cc",
1394 "service_worker/service_worker_context_wrapper.h",
1395 "service_worker/service_worker_controllee_request_handler.cc",
1396 "service_worker/service_worker_controllee_request_handler.h",
shimazu1ac68cf2017-04-20 06:03:461397 "service_worker/service_worker_data_pipe_reader.cc",
1398 "service_worker/service_worker_data_pipe_reader.h",
brettwb167c7332016-09-07 22:52:461399 "service_worker/service_worker_database.cc",
1400 "service_worker/service_worker_database.h",
brettwb167c7332016-09-07 22:52:461401 "service_worker/service_worker_disk_cache.cc",
1402 "service_worker/service_worker_disk_cache.h",
1403 "service_worker/service_worker_dispatcher_host.cc",
1404 "service_worker/service_worker_dispatcher_host.h",
1405 "service_worker/service_worker_fetch_dispatcher.cc",
1406 "service_worker/service_worker_fetch_dispatcher.h",
1407 "service_worker/service_worker_handle.cc",
1408 "service_worker/service_worker_handle.h",
1409 "service_worker/service_worker_info.cc",
1410 "service_worker/service_worker_info.h",
Makoto Shimazu166906a2017-07-12 06:04:011411 "service_worker/service_worker_installed_scripts_sender.cc",
1412 "service_worker/service_worker_installed_scripts_sender.h",
brettwb167c7332016-09-07 22:52:461413 "service_worker/service_worker_internals_ui.cc",
1414 "service_worker/service_worker_internals_ui.h",
1415 "service_worker/service_worker_job_coordinator.cc",
1416 "service_worker/service_worker_job_coordinator.h",
falkenf93cb21f2017-03-17 03:05:301417 "service_worker/service_worker_lifetime_tracker.cc",
1418 "service_worker/service_worker_lifetime_tracker.h",
brettwb167c7332016-09-07 22:52:461419 "service_worker/service_worker_metrics.cc",
1420 "service_worker/service_worker_metrics.h",
clamydf7927e2016-09-22 13:03:141421 "service_worker/service_worker_navigation_handle.cc",
1422 "service_worker/service_worker_navigation_handle.h",
1423 "service_worker/service_worker_navigation_handle_core.cc",
1424 "service_worker/service_worker_navigation_handle_core.h",
brettwb167c7332016-09-07 22:52:461425 "service_worker/service_worker_process_manager.cc",
1426 "service_worker/service_worker_process_manager.h",
1427 "service_worker/service_worker_provider_host.cc",
1428 "service_worker/service_worker_provider_host.h",
1429 "service_worker/service_worker_quota_client.cc",
1430 "service_worker/service_worker_quota_client.h",
1431 "service_worker/service_worker_read_from_cache_job.cc",
1432 "service_worker/service_worker_read_from_cache_job.h",
1433 "service_worker/service_worker_register_job.cc",
1434 "service_worker/service_worker_register_job.h",
1435 "service_worker/service_worker_register_job_base.h",
1436 "service_worker/service_worker_registration.cc",
1437 "service_worker/service_worker_registration.h",
1438 "service_worker/service_worker_registration_handle.cc",
1439 "service_worker/service_worker_registration_handle.h",
1440 "service_worker/service_worker_registration_status.cc",
1441 "service_worker/service_worker_registration_status.h",
1442 "service_worker/service_worker_request_handler.cc",
1443 "service_worker/service_worker_request_handler.h",
1444 "service_worker/service_worker_response_info.cc",
1445 "service_worker/service_worker_response_info.h",
1446 "service_worker/service_worker_script_cache_map.cc",
1447 "service_worker/service_worker_script_cache_map.h",
1448 "service_worker/service_worker_storage.cc",
1449 "service_worker/service_worker_storage.h",
brettwb167c7332016-09-07 22:52:461450 "service_worker/service_worker_unregister_job.cc",
1451 "service_worker/service_worker_unregister_job.h",
scottmg30fc2c92017-05-18 08:42:021452 "service_worker/service_worker_url_job_wrapper.cc",
1453 "service_worker/service_worker_url_job_wrapper.h",
kinukod9008b22017-06-08 09:26:181454 "service_worker/service_worker_url_loader_job.cc",
1455 "service_worker/service_worker_url_loader_job.h",
brettwb167c7332016-09-07 22:52:461456 "service_worker/service_worker_url_request_job.cc",
1457 "service_worker/service_worker_url_request_job.h",
1458 "service_worker/service_worker_version.cc",
1459 "service_worker/service_worker_version.h",
1460 "service_worker/service_worker_write_to_cache_job.cc",
1461 "service_worker/service_worker_write_to_cache_job.h",
Yuki Yamada68992b02017-07-31 06:13:451462 "shared_worker/shared_worker_content_settings_proxy_impl.cc",
1463 "shared_worker/shared_worker_content_settings_proxy_impl.h",
brettwb167c7332016-09-07 22:52:461464 "shared_worker/shared_worker_host.cc",
1465 "shared_worker/shared_worker_host.h",
1466 "shared_worker/shared_worker_instance.cc",
1467 "shared_worker/shared_worker_instance.h",
1468 "shared_worker/shared_worker_message_filter.cc",
1469 "shared_worker/shared_worker_message_filter.h",
1470 "shared_worker/shared_worker_service_impl.cc",
1471 "shared_worker/shared_worker_service_impl.h",
1472 "shared_worker/worker_document_set.cc",
1473 "shared_worker/worker_document_set.h",
1474 "shared_worker/worker_storage_partition.cc",
1475 "shared_worker/worker_storage_partition.h",
1476 "site_instance_impl.cc",
1477 "site_instance_impl.h",
brettwb167c7332016-09-07 22:52:461478 "speech/speech_recognition_dispatcher_host.cc",
1479 "speech/speech_recognition_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:461480 "speech/speech_recognition_manager_impl.cc",
1481 "speech/speech_recognition_manager_impl.h",
1482 "speech/speech_recognizer.h",
brettwb167c7332016-09-07 22:52:461483 "speech/speech_recognizer_impl_android.cc",
1484 "speech/speech_recognizer_impl_android.h",
Jochen Eisingerbc991412017-07-14 22:06:221485 "ssl/ignore_errors_cert_verifier.cc",
brettwb167c7332016-09-07 22:52:461486 "ssl/ssl_client_auth_handler.cc",
1487 "ssl/ssl_client_auth_handler.h",
1488 "ssl/ssl_error_handler.cc",
1489 "ssl/ssl_error_handler.h",
1490 "ssl/ssl_manager.cc",
1491 "ssl/ssl_manager.h",
brettwb167c7332016-09-07 22:52:461492 "startup_task_runner.cc",
1493 "startup_task_runner.h",
1494 "storage_partition_impl.cc",
1495 "storage_partition_impl.h",
1496 "storage_partition_impl_map.cc",
1497 "storage_partition_impl_map.h",
1498 "streams/stream.cc",
1499 "streams/stream.h",
1500 "streams/stream_context.cc",
1501 "streams/stream_context.h",
1502 "streams/stream_handle_impl.cc",
1503 "streams/stream_handle_impl.h",
1504 "streams/stream_read_observer.h",
1505 "streams/stream_register_observer.h",
1506 "streams/stream_registry.cc",
1507 "streams/stream_registry.h",
1508 "streams/stream_url_request_job.cc",
1509 "streams/stream_url_request_job.h",
1510 "streams/stream_write_observer.h",
1511 "theme_helper_mac.h",
1512 "theme_helper_mac.mm",
ssideb549622017-03-29 21:46:001513 "tracing/background_memory_tracing_observer.cc",
1514 "tracing/background_memory_tracing_observer.h",
brettwb167c7332016-09-07 22:52:461515 "tracing/background_tracing_config_impl.cc",
1516 "tracing/background_tracing_config_impl.h",
1517 "tracing/background_tracing_manager_impl.cc",
1518 "tracing/background_tracing_manager_impl.h",
1519 "tracing/background_tracing_rule.cc",
1520 "tracing/background_tracing_rule.h",
1521 "tracing/etw_tracing_agent_win.cc",
1522 "tracing/etw_tracing_agent_win.h",
1523 "tracing/file_tracing_provider_impl.cc",
1524 "tracing/file_tracing_provider_impl.h",
1525 "tracing/trace_message_filter.cc",
1526 "tracing/trace_message_filter.h",
1527 "tracing/tracing_controller_impl.cc",
1528 "tracing/tracing_controller_impl.h",
1529 "tracing/tracing_controller_impl_data_sinks.cc",
1530 "tracing/tracing_ui.cc",
1531 "tracing/tracing_ui.h",
jamc1905862017-05-16 14:45:301532 "url_loader_factory_getter.cc",
1533 "url_loader_factory_getter.h",
brettwb167c7332016-09-07 22:52:461534 "utility_process_host_impl.cc",
1535 "utility_process_host_impl.h",
blundelle75a8f92017-03-27 08:11:171536 "wake_lock/wake_lock_context_host.cc",
1537 "wake_lock/wake_lock_context_host.h",
brettwb167c7332016-09-07 22:52:461538 "web_contents/aura/gesture_nav_simple.cc",
1539 "web_contents/aura/gesture_nav_simple.h",
1540 "web_contents/aura/overscroll_navigation_overlay.cc",
1541 "web_contents/aura/overscroll_navigation_overlay.h",
1542 "web_contents/aura/overscroll_window_animation.cc",
1543 "web_contents/aura/overscroll_window_animation.h",
1544 "web_contents/aura/overscroll_window_delegate.cc",
1545 "web_contents/aura/overscroll_window_delegate.h",
1546 "web_contents/aura/shadow_layer_delegate.cc",
1547 "web_contents/aura/shadow_layer_delegate.h",
mfomitchev06b846452017-07-25 23:39:091548 "web_contents/aura/types.cc",
1549 "web_contents/aura/types.h",
brettwb167c7332016-09-07 22:52:461550 "web_contents/web_contents_impl.cc",
1551 "web_contents/web_contents_impl.h",
1552 "web_contents/web_contents_view.h",
1553 "web_contents/web_contents_view_aura.cc",
1554 "web_contents/web_contents_view_aura.h",
1555 "web_contents/web_contents_view_child_frame.cc",
1556 "web_contents/web_contents_view_child_frame.h",
1557 "web_contents/web_contents_view_guest.cc",
1558 "web_contents/web_contents_view_guest.h",
1559 "web_contents/web_contents_view_mac.h",
1560 "web_contents/web_contents_view_mac.mm",
1561 "web_contents/web_drag_dest_mac.h",
1562 "web_contents/web_drag_dest_mac.mm",
1563 "web_contents/web_drag_source_mac.h",
1564 "web_contents/web_drag_source_mac.mm",
1565 "web_contents/web_drag_utils_win.cc",
1566 "web_contents/web_drag_utils_win.h",
kpaulhamus7c9f00942017-06-30 11:08:451567 "webauth/authenticator_impl.cc",
1568 "webauth/authenticator_impl.h",
yhirano4a593832016-10-24 18:58:221569 "websockets/websocket_handshake_request_info_impl.cc",
1570 "websockets/websocket_handshake_request_info_impl.h",
brettwb167c7332016-09-07 22:52:461571 "websockets/websocket_impl.cc",
1572 "websockets/websocket_impl.h",
1573 "websockets/websocket_manager.cc",
1574 "websockets/websocket_manager.h",
1575 "webui/content_web_ui_controller_factory.cc",
1576 "webui/content_web_ui_controller_factory.h",
1577 "webui/generic_handler.cc",
1578 "webui/generic_handler.h",
dschuyler613a1032016-12-15 19:22:351579 "webui/i18n_source_stream.cc",
1580 "webui/i18n_source_stream.h",
jam4374b952017-05-10 21:16:411581 "webui/network_error_url_loader.cc",
1582 "webui/network_error_url_loader.h",
brettwb167c7332016-09-07 22:52:461583 "webui/shared_resources_data_source.cc",
1584 "webui/shared_resources_data_source.h",
1585 "webui/url_data_manager.cc",
1586 "webui/url_data_manager.h",
1587 "webui/url_data_manager_backend.cc",
1588 "webui/url_data_manager_backend.h",
1589 "webui/url_data_source_impl.cc",
1590 "webui/url_data_source_impl.h",
1591 "webui/web_ui_controller_factory_registry.cc",
1592 "webui/web_ui_controller_factory_registry.h",
1593 "webui/web_ui_data_source_impl.cc",
1594 "webui/web_ui_data_source_impl.h",
1595 "webui/web_ui_impl.cc",
1596 "webui/web_ui_impl.h",
1597 "webui/web_ui_message_handler.cc",
jam8c4edd02017-05-06 18:50:331598 "webui/web_ui_url_loader_factory.cc",
1599 "webui/web_ui_url_loader_factory.h",
brettwb167c7332016-09-07 22:52:461600 "zygote_host/zygote_communication_linux.cc",
1601 "zygote_host/zygote_communication_linux.h",
1602 "zygote_host/zygote_handle_linux.cc",
1603 "zygote_host/zygote_host_impl_linux.cc",
1604 "zygote_host/zygote_host_impl_linux.h",
1605 ]
[email protected]743530f2014-06-12 19:38:501606
[email protected]4db51ec2014-05-29 21:08:321607 if (toolkit_views) {
1608 deps += [ "//ui/events" ]
1609 }
1610
bcwhite98900b02016-09-19 20:13:031611 # ChromeOS also defines linux but their memory-monitors conflict.
1612 if (is_chromeos) {
1613 sources += [
1614 "memory/memory_monitor_chromeos.cc",
1615 "memory/memory_monitor_chromeos.h",
1616 ]
1617 } else {
1618 sources += [
1619 "memory/memory_monitor_linux.cc",
1620 "memory/memory_monitor_linux.h",
1621 ]
1622 }
1623
brettw3c98c7d32017-07-25 01:44:201624 if (is_posix) {
morritad95714f2014-10-01 02:37:241625 sources += [
brettw3c98c7d32017-07-25 01:44:201626 "posix_file_descriptor_info_impl.cc",
1627 "posix_file_descriptor_info_impl.h",
morritad95714f2014-10-01 02:37:241628 ]
[email protected]4db51ec2014-05-29 21:08:321629 }
1630
vitalybuka93eea402014-11-05 23:47:151631 if (enable_basic_printing || enable_print_preview) {
[email protected]743530f2014-06-12 19:38:501632 deps += [ "//printing" ]
[email protected]4db51ec2014-05-29 21:08:321633 }
1634
jamb3c1195df2016-03-21 20:41:291635 if (!is_mac) {
[email protected]743530f2014-06-12 19:38:501636 deps += [ "//sandbox" ]
1637 }
jamb3c1195df2016-03-21 20:41:291638 if (!is_android) {
mohsenc8b9ca7e2017-02-14 05:39:411639 deps += [
Evan Stade619a89be2017-07-17 20:24:261640 "//components/vector_icons",
mohsenc8b9ca7e2017-02-14 05:39:411641 "//content/browser/tracing:resources",
mohsenc8b9ca7e2017-02-14 05:39:411642 ]
[email protected]743530f2014-06-12 19:38:501643 }
charlieab9973242016-02-02 16:22:161644 if ((use_udev && is_posix) || is_mac || is_win) {
1645 deps += [ "//tools/battor_agent:battor_agent_lib" ]
1646 sources += [
1647 "tracing/power_tracing_agent.cc",
1648 "tracing/power_tracing_agent.h",
1649 ]
1650 }
[email protected]743530f2014-06-12 19:38:501651
1652 if (enable_webrtc) {
brettwb167c7332016-09-07 22:52:461653 sources += [
1654 "renderer_host/media/peer_connection_tracker_host.cc",
1655 "renderer_host/media/peer_connection_tracker_host.h",
1656 "renderer_host/p2p/socket_dispatcher_host.cc",
1657 "renderer_host/p2p/socket_dispatcher_host.h",
1658 "renderer_host/p2p/socket_host.cc",
1659 "renderer_host/p2p/socket_host.h",
1660 "renderer_host/p2p/socket_host_tcp.cc",
1661 "renderer_host/p2p/socket_host_tcp.h",
1662 "renderer_host/p2p/socket_host_tcp_server.cc",
1663 "renderer_host/p2p/socket_host_tcp_server.h",
1664 "renderer_host/p2p/socket_host_throttler.cc",
1665 "renderer_host/p2p/socket_host_throttler.h",
1666 "renderer_host/p2p/socket_host_udp.cc",
1667 "renderer_host/p2p/socket_host_udp.h",
1668 "webrtc/webrtc_eventlog_host.cc",
1669 "webrtc/webrtc_eventlog_host.h",
1670 "webrtc/webrtc_internals.cc",
1671 "webrtc/webrtc_internals.h",
1672 "webrtc/webrtc_internals_message_handler.cc",
1673 "webrtc/webrtc_internals_message_handler.h",
1674 "webrtc/webrtc_internals_ui.cc",
1675 "webrtc/webrtc_internals_ui.h",
1676 "webrtc/webrtc_internals_ui_observer.h",
1677 ]
1678
brettwf94a6cd2016-01-28 23:57:291679 deps += [
1680 "//jingle:jingle_glue",
magjed828787a2016-12-06 16:05:001681 "//third_party/webrtc/media:rtc_media_base",
mbjorgecbac8082016-04-21 01:14:231682 "//third_party/webrtc/modules/desktop_capture:primitives",
juliatuttle95fe3cc52017-06-30 23:05:311683 "//third_party/webrtc/rtc_base:rtc_base",
brettwf94a6cd2016-01-28 23:57:291684 ]
[email protected]743530f2014-06-12 19:38:501685 }
1686
byungchulc164a2542017-01-11 18:18:261687 # Desktop screen capture implementations, conditionally built depending on
1688 # the available implementations for each platform.
miu32fb8992017-01-04 01:38:531689 if (is_linux || is_mac || is_win) {
1690 defines += [ "ENABLE_SCREEN_CAPTURE=1" ]
1691 sources += [
braveyao2f9c86302017-01-06 18:06:281692 "media/capture/cursor_renderer.cc",
miu32fb8992017-01-04 01:38:531693 "media/capture/cursor_renderer.h",
1694 "media/capture/web_contents_video_capture_device.cc",
1695 "media/capture/web_contents_video_capture_device.h",
1696 "media/capture/window_activity_tracker.cc",
1697 "media/capture/window_activity_tracker.h",
1698 ]
1699 if (use_aura) {
1700 sources += [
1701 "media/capture/aura_window_capture_machine.cc",
1702 "media/capture/aura_window_capture_machine.h",
1703 "media/capture/cursor_renderer_aura.cc",
1704 "media/capture/cursor_renderer_aura.h",
1705 "media/capture/desktop_capture_device_aura.cc",
1706 "media/capture/desktop_capture_device_aura.h",
1707 "media/capture/window_activity_tracker_aura.cc",
1708 "media/capture/window_activity_tracker_aura.h",
1709 ]
1710 }
1711 if (is_mac) {
1712 sources += [
1713 "media/capture/cursor_renderer_mac.h",
1714 "media/capture/cursor_renderer_mac.mm",
1715 "media/capture/window_activity_tracker_mac.h",
1716 "media/capture/window_activity_tracker_mac.mm",
1717 ]
kerrnel0f7a1922017-06-26 23:40:581718 deps += [ "//sandbox/mac:seatbelt" ]
miu32fb8992017-01-04 01:38:531719 }
byungchulc164a2542017-01-11 18:18:261720 if (enable_webrtc) {
1721 sources += [
1722 "media/capture/desktop_capture_device.cc",
1723 "media/capture/desktop_capture_device.h",
1724 ]
1725 deps += [ "//third_party/webrtc/modules/desktop_capture" ]
zijiehe96d69872017-07-25 21:32:321726 public_deps += [ "//third_party/webrtc_overrides:init_webrtc" ]
byungchulc164a2542017-01-11 18:18:261727 }
miu32fb8992017-01-04 01:38:531728 }
1729
[email protected]743530f2014-06-12 19:38:501730 if (is_win) {
[email protected]743530f2014-06-12 19:38:501731 defines += [
1732 # This prevents the inclusion of atlhost.h which paired
1733 # with the windows 8 sdk it does the wrong thing.
1734 "__ATLHOST_H__",
1735 ]
1736 deps += [
[email protected]bf94f9d2014-06-17 20:33:531737 "//third_party/iaccessible2",
1738 "//third_party/isimpledom",
[email protected]743530f2014-06-12 19:38:501739 ]
1740 libs += [
1741 "comctl32.lib",
1742 "dinput8.lib",
1743 "dwmapi.lib",
1744 "dxguid.lib",
jam6ce80492016-03-22 22:00:211745 "imm32.lib",
brettw44a5cf82015-04-08 19:48:221746 "oleacc.lib",
[email protected]743530f2014-06-12 19:38:501747 "portabledeviceguids.lib",
1748 ]
[email protected]743530f2014-06-12 19:38:501749 }
1750
[email protected]743530f2014-06-12 19:38:501751 if (use_udev) {
mcasas9d2063682016-02-11 22:12:391752 deps += [
1753 "//device/udev_linux",
mcasasf261a502016-02-26 23:40:331754 "//media/capture",
[email protected]743530f2014-06-12 19:38:501755 ]
1756 }
1757
1758 if (enable_plugins) {
brettwb167c7332016-09-07 22:52:461759 sources += [
1760 "../public/browser/plugin_service.h",
1761 "media/session/pepper_playback_observer.cc",
1762 "media/session/pepper_playback_observer.h",
1763 "media/session/pepper_player_delegate.cc",
1764 "media/session/pepper_player_delegate.h",
1765 "pepper_flash_settings_helper_impl.cc",
1766 "pepper_flash_settings_helper_impl.h",
1767 "plugin_content_origin_whitelist.cc",
1768 "plugin_content_origin_whitelist.h",
1769 "plugin_data_remover_impl.cc",
1770 "plugin_data_remover_impl.h",
1771 "plugin_private_storage_helper.cc",
1772 "plugin_private_storage_helper.h",
1773 "plugin_service_impl.cc",
1774 "plugin_service_impl.h",
1775 "ppapi_plugin_process_host.cc",
1776 "ppapi_plugin_process_host.h",
1777 "renderer_host/pepper/browser_ppapi_host_impl.cc",
1778 "renderer_host/pepper/browser_ppapi_host_impl.h",
1779 "renderer_host/pepper/content_browser_pepper_host_factory.cc",
1780 "renderer_host/pepper/content_browser_pepper_host_factory.h",
1781 "renderer_host/pepper/pepper_browser_font_singleton_host.cc",
1782 "renderer_host/pepper/pepper_browser_font_singleton_host.h",
1783 "renderer_host/pepper/pepper_external_file_ref_backend.cc",
1784 "renderer_host/pepper/pepper_external_file_ref_backend.h",
1785 "renderer_host/pepper/pepper_file_io_host.cc",
1786 "renderer_host/pepper/pepper_file_io_host.h",
1787 "renderer_host/pepper/pepper_file_ref_host.cc",
1788 "renderer_host/pepper/pepper_file_ref_host.h",
1789 "renderer_host/pepper/pepper_file_system_browser_host.cc",
1790 "renderer_host/pepper/pepper_file_system_browser_host.h",
1791 "renderer_host/pepper/pepper_flash_file_message_filter.cc",
1792 "renderer_host/pepper/pepper_flash_file_message_filter.h",
1793 "renderer_host/pepper/pepper_gamepad_host.cc",
1794 "renderer_host/pepper/pepper_gamepad_host.h",
1795 "renderer_host/pepper/pepper_host_resolver_message_filter.cc",
1796 "renderer_host/pepper/pepper_host_resolver_message_filter.h",
1797 "renderer_host/pepper/pepper_internal_file_ref_backend.cc",
1798 "renderer_host/pepper/pepper_internal_file_ref_backend.h",
1799 "renderer_host/pepper/pepper_lookup_request.h",
1800 "renderer_host/pepper/pepper_message_filter.cc",
1801 "renderer_host/pepper/pepper_message_filter.h",
1802 "renderer_host/pepper/pepper_network_monitor_host.cc",
1803 "renderer_host/pepper/pepper_network_monitor_host.h",
1804 "renderer_host/pepper/pepper_network_proxy_host.cc",
1805 "renderer_host/pepper/pepper_network_proxy_host.h",
1806 "renderer_host/pepper/pepper_print_settings_manager.cc",
1807 "renderer_host/pepper/pepper_print_settings_manager.h",
1808 "renderer_host/pepper/pepper_printing_host.cc",
1809 "renderer_host/pepper/pepper_printing_host.h",
1810 "renderer_host/pepper/pepper_renderer_connection.cc",
1811 "renderer_host/pepper/pepper_renderer_connection.h",
1812 "renderer_host/pepper/pepper_security_helper.cc",
1813 "renderer_host/pepper/pepper_security_helper.h",
1814 "renderer_host/pepper/pepper_socket_utils.cc",
1815 "renderer_host/pepper/pepper_socket_utils.h",
1816 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc",
1817 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.h",
1818 "renderer_host/pepper/pepper_tcp_socket_message_filter.cc",
1819 "renderer_host/pepper/pepper_tcp_socket_message_filter.h",
1820 "renderer_host/pepper/pepper_truetype_font.h",
1821 "renderer_host/pepper/pepper_truetype_font_android.cc",
1822 "renderer_host/pepper/pepper_truetype_font_host.cc",
1823 "renderer_host/pepper/pepper_truetype_font_host.h",
1824 "renderer_host/pepper/pepper_truetype_font_linux.cc",
1825 "renderer_host/pepper/pepper_truetype_font_list.h",
1826 "renderer_host/pepper/pepper_truetype_font_list_android.cc",
1827 "renderer_host/pepper/pepper_truetype_font_list_host.cc",
1828 "renderer_host/pepper/pepper_truetype_font_list_host.h",
1829 "renderer_host/pepper/pepper_truetype_font_list_mac.mm",
1830 "renderer_host/pepper/pepper_truetype_font_list_ozone.cc",
1831 "renderer_host/pepper/pepper_truetype_font_list_pango.cc",
1832 "renderer_host/pepper/pepper_truetype_font_list_win.cc",
1833 "renderer_host/pepper/pepper_truetype_font_mac.mm",
1834 "renderer_host/pepper/pepper_truetype_font_win.cc",
1835 "renderer_host/pepper/pepper_udp_socket_message_filter.cc",
1836 "renderer_host/pepper/pepper_udp_socket_message_filter.h",
1837 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.cc",
1838 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.h",
1839 "renderer_host/pepper/quota_reservation.cc",
1840 "renderer_host/pepper/quota_reservation.h",
1841 "renderer_host/pepper/ssl_context_helper.cc",
1842 "renderer_host/pepper/ssl_context_helper.h",
1843 ]
[email protected]743530f2014-06-12 19:38:501844 deps += [
tmoniuszko6cddaa92015-06-10 07:51:341845 "//ppapi/host",
scottmg3cab0ba2017-01-25 18:34:161846 "//ppapi/proxy:common",
brettwf7eb6ca2015-02-14 01:37:311847 "//ppapi/proxy:ipc",
1848 "//ppapi/shared_impl",
[email protected]743530f2014-06-12 19:38:501849 ]
1850 if (!use_ozone || use_pango) {
1851 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_ozone.cc" ]
1852 }
[email protected]c528d872014-06-27 03:17:161853 if (!use_pango) {
1854 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_pango.cc" ]
1855 }
[email protected]743530f2014-06-12 19:38:501856 }
1857
shreeram.k792fba032015-07-20 11:43:371858 if (use_atk) {
brettwb167c7332016-09-07 22:52:461859 sources += [
1860 "accessibility/accessibility_tree_formatter_auralinux.cc",
1861 "accessibility/browser_accessibility_auralinux.cc",
1862 "accessibility/browser_accessibility_auralinux.h",
1863 "accessibility/browser_accessibility_manager_auralinux.cc",
1864 "accessibility/browser_accessibility_manager_auralinux.h",
1865 ]
shreeram.k792fba032015-07-20 11:43:371866
mostynb902b5282016-08-17 23:01:001867 configs += [ "//build/config/linux/atk" ]
mostynbebc6e122016-07-28 08:53:411868
1869 if (use_gconf) {
1870 configs += [ "//build/config/linux/gconf" ]
1871 }
1872
1873 if (use_glib) {
1874 configs += [ "//build/config/linux:glib" ]
1875 }
shreeram.k792fba032015-07-20 11:43:371876 }
1877
[email protected]743530f2014-06-12 19:38:501878 if (is_linux && use_aura) {
rchfd3053f22017-06-08 22:34:151879 deps += [ "//third_party/fontconfig" ]
[email protected]743530f2014-06-12 19:38:501880 }
1881
1882 if (use_x11) {
1883 configs += [ "//build/config/linux:x11" ]
jamesr4359db72015-01-21 12:40:001884 deps += [ "//ui/gfx/x" ]
cmasonedb5203e2014-09-11 18:18:381885 }
1886
[email protected]743530f2014-06-12 19:38:501887 if (use_pango) {
agrieve95ba4442016-04-25 15:47:131888 configs += [ "//build/config/linux/pangocairo" ]
[email protected]743530f2014-06-12 19:38:501889 }
1890
1891 if (is_android) {
brettwb167c7332016-09-07 22:52:461892 sources += [
1893 "accessibility/accessibility_tree_formatter_android.cc",
1894 "accessibility/browser_accessibility_android.cc",
1895 "accessibility/browser_accessibility_android.h",
1896 "accessibility/browser_accessibility_manager_android.cc",
1897 "accessibility/browser_accessibility_manager_android.h",
Jinsuk Kimc6c1d15d2017-06-13 08:19:261898 "accessibility/web_contents_accessibility_android.cc",
1899 "accessibility/web_contents_accessibility_android.h",
brettwb167c7332016-09-07 22:52:461900 "android/composited_touch_handle_drawable.cc",
1901 "android/composited_touch_handle_drawable.h",
Jinsuk Kim447a71992017-07-16 18:17:411902 "android/content_view_core.cc",
1903 "android/content_view_core.h",
1904 "android/content_view_core_observer.h",
brettwb167c7332016-09-07 22:52:461905 "android/content_view_render_view.cc",
1906 "android/content_view_render_view.h",
1907 "android/content_view_statics.cc",
brettwb167c7332016-09-07 22:52:461908 "android/date_time_chooser_android.cc",
1909 "android/date_time_chooser_android.h",
1910 "android/gesture_event_type.h",
jinsukkim48f82db72017-04-05 04:10:261911 "android/ime_adapter_android.cc",
1912 "android/ime_adapter_android.h",
brettwb167c7332016-09-07 22:52:461913 "android/interstitial_page_delegate_android.cc",
1914 "android/interstitial_page_delegate_android.h",
1915 "android/java/gin_java_bound_object.cc",
1916 "android/java/gin_java_bound_object.h",
1917 "android/java/gin_java_bound_object_delegate.cc",
1918 "android/java/gin_java_bound_object_delegate.h",
1919 "android/java/gin_java_bridge_dispatcher_host.cc",
1920 "android/java/gin_java_bridge_dispatcher_host.h",
1921 "android/java/gin_java_bridge_message_filter.cc",
1922 "android/java/gin_java_bridge_message_filter.h",
1923 "android/java/gin_java_method_invocation_helper.cc",
1924 "android/java/gin_java_method_invocation_helper.h",
1925 "android/java/gin_java_script_to_java_types_coercion.cc",
1926 "android/java/gin_java_script_to_java_types_coercion.h",
1927 "android/java/java_bridge_thread.cc",
1928 "android/java/java_bridge_thread.h",
1929 "android/java/java_method.cc",
1930 "android/java/java_method.h",
1931 "android/java/java_type.cc",
1932 "android/java/java_type.h",
1933 "android/java/jni_helper.cc",
1934 "android/java/jni_helper.h",
1935 "android/load_url_params.cc",
blundellf5316fc2017-05-15 11:49:031936 "android/nfc_host.cc",
1937 "android/nfc_host.h",
brettwb167c7332016-09-07 22:52:461938 "android/overscroll_controller_android.cc",
1939 "android/overscroll_controller_android.h",
jinsukkim7e377432017-04-18 08:52:521940 "android/render_widget_host_connector.cc",
1941 "android/render_widget_host_connector.h",
jinsukkim3fbb94e2017-04-25 11:42:401942 "android/selection_popup_controller.cc",
1943 "android/selection_popup_controller.h",
timav051c2fc2017-05-10 18:08:031944 "android/smart_selection_client.cc",
1945 "android/smart_selection_client.h",
boliu22557972016-10-25 16:08:291946 "android/synchronous_compositor_browser_filter.cc",
1947 "android/synchronous_compositor_browser_filter.h",
brettwb167c7332016-09-07 22:52:461948 "android/synchronous_compositor_host.cc",
1949 "android/synchronous_compositor_host.h",
brettwb167c7332016-09-07 22:52:461950 "android/tracing_controller_android.cc",
1951 "android/tracing_controller_android.h",
1952 "android/web_contents_observer_proxy.cc",
1953 "android/web_contents_observer_proxy.h",
rob.buis300b0872017-03-10 20:43:581954 "frame_host/render_frame_host_android.cc",
1955 "frame_host/render_frame_host_android.h",
brettwb167c7332016-09-07 22:52:461956 "media/capture/screen_capture_device_android.cc",
1957 "media/capture/screen_capture_device_android.h",
1958 "renderer_host/compositor_impl_android.cc",
1959 "renderer_host/compositor_impl_android.h",
brettwb167c7332016-09-07 22:52:461960 "renderer_host/input/synthetic_gesture_target_android.cc",
1961 "renderer_host/input/synthetic_gesture_target_android.h",
W. James MacLean12ba7972017-07-08 01:58:261962 "renderer_host/input/touch_selection_controller_client_manager_android.cc",
1963 "renderer_host/input/touch_selection_controller_client_manager_android.h",
brettwb167c7332016-09-07 22:52:461964 "renderer_host/native_web_keyboard_event_android.cc",
1965 "renderer_host/render_widget_host_view_android.cc",
1966 "renderer_host/render_widget_host_view_android.h",
1967 "screen_orientation/screen_orientation_delegate_android.cc",
1968 "screen_orientation/screen_orientation_delegate_android.h",
brettwb167c7332016-09-07 22:52:461969 "web_contents/web_contents_android.cc",
1970 "web_contents/web_contents_android.h",
1971 "web_contents/web_contents_view_android.cc",
1972 "web_contents/web_contents_view_android.h",
1973 ]
bashi4159f36e2017-05-01 01:18:511974
1975 set_sources_assignment_filter([])
1976 sources += [
Scott Haseley7a02fce2017-08-01 21:55:011977 "memory/swap_metrics_driver_impl_linux.cc",
1978 "memory/swap_metrics_driver_impl_linux.h",
bashi4159f36e2017-05-01 01:18:511979 ]
1980 set_sources_assignment_filter(sources_assignment_filter)
1981
[email protected]743530f2014-06-12 19:38:501982 sources -= [
[email protected]743530f2014-06-12 19:38:501983 "browser_ipc_logging.cc",
zqzhanga2147f82016-10-18 22:53:261984 "media/session/audio_focus_delegate_default.cc",
zqzhangd36b5ce2016-09-30 17:29:341985 "media/session/audio_focus_manager.cc",
1986 "media/session/audio_focus_manager.h",
[email protected]743530f2014-06-12 19:38:501987 "tracing/tracing_ui.cc",
1988 "tracing/tracing_ui.h",
brettw24746e52016-12-07 04:26:171989 ]
brettw24746e52016-12-07 04:26:171990 deps += [
1991 "//content/public/android:jni",
1992 "//media",
1993 "//media/capture/content/android",
1994 "//media/capture/video/android",
brettw24746e52016-12-07 04:26:171995 "//ui/android",
1996 ]
miu32fb8992017-01-04 01:38:531997 defines += [
1998 "APPCACHE_USE_SIMPLE_CACHE",
1999 "ENABLE_SCREEN_CAPTURE=1",
2000 ]
brettw24746e52016-12-07 04:26:172001 libs += [ "jnigraphics" ]
2002 } else {
2003 # Not Android.
2004 sources += [
chenwilliame88d8362017-03-21 02:34:302005 # Devtools frontend not included in Android
2006 "devtools/devtools_frontend_host_impl.cc",
2007 "devtools/devtools_frontend_host_impl.h",
mcnee336ea2c2017-05-23 22:50:592008 "host_zoom_level_context.cc",
2009 "host_zoom_level_context.h",
2010 "host_zoom_map_impl.cc",
2011 "host_zoom_map_impl.h",
2012 "host_zoom_map_observer.cc",
2013 "host_zoom_map_observer.h",
chenwilliame88d8362017-03-21 02:34:302014
brettw24746e52016-12-07 04:26:172015 # Most speech code is non-Android.
[email protected]743530f2014-06-12 19:38:502016 "speech/audio_buffer.cc",
2017 "speech/audio_buffer.h",
2018 "speech/audio_encoder.cc",
2019 "speech/audio_encoder.h",
2020 "speech/chunked_byte_buffer.cc",
2021 "speech/chunked_byte_buffer.h",
2022 "speech/endpointer/endpointer.cc",
2023 "speech/endpointer/endpointer.h",
2024 "speech/endpointer/energy_endpointer.cc",
2025 "speech/endpointer/energy_endpointer.h",
2026 "speech/endpointer/energy_endpointer_params.cc",
2027 "speech/endpointer/energy_endpointer_params.h",
[email protected]743530f2014-06-12 19:38:502028 "speech/speech_recognition_engine.cc",
2029 "speech/speech_recognition_engine.h",
2030 "speech/speech_recognizer_impl.cc",
2031 "speech/speech_recognizer_impl.h",
2032 ]
brettw24746e52016-12-07 04:26:172033 deps += [ "//third_party/flac" ]
[email protected]743530f2014-06-12 19:38:502034 }
2035
2036 if (is_mac) {
jiangj2bd42fd2015-04-18 13:29:062037 deps += [
rsesek02aa51c2016-05-11 02:13:572038 "//media",
jiangj2bd42fd2015-04-18 13:29:062039 "//sandbox/mac:sandbox",
2040 "//third_party/mozilla",
jiangj2bd42fd2015-04-18 13:29:062041 "//ui/accelerated_widget_mac",
2042 ]
rsesek02aa51c2016-05-11 02:13:572043 libs += [
2044 "Carbon.framework",
2045 "QuartzCore.framework",
2046 "IOSurface.framework",
2047 ]
[email protected]743530f2014-06-12 19:38:502048 }
2049
2050 if (is_chromeos) {
mukai2dc70ed32014-10-29 01:01:432051 deps += [
2052 "//chromeos",
2053 "//chromeos:power_manager_proto",
2054 ]
[email protected]743530f2014-06-12 19:38:502055 }
2056
2057 if (use_aura) {
2058 deps += [
ben6b0453d12016-07-02 04:27:192059 "//services/ui/public/cpp",
2060 "//services/ui/public/interfaces",
[email protected]743530f2014-06-12 19:38:502061 "//ui/aura",
mohsen166a9182015-02-09 18:19:092062 "//ui/aura_extra",
[email protected]743530f2014-06-12 19:38:502063 "//ui/strings",
James Robinson060f2e32014-09-10 22:31:372064 "//ui/wm",
Thiago Farina3b086a02017-05-30 22:32:502065 "//ui/wm/public",
[email protected]743530f2014-06-12 19:38:502066 ]
rjkroegec109de612015-11-19 01:40:472067 sources += [
sky52a39e342016-12-17 17:23:222068 "renderer_host/delegated_frame_host_client_aura.cc",
2069 "renderer_host/delegated_frame_host_client_aura.h",
jonross2843ae362016-10-21 16:48:232070 "renderer_host/render_widget_host_view_event_handler.cc",
2071 "renderer_host/render_widget_host_view_event_handler.h",
rjkroegec109de612015-11-19 01:40:472072 ]
[email protected]743530f2014-06-12 19:38:502073 } else { # Not aura.
2074 sources -= [
[email protected]c528d872014-06-27 03:17:162075 "renderer_host/input/synthetic_gesture_target_aura.cc",
2076 "renderer_host/input/synthetic_gesture_target_aura.h",
mohsenb0eeba72015-08-09 06:20:082077 "renderer_host/input/touch_selection_controller_client_aura.cc",
2078 "renderer_host/input/touch_selection_controller_client_aura.h",
[email protected]c528d872014-06-27 03:17:162079 "renderer_host/native_web_keyboard_event_aura.cc",
[email protected]743530f2014-06-12 19:38:502080 "renderer_host/render_widget_host_view_aura.cc",
2081 "renderer_host/render_widget_host_view_aura.h",
[email protected]c528d872014-06-27 03:17:162082 "web_contents/aura/gesture_nav_simple.cc",
2083 "web_contents/aura/gesture_nav_simple.h",
[email protected]c528d872014-06-27 03:17:162084 "web_contents/aura/overscroll_navigation_overlay.cc",
2085 "web_contents/aura/overscroll_navigation_overlay.h",
nsatragnoc0b2fa52015-04-09 22:30:512086 "web_contents/aura/overscroll_window_animation.cc",
2087 "web_contents/aura/overscroll_window_animation.h",
2088 "web_contents/aura/overscroll_window_delegate.cc",
2089 "web_contents/aura/overscroll_window_delegate.h",
[email protected]c528d872014-06-27 03:17:162090 "web_contents/aura/shadow_layer_delegate.cc",
2091 "web_contents/aura/shadow_layer_delegate.h",
[email protected]c528d872014-06-27 03:17:162092 "web_contents/web_contents_view_aura.cc",
2093 "web_contents/web_contents_view_aura.h",
[email protected]743530f2014-06-12 19:38:502094 ]
2095 }
2096
2097 if (use_aura || is_mac) {
brettwb167c7332016-09-07 22:52:462098 sources += [
2099 "compositor/browser_compositor_output_surface.cc",
2100 "compositor/browser_compositor_output_surface.h",
2101 "compositor/gpu_browser_compositor_output_surface.cc",
2102 "compositor/gpu_browser_compositor_output_surface.h",
2103 "compositor/gpu_output_surface_mac.h",
2104 "compositor/gpu_output_surface_mac.mm",
2105 "compositor/gpu_process_transport_factory.cc",
2106 "compositor/gpu_process_transport_factory.h",
2107 "compositor/gpu_surfaceless_browser_compositor_output_surface.cc",
2108 "compositor/gpu_surfaceless_browser_compositor_output_surface.h",
stanisc49501732017-02-22 22:51:562109 "compositor/gpu_vsync_begin_frame_source.cc",
2110 "compositor/gpu_vsync_begin_frame_source.h",
brettwb167c7332016-09-07 22:52:462111 "compositor/image_transport_factory.cc",
2112 "compositor/image_transport_factory.h",
2113 "compositor/offscreen_browser_compositor_output_surface.cc",
2114 "compositor/offscreen_browser_compositor_output_surface.h",
2115 "compositor/owned_mailbox.cc",
2116 "compositor/owned_mailbox.h",
2117 "compositor/reflector_impl.cc",
2118 "compositor/reflector_impl.h",
2119 "compositor/reflector_texture.cc",
2120 "compositor/reflector_texture.h",
2121 "compositor/software_browser_compositor_output_surface.cc",
2122 "compositor/software_browser_compositor_output_surface.h",
2123 "compositor/software_output_device_mac.h",
2124 "compositor/software_output_device_mac.mm",
2125 "compositor/software_output_device_ozone.cc",
2126 "compositor/software_output_device_ozone.h",
2127 "compositor/software_output_device_win.cc",
2128 "compositor/software_output_device_win.h",
2129 "compositor/software_output_device_x11.cc",
2130 "compositor/software_output_device_x11.h",
2131 "context_factory.cc",
2132 "renderer_host/browser_compositor_view_mac.h",
2133 "renderer_host/browser_compositor_view_mac.mm",
danakjea89dd542017-03-29 23:30:472134 "renderer_host/compositor_resize_lock.cc",
2135 "renderer_host/compositor_resize_lock.h",
brettwb167c7332016-09-07 22:52:462136 "renderer_host/delegated_frame_host.cc",
2137 "renderer_host/delegated_frame_host.h",
brettwb167c7332016-09-07 22:52:462138 ]
sohan.jyoti86c41c72016-04-26 15:33:202139 if (enable_vulkan) {
2140 sources += [
2141 "compositor/vulkan_browser_compositor_output_surface.cc",
2142 "compositor/vulkan_browser_compositor_output_surface.h",
2143 ]
2144 }
[email protected]886323c2014-06-14 20:34:162145 if (!use_x11) {
2146 sources -= [
2147 "compositor/software_output_device_x11.cc",
2148 "compositor/software_output_device_x11.h",
2149 ]
2150 }
[email protected]743530f2014-06-12 19:38:502151
[email protected]b1867c92014-08-13 00:22:042152 if (!use_ozone) {
2153 sources -= [
[email protected]b1867c92014-08-13 00:22:042154 "compositor/software_output_device_ozone.cc",
2155 "compositor/software_output_device_ozone.h",
2156 ]
2157 }
samans72b2a282016-12-17 02:44:152158 deps += [
Fady Samuele4786072017-07-24 20:03:382159 "//components/viz/service",
samans72b2a282016-12-17 02:44:152160 "//ui/compositor",
2161 ]
[email protected]604b1272014-07-24 11:27:532162 }
2163
cmasonedb5203e2014-09-11 18:18:382164 if (is_linux && use_dbus) {
ppi2438a3e2014-10-28 21:55:102165 deps += [ "//dbus" ]
[email protected]743530f2014-06-12 19:38:502166 }
cjhopman2fd48fd2014-09-24 00:52:562167
davidbenee55ed442015-10-02 17:06:112168 if (is_linux) {
davidbenb983d4b2015-01-07 16:39:442169 deps += [ "//third_party/boringssl" ]
2170 }
xhwange6117332015-01-28 08:51:162171
jbroman79c079be2016-04-20 00:17:272172 if (use_ozone) {
2173 deps += [ "//ui/ozone" ]
2174 }
pimana333e3d2016-04-27 02:37:252175
ochangdd89a1e2016-06-08 16:39:012176 if (enable_ipc_fuzzer) {
2177 configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
2178 }
kojii30add38f2016-07-14 02:10:322179
2180 if (use_minikin_hyphenation) {
2181 sources += [
2182 "hyphenation/hyphenation_impl.cc",
2183 "hyphenation/hyphenation_impl.h",
2184 ]
kojii30add38f2016-07-14 02:10:322185 }
[email protected]4db51ec2014-05-29 21:08:322186}
ben66696d12016-03-08 17:48:002187
Tim Brown07e062e82017-06-26 19:38:032188buildflag_header("accessibility_flags") {
2189 header = "accessibility_flags.h"
2190 header_dir = "content/browser/accessibility"
2191 flags = [ "USE_ATK=$use_atk" ]
2192}
2193
brettwb78fc9e2016-03-25 21:02:512194# See comment at the top of //content/BUILD.gn for how this works.
2195group("for_content_tests") {
2196 visibility = [ "//content/test/*" ]
2197 if (!is_component_build) {
2198 public_deps = [
2199 ":browser",
2200 ]
jam447407fb2016-05-06 17:57:402201 } else {
2202 public_deps = [
2203 "//third_party/leveldatabase",
2204 ]
brettwb78fc9e2016-03-25 21:02:512205 }
2206}