blob: ab2964c2ccb195c570a9ed1057d2b971820f8ceb [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",
Scott Violet8af2ef72017-08-02 21:59:26597 "discardable_shared_memory_manager.cc",
brettwb167c7332016-09-07 22:52:46598 "dom_storage/dom_storage_area.cc",
599 "dom_storage/dom_storage_area.h",
600 "dom_storage/dom_storage_context_impl.cc",
601 "dom_storage/dom_storage_context_impl.h",
602 "dom_storage/dom_storage_context_wrapper.cc",
603 "dom_storage/dom_storage_context_wrapper.h",
604 "dom_storage/dom_storage_database.cc",
605 "dom_storage/dom_storage_database.h",
606 "dom_storage/dom_storage_database_adapter.h",
607 "dom_storage/dom_storage_host.cc",
608 "dom_storage/dom_storage_host.h",
609 "dom_storage/dom_storage_message_filter.cc",
610 "dom_storage/dom_storage_message_filter.h",
611 "dom_storage/dom_storage_namespace.cc",
612 "dom_storage/dom_storage_namespace.h",
613 "dom_storage/dom_storage_session.cc",
614 "dom_storage/dom_storage_session.h",
615 "dom_storage/dom_storage_task_runner.cc",
616 "dom_storage/dom_storage_task_runner.h",
mek876c5c62016-12-22 17:40:46617 "dom_storage/local_storage_context_mojo.cc",
618 "dom_storage/local_storage_context_mojo.h",
brettwb167c7332016-09-07 22:52:46619 "dom_storage/local_storage_database_adapter.cc",
620 "dom_storage/local_storage_database_adapter.h",
621 "dom_storage/session_storage_database.cc",
622 "dom_storage/session_storage_database.h",
623 "dom_storage/session_storage_database_adapter.cc",
624 "dom_storage/session_storage_database_adapter.h",
625 "dom_storage/session_storage_namespace_impl.cc",
626 "dom_storage/session_storage_namespace_impl.h",
627 "download/base_file.cc",
628 "download/base_file.h",
brettwb167c7332016-09-07 22:52:46629 "download/base_file_posix.cc",
630 "download/base_file_win.cc",
631 "download/download_create_info.cc",
632 "download/download_create_info.h",
633 "download/download_destination_observer.h",
634 "download/download_file.h",
635 "download/download_file_factory.cc",
636 "download/download_file_factory.h",
637 "download/download_file_impl.cc",
638 "download/download_file_impl.h",
639 "download/download_interrupt_reasons_impl.cc",
640 "download/download_interrupt_reasons_impl.h",
641 "download/download_item_factory.h",
642 "download/download_item_impl.cc",
643 "download/download_item_impl.h",
644 "download/download_item_impl_delegate.cc",
645 "download/download_item_impl_delegate.h",
xingliuf61d39f2017-01-27 22:46:46646 "download/download_job.cc",
647 "download/download_job.h",
xingliu468824d2017-02-28 02:59:25648 "download/download_job_factory.cc",
649 "download/download_job_factory.h",
650 "download/download_job_impl.cc",
651 "download/download_job_impl.h",
brettwb167c7332016-09-07 22:52:46652 "download/download_manager_impl.cc",
653 "download/download_manager_impl.h",
654 "download/download_net_log_parameters.cc",
655 "download/download_net_log_parameters.h",
656 "download/download_request_core.cc",
657 "download/download_request_core.h",
658 "download/download_request_handle.cc",
659 "download/download_request_handle.h",
660 "download/download_resource_handler.cc",
661 "download/download_resource_handler.h",
662 "download/download_stats.cc",
663 "download/download_stats.h",
siggi2b05ad102017-07-21 18:57:56664 "download/download_task_runner.cc",
665 "download/download_task_runner.h",
xingliu468824d2017-02-28 02:59:25666 "download/download_worker.cc",
667 "download/download_worker.h",
brettwb167c7332016-09-07 22:52:46668 "download/drag_download_file.cc",
669 "download/drag_download_file.h",
670 "download/drag_download_util.cc",
671 "download/drag_download_util.h",
petewil2abcf042017-04-10 21:45:00672 "download/mhtml_extra_parts_impl.cc",
673 "download/mhtml_extra_parts_impl.h",
brettwb167c7332016-09-07 22:52:46674 "download/mhtml_generation_manager.cc",
675 "download/mhtml_generation_manager.h",
xingliu468824d2017-02-28 02:59:25676 "download/parallel_download_job.cc",
677 "download/parallel_download_job.h",
qinmin41a4abf2017-03-02 06:21:31678 "download/parallel_download_utils.cc",
679 "download/parallel_download_utils.h",
brettwb167c7332016-09-07 22:52:46680 "download/rate_estimator.cc",
681 "download/rate_estimator.h",
682 "download/save_file.cc",
683 "download/save_file.h",
684 "download/save_file_manager.cc",
685 "download/save_file_manager.h",
686 "download/save_file_resource_handler.cc",
687 "download/save_file_resource_handler.h",
688 "download/save_item.cc",
689 "download/save_item.h",
690 "download/save_package.cc",
691 "download/save_package.h",
Min Qin5b8d6932017-06-08 23:36:25692 "download/save_package_download_job.cc",
693 "download/save_package_download_job.h",
brettwb167c7332016-09-07 22:52:46694 "download/save_types.cc",
695 "download/save_types.h",
696 "download/url_downloader.cc",
697 "download/url_downloader.h",
chiniforooshan614d70a2017-03-17 01:19:33698 "field_trial_recorder.cc",
699 "field_trial_recorder.h",
brettwb167c7332016-09-07 22:52:46700 "fileapi/browser_file_system_helper.cc",
701 "fileapi/browser_file_system_helper.h",
702 "fileapi/fileapi_message_filter.cc",
703 "fileapi/fileapi_message_filter.h",
704 "fileapi/upload_file_system_file_element_reader.cc",
705 "fileapi/upload_file_system_file_element_reader.h",
706 "find_request_manager.cc",
707 "find_request_manager.h",
708 "font_list_async.cc",
arthursonzognic5a2f122016-12-21 08:47:16709 "frame_host/ancestor_throttle.cc",
710 "frame_host/ancestor_throttle.h",
brettwb167c7332016-09-07 22:52:46711 "frame_host/cross_process_frame_connector.cc",
712 "frame_host/cross_process_frame_connector.h",
meacerba52f56202017-04-22 00:08:08713 "frame_host/data_url_navigation_throttle.cc",
714 "frame_host/data_url_navigation_throttle.h",
brettwb167c7332016-09-07 22:52:46715 "frame_host/debug_urls.cc",
716 "frame_host/debug_urls.h",
arthursonzogni7cc34c52017-03-18 09:00:53717 "frame_host/form_submission_throttle.cc",
718 "frame_host/form_submission_throttle.h",
brettwb167c7332016-09-07 22:52:46719 "frame_host/frame_navigation_entry.cc",
720 "frame_host/frame_navigation_entry.h",
721 "frame_host/frame_tree.cc",
722 "frame_host/frame_tree.h",
723 "frame_host/frame_tree_node.cc",
724 "frame_host/frame_tree_node.h",
725 "frame_host/frame_tree_node_blame_context.cc",
726 "frame_host/frame_tree_node_blame_context.h",
dtapuska9d46ef7d2017-05-26 19:06:06727 "frame_host/input/legacy_ipc_frame_input_handler.cc",
728 "frame_host/input/legacy_ipc_frame_input_handler.h",
brettwb167c7332016-09-07 22:52:46729 "frame_host/interstitial_page_impl.cc",
730 "frame_host/interstitial_page_impl.h",
731 "frame_host/interstitial_page_navigator_impl.cc",
732 "frame_host/interstitial_page_navigator_impl.h",
carloskd9d97942017-02-16 08:58:09733 "frame_host/mixed_content_navigation_throttle.cc",
734 "frame_host/mixed_content_navigation_throttle.h",
brettwb167c7332016-09-07 22:52:46735 "frame_host/navigation_controller_android.cc",
736 "frame_host/navigation_controller_android.h",
737 "frame_host/navigation_controller_delegate.h",
738 "frame_host/navigation_controller_impl.cc",
739 "frame_host/navigation_controller_impl.h",
740 "frame_host/navigation_entry_impl.cc",
741 "frame_host/navigation_entry_impl.h",
742 "frame_host/navigation_entry_screenshot_manager.cc",
743 "frame_host/navigation_entry_screenshot_manager.h",
744 "frame_host/navigation_handle_impl.cc",
745 "frame_host/navigation_handle_impl.h",
746 "frame_host/navigation_request.cc",
747 "frame_host/navigation_request.h",
748 "frame_host/navigation_request_info.cc",
749 "frame_host/navigation_request_info.h",
750 "frame_host/navigator.cc",
751 "frame_host/navigator.h",
752 "frame_host/navigator_delegate.cc",
753 "frame_host/navigator_delegate.h",
754 "frame_host/navigator_impl.cc",
755 "frame_host/navigator_impl.h",
756 "frame_host/popup_menu_helper_mac.h",
757 "frame_host/popup_menu_helper_mac.mm",
758 "frame_host/render_frame_host_delegate.cc",
759 "frame_host/render_frame_host_delegate.h",
760 "frame_host/render_frame_host_factory.cc",
761 "frame_host/render_frame_host_factory.h",
762 "frame_host/render_frame_host_impl.cc",
763 "frame_host/render_frame_host_impl.h",
764 "frame_host/render_frame_host_manager.cc",
765 "frame_host/render_frame_host_manager.h",
766 "frame_host/render_frame_message_filter.cc",
767 "frame_host/render_frame_message_filter.h",
768 "frame_host/render_frame_proxy_host.cc",
769 "frame_host/render_frame_proxy_host.h",
770 "frame_host/render_widget_host_view_child_frame.cc",
771 "frame_host/render_widget_host_view_child_frame.h",
772 "frame_host/render_widget_host_view_guest.cc",
773 "frame_host/render_widget_host_view_guest.h",
Conley Owens47f4fbf12017-08-02 01:56:52774 "geolocation/geolocation_service_impl.cc",
775 "geolocation/geolocation_service_impl.h",
brettwb167c7332016-09-07 22:52:46776 "gpu/browser_gpu_channel_host_factory.cc",
777 "gpu/browser_gpu_channel_host_factory.h",
778 "gpu/browser_gpu_memory_buffer_manager.cc",
779 "gpu/browser_gpu_memory_buffer_manager.h",
780 "gpu/compositor_util.cc",
781 "gpu/compositor_util.h",
sadrul53546592016-12-17 01:44:21782 "gpu/gpu_client.cc",
783 "gpu/gpu_client.h",
brettwb167c7332016-09-07 22:52:46784 "gpu/gpu_data_manager_impl.cc",
785 "gpu/gpu_data_manager_impl.h",
786 "gpu/gpu_data_manager_impl_private.cc",
787 "gpu/gpu_data_manager_impl_private.h",
michaelpg67362b52017-02-15 06:18:27788 "gpu/gpu_feature_checker_impl.cc",
789 "gpu/gpu_feature_checker_impl.h",
brettwb167c7332016-09-07 22:52:46790 "gpu/gpu_internals_ui.cc",
791 "gpu/gpu_internals_ui.h",
tapted4091f2f2017-02-07 00:47:19792 "gpu/gpu_main_thread_factory.cc",
793 "gpu/gpu_main_thread_factory.h",
brettwb167c7332016-09-07 22:52:46794 "gpu/gpu_process_host.cc",
795 "gpu/gpu_process_host.h",
sadrul75d671b2016-12-13 06:14:39796 "gpu/shader_cache_factory.cc",
797 "gpu/shader_cache_factory.h",
brettwb167c7332016-09-07 22:52:46798 "histogram_controller.cc",
799 "histogram_controller.h",
800 "histogram_internals_request_job.cc",
801 "histogram_internals_request_job.h",
jam17d386e2017-05-10 16:40:04802 "histogram_internals_url_loader.cc",
803 "histogram_internals_url_loader.h",
brettwb167c7332016-09-07 22:52:46804 "histogram_message_filter.cc",
805 "histogram_message_filter.h",
806 "histogram_subscriber.h",
807 "histogram_synchronizer.cc",
808 "histogram_synchronizer.h",
mcasas18de5022017-03-10 22:45:50809 "image_capture/image_capture_impl.cc",
810 "image_capture/image_capture_impl.h",
reillyg39fb4662016-11-22 20:27:17811 "indexed_db/cursor_impl.cc",
812 "indexed_db/cursor_impl.h",
reillyg963ec6df2016-11-05 01:10:58813 "indexed_db/database_impl.cc",
814 "indexed_db/database_impl.h",
brettwb167c7332016-09-07 22:52:46815 "indexed_db/indexed_db.h",
816 "indexed_db/indexed_db_active_blob_registry.cc",
817 "indexed_db/indexed_db_active_blob_registry.h",
818 "indexed_db/indexed_db_backing_store.cc",
819 "indexed_db/indexed_db_backing_store.h",
820 "indexed_db/indexed_db_blob_info.cc",
821 "indexed_db/indexed_db_blob_info.h",
822 "indexed_db/indexed_db_callbacks.cc",
823 "indexed_db/indexed_db_callbacks.h",
824 "indexed_db/indexed_db_class_factory.cc",
825 "indexed_db/indexed_db_class_factory.h",
826 "indexed_db/indexed_db_connection.cc",
827 "indexed_db/indexed_db_connection.h",
828 "indexed_db/indexed_db_context_impl.cc",
829 "indexed_db/indexed_db_context_impl.h",
830 "indexed_db/indexed_db_cursor.cc",
831 "indexed_db/indexed_db_cursor.h",
jbroman3ee0c8ab2017-04-20 14:25:03832 "indexed_db/indexed_db_data_format_version.cc",
833 "indexed_db/indexed_db_data_format_version.h",
brettwb167c7332016-09-07 22:52:46834 "indexed_db/indexed_db_data_loss_info.h",
835 "indexed_db/indexed_db_database.cc",
836 "indexed_db/indexed_db_database.h",
837 "indexed_db/indexed_db_database_callbacks.cc",
838 "indexed_db/indexed_db_database_callbacks.h",
839 "indexed_db/indexed_db_database_error.cc",
840 "indexed_db/indexed_db_database_error.h",
841 "indexed_db/indexed_db_dispatcher_host.cc",
842 "indexed_db/indexed_db_dispatcher_host.h",
843 "indexed_db/indexed_db_factory.h",
844 "indexed_db/indexed_db_factory_impl.cc",
845 "indexed_db/indexed_db_factory_impl.h",
846 "indexed_db/indexed_db_index_writer.cc",
847 "indexed_db/indexed_db_index_writer.h",
848 "indexed_db/indexed_db_internals_ui.cc",
849 "indexed_db/indexed_db_internals_ui.h",
850 "indexed_db/indexed_db_leveldb_coding.cc",
851 "indexed_db/indexed_db_leveldb_coding.h",
brettwb167c7332016-09-07 22:52:46852 "indexed_db/indexed_db_observer.cc",
853 "indexed_db/indexed_db_observer.h",
brettwb167c7332016-09-07 22:52:46854 "indexed_db/indexed_db_pending_connection.cc",
855 "indexed_db/indexed_db_pending_connection.h",
856 "indexed_db/indexed_db_quota_client.cc",
857 "indexed_db/indexed_db_quota_client.h",
858 "indexed_db/indexed_db_return_value.h",
wychen589d05e2017-03-31 00:06:36859 "indexed_db/indexed_db_tracing.h",
brettwb167c7332016-09-07 22:52:46860 "indexed_db/indexed_db_transaction.cc",
861 "indexed_db/indexed_db_transaction.h",
862 "indexed_db/indexed_db_transaction_coordinator.cc",
863 "indexed_db/indexed_db_transaction_coordinator.h",
864 "indexed_db/indexed_db_value.cc",
865 "indexed_db/indexed_db_value.h",
866 "indexed_db/leveldb/leveldb_comparator.h",
867 "indexed_db/leveldb/leveldb_database.cc",
868 "indexed_db/leveldb/leveldb_database.h",
869 "indexed_db/leveldb/leveldb_env.cc",
870 "indexed_db/leveldb/leveldb_env.h",
871 "indexed_db/leveldb/leveldb_factory.h",
dmurphec764052017-03-27 23:12:47872 "indexed_db/leveldb/leveldb_iterator.cc",
brettwb167c7332016-09-07 22:52:46873 "indexed_db/leveldb/leveldb_iterator.h",
874 "indexed_db/leveldb/leveldb_iterator_impl.cc",
875 "indexed_db/leveldb/leveldb_iterator_impl.h",
876 "indexed_db/leveldb/leveldb_transaction.cc",
877 "indexed_db/leveldb/leveldb_transaction.h",
878 "indexed_db/leveldb/leveldb_write_batch.cc",
879 "indexed_db/leveldb/leveldb_write_batch.h",
wychen589d05e2017-03-31 00:06:36880 "indexed_db/list_set.h",
mgiuca35f4c7152017-03-14 08:30:30881 "installedapp/installed_app_provider_impl_default.cc",
882 "installedapp/installed_app_provider_impl_default.h",
alexmos4bc26322017-07-01 00:57:14883 "isolated_origin_util.cc",
884 "isolated_origin_util.h",
zijiehe60167782017-04-28 22:31:02885 "keyboard_lock/keyboard_lock_service_impl.cc",
886 "keyboard_lock/keyboard_lock_service_impl.h",
brettwb167c7332016-09-07 22:52:46887 "leveldb_wrapper_impl.cc",
888 "leveldb_wrapper_impl.h",
889 "loader/async_resource_handler.cc",
890 "loader/async_resource_handler.h",
brettwb167c7332016-09-07 22:52:46891 "loader/detachable_resource_handler.cc",
892 "loader/detachable_resource_handler.h",
tzik47a9f9b2016-12-01 04:16:24893 "loader/downloaded_temp_file_impl.cc",
894 "loader/downloaded_temp_file_impl.h",
brettwb167c7332016-09-07 22:52:46895 "loader/global_routing_id.h",
896 "loader/intercepting_resource_handler.cc",
897 "loader/intercepting_resource_handler.h",
898 "loader/layered_resource_handler.cc",
899 "loader/layered_resource_handler.h",
900 "loader/loader_delegate.h",
901 "loader/loader_io_thread_notifier.cc",
902 "loader/loader_io_thread_notifier.h",
903 "loader/mime_sniffing_resource_handler.cc",
904 "loader/mime_sniffing_resource_handler.h",
905 "loader/mojo_async_resource_handler.cc",
906 "loader/mojo_async_resource_handler.h",
907 "loader/navigation_resource_handler.cc",
908 "loader/navigation_resource_handler.h",
909 "loader/navigation_resource_throttle.cc",
910 "loader/navigation_resource_throttle.h",
911 "loader/navigation_url_loader.cc",
912 "loader/navigation_url_loader.h",
913 "loader/navigation_url_loader_delegate.h",
914 "loader/navigation_url_loader_factory.h",
915 "loader/navigation_url_loader_impl.cc",
916 "loader/navigation_url_loader_impl.h",
917 "loader/navigation_url_loader_impl_core.cc",
918 "loader/navigation_url_loader_impl_core.h",
scottmg69985212017-04-12 16:47:28919 "loader/navigation_url_loader_network_service.cc",
920 "loader/navigation_url_loader_network_service.h",
brettwb167c7332016-09-07 22:52:46921 "loader/netlog_observer.cc",
922 "loader/netlog_observer.h",
mmenke87f5c77a2017-01-31 16:11:26923 "loader/null_resource_controller.cc",
924 "loader/null_resource_controller.h",
brettwb167c7332016-09-07 22:52:46925 "loader/redirect_to_file_resource_handler.cc",
926 "loader/redirect_to_file_resource_handler.h",
927 "loader/resource_buffer.cc",
928 "loader/resource_buffer.h",
tyoshino3b3ee8e92016-12-07 16:04:07929 "loader/resource_controller.h",
brettwb167c7332016-09-07 22:52:46930 "loader/resource_dispatcher_host_impl.cc",
931 "loader/resource_dispatcher_host_impl.h",
932 "loader/resource_handler.cc",
933 "loader/resource_handler.h",
934 "loader/resource_hints_impl.cc",
935 "loader/resource_loader.cc",
936 "loader/resource_loader.h",
937 "loader/resource_loader_delegate.h",
938 "loader/resource_message_delegate.cc",
939 "loader/resource_message_delegate.h",
940 "loader/resource_message_filter.cc",
941 "loader/resource_message_filter.h",
942 "loader/resource_request_info_impl.cc",
943 "loader/resource_request_info_impl.h",
horo227286f72016-11-29 11:10:33944 "loader/resource_requester_info.cc",
945 "loader/resource_requester_info.h",
brettwb167c7332016-09-07 22:52:46946 "loader/resource_scheduler.cc",
947 "loader/resource_scheduler.h",
948 "loader/resource_scheduler_filter.cc",
949 "loader/resource_scheduler_filter.h",
950 "loader/stream_resource_handler.cc",
951 "loader/stream_resource_handler.h",
952 "loader/stream_writer.cc",
953 "loader/stream_writer.h",
954 "loader/sync_resource_handler.cc",
955 "loader/sync_resource_handler.h",
956 "loader/temporary_file_stream.cc",
957 "loader/temporary_file_stream.h",
958 "loader/throttling_resource_handler.cc",
959 "loader/throttling_resource_handler.h",
960 "loader/upload_data_stream_builder.cc",
961 "loader/upload_data_stream_builder.h",
tzika6914612016-12-15 12:48:59962 "loader/upload_progress_tracker.cc",
963 "loader/upload_progress_tracker.h",
brettwb167c7332016-09-07 22:52:46964 "loader/url_loader_factory_impl.cc",
965 "loader/url_loader_factory_impl.h",
anantae60d1d42017-06-20 04:16:27966 "loader/url_loader_request_handler.cc",
kinuko69732972017-05-29 08:50:07967 "loader/url_loader_request_handler.h",
ke.he91eabe22017-05-19 04:02:11968 "loader/wake_lock_resource_throttle.cc",
969 "loader/wake_lock_resource_throttle.h",
brettwb167c7332016-09-07 22:52:46970 "loader_delegate_impl.cc",
971 "loader_delegate_impl.h",
972 "mach_broker_mac.h",
973 "mach_broker_mac.mm",
jinho.bang84cadc82017-06-14 16:59:34974 "manifest/manifest_icon_downloader.cc",
975 "manifest/manifest_icon_selector.cc",
brettwb167c7332016-09-07 22:52:46976 "manifest/manifest_manager_host.cc",
977 "manifest/manifest_manager_host.h",
brettwb167c7332016-09-07 22:52:46978 "media/android/browser_media_player_manager.cc",
979 "media/android/browser_media_player_manager.h",
brettwb167c7332016-09-07 22:52:46980 "media/android/browser_surface_view_manager.cc",
981 "media/android/browser_surface_view_manager.h",
982 "media/android/media_player_renderer.cc",
983 "media/android/media_player_renderer.h",
984 "media/android/media_resource_getter_impl.cc",
985 "media/android/media_resource_getter_impl.h",
brettwb167c7332016-09-07 22:52:46986 "media/android/media_web_contents_observer_android.cc",
987 "media/android/media_web_contents_observer_android.h",
brettwb167c7332016-09-07 22:52:46988 "media/audible_metrics.cc",
989 "media/audible_metrics.h",
990 "media/audio_stream_monitor.cc",
991 "media/audio_stream_monitor.h",
992 "media/capture/audio_mirroring_manager.cc",
993 "media/capture/audio_mirroring_manager.h",
brettwb167c7332016-09-07 22:52:46994 "media/capture/desktop_capture_device_uma_types.cc",
995 "media/capture/desktop_capture_device_uma_types.h",
brettwb167c7332016-09-07 22:52:46996 "media/capture/web_contents_audio_input_stream.cc",
997 "media/capture/web_contents_audio_input_stream.h",
998 "media/capture/web_contents_audio_muter.cc",
999 "media/capture/web_contents_audio_muter.h",
1000 "media/capture/web_contents_tracker.cc",
1001 "media/capture/web_contents_tracker.h",
xhwang5ba56be2016-12-13 07:13:031002 "media/cdm_registry_impl.cc",
1003 "media/cdm_registry_impl.h",
guidoudf036b32016-10-31 14:51:141004 "media/media_devices_permission_checker.cc",
1005 "media/media_devices_permission_checker.h",
guidou8a440b842017-01-30 13:58:431006 "media/media_devices_util.cc",
1007 "media/media_devices_util.h",
xhwangaa0bf6d2016-12-03 01:19:151008 "media/media_interface_proxy.cc",
1009 "media/media_interface_proxy.h",
brettwb167c7332016-09-07 22:52:461010 "media/media_internals.cc",
1011 "media/media_internals.h",
1012 "media/media_internals_handler.cc",
1013 "media/media_internals_handler.h",
1014 "media/media_internals_proxy.cc",
1015 "media/media_internals_proxy.h",
1016 "media/media_internals_ui.cc",
1017 "media/media_internals_ui.h",
1018 "media/media_web_contents_observer.cc",
1019 "media/media_web_contents_observer.h",
1020 "media/midi_host.cc",
1021 "media/midi_host.h",
zqzhanga2147f82016-10-18 22:53:261022 "media/session/audio_focus_delegate.h",
1023 "media/session/audio_focus_delegate_android.cc",
1024 "media/session/audio_focus_delegate_android.h",
1025 "media/session/audio_focus_delegate_default.cc",
brettwb167c7332016-09-07 22:52:461026 "media/session/audio_focus_manager.cc",
1027 "media/session/audio_focus_manager.h",
zqzhangd84e72872016-10-07 19:22:031028 "media/session/media_metadata_sanitizer.cc",
1029 "media/session/media_metadata_sanitizer.h",
zqzhang1adf3cb2016-11-01 11:26:451030 "media/session/media_session_android.cc",
1031 "media/session/media_session_android.h",
brettwb167c7332016-09-07 22:52:461032 "media/session/media_session_controller.cc",
1033 "media/session/media_session_controller.h",
1034 "media/session/media_session_controllers_manager.cc",
1035 "media/session/media_session_controllers_manager.h",
zqzhang1adf3cb2016-11-01 11:26:451036 "media/session/media_session_impl.cc",
1037 "media/session/media_session_impl.h",
zqzhanga2147f82016-10-18 22:53:261038 "media/session/media_session_player_observer.h",
zqzhangd84e72872016-10-07 19:22:031039 "media/session/media_session_service_impl.cc",
1040 "media/session/media_session_service_impl.h",
brettwb167c7332016-09-07 22:52:461041 "media/session/media_session_uma_helper.cc",
1042 "media/session/media_session_uma_helper.h",
slana0da4302016-11-07 17:37:011043 "media/url_provision_fetcher.cc",
1044 "media/url_provision_fetcher.h",
bashi810232f52017-03-03 04:38:021045 "memory/memory_condition_observer.cc",
1046 "memory/memory_condition_observer.h",
bashic5106fd2017-05-12 09:38:321047 "memory/memory_coordinator_default_policy.cc",
1048 "memory/memory_coordinator_default_policy.h",
bashi529cb14c2016-10-17 21:53:571049 "memory/memory_coordinator_impl.cc",
1050 "memory/memory_coordinator_impl.h",
bashia6264042016-09-15 04:49:511051 "memory/memory_monitor.cc",
1052 "memory/memory_monitor.h",
bashi66264142016-09-27 06:26:401053 "memory/memory_monitor_android.cc",
1054 "memory/memory_monitor_android.h",
bashia6264042016-09-15 04:49:511055 "memory/memory_monitor_win.cc",
1056 "memory/memory_monitor_win.h",
Scott Haseley7a02fce2017-08-01 21:55:011057 "memory/swap_metrics_delegate_uma.cc",
1058 "memory/swap_metrics_delegate_uma.h",
1059 "memory/swap_metrics_driver_impl.cc",
1060 "memory/swap_metrics_driver_impl.h",
1061 "memory/swap_metrics_driver_impl_linux.cc",
1062 "memory/swap_metrics_driver_impl_linux.h",
1063 "memory/swap_metrics_driver_impl_mac.cc",
1064 "memory/swap_metrics_driver_impl_mac.h",
1065 "memory/swap_metrics_driver_impl_win.cc",
brettwb167c7332016-09-07 22:52:461066 "message_port_provider.cc",
brettwb167c7332016-09-07 22:52:461067 "mime_registry_impl.cc",
1068 "mime_registry_impl.h",
brettwb167c7332016-09-07 22:52:461069 "net/browser_online_state_observer.cc",
1070 "net/browser_online_state_observer.h",
1071 "net/network_errors_listing_ui.cc",
1072 "net/network_errors_listing_ui.h",
tbansal15973c32017-05-10 18:40:441073 "net/network_quality_observer_impl.cc",
1074 "net/network_quality_observer_impl.h",
brettwb167c7332016-09-07 22:52:461075 "net/quota_policy_cookie_store.cc",
1076 "net/quota_policy_cookie_store.h",
juliatuttle95fe3cc52017-06-30 23:05:311077 "net/reporting_service_proxy.cc",
1078 "net/reporting_service_proxy.h",
brettwb167c7332016-09-07 22:52:461079 "net/view_blob_internals_job_factory.cc",
1080 "net/view_blob_internals_job_factory.h",
1081 "net/view_http_cache_job_factory.cc",
1082 "net/view_http_cache_job_factory.h",
1083 "notification_service_impl.cc",
1084 "notification_service_impl.h",
1085 "notifications/blink_notification_service_impl.cc",
1086 "notifications/blink_notification_service_impl.h",
1087 "notifications/notification_database.cc",
1088 "notifications/notification_database.h",
1089 "notifications/notification_database_data_conversions.cc",
1090 "notifications/notification_database_data_conversions.h",
1091 "notifications/notification_event_dispatcher_impl.cc",
1092 "notifications/notification_event_dispatcher_impl.h",
1093 "notifications/notification_id_generator.cc",
1094 "notifications/notification_id_generator.h",
1095 "notifications/notification_message_filter.cc",
1096 "notifications/notification_message_filter.h",
brettwb167c7332016-09-07 22:52:461097 "notifications/platform_notification_context_impl.cc",
1098 "notifications/platform_notification_context_impl.h",
1099 "notifications/type_converters.cc",
1100 "notifications/type_converters.h",
jinho.bang745d987b2016-12-14 19:06:541101 "payments/payment_app_context_impl.cc",
1102 "payments/payment_app_context_impl.h",
jinho.bangab430572016-12-16 14:33:581103 "payments/payment_app_database.cc",
1104 "payments/payment_app_database.h",
gogerald70b9dcb2017-07-05 05:28:491105 "payments/payment_app_info_fetcher.cc",
1106 "payments/payment_app_info_fetcher.h",
jinho.bangac34b3a32017-01-05 12:51:211107 "payments/payment_app_provider_impl.cc",
1108 "payments/payment_app_provider_impl.h",
gogeraldd8c5af342017-06-14 02:22:361109 "payments/payment_instrument_icon_fetcher.cc",
1110 "payments/payment_instrument_icon_fetcher.h",
jinho.bangbbb00c32017-03-30 15:09:091111 "payments/payment_manager.cc",
1112 "payments/payment_manager.h",
brettwb167c7332016-09-07 22:52:461113 "permissions/permission_service_context.cc",
1114 "permissions/permission_service_context.h",
1115 "permissions/permission_service_impl.cc",
1116 "permissions/permission_service_impl.h",
brettwb167c7332016-09-07 22:52:461117 "presentation/presentation_service_impl.cc",
1118 "presentation/presentation_service_impl.h",
brettwb167c7332016-09-07 22:52:461119 "profiler_controller_impl.cc",
1120 "profiler_controller_impl.h",
1121 "profiler_message_filter.cc",
1122 "profiler_message_filter.h",
awdf5f7440c2017-01-09 12:38:561123 "push_messaging/push_messaging_context.cc",
1124 "push_messaging/push_messaging_context.h",
ke.he5f426e322017-02-22 12:37:121125 "push_messaging/push_messaging_manager.cc",
1126 "push_messaging/push_messaging_manager.h",
brettwb167c7332016-09-07 22:52:461127 "push_messaging/push_messaging_router.cc",
1128 "push_messaging/push_messaging_router.h",
1129 "quota_dispatcher_host.cc",
1130 "quota_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:461131 "renderer_host/clipboard_message_filter.cc",
1132 "renderer_host/clipboard_message_filter.h",
1133 "renderer_host/clipboard_message_filter_mac.mm",
Ken Buchanan520f29c2017-07-13 23:29:511134 "renderer_host/cursor_manager.cc",
1135 "renderer_host/cursor_manager.h",
brettwb167c7332016-09-07 22:52:461136 "renderer_host/database_message_filter.cc",
1137 "renderer_host/database_message_filter.h",
brettwb167c7332016-09-07 22:52:461138 "renderer_host/dip_util.cc",
1139 "renderer_host/dip_util.h",
1140 "renderer_host/dwrite_font_proxy_message_filter_win.cc",
1141 "renderer_host/dwrite_font_proxy_message_filter_win.h",
1142 "renderer_host/event_with_latency_info.h",
1143 "renderer_host/file_utilities_message_filter.cc",
1144 "renderer_host/file_utilities_message_filter.h",
1145 "renderer_host/font_utils_linux.cc",
1146 "renderer_host/font_utils_linux.h",
1147 "renderer_host/frame_metadata_util.cc",
1148 "renderer_host/frame_metadata_util.h",
samans2040988b2017-04-11 23:58:351149 "renderer_host/frame_sink_provider_impl.cc",
1150 "renderer_host/frame_sink_provider_impl.h",
brettwb167c7332016-09-07 22:52:461151 "renderer_host/input/gesture_event_queue.cc",
1152 "renderer_host/input/gesture_event_queue.h",
alexis.menardb12ba342017-04-15 09:01:191153 "renderer_host/input/input_device_change_observer.cc",
1154 "renderer_host/input/input_device_change_observer.h",
Hayley Ferrbb5c0152017-07-27 22:57:191155 "renderer_host/input/input_disposition_handler.h",
brettwb167c7332016-09-07 22:52:461156 "renderer_host/input/input_router.h",
1157 "renderer_host/input/input_router_client.h",
1158 "renderer_host/input/input_router_config_helper.cc",
1159 "renderer_host/input/input_router_config_helper.h",
Dave Tapuska8a112332017-07-24 17:23:181160 "renderer_host/input/input_router_impl.cc",
1161 "renderer_host/input/input_router_impl.h",
Dave Tapuskac268151b82017-06-12 13:59:211162 "renderer_host/input/legacy_input_router_impl.cc",
1163 "renderer_host/input/legacy_input_router_impl.h",
Dave Tapuskab336b922017-07-06 19:24:051164 "renderer_host/input/legacy_ipc_widget_input_handler.cc",
1165 "renderer_host/input/legacy_ipc_widget_input_handler.h",
dtapuska73607ca2017-01-27 17:20:191166 "renderer_host/input/legacy_touch_event_queue.cc",
1167 "renderer_host/input/legacy_touch_event_queue.h",
brettwb167c7332016-09-07 22:52:461168 "renderer_host/input/motion_event_web.cc",
1169 "renderer_host/input/motion_event_web.h",
1170 "renderer_host/input/mouse_wheel_event_queue.cc",
1171 "renderer_host/input/mouse_wheel_event_queue.h",
sahel09de0d012017-06-07 16:09:441172 "renderer_host/input/mouse_wheel_phase_handler.cc",
1173 "renderer_host/input/mouse_wheel_phase_handler.h",
brettwb167c7332016-09-07 22:52:461174 "renderer_host/input/mouse_wheel_rails_filter_mac.cc",
1175 "renderer_host/input/mouse_wheel_rails_filter_mac.h",
dtapuska53f9f4ee2017-02-27 01:14:261176 "renderer_host/input/passthrough_touch_event_queue.cc",
1177 "renderer_host/input/passthrough_touch_event_queue.h",
brettwb167c7332016-09-07 22:52:461178 "renderer_host/input/render_widget_host_latency_tracker.cc",
1179 "renderer_host/input/render_widget_host_latency_tracker.h",
1180 "renderer_host/input/stylus_text_selector.cc",
1181 "renderer_host/input/stylus_text_selector.h",
1182 "renderer_host/input/synthetic_gesture.cc",
1183 "renderer_host/input/synthetic_gesture.h",
1184 "renderer_host/input/synthetic_gesture_controller.cc",
1185 "renderer_host/input/synthetic_gesture_controller.h",
1186 "renderer_host/input/synthetic_gesture_target.h",
1187 "renderer_host/input/synthetic_gesture_target_aura.cc",
1188 "renderer_host/input/synthetic_gesture_target_aura.h",
1189 "renderer_host/input/synthetic_gesture_target_base.cc",
1190 "renderer_host/input/synthetic_gesture_target_base.h",
1191 "renderer_host/input/synthetic_gesture_target_mac.h",
1192 "renderer_host/input/synthetic_gesture_target_mac.mm",
lanwei1060f1f2016-11-28 23:00:311193 "renderer_host/input/synthetic_mouse_driver.cc",
1194 "renderer_host/input/synthetic_mouse_driver.h",
lanweid7de40d12017-01-26 22:52:191195 "renderer_host/input/synthetic_pen_driver.cc",
1196 "renderer_host/input/synthetic_pen_driver.h",
brettwb167c7332016-09-07 22:52:461197 "renderer_host/input/synthetic_pinch_gesture.cc",
1198 "renderer_host/input/synthetic_pinch_gesture.h",
brettwb167c7332016-09-07 22:52:461199 "renderer_host/input/synthetic_pointer_action.cc",
1200 "renderer_host/input/synthetic_pointer_action.h",
lanwei1060f1f2016-11-28 23:00:311201 "renderer_host/input/synthetic_pointer_driver.cc",
1202 "renderer_host/input/synthetic_pointer_driver.h",
brettwb167c7332016-09-07 22:52:461203 "renderer_host/input/synthetic_smooth_drag_gesture.cc",
1204 "renderer_host/input/synthetic_smooth_drag_gesture.h",
1205 "renderer_host/input/synthetic_smooth_move_gesture.cc",
1206 "renderer_host/input/synthetic_smooth_move_gesture.h",
1207 "renderer_host/input/synthetic_smooth_scroll_gesture.cc",
1208 "renderer_host/input/synthetic_smooth_scroll_gesture.h",
1209 "renderer_host/input/synthetic_tap_gesture.cc",
1210 "renderer_host/input/synthetic_tap_gesture.h",
lanwei1060f1f2016-11-28 23:00:311211 "renderer_host/input/synthetic_touch_driver.cc",
1212 "renderer_host/input/synthetic_touch_driver.h",
brettwb167c7332016-09-07 22:52:461213 "renderer_host/input/synthetic_touchpad_pinch_gesture.cc",
1214 "renderer_host/input/synthetic_touchpad_pinch_gesture.h",
1215 "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc",
1216 "renderer_host/input/synthetic_touchscreen_pinch_gesture.h",
1217 "renderer_host/input/tap_suppression_controller.cc",
1218 "renderer_host/input/tap_suppression_controller.h",
1219 "renderer_host/input/tap_suppression_controller_client.h",
1220 "renderer_host/input/timeout_monitor.cc",
1221 "renderer_host/input/timeout_monitor.h",
1222 "renderer_host/input/touch_action_filter.cc",
1223 "renderer_host/input/touch_action_filter.h",
1224 "renderer_host/input/touch_emulator.cc",
1225 "renderer_host/input/touch_emulator.h",
1226 "renderer_host/input/touch_emulator_client.h",
brettwb167c7332016-09-07 22:52:461227 "renderer_host/input/touch_event_queue.h",
1228 "renderer_host/input/touch_selection_controller_client_aura.cc",
1229 "renderer_host/input/touch_selection_controller_client_aura.h",
wjmaclean9a658312017-05-25 17:03:571230 "renderer_host/input/touch_selection_controller_client_child_frame.cc",
1231 "renderer_host/input/touch_selection_controller_client_child_frame.h",
dtapuska48fd5b92017-02-22 15:16:041232 "renderer_host/input/touch_timeout_handler.cc",
1233 "renderer_host/input/touch_timeout_handler.h",
brettwb167c7332016-09-07 22:52:461234 "renderer_host/input/touchpad_tap_suppression_controller.cc",
1235 "renderer_host/input/touchpad_tap_suppression_controller.h",
1236 "renderer_host/input/touchscreen_tap_suppression_controller.cc",
1237 "renderer_host/input/touchscreen_tap_suppression_controller.h",
1238 "renderer_host/input/web_input_event_builders_android.cc",
1239 "renderer_host/input/web_input_event_builders_android.h",
1240 "renderer_host/input/web_input_event_builders_mac.h",
1241 "renderer_host/input/web_input_event_builders_mac.mm",
1242 "renderer_host/legacy_render_widget_host_win.cc",
1243 "renderer_host/legacy_render_widget_host_win.h",
brettwb167c7332016-09-07 22:52:461244 "renderer_host/media/audio_input_device_manager.cc",
1245 "renderer_host/media/audio_input_device_manager.h",
1246 "renderer_host/media/audio_input_renderer_host.cc",
1247 "renderer_host/media/audio_input_renderer_host.h",
1248 "renderer_host/media/audio_input_sync_writer.cc",
1249 "renderer_host/media/audio_input_sync_writer.h",
maxmorinb08e8422016-11-18 09:34:011250 "renderer_host/media/audio_output_authorization_handler.cc",
1251 "renderer_host/media/audio_output_authorization_handler.h",
maxmorin5d6f36b2017-02-01 08:51:211252 "renderer_host/media/audio_output_delegate_impl.cc",
1253 "renderer_host/media/audio_output_delegate_impl.h",
brettwb167c7332016-09-07 22:52:461254 "renderer_host/media/audio_renderer_host.cc",
1255 "renderer_host/media/audio_renderer_host.h",
1256 "renderer_host/media/audio_sync_reader.cc",
1257 "renderer_host/media/audio_sync_reader.h",
chfremerc9148152017-04-17 17:10:261258 "renderer_host/media/in_process_launched_video_capture_device.cc",
1259 "renderer_host/media/in_process_launched_video_capture_device.h",
1260 "renderer_host/media/in_process_video_capture_device_launcher.cc",
1261 "renderer_host/media/in_process_video_capture_device_launcher.h",
chfremer3b099812017-04-11 17:30:501262 "renderer_host/media/in_process_video_capture_provider.cc",
1263 "renderer_host/media/in_process_video_capture_provider.h",
brettwb167c7332016-09-07 22:52:461264 "renderer_host/media/media_capture_devices_impl.cc",
1265 "renderer_host/media/media_capture_devices_impl.h",
guidou9357cc52016-10-11 19:53:361266 "renderer_host/media/media_devices_dispatcher_host.cc",
1267 "renderer_host/media/media_devices_dispatcher_host.h",
guidoucc6d4602016-09-23 21:28:431268 "renderer_host/media/media_devices_manager.cc",
1269 "renderer_host/media/media_devices_manager.h",
brettwb167c7332016-09-07 22:52:461270 "renderer_host/media/media_stream_dispatcher_host.cc",
1271 "renderer_host/media/media_stream_dispatcher_host.h",
1272 "renderer_host/media/media_stream_manager.cc",
1273 "renderer_host/media/media_stream_manager.h",
1274 "renderer_host/media/media_stream_provider.h",
1275 "renderer_host/media/media_stream_requester.h",
1276 "renderer_host/media/media_stream_track_metrics_host.cc",
1277 "renderer_host/media/media_stream_track_metrics_host.h",
1278 "renderer_host/media/media_stream_ui_proxy.cc",
1279 "renderer_host/media/media_stream_ui_proxy.h",
maxmorin2781f5ff2017-04-04 08:29:411280 "renderer_host/media/render_frame_audio_output_stream_factory.cc",
1281 "renderer_host/media/render_frame_audio_output_stream_factory.h",
1282 "renderer_host/media/renderer_audio_output_stream_factory_context.h",
1283 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.cc",
1284 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.h",
chfremer70b40e5122017-05-23 15:13:571285 "renderer_host/media/service_launched_video_capture_device.cc",
1286 "renderer_host/media/service_launched_video_capture_device.h",
1287 "renderer_host/media/service_video_capture_device_launcher.cc",
1288 "renderer_host/media/service_video_capture_device_launcher.h",
1289 "renderer_host/media/service_video_capture_provider.cc",
1290 "renderer_host/media/service_video_capture_provider.h",
brettwb167c7332016-09-07 22:52:461291 "renderer_host/media/video_capture_controller.cc",
1292 "renderer_host/media/video_capture_controller.h",
1293 "renderer_host/media/video_capture_controller_event_handler.h",
chfremerc9148152017-04-17 17:10:261294 "renderer_host/media/video_capture_device_launch_observer.h",
brettwb167c7332016-09-07 22:52:461295 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1296 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1297 "renderer_host/media/video_capture_host.cc",
1298 "renderer_host/media/video_capture_host.h",
1299 "renderer_host/media/video_capture_manager.cc",
1300 "renderer_host/media/video_capture_manager.h",
chfremer3b099812017-04-11 17:30:501301 "renderer_host/media/video_capture_provider.h",
chfremer70b40e5122017-05-23 15:13:571302 "renderer_host/media/video_capture_provider_switcher.cc",
1303 "renderer_host/media/video_capture_provider_switcher.h",
brettwb167c7332016-09-07 22:52:461304 "renderer_host/native_web_keyboard_event_aura.cc",
1305 "renderer_host/native_web_keyboard_event_mac.mm",
kylechar30b894d2017-04-13 12:09:251306 "renderer_host/offscreen_canvas_provider_impl.cc",
1307 "renderer_host/offscreen_canvas_provider_impl.h",
brettwb167c7332016-09-07 22:52:461308 "renderer_host/offscreen_canvas_surface_impl.cc",
1309 "renderer_host/offscreen_canvas_surface_impl.h",
1310 "renderer_host/overscroll_configuration.cc",
1311 "renderer_host/overscroll_controller.cc",
1312 "renderer_host/overscroll_controller.h",
1313 "renderer_host/overscroll_controller_delegate.h",
1314 "renderer_host/render_message_filter.cc",
1315 "renderer_host/render_message_filter.h",
1316 "renderer_host/render_process_host_impl.cc",
1317 "renderer_host/render_process_host_impl.h",
1318 "renderer_host/render_sandbox_host_linux.cc",
1319 "renderer_host/render_sandbox_host_linux.h",
1320 "renderer_host/render_view_host_delegate.cc",
1321 "renderer_host/render_view_host_delegate.h",
rlanday7f2ec7f2016-12-14 02:28:341322 "renderer_host/render_view_host_delegate_view.cc",
brettwb167c7332016-09-07 22:52:461323 "renderer_host/render_view_host_delegate_view.h",
1324 "renderer_host/render_view_host_factory.cc",
1325 "renderer_host/render_view_host_factory.h",
1326 "renderer_host/render_view_host_impl.cc",
1327 "renderer_host/render_view_host_impl.h",
1328 "renderer_host/render_widget_helper.cc",
1329 "renderer_host/render_widget_helper.h",
1330 "renderer_host/render_widget_host_delegate.cc",
1331 "renderer_host/render_widget_host_delegate.h",
1332 "renderer_host/render_widget_host_impl.cc",
1333 "renderer_host/render_widget_host_impl.h",
1334 "renderer_host/render_widget_host_input_event_router.cc",
1335 "renderer_host/render_widget_host_input_event_router.h",
1336 "renderer_host/render_widget_host_owner_delegate.h",
1337 "renderer_host/render_widget_host_view_aura.cc",
1338 "renderer_host/render_widget_host_view_aura.h",
1339 "renderer_host/render_widget_host_view_base.cc",
1340 "renderer_host/render_widget_host_view_base.h",
1341 "renderer_host/render_widget_host_view_base_observer.cc",
1342 "renderer_host/render_widget_host_view_base_observer.h",
samans5846cb2c2017-01-31 03:09:471343 "renderer_host/render_widget_host_view_frame_subscriber.h",
brettwb167c7332016-09-07 22:52:461344 "renderer_host/render_widget_host_view_mac.h",
1345 "renderer_host/render_widget_host_view_mac.mm",
1346 "renderer_host/render_widget_host_view_mac_dictionary_helper.h",
1347 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm",
1348 "renderer_host/render_widget_host_view_mac_editcommand_helper.h",
1349 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm",
brettwb167c7332016-09-07 22:52:461350 "renderer_host/sandbox_ipc_linux.cc",
1351 "renderer_host/sandbox_ipc_linux.h",
1352 "renderer_host/text_input_client_mac.h",
1353 "renderer_host/text_input_client_mac.mm",
1354 "renderer_host/text_input_client_message_filter.h",
1355 "renderer_host/text_input_client_message_filter.mm",
1356 "renderer_host/text_input_manager.cc",
1357 "renderer_host/text_input_manager.h",
1358 "renderer_host/ui_events_helper.cc",
1359 "renderer_host/ui_events_helper.h",
1360 "renderer_host/webmenurunner_mac.h",
1361 "renderer_host/webmenurunner_mac.mm",
1362 "resolve_proxy_msg_helper.cc",
1363 "resolve_proxy_msg_helper.h",
1364 "resource_context_impl.cc",
1365 "resource_context_impl.h",
kerrnel0f7a1922017-06-26 23:40:581366 "sandbox_parameters_mac.h",
1367 "sandbox_parameters_mac.mm",
leon.han552e9de2017-02-09 14:37:301368 "screen_orientation/screen_orientation_provider.cc",
1369 "screen_orientation/screen_orientation_provider.h",
Ken Rockotc7a279c2017-05-04 23:51:451370 "service_manager/common_browser_interfaces.cc",
1371 "service_manager/common_browser_interfaces.h",
benff461632016-10-06 14:27:331372 "service_manager/service_manager_context.cc",
1373 "service_manager/service_manager_context.h",
Kinuko Yasuda38e8c8f82017-08-02 12:45:551374 "service_worker/browser_side_service_worker_event_dispatcher.cc",
1375 "service_worker/browser_side_service_worker_event_dispatcher.h",
brettwb167c7332016-09-07 22:52:461376 "service_worker/embedded_worker_instance.cc",
1377 "service_worker/embedded_worker_instance.h",
1378 "service_worker/embedded_worker_registry.cc",
1379 "service_worker/embedded_worker_registry.h",
1380 "service_worker/embedded_worker_status.h",
1381 "service_worker/foreign_fetch_request_handler.cc",
1382 "service_worker/foreign_fetch_request_handler.h",
1383 "service_worker/link_header_support.cc",
1384 "service_worker/link_header_support.h",
1385 "service_worker/service_worker_blob_reader.cc",
1386 "service_worker/service_worker_blob_reader.h",
1387 "service_worker/service_worker_cache_writer.cc",
1388 "service_worker/service_worker_cache_writer.h",
1389 "service_worker/service_worker_client_utils.cc",
1390 "service_worker/service_worker_client_utils.h",
1391 "service_worker/service_worker_context_core.cc",
1392 "service_worker/service_worker_context_core.h",
dominickneadb0e92017-06-13 03:23:371393 "service_worker/service_worker_context_core_observer.h",
brettwb167c7332016-09-07 22:52:461394 "service_worker/service_worker_context_request_handler.cc",
1395 "service_worker/service_worker_context_request_handler.h",
1396 "service_worker/service_worker_context_watcher.cc",
1397 "service_worker/service_worker_context_watcher.h",
1398 "service_worker/service_worker_context_wrapper.cc",
1399 "service_worker/service_worker_context_wrapper.h",
1400 "service_worker/service_worker_controllee_request_handler.cc",
1401 "service_worker/service_worker_controllee_request_handler.h",
shimazu1ac68cf2017-04-20 06:03:461402 "service_worker/service_worker_data_pipe_reader.cc",
1403 "service_worker/service_worker_data_pipe_reader.h",
brettwb167c7332016-09-07 22:52:461404 "service_worker/service_worker_database.cc",
1405 "service_worker/service_worker_database.h",
brettwb167c7332016-09-07 22:52:461406 "service_worker/service_worker_disk_cache.cc",
1407 "service_worker/service_worker_disk_cache.h",
1408 "service_worker/service_worker_dispatcher_host.cc",
1409 "service_worker/service_worker_dispatcher_host.h",
1410 "service_worker/service_worker_fetch_dispatcher.cc",
1411 "service_worker/service_worker_fetch_dispatcher.h",
1412 "service_worker/service_worker_handle.cc",
1413 "service_worker/service_worker_handle.h",
1414 "service_worker/service_worker_info.cc",
1415 "service_worker/service_worker_info.h",
Makoto Shimazu166906a2017-07-12 06:04:011416 "service_worker/service_worker_installed_scripts_sender.cc",
1417 "service_worker/service_worker_installed_scripts_sender.h",
brettwb167c7332016-09-07 22:52:461418 "service_worker/service_worker_internals_ui.cc",
1419 "service_worker/service_worker_internals_ui.h",
1420 "service_worker/service_worker_job_coordinator.cc",
1421 "service_worker/service_worker_job_coordinator.h",
falkenf93cb21f2017-03-17 03:05:301422 "service_worker/service_worker_lifetime_tracker.cc",
1423 "service_worker/service_worker_lifetime_tracker.h",
brettwb167c7332016-09-07 22:52:461424 "service_worker/service_worker_metrics.cc",
1425 "service_worker/service_worker_metrics.h",
clamydf7927e2016-09-22 13:03:141426 "service_worker/service_worker_navigation_handle.cc",
1427 "service_worker/service_worker_navigation_handle.h",
1428 "service_worker/service_worker_navigation_handle_core.cc",
1429 "service_worker/service_worker_navigation_handle_core.h",
brettwb167c7332016-09-07 22:52:461430 "service_worker/service_worker_process_manager.cc",
1431 "service_worker/service_worker_process_manager.h",
1432 "service_worker/service_worker_provider_host.cc",
1433 "service_worker/service_worker_provider_host.h",
1434 "service_worker/service_worker_quota_client.cc",
1435 "service_worker/service_worker_quota_client.h",
1436 "service_worker/service_worker_read_from_cache_job.cc",
1437 "service_worker/service_worker_read_from_cache_job.h",
1438 "service_worker/service_worker_register_job.cc",
1439 "service_worker/service_worker_register_job.h",
1440 "service_worker/service_worker_register_job_base.h",
1441 "service_worker/service_worker_registration.cc",
1442 "service_worker/service_worker_registration.h",
1443 "service_worker/service_worker_registration_handle.cc",
1444 "service_worker/service_worker_registration_handle.h",
1445 "service_worker/service_worker_registration_status.cc",
1446 "service_worker/service_worker_registration_status.h",
1447 "service_worker/service_worker_request_handler.cc",
1448 "service_worker/service_worker_request_handler.h",
1449 "service_worker/service_worker_response_info.cc",
1450 "service_worker/service_worker_response_info.h",
1451 "service_worker/service_worker_script_cache_map.cc",
1452 "service_worker/service_worker_script_cache_map.h",
1453 "service_worker/service_worker_storage.cc",
1454 "service_worker/service_worker_storage.h",
brettwb167c7332016-09-07 22:52:461455 "service_worker/service_worker_unregister_job.cc",
1456 "service_worker/service_worker_unregister_job.h",
scottmg30fc2c92017-05-18 08:42:021457 "service_worker/service_worker_url_job_wrapper.cc",
1458 "service_worker/service_worker_url_job_wrapper.h",
kinukod9008b22017-06-08 09:26:181459 "service_worker/service_worker_url_loader_job.cc",
1460 "service_worker/service_worker_url_loader_job.h",
brettwb167c7332016-09-07 22:52:461461 "service_worker/service_worker_url_request_job.cc",
1462 "service_worker/service_worker_url_request_job.h",
1463 "service_worker/service_worker_version.cc",
1464 "service_worker/service_worker_version.h",
1465 "service_worker/service_worker_write_to_cache_job.cc",
1466 "service_worker/service_worker_write_to_cache_job.h",
Yuki Yamada68992b02017-07-31 06:13:451467 "shared_worker/shared_worker_content_settings_proxy_impl.cc",
1468 "shared_worker/shared_worker_content_settings_proxy_impl.h",
brettwb167c7332016-09-07 22:52:461469 "shared_worker/shared_worker_host.cc",
1470 "shared_worker/shared_worker_host.h",
1471 "shared_worker/shared_worker_instance.cc",
1472 "shared_worker/shared_worker_instance.h",
1473 "shared_worker/shared_worker_message_filter.cc",
1474 "shared_worker/shared_worker_message_filter.h",
1475 "shared_worker/shared_worker_service_impl.cc",
1476 "shared_worker/shared_worker_service_impl.h",
1477 "shared_worker/worker_document_set.cc",
1478 "shared_worker/worker_document_set.h",
1479 "shared_worker/worker_storage_partition.cc",
1480 "shared_worker/worker_storage_partition.h",
1481 "site_instance_impl.cc",
1482 "site_instance_impl.h",
brettwb167c7332016-09-07 22:52:461483 "speech/speech_recognition_dispatcher_host.cc",
1484 "speech/speech_recognition_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:461485 "speech/speech_recognition_manager_impl.cc",
1486 "speech/speech_recognition_manager_impl.h",
1487 "speech/speech_recognizer.h",
brettwb167c7332016-09-07 22:52:461488 "speech/speech_recognizer_impl_android.cc",
1489 "speech/speech_recognizer_impl_android.h",
Jochen Eisingerbc991412017-07-14 22:06:221490 "ssl/ignore_errors_cert_verifier.cc",
brettwb167c7332016-09-07 22:52:461491 "ssl/ssl_client_auth_handler.cc",
1492 "ssl/ssl_client_auth_handler.h",
1493 "ssl/ssl_error_handler.cc",
1494 "ssl/ssl_error_handler.h",
1495 "ssl/ssl_manager.cc",
1496 "ssl/ssl_manager.h",
brettwb167c7332016-09-07 22:52:461497 "startup_task_runner.cc",
1498 "startup_task_runner.h",
1499 "storage_partition_impl.cc",
1500 "storage_partition_impl.h",
1501 "storage_partition_impl_map.cc",
1502 "storage_partition_impl_map.h",
1503 "streams/stream.cc",
1504 "streams/stream.h",
1505 "streams/stream_context.cc",
1506 "streams/stream_context.h",
1507 "streams/stream_handle_impl.cc",
1508 "streams/stream_handle_impl.h",
1509 "streams/stream_read_observer.h",
1510 "streams/stream_register_observer.h",
1511 "streams/stream_registry.cc",
1512 "streams/stream_registry.h",
1513 "streams/stream_url_request_job.cc",
1514 "streams/stream_url_request_job.h",
1515 "streams/stream_write_observer.h",
1516 "theme_helper_mac.h",
1517 "theme_helper_mac.mm",
ssideb549622017-03-29 21:46:001518 "tracing/background_memory_tracing_observer.cc",
1519 "tracing/background_memory_tracing_observer.h",
brettwb167c7332016-09-07 22:52:461520 "tracing/background_tracing_config_impl.cc",
1521 "tracing/background_tracing_config_impl.h",
1522 "tracing/background_tracing_manager_impl.cc",
1523 "tracing/background_tracing_manager_impl.h",
1524 "tracing/background_tracing_rule.cc",
1525 "tracing/background_tracing_rule.h",
1526 "tracing/etw_tracing_agent_win.cc",
1527 "tracing/etw_tracing_agent_win.h",
1528 "tracing/file_tracing_provider_impl.cc",
1529 "tracing/file_tracing_provider_impl.h",
1530 "tracing/trace_message_filter.cc",
1531 "tracing/trace_message_filter.h",
1532 "tracing/tracing_controller_impl.cc",
1533 "tracing/tracing_controller_impl.h",
1534 "tracing/tracing_controller_impl_data_sinks.cc",
1535 "tracing/tracing_ui.cc",
1536 "tracing/tracing_ui.h",
jamc1905862017-05-16 14:45:301537 "url_loader_factory_getter.cc",
1538 "url_loader_factory_getter.h",
brettwb167c7332016-09-07 22:52:461539 "utility_process_host_impl.cc",
1540 "utility_process_host_impl.h",
blundelle75a8f92017-03-27 08:11:171541 "wake_lock/wake_lock_context_host.cc",
1542 "wake_lock/wake_lock_context_host.h",
brettwb167c7332016-09-07 22:52:461543 "web_contents/aura/gesture_nav_simple.cc",
1544 "web_contents/aura/gesture_nav_simple.h",
1545 "web_contents/aura/overscroll_navigation_overlay.cc",
1546 "web_contents/aura/overscroll_navigation_overlay.h",
1547 "web_contents/aura/overscroll_window_animation.cc",
1548 "web_contents/aura/overscroll_window_animation.h",
1549 "web_contents/aura/overscroll_window_delegate.cc",
1550 "web_contents/aura/overscroll_window_delegate.h",
1551 "web_contents/aura/shadow_layer_delegate.cc",
1552 "web_contents/aura/shadow_layer_delegate.h",
mfomitchev06b846452017-07-25 23:39:091553 "web_contents/aura/types.cc",
1554 "web_contents/aura/types.h",
brettwb167c7332016-09-07 22:52:461555 "web_contents/web_contents_impl.cc",
1556 "web_contents/web_contents_impl.h",
1557 "web_contents/web_contents_view.h",
1558 "web_contents/web_contents_view_aura.cc",
1559 "web_contents/web_contents_view_aura.h",
1560 "web_contents/web_contents_view_child_frame.cc",
1561 "web_contents/web_contents_view_child_frame.h",
1562 "web_contents/web_contents_view_guest.cc",
1563 "web_contents/web_contents_view_guest.h",
1564 "web_contents/web_contents_view_mac.h",
1565 "web_contents/web_contents_view_mac.mm",
1566 "web_contents/web_drag_dest_mac.h",
1567 "web_contents/web_drag_dest_mac.mm",
1568 "web_contents/web_drag_source_mac.h",
1569 "web_contents/web_drag_source_mac.mm",
1570 "web_contents/web_drag_utils_win.cc",
1571 "web_contents/web_drag_utils_win.h",
kpaulhamus7c9f00942017-06-30 11:08:451572 "webauth/authenticator_impl.cc",
1573 "webauth/authenticator_impl.h",
yhirano4a593832016-10-24 18:58:221574 "websockets/websocket_handshake_request_info_impl.cc",
1575 "websockets/websocket_handshake_request_info_impl.h",
brettwb167c7332016-09-07 22:52:461576 "websockets/websocket_impl.cc",
1577 "websockets/websocket_impl.h",
1578 "websockets/websocket_manager.cc",
1579 "websockets/websocket_manager.h",
1580 "webui/content_web_ui_controller_factory.cc",
1581 "webui/content_web_ui_controller_factory.h",
1582 "webui/generic_handler.cc",
1583 "webui/generic_handler.h",
dschuyler613a1032016-12-15 19:22:351584 "webui/i18n_source_stream.cc",
1585 "webui/i18n_source_stream.h",
jam4374b952017-05-10 21:16:411586 "webui/network_error_url_loader.cc",
1587 "webui/network_error_url_loader.h",
brettwb167c7332016-09-07 22:52:461588 "webui/shared_resources_data_source.cc",
1589 "webui/shared_resources_data_source.h",
1590 "webui/url_data_manager.cc",
1591 "webui/url_data_manager.h",
1592 "webui/url_data_manager_backend.cc",
1593 "webui/url_data_manager_backend.h",
1594 "webui/url_data_source_impl.cc",
1595 "webui/url_data_source_impl.h",
1596 "webui/web_ui_controller_factory_registry.cc",
1597 "webui/web_ui_controller_factory_registry.h",
1598 "webui/web_ui_data_source_impl.cc",
1599 "webui/web_ui_data_source_impl.h",
1600 "webui/web_ui_impl.cc",
1601 "webui/web_ui_impl.h",
1602 "webui/web_ui_message_handler.cc",
jam8c4edd02017-05-06 18:50:331603 "webui/web_ui_url_loader_factory.cc",
1604 "webui/web_ui_url_loader_factory.h",
brettwb167c7332016-09-07 22:52:461605 "zygote_host/zygote_communication_linux.cc",
1606 "zygote_host/zygote_communication_linux.h",
1607 "zygote_host/zygote_handle_linux.cc",
1608 "zygote_host/zygote_host_impl_linux.cc",
1609 "zygote_host/zygote_host_impl_linux.h",
1610 ]
[email protected]743530f2014-06-12 19:38:501611
[email protected]4db51ec2014-05-29 21:08:321612 if (toolkit_views) {
1613 deps += [ "//ui/events" ]
1614 }
1615
bcwhite98900b02016-09-19 20:13:031616 # ChromeOS also defines linux but their memory-monitors conflict.
1617 if (is_chromeos) {
1618 sources += [
1619 "memory/memory_monitor_chromeos.cc",
1620 "memory/memory_monitor_chromeos.h",
1621 ]
1622 } else {
1623 sources += [
1624 "memory/memory_monitor_linux.cc",
1625 "memory/memory_monitor_linux.h",
1626 ]
1627 }
1628
brettw3c98c7d32017-07-25 01:44:201629 if (is_posix) {
morritad95714f2014-10-01 02:37:241630 sources += [
brettw3c98c7d32017-07-25 01:44:201631 "posix_file_descriptor_info_impl.cc",
1632 "posix_file_descriptor_info_impl.h",
morritad95714f2014-10-01 02:37:241633 ]
[email protected]4db51ec2014-05-29 21:08:321634 }
1635
vitalybuka93eea402014-11-05 23:47:151636 if (enable_basic_printing || enable_print_preview) {
[email protected]743530f2014-06-12 19:38:501637 deps += [ "//printing" ]
[email protected]4db51ec2014-05-29 21:08:321638 }
1639
jamb3c1195df2016-03-21 20:41:291640 if (!is_mac) {
[email protected]743530f2014-06-12 19:38:501641 deps += [ "//sandbox" ]
1642 }
jamb3c1195df2016-03-21 20:41:291643 if (!is_android) {
mohsenc8b9ca7e2017-02-14 05:39:411644 deps += [
Evan Stade619a89be2017-07-17 20:24:261645 "//components/vector_icons",
mohsenc8b9ca7e2017-02-14 05:39:411646 "//content/browser/tracing:resources",
mohsenc8b9ca7e2017-02-14 05:39:411647 ]
[email protected]743530f2014-06-12 19:38:501648 }
charlieab9973242016-02-02 16:22:161649 if ((use_udev && is_posix) || is_mac || is_win) {
1650 deps += [ "//tools/battor_agent:battor_agent_lib" ]
1651 sources += [
1652 "tracing/power_tracing_agent.cc",
1653 "tracing/power_tracing_agent.h",
1654 ]
1655 }
[email protected]743530f2014-06-12 19:38:501656
1657 if (enable_webrtc) {
brettwb167c7332016-09-07 22:52:461658 sources += [
1659 "renderer_host/media/peer_connection_tracker_host.cc",
1660 "renderer_host/media/peer_connection_tracker_host.h",
1661 "renderer_host/p2p/socket_dispatcher_host.cc",
1662 "renderer_host/p2p/socket_dispatcher_host.h",
1663 "renderer_host/p2p/socket_host.cc",
1664 "renderer_host/p2p/socket_host.h",
1665 "renderer_host/p2p/socket_host_tcp.cc",
1666 "renderer_host/p2p/socket_host_tcp.h",
1667 "renderer_host/p2p/socket_host_tcp_server.cc",
1668 "renderer_host/p2p/socket_host_tcp_server.h",
1669 "renderer_host/p2p/socket_host_throttler.cc",
1670 "renderer_host/p2p/socket_host_throttler.h",
1671 "renderer_host/p2p/socket_host_udp.cc",
1672 "renderer_host/p2p/socket_host_udp.h",
1673 "webrtc/webrtc_eventlog_host.cc",
1674 "webrtc/webrtc_eventlog_host.h",
1675 "webrtc/webrtc_internals.cc",
1676 "webrtc/webrtc_internals.h",
1677 "webrtc/webrtc_internals_message_handler.cc",
1678 "webrtc/webrtc_internals_message_handler.h",
1679 "webrtc/webrtc_internals_ui.cc",
1680 "webrtc/webrtc_internals_ui.h",
1681 "webrtc/webrtc_internals_ui_observer.h",
1682 ]
1683
brettwf94a6cd2016-01-28 23:57:291684 deps += [
1685 "//jingle:jingle_glue",
magjed828787a2016-12-06 16:05:001686 "//third_party/webrtc/media:rtc_media_base",
mbjorgecbac8082016-04-21 01:14:231687 "//third_party/webrtc/modules/desktop_capture:primitives",
juliatuttle95fe3cc52017-06-30 23:05:311688 "//third_party/webrtc/rtc_base:rtc_base",
brettwf94a6cd2016-01-28 23:57:291689 ]
[email protected]743530f2014-06-12 19:38:501690 }
1691
byungchulc164a2542017-01-11 18:18:261692 # Desktop screen capture implementations, conditionally built depending on
1693 # the available implementations for each platform.
miu32fb8992017-01-04 01:38:531694 if (is_linux || is_mac || is_win) {
1695 defines += [ "ENABLE_SCREEN_CAPTURE=1" ]
1696 sources += [
braveyao2f9c86302017-01-06 18:06:281697 "media/capture/cursor_renderer.cc",
miu32fb8992017-01-04 01:38:531698 "media/capture/cursor_renderer.h",
1699 "media/capture/web_contents_video_capture_device.cc",
1700 "media/capture/web_contents_video_capture_device.h",
1701 "media/capture/window_activity_tracker.cc",
1702 "media/capture/window_activity_tracker.h",
1703 ]
1704 if (use_aura) {
1705 sources += [
1706 "media/capture/aura_window_capture_machine.cc",
1707 "media/capture/aura_window_capture_machine.h",
1708 "media/capture/cursor_renderer_aura.cc",
1709 "media/capture/cursor_renderer_aura.h",
1710 "media/capture/desktop_capture_device_aura.cc",
1711 "media/capture/desktop_capture_device_aura.h",
1712 "media/capture/window_activity_tracker_aura.cc",
1713 "media/capture/window_activity_tracker_aura.h",
1714 ]
1715 }
1716 if (is_mac) {
1717 sources += [
1718 "media/capture/cursor_renderer_mac.h",
1719 "media/capture/cursor_renderer_mac.mm",
1720 "media/capture/window_activity_tracker_mac.h",
1721 "media/capture/window_activity_tracker_mac.mm",
1722 ]
kerrnel0f7a1922017-06-26 23:40:581723 deps += [ "//sandbox/mac:seatbelt" ]
miu32fb8992017-01-04 01:38:531724 }
byungchulc164a2542017-01-11 18:18:261725 if (enable_webrtc) {
1726 sources += [
1727 "media/capture/desktop_capture_device.cc",
1728 "media/capture/desktop_capture_device.h",
1729 ]
1730 deps += [ "//third_party/webrtc/modules/desktop_capture" ]
zijiehe96d69872017-07-25 21:32:321731 public_deps += [ "//third_party/webrtc_overrides:init_webrtc" ]
byungchulc164a2542017-01-11 18:18:261732 }
miu32fb8992017-01-04 01:38:531733 }
1734
[email protected]743530f2014-06-12 19:38:501735 if (is_win) {
[email protected]743530f2014-06-12 19:38:501736 defines += [
1737 # This prevents the inclusion of atlhost.h which paired
1738 # with the windows 8 sdk it does the wrong thing.
1739 "__ATLHOST_H__",
1740 ]
1741 deps += [
[email protected]bf94f9d2014-06-17 20:33:531742 "//third_party/iaccessible2",
1743 "//third_party/isimpledom",
[email protected]743530f2014-06-12 19:38:501744 ]
1745 libs += [
1746 "comctl32.lib",
1747 "dinput8.lib",
1748 "dwmapi.lib",
1749 "dxguid.lib",
jam6ce80492016-03-22 22:00:211750 "imm32.lib",
brettw44a5cf82015-04-08 19:48:221751 "oleacc.lib",
[email protected]743530f2014-06-12 19:38:501752 "portabledeviceguids.lib",
1753 ]
[email protected]743530f2014-06-12 19:38:501754 }
1755
[email protected]743530f2014-06-12 19:38:501756 if (use_udev) {
mcasas9d2063682016-02-11 22:12:391757 deps += [
1758 "//device/udev_linux",
mcasasf261a502016-02-26 23:40:331759 "//media/capture",
[email protected]743530f2014-06-12 19:38:501760 ]
1761 }
1762
1763 if (enable_plugins) {
brettwb167c7332016-09-07 22:52:461764 sources += [
1765 "../public/browser/plugin_service.h",
1766 "media/session/pepper_playback_observer.cc",
1767 "media/session/pepper_playback_observer.h",
1768 "media/session/pepper_player_delegate.cc",
1769 "media/session/pepper_player_delegate.h",
1770 "pepper_flash_settings_helper_impl.cc",
1771 "pepper_flash_settings_helper_impl.h",
1772 "plugin_content_origin_whitelist.cc",
1773 "plugin_content_origin_whitelist.h",
1774 "plugin_data_remover_impl.cc",
1775 "plugin_data_remover_impl.h",
1776 "plugin_private_storage_helper.cc",
1777 "plugin_private_storage_helper.h",
1778 "plugin_service_impl.cc",
1779 "plugin_service_impl.h",
1780 "ppapi_plugin_process_host.cc",
1781 "ppapi_plugin_process_host.h",
1782 "renderer_host/pepper/browser_ppapi_host_impl.cc",
1783 "renderer_host/pepper/browser_ppapi_host_impl.h",
1784 "renderer_host/pepper/content_browser_pepper_host_factory.cc",
1785 "renderer_host/pepper/content_browser_pepper_host_factory.h",
1786 "renderer_host/pepper/pepper_browser_font_singleton_host.cc",
1787 "renderer_host/pepper/pepper_browser_font_singleton_host.h",
1788 "renderer_host/pepper/pepper_external_file_ref_backend.cc",
1789 "renderer_host/pepper/pepper_external_file_ref_backend.h",
1790 "renderer_host/pepper/pepper_file_io_host.cc",
1791 "renderer_host/pepper/pepper_file_io_host.h",
1792 "renderer_host/pepper/pepper_file_ref_host.cc",
1793 "renderer_host/pepper/pepper_file_ref_host.h",
1794 "renderer_host/pepper/pepper_file_system_browser_host.cc",
1795 "renderer_host/pepper/pepper_file_system_browser_host.h",
1796 "renderer_host/pepper/pepper_flash_file_message_filter.cc",
1797 "renderer_host/pepper/pepper_flash_file_message_filter.h",
1798 "renderer_host/pepper/pepper_gamepad_host.cc",
1799 "renderer_host/pepper/pepper_gamepad_host.h",
1800 "renderer_host/pepper/pepper_host_resolver_message_filter.cc",
1801 "renderer_host/pepper/pepper_host_resolver_message_filter.h",
1802 "renderer_host/pepper/pepper_internal_file_ref_backend.cc",
1803 "renderer_host/pepper/pepper_internal_file_ref_backend.h",
1804 "renderer_host/pepper/pepper_lookup_request.h",
1805 "renderer_host/pepper/pepper_message_filter.cc",
1806 "renderer_host/pepper/pepper_message_filter.h",
1807 "renderer_host/pepper/pepper_network_monitor_host.cc",
1808 "renderer_host/pepper/pepper_network_monitor_host.h",
1809 "renderer_host/pepper/pepper_network_proxy_host.cc",
1810 "renderer_host/pepper/pepper_network_proxy_host.h",
1811 "renderer_host/pepper/pepper_print_settings_manager.cc",
1812 "renderer_host/pepper/pepper_print_settings_manager.h",
1813 "renderer_host/pepper/pepper_printing_host.cc",
1814 "renderer_host/pepper/pepper_printing_host.h",
1815 "renderer_host/pepper/pepper_renderer_connection.cc",
1816 "renderer_host/pepper/pepper_renderer_connection.h",
1817 "renderer_host/pepper/pepper_security_helper.cc",
1818 "renderer_host/pepper/pepper_security_helper.h",
1819 "renderer_host/pepper/pepper_socket_utils.cc",
1820 "renderer_host/pepper/pepper_socket_utils.h",
1821 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc",
1822 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.h",
1823 "renderer_host/pepper/pepper_tcp_socket_message_filter.cc",
1824 "renderer_host/pepper/pepper_tcp_socket_message_filter.h",
1825 "renderer_host/pepper/pepper_truetype_font.h",
1826 "renderer_host/pepper/pepper_truetype_font_android.cc",
1827 "renderer_host/pepper/pepper_truetype_font_host.cc",
1828 "renderer_host/pepper/pepper_truetype_font_host.h",
1829 "renderer_host/pepper/pepper_truetype_font_linux.cc",
1830 "renderer_host/pepper/pepper_truetype_font_list.h",
1831 "renderer_host/pepper/pepper_truetype_font_list_android.cc",
1832 "renderer_host/pepper/pepper_truetype_font_list_host.cc",
1833 "renderer_host/pepper/pepper_truetype_font_list_host.h",
1834 "renderer_host/pepper/pepper_truetype_font_list_mac.mm",
1835 "renderer_host/pepper/pepper_truetype_font_list_ozone.cc",
1836 "renderer_host/pepper/pepper_truetype_font_list_pango.cc",
1837 "renderer_host/pepper/pepper_truetype_font_list_win.cc",
1838 "renderer_host/pepper/pepper_truetype_font_mac.mm",
1839 "renderer_host/pepper/pepper_truetype_font_win.cc",
1840 "renderer_host/pepper/pepper_udp_socket_message_filter.cc",
1841 "renderer_host/pepper/pepper_udp_socket_message_filter.h",
1842 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.cc",
1843 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.h",
1844 "renderer_host/pepper/quota_reservation.cc",
1845 "renderer_host/pepper/quota_reservation.h",
1846 "renderer_host/pepper/ssl_context_helper.cc",
1847 "renderer_host/pepper/ssl_context_helper.h",
1848 ]
[email protected]743530f2014-06-12 19:38:501849 deps += [
tmoniuszko6cddaa92015-06-10 07:51:341850 "//ppapi/host",
scottmg3cab0ba2017-01-25 18:34:161851 "//ppapi/proxy:common",
brettwf7eb6ca2015-02-14 01:37:311852 "//ppapi/proxy:ipc",
1853 "//ppapi/shared_impl",
[email protected]743530f2014-06-12 19:38:501854 ]
1855 if (!use_ozone || use_pango) {
1856 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_ozone.cc" ]
1857 }
[email protected]c528d872014-06-27 03:17:161858 if (!use_pango) {
1859 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_pango.cc" ]
1860 }
[email protected]743530f2014-06-12 19:38:501861 }
1862
shreeram.k792fba032015-07-20 11:43:371863 if (use_atk) {
brettwb167c7332016-09-07 22:52:461864 sources += [
1865 "accessibility/accessibility_tree_formatter_auralinux.cc",
1866 "accessibility/browser_accessibility_auralinux.cc",
1867 "accessibility/browser_accessibility_auralinux.h",
1868 "accessibility/browser_accessibility_manager_auralinux.cc",
1869 "accessibility/browser_accessibility_manager_auralinux.h",
1870 ]
shreeram.k792fba032015-07-20 11:43:371871
mostynb902b5282016-08-17 23:01:001872 configs += [ "//build/config/linux/atk" ]
mostynbebc6e122016-07-28 08:53:411873
1874 if (use_gconf) {
1875 configs += [ "//build/config/linux/gconf" ]
1876 }
1877
1878 if (use_glib) {
1879 configs += [ "//build/config/linux:glib" ]
1880 }
shreeram.k792fba032015-07-20 11:43:371881 }
1882
[email protected]743530f2014-06-12 19:38:501883 if (is_linux && use_aura) {
rchfd3053f22017-06-08 22:34:151884 deps += [ "//third_party/fontconfig" ]
[email protected]743530f2014-06-12 19:38:501885 }
1886
1887 if (use_x11) {
1888 configs += [ "//build/config/linux:x11" ]
jamesr4359db72015-01-21 12:40:001889 deps += [ "//ui/gfx/x" ]
cmasonedb5203e2014-09-11 18:18:381890 }
1891
[email protected]743530f2014-06-12 19:38:501892 if (use_pango) {
agrieve95ba4442016-04-25 15:47:131893 configs += [ "//build/config/linux/pangocairo" ]
[email protected]743530f2014-06-12 19:38:501894 }
1895
1896 if (is_android) {
brettwb167c7332016-09-07 22:52:461897 sources += [
1898 "accessibility/accessibility_tree_formatter_android.cc",
1899 "accessibility/browser_accessibility_android.cc",
1900 "accessibility/browser_accessibility_android.h",
1901 "accessibility/browser_accessibility_manager_android.cc",
1902 "accessibility/browser_accessibility_manager_android.h",
Jinsuk Kimc6c1d15d2017-06-13 08:19:261903 "accessibility/web_contents_accessibility_android.cc",
1904 "accessibility/web_contents_accessibility_android.h",
brettwb167c7332016-09-07 22:52:461905 "android/composited_touch_handle_drawable.cc",
1906 "android/composited_touch_handle_drawable.h",
Jinsuk Kim447a71992017-07-16 18:17:411907 "android/content_view_core.cc",
1908 "android/content_view_core.h",
1909 "android/content_view_core_observer.h",
brettwb167c7332016-09-07 22:52:461910 "android/content_view_render_view.cc",
1911 "android/content_view_render_view.h",
1912 "android/content_view_statics.cc",
brettwb167c7332016-09-07 22:52:461913 "android/date_time_chooser_android.cc",
1914 "android/date_time_chooser_android.h",
1915 "android/gesture_event_type.h",
jinsukkim48f82db72017-04-05 04:10:261916 "android/ime_adapter_android.cc",
1917 "android/ime_adapter_android.h",
brettwb167c7332016-09-07 22:52:461918 "android/interstitial_page_delegate_android.cc",
1919 "android/interstitial_page_delegate_android.h",
1920 "android/java/gin_java_bound_object.cc",
1921 "android/java/gin_java_bound_object.h",
1922 "android/java/gin_java_bound_object_delegate.cc",
1923 "android/java/gin_java_bound_object_delegate.h",
1924 "android/java/gin_java_bridge_dispatcher_host.cc",
1925 "android/java/gin_java_bridge_dispatcher_host.h",
1926 "android/java/gin_java_bridge_message_filter.cc",
1927 "android/java/gin_java_bridge_message_filter.h",
1928 "android/java/gin_java_method_invocation_helper.cc",
1929 "android/java/gin_java_method_invocation_helper.h",
1930 "android/java/gin_java_script_to_java_types_coercion.cc",
1931 "android/java/gin_java_script_to_java_types_coercion.h",
1932 "android/java/java_bridge_thread.cc",
1933 "android/java/java_bridge_thread.h",
1934 "android/java/java_method.cc",
1935 "android/java/java_method.h",
1936 "android/java/java_type.cc",
1937 "android/java/java_type.h",
1938 "android/java/jni_helper.cc",
1939 "android/java/jni_helper.h",
1940 "android/load_url_params.cc",
blundellf5316fc2017-05-15 11:49:031941 "android/nfc_host.cc",
1942 "android/nfc_host.h",
brettwb167c7332016-09-07 22:52:461943 "android/overscroll_controller_android.cc",
1944 "android/overscroll_controller_android.h",
jinsukkim7e377432017-04-18 08:52:521945 "android/render_widget_host_connector.cc",
1946 "android/render_widget_host_connector.h",
jinsukkim3fbb94e2017-04-25 11:42:401947 "android/selection_popup_controller.cc",
1948 "android/selection_popup_controller.h",
timav051c2fc2017-05-10 18:08:031949 "android/smart_selection_client.cc",
1950 "android/smart_selection_client.h",
boliu22557972016-10-25 16:08:291951 "android/synchronous_compositor_browser_filter.cc",
1952 "android/synchronous_compositor_browser_filter.h",
brettwb167c7332016-09-07 22:52:461953 "android/synchronous_compositor_host.cc",
1954 "android/synchronous_compositor_host.h",
brettwb167c7332016-09-07 22:52:461955 "android/tracing_controller_android.cc",
1956 "android/tracing_controller_android.h",
1957 "android/web_contents_observer_proxy.cc",
1958 "android/web_contents_observer_proxy.h",
rob.buis300b0872017-03-10 20:43:581959 "frame_host/render_frame_host_android.cc",
1960 "frame_host/render_frame_host_android.h",
brettwb167c7332016-09-07 22:52:461961 "media/capture/screen_capture_device_android.cc",
1962 "media/capture/screen_capture_device_android.h",
1963 "renderer_host/compositor_impl_android.cc",
1964 "renderer_host/compositor_impl_android.h",
brettwb167c7332016-09-07 22:52:461965 "renderer_host/input/synthetic_gesture_target_android.cc",
1966 "renderer_host/input/synthetic_gesture_target_android.h",
W. James MacLean12ba7972017-07-08 01:58:261967 "renderer_host/input/touch_selection_controller_client_manager_android.cc",
1968 "renderer_host/input/touch_selection_controller_client_manager_android.h",
brettwb167c7332016-09-07 22:52:461969 "renderer_host/native_web_keyboard_event_android.cc",
1970 "renderer_host/render_widget_host_view_android.cc",
1971 "renderer_host/render_widget_host_view_android.h",
1972 "screen_orientation/screen_orientation_delegate_android.cc",
1973 "screen_orientation/screen_orientation_delegate_android.h",
brettwb167c7332016-09-07 22:52:461974 "web_contents/web_contents_android.cc",
1975 "web_contents/web_contents_android.h",
1976 "web_contents/web_contents_view_android.cc",
1977 "web_contents/web_contents_view_android.h",
1978 ]
bashi4159f36e2017-05-01 01:18:511979
1980 set_sources_assignment_filter([])
1981 sources += [
Scott Haseley7a02fce2017-08-01 21:55:011982 "memory/swap_metrics_driver_impl_linux.cc",
1983 "memory/swap_metrics_driver_impl_linux.h",
bashi4159f36e2017-05-01 01:18:511984 ]
1985 set_sources_assignment_filter(sources_assignment_filter)
1986
[email protected]743530f2014-06-12 19:38:501987 sources -= [
[email protected]743530f2014-06-12 19:38:501988 "browser_ipc_logging.cc",
zqzhanga2147f82016-10-18 22:53:261989 "media/session/audio_focus_delegate_default.cc",
zqzhangd36b5ce2016-09-30 17:29:341990 "media/session/audio_focus_manager.cc",
1991 "media/session/audio_focus_manager.h",
[email protected]743530f2014-06-12 19:38:501992 "tracing/tracing_ui.cc",
1993 "tracing/tracing_ui.h",
brettw24746e52016-12-07 04:26:171994 ]
brettw24746e52016-12-07 04:26:171995 deps += [
1996 "//content/public/android:jni",
1997 "//media",
1998 "//media/capture/content/android",
1999 "//media/capture/video/android",
brettw24746e52016-12-07 04:26:172000 "//ui/android",
2001 ]
miu32fb8992017-01-04 01:38:532002 defines += [
2003 "APPCACHE_USE_SIMPLE_CACHE",
2004 "ENABLE_SCREEN_CAPTURE=1",
2005 ]
brettw24746e52016-12-07 04:26:172006 libs += [ "jnigraphics" ]
2007 } else {
2008 # Not Android.
2009 sources += [
chenwilliame88d8362017-03-21 02:34:302010 # Devtools frontend not included in Android
2011 "devtools/devtools_frontend_host_impl.cc",
2012 "devtools/devtools_frontend_host_impl.h",
mcnee336ea2c2017-05-23 22:50:592013 "host_zoom_level_context.cc",
2014 "host_zoom_level_context.h",
2015 "host_zoom_map_impl.cc",
2016 "host_zoom_map_impl.h",
2017 "host_zoom_map_observer.cc",
2018 "host_zoom_map_observer.h",
chenwilliame88d8362017-03-21 02:34:302019
brettw24746e52016-12-07 04:26:172020 # Most speech code is non-Android.
[email protected]743530f2014-06-12 19:38:502021 "speech/audio_buffer.cc",
2022 "speech/audio_buffer.h",
2023 "speech/audio_encoder.cc",
2024 "speech/audio_encoder.h",
2025 "speech/chunked_byte_buffer.cc",
2026 "speech/chunked_byte_buffer.h",
2027 "speech/endpointer/endpointer.cc",
2028 "speech/endpointer/endpointer.h",
2029 "speech/endpointer/energy_endpointer.cc",
2030 "speech/endpointer/energy_endpointer.h",
2031 "speech/endpointer/energy_endpointer_params.cc",
2032 "speech/endpointer/energy_endpointer_params.h",
[email protected]743530f2014-06-12 19:38:502033 "speech/speech_recognition_engine.cc",
2034 "speech/speech_recognition_engine.h",
2035 "speech/speech_recognizer_impl.cc",
2036 "speech/speech_recognizer_impl.h",
2037 ]
brettw24746e52016-12-07 04:26:172038 deps += [ "//third_party/flac" ]
[email protected]743530f2014-06-12 19:38:502039 }
2040
2041 if (is_mac) {
jiangj2bd42fd2015-04-18 13:29:062042 deps += [
rsesek02aa51c2016-05-11 02:13:572043 "//media",
jiangj2bd42fd2015-04-18 13:29:062044 "//sandbox/mac:sandbox",
2045 "//third_party/mozilla",
jiangj2bd42fd2015-04-18 13:29:062046 "//ui/accelerated_widget_mac",
2047 ]
rsesek02aa51c2016-05-11 02:13:572048 libs += [
2049 "Carbon.framework",
2050 "QuartzCore.framework",
2051 "IOSurface.framework",
2052 ]
[email protected]743530f2014-06-12 19:38:502053 }
2054
2055 if (is_chromeos) {
mukai2dc70ed32014-10-29 01:01:432056 deps += [
2057 "//chromeos",
2058 "//chromeos:power_manager_proto",
2059 ]
[email protected]743530f2014-06-12 19:38:502060 }
2061
2062 if (use_aura) {
2063 deps += [
ben6b0453d12016-07-02 04:27:192064 "//services/ui/public/cpp",
2065 "//services/ui/public/interfaces",
[email protected]743530f2014-06-12 19:38:502066 "//ui/aura",
mohsen166a9182015-02-09 18:19:092067 "//ui/aura_extra",
[email protected]743530f2014-06-12 19:38:502068 "//ui/strings",
James Robinson060f2e32014-09-10 22:31:372069 "//ui/wm",
Thiago Farina3b086a02017-05-30 22:32:502070 "//ui/wm/public",
[email protected]743530f2014-06-12 19:38:502071 ]
rjkroegec109de612015-11-19 01:40:472072 sources += [
sky52a39e342016-12-17 17:23:222073 "renderer_host/delegated_frame_host_client_aura.cc",
2074 "renderer_host/delegated_frame_host_client_aura.h",
jonross2843ae362016-10-21 16:48:232075 "renderer_host/render_widget_host_view_event_handler.cc",
2076 "renderer_host/render_widget_host_view_event_handler.h",
rjkroegec109de612015-11-19 01:40:472077 ]
[email protected]743530f2014-06-12 19:38:502078 } else { # Not aura.
2079 sources -= [
[email protected]c528d872014-06-27 03:17:162080 "renderer_host/input/synthetic_gesture_target_aura.cc",
2081 "renderer_host/input/synthetic_gesture_target_aura.h",
mohsenb0eeba72015-08-09 06:20:082082 "renderer_host/input/touch_selection_controller_client_aura.cc",
2083 "renderer_host/input/touch_selection_controller_client_aura.h",
[email protected]c528d872014-06-27 03:17:162084 "renderer_host/native_web_keyboard_event_aura.cc",
[email protected]743530f2014-06-12 19:38:502085 "renderer_host/render_widget_host_view_aura.cc",
2086 "renderer_host/render_widget_host_view_aura.h",
[email protected]c528d872014-06-27 03:17:162087 "web_contents/aura/gesture_nav_simple.cc",
2088 "web_contents/aura/gesture_nav_simple.h",
[email protected]c528d872014-06-27 03:17:162089 "web_contents/aura/overscroll_navigation_overlay.cc",
2090 "web_contents/aura/overscroll_navigation_overlay.h",
nsatragnoc0b2fa52015-04-09 22:30:512091 "web_contents/aura/overscroll_window_animation.cc",
2092 "web_contents/aura/overscroll_window_animation.h",
2093 "web_contents/aura/overscroll_window_delegate.cc",
2094 "web_contents/aura/overscroll_window_delegate.h",
[email protected]c528d872014-06-27 03:17:162095 "web_contents/aura/shadow_layer_delegate.cc",
2096 "web_contents/aura/shadow_layer_delegate.h",
[email protected]c528d872014-06-27 03:17:162097 "web_contents/web_contents_view_aura.cc",
2098 "web_contents/web_contents_view_aura.h",
[email protected]743530f2014-06-12 19:38:502099 ]
2100 }
2101
2102 if (use_aura || is_mac) {
brettwb167c7332016-09-07 22:52:462103 sources += [
2104 "compositor/browser_compositor_output_surface.cc",
2105 "compositor/browser_compositor_output_surface.h",
2106 "compositor/gpu_browser_compositor_output_surface.cc",
2107 "compositor/gpu_browser_compositor_output_surface.h",
2108 "compositor/gpu_output_surface_mac.h",
2109 "compositor/gpu_output_surface_mac.mm",
2110 "compositor/gpu_process_transport_factory.cc",
2111 "compositor/gpu_process_transport_factory.h",
2112 "compositor/gpu_surfaceless_browser_compositor_output_surface.cc",
2113 "compositor/gpu_surfaceless_browser_compositor_output_surface.h",
stanisc49501732017-02-22 22:51:562114 "compositor/gpu_vsync_begin_frame_source.cc",
2115 "compositor/gpu_vsync_begin_frame_source.h",
brettwb167c7332016-09-07 22:52:462116 "compositor/image_transport_factory.cc",
2117 "compositor/image_transport_factory.h",
2118 "compositor/offscreen_browser_compositor_output_surface.cc",
2119 "compositor/offscreen_browser_compositor_output_surface.h",
2120 "compositor/owned_mailbox.cc",
2121 "compositor/owned_mailbox.h",
2122 "compositor/reflector_impl.cc",
2123 "compositor/reflector_impl.h",
2124 "compositor/reflector_texture.cc",
2125 "compositor/reflector_texture.h",
2126 "compositor/software_browser_compositor_output_surface.cc",
2127 "compositor/software_browser_compositor_output_surface.h",
2128 "compositor/software_output_device_mac.h",
2129 "compositor/software_output_device_mac.mm",
2130 "compositor/software_output_device_ozone.cc",
2131 "compositor/software_output_device_ozone.h",
2132 "compositor/software_output_device_win.cc",
2133 "compositor/software_output_device_win.h",
2134 "compositor/software_output_device_x11.cc",
2135 "compositor/software_output_device_x11.h",
2136 "context_factory.cc",
2137 "renderer_host/browser_compositor_view_mac.h",
2138 "renderer_host/browser_compositor_view_mac.mm",
danakjea89dd542017-03-29 23:30:472139 "renderer_host/compositor_resize_lock.cc",
2140 "renderer_host/compositor_resize_lock.h",
brettwb167c7332016-09-07 22:52:462141 "renderer_host/delegated_frame_host.cc",
2142 "renderer_host/delegated_frame_host.h",
brettwb167c7332016-09-07 22:52:462143 ]
sohan.jyoti86c41c72016-04-26 15:33:202144 if (enable_vulkan) {
2145 sources += [
2146 "compositor/vulkan_browser_compositor_output_surface.cc",
2147 "compositor/vulkan_browser_compositor_output_surface.h",
2148 ]
2149 }
[email protected]886323c2014-06-14 20:34:162150 if (!use_x11) {
2151 sources -= [
2152 "compositor/software_output_device_x11.cc",
2153 "compositor/software_output_device_x11.h",
2154 ]
2155 }
[email protected]743530f2014-06-12 19:38:502156
[email protected]b1867c92014-08-13 00:22:042157 if (!use_ozone) {
2158 sources -= [
[email protected]b1867c92014-08-13 00:22:042159 "compositor/software_output_device_ozone.cc",
2160 "compositor/software_output_device_ozone.h",
2161 ]
2162 }
samans72b2a282016-12-17 02:44:152163 deps += [
Fady Samuele4786072017-07-24 20:03:382164 "//components/viz/service",
samans72b2a282016-12-17 02:44:152165 "//ui/compositor",
2166 ]
[email protected]604b1272014-07-24 11:27:532167 }
2168
cmasonedb5203e2014-09-11 18:18:382169 if (is_linux && use_dbus) {
ppi2438a3e2014-10-28 21:55:102170 deps += [ "//dbus" ]
[email protected]743530f2014-06-12 19:38:502171 }
cjhopman2fd48fd2014-09-24 00:52:562172
davidbenee55ed442015-10-02 17:06:112173 if (is_linux) {
davidbenb983d4b2015-01-07 16:39:442174 deps += [ "//third_party/boringssl" ]
2175 }
xhwange6117332015-01-28 08:51:162176
jbroman79c079be2016-04-20 00:17:272177 if (use_ozone) {
2178 deps += [ "//ui/ozone" ]
2179 }
pimana333e3d2016-04-27 02:37:252180
ochangdd89a1e2016-06-08 16:39:012181 if (enable_ipc_fuzzer) {
2182 configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
2183 }
kojii30add38f2016-07-14 02:10:322184
2185 if (use_minikin_hyphenation) {
2186 sources += [
2187 "hyphenation/hyphenation_impl.cc",
2188 "hyphenation/hyphenation_impl.h",
2189 ]
kojii30add38f2016-07-14 02:10:322190 }
[email protected]4db51ec2014-05-29 21:08:322191}
ben66696d12016-03-08 17:48:002192
Tim Brown07e062e82017-06-26 19:38:032193buildflag_header("accessibility_flags") {
2194 header = "accessibility_flags.h"
2195 header_dir = "content/browser/accessibility"
2196 flags = [ "USE_ATK=$use_atk" ]
2197}
2198
brettwb78fc9e2016-03-25 21:02:512199# See comment at the top of //content/BUILD.gn for how this works.
2200group("for_content_tests") {
2201 visibility = [ "//content/test/*" ]
2202 if (!is_component_build) {
2203 public_deps = [
2204 ":browser",
2205 ]
jam447407fb2016-05-06 17:57:402206 } else {
2207 public_deps = [
2208 "//third_party/leveldatabase",
2209 ]
brettwb78fc9e2016-03-25 21:02:512210 }
2211}