blob: b015b97ac3002abb5e4ed7ead4bbeae824a10d09 [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")
Nico Weber8e559562017-10-03 01:25:267import("//build/config/linux/pangocairo/pangocairo.gni")
[email protected]4db51ec2014-05-29 21:08:328import("//build/config/ui.gni")
qyearsleydb0a34872017-03-14 03:24:319import("//gpu/vulkan/features.gni")
cjhopman2fd48fd2014-09-24 00:52:5610import("//media/media_options.gni")
brettw4b461082016-11-19 18:55:1611import("//ppapi/features/features.gni")
Brett Wilson65f951c2016-11-03 22:06:1212import("//printing/features/features.gni")
brettw2cf0a692016-11-11 23:14:1213import("//third_party/WebKit/public/public_features.gni")
ochangdd89a1e2016-06-08 16:39:0114import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
[email protected]4db51ec2014-05-29 21:08:3215
16source_set("browser") {
Brett Wilson8f1323042014-09-11 16:58:5617 # Only the public target should depend on this. All other targets (even
18 # internal content ones) should depend on the public one.
brettwb78fc9e2016-03-25 21:02:5119 visibility = [
20 ":for_content_tests", # See top of //content/BUILD.gn for why.
jamce6dd2112017-02-15 19:31:4221 "//content/app:*",
brettwb78fc9e2016-03-25 21:02:5122 "//content/public/browser:browser_sources",
23 ]
[email protected]4db51ec2014-05-29 21:08:3224
ben3f5f9992015-11-19 10:38:3025 configs += [
26 "//build/config:precompiled_headers",
jamb3c1195df2016-03-21 20:41:2927 "//content:content_implementation",
jamb3c1195df2016-03-21 20:41:2928 "//v8:external_startup_data",
ben3f5f9992015-11-19 10:38:3029 ]
[email protected]743530f2014-06-12 19:38:5030 defines = []
31 libs = []
32 ldflags = []
[email protected]97865022014-06-13 23:18:0433
[email protected]4db51ec2014-05-29 21:08:3234 deps = [
35 "//base",
[email protected]22fe91d2014-08-12 17:07:1236 "//base:base_static",
brettwc15ed732016-03-21 23:14:2937 "//base/third_party/dynamic_annotations",
jamb3c1195df2016-03-21 20:41:2938 "//cc",
loyso3dd20892016-11-22 07:11:0139 "//cc/animation",
enne34f6084c2017-02-02 22:39:0840 "//cc/paint",
penghuangd81c1a62016-11-02 20:06:0641 "//components/discardable_memory/common",
42 "//components/discardable_memory/service",
jamb3c1195df2016-03-21 20:41:2943 "//components/filesystem:lib",
44 "//components/leveldb:lib",
mek9b28f422016-05-13 21:46:2345 "//components/link_header_util",
dalecurtis4a9839a2017-05-04 23:40:4746 "//components/metrics",
xunjielia5925442017-05-08 20:01:4447 "//components/metrics:single_sample_metrics",
mmenke68a50212017-06-12 20:20:3148 "//components/network_session_configurator/browser",
Jian Lie1603262017-07-08 00:15:0049 "//components/offline_pages/core/request_header",
50 "//components/offline_pages/features:features",
nzolghadrd87a308d2016-12-07 15:45:5651 "//components/rappor",
brettwc15ed732016-03-21 23:14:2952 "//components/tracing",
53 "//components/tracing:startup_tracing",
rsleevi24f64dc22015-08-07 21:39:2154 "//components/url_formatter",
altimin56bb594b2016-11-09 19:45:1755 "//components/variations",
Saman Samid9e178502017-09-28 04:54:0056 "//components/viz/client",
danakj8d87b632017-06-27 20:34:3557 "//components/viz/common",
kylecharcb5882d2017-06-05 13:41:3458 "//components/viz/host",
Fady Samuel279f5f02017-06-14 23:23:0059 "//components/viz/service",
[email protected]d28b3cb82014-05-31 04:46:1860 "//content:resources",
jamb3c1195df2016-03-21 20:41:2961 "//content/app/resources",
62 "//content/app/strings",
John Mellore8df3482017-09-06 19:00:5863 "//content/browser/background_fetch:background_fetch_proto",
jkarlin34ee23cf2015-03-26 13:58:5064 "//content/browser/background_sync:background_sync_proto",
jsbell279efb42015-03-31 17:02:4665 "//content/browser/cache_storage:cache_storage_proto",
alexclarke79a55e42017-05-11 11:38:2066 "//content/browser/devtools:devtools_resources",
dgozmandc4d41722016-11-15 22:40:5667 "//content/browser/devtools:protocol_sources",
meke722a7c2016-12-29 19:05:0368 "//content/browser/dom_storage:local_storage_proto",
peter05cb4db2015-03-13 14:33:3869 "//content/browser/notifications:notification_proto",
jinho.bang5c1f7a2932016-11-18 05:29:1470 "//content/browser/payments:payment_app_proto",
jkarlind678ae4b2015-01-27 15:04:5371 "//content/browser/service_worker:service_worker_proto",
[email protected]b506cdf2014-06-09 17:13:2172 "//content/browser/speech/proto",
brettwb78fc9e2016-03-25 21:02:5173 "//content/common",
thakis18e426412017-03-15 12:06:3774 "//content/common:features",
chiniforooshan614d70a2017-03-17 01:19:3375 "//content/common:mojo_bindings",
Matt Menkeb83ae722017-08-05 01:04:4976 "//content/network:network_sources",
Brett Wilson8f1323042014-09-11 16:58:5677 "//content/public/common:common_sources",
[email protected]4db51ec2014-05-29 21:08:3278 "//crypto",
jamb3c1195df2016-03-21 20:41:2979 "//device/bluetooth",
bajonesb9bb4c42016-07-07 00:10:5180 "//device/gamepad",
lethalantidote893681c2016-09-13 19:36:3181 "//device/geolocation",
mcasas8720394f2016-08-03 22:42:3882 "//device/geolocation/public/interfaces",
leon.han552e9de2017-02-09 14:37:3083 "//device/screen_orientation/public/interfaces",
Ken Rockotfe0424e72017-05-13 02:29:0884 "//device/vr:mojo_bindings",
[email protected]44a5a362014-05-30 20:01:5185 "//google_apis",
brettwc15ed732016-03-21 23:14:2986 "//gpu",
87 "//gpu/command_buffer/client:gles2_implementation",
jbroman84ba6842016-04-28 00:34:5088 "//gpu/command_buffer/client:gles2_interface",
sadrul6a769422016-12-08 04:54:3289 "//gpu/ipc/host",
qyearsleydb0a34872017-03-14 03:24:3190 "//gpu/vulkan:features",
brettwc15ed732016-03-21 23:14:2991 "//media",
Xiaohan Wang3a2df1e2017-07-24 18:34:4492 "//media:media_features",
mcasase40d7522016-06-21 16:11:4093 "//media/capture",
mcasasbf362942016-11-29 03:44:1394 "//media/capture/mojo:image_capture",
jbroman79c079be2016-04-20 00:17:2795 "//media/gpu/ipc/client",
brettwc15ed732016-03-21 23:14:2996 "//media/midi",
sammc64324c3a2017-01-05 00:40:1597 "//media/midi:mojo",
xhwangdb24d602017-05-20 06:32:2498 "//media/mojo:features",
bendd157e1a2016-07-22 03:15:5799 "//media/mojo/interfaces",
Xiaohan Wang3fcfc152017-07-06 00:51:55100 "//media/mojo/interfaces:constants",
maxmorin2781f5ff2017-04-04 08:29:41101 "//media/mojo/services",
rockotb814a582015-06-05 00:30:52102 "//mojo/common",
amistrycafcdff2016-06-17 03:33:48103 "//mojo/edk/system",
rockot85dce0862015-11-13 01:33:59104 "//mojo/public/cpp/bindings",
jamb3c1195df2016-03-21 20:41:29105 "//mojo/public/js",
[email protected]4db51ec2014-05-29 21:08:32106 "//net",
rohitrao1860223c2015-05-16 01:07:14107 "//net:extras",
pfeldman10628762016-09-08 07:59:26108 "//net:http_server",
brettwc5fcdd02016-10-12 07:25:12109 "//ppapi/features",
Brett Wilson65f951c2016-11-03 22:06:12110 "//printing/features",
jcivellidad0cef2017-02-16 18:38:59111 "//services/catalog:constants",
112 "//services/catalog/public/cpp",
benaabad0b2016-11-16 23:54:17113 "//services/catalog/public/interfaces:constants",
gogeraldd8c5af342017-06-14 02:22:36114 "//services/data_decoder/public/cpp",
rockote0437032017-03-25 02:49:00115 "//services/data_decoder/public/interfaces",
blundell372d47d282016-11-01 01:34:30116 "//services/device:lib",
Yuzhu Shen28029732017-07-14 21:20:37117 "//services/device/public/cpp:device_features",
leon.han02ed4aeb2017-05-23 06:33:33118 "//services/device/public/interfaces",
Yuzhu Shen28029732017-07-14 21:20:37119 "//services/device/public/interfaces:generic_sensor",
ben768c8dc2016-08-12 00:26:50120 "//services/file:lib",
ben768c8dc2016-08-12 00:26:50121 "//services/file/public/interfaces",
Mounir Lamourifd9dcefa2017-07-06 10:26:55122 "//services/metrics/public/cpp:metrics_cpp",
Marijn Kruisselbrink9c36621a2017-08-12 03:36:22123 "//services/network/public/cpp",
124 "//services/network/public/interfaces",
chiniforooshan6e4c5072017-03-17 07:56:56125 "//services/resource_coordinator:lib",
oysteine8c8d3b702017-05-18 15:18:17126 "//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
Ehsan Chiniforooshanc77b44e2017-10-10 18:12:10127 "//services/resource_coordinator/tracing:lib",
rockot734fb662016-10-15 16:41:30128 "//services/service_manager",
rockot60d92c22017-03-21 06:35:23129 "//services/service_manager/embedder",
rockot734fb662016-10-15 16:41:30130 "//services/service_manager/public/cpp",
131 "//services/service_manager/public/interfaces",
132 "//services/service_manager/runner/common",
133 "//services/service_manager/runner/host:lib",
xianglu6dd8f462017-01-25 04:30:41134 "//services/shape_detection:lib",
135 "//services/shape_detection/public/interfaces",
sadrul6c5aed8c2017-01-11 23:11:44136 "//services/ui/gpu/interfaces",
sadrul85cc5d82016-12-20 03:37:41137 "//services/ui/public/cpp/gpu",
chfremer70b40e5122017-05-23 15:13:57138 "//services/video_capture/public/cpp",
139 "//services/video_capture/public/interfaces:constants",
Christian Fremereyb43741a2017-07-06 00:46:46140 "//services/video_capture/public/uma",
[email protected]4db51ec2014-05-29 21:08:32141 "//skia",
142 "//sql",
jamb3c1195df2016-03-21 20:41:29143 "//storage/browser",
144 "//storage/common",
Kinuko Yasuda74702f92017-07-31 03:27:53145 "//third_party/WebKit/common:blink_common",
fsamuel9cf7bdf2015-11-20 02:19:32146 "//third_party/WebKit/public:blink_headers",
brettw2cf0a692016-11-11 23:14:12147 "//third_party/WebKit/public:features",
juncai30a0e932016-05-11 00:09:51148 "//third_party/WebKit/public:mojo_bindings",
jamb3c1195df2016-03-21 20:41:29149 "//third_party/WebKit/public:resources",
Becca Hughes68e47c32017-08-07 11:15:57150 "//third_party/WebKit/public:scaled_resources",
jbroman79c079be2016-04-20 00:17:27151 "//third_party/angle:angle_common",
alexclarke79a55e42017-05-11 11:38:20152 "//third_party/brotli:dec",
jamb3c1195df2016-03-21 20:41:29153 "//third_party/icu",
jamb3c1195df2016-03-21 20:41:29154 "//third_party/libyuv",
[email protected]4db51ec2014-05-29 21:08:32155 "//third_party/re2",
[email protected]4db51ec2014-05-29 21:08:32156 "//third_party/zlib",
Thiago Farinad8a8a072017-05-19 18:41:48157 "//third_party/zlib/google:compression_utils",
158 "//third_party/zlib/google:zip",
[email protected]4db51ec2014-05-29 21:08:32159 "//ui/accessibility",
160 "//ui/accessibility:ax_gen",
[email protected]52140d882014-05-30 19:22:40161 "//ui/base",
spang1c36fac2015-02-05 19:55:12162 "//ui/base/ime",
robliao8d63729c2016-03-29 17:49:47163 "//ui/display",
dcastagna0a50f642016-08-10 20:12:22164 "//ui/display/types",
[email protected]4db51ec2014-05-29 21:08:32165 "//ui/events",
166 "//ui/events:gesture_detection",
jamb3c1195df2016-03-21 20:41:29167 "//ui/events/blink",
alexis.menardb12ba342017-04-15 09:01:19168 "//ui/events/devices",
[email protected]4db51ec2014-05-29 21:08:32169 "//ui/gfx",
chrishtrbdbe3182017-03-15 15:15:43170 "//ui/gfx/animation",
[email protected]4db51ec2014-05-29 21:08:32171 "//ui/gfx/geometry",
ben7a77e852016-05-26 05:50:44172 "//ui/gfx/geometry/mojo",
Brett Wilsone7487942014-09-09 23:37:29173 "//ui/gl",
sugoi842efc692017-03-14 18:10:39174 "//ui/gl:gl_features",
mfomitchev598a7692017-04-11 00:30:31175 "//ui/latency",
Brett Wilsone7487942014-09-09 23:37:29176 "//ui/native_theme",
[email protected]4db51ec2014-05-29 21:08:32177 "//ui/resources",
brettwc15ed732016-03-21 23:14:29178 "//ui/shell_dialogs",
[email protected]d28b3cb82014-05-31 04:46:18179 "//ui/snapshot",
jamb3c1195df2016-03-21 20:41:29180 "//ui/touch_selection",
scottmg1b075322017-01-16 17:22:10181 "//v8:v8_version",
[email protected]4db51ec2014-05-29 21:08:32182 ]
183
jam447407fb2016-05-06 17:57:40184 public_deps = [
Tim Brown07e062e82017-06-26 19:38:03185 ":accessibility_flags",
rockot38e46dd2017-03-24 16:55:13186 "//ipc",
miu54dca6c2016-11-17 10:59:38187 "//media/mojo/interfaces:remoting",
kylecharc9d0c8082017-05-09 17:06:18188 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings",
jam447407fb2016-05-06 17:57:40189 "//third_party/leveldatabase",
190 ]
191
brettwb167c7332016-09-07 22:52:46192 sources = [
Andrey Lushnikov370cbea62017-08-12 04:51:54193 "$target_gen_dir/devtools/protocol/browser.cc",
194 "$target_gen_dir/devtools/protocol/browser.h",
dgozmanb4f43e42016-12-13 06:12:40195 "$target_gen_dir/devtools/protocol/dom.cc",
196 "$target_gen_dir/devtools/protocol/dom.h",
197 "$target_gen_dir/devtools/protocol/emulation.cc",
198 "$target_gen_dir/devtools/protocol/emulation.h",
dgozmandc4d41722016-11-15 22:40:56199 "$target_gen_dir/devtools/protocol/forward.h",
dgozman111fdd032016-12-18 00:49:26200 "$target_gen_dir/devtools/protocol/input.cc",
201 "$target_gen_dir/devtools/protocol/input.h",
dgozmanb4f43e42016-12-13 06:12:40202 "$target_gen_dir/devtools/protocol/inspector.cc",
203 "$target_gen_dir/devtools/protocol/inspector.h",
dgozmandc4d41722016-11-15 22:40:56204 "$target_gen_dir/devtools/protocol/io.cc",
205 "$target_gen_dir/devtools/protocol/io.h",
dgozmanabbad67b2016-11-22 02:37:02206 "$target_gen_dir/devtools/protocol/memory.cc",
207 "$target_gen_dir/devtools/protocol/memory.h",
dgozmanb4f43e42016-12-13 06:12:40208 "$target_gen_dir/devtools/protocol/network.cc",
209 "$target_gen_dir/devtools/protocol/network.h",
210 "$target_gen_dir/devtools/protocol/page.cc",
211 "$target_gen_dir/devtools/protocol/page.h",
dgozmandc4d41722016-11-15 22:40:56212 "$target_gen_dir/devtools/protocol/protocol.cc",
213 "$target_gen_dir/devtools/protocol/protocol.h",
horo6f9e15e2017-01-27 03:07:40214 "$target_gen_dir/devtools/protocol/runtime.cc",
215 "$target_gen_dir/devtools/protocol/runtime.h",
dgozmanb4f43e42016-12-13 06:12:40216 "$target_gen_dir/devtools/protocol/schema.cc",
217 "$target_gen_dir/devtools/protocol/schema.h",
dgozman581dd5b72016-12-14 01:15:13218 "$target_gen_dir/devtools/protocol/security.cc",
219 "$target_gen_dir/devtools/protocol/security.h",
dgozmanb31e7732016-12-16 04:08:39220 "$target_gen_dir/devtools/protocol/service_worker.cc",
221 "$target_gen_dir/devtools/protocol/service_worker.h",
dgozmand5a5b2c2016-12-14 20:37:24222 "$target_gen_dir/devtools/protocol/storage.cc",
223 "$target_gen_dir/devtools/protocol/storage.h",
dgozmanabbad67b2016-11-22 02:37:02224 "$target_gen_dir/devtools/protocol/system_info.cc",
225 "$target_gen_dir/devtools/protocol/system_info.h",
dgozmanb35728c52016-12-16 05:31:43226 "$target_gen_dir/devtools/protocol/target.cc",
227 "$target_gen_dir/devtools/protocol/target.h",
dgozmanabbad67b2016-11-22 02:37:02228 "$target_gen_dir/devtools/protocol/tethering.cc",
229 "$target_gen_dir/devtools/protocol/tethering.h",
dgozmandc4d41722016-11-15 22:40:56230 "$target_gen_dir/devtools/protocol/tracing.cc",
231 "$target_gen_dir/devtools/protocol/tracing.h",
bend32292b2016-10-07 00:21:58232 "../common/service_manager/child_connection.cc",
233 "../common/service_manager/child_connection.h",
brettwb167c7332016-09-07 22:52:46234 "../zygote/zygote_linux.cc",
235 "../zygote/zygote_linux.h",
tfarina175c5da2017-05-05 23:06:01236 "../zygote/zygote_main.h",
brettwb167c7332016-09-07 22:52:46237 "../zygote/zygote_main_linux.cc",
brettwb167c7332016-09-07 22:52:46238 "accessibility/accessibility_tree_formatter.cc",
239 "accessibility/accessibility_tree_formatter.h",
240 "accessibility/accessibility_tree_formatter_blink.cc",
241 "accessibility/accessibility_tree_formatter_blink.h",
Aaron Leventhal39f56022017-09-29 20:42:36242 "accessibility/accessibility_tree_formatter_browser.cc",
243 "accessibility/accessibility_tree_formatter_browser.h",
brettwb167c7332016-09-07 22:52:46244 "accessibility/accessibility_tree_formatter_mac.mm",
245 "accessibility/accessibility_tree_formatter_stub.cc",
246 "accessibility/accessibility_tree_formatter_utils_win.cc",
247 "accessibility/accessibility_tree_formatter_utils_win.h",
248 "accessibility/accessibility_tree_formatter_win.cc",
249 "accessibility/accessibility_ui.cc",
250 "accessibility/accessibility_ui.h",
nektar9de71d42016-10-21 21:57:00251 "accessibility/ax_platform_position.cc",
252 "accessibility/ax_platform_position.h",
brettwb167c7332016-09-07 22:52:46253 "accessibility/browser_accessibility.cc",
254 "accessibility/browser_accessibility.h",
255 "accessibility/browser_accessibility_cocoa.h",
256 "accessibility/browser_accessibility_cocoa.mm",
dougt6b5b4cd2017-05-10 06:03:54257 "accessibility/browser_accessibility_com_win.cc",
258 "accessibility/browser_accessibility_com_win.h",
brettwb167c7332016-09-07 22:52:46259 "accessibility/browser_accessibility_event.cc",
260 "accessibility/browser_accessibility_event.h",
261 "accessibility/browser_accessibility_event_win.cc",
262 "accessibility/browser_accessibility_event_win.h",
263 "accessibility/browser_accessibility_mac.h",
264 "accessibility/browser_accessibility_mac.mm",
265 "accessibility/browser_accessibility_manager.cc",
266 "accessibility/browser_accessibility_manager.h",
267 "accessibility/browser_accessibility_manager_mac.h",
268 "accessibility/browser_accessibility_manager_mac.mm",
269 "accessibility/browser_accessibility_manager_win.cc",
270 "accessibility/browser_accessibility_manager_win.h",
271 "accessibility/browser_accessibility_state_impl.cc",
272 "accessibility/browser_accessibility_state_impl.h",
273 "accessibility/browser_accessibility_state_impl_mac.mm",
274 "accessibility/browser_accessibility_state_impl_win.cc",
275 "accessibility/browser_accessibility_win.cc",
276 "accessibility/browser_accessibility_win.h",
277 "accessibility/one_shot_accessibility_tree_search.cc",
278 "accessibility/one_shot_accessibility_tree_search.h",
Jinsuk Kimc6c1d15d2017-06-13 08:19:26279 "accessibility/web_contents_accessibility.h",
Gabriel Charettec8cca992017-08-10 18:21:49280 "after_startup_task_utils.cc",
281 "after_startup_task_utils.h",
[email protected]6746292f2017-06-07 17:45:23282 "android/android_overlay_provider_impl.cc",
283 "android/android_overlay_provider_impl.h",
darin2d145fe2017-02-16 15:22:35284 "android/app_web_message_port.cc",
285 "android/app_web_message_port.h",
brettwb167c7332016-09-07 22:52:46286 "android/background_sync_network_observer_android.cc",
287 "android/background_sync_network_observer_android.h",
brettwb167c7332016-09-07 22:52:46288 "android/browser_startup_controller.cc",
289 "android/browser_startup_controller.h",
chongz8bdf20922017-03-16 20:44:04290 "android/content_feature_list.cc",
291 "android/content_feature_list.h",
brettwb167c7332016-09-07 22:52:46292 "android/content_protocol_handler_impl.cc",
293 "android/content_protocol_handler_impl.h",
294 "android/content_startup_flags.cc",
295 "android/content_startup_flags.h",
296 "android/content_video_view.cc",
297 "android/content_video_view.h",
298 "android/devtools_auth.cc",
liberatoa8da3b52017-05-02 20:23:51299 "android/dialog_overlay_impl.cc",
300 "android/dialog_overlay_impl.h",
jcivelli27d06a62017-03-22 01:40:37301 "android/gpu_process_callback.cc",
sammcf5f1b0f2016-09-20 23:05:11302 "android/java_interfaces_impl.cc",
303 "android/java_interfaces_impl.h",
boliu61687ec52017-03-29 20:09:34304 "android/launcher_thread.cc",
305 "android/launcher_thread.h",
tguilbertf08485bf2016-09-21 04:11:41306 "android/scoped_surface_request_manager.cc",
307 "android/scoped_surface_request_manager.h",
darin2d145fe2017-02-16 15:22:35308 "android/string_message_codec.cc",
309 "android/string_message_codec.h",
rlandaye4a6ec82017-07-26 01:03:20310 "android/text_suggestion_host_android.cc",
311 "android/text_suggestion_host_android.h",
312 "android/text_suggestion_host_mojo_impl_android.cc",
313 "android/text_suggestion_host_mojo_impl_android.h",
brettwb167c7332016-09-07 22:52:46314 "android/url_request_content_job.cc",
315 "android/url_request_content_job.h",
316 "appcache/appcache.cc",
317 "appcache/appcache.h",
318 "appcache/appcache_backend_impl.cc",
319 "appcache/appcache_backend_impl.h",
320 "appcache/appcache_database.cc",
321 "appcache/appcache_database.h",
322 "appcache/appcache_disk_cache.cc",
323 "appcache/appcache_disk_cache.h",
324 "appcache/appcache_dispatcher_host.cc",
325 "appcache/appcache_dispatcher_host.h",
326 "appcache/appcache_entry.h",
327 "appcache/appcache_executable_handler.h",
328 "appcache/appcache_frontend_proxy.cc",
329 "appcache/appcache_frontend_proxy.h",
330 "appcache/appcache_group.cc",
331 "appcache/appcache_group.h",
332 "appcache/appcache_histograms.cc",
333 "appcache/appcache_histograms.h",
334 "appcache/appcache_host.cc",
335 "appcache/appcache_host.h",
336 "appcache/appcache_interceptor.cc",
337 "appcache/appcache_interceptor.h",
338 "appcache/appcache_internals_ui.cc",
339 "appcache/appcache_internals_ui.h",
ananta46f3e942017-05-09 04:56:30340 "appcache/appcache_job.cc",
341 "appcache/appcache_job.h",
brettwb167c7332016-09-07 22:52:46342 "appcache/appcache_manifest_parser.cc",
343 "appcache/appcache_manifest_parser.h",
ananta292a9172016-12-07 01:29:27344 "appcache/appcache_navigation_handle.cc",
345 "appcache/appcache_navigation_handle.h",
346 "appcache/appcache_navigation_handle_core.cc",
347 "appcache/appcache_navigation_handle_core.h",
brettwb167c7332016-09-07 22:52:46348 "appcache/appcache_policy.h",
349 "appcache/appcache_quota_client.cc",
350 "appcache/appcache_quota_client.h",
ananta4e8a5292017-05-04 03:07:15351 "appcache/appcache_request.cc",
352 "appcache/appcache_request.h",
brettwb167c7332016-09-07 22:52:46353 "appcache/appcache_request_handler.cc",
354 "appcache/appcache_request_handler.h",
355 "appcache/appcache_response.cc",
356 "appcache/appcache_response.h",
357 "appcache/appcache_service_impl.cc",
358 "appcache/appcache_service_impl.h",
359 "appcache/appcache_storage.cc",
360 "appcache/appcache_storage.h",
361 "appcache/appcache_storage_impl.cc",
362 "appcache/appcache_storage_impl.h",
anantae60d1d42017-06-20 04:16:27363 "appcache/appcache_subresource_url_factory.cc",
364 "appcache/appcache_subresource_url_factory.h",
brettwb167c7332016-09-07 22:52:46365 "appcache/appcache_update_job.cc",
366 "appcache/appcache_update_job.h",
Anantanarayanan Iyengard42af8f2017-08-01 23:09:36367 "appcache/appcache_update_request_base.cc",
368 "appcache/appcache_update_request_base.h",
ananta609d9772017-07-21 02:12:53369 "appcache/appcache_update_url_fetcher.cc",
370 "appcache/appcache_update_url_fetcher.h",
Anantanarayanan Iyengard42af8f2017-08-01 23:09:36371 "appcache/appcache_update_url_loader_request.cc",
372 "appcache/appcache_update_url_loader_request.h",
373 "appcache/appcache_update_url_request.cc",
374 "appcache/appcache_update_url_request.h",
ananta46f3e942017-05-09 04:56:30375 "appcache/appcache_url_loader_job.cc",
376 "appcache/appcache_url_loader_job.h",
ananta4e8a5292017-05-04 03:07:15377 "appcache/appcache_url_loader_request.cc",
378 "appcache/appcache_url_loader_request.h",
379 "appcache/appcache_url_request.cc",
380 "appcache/appcache_url_request.h",
brettwb167c7332016-09-07 22:52:46381 "appcache/appcache_url_request_job.cc",
382 "appcache/appcache_url_request_job.h",
383 "appcache/appcache_working_set.cc",
384 "appcache/appcache_working_set.h",
385 "appcache/chrome_appcache_service.cc",
386 "appcache/chrome_appcache_service.h",
harkness7b36c432017-02-15 20:05:36387 "background_fetch/background_fetch_context.cc",
388 "background_fetch/background_fetch_context.h",
peterbbecee162017-04-14 17:09:55389 "background_fetch/background_fetch_cross_origin_filter.cc",
390 "background_fetch/background_fetch_cross_origin_filter.h",
harkness7b36c432017-02-15 20:05:36391 "background_fetch/background_fetch_data_manager.cc",
392 "background_fetch/background_fetch_data_manager.h",
Dan Elphick5e7e2952017-07-18 14:25:08393 "background_fetch/background_fetch_delegate_proxy.cc",
394 "background_fetch/background_fetch_delegate_proxy.h",
peteref0797702017-03-19 04:06:40395 "background_fetch/background_fetch_event_dispatcher.cc",
396 "background_fetch/background_fetch_event_dispatcher.h",
harknessa247d9bf2017-02-28 17:01:53397 "background_fetch/background_fetch_job_controller.cc",
398 "background_fetch/background_fetch_job_controller.h",
peter6965a1a12017-03-27 08:59:27399 "background_fetch/background_fetch_registration_id.cc",
400 "background_fetch/background_fetch_registration_id.h",
Peter Beverloo83ee6642017-10-11 20:23:17401 "background_fetch/background_fetch_registration_notifier.cc",
402 "background_fetch/background_fetch_registration_notifier.h",
harknessa247d9bf2017-02-28 17:01:53403 "background_fetch/background_fetch_request_info.cc",
404 "background_fetch/background_fetch_request_info.h",
peter3226ce82017-03-16 18:06:28405 "background_fetch/background_fetch_service_impl.cc",
406 "background_fetch/background_fetch_service_impl.h",
brettwb167c7332016-09-07 22:52:46407 "background_sync/background_sync_context.cc",
408 "background_sync/background_sync_context.h",
409 "background_sync/background_sync_manager.cc",
410 "background_sync/background_sync_manager.h",
411 "background_sync/background_sync_metrics.cc",
412 "background_sync/background_sync_metrics.h",
413 "background_sync/background_sync_network_observer.cc",
414 "background_sync/background_sync_network_observer.h",
415 "background_sync/background_sync_registration.cc",
416 "background_sync/background_sync_registration.h",
417 "background_sync/background_sync_registration_options.cc",
418 "background_sync/background_sync_registration_options.h",
419 "background_sync/background_sync_service_impl.cc",
420 "background_sync/background_sync_service_impl.h",
421 "background_sync/background_sync_status.h",
422 "bad_message.cc",
423 "bad_message.h",
424 "blob_storage/blob_dispatcher_host.cc",
425 "blob_storage/blob_dispatcher_host.h",
jamd654ee52017-05-09 22:00:52426 "blob_storage/blob_internals_url_loader.cc",
427 "blob_storage/blob_internals_url_loader.h",
Marijn Kruisselbrink760986882017-07-11 17:06:51428 "blob_storage/blob_registry_wrapper.cc",
429 "blob_storage/blob_registry_wrapper.h",
jam9354af82017-06-03 21:59:41430 "blob_storage/blob_url_loader_factory.cc",
431 "blob_storage/blob_url_loader_factory.h",
brettwb167c7332016-09-07 22:52:46432 "blob_storage/chrome_blob_storage_context.cc",
433 "blob_storage/chrome_blob_storage_context.h",
juncaif70c51172017-02-10 23:49:17434 "bluetooth/bluetooth_allowed_devices.cc",
435 "bluetooth/bluetooth_allowed_devices.h",
brettwb167c7332016-09-07 22:52:46436 "bluetooth/bluetooth_allowed_devices_map.cc",
437 "bluetooth/bluetooth_allowed_devices_map.h",
beaufort.francois01135bf2016-11-23 14:37:36438 "bluetooth/bluetooth_blocklist.cc",
439 "bluetooth/bluetooth_blocklist.h",
brettwb167c7332016-09-07 22:52:46440 "bluetooth/bluetooth_device_chooser_controller.cc",
441 "bluetooth/bluetooth_device_chooser_controller.h",
442 "bluetooth/bluetooth_metrics.cc",
443 "bluetooth/bluetooth_metrics.h",
brettwb167c7332016-09-07 22:52:46444 "bluetooth/frame_connected_bluetooth_devices.cc",
445 "bluetooth/frame_connected_bluetooth_devices.h",
446 "bluetooth/web_bluetooth_service_impl.cc",
447 "bluetooth/web_bluetooth_service_impl.h",
brettwb167c7332016-09-07 22:52:46448 "broadcast_channel/broadcast_channel_provider.cc",
449 "broadcast_channel/broadcast_channel_provider.h",
450 "browser_child_process_host_impl.cc",
451 "browser_child_process_host_impl.h",
452 "browser_context.cc",
453 "browser_ipc_logging.cc",
454 "browser_main.cc",
455 "browser_main.h",
456 "browser_main_loop.cc",
457 "browser_main_loop.h",
458 "browser_main_runner.cc",
459 "browser_plugin/browser_plugin_embedder.cc",
460 "browser_plugin/browser_plugin_embedder.h",
461 "browser_plugin/browser_plugin_guest.cc",
462 "browser_plugin/browser_plugin_guest.h",
463 "browser_plugin/browser_plugin_message_filter.cc",
464 "browser_plugin/browser_plugin_message_filter.h",
465 "browser_plugin/browser_plugin_popup_menu_helper_mac.h",
466 "browser_plugin/browser_plugin_popup_menu_helper_mac.mm",
467 "browser_process_sub_thread.cc",
468 "browser_process_sub_thread.h",
469 "browser_shutdown_profile_dumper.cc",
470 "browser_shutdown_profile_dumper.h",
471 "browser_thread_impl.cc",
472 "browser_thread_impl.h",
473 "browser_url_handler_impl.cc",
474 "browser_url_handler_impl.h",
msrameka3c7cfd2017-02-03 13:34:13475 "browsing_data/browsing_data_filter_builder_impl.cc",
476 "browsing_data/browsing_data_filter_builder_impl.h",
msrameke169ccb2017-04-26 05:21:41477 "browsing_data/browsing_data_remover_impl.cc",
478 "browsing_data/browsing_data_remover_impl.h",
brettwb167c7332016-09-07 22:52:46479 "browsing_data/clear_site_data_throttle.cc",
480 "browsing_data/clear_site_data_throttle.h",
msramekee2be6e2017-03-27 19:28:01481 "browsing_data/conditional_cache_deletion_helper.cc",
482 "browsing_data/conditional_cache_deletion_helper.h",
483 "browsing_data/storage_partition_http_cache_data_remover.cc",
484 "browsing_data/storage_partition_http_cache_data_remover.h",
brettwb167c7332016-09-07 22:52:46485 "browsing_instance.cc",
486 "browsing_instance.h",
487 "byte_stream.cc",
488 "byte_stream.h",
489 "cache_storage/cache_storage.cc",
490 "cache_storage/cache_storage.h",
491 "cache_storage/cache_storage_blob_to_disk_cache.cc",
492 "cache_storage/cache_storage_blob_to_disk_cache.h",
493 "cache_storage/cache_storage_cache.cc",
494 "cache_storage/cache_storage_cache.h",
495 "cache_storage/cache_storage_cache_handle.cc",
496 "cache_storage/cache_storage_cache_handle.h",
cmumfordffb8a162016-12-22 15:26:50497 "cache_storage/cache_storage_cache_observer.h",
brettwb167c7332016-09-07 22:52:46498 "cache_storage/cache_storage_context_impl.cc",
499 "cache_storage/cache_storage_context_impl.h",
500 "cache_storage/cache_storage_dispatcher_host.cc",
501 "cache_storage/cache_storage_dispatcher_host.h",
502 "cache_storage/cache_storage_histogram_macros.h",
cmumfordffb8a162016-12-22 15:26:50503 "cache_storage/cache_storage_index.cc",
504 "cache_storage/cache_storage_index.h",
brettwb167c7332016-09-07 22:52:46505 "cache_storage/cache_storage_manager.cc",
506 "cache_storage/cache_storage_manager.h",
507 "cache_storage/cache_storage_operation.cc",
508 "cache_storage/cache_storage_operation.h",
509 "cache_storage/cache_storage_quota_client.cc",
510 "cache_storage/cache_storage_quota_client.h",
511 "cache_storage/cache_storage_scheduler.cc",
512 "cache_storage/cache_storage_scheduler.h",
513 "cache_storage/cache_storage_scheduler_client.h",
brettwb167c7332016-09-07 22:52:46514 "child_process_launcher.cc",
515 "child_process_launcher.h",
jcivelli828cd7f2017-01-18 19:50:46516 "child_process_launcher_helper.cc",
517 "child_process_launcher_helper.h",
518 "child_process_launcher_helper_android.cc",
519 "child_process_launcher_helper_linux.cc",
520 "child_process_launcher_helper_mac.cc",
jcivelli828cd7f2017-01-18 19:50:46521 "child_process_launcher_helper_win.cc",
brettwb167c7332016-09-07 22:52:46522 "child_process_security_policy_impl.cc",
523 "child_process_security_policy_impl.h",
524 "cocoa/system_hotkey_helper_mac.h",
525 "cocoa/system_hotkey_helper_mac.mm",
526 "cocoa/system_hotkey_map.h",
527 "cocoa/system_hotkey_map.mm",
[email protected]743530f2014-06-12 19:38:50528
brettwb167c7332016-09-07 22:52:46529 # NOTE: These files are here instead of in compositor_browser_sources
530 # because the latter is not built on Android, whereas these files are
531 # needed on all platforms.
532 "compositor/surface_utils.cc",
533 "compositor/surface_utils.h",
brettwb167c7332016-09-07 22:52:46534 "devtools/browser_devtools_agent_host.cc",
535 "devtools/browser_devtools_agent_host.h",
536 "devtools/devtools_agent_host_impl.cc",
537 "devtools/devtools_agent_host_impl.h",
538 "devtools/devtools_frame_trace_recorder.cc",
539 "devtools/devtools_frame_trace_recorder.h",
pfeldman10628762016-09-08 07:59:26540 "devtools/devtools_http_handler.cc",
541 "devtools/devtools_http_handler.h",
brettwb167c7332016-09-07 22:52:46542 "devtools/devtools_io_context.cc",
543 "devtools/devtools_io_context.h",
544 "devtools/devtools_manager.cc",
545 "devtools/devtools_manager.h",
Andrey Kosyakov24f33162017-09-14 22:41:40546 "devtools/devtools_network_transaction_factory.cc",
dgozmand77188632016-11-16 01:34:39547 "devtools/devtools_session.cc",
548 "devtools/devtools_session.h",
alexclarke6f5b30532017-06-02 14:32:30549 "devtools/devtools_url_interceptor_request_job.cc",
550 "devtools/devtools_url_interceptor_request_job.h",
551 "devtools/devtools_url_request_interceptor.cc",
552 "devtools/devtools_url_request_interceptor.h",
brettwb167c7332016-09-07 22:52:46553 "devtools/forwarding_agent_host.cc",
554 "devtools/forwarding_agent_host.h",
Andrey Lushnikov370cbea62017-08-12 04:51:54555 "devtools/protocol/browser_handler.cc",
556 "devtools/protocol/browser_handler.h",
dgozman39d9d9a2016-12-28 18:56:30557 "devtools/protocol/devtools_domain_handler.cc",
558 "devtools/protocol/devtools_domain_handler.h",
David Vallet11683522017-08-23 03:20:46559 "devtools/protocol/devtools_download_manager_delegate.cc",
560 "devtools/protocol/devtools_download_manager_delegate.h",
561 "devtools/protocol/devtools_download_manager_helper.cc",
562 "devtools/protocol/devtools_download_manager_helper.h",
brettwb167c7332016-09-07 22:52:46563 "devtools/protocol/dom_handler.cc",
564 "devtools/protocol/dom_handler.h",
565 "devtools/protocol/emulation_handler.cc",
566 "devtools/protocol/emulation_handler.h",
567 "devtools/protocol/input_handler.cc",
568 "devtools/protocol/input_handler.h",
569 "devtools/protocol/inspector_handler.cc",
570 "devtools/protocol/inspector_handler.h",
571 "devtools/protocol/io_handler.cc",
572 "devtools/protocol/io_handler.h",
573 "devtools/protocol/memory_handler.cc",
574 "devtools/protocol/memory_handler.h",
Blaisebcad00c2017-07-25 00:19:49575 "devtools/protocol/native_input_event_builder.h",
576 "devtools/protocol/native_input_event_builder_mac.mm",
brettwb167c7332016-09-07 22:52:46577 "devtools/protocol/network_handler.cc",
578 "devtools/protocol/network_handler.h",
579 "devtools/protocol/page_handler.cc",
580 "devtools/protocol/page_handler.h",
581 "devtools/protocol/schema_handler.cc",
582 "devtools/protocol/schema_handler.h",
583 "devtools/protocol/security_handler.cc",
584 "devtools/protocol/security_handler.h",
585 "devtools/protocol/service_worker_handler.cc",
586 "devtools/protocol/service_worker_handler.h",
587 "devtools/protocol/storage_handler.cc",
588 "devtools/protocol/storage_handler.h",
589 "devtools/protocol/system_info_handler.cc",
590 "devtools/protocol/system_info_handler.h",
dgozman9f204162017-07-14 00:55:31591 "devtools/protocol/target_auto_attacher.cc",
592 "devtools/protocol/target_auto_attacher.h",
dgozmanc2cea7d2016-09-28 03:27:55593 "devtools/protocol/target_handler.cc",
594 "devtools/protocol/target_handler.h",
brettwb167c7332016-09-07 22:52:46595 "devtools/protocol/tethering_handler.cc",
596 "devtools/protocol/tethering_handler.h",
597 "devtools/protocol/tracing_handler.cc",
598 "devtools/protocol/tracing_handler.h",
dgozmandc4d41722016-11-15 22:40:56599 "devtools/protocol_string.cc",
600 "devtools/protocol_string.h",
brettwb167c7332016-09-07 22:52:46601 "devtools/render_frame_devtools_agent_host.cc",
602 "devtools/render_frame_devtools_agent_host.h",
603 "devtools/service_worker_devtools_agent_host.cc",
604 "devtools/service_worker_devtools_agent_host.h",
605 "devtools/service_worker_devtools_manager.cc",
606 "devtools/service_worker_devtools_manager.h",
607 "devtools/shared_worker_devtools_agent_host.cc",
608 "devtools/shared_worker_devtools_agent_host.h",
609 "devtools/shared_worker_devtools_manager.cc",
610 "devtools/shared_worker_devtools_manager.h",
611 "devtools/worker_devtools_agent_host.cc",
612 "devtools/worker_devtools_agent_host.h",
Scott Violet8af2ef72017-08-02 21:59:26613 "discardable_shared_memory_manager.cc",
brettwb167c7332016-09-07 22:52:46614 "dom_storage/dom_storage_area.cc",
615 "dom_storage/dom_storage_area.h",
616 "dom_storage/dom_storage_context_impl.cc",
617 "dom_storage/dom_storage_context_impl.h",
618 "dom_storage/dom_storage_context_wrapper.cc",
619 "dom_storage/dom_storage_context_wrapper.h",
620 "dom_storage/dom_storage_database.cc",
621 "dom_storage/dom_storage_database.h",
622 "dom_storage/dom_storage_database_adapter.h",
623 "dom_storage/dom_storage_host.cc",
624 "dom_storage/dom_storage_host.h",
625 "dom_storage/dom_storage_message_filter.cc",
626 "dom_storage/dom_storage_message_filter.h",
627 "dom_storage/dom_storage_namespace.cc",
628 "dom_storage/dom_storage_namespace.h",
629 "dom_storage/dom_storage_session.cc",
630 "dom_storage/dom_storage_session.h",
631 "dom_storage/dom_storage_task_runner.cc",
632 "dom_storage/dom_storage_task_runner.h",
mek876c5c62016-12-22 17:40:46633 "dom_storage/local_storage_context_mojo.cc",
634 "dom_storage/local_storage_context_mojo.h",
brettwb167c7332016-09-07 22:52:46635 "dom_storage/local_storage_database_adapter.cc",
636 "dom_storage/local_storage_database_adapter.h",
637 "dom_storage/session_storage_database.cc",
638 "dom_storage/session_storage_database.h",
639 "dom_storage/session_storage_database_adapter.cc",
640 "dom_storage/session_storage_database_adapter.h",
641 "dom_storage/session_storage_namespace_impl.cc",
642 "dom_storage/session_storage_namespace_impl.h",
643 "download/base_file.cc",
644 "download/base_file.h",
brettwb167c7332016-09-07 22:52:46645 "download/base_file_posix.cc",
646 "download/base_file_win.cc",
647 "download/download_create_info.cc",
648 "download/download_create_info.h",
649 "download/download_destination_observer.h",
650 "download/download_file.h",
651 "download/download_file_factory.cc",
652 "download/download_file_factory.h",
653 "download/download_file_impl.cc",
654 "download/download_file_impl.h",
655 "download/download_interrupt_reasons_impl.cc",
656 "download/download_interrupt_reasons_impl.h",
657 "download/download_item_factory.h",
658 "download/download_item_impl.cc",
659 "download/download_item_impl.h",
660 "download/download_item_impl_delegate.cc",
661 "download/download_item_impl_delegate.h",
xingliuf61d39f2017-01-27 22:46:46662 "download/download_job.cc",
663 "download/download_job.h",
xingliu468824d2017-02-28 02:59:25664 "download/download_job_factory.cc",
665 "download/download_job_factory.h",
666 "download/download_job_impl.cc",
667 "download/download_job_impl.h",
brettwb167c7332016-09-07 22:52:46668 "download/download_manager_impl.cc",
669 "download/download_manager_impl.h",
670 "download/download_net_log_parameters.cc",
671 "download/download_net_log_parameters.h",
672 "download/download_request_core.cc",
673 "download/download_request_core.h",
674 "download/download_request_handle.cc",
675 "download/download_request_handle.h",
676 "download/download_resource_handler.cc",
677 "download/download_resource_handler.h",
Min Qin0bc518252017-08-12 00:53:18678 "download/download_response_handler.cc",
679 "download/download_response_handler.h",
brettwb167c7332016-09-07 22:52:46680 "download/download_stats.cc",
681 "download/download_stats.h",
siggi2b05ad102017-07-21 18:57:56682 "download/download_task_runner.cc",
683 "download/download_task_runner.h",
Min Qin5c5ebc22017-08-09 16:30:24684 "download/download_utils.cc",
685 "download/download_utils.h",
xingliu468824d2017-02-28 02:59:25686 "download/download_worker.cc",
687 "download/download_worker.h",
brettwb167c7332016-09-07 22:52:46688 "download/drag_download_file.cc",
689 "download/drag_download_file.h",
690 "download/drag_download_util.cc",
691 "download/drag_download_util.h",
petewil2abcf042017-04-10 21:45:00692 "download/mhtml_extra_parts_impl.cc",
693 "download/mhtml_extra_parts_impl.h",
brettwb167c7332016-09-07 22:52:46694 "download/mhtml_generation_manager.cc",
695 "download/mhtml_generation_manager.h",
xingliu468824d2017-02-28 02:59:25696 "download/parallel_download_job.cc",
697 "download/parallel_download_job.h",
qinmin41a4abf2017-03-02 06:21:31698 "download/parallel_download_utils.cc",
699 "download/parallel_download_utils.h",
brettwb167c7332016-09-07 22:52:46700 "download/rate_estimator.cc",
701 "download/rate_estimator.h",
Min Qin3cbdb8d2017-08-25 06:23:09702 "download/resource_downloader.cc",
703 "download/resource_downloader.h",
brettwb167c7332016-09-07 22:52:46704 "download/save_file.cc",
705 "download/save_file.h",
706 "download/save_file_manager.cc",
707 "download/save_file_manager.h",
708 "download/save_file_resource_handler.cc",
709 "download/save_file_resource_handler.h",
710 "download/save_item.cc",
711 "download/save_item.h",
712 "download/save_package.cc",
713 "download/save_package.h",
Min Qin5b8d6932017-06-08 23:36:25714 "download/save_package_download_job.cc",
715 "download/save_package_download_job.h",
brettwb167c7332016-09-07 22:52:46716 "download/save_types.cc",
717 "download/save_types.h",
Min Qin3cbdb8d2017-08-25 06:23:09718 "download/url_download_handler.h",
brettwb167c7332016-09-07 22:52:46719 "download/url_downloader.cc",
720 "download/url_downloader.h",
chiniforooshan614d70a2017-03-17 01:19:33721 "field_trial_recorder.cc",
722 "field_trial_recorder.h",
brettwb167c7332016-09-07 22:52:46723 "fileapi/browser_file_system_helper.cc",
724 "fileapi/browser_file_system_helper.h",
725 "fileapi/fileapi_message_filter.cc",
726 "fileapi/fileapi_message_filter.h",
727 "fileapi/upload_file_system_file_element_reader.cc",
728 "fileapi/upload_file_system_file_element_reader.h",
729 "find_request_manager.cc",
730 "find_request_manager.h",
731 "font_list_async.cc",
arthursonzognic5a2f122016-12-21 08:47:16732 "frame_host/ancestor_throttle.cc",
733 "frame_host/ancestor_throttle.h",
brettwb167c7332016-09-07 22:52:46734 "frame_host/cross_process_frame_connector.cc",
735 "frame_host/cross_process_frame_connector.h",
meacerba52f56202017-04-22 00:08:08736 "frame_host/data_url_navigation_throttle.cc",
737 "frame_host/data_url_navigation_throttle.h",
brettwb167c7332016-09-07 22:52:46738 "frame_host/debug_urls.cc",
739 "frame_host/debug_urls.h",
arthursonzogni7cc34c52017-03-18 09:00:53740 "frame_host/form_submission_throttle.cc",
741 "frame_host/form_submission_throttle.h",
brettwb167c7332016-09-07 22:52:46742 "frame_host/frame_navigation_entry.cc",
743 "frame_host/frame_navigation_entry.h",
744 "frame_host/frame_tree.cc",
745 "frame_host/frame_tree.h",
746 "frame_host/frame_tree_node.cc",
747 "frame_host/frame_tree_node.h",
748 "frame_host/frame_tree_node_blame_context.cc",
749 "frame_host/frame_tree_node_blame_context.h",
Dave Tapuskaf238a1a2017-08-28 21:24:39750 "frame_host/input/input_injector_impl.cc",
751 "frame_host/input/input_injector_impl.h",
dtapuska9d46ef7d2017-05-26 19:06:06752 "frame_host/input/legacy_ipc_frame_input_handler.cc",
753 "frame_host/input/legacy_ipc_frame_input_handler.h",
brettwb167c7332016-09-07 22:52:46754 "frame_host/interstitial_page_impl.cc",
755 "frame_host/interstitial_page_impl.h",
756 "frame_host/interstitial_page_navigator_impl.cc",
757 "frame_host/interstitial_page_navigator_impl.h",
Yutaka Hiranof7f2f632017-09-06 10:40:08758 "frame_host/keep_alive_handle_factory.cc",
759 "frame_host/keep_alive_handle_factory.h",
carloskd9d97942017-02-16 08:58:09760 "frame_host/mixed_content_navigation_throttle.cc",
761 "frame_host/mixed_content_navigation_throttle.h",
brettwb167c7332016-09-07 22:52:46762 "frame_host/navigation_controller_android.cc",
763 "frame_host/navigation_controller_android.h",
764 "frame_host/navigation_controller_delegate.h",
765 "frame_host/navigation_controller_impl.cc",
766 "frame_host/navigation_controller_impl.h",
767 "frame_host/navigation_entry_impl.cc",
768 "frame_host/navigation_entry_impl.h",
769 "frame_host/navigation_entry_screenshot_manager.cc",
770 "frame_host/navigation_entry_screenshot_manager.h",
771 "frame_host/navigation_handle_impl.cc",
772 "frame_host/navigation_handle_impl.h",
773 "frame_host/navigation_request.cc",
774 "frame_host/navigation_request.h",
775 "frame_host/navigation_request_info.cc",
776 "frame_host/navigation_request_info.h",
777 "frame_host/navigator.cc",
778 "frame_host/navigator.h",
779 "frame_host/navigator_delegate.cc",
780 "frame_host/navigator_delegate.h",
781 "frame_host/navigator_impl.cc",
782 "frame_host/navigator_impl.h",
783 "frame_host/popup_menu_helper_mac.h",
784 "frame_host/popup_menu_helper_mac.mm",
785 "frame_host/render_frame_host_delegate.cc",
786 "frame_host/render_frame_host_delegate.h",
787 "frame_host/render_frame_host_factory.cc",
788 "frame_host/render_frame_host_factory.h",
789 "frame_host/render_frame_host_impl.cc",
790 "frame_host/render_frame_host_impl.h",
791 "frame_host/render_frame_host_manager.cc",
792 "frame_host/render_frame_host_manager.h",
793 "frame_host/render_frame_message_filter.cc",
794 "frame_host/render_frame_message_filter.h",
795 "frame_host/render_frame_proxy_host.cc",
796 "frame_host/render_frame_proxy_host.h",
brettwb167c7332016-09-07 22:52:46797 "frame_host/render_widget_host_view_guest.cc",
798 "frame_host/render_widget_host_view_guest.h",
Eero Häkkinenb1907a762017-08-21 08:37:57799 "generic_sensor/sensor_provider_proxy_impl.cc",
800 "generic_sensor/sensor_provider_proxy_impl.h",
Conley Owens47f4fbf12017-08-02 01:56:52801 "geolocation/geolocation_service_impl.cc",
802 "geolocation/geolocation_service_impl.h",
brettwb167c7332016-09-07 22:52:46803 "gpu/browser_gpu_channel_host_factory.cc",
804 "gpu/browser_gpu_channel_host_factory.h",
805 "gpu/browser_gpu_memory_buffer_manager.cc",
806 "gpu/browser_gpu_memory_buffer_manager.h",
807 "gpu/compositor_util.cc",
808 "gpu/compositor_util.h",
sadrul53546592016-12-17 01:44:21809 "gpu/gpu_client.cc",
810 "gpu/gpu_client.h",
brettwb167c7332016-09-07 22:52:46811 "gpu/gpu_data_manager_impl.cc",
812 "gpu/gpu_data_manager_impl.h",
813 "gpu/gpu_data_manager_impl_private.cc",
814 "gpu/gpu_data_manager_impl_private.h",
michaelpg67362b52017-02-15 06:18:27815 "gpu/gpu_feature_checker_impl.cc",
816 "gpu/gpu_feature_checker_impl.h",
brettwb167c7332016-09-07 22:52:46817 "gpu/gpu_internals_ui.cc",
818 "gpu/gpu_internals_ui.h",
tapted4091f2f2017-02-07 00:47:19819 "gpu/gpu_main_thread_factory.cc",
820 "gpu/gpu_main_thread_factory.h",
brettwb167c7332016-09-07 22:52:46821 "gpu/gpu_process_host.cc",
822 "gpu/gpu_process_host.h",
sadrul75d671b2016-12-13 06:14:39823 "gpu/shader_cache_factory.cc",
824 "gpu/shader_cache_factory.h",
brettwb167c7332016-09-07 22:52:46825 "histogram_controller.cc",
826 "histogram_controller.h",
827 "histogram_internals_request_job.cc",
828 "histogram_internals_request_job.h",
jam17d386e2017-05-10 16:40:04829 "histogram_internals_url_loader.cc",
830 "histogram_internals_url_loader.h",
brettwb167c7332016-09-07 22:52:46831 "histogram_message_filter.cc",
832 "histogram_message_filter.h",
833 "histogram_subscriber.h",
834 "histogram_synchronizer.cc",
835 "histogram_synchronizer.h",
mcasas18de5022017-03-10 22:45:50836 "image_capture/image_capture_impl.cc",
837 "image_capture/image_capture_impl.h",
reillyg39fb4662016-11-22 20:27:17838 "indexed_db/cursor_impl.cc",
839 "indexed_db/cursor_impl.h",
reillyg963ec6df2016-11-05 01:10:58840 "indexed_db/database_impl.cc",
841 "indexed_db/database_impl.h",
brettwb167c7332016-09-07 22:52:46842 "indexed_db/indexed_db.h",
843 "indexed_db/indexed_db_active_blob_registry.cc",
844 "indexed_db/indexed_db_active_blob_registry.h",
845 "indexed_db/indexed_db_backing_store.cc",
846 "indexed_db/indexed_db_backing_store.h",
847 "indexed_db/indexed_db_blob_info.cc",
848 "indexed_db/indexed_db_blob_info.h",
849 "indexed_db/indexed_db_callbacks.cc",
850 "indexed_db/indexed_db_callbacks.h",
851 "indexed_db/indexed_db_class_factory.cc",
852 "indexed_db/indexed_db_class_factory.h",
853 "indexed_db/indexed_db_connection.cc",
854 "indexed_db/indexed_db_connection.h",
855 "indexed_db/indexed_db_context_impl.cc",
856 "indexed_db/indexed_db_context_impl.h",
857 "indexed_db/indexed_db_cursor.cc",
858 "indexed_db/indexed_db_cursor.h",
jbroman3ee0c8ab2017-04-20 14:25:03859 "indexed_db/indexed_db_data_format_version.cc",
860 "indexed_db/indexed_db_data_format_version.h",
brettwb167c7332016-09-07 22:52:46861 "indexed_db/indexed_db_data_loss_info.h",
862 "indexed_db/indexed_db_database.cc",
863 "indexed_db/indexed_db_database.h",
864 "indexed_db/indexed_db_database_callbacks.cc",
865 "indexed_db/indexed_db_database_callbacks.h",
866 "indexed_db/indexed_db_database_error.cc",
867 "indexed_db/indexed_db_database_error.h",
868 "indexed_db/indexed_db_dispatcher_host.cc",
869 "indexed_db/indexed_db_dispatcher_host.h",
870 "indexed_db/indexed_db_factory.h",
871 "indexed_db/indexed_db_factory_impl.cc",
872 "indexed_db/indexed_db_factory_impl.h",
873 "indexed_db/indexed_db_index_writer.cc",
874 "indexed_db/indexed_db_index_writer.h",
875 "indexed_db/indexed_db_internals_ui.cc",
876 "indexed_db/indexed_db_internals_ui.h",
877 "indexed_db/indexed_db_leveldb_coding.cc",
878 "indexed_db/indexed_db_leveldb_coding.h",
Daniel Murphy532ef162017-10-04 20:12:43879 "indexed_db/indexed_db_leveldb_operations.cc",
880 "indexed_db/indexed_db_leveldb_operations.h",
brettwb167c7332016-09-07 22:52:46881 "indexed_db/indexed_db_observer.cc",
882 "indexed_db/indexed_db_observer.h",
brettwb167c7332016-09-07 22:52:46883 "indexed_db/indexed_db_pending_connection.cc",
884 "indexed_db/indexed_db_pending_connection.h",
Daniel Murphy66da98b2017-08-17 21:21:06885 "indexed_db/indexed_db_pre_close_task_queue.cc",
886 "indexed_db/indexed_db_pre_close_task_queue.h",
brettwb167c7332016-09-07 22:52:46887 "indexed_db/indexed_db_quota_client.cc",
888 "indexed_db/indexed_db_quota_client.h",
Daniel Murphy532ef162017-10-04 20:12:43889 "indexed_db/indexed_db_reporting.cc",
890 "indexed_db/indexed_db_reporting.h",
brettwb167c7332016-09-07 22:52:46891 "indexed_db/indexed_db_return_value.h",
Daniel Murphy66da98b2017-08-17 21:21:06892 "indexed_db/indexed_db_tombstone_sweeper.cc",
893 "indexed_db/indexed_db_tombstone_sweeper.h",
wychen589d05e2017-03-31 00:06:36894 "indexed_db/indexed_db_tracing.h",
brettwb167c7332016-09-07 22:52:46895 "indexed_db/indexed_db_transaction.cc",
896 "indexed_db/indexed_db_transaction.h",
897 "indexed_db/indexed_db_transaction_coordinator.cc",
898 "indexed_db/indexed_db_transaction_coordinator.h",
899 "indexed_db/indexed_db_value.cc",
900 "indexed_db/indexed_db_value.h",
901 "indexed_db/leveldb/leveldb_comparator.h",
902 "indexed_db/leveldb/leveldb_database.cc",
903 "indexed_db/leveldb/leveldb_database.h",
904 "indexed_db/leveldb/leveldb_env.cc",
905 "indexed_db/leveldb/leveldb_env.h",
906 "indexed_db/leveldb/leveldb_factory.h",
dmurphec764052017-03-27 23:12:47907 "indexed_db/leveldb/leveldb_iterator.cc",
brettwb167c7332016-09-07 22:52:46908 "indexed_db/leveldb/leveldb_iterator.h",
909 "indexed_db/leveldb/leveldb_iterator_impl.cc",
910 "indexed_db/leveldb/leveldb_iterator_impl.h",
911 "indexed_db/leveldb/leveldb_transaction.cc",
912 "indexed_db/leveldb/leveldb_transaction.h",
913 "indexed_db/leveldb/leveldb_write_batch.cc",
914 "indexed_db/leveldb/leveldb_write_batch.h",
wychen589d05e2017-03-31 00:06:36915 "indexed_db/list_set.h",
mgiuca35f4c7152017-03-14 08:30:30916 "installedapp/installed_app_provider_impl_default.cc",
917 "installedapp/installed_app_provider_impl_default.h",
alexmos4bc26322017-07-01 00:57:14918 "isolated_origin_util.cc",
919 "isolated_origin_util.h",
zijiehe60167782017-04-28 22:31:02920 "keyboard_lock/keyboard_lock_service_impl.cc",
921 "keyboard_lock/keyboard_lock_service_impl.h",
brettwb167c7332016-09-07 22:52:46922 "leveldb_wrapper_impl.cc",
923 "leveldb_wrapper_impl.h",
924 "loader/async_resource_handler.cc",
925 "loader/async_resource_handler.h",
brettwb167c7332016-09-07 22:52:46926 "loader/detachable_resource_handler.cc",
927 "loader/detachable_resource_handler.h",
tzik47a9f9b2016-12-01 04:16:24928 "loader/downloaded_temp_file_impl.cc",
929 "loader/downloaded_temp_file_impl.h",
brettwb167c7332016-09-07 22:52:46930 "loader/global_routing_id.h",
931 "loader/intercepting_resource_handler.cc",
932 "loader/intercepting_resource_handler.h",
933 "loader/layered_resource_handler.cc",
934 "loader/layered_resource_handler.h",
935 "loader/loader_delegate.h",
936 "loader/loader_io_thread_notifier.cc",
937 "loader/loader_io_thread_notifier.h",
938 "loader/mime_sniffing_resource_handler.cc",
939 "loader/mime_sniffing_resource_handler.h",
940 "loader/mojo_async_resource_handler.cc",
941 "loader/mojo_async_resource_handler.h",
942 "loader/navigation_resource_handler.cc",
943 "loader/navigation_resource_handler.h",
944 "loader/navigation_resource_throttle.cc",
945 "loader/navigation_resource_throttle.h",
946 "loader/navigation_url_loader.cc",
947 "loader/navigation_url_loader.h",
948 "loader/navigation_url_loader_delegate.h",
949 "loader/navigation_url_loader_factory.h",
950 "loader/navigation_url_loader_impl.cc",
951 "loader/navigation_url_loader_impl.h",
952 "loader/navigation_url_loader_impl_core.cc",
953 "loader/navigation_url_loader_impl_core.h",
scottmg69985212017-04-12 16:47:28954 "loader/navigation_url_loader_network_service.cc",
955 "loader/navigation_url_loader_network_service.h",
mmenke87f5c77a2017-01-31 16:11:26956 "loader/null_resource_controller.cc",
957 "loader/null_resource_controller.h",
brettwb167c7332016-09-07 22:52:46958 "loader/redirect_to_file_resource_handler.cc",
959 "loader/redirect_to_file_resource_handler.h",
960 "loader/resource_buffer.cc",
961 "loader/resource_buffer.h",
tyoshino3b3ee8e92016-12-07 16:04:07962 "loader/resource_controller.h",
brettwb167c7332016-09-07 22:52:46963 "loader/resource_dispatcher_host_impl.cc",
964 "loader/resource_dispatcher_host_impl.h",
965 "loader/resource_handler.cc",
966 "loader/resource_handler.h",
967 "loader/resource_hints_impl.cc",
968 "loader/resource_loader.cc",
969 "loader/resource_loader.h",
970 "loader/resource_loader_delegate.h",
971 "loader/resource_message_delegate.cc",
972 "loader/resource_message_delegate.h",
973 "loader/resource_message_filter.cc",
974 "loader/resource_message_filter.h",
975 "loader/resource_request_info_impl.cc",
976 "loader/resource_request_info_impl.h",
horo227286f72016-11-29 11:10:33977 "loader/resource_requester_info.cc",
978 "loader/resource_requester_info.h",
brettwb167c7332016-09-07 22:52:46979 "loader/resource_scheduler.cc",
980 "loader/resource_scheduler.h",
981 "loader/resource_scheduler_filter.cc",
982 "loader/resource_scheduler_filter.h",
983 "loader/stream_resource_handler.cc",
984 "loader/stream_resource_handler.h",
985 "loader/stream_writer.cc",
986 "loader/stream_writer.h",
987 "loader/sync_resource_handler.cc",
988 "loader/sync_resource_handler.h",
989 "loader/temporary_file_stream.cc",
990 "loader/temporary_file_stream.h",
991 "loader/throttling_resource_handler.cc",
992 "loader/throttling_resource_handler.h",
993 "loader/upload_data_stream_builder.cc",
994 "loader/upload_data_stream_builder.h",
tzika6914612016-12-15 12:48:59995 "loader/upload_progress_tracker.cc",
996 "loader/upload_progress_tracker.h",
brettwb167c7332016-09-07 22:52:46997 "loader/url_loader_factory_impl.cc",
998 "loader/url_loader_factory_impl.h",
anantae60d1d42017-06-20 04:16:27999 "loader/url_loader_request_handler.cc",
kinuko69732972017-05-29 08:50:071000 "loader/url_loader_request_handler.h",
ke.he91eabe22017-05-19 04:02:111001 "loader/wake_lock_resource_throttle.cc",
1002 "loader/wake_lock_resource_throttle.h",
brettwb167c7332016-09-07 22:52:461003 "loader_delegate_impl.cc",
1004 "loader_delegate_impl.h",
1005 "mach_broker_mac.h",
1006 "mach_broker_mac.mm",
jinho.bang84cadc82017-06-14 16:59:341007 "manifest/manifest_icon_downloader.cc",
1008 "manifest/manifest_icon_selector.cc",
brettwb167c7332016-09-07 22:52:461009 "manifest/manifest_manager_host.cc",
1010 "manifest/manifest_manager_host.h",
brettwb167c7332016-09-07 22:52:461011 "media/android/browser_media_player_manager.cc",
1012 "media/android/browser_media_player_manager.h",
brettwb167c7332016-09-07 22:52:461013 "media/android/browser_surface_view_manager.cc",
1014 "media/android/browser_surface_view_manager.h",
1015 "media/android/media_player_renderer.cc",
1016 "media/android/media_player_renderer.h",
1017 "media/android/media_resource_getter_impl.cc",
1018 "media/android/media_resource_getter_impl.h",
brettwb167c7332016-09-07 22:52:461019 "media/android/media_web_contents_observer_android.cc",
1020 "media/android/media_web_contents_observer_android.h",
brettwb167c7332016-09-07 22:52:461021 "media/audible_metrics.cc",
1022 "media/audible_metrics.h",
1023 "media/audio_stream_monitor.cc",
1024 "media/audio_stream_monitor.h",
1025 "media/capture/audio_mirroring_manager.cc",
1026 "media/capture/audio_mirroring_manager.h",
brettwb167c7332016-09-07 22:52:461027 "media/capture/desktop_capture_device_uma_types.cc",
1028 "media/capture/desktop_capture_device_uma_types.h",
brettwb167c7332016-09-07 22:52:461029 "media/capture/web_contents_audio_input_stream.cc",
1030 "media/capture/web_contents_audio_input_stream.h",
1031 "media/capture/web_contents_audio_muter.cc",
1032 "media/capture/web_contents_audio_muter.h",
1033 "media/capture/web_contents_tracker.cc",
1034 "media/capture/web_contents_tracker.h",
xhwang5ba56be2016-12-13 07:13:031035 "media/cdm_registry_impl.cc",
1036 "media/cdm_registry_impl.h",
guidoudf036b32016-10-31 14:51:141037 "media/media_devices_permission_checker.cc",
1038 "media/media_devices_permission_checker.h",
guidou8a440b842017-01-30 13:58:431039 "media/media_devices_util.cc",
1040 "media/media_devices_util.h",
xhwangaa0bf6d2016-12-03 01:19:151041 "media/media_interface_proxy.cc",
1042 "media/media_interface_proxy.h",
brettwb167c7332016-09-07 22:52:461043 "media/media_internals.cc",
1044 "media/media_internals.h",
1045 "media/media_internals_handler.cc",
1046 "media/media_internals_handler.h",
1047 "media/media_internals_proxy.cc",
1048 "media/media_internals_proxy.h",
1049 "media/media_internals_ui.cc",
1050 "media/media_internals_ui.h",
1051 "media/media_web_contents_observer.cc",
1052 "media/media_web_contents_observer.h",
1053 "media/midi_host.cc",
1054 "media/midi_host.h",
zqzhanga2147f82016-10-18 22:53:261055 "media/session/audio_focus_delegate.h",
1056 "media/session/audio_focus_delegate_android.cc",
1057 "media/session/audio_focus_delegate_android.h",
1058 "media/session/audio_focus_delegate_default.cc",
brettwb167c7332016-09-07 22:52:461059 "media/session/audio_focus_manager.cc",
1060 "media/session/audio_focus_manager.h",
zqzhangd84e72872016-10-07 19:22:031061 "media/session/media_metadata_sanitizer.cc",
1062 "media/session/media_metadata_sanitizer.h",
zqzhang1adf3cb2016-11-01 11:26:451063 "media/session/media_session_android.cc",
1064 "media/session/media_session_android.h",
brettwb167c7332016-09-07 22:52:461065 "media/session/media_session_controller.cc",
1066 "media/session/media_session_controller.h",
1067 "media/session/media_session_controllers_manager.cc",
1068 "media/session/media_session_controllers_manager.h",
zqzhang1adf3cb2016-11-01 11:26:451069 "media/session/media_session_impl.cc",
1070 "media/session/media_session_impl.h",
zqzhanga2147f82016-10-18 22:53:261071 "media/session/media_session_player_observer.h",
zqzhangd84e72872016-10-07 19:22:031072 "media/session/media_session_service_impl.cc",
1073 "media/session/media_session_service_impl.h",
brettwb167c7332016-09-07 22:52:461074 "media/session/media_session_uma_helper.cc",
1075 "media/session/media_session_uma_helper.h",
slana0da4302016-11-07 17:37:011076 "media/url_provision_fetcher.cc",
1077 "media/url_provision_fetcher.h",
bashi810232f52017-03-03 04:38:021078 "memory/memory_condition_observer.cc",
1079 "memory/memory_condition_observer.h",
bashic5106fd2017-05-12 09:38:321080 "memory/memory_coordinator_default_policy.cc",
1081 "memory/memory_coordinator_default_policy.h",
bashi529cb14c2016-10-17 21:53:571082 "memory/memory_coordinator_impl.cc",
1083 "memory/memory_coordinator_impl.h",
bashia6264042016-09-15 04:49:511084 "memory/memory_monitor.cc",
1085 "memory/memory_monitor.h",
bashi66264142016-09-27 06:26:401086 "memory/memory_monitor_android.cc",
1087 "memory/memory_monitor_android.h",
bashia6264042016-09-15 04:49:511088 "memory/memory_monitor_win.cc",
1089 "memory/memory_monitor_win.h",
Scott Haseley7a02fce2017-08-01 21:55:011090 "memory/swap_metrics_delegate_uma.cc",
1091 "memory/swap_metrics_delegate_uma.h",
1092 "memory/swap_metrics_driver_impl.cc",
1093 "memory/swap_metrics_driver_impl.h",
1094 "memory/swap_metrics_driver_impl_linux.cc",
1095 "memory/swap_metrics_driver_impl_linux.h",
1096 "memory/swap_metrics_driver_impl_mac.cc",
1097 "memory/swap_metrics_driver_impl_mac.h",
1098 "memory/swap_metrics_driver_impl_win.cc",
brettwb167c7332016-09-07 22:52:461099 "message_port_provider.cc",
brettwb167c7332016-09-07 22:52:461100 "mime_registry_impl.cc",
1101 "mime_registry_impl.h",
brettwb167c7332016-09-07 22:52:461102 "net/browser_online_state_observer.cc",
1103 "net/browser_online_state_observer.h",
1104 "net/network_errors_listing_ui.cc",
1105 "net/network_errors_listing_ui.h",
tbansal15973c32017-05-10 18:40:441106 "net/network_quality_observer_impl.cc",
1107 "net/network_quality_observer_impl.h",
brettwb167c7332016-09-07 22:52:461108 "net/quota_policy_cookie_store.cc",
1109 "net/quota_policy_cookie_store.h",
juliatuttle95fe3cc52017-06-30 23:05:311110 "net/reporting_service_proxy.cc",
1111 "net/reporting_service_proxy.h",
brettwb167c7332016-09-07 22:52:461112 "net/view_blob_internals_job_factory.cc",
1113 "net/view_blob_internals_job_factory.h",
1114 "net/view_http_cache_job_factory.cc",
1115 "net/view_http_cache_job_factory.h",
1116 "notification_service_impl.cc",
1117 "notification_service_impl.h",
1118 "notifications/blink_notification_service_impl.cc",
1119 "notifications/blink_notification_service_impl.h",
1120 "notifications/notification_database.cc",
1121 "notifications/notification_database.h",
1122 "notifications/notification_database_data_conversions.cc",
1123 "notifications/notification_database_data_conversions.h",
1124 "notifications/notification_event_dispatcher_impl.cc",
1125 "notifications/notification_event_dispatcher_impl.h",
1126 "notifications/notification_id_generator.cc",
1127 "notifications/notification_id_generator.h",
1128 "notifications/notification_message_filter.cc",
1129 "notifications/notification_message_filter.h",
brettwb167c7332016-09-07 22:52:461130 "notifications/platform_notification_context_impl.cc",
1131 "notifications/platform_notification_context_impl.h",
1132 "notifications/type_converters.cc",
1133 "notifications/type_converters.h",
jinho.bang745d987b2016-12-14 19:06:541134 "payments/payment_app_context_impl.cc",
1135 "payments/payment_app_context_impl.h",
jinho.bangab430572016-12-16 14:33:581136 "payments/payment_app_database.cc",
1137 "payments/payment_app_database.h",
gogerald70b9dcb2017-07-05 05:28:491138 "payments/payment_app_info_fetcher.cc",
1139 "payments/payment_app_info_fetcher.h",
jinho.bangac34b3a32017-01-05 12:51:211140 "payments/payment_app_provider_impl.cc",
1141 "payments/payment_app_provider_impl.h",
gogeraldd8c5af342017-06-14 02:22:361142 "payments/payment_instrument_icon_fetcher.cc",
1143 "payments/payment_instrument_icon_fetcher.h",
jinho.bangbbb00c32017-03-30 15:09:091144 "payments/payment_manager.cc",
1145 "payments/payment_manager.h",
brettwb167c7332016-09-07 22:52:461146 "permissions/permission_service_context.cc",
1147 "permissions/permission_service_context.h",
1148 "permissions/permission_service_impl.cc",
1149 "permissions/permission_service_impl.h",
brettwb167c7332016-09-07 22:52:461150 "presentation/presentation_service_impl.cc",
1151 "presentation/presentation_service_impl.h",
awdf5f7440c2017-01-09 12:38:561152 "push_messaging/push_messaging_context.cc",
1153 "push_messaging/push_messaging_context.h",
ke.he5f426e322017-02-22 12:37:121154 "push_messaging/push_messaging_manager.cc",
1155 "push_messaging/push_messaging_manager.h",
brettwb167c7332016-09-07 22:52:461156 "push_messaging/push_messaging_router.cc",
1157 "push_messaging/push_messaging_router.h",
1158 "quota_dispatcher_host.cc",
1159 "quota_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:461160 "renderer_host/clipboard_message_filter.cc",
1161 "renderer_host/clipboard_message_filter.h",
1162 "renderer_host/clipboard_message_filter_mac.mm",
Ken Buchanan520f29c2017-07-13 23:29:511163 "renderer_host/cursor_manager.cc",
1164 "renderer_host/cursor_manager.h",
brettwb167c7332016-09-07 22:52:461165 "renderer_host/dip_util.cc",
1166 "renderer_host/dip_util.h",
1167 "renderer_host/dwrite_font_proxy_message_filter_win.cc",
1168 "renderer_host/dwrite_font_proxy_message_filter_win.h",
1169 "renderer_host/event_with_latency_info.h",
Stuart Langleye6f32c592017-09-27 04:35:181170 "renderer_host/file_utilities_host_impl.cc",
1171 "renderer_host/file_utilities_host_impl.h",
brettwb167c7332016-09-07 22:52:461172 "renderer_host/font_utils_linux.cc",
1173 "renderer_host/font_utils_linux.h",
Ken Buchanandaef006b2017-08-17 18:32:151174 "renderer_host/frame_connector_delegate.cc",
1175 "renderer_host/frame_connector_delegate.h",
brettwb167c7332016-09-07 22:52:461176 "renderer_host/frame_metadata_util.cc",
1177 "renderer_host/frame_metadata_util.h",
samans2040988b2017-04-11 23:58:351178 "renderer_host/frame_sink_provider_impl.cc",
1179 "renderer_host/frame_sink_provider_impl.h",
Sahel Sharify0b47aa62017-08-22 21:24:081180 "renderer_host/input/fling_controller.cc",
1181 "renderer_host/input/fling_controller.h",
brettwb167c7332016-09-07 22:52:461182 "renderer_host/input/gesture_event_queue.cc",
1183 "renderer_host/input/gesture_event_queue.h",
alexis.menardb12ba342017-04-15 09:01:191184 "renderer_host/input/input_device_change_observer.cc",
1185 "renderer_host/input/input_device_change_observer.h",
Hayley Ferrbb5c0152017-07-27 22:57:191186 "renderer_host/input/input_disposition_handler.h",
brettwb167c7332016-09-07 22:52:461187 "renderer_host/input/input_router.h",
1188 "renderer_host/input/input_router_client.h",
1189 "renderer_host/input/input_router_config_helper.cc",
1190 "renderer_host/input/input_router_config_helper.h",
Dave Tapuska8a112332017-07-24 17:23:181191 "renderer_host/input/input_router_impl.cc",
1192 "renderer_host/input/input_router_impl.h",
Dave Tapuskac268151b82017-06-12 13:59:211193 "renderer_host/input/legacy_input_router_impl.cc",
1194 "renderer_host/input/legacy_input_router_impl.h",
Dave Tapuskab336b922017-07-06 19:24:051195 "renderer_host/input/legacy_ipc_widget_input_handler.cc",
1196 "renderer_host/input/legacy_ipc_widget_input_handler.h",
dtapuska73607ca2017-01-27 17:20:191197 "renderer_host/input/legacy_touch_event_queue.cc",
1198 "renderer_host/input/legacy_touch_event_queue.h",
brettwb167c7332016-09-07 22:52:461199 "renderer_host/input/motion_event_web.cc",
1200 "renderer_host/input/motion_event_web.h",
1201 "renderer_host/input/mouse_wheel_event_queue.cc",
1202 "renderer_host/input/mouse_wheel_event_queue.h",
sahel09de0d012017-06-07 16:09:441203 "renderer_host/input/mouse_wheel_phase_handler.cc",
1204 "renderer_host/input/mouse_wheel_phase_handler.h",
brettwb167c7332016-09-07 22:52:461205 "renderer_host/input/mouse_wheel_rails_filter_mac.cc",
1206 "renderer_host/input/mouse_wheel_rails_filter_mac.h",
dtapuska53f9f4ee2017-02-27 01:14:261207 "renderer_host/input/passthrough_touch_event_queue.cc",
1208 "renderer_host/input/passthrough_touch_event_queue.h",
brettwb167c7332016-09-07 22:52:461209 "renderer_host/input/render_widget_host_latency_tracker.cc",
1210 "renderer_host/input/render_widget_host_latency_tracker.h",
1211 "renderer_host/input/stylus_text_selector.cc",
1212 "renderer_host/input/stylus_text_selector.h",
1213 "renderer_host/input/synthetic_gesture.cc",
1214 "renderer_host/input/synthetic_gesture.h",
1215 "renderer_host/input/synthetic_gesture_controller.cc",
1216 "renderer_host/input/synthetic_gesture_controller.h",
1217 "renderer_host/input/synthetic_gesture_target.h",
1218 "renderer_host/input/synthetic_gesture_target_aura.cc",
1219 "renderer_host/input/synthetic_gesture_target_aura.h",
1220 "renderer_host/input/synthetic_gesture_target_base.cc",
1221 "renderer_host/input/synthetic_gesture_target_base.h",
1222 "renderer_host/input/synthetic_gesture_target_mac.h",
1223 "renderer_host/input/synthetic_gesture_target_mac.mm",
lanwei1060f1f2016-11-28 23:00:311224 "renderer_host/input/synthetic_mouse_driver.cc",
1225 "renderer_host/input/synthetic_mouse_driver.h",
lanweid7de40d12017-01-26 22:52:191226 "renderer_host/input/synthetic_pen_driver.cc",
1227 "renderer_host/input/synthetic_pen_driver.h",
brettwb167c7332016-09-07 22:52:461228 "renderer_host/input/synthetic_pinch_gesture.cc",
1229 "renderer_host/input/synthetic_pinch_gesture.h",
brettwb167c7332016-09-07 22:52:461230 "renderer_host/input/synthetic_pointer_action.cc",
1231 "renderer_host/input/synthetic_pointer_action.h",
lanwei1060f1f2016-11-28 23:00:311232 "renderer_host/input/synthetic_pointer_driver.cc",
1233 "renderer_host/input/synthetic_pointer_driver.h",
brettwb167c7332016-09-07 22:52:461234 "renderer_host/input/synthetic_smooth_drag_gesture.cc",
1235 "renderer_host/input/synthetic_smooth_drag_gesture.h",
1236 "renderer_host/input/synthetic_smooth_move_gesture.cc",
1237 "renderer_host/input/synthetic_smooth_move_gesture.h",
1238 "renderer_host/input/synthetic_smooth_scroll_gesture.cc",
1239 "renderer_host/input/synthetic_smooth_scroll_gesture.h",
1240 "renderer_host/input/synthetic_tap_gesture.cc",
1241 "renderer_host/input/synthetic_tap_gesture.h",
lanwei1060f1f2016-11-28 23:00:311242 "renderer_host/input/synthetic_touch_driver.cc",
1243 "renderer_host/input/synthetic_touch_driver.h",
brettwb167c7332016-09-07 22:52:461244 "renderer_host/input/synthetic_touchpad_pinch_gesture.cc",
1245 "renderer_host/input/synthetic_touchpad_pinch_gesture.h",
1246 "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc",
1247 "renderer_host/input/synthetic_touchscreen_pinch_gesture.h",
1248 "renderer_host/input/tap_suppression_controller.cc",
1249 "renderer_host/input/tap_suppression_controller.h",
1250 "renderer_host/input/tap_suppression_controller_client.h",
1251 "renderer_host/input/timeout_monitor.cc",
1252 "renderer_host/input/timeout_monitor.h",
1253 "renderer_host/input/touch_action_filter.cc",
1254 "renderer_host/input/touch_action_filter.h",
1255 "renderer_host/input/touch_emulator.cc",
1256 "renderer_host/input/touch_emulator.h",
1257 "renderer_host/input/touch_emulator_client.h",
brettwb167c7332016-09-07 22:52:461258 "renderer_host/input/touch_event_queue.h",
1259 "renderer_host/input/touch_selection_controller_client_aura.cc",
1260 "renderer_host/input/touch_selection_controller_client_aura.h",
wjmaclean9a658312017-05-25 17:03:571261 "renderer_host/input/touch_selection_controller_client_child_frame.cc",
1262 "renderer_host/input/touch_selection_controller_client_child_frame.h",
dtapuska48fd5b92017-02-22 15:16:041263 "renderer_host/input/touch_timeout_handler.cc",
1264 "renderer_host/input/touch_timeout_handler.h",
brettwb167c7332016-09-07 22:52:461265 "renderer_host/input/touchpad_tap_suppression_controller.cc",
1266 "renderer_host/input/touchpad_tap_suppression_controller.h",
1267 "renderer_host/input/touchscreen_tap_suppression_controller.cc",
1268 "renderer_host/input/touchscreen_tap_suppression_controller.h",
1269 "renderer_host/input/web_input_event_builders_android.cc",
1270 "renderer_host/input/web_input_event_builders_android.h",
1271 "renderer_host/input/web_input_event_builders_mac.h",
1272 "renderer_host/input/web_input_event_builders_mac.mm",
1273 "renderer_host/legacy_render_widget_host_win.cc",
1274 "renderer_host/legacy_render_widget_host_win.h",
brettwb167c7332016-09-07 22:52:461275 "renderer_host/media/audio_input_device_manager.cc",
1276 "renderer_host/media/audio_input_device_manager.h",
1277 "renderer_host/media/audio_input_renderer_host.cc",
1278 "renderer_host/media/audio_input_renderer_host.h",
1279 "renderer_host/media/audio_input_sync_writer.cc",
1280 "renderer_host/media/audio_input_sync_writer.h",
maxmorinb08e8422016-11-18 09:34:011281 "renderer_host/media/audio_output_authorization_handler.cc",
1282 "renderer_host/media/audio_output_authorization_handler.h",
maxmorin5d6f36b2017-02-01 08:51:211283 "renderer_host/media/audio_output_delegate_impl.cc",
1284 "renderer_host/media/audio_output_delegate_impl.h",
brettwb167c7332016-09-07 22:52:461285 "renderer_host/media/audio_renderer_host.cc",
1286 "renderer_host/media/audio_renderer_host.h",
1287 "renderer_host/media/audio_sync_reader.cc",
1288 "renderer_host/media/audio_sync_reader.h",
chfremerc9148152017-04-17 17:10:261289 "renderer_host/media/in_process_launched_video_capture_device.cc",
1290 "renderer_host/media/in_process_launched_video_capture_device.h",
1291 "renderer_host/media/in_process_video_capture_device_launcher.cc",
1292 "renderer_host/media/in_process_video_capture_device_launcher.h",
chfremer3b099812017-04-11 17:30:501293 "renderer_host/media/in_process_video_capture_provider.cc",
1294 "renderer_host/media/in_process_video_capture_provider.h",
brettwb167c7332016-09-07 22:52:461295 "renderer_host/media/media_capture_devices_impl.cc",
1296 "renderer_host/media/media_capture_devices_impl.h",
guidou9357cc52016-10-11 19:53:361297 "renderer_host/media/media_devices_dispatcher_host.cc",
1298 "renderer_host/media/media_devices_dispatcher_host.h",
guidoucc6d4602016-09-23 21:28:431299 "renderer_host/media/media_devices_manager.cc",
1300 "renderer_host/media/media_devices_manager.h",
brettwb167c7332016-09-07 22:52:461301 "renderer_host/media/media_stream_dispatcher_host.cc",
1302 "renderer_host/media/media_stream_dispatcher_host.h",
1303 "renderer_host/media/media_stream_manager.cc",
1304 "renderer_host/media/media_stream_manager.h",
1305 "renderer_host/media/media_stream_provider.h",
1306 "renderer_host/media/media_stream_requester.h",
1307 "renderer_host/media/media_stream_track_metrics_host.cc",
1308 "renderer_host/media/media_stream_track_metrics_host.h",
1309 "renderer_host/media/media_stream_ui_proxy.cc",
1310 "renderer_host/media/media_stream_ui_proxy.h",
maxmorin2781f5ff2017-04-04 08:29:411311 "renderer_host/media/render_frame_audio_output_stream_factory.cc",
1312 "renderer_host/media/render_frame_audio_output_stream_factory.h",
1313 "renderer_host/media/renderer_audio_output_stream_factory_context.h",
1314 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.cc",
1315 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.h",
chfremer70b40e5122017-05-23 15:13:571316 "renderer_host/media/service_launched_video_capture_device.cc",
1317 "renderer_host/media/service_launched_video_capture_device.h",
1318 "renderer_host/media/service_video_capture_device_launcher.cc",
1319 "renderer_host/media/service_video_capture_device_launcher.h",
1320 "renderer_host/media/service_video_capture_provider.cc",
1321 "renderer_host/media/service_video_capture_provider.h",
brettwb167c7332016-09-07 22:52:461322 "renderer_host/media/video_capture_controller.cc",
1323 "renderer_host/media/video_capture_controller.h",
1324 "renderer_host/media/video_capture_controller_event_handler.h",
chfremerc9148152017-04-17 17:10:261325 "renderer_host/media/video_capture_device_launch_observer.h",
Christian Fremereyee5b64222017-08-29 14:57:221326 "renderer_host/media/video_capture_factory_delegate.cc",
1327 "renderer_host/media/video_capture_factory_delegate.h",
brettwb167c7332016-09-07 22:52:461328 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1329 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1330 "renderer_host/media/video_capture_host.cc",
1331 "renderer_host/media/video_capture_host.h",
1332 "renderer_host/media/video_capture_manager.cc",
1333 "renderer_host/media/video_capture_manager.h",
chfremer3b099812017-04-11 17:30:501334 "renderer_host/media/video_capture_provider.h",
chfremer70b40e5122017-05-23 15:13:571335 "renderer_host/media/video_capture_provider_switcher.cc",
1336 "renderer_host/media/video_capture_provider_switcher.h",
brettwb167c7332016-09-07 22:52:461337 "renderer_host/native_web_keyboard_event_aura.cc",
1338 "renderer_host/native_web_keyboard_event_mac.mm",
kylechar30b894d2017-04-13 12:09:251339 "renderer_host/offscreen_canvas_provider_impl.cc",
1340 "renderer_host/offscreen_canvas_provider_impl.h",
brettwb167c7332016-09-07 22:52:461341 "renderer_host/offscreen_canvas_surface_impl.cc",
1342 "renderer_host/offscreen_canvas_surface_impl.h",
1343 "renderer_host/overscroll_configuration.cc",
1344 "renderer_host/overscroll_controller.cc",
1345 "renderer_host/overscroll_controller.h",
1346 "renderer_host/overscroll_controller_delegate.h",
1347 "renderer_host/render_message_filter.cc",
1348 "renderer_host/render_message_filter.h",
1349 "renderer_host/render_process_host_impl.cc",
1350 "renderer_host/render_process_host_impl.h",
brettwb167c7332016-09-07 22:52:461351 "renderer_host/render_view_host_delegate.cc",
1352 "renderer_host/render_view_host_delegate.h",
rlanday7f2ec7f2016-12-14 02:28:341353 "renderer_host/render_view_host_delegate_view.cc",
brettwb167c7332016-09-07 22:52:461354 "renderer_host/render_view_host_delegate_view.h",
1355 "renderer_host/render_view_host_factory.cc",
1356 "renderer_host/render_view_host_factory.h",
1357 "renderer_host/render_view_host_impl.cc",
1358 "renderer_host/render_view_host_impl.h",
1359 "renderer_host/render_widget_helper.cc",
1360 "renderer_host/render_widget_helper.h",
1361 "renderer_host/render_widget_host_delegate.cc",
1362 "renderer_host/render_widget_host_delegate.h",
1363 "renderer_host/render_widget_host_impl.cc",
1364 "renderer_host/render_widget_host_impl.h",
1365 "renderer_host/render_widget_host_input_event_router.cc",
1366 "renderer_host/render_widget_host_input_event_router.h",
1367 "renderer_host/render_widget_host_owner_delegate.h",
1368 "renderer_host/render_widget_host_view_aura.cc",
1369 "renderer_host/render_widget_host_view_aura.h",
1370 "renderer_host/render_widget_host_view_base.cc",
1371 "renderer_host/render_widget_host_view_base.h",
1372 "renderer_host/render_widget_host_view_base_observer.cc",
1373 "renderer_host/render_widget_host_view_base_observer.h",
Ken Buchanandaef006b2017-08-17 18:32:151374 "renderer_host/render_widget_host_view_child_frame.cc",
1375 "renderer_host/render_widget_host_view_child_frame.h",
samans5846cb2c2017-01-31 03:09:471376 "renderer_host/render_widget_host_view_frame_subscriber.h",
brettwb167c7332016-09-07 22:52:461377 "renderer_host/render_widget_host_view_mac.h",
1378 "renderer_host/render_widget_host_view_mac.mm",
1379 "renderer_host/render_widget_host_view_mac_dictionary_helper.h",
1380 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm",
1381 "renderer_host/render_widget_host_view_mac_editcommand_helper.h",
1382 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm",
brettwb167c7332016-09-07 22:52:461383 "renderer_host/text_input_client_mac.h",
1384 "renderer_host/text_input_client_mac.mm",
1385 "renderer_host/text_input_client_message_filter.h",
1386 "renderer_host/text_input_client_message_filter.mm",
1387 "renderer_host/text_input_manager.cc",
1388 "renderer_host/text_input_manager.h",
1389 "renderer_host/ui_events_helper.cc",
1390 "renderer_host/ui_events_helper.h",
Stuart Langley0454b952017-09-16 03:57:521391 "renderer_host/web_database_host_impl.cc",
1392 "renderer_host/web_database_host_impl.h",
brettwb167c7332016-09-07 22:52:461393 "renderer_host/webmenurunner_mac.h",
1394 "renderer_host/webmenurunner_mac.mm",
1395 "resolve_proxy_msg_helper.cc",
1396 "resolve_proxy_msg_helper.h",
1397 "resource_context_impl.cc",
1398 "resource_context_impl.h",
Vladimir Levin11a23b12017-09-11 23:13:301399 "sandbox_host_linux.cc",
1400 "sandbox_host_linux.h",
1401 "sandbox_ipc_linux.cc",
1402 "sandbox_ipc_linux.h",
kerrnel0f7a1922017-06-26 23:40:581403 "sandbox_parameters_mac.h",
1404 "sandbox_parameters_mac.mm",
leon.han552e9de2017-02-09 14:37:301405 "screen_orientation/screen_orientation_provider.cc",
1406 "screen_orientation/screen_orientation_provider.h",
Ken Rockotc7a279c2017-05-04 23:51:451407 "service_manager/common_browser_interfaces.cc",
1408 "service_manager/common_browser_interfaces.h",
benff461632016-10-06 14:27:331409 "service_manager/service_manager_context.cc",
1410 "service_manager/service_manager_context.h",
Kinuko Yasuda914325122017-09-14 18:03:331411 "service_worker/browser_side_controller_service_worker.cc",
1412 "service_worker/browser_side_controller_service_worker.h",
brettwb167c7332016-09-07 22:52:461413 "service_worker/embedded_worker_instance.cc",
1414 "service_worker/embedded_worker_instance.h",
1415 "service_worker/embedded_worker_registry.cc",
1416 "service_worker/embedded_worker_registry.h",
1417 "service_worker/embedded_worker_status.h",
1418 "service_worker/foreign_fetch_request_handler.cc",
1419 "service_worker/foreign_fetch_request_handler.h",
1420 "service_worker/link_header_support.cc",
1421 "service_worker/link_header_support.h",
1422 "service_worker/service_worker_blob_reader.cc",
1423 "service_worker/service_worker_blob_reader.h",
1424 "service_worker/service_worker_cache_writer.cc",
1425 "service_worker/service_worker_cache_writer.h",
1426 "service_worker/service_worker_client_utils.cc",
1427 "service_worker/service_worker_client_utils.h",
Yuki Yamadaa20ac9c2017-08-10 08:04:201428 "service_worker/service_worker_content_settings_proxy_impl.cc",
1429 "service_worker/service_worker_content_settings_proxy_impl.h",
brettwb167c7332016-09-07 22:52:461430 "service_worker/service_worker_context_core.cc",
1431 "service_worker/service_worker_context_core.h",
dominickneadb0e92017-06-13 03:23:371432 "service_worker/service_worker_context_core_observer.h",
brettwb167c7332016-09-07 22:52:461433 "service_worker/service_worker_context_request_handler.cc",
1434 "service_worker/service_worker_context_request_handler.h",
1435 "service_worker/service_worker_context_watcher.cc",
1436 "service_worker/service_worker_context_watcher.h",
1437 "service_worker/service_worker_context_wrapper.cc",
1438 "service_worker/service_worker_context_wrapper.h",
1439 "service_worker/service_worker_controllee_request_handler.cc",
1440 "service_worker/service_worker_controllee_request_handler.h",
shimazu1ac68cf2017-04-20 06:03:461441 "service_worker/service_worker_data_pipe_reader.cc",
1442 "service_worker/service_worker_data_pipe_reader.h",
brettwb167c7332016-09-07 22:52:461443 "service_worker/service_worker_database.cc",
1444 "service_worker/service_worker_database.h",
brettwb167c7332016-09-07 22:52:461445 "service_worker/service_worker_disk_cache.cc",
1446 "service_worker/service_worker_disk_cache.h",
1447 "service_worker/service_worker_dispatcher_host.cc",
1448 "service_worker/service_worker_dispatcher_host.h",
1449 "service_worker/service_worker_fetch_dispatcher.cc",
1450 "service_worker/service_worker_fetch_dispatcher.h",
1451 "service_worker/service_worker_handle.cc",
1452 "service_worker/service_worker_handle.h",
1453 "service_worker/service_worker_info.cc",
1454 "service_worker/service_worker_info.h",
Makoto Shimazu166906a2017-07-12 06:04:011455 "service_worker/service_worker_installed_scripts_sender.cc",
1456 "service_worker/service_worker_installed_scripts_sender.h",
brettwb167c7332016-09-07 22:52:461457 "service_worker/service_worker_internals_ui.cc",
1458 "service_worker/service_worker_internals_ui.h",
1459 "service_worker/service_worker_job_coordinator.cc",
1460 "service_worker/service_worker_job_coordinator.h",
falkenf93cb21f2017-03-17 03:05:301461 "service_worker/service_worker_lifetime_tracker.cc",
1462 "service_worker/service_worker_lifetime_tracker.h",
brettwb167c7332016-09-07 22:52:461463 "service_worker/service_worker_metrics.cc",
1464 "service_worker/service_worker_metrics.h",
clamydf7927e2016-09-22 13:03:141465 "service_worker/service_worker_navigation_handle.cc",
1466 "service_worker/service_worker_navigation_handle.h",
1467 "service_worker/service_worker_navigation_handle_core.cc",
1468 "service_worker/service_worker_navigation_handle_core.h",
brettwb167c7332016-09-07 22:52:461469 "service_worker/service_worker_process_manager.cc",
1470 "service_worker/service_worker_process_manager.h",
1471 "service_worker/service_worker_provider_host.cc",
1472 "service_worker/service_worker_provider_host.h",
1473 "service_worker/service_worker_quota_client.cc",
1474 "service_worker/service_worker_quota_client.h",
1475 "service_worker/service_worker_read_from_cache_job.cc",
1476 "service_worker/service_worker_read_from_cache_job.h",
1477 "service_worker/service_worker_register_job.cc",
1478 "service_worker/service_worker_register_job.h",
1479 "service_worker/service_worker_register_job_base.h",
1480 "service_worker/service_worker_registration.cc",
1481 "service_worker/service_worker_registration.h",
1482 "service_worker/service_worker_registration_handle.cc",
1483 "service_worker/service_worker_registration_handle.h",
1484 "service_worker/service_worker_registration_status.cc",
1485 "service_worker/service_worker_registration_status.h",
1486 "service_worker/service_worker_request_handler.cc",
1487 "service_worker/service_worker_request_handler.h",
1488 "service_worker/service_worker_response_info.cc",
1489 "service_worker/service_worker_response_info.h",
1490 "service_worker/service_worker_script_cache_map.cc",
1491 "service_worker/service_worker_script_cache_map.h",
Hiroki Nakagawaf696f1ca2017-08-16 11:41:281492 "service_worker/service_worker_script_url_loader.cc",
1493 "service_worker/service_worker_script_url_loader.h",
1494 "service_worker/service_worker_script_url_loader_factory.cc",
1495 "service_worker/service_worker_script_url_loader_factory.h",
brettwb167c7332016-09-07 22:52:461496 "service_worker/service_worker_storage.cc",
1497 "service_worker/service_worker_storage.h",
xzhan96a59fb762017-09-27 17:51:391498 "service_worker/service_worker_type_converters.cc",
1499 "service_worker/service_worker_type_converters.h",
brettwb167c7332016-09-07 22:52:461500 "service_worker/service_worker_unregister_job.cc",
1501 "service_worker/service_worker_unregister_job.h",
scottmg30fc2c92017-05-18 08:42:021502 "service_worker/service_worker_url_job_wrapper.cc",
1503 "service_worker/service_worker_url_job_wrapper.h",
kinukod9008b22017-06-08 09:26:181504 "service_worker/service_worker_url_loader_job.cc",
1505 "service_worker/service_worker_url_loader_job.h",
brettwb167c7332016-09-07 22:52:461506 "service_worker/service_worker_url_request_job.cc",
1507 "service_worker/service_worker_url_request_job.h",
1508 "service_worker/service_worker_version.cc",
1509 "service_worker/service_worker_version.h",
1510 "service_worker/service_worker_write_to_cache_job.cc",
1511 "service_worker/service_worker_write_to_cache_job.h",
Darin Fisher7d01ede2017-09-09 00:48:391512 "shared_worker/shared_worker_connector_impl.cc",
1513 "shared_worker/shared_worker_connector_impl.h",
Yuki Yamada68992b02017-07-31 06:13:451514 "shared_worker/shared_worker_content_settings_proxy_impl.cc",
1515 "shared_worker/shared_worker_content_settings_proxy_impl.h",
brettwb167c7332016-09-07 22:52:461516 "shared_worker/shared_worker_host.cc",
1517 "shared_worker/shared_worker_host.h",
1518 "shared_worker/shared_worker_instance.cc",
1519 "shared_worker/shared_worker_instance.h",
brettwb167c7332016-09-07 22:52:461520 "shared_worker/shared_worker_service_impl.cc",
1521 "shared_worker/shared_worker_service_impl.h",
brettwb167c7332016-09-07 22:52:461522 "shared_worker/worker_storage_partition.cc",
1523 "shared_worker/worker_storage_partition.h",
1524 "site_instance_impl.cc",
1525 "site_instance_impl.h",
brettwb167c7332016-09-07 22:52:461526 "speech/speech_recognition_dispatcher_host.cc",
1527 "speech/speech_recognition_dispatcher_host.h",
brettwb167c7332016-09-07 22:52:461528 "speech/speech_recognition_manager_impl.cc",
1529 "speech/speech_recognition_manager_impl.h",
1530 "speech/speech_recognizer.h",
brettwb167c7332016-09-07 22:52:461531 "speech/speech_recognizer_impl_android.cc",
1532 "speech/speech_recognizer_impl_android.h",
Jochen Eisingerbc991412017-07-14 22:06:221533 "ssl/ignore_errors_cert_verifier.cc",
brettwb167c7332016-09-07 22:52:461534 "ssl/ssl_client_auth_handler.cc",
1535 "ssl/ssl_client_auth_handler.h",
1536 "ssl/ssl_error_handler.cc",
1537 "ssl/ssl_error_handler.h",
1538 "ssl/ssl_manager.cc",
1539 "ssl/ssl_manager.h",
brettwb167c7332016-09-07 22:52:461540 "startup_task_runner.cc",
1541 "startup_task_runner.h",
1542 "storage_partition_impl.cc",
1543 "storage_partition_impl.h",
1544 "storage_partition_impl_map.cc",
1545 "storage_partition_impl_map.h",
1546 "streams/stream.cc",
1547 "streams/stream.h",
1548 "streams/stream_context.cc",
1549 "streams/stream_context.h",
1550 "streams/stream_handle_impl.cc",
1551 "streams/stream_handle_impl.h",
1552 "streams/stream_read_observer.h",
1553 "streams/stream_register_observer.h",
1554 "streams/stream_registry.cc",
1555 "streams/stream_registry.h",
1556 "streams/stream_url_request_job.cc",
1557 "streams/stream_url_request_job.h",
1558 "streams/stream_write_observer.h",
1559 "theme_helper_mac.h",
1560 "theme_helper_mac.mm",
ssideb549622017-03-29 21:46:001561 "tracing/background_memory_tracing_observer.cc",
1562 "tracing/background_memory_tracing_observer.h",
brettwb167c7332016-09-07 22:52:461563 "tracing/background_tracing_config_impl.cc",
1564 "tracing/background_tracing_config_impl.h",
1565 "tracing/background_tracing_manager_impl.cc",
1566 "tracing/background_tracing_manager_impl.h",
1567 "tracing/background_tracing_rule.cc",
1568 "tracing/background_tracing_rule.h",
1569 "tracing/etw_tracing_agent_win.cc",
1570 "tracing/etw_tracing_agent_win.h",
1571 "tracing/file_tracing_provider_impl.cc",
1572 "tracing/file_tracing_provider_impl.h",
1573 "tracing/trace_message_filter.cc",
1574 "tracing/trace_message_filter.h",
1575 "tracing/tracing_controller_impl.cc",
1576 "tracing/tracing_controller_impl.h",
Ehsan Chiniforooshanc77b44e2017-10-10 18:12:101577 "tracing/tracing_controller_impl_data_endpoint.cc",
brettwb167c7332016-09-07 22:52:461578 "tracing/tracing_ui.cc",
1579 "tracing/tracing_ui.h",
jamc1905862017-05-16 14:45:301580 "url_loader_factory_getter.cc",
1581 "url_loader_factory_getter.h",
brettwb167c7332016-09-07 22:52:461582 "utility_process_host_impl.cc",
1583 "utility_process_host_impl.h",
blundelle75a8f92017-03-27 08:11:171584 "wake_lock/wake_lock_context_host.cc",
1585 "wake_lock/wake_lock_context_host.h",
brettwb167c7332016-09-07 22:52:461586 "web_contents/aura/gesture_nav_simple.cc",
1587 "web_contents/aura/gesture_nav_simple.h",
1588 "web_contents/aura/overscroll_navigation_overlay.cc",
1589 "web_contents/aura/overscroll_navigation_overlay.h",
1590 "web_contents/aura/overscroll_window_animation.cc",
1591 "web_contents/aura/overscroll_window_animation.h",
1592 "web_contents/aura/overscroll_window_delegate.cc",
1593 "web_contents/aura/overscroll_window_delegate.h",
1594 "web_contents/aura/shadow_layer_delegate.cc",
1595 "web_contents/aura/shadow_layer_delegate.h",
mfomitchev06b846452017-07-25 23:39:091596 "web_contents/aura/types.cc",
1597 "web_contents/aura/types.h",
brettwb167c7332016-09-07 22:52:461598 "web_contents/web_contents_impl.cc",
1599 "web_contents/web_contents_impl.h",
1600 "web_contents/web_contents_view.h",
1601 "web_contents/web_contents_view_aura.cc",
1602 "web_contents/web_contents_view_aura.h",
1603 "web_contents/web_contents_view_child_frame.cc",
1604 "web_contents/web_contents_view_child_frame.h",
1605 "web_contents/web_contents_view_guest.cc",
1606 "web_contents/web_contents_view_guest.h",
1607 "web_contents/web_contents_view_mac.h",
1608 "web_contents/web_contents_view_mac.mm",
1609 "web_contents/web_drag_dest_mac.h",
1610 "web_contents/web_drag_dest_mac.mm",
1611 "web_contents/web_drag_source_mac.h",
1612 "web_contents/web_drag_source_mac.mm",
1613 "web_contents/web_drag_utils_win.cc",
1614 "web_contents/web_drag_utils_win.h",
kpaulhamus7c9f00942017-06-30 11:08:451615 "webauth/authenticator_impl.cc",
1616 "webauth/authenticator_impl.h",
Kim Paulhamus6efcf4952017-09-14 22:46:271617 "webauth/cbor/cbor_values.cc",
1618 "webauth/cbor/cbor_values.h",
1619 "webauth/cbor/cbor_writer.cc",
1620 "webauth/cbor/cbor_writer.h",
yhirano4a593832016-10-24 18:58:221621 "websockets/websocket_handshake_request_info_impl.cc",
1622 "websockets/websocket_handshake_request_info_impl.h",
brettwb167c7332016-09-07 22:52:461623 "websockets/websocket_impl.cc",
1624 "websockets/websocket_impl.h",
1625 "websockets/websocket_manager.cc",
1626 "websockets/websocket_manager.h",
1627 "webui/content_web_ui_controller_factory.cc",
1628 "webui/content_web_ui_controller_factory.h",
1629 "webui/generic_handler.cc",
1630 "webui/generic_handler.h",
dschuyler613a1032016-12-15 19:22:351631 "webui/i18n_source_stream.cc",
1632 "webui/i18n_source_stream.h",
jam4374b952017-05-10 21:16:411633 "webui/network_error_url_loader.cc",
1634 "webui/network_error_url_loader.h",
brettwb167c7332016-09-07 22:52:461635 "webui/shared_resources_data_source.cc",
1636 "webui/shared_resources_data_source.h",
1637 "webui/url_data_manager.cc",
1638 "webui/url_data_manager.h",
1639 "webui/url_data_manager_backend.cc",
1640 "webui/url_data_manager_backend.h",
1641 "webui/url_data_source_impl.cc",
1642 "webui/url_data_source_impl.h",
1643 "webui/web_ui_controller_factory_registry.cc",
1644 "webui/web_ui_controller_factory_registry.h",
1645 "webui/web_ui_data_source_impl.cc",
1646 "webui/web_ui_data_source_impl.h",
1647 "webui/web_ui_impl.cc",
1648 "webui/web_ui_impl.h",
1649 "webui/web_ui_message_handler.cc",
jam8c4edd02017-05-06 18:50:331650 "webui/web_ui_url_loader_factory.cc",
1651 "webui/web_ui_url_loader_factory.h",
brettwb167c7332016-09-07 22:52:461652 "zygote_host/zygote_communication_linux.cc",
1653 "zygote_host/zygote_communication_linux.h",
1654 "zygote_host/zygote_handle_linux.cc",
1655 "zygote_host/zygote_host_impl_linux.cc",
1656 "zygote_host/zygote_host_impl_linux.h",
1657 ]
[email protected]743530f2014-06-12 19:38:501658
[email protected]4db51ec2014-05-29 21:08:321659 if (toolkit_views) {
1660 deps += [ "//ui/events" ]
1661 }
1662
bcwhite98900b02016-09-19 20:13:031663 # ChromeOS also defines linux but their memory-monitors conflict.
1664 if (is_chromeos) {
1665 sources += [
1666 "memory/memory_monitor_chromeos.cc",
1667 "memory/memory_monitor_chromeos.h",
Ehsan Chiniforooshanc77b44e2017-10-10 18:12:101668 "tracing/arc_tracing_agent_impl.cc",
1669 "tracing/arc_tracing_agent_impl.h",
1670 "tracing/cros_tracing_agent.cc",
1671 "tracing/cros_tracing_agent.h",
bcwhite98900b02016-09-19 20:13:031672 ]
1673 } else {
1674 sources += [
1675 "memory/memory_monitor_linux.cc",
1676 "memory/memory_monitor_linux.h",
1677 ]
1678 }
1679
Kevin Marshall3caecccb72017-08-17 01:47:371680 if (is_fuchsia) {
morritad95714f2014-10-01 02:37:241681 sources += [
Kevin Marshall3caecccb72017-08-17 01:47:371682 "child_process_launcher_helper_fuchsia.cc",
1683 "memory/memory_monitor_fuchsia.cc",
1684 ]
1685 } else if (is_posix) {
1686 sources += [
1687 "child_process_launcher_helper_posix.cc",
1688 "child_process_launcher_helper_posix.h",
brettw3c98c7d32017-07-25 01:44:201689 "posix_file_descriptor_info_impl.cc",
1690 "posix_file_descriptor_info_impl.h",
morritad95714f2014-10-01 02:37:241691 ]
[email protected]4db51ec2014-05-29 21:08:321692 }
1693
vitalybuka93eea402014-11-05 23:47:151694 if (enable_basic_printing || enable_print_preview) {
[email protected]743530f2014-06-12 19:38:501695 deps += [ "//printing" ]
[email protected]4db51ec2014-05-29 21:08:321696 }
1697
jamb3c1195df2016-03-21 20:41:291698 if (!is_mac) {
[email protected]743530f2014-06-12 19:38:501699 deps += [ "//sandbox" ]
1700 }
jamb3c1195df2016-03-21 20:41:291701 if (!is_android) {
mohsenc8b9ca7e2017-02-14 05:39:411702 deps += [
Evan Stade619a89be2017-07-17 20:24:261703 "//components/vector_icons",
mohsenc8b9ca7e2017-02-14 05:39:411704 "//content/browser/tracing:resources",
mohsenc8b9ca7e2017-02-14 05:39:411705 ]
[email protected]743530f2014-06-12 19:38:501706 }
charlieab9973242016-02-02 16:22:161707 if ((use_udev && is_posix) || is_mac || is_win) {
1708 deps += [ "//tools/battor_agent:battor_agent_lib" ]
1709 sources += [
1710 "tracing/power_tracing_agent.cc",
1711 "tracing/power_tracing_agent.h",
1712 ]
1713 }
[email protected]743530f2014-06-12 19:38:501714
1715 if (enable_webrtc) {
brettwb167c7332016-09-07 22:52:461716 sources += [
1717 "renderer_host/media/peer_connection_tracker_host.cc",
1718 "renderer_host/media/peer_connection_tracker_host.h",
1719 "renderer_host/p2p/socket_dispatcher_host.cc",
1720 "renderer_host/p2p/socket_dispatcher_host.h",
1721 "renderer_host/p2p/socket_host.cc",
1722 "renderer_host/p2p/socket_host.h",
1723 "renderer_host/p2p/socket_host_tcp.cc",
1724 "renderer_host/p2p/socket_host_tcp.h",
1725 "renderer_host/p2p/socket_host_tcp_server.cc",
1726 "renderer_host/p2p/socket_host_tcp_server.h",
1727 "renderer_host/p2p/socket_host_throttler.cc",
1728 "renderer_host/p2p/socket_host_throttler.h",
1729 "renderer_host/p2p/socket_host_udp.cc",
1730 "renderer_host/p2p/socket_host_udp.h",
1731 "webrtc/webrtc_eventlog_host.cc",
1732 "webrtc/webrtc_eventlog_host.h",
1733 "webrtc/webrtc_internals.cc",
1734 "webrtc/webrtc_internals.h",
1735 "webrtc/webrtc_internals_message_handler.cc",
1736 "webrtc/webrtc_internals_message_handler.h",
1737 "webrtc/webrtc_internals_ui.cc",
1738 "webrtc/webrtc_internals_ui.h",
1739 "webrtc/webrtc_internals_ui_observer.h",
1740 ]
1741
brettwf94a6cd2016-01-28 23:57:291742 deps += [
1743 "//jingle:jingle_glue",
magjed828787a2016-12-06 16:05:001744 "//third_party/webrtc/media:rtc_media_base",
mbjorgecbac8082016-04-21 01:14:231745 "//third_party/webrtc/modules/desktop_capture:primitives",
juliatuttle95fe3cc52017-06-30 23:05:311746 "//third_party/webrtc/rtc_base:rtc_base",
brettwf94a6cd2016-01-28 23:57:291747 ]
[email protected]743530f2014-06-12 19:38:501748 }
1749
byungchulc164a2542017-01-11 18:18:261750 # Desktop screen capture implementations, conditionally built depending on
1751 # the available implementations for each platform.
miu32fb8992017-01-04 01:38:531752 if (is_linux || is_mac || is_win) {
1753 defines += [ "ENABLE_SCREEN_CAPTURE=1" ]
1754 sources += [
braveyao2f9c86302017-01-06 18:06:281755 "media/capture/cursor_renderer.cc",
miu32fb8992017-01-04 01:38:531756 "media/capture/cursor_renderer.h",
1757 "media/capture/web_contents_video_capture_device.cc",
1758 "media/capture/web_contents_video_capture_device.h",
1759 "media/capture/window_activity_tracker.cc",
1760 "media/capture/window_activity_tracker.h",
1761 ]
1762 if (use_aura) {
1763 sources += [
1764 "media/capture/aura_window_capture_machine.cc",
1765 "media/capture/aura_window_capture_machine.h",
1766 "media/capture/cursor_renderer_aura.cc",
1767 "media/capture/cursor_renderer_aura.h",
1768 "media/capture/desktop_capture_device_aura.cc",
1769 "media/capture/desktop_capture_device_aura.h",
1770 "media/capture/window_activity_tracker_aura.cc",
1771 "media/capture/window_activity_tracker_aura.h",
1772 ]
1773 }
1774 if (is_mac) {
1775 sources += [
1776 "media/capture/cursor_renderer_mac.h",
1777 "media/capture/cursor_renderer_mac.mm",
1778 "media/capture/window_activity_tracker_mac.h",
1779 "media/capture/window_activity_tracker_mac.mm",
1780 ]
kerrnel0f7a1922017-06-26 23:40:581781 deps += [ "//sandbox/mac:seatbelt" ]
miu32fb8992017-01-04 01:38:531782 }
byungchulc164a2542017-01-11 18:18:261783 if (enable_webrtc) {
1784 sources += [
1785 "media/capture/desktop_capture_device.cc",
1786 "media/capture/desktop_capture_device.h",
1787 ]
1788 deps += [ "//third_party/webrtc/modules/desktop_capture" ]
zijiehe96d69872017-07-25 21:32:321789 public_deps += [ "//third_party/webrtc_overrides:init_webrtc" ]
byungchulc164a2542017-01-11 18:18:261790 }
miu32fb8992017-01-04 01:38:531791 }
1792
[email protected]743530f2014-06-12 19:38:501793 if (is_win) {
[email protected]743530f2014-06-12 19:38:501794 defines += [
1795 # This prevents the inclusion of atlhost.h which paired
1796 # with the windows 8 sdk it does the wrong thing.
1797 "__ATLHOST_H__",
1798 ]
1799 deps += [
[email protected]bf94f9d2014-06-17 20:33:531800 "//third_party/iaccessible2",
1801 "//third_party/isimpledom",
[email protected]743530f2014-06-12 19:38:501802 ]
1803 libs += [
1804 "comctl32.lib",
1805 "dinput8.lib",
1806 "dwmapi.lib",
1807 "dxguid.lib",
jam6ce80492016-03-22 22:00:211808 "imm32.lib",
brettw44a5cf82015-04-08 19:48:221809 "oleacc.lib",
[email protected]743530f2014-06-12 19:38:501810 "portabledeviceguids.lib",
1811 ]
[email protected]743530f2014-06-12 19:38:501812 }
1813
[email protected]743530f2014-06-12 19:38:501814 if (use_udev) {
mcasas9d2063682016-02-11 22:12:391815 deps += [
1816 "//device/udev_linux",
mcasasf261a502016-02-26 23:40:331817 "//media/capture",
[email protected]743530f2014-06-12 19:38:501818 ]
1819 }
1820
1821 if (enable_plugins) {
brettwb167c7332016-09-07 22:52:461822 sources += [
1823 "../public/browser/plugin_service.h",
1824 "media/session/pepper_playback_observer.cc",
1825 "media/session/pepper_playback_observer.h",
1826 "media/session/pepper_player_delegate.cc",
1827 "media/session/pepper_player_delegate.h",
1828 "pepper_flash_settings_helper_impl.cc",
1829 "pepper_flash_settings_helper_impl.h",
1830 "plugin_content_origin_whitelist.cc",
1831 "plugin_content_origin_whitelist.h",
1832 "plugin_data_remover_impl.cc",
1833 "plugin_data_remover_impl.h",
1834 "plugin_private_storage_helper.cc",
1835 "plugin_private_storage_helper.h",
1836 "plugin_service_impl.cc",
1837 "plugin_service_impl.h",
1838 "ppapi_plugin_process_host.cc",
1839 "ppapi_plugin_process_host.h",
1840 "renderer_host/pepper/browser_ppapi_host_impl.cc",
1841 "renderer_host/pepper/browser_ppapi_host_impl.h",
1842 "renderer_host/pepper/content_browser_pepper_host_factory.cc",
1843 "renderer_host/pepper/content_browser_pepper_host_factory.h",
1844 "renderer_host/pepper/pepper_browser_font_singleton_host.cc",
1845 "renderer_host/pepper/pepper_browser_font_singleton_host.h",
1846 "renderer_host/pepper/pepper_external_file_ref_backend.cc",
1847 "renderer_host/pepper/pepper_external_file_ref_backend.h",
1848 "renderer_host/pepper/pepper_file_io_host.cc",
1849 "renderer_host/pepper/pepper_file_io_host.h",
1850 "renderer_host/pepper/pepper_file_ref_host.cc",
1851 "renderer_host/pepper/pepper_file_ref_host.h",
1852 "renderer_host/pepper/pepper_file_system_browser_host.cc",
1853 "renderer_host/pepper/pepper_file_system_browser_host.h",
1854 "renderer_host/pepper/pepper_flash_file_message_filter.cc",
1855 "renderer_host/pepper/pepper_flash_file_message_filter.h",
1856 "renderer_host/pepper/pepper_gamepad_host.cc",
1857 "renderer_host/pepper/pepper_gamepad_host.h",
1858 "renderer_host/pepper/pepper_host_resolver_message_filter.cc",
1859 "renderer_host/pepper/pepper_host_resolver_message_filter.h",
1860 "renderer_host/pepper/pepper_internal_file_ref_backend.cc",
1861 "renderer_host/pepper/pepper_internal_file_ref_backend.h",
1862 "renderer_host/pepper/pepper_lookup_request.h",
1863 "renderer_host/pepper/pepper_message_filter.cc",
1864 "renderer_host/pepper/pepper_message_filter.h",
1865 "renderer_host/pepper/pepper_network_monitor_host.cc",
1866 "renderer_host/pepper/pepper_network_monitor_host.h",
1867 "renderer_host/pepper/pepper_network_proxy_host.cc",
1868 "renderer_host/pepper/pepper_network_proxy_host.h",
1869 "renderer_host/pepper/pepper_print_settings_manager.cc",
1870 "renderer_host/pepper/pepper_print_settings_manager.h",
1871 "renderer_host/pepper/pepper_printing_host.cc",
1872 "renderer_host/pepper/pepper_printing_host.h",
1873 "renderer_host/pepper/pepper_renderer_connection.cc",
1874 "renderer_host/pepper/pepper_renderer_connection.h",
1875 "renderer_host/pepper/pepper_security_helper.cc",
1876 "renderer_host/pepper/pepper_security_helper.h",
1877 "renderer_host/pepper/pepper_socket_utils.cc",
1878 "renderer_host/pepper/pepper_socket_utils.h",
1879 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc",
1880 "renderer_host/pepper/pepper_tcp_server_socket_message_filter.h",
1881 "renderer_host/pepper/pepper_tcp_socket_message_filter.cc",
1882 "renderer_host/pepper/pepper_tcp_socket_message_filter.h",
1883 "renderer_host/pepper/pepper_truetype_font.h",
1884 "renderer_host/pepper/pepper_truetype_font_android.cc",
1885 "renderer_host/pepper/pepper_truetype_font_host.cc",
1886 "renderer_host/pepper/pepper_truetype_font_host.h",
1887 "renderer_host/pepper/pepper_truetype_font_linux.cc",
1888 "renderer_host/pepper/pepper_truetype_font_list.h",
1889 "renderer_host/pepper/pepper_truetype_font_list_android.cc",
1890 "renderer_host/pepper/pepper_truetype_font_list_host.cc",
1891 "renderer_host/pepper/pepper_truetype_font_list_host.h",
1892 "renderer_host/pepper/pepper_truetype_font_list_mac.mm",
brettwb167c7332016-09-07 22:52:461893 "renderer_host/pepper/pepper_truetype_font_list_win.cc",
1894 "renderer_host/pepper/pepper_truetype_font_mac.mm",
1895 "renderer_host/pepper/pepper_truetype_font_win.cc",
1896 "renderer_host/pepper/pepper_udp_socket_message_filter.cc",
1897 "renderer_host/pepper/pepper_udp_socket_message_filter.h",
1898 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.cc",
1899 "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.h",
1900 "renderer_host/pepper/quota_reservation.cc",
1901 "renderer_host/pepper/quota_reservation.h",
1902 "renderer_host/pepper/ssl_context_helper.cc",
1903 "renderer_host/pepper/ssl_context_helper.h",
1904 ]
[email protected]743530f2014-06-12 19:38:501905 deps += [
tmoniuszko6cddaa92015-06-10 07:51:341906 "//ppapi/host",
scottmg3cab0ba2017-01-25 18:34:161907 "//ppapi/proxy:common",
brettwf7eb6ca2015-02-14 01:37:311908 "//ppapi/proxy:ipc",
1909 "//ppapi/shared_impl",
[email protected]743530f2014-06-12 19:38:501910 ]
Nico Weber8e559562017-10-03 01:25:261911 if (use_ozone) {
1912 sources += [ "renderer_host/pepper/pepper_truetype_font_list_ozone.cc" ]
[email protected]743530f2014-06-12 19:38:501913 }
Nico Weber8e559562017-10-03 01:25:261914 if (use_pangocairo) {
1915 sources += [ "renderer_host/pepper/pepper_truetype_font_list_pango.cc" ]
[email protected]c528d872014-06-27 03:17:161916 }
[email protected]743530f2014-06-12 19:38:501917 }
1918
John Rummellf0ab9812017-10-11 20:00:491919 if (enable_library_cdms) {
1920 sources += [
1921 "media/cdm_storage_impl.cc",
1922 "media/cdm_storage_impl.h",
1923 ]
1924 }
1925
shreeram.k792fba032015-07-20 11:43:371926 if (use_atk) {
brettwb167c7332016-09-07 22:52:461927 sources += [
1928 "accessibility/accessibility_tree_formatter_auralinux.cc",
1929 "accessibility/browser_accessibility_auralinux.cc",
1930 "accessibility/browser_accessibility_auralinux.h",
1931 "accessibility/browser_accessibility_manager_auralinux.cc",
1932 "accessibility/browser_accessibility_manager_auralinux.h",
1933 ]
shreeram.k792fba032015-07-20 11:43:371934
mostynb902b5282016-08-17 23:01:001935 configs += [ "//build/config/linux/atk" ]
mostynbebc6e122016-07-28 08:53:411936
1937 if (use_gconf) {
1938 configs += [ "//build/config/linux/gconf" ]
1939 }
1940
1941 if (use_glib) {
1942 configs += [ "//build/config/linux:glib" ]
1943 }
shreeram.k792fba032015-07-20 11:43:371944 }
1945
[email protected]743530f2014-06-12 19:38:501946 if (is_linux && use_aura) {
rchfd3053f22017-06-08 22:34:151947 deps += [ "//third_party/fontconfig" ]
[email protected]743530f2014-06-12 19:38:501948 }
1949
1950 if (use_x11) {
1951 configs += [ "//build/config/linux:x11" ]
jamesr4359db72015-01-21 12:40:001952 deps += [ "//ui/gfx/x" ]
cmasonedb5203e2014-09-11 18:18:381953 }
1954
Nico Weber8e559562017-10-03 01:25:261955 if (use_pangocairo) {
agrieve95ba4442016-04-25 15:47:131956 configs += [ "//build/config/linux/pangocairo" ]
[email protected]743530f2014-06-12 19:38:501957 }
1958
1959 if (is_android) {
brettwb167c7332016-09-07 22:52:461960 sources += [
1961 "accessibility/accessibility_tree_formatter_android.cc",
1962 "accessibility/browser_accessibility_android.cc",
1963 "accessibility/browser_accessibility_android.h",
1964 "accessibility/browser_accessibility_manager_android.cc",
1965 "accessibility/browser_accessibility_manager_android.h",
Jinsuk Kimc6c1d15d2017-06-13 08:19:261966 "accessibility/web_contents_accessibility_android.cc",
1967 "accessibility/web_contents_accessibility_android.h",
brettwb167c7332016-09-07 22:52:461968 "android/composited_touch_handle_drawable.cc",
1969 "android/composited_touch_handle_drawable.h",
Jinsuk Kim447a71992017-07-16 18:17:411970 "android/content_view_core.cc",
1971 "android/content_view_core.h",
brettwb167c7332016-09-07 22:52:461972 "android/content_view_render_view.cc",
1973 "android/content_view_render_view.h",
1974 "android/content_view_statics.cc",
brettwb167c7332016-09-07 22:52:461975 "android/date_time_chooser_android.cc",
1976 "android/date_time_chooser_android.h",
1977 "android/gesture_event_type.h",
jinsukkim48f82db72017-04-05 04:10:261978 "android/ime_adapter_android.cc",
1979 "android/ime_adapter_android.h",
brettwb167c7332016-09-07 22:52:461980 "android/interstitial_page_delegate_android.cc",
1981 "android/interstitial_page_delegate_android.h",
1982 "android/java/gin_java_bound_object.cc",
1983 "android/java/gin_java_bound_object.h",
1984 "android/java/gin_java_bound_object_delegate.cc",
1985 "android/java/gin_java_bound_object_delegate.h",
1986 "android/java/gin_java_bridge_dispatcher_host.cc",
1987 "android/java/gin_java_bridge_dispatcher_host.h",
1988 "android/java/gin_java_bridge_message_filter.cc",
1989 "android/java/gin_java_bridge_message_filter.h",
1990 "android/java/gin_java_method_invocation_helper.cc",
1991 "android/java/gin_java_method_invocation_helper.h",
1992 "android/java/gin_java_script_to_java_types_coercion.cc",
1993 "android/java/gin_java_script_to_java_types_coercion.h",
1994 "android/java/java_bridge_thread.cc",
1995 "android/java/java_bridge_thread.h",
1996 "android/java/java_method.cc",
1997 "android/java/java_method.h",
1998 "android/java/java_type.cc",
1999 "android/java/java_type.h",
2000 "android/java/jni_helper.cc",
2001 "android/java/jni_helper.h",
2002 "android/load_url_params.cc",
blundellf5316fc2017-05-15 11:49:032003 "android/nfc_host.cc",
2004 "android/nfc_host.h",
brettwb167c7332016-09-07 22:52:462005 "android/overscroll_controller_android.cc",
2006 "android/overscroll_controller_android.h",
Jinsuk Kim8157e112017-08-25 01:52:132007 "android/popup_zoomer.cc",
2008 "android/popup_zoomer.h",
jinsukkim7e377432017-04-18 08:52:522009 "android/render_widget_host_connector.cc",
2010 "android/render_widget_host_connector.h",
jinsukkim3fbb94e2017-04-25 11:42:402011 "android/selection_popup_controller.cc",
2012 "android/selection_popup_controller.h",
timav051c2fc2017-05-10 18:08:032013 "android/smart_selection_client.cc",
2014 "android/smart_selection_client.h",
boliu22557972016-10-25 16:08:292015 "android/synchronous_compositor_browser_filter.cc",
2016 "android/synchronous_compositor_browser_filter.h",
brettwb167c7332016-09-07 22:52:462017 "android/synchronous_compositor_host.cc",
2018 "android/synchronous_compositor_host.h",
brettwb167c7332016-09-07 22:52:462019 "android/tracing_controller_android.cc",
2020 "android/tracing_controller_android.h",
2021 "android/web_contents_observer_proxy.cc",
2022 "android/web_contents_observer_proxy.h",
rob.buis300b0872017-03-10 20:43:582023 "frame_host/render_frame_host_android.cc",
2024 "frame_host/render_frame_host_android.h",
brettwb167c7332016-09-07 22:52:462025 "media/capture/screen_capture_device_android.cc",
2026 "media/capture/screen_capture_device_android.h",
2027 "renderer_host/compositor_impl_android.cc",
2028 "renderer_host/compositor_impl_android.h",
brettwb167c7332016-09-07 22:52:462029 "renderer_host/input/synthetic_gesture_target_android.cc",
2030 "renderer_host/input/synthetic_gesture_target_android.h",
W. James MacLean12ba7972017-07-08 01:58:262031 "renderer_host/input/touch_selection_controller_client_manager_android.cc",
2032 "renderer_host/input/touch_selection_controller_client_manager_android.h",
brettwb167c7332016-09-07 22:52:462033 "renderer_host/native_web_keyboard_event_android.cc",
2034 "renderer_host/render_widget_host_view_android.cc",
2035 "renderer_host/render_widget_host_view_android.h",
2036 "screen_orientation/screen_orientation_delegate_android.cc",
2037 "screen_orientation/screen_orientation_delegate_android.h",
brettwb167c7332016-09-07 22:52:462038 "web_contents/web_contents_android.cc",
2039 "web_contents/web_contents_android.h",
2040 "web_contents/web_contents_view_android.cc",
2041 "web_contents/web_contents_view_android.h",
2042 ]
bashi4159f36e2017-05-01 01:18:512043
2044 set_sources_assignment_filter([])
2045 sources += [
Scott Haseley7a02fce2017-08-01 21:55:012046 "memory/swap_metrics_driver_impl_linux.cc",
2047 "memory/swap_metrics_driver_impl_linux.h",
bashi4159f36e2017-05-01 01:18:512048 ]
2049 set_sources_assignment_filter(sources_assignment_filter)
2050
[email protected]743530f2014-06-12 19:38:502051 sources -= [
[email protected]743530f2014-06-12 19:38:502052 "browser_ipc_logging.cc",
zqzhanga2147f82016-10-18 22:53:262053 "media/session/audio_focus_delegate_default.cc",
zqzhangd36b5ce2016-09-30 17:29:342054 "media/session/audio_focus_manager.cc",
2055 "media/session/audio_focus_manager.h",
[email protected]743530f2014-06-12 19:38:502056 "tracing/tracing_ui.cc",
2057 "tracing/tracing_ui.h",
brettw24746e52016-12-07 04:26:172058 ]
brettw24746e52016-12-07 04:26:172059 deps += [
2060 "//content/public/android:jni",
2061 "//media",
2062 "//media/capture/content/android",
2063 "//media/capture/video/android",
brettw24746e52016-12-07 04:26:172064 "//ui/android",
2065 ]
miu32fb8992017-01-04 01:38:532066 defines += [
2067 "APPCACHE_USE_SIMPLE_CACHE",
2068 "ENABLE_SCREEN_CAPTURE=1",
2069 ]
brettw24746e52016-12-07 04:26:172070 libs += [ "jnigraphics" ]
2071 } else {
2072 # Not Android.
2073 sources += [
chenwilliame88d8362017-03-21 02:34:302074 # Devtools frontend not included in Android
2075 "devtools/devtools_frontend_host_impl.cc",
2076 "devtools/devtools_frontend_host_impl.h",
mcnee336ea2c2017-05-23 22:50:592077 "host_zoom_level_context.cc",
2078 "host_zoom_level_context.h",
2079 "host_zoom_map_impl.cc",
2080 "host_zoom_map_impl.h",
2081 "host_zoom_map_observer.cc",
2082 "host_zoom_map_observer.h",
chenwilliame88d8362017-03-21 02:34:302083
brettw24746e52016-12-07 04:26:172084 # Most speech code is non-Android.
[email protected]743530f2014-06-12 19:38:502085 "speech/audio_buffer.cc",
2086 "speech/audio_buffer.h",
2087 "speech/audio_encoder.cc",
2088 "speech/audio_encoder.h",
2089 "speech/chunked_byte_buffer.cc",
2090 "speech/chunked_byte_buffer.h",
2091 "speech/endpointer/endpointer.cc",
2092 "speech/endpointer/endpointer.h",
2093 "speech/endpointer/energy_endpointer.cc",
2094 "speech/endpointer/energy_endpointer.h",
2095 "speech/endpointer/energy_endpointer_params.cc",
2096 "speech/endpointer/energy_endpointer_params.h",
[email protected]743530f2014-06-12 19:38:502097 "speech/speech_recognition_engine.cc",
2098 "speech/speech_recognition_engine.h",
2099 "speech/speech_recognizer_impl.cc",
2100 "speech/speech_recognizer_impl.h",
2101 ]
brettw24746e52016-12-07 04:26:172102 deps += [ "//third_party/flac" ]
[email protected]743530f2014-06-12 19:38:502103 }
2104
2105 if (is_mac) {
jiangj2bd42fd2015-04-18 13:29:062106 deps += [
rsesek02aa51c2016-05-11 02:13:572107 "//media",
jiangj2bd42fd2015-04-18 13:29:062108 "//third_party/mozilla",
jiangj2bd42fd2015-04-18 13:29:062109 "//ui/accelerated_widget_mac",
2110 ]
rsesek02aa51c2016-05-11 02:13:572111 libs += [
2112 "Carbon.framework",
2113 "QuartzCore.framework",
2114 "IOSurface.framework",
2115 ]
[email protected]743530f2014-06-12 19:38:502116 }
2117
2118 if (is_chromeos) {
mukai2dc70ed32014-10-29 01:01:432119 deps += [
2120 "//chromeos",
2121 "//chromeos:power_manager_proto",
2122 ]
[email protected]743530f2014-06-12 19:38:502123 }
2124
2125 if (use_aura) {
2126 deps += [
ben6b0453d12016-07-02 04:27:192127 "//services/ui/public/cpp",
2128 "//services/ui/public/interfaces",
[email protected]743530f2014-06-12 19:38:502129 "//ui/aura",
mohsen166a9182015-02-09 18:19:092130 "//ui/aura_extra",
[email protected]743530f2014-06-12 19:38:502131 "//ui/strings",
James Robinson060f2e32014-09-10 22:31:372132 "//ui/wm",
Thiago Farina3b086a02017-05-30 22:32:502133 "//ui/wm/public",
[email protected]743530f2014-06-12 19:38:502134 ]
rjkroegec109de612015-11-19 01:40:472135 sources += [
sky52a39e342016-12-17 17:23:222136 "renderer_host/delegated_frame_host_client_aura.cc",
2137 "renderer_host/delegated_frame_host_client_aura.h",
jonross2843ae362016-10-21 16:48:232138 "renderer_host/render_widget_host_view_event_handler.cc",
2139 "renderer_host/render_widget_host_view_event_handler.h",
rjkroegec109de612015-11-19 01:40:472140 ]
[email protected]743530f2014-06-12 19:38:502141 } else { # Not aura.
2142 sources -= [
[email protected]c528d872014-06-27 03:17:162143 "renderer_host/input/synthetic_gesture_target_aura.cc",
2144 "renderer_host/input/synthetic_gesture_target_aura.h",
mohsenb0eeba72015-08-09 06:20:082145 "renderer_host/input/touch_selection_controller_client_aura.cc",
2146 "renderer_host/input/touch_selection_controller_client_aura.h",
[email protected]c528d872014-06-27 03:17:162147 "renderer_host/native_web_keyboard_event_aura.cc",
[email protected]743530f2014-06-12 19:38:502148 "renderer_host/render_widget_host_view_aura.cc",
2149 "renderer_host/render_widget_host_view_aura.h",
[email protected]c528d872014-06-27 03:17:162150 "web_contents/aura/gesture_nav_simple.cc",
2151 "web_contents/aura/gesture_nav_simple.h",
[email protected]c528d872014-06-27 03:17:162152 "web_contents/aura/overscroll_navigation_overlay.cc",
2153 "web_contents/aura/overscroll_navigation_overlay.h",
nsatragnoc0b2fa52015-04-09 22:30:512154 "web_contents/aura/overscroll_window_animation.cc",
2155 "web_contents/aura/overscroll_window_animation.h",
2156 "web_contents/aura/overscroll_window_delegate.cc",
2157 "web_contents/aura/overscroll_window_delegate.h",
[email protected]c528d872014-06-27 03:17:162158 "web_contents/aura/shadow_layer_delegate.cc",
2159 "web_contents/aura/shadow_layer_delegate.h",
[email protected]c528d872014-06-27 03:17:162160 "web_contents/web_contents_view_aura.cc",
2161 "web_contents/web_contents_view_aura.h",
[email protected]743530f2014-06-12 19:38:502162 ]
2163 }
2164
2165 if (use_aura || is_mac) {
brettwb167c7332016-09-07 22:52:462166 sources += [
2167 "compositor/browser_compositor_output_surface.cc",
2168 "compositor/browser_compositor_output_surface.h",
2169 "compositor/gpu_browser_compositor_output_surface.cc",
2170 "compositor/gpu_browser_compositor_output_surface.h",
2171 "compositor/gpu_output_surface_mac.h",
2172 "compositor/gpu_output_surface_mac.mm",
2173 "compositor/gpu_process_transport_factory.cc",
2174 "compositor/gpu_process_transport_factory.h",
2175 "compositor/gpu_surfaceless_browser_compositor_output_surface.cc",
2176 "compositor/gpu_surfaceless_browser_compositor_output_surface.h",
stanisc49501732017-02-22 22:51:562177 "compositor/gpu_vsync_begin_frame_source.cc",
2178 "compositor/gpu_vsync_begin_frame_source.h",
brettwb167c7332016-09-07 22:52:462179 "compositor/image_transport_factory.cc",
2180 "compositor/image_transport_factory.h",
2181 "compositor/offscreen_browser_compositor_output_surface.cc",
2182 "compositor/offscreen_browser_compositor_output_surface.h",
2183 "compositor/owned_mailbox.cc",
2184 "compositor/owned_mailbox.h",
2185 "compositor/reflector_impl.cc",
2186 "compositor/reflector_impl.h",
2187 "compositor/reflector_texture.cc",
2188 "compositor/reflector_texture.h",
2189 "compositor/software_browser_compositor_output_surface.cc",
2190 "compositor/software_browser_compositor_output_surface.h",
2191 "compositor/software_output_device_mac.h",
2192 "compositor/software_output_device_mac.mm",
2193 "compositor/software_output_device_ozone.cc",
2194 "compositor/software_output_device_ozone.h",
2195 "compositor/software_output_device_win.cc",
2196 "compositor/software_output_device_win.h",
2197 "compositor/software_output_device_x11.cc",
2198 "compositor/software_output_device_x11.h",
2199 "context_factory.cc",
2200 "renderer_host/browser_compositor_view_mac.h",
2201 "renderer_host/browser_compositor_view_mac.mm",
danakjea89dd542017-03-29 23:30:472202 "renderer_host/compositor_resize_lock.cc",
2203 "renderer_host/compositor_resize_lock.h",
brettwb167c7332016-09-07 22:52:462204 "renderer_host/delegated_frame_host.cc",
2205 "renderer_host/delegated_frame_host.h",
brettwb167c7332016-09-07 22:52:462206 ]
sohan.jyoti86c41c72016-04-26 15:33:202207 if (enable_vulkan) {
2208 sources += [
2209 "compositor/vulkan_browser_compositor_output_surface.cc",
2210 "compositor/vulkan_browser_compositor_output_surface.h",
2211 ]
2212 }
[email protected]886323c2014-06-14 20:34:162213 if (!use_x11) {
2214 sources -= [
2215 "compositor/software_output_device_x11.cc",
2216 "compositor/software_output_device_x11.h",
2217 ]
2218 }
[email protected]743530f2014-06-12 19:38:502219
[email protected]b1867c92014-08-13 00:22:042220 if (!use_ozone) {
2221 sources -= [
[email protected]b1867c92014-08-13 00:22:042222 "compositor/software_output_device_ozone.cc",
2223 "compositor/software_output_device_ozone.h",
2224 ]
2225 }
samans72b2a282016-12-17 02:44:152226 deps += [
Fady Samuele4786072017-07-24 20:03:382227 "//components/viz/service",
samans72b2a282016-12-17 02:44:152228 "//ui/compositor",
2229 ]
[email protected]604b1272014-07-24 11:27:532230 }
2231
cmasonedb5203e2014-09-11 18:18:382232 if (is_linux && use_dbus) {
ppi2438a3e2014-10-28 21:55:102233 deps += [ "//dbus" ]
[email protected]743530f2014-06-12 19:38:502234 }
cjhopman2fd48fd2014-09-24 00:52:562235
davidbenee55ed442015-10-02 17:06:112236 if (is_linux) {
davidbenb983d4b2015-01-07 16:39:442237 deps += [ "//third_party/boringssl" ]
2238 }
xhwange6117332015-01-28 08:51:162239
jbroman79c079be2016-04-20 00:17:272240 if (use_ozone) {
2241 deps += [ "//ui/ozone" ]
2242 }
pimana333e3d2016-04-27 02:37:252243
ochangdd89a1e2016-06-08 16:39:012244 if (enable_ipc_fuzzer) {
2245 configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
2246 }
kojii30add38f2016-07-14 02:10:322247
2248 if (use_minikin_hyphenation) {
2249 sources += [
2250 "hyphenation/hyphenation_impl.cc",
2251 "hyphenation/hyphenation_impl.h",
2252 ]
kojii30add38f2016-07-14 02:10:322253 }
[email protected]4db51ec2014-05-29 21:08:322254}
ben66696d12016-03-08 17:48:002255
Tim Brown07e062e82017-06-26 19:38:032256buildflag_header("accessibility_flags") {
2257 header = "accessibility_flags.h"
2258 header_dir = "content/browser/accessibility"
2259 flags = [ "USE_ATK=$use_atk" ]
2260}
2261
brettwb78fc9e2016-03-25 21:02:512262# See comment at the top of //content/BUILD.gn for how this works.
2263group("for_content_tests") {
2264 visibility = [ "//content/test/*" ]
2265 if (!is_component_build) {
2266 public_deps = [
2267 ":browser",
2268 ]
jam447407fb2016-05-06 17:57:402269 } else {
2270 public_deps = [
2271 "//third_party/leveldatabase",
2272 ]
brettwb78fc9e2016-03-25 21:02:512273 }
2274}