[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 1 | # 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 Brown | 07e062e8 | 2017-06-26 19:38:03 | [diff] [blame] | 5 | import("//build/buildflag_header.gni") |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 6 | import("//build/config/features.gni") |
Daniel Bratell | 5de17f6 | 2017-11-14 22:09:02 | [diff] [blame] | 7 | import("//build/config/jumbo.gni") |
Nico Weber | 8e55956 | 2017-10-03 01:25:26 | [diff] [blame] | 8 | import("//build/config/linux/pangocairo/pangocairo.gni") |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 9 | import("//build/config/ui.gni") |
wutao | 18826b8 | 2018-08-24 22:37:20 | [diff] [blame] | 10 | import("//chromeos/assistant/assistant.gni") |
Sean Gilhuly | da1ee4b | 2018-11-13 21:56:09 | [diff] [blame] | 11 | import("//components/ui_devtools/devtools.gni") |
Robert Sesek | 3f789b50 | 2019-10-08 21:43:07 | [diff] [blame] | 12 | import("//content/common/features.gni") |
qyearsley | db0a3487 | 2017-03-14 03:24:31 | [diff] [blame] | 13 | import("//gpu/vulkan/features.gni") |
cjhopman | 2fd48fd | 2014-09-24 00:52:56 | [diff] [blame] | 14 | import("//media/media_options.gni") |
Julia Tuttle | f9602834 | 2018-01-29 23:28:52 | [diff] [blame] | 15 | import("//net/features.gni") |
Scott Violet | 02e38b9 | 2018-03-27 23:42:14 | [diff] [blame] | 16 | import("//ppapi/buildflags/buildflags.gni") |
Scott Violet | 318a55f | 2018-03-30 19:08:19 | [diff] [blame] | 17 | import("//printing/buildflags/buildflags.gni") |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 18 | import("//third_party/blink/public/public_features.gni") |
ochang | dd89a1e | 2016-06-08 16:39:01 | [diff] [blame] | 19 | import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 20 | |
Daniel Bratell | 5de17f6 | 2017-11-14 22:09:02 | [diff] [blame] | 21 | jumbo_source_set("browser") { |
Brett Wilson | 8f132304 | 2014-09-11 16:58:56 | [diff] [blame] | 22 | # Only the public target should depend on this. All other targets (even |
| 23 | # internal content ones) should depend on the public one. |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 24 | visibility = [ |
| 25 | ":for_content_tests", # See top of //content/BUILD.gn for why. |
Manas Verma | 77aeb178 | 2019-05-13 20:40:52 | [diff] [blame] | 26 | ":for_internal_webauthn", |
jam | ce6dd211 | 2017-02-15 19:31:42 | [diff] [blame] | 27 | "//content/app:*", |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 28 | "//content/public/browser:browser_sources", |
Max Moroz | f830073 | 2018-11-06 16:39:35 | [diff] [blame] | 29 | "//content/test/fuzzer:appcache_fuzzer", |
Dominic Mazzoni | 248662b | 2019-09-04 03:59:42 | [diff] [blame] | 30 | "//content/test/fuzzer:browser_accessibility_fuzzer", |
Ovidio Henriquez | 7d0465be | 2019-10-18 02:57:11 | [diff] [blame] | 31 | "//content/test/fuzzer:indexed_db_fuzzer_support", |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 32 | ] |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 33 | |
ben | 3f5f999 | 2015-11-19 10:38:30 | [diff] [blame] | 34 | configs += [ |
| 35 | "//build/config:precompiled_headers", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 36 | "//content:content_implementation", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 37 | "//v8:external_startup_data", |
ben | 3f5f999 | 2015-11-19 10:38:30 | [diff] [blame] | 38 | ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 39 | defines = [] |
| 40 | libs = [] |
| 41 | ldflags = [] |
[email protected] | 9786502 | 2014-06-13 23:18:04 | [diff] [blame] | 42 | |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 43 | deps = [ |
| 44 | "//base", |
[email protected] | 22fe91d | 2014-08-12 17:07:12 | [diff] [blame] | 45 | "//base:base_static", |
Sadrul Habib Chowdhury | e021411 | 2019-01-22 15:20:10 | [diff] [blame] | 46 | "//base:clang_coverage_buildflags", |
brettw | c15ed73 | 2016-03-21 23:14:29 | [diff] [blame] | 47 | "//base/third_party/dynamic_annotations", |
Nico Weber | 3fa7813 | 2019-07-29 21:54:33 | [diff] [blame] | 48 | "//build:branding_buildflags", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 49 | "//cc", |
loyso | 3dd2089 | 2016-11-22 07:11:01 | [diff] [blame] | 50 | "//cc/animation", |
danakj | 7b631be | 2018-05-25 19:14:20 | [diff] [blame] | 51 | "//cc/mojo_embedder", |
enne | 34f6084c | 2017-02-02 22:39:08 | [diff] [blame] | 52 | "//cc/paint", |
Kouhei Ueno | 5fb546a | 2018-02-05 08:54:50 | [diff] [blame] | 53 | "//components/cbor", |
penghuang | d81c1a6 | 2016-11-02 20:06:06 | [diff] [blame] | 54 | "//components/discardable_memory/common", |
| 55 | "//components/discardable_memory/service", |
Min Qin | 826f29b | 2018-05-26 06:36:19 | [diff] [blame] | 56 | "//components/download/database", |
Min Qin | 0ca8e1ee | 2018-01-31 00:49:35 | [diff] [blame] | 57 | "//components/download/public/common:public", |
Min Qin | d103f115 | 2018-02-28 14:20:39 | [diff] [blame] | 58 | "//components/download/quarantine", |
Yafei Duan | 69ddcfd9 | 2018-02-02 00:03:42 | [diff] [blame] | 59 | "//components/filename_generation", |
mek | 9b28f42 | 2016-05-13 21:46:23 | [diff] [blame] | 60 | "//components/link_header_util", |
dalecurtis | 4a9839a | 2017-05-04 23:40:47 | [diff] [blame] | 61 | "//components/metrics", |
xunjieli | a592544 | 2017-05-08 20:01:44 | [diff] [blame] | 62 | "//components/metrics:single_sample_metrics", |
mmenke | 68a5021 | 2017-06-12 20:20:31 | [diff] [blame] | 63 | "//components/network_session_configurator/browser", |
Scott Violet | 9ae8289 | 2018-03-01 18:38:12 | [diff] [blame] | 64 | "//components/offline_pages/buildflags", |
Jian Li | e160326 | 2017-07-08 00:15:00 | [diff] [blame] | 65 | "//components/offline_pages/core/request_header", |
John Chen | d9998bf0 | 2019-05-23 22:00:45 | [diff] [blame] | 66 | "//components/os_crypt", |
Sahel Sharify | 592a688 | 2019-04-26 14:41:59 | [diff] [blame] | 67 | "//components/payments/content/icon", |
Sahel Sharify | 3307b9e | 2019-09-13 21:06:51 | [diff] [blame] | 68 | "//components/payments/mojom", |
nzolghadr | d87a308d | 2016-12-07 15:45:56 | [diff] [blame] | 69 | "//components/rappor", |
Colin Blundell | 932b4374 | 2018-03-13 14:51:25 | [diff] [blame] | 70 | "//components/services/filesystem:lib", |
Olivier Yiptong | 0daa93f | 2019-08-22 19:40:08 | [diff] [blame] | 71 | "//components/services/quarantine:quarantine", |
Ken Rockot | 962f75b | 2019-10-01 00:01:04 | [diff] [blame] | 72 | "//components/services/storage", |
Ken Rockot | 9e16f031 | 2019-12-03 23:56:00 | [diff] [blame] | 73 | "//components/services/storage/dom_storage:local_storage_proto", |
Ken Rockot | 32a1d1f | 2019-11-12 05:52:07 | [diff] [blame] | 74 | "//components/services/storage/public/cpp", |
Tommy Steimel | f95e2b3 | 2019-11-01 16:08:42 | [diff] [blame] | 75 | "//components/system_media_controls", |
brettw | c15ed73 | 2016-03-21 23:14:29 | [diff] [blame] | 76 | "//components/tracing", |
| 77 | "//components/tracing:startup_tracing", |
Darin Fisher | c23ee1a | 2019-06-05 23:26:30 | [diff] [blame] | 78 | "//components/tracing/common:interfaces", |
Sean Gilhuly | da1ee4b | 2018-11-13 21:56:09 | [diff] [blame] | 79 | "//components/ui_devtools", |
rsleevi | 24f64dc2 | 2015-08-07 21:39:21 | [diff] [blame] | 80 | "//components/url_formatter", |
Saman Sami | d9e17850 | 2017-09-28 04:54:00 | [diff] [blame] | 81 | "//components/viz/client", |
danakj | 8d87b63 | 2017-06-27 20:34:35 | [diff] [blame] | 82 | "//components/viz/common", |
kylechar | cb5882d | 2017-06-05 13:41:34 | [diff] [blame] | 83 | "//components/viz/host", |
Samuel Huang | d0b0e06 | 2020-01-20 06:32:12 | [diff] [blame] | 84 | "//content:content_resources", |
| 85 | "//content:dev_ui_content_resources", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 86 | "//content/app/resources", |
John Mellor | e8df348 | 2017-09-06 19:00:58 | [diff] [blame] | 87 | "//content/browser/background_fetch:background_fetch_proto", |
jkarlin | 34ee23cf | 2015-03-26 13:58:50 | [diff] [blame] | 88 | "//content/browser/background_sync:background_sync_proto", |
jsbell | 279efb4 | 2015-03-31 17:02:46 | [diff] [blame] | 89 | "//content/browser/cache_storage:cache_storage_proto", |
Rayan Kanso | 296eb3d | 2019-06-26 11:32:04 | [diff] [blame] | 90 | "//content/browser/content_index:content_index_proto", |
Victor Costan | 7184272a | 2018-05-15 13:17:43 | [diff] [blame] | 91 | "//content/browser/cookie_store:cookie_store_proto", |
Rayan Kanso | 0698ca8c | 2019-02-13 13:11:43 | [diff] [blame] | 92 | "//content/browser/devtools:devtools_background_services_proto", |
dgozman | dc4d4172 | 2016-11-15 22:40:56 | [diff] [blame] | 93 | "//content/browser/devtools:protocol_sources", |
Marijn Kruisselbrink | 5a4dee22 | 2020-01-31 23:40:49 | [diff] [blame] | 94 | "//content/browser/native_file_system:native_file_system_proto", |
peter | 05cb4db | 2015-03-13 14:33:38 | [diff] [blame] | 95 | "//content/browser/notifications:notification_proto", |
jinho.bang | 5c1f7a293 | 2016-11-18 05:29:14 | [diff] [blame] | 96 | "//content/browser/payments:payment_app_proto", |
Nasko Oskov | 3e19fbd | 2018-06-13 00:13:29 | [diff] [blame] | 97 | "//content/browser/process_internals:mojo_bindings", |
Samuel Huang | f67faf18 | 2019-11-29 15:56:12 | [diff] [blame] | 98 | "//content/browser/resources/media:media_internals_resources", |
jkarlin | d678ae4b | 2015-01-27 15:04:53 | [diff] [blame] | 99 | "//content/browser/service_worker:service_worker_proto", |
[email protected] | b506cdf | 2014-06-09 17:13:21 | [diff] [blame] | 100 | "//content/browser/speech/proto", |
Christopher Grant | 898f684 | 2019-10-24 17:03:06 | [diff] [blame] | 101 | "//content/browser/webrtc/resources", |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 102 | "//content/common", |
Scott Violet | c78fef73 | 2018-03-06 17:42:53 | [diff] [blame] | 103 | "//content/common:buildflags", |
chiniforooshan | 614d70a | 2017-03-17 01:19:33 | [diff] [blame] | 104 | "//content/common:mojo_bindings", |
Ken Rockot | b145216 | 2019-01-23 17:58:57 | [diff] [blame] | 105 | "//content/public/app:service_manifests", |
Brett Wilson | 8f132304 | 2014-09-11 16:58:56 | [diff] [blame] | 106 | "//content/public/common:common_sources", |
Ken Rockot | 8dda8888 | 2019-12-04 05:56:22 | [diff] [blame] | 107 | "//content/public/common:content_descriptor_keys", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 108 | "//crypto", |
Jun Choi | f45741d | 2018-06-08 20:58:31 | [diff] [blame] | 109 | "//device/base", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 110 | "//device/bluetooth", |
Jason Majors | 47659c4 | 2019-07-08 18:23:28 | [diff] [blame] | 111 | "//device/bluetooth/public/cpp", |
jdoerrie | 3e74774 | 2018-02-05 16:04:16 | [diff] [blame] | 112 | "//device/fido", |
bajones | b9bb4c4 | 2016-07-07 00:10:51 | [diff] [blame] | 113 | "//device/gamepad", |
Reilly Grant | fa93b14 | 2018-02-01 02:13:48 | [diff] [blame] | 114 | "//device/vr/public/mojom", |
[email protected] | 44a5a36 | 2014-05-30 20:01:51 | [diff] [blame] | 115 | "//google_apis", |
brettw | c15ed73 | 2016-03-21 23:14:29 | [diff] [blame] | 116 | "//gpu", |
| 117 | "//gpu/command_buffer/client:gles2_implementation", |
jbroman | 84ba684 | 2016-04-28 00:34:50 | [diff] [blame] | 118 | "//gpu/command_buffer/client:gles2_interface", |
Victor Miura | 3a4ad4f8 | 2017-12-13 06:03:45 | [diff] [blame] | 119 | "//gpu/command_buffer/client:raster_interface", |
Sadrul Habib Chowdhury | 7102df0b | 2018-05-30 03:04:17 | [diff] [blame] | 120 | "//gpu/ipc:gl_in_process_context", |
sadrul | 6a76942 | 2016-12-08 04:54:32 | [diff] [blame] | 121 | "//gpu/ipc/host", |
Scott Violet | a35f9a4 | 2018-03-22 22:00:44 | [diff] [blame] | 122 | "//gpu/vulkan:buildflags", |
brettw | c15ed73 | 2016-03-21 23:14:29 | [diff] [blame] | 123 | "//media", |
Scott Violet | a35f9a4 | 2018-03-22 22:00:44 | [diff] [blame] | 124 | "//media:media_buildflags", |
mcasas | e40d752 | 2016-06-21 16:11:40 | [diff] [blame] | 125 | "//media/capture", |
Ricky Liang | 3d038fd1 | 2019-12-17 05:19:19 | [diff] [blame] | 126 | "//media/capture:capture_switches", |
[email protected] | 3dcea37a | 2019-02-11 19:46:51 | [diff] [blame] | 127 | "//media/learning/impl", |
brettw | c15ed73 | 2016-03-21 23:14:29 | [diff] [blame] | 128 | "//media/midi", |
sammc | 64324c3a | 2017-01-05 00:40:15 | [diff] [blame] | 129 | "//media/midi:mojo", |
Scott Violet | a35f9a4 | 2018-03-22 22:00:44 | [diff] [blame] | 130 | "//media/mojo:buildflags", |
Miyoung Shin | 25bb8c09 | 2019-08-03 00:56:57 | [diff] [blame] | 131 | "//media/mojo/mojom", |
maxmorin | 2781f5ff | 2017-04-04 08:29:41 | [diff] [blame] | 132 | "//media/mojo/services", |
Max Morin | e1731a3 | 2018-08-29 09:37:43 | [diff] [blame] | 133 | "//media/webrtc", |
Ken Rockot | 8a7f35f | 2018-07-04 19:40:56 | [diff] [blame] | 134 | "//mojo/core/embedder", |
rockot | 85dce086 | 2015-11-13 01:33:59 | [diff] [blame] | 135 | "//mojo/public/cpp/bindings", |
Ken Rockot | 756098194 | 2018-05-25 16:13:07 | [diff] [blame] | 136 | "//mojo/public/cpp/platform", |
| 137 | "//mojo/public/cpp/system", |
Yuzhu Shen | 2efe4277 | 2017-11-11 02:01:09 | [diff] [blame] | 138 | "//mojo/public/js:resources", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 139 | "//net", |
rohitrao | 1860223c | 2015-05-16 01:07:14 | [diff] [blame] | 140 | "//net:extras", |
Helen Li | c51db4c | 2018-06-14 22:05:04 | [diff] [blame] | 141 | "//net/server:http_server", |
Scott Violet | 02e38b9 | 2018-03-27 23:42:14 | [diff] [blame] | 142 | "//ppapi/buildflags", |
Scott Violet | 318a55f | 2018-03-30 19:08:19 | [diff] [blame] | 143 | "//printing/buildflags", |
Ken Rockot | 7296440 | 2019-12-06 10:40:51 | [diff] [blame] | 144 | "//services/audio", |
Olga Sharonova | a234a0a | 2018-02-16 11:12:23 | [diff] [blame] | 145 | "//services/audio/public/cpp", |
Max Morin | a3e13eb | 2018-05-02 09:26:05 | [diff] [blame] | 146 | "//services/audio/public/mojom", |
Ken Rockot | 84f58fd | 2018-06-22 21:54:14 | [diff] [blame] | 147 | "//services/content:impl", |
Ken Rockot | 80b08e9 | 2018-08-15 04:22:02 | [diff] [blame] | 148 | "//services/content/public/cpp", |
Ken Rockot | 84f58fd | 2018-06-22 21:54:14 | [diff] [blame] | 149 | "//services/content/public/mojom", |
gogerald | d8c5af34 | 2017-06-14 02:22:36 | [diff] [blame] | 150 | "//services/data_decoder/public/cpp", |
Ken Rockot | 19db638 | 2018-02-10 01:41:02 | [diff] [blame] | 151 | "//services/data_decoder/public/mojom", |
blundell | 372d47d28 | 2016-11-01 01:34:30 | [diff] [blame] | 152 | "//services/device:lib", |
Yuzhu Shen | 2802973 | 2017-07-14 21:20:37 | [diff] [blame] | 153 | "//services/device/public/cpp:device_features", |
Ke He | f417339 | 2018-06-29 07:44:15 | [diff] [blame] | 154 | "//services/device/public/cpp/geolocation", |
Ke He | 31d0bb0 | 2018-02-24 07:16:24 | [diff] [blame] | 155 | "//services/device/public/mojom", |
Ken Rockot | 45d15c28 | 2019-12-10 00:01:48 | [diff] [blame] | 156 | "//services/device/public/mojom:device_service", |
Ke He | 31d0bb0 | 2018-02-24 07:16:24 | [diff] [blame] | 157 | "//services/device/public/mojom:generic_sensor", |
Becca Hughes | 1a8d9b9 | 2018-08-31 18:02:07 | [diff] [blame] | 158 | "//services/media_session:lib", |
Becca Hughes | f87f525 | 2018-08-30 18:43:36 | [diff] [blame] | 159 | "//services/media_session/public/cpp", |
Becca Hughes | b4064e9 | 2018-08-20 18:02:59 | [diff] [blame] | 160 | "//services/media_session/public/mojom", |
Steven Holte | 1fe496e | 2017-12-09 01:49:05 | [diff] [blame] | 161 | "//services/metrics", |
Mounir Lamouri | fd9dcefa | 2017-07-06 10:26:55 | [diff] [blame] | 162 | "//services/metrics/public/cpp:metrics_cpp", |
John Abd-El-Malek | 3bbbdf9 | 2018-01-30 03:27:35 | [diff] [blame] | 163 | "//services/network:network_service", |
Marijn Kruisselbrink | 9c36621a | 2017-08-12 03:36:22 | [diff] [blame] | 164 | "//services/network/public/cpp", |
Ken Rockot | 54311e6 | 2018-02-10 19:01:52 | [diff] [blame] | 165 | "//services/network/public/mojom", |
chiniforooshan | 6e4c507 | 2017-03-17 07:56:56 | [diff] [blame] | 166 | "//services/resource_coordinator:lib", |
oysteine | 8c8d3b70 | 2017-05-18 15:18:17 | [diff] [blame] | 167 | "//services/resource_coordinator/public/cpp:resource_coordinator_cpp", |
rockot | 734fb66 | 2016-10-15 16:41:30 | [diff] [blame] | 168 | "//services/service_manager", |
Ken Rockot | 9997311 | 2018-10-16 00:42:36 | [diff] [blame] | 169 | "//services/service_manager/embedder", |
Jay Civelli | 668c097f | 2018-05-16 20:44:13 | [diff] [blame] | 170 | "//services/service_manager/embedder:embedder_result_codes", |
rockot | 734fb66 | 2016-10-15 16:41:30 | [diff] [blame] | 171 | "//services/service_manager/public/cpp", |
Ken Rockot | 543f5e3 | 2018-02-04 02:13:50 | [diff] [blame] | 172 | "//services/service_manager/public/mojom", |
Jay Civelli | 668c097f | 2018-05-16 20:44:13 | [diff] [blame] | 173 | "//services/service_manager/zygote:zygote_buildflags", |
xianglu | 6dd8f46 | 2017-01-25 04:30:41 | [diff] [blame] | 174 | "//services/shape_detection:lib", |
Ken Rockot | d7e999b | 2018-02-11 15:48:21 | [diff] [blame] | 175 | "//services/shape_detection/public/mojom", |
Oystein Eftevaag | 6410f1a | 2018-03-01 18:06:30 | [diff] [blame] | 176 | "//services/tracing:lib", |
| 177 | "//services/tracing/public/cpp", |
Ken Rockot | cbead33 | 2019-11-21 04:35:47 | [diff] [blame] | 178 | "//services/tracing/public/cpp:traced_process", |
| 179 | "//services/tracing/public/mojom", |
Christian Fremerey | 542c8817 | 2018-01-29 19:54:01 | [diff] [blame] | 180 | "//services/video_capture:lib", |
chfremer | 70b40e512 | 2017-05-23 15:13:57 | [diff] [blame] | 181 | "//services/video_capture/public/cpp", |
Christian Fremerey | 5e7d1e51 | 2018-02-14 22:13:19 | [diff] [blame] | 182 | "//services/video_capture/public/mojom:constants", |
Christian Fremerey | b43741a | 2017-07-06 00:46:46 | [diff] [blame] | 183 | "//services/video_capture/public/uma", |
Miyoung Shin | 2be27f5 | 2019-07-27 15:35:39 | [diff] [blame] | 184 | "//services/viz/privileged/mojom", |
Scott Violet | 703b824 | 2019-06-11 19:34:36 | [diff] [blame] | 185 | "//services/viz/public/cpp/gpu", |
Miyoung Shin | 99505dd | 2019-07-27 12:45:35 | [diff] [blame] | 186 | "//services/viz/public/mojom", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 187 | "//skia", |
Alexander Timin | a40ce5a | 2019-10-14 22:30:50 | [diff] [blame] | 188 | "//skia/public/mojom", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 189 | "//storage/browser", |
Adrienne Walker | b6ccb29c | 2019-10-25 23:12:43 | [diff] [blame] | 190 | "//storage/browser:mojom", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 191 | "//storage/common", |
jbroman | 79c079be | 2016-04-20 00:17:27 | [diff] [blame] | 192 | "//third_party/angle:angle_common", |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 193 | "//third_party/blink/public:blink_headers", |
| 194 | "//third_party/blink/public:buildflags", |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 195 | "//third_party/blink/public:resources", |
| 196 | "//third_party/blink/public:scaled_resources", |
| 197 | "//third_party/blink/public/common", |
Julie Jeongeun Kim | 6d9562f | 2019-03-27 09:17:43 | [diff] [blame] | 198 | "//third_party/blink/public/mojom:mojom_broadcastchannel_bindings", |
Ken Rockot | 5cacb40 | 2019-11-18 20:54:05 | [diff] [blame] | 199 | "//third_party/blink/public/mojom/dom_storage", |
Evan Stade | 61ccab7 | 2020-01-17 20:17:51 | [diff] [blame] | 200 | "//third_party/blink/public/mojom/frame", |
Gyuyoung Kim | 8c5d077 | 2019-09-18 15:41:39 | [diff] [blame] | 201 | "//third_party/blink/public/strings", |
Adam Langley | bef849c | 2017-12-20 21:26:13 | [diff] [blame] | 202 | "//third_party/boringssl", |
alexclarke | 79a55e4 | 2017-05-11 11:38:20 | [diff] [blame] | 203 | "//third_party/brotli:dec", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 204 | "//third_party/icu", |
Johannes Henkel | 61b463d | 2019-10-31 01:55:20 | [diff] [blame] | 205 | "//third_party/inspector_protocol:crdtp", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 206 | "//third_party/libyuv", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 207 | "//third_party/re2", |
Victor Costan | d50644d | 2018-07-23 20:42:47 | [diff] [blame] | 208 | "//third_party/sqlite", |
Mirko Bonadei | cbc90fd0 | 2019-11-14 22:26:17 | [diff] [blame] | 209 | "//third_party/webrtc_overrides:webrtc_component", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 210 | "//third_party/zlib", |
Thiago Farina | d8a8a07 | 2017-05-19 18:41:48 | [diff] [blame] | 211 | "//third_party/zlib/google:zip", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 212 | "//ui/accessibility", |
Dominic Mazzoni | dcef1b73 | 2018-01-26 17:57:04 | [diff] [blame] | 213 | "//ui/accessibility:ax_enums_mojo", |
[email protected] | 52140d88 | 2014-05-30 19:22:40 | [diff] [blame] | 214 | "//ui/base", |
Scott Violet | b72577d | 2019-01-09 22:18:18 | [diff] [blame] | 215 | "//ui/base:buildflags", |
Maksim Sisov | a33072d2 | 2019-01-24 15:44:25 | [diff] [blame] | 216 | "//ui/base/clipboard", |
Steven Bennetts | 2b2d9cf | 2019-03-15 17:36:31 | [diff] [blame] | 217 | "//ui/base/idle", |
Michael Spang | 539c6f3 | 2019-04-03 19:08:52 | [diff] [blame] | 218 | "//ui/base/ime/init", |
robliao | 8d63729c | 2016-03-29 17:49:47 | [diff] [blame] | 219 | "//ui/display", |
dcastagna | 0a50f64 | 2016-08-10 20:12:22 | [diff] [blame] | 220 | "//ui/display/types", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 221 | "//ui/events", |
| 222 | "//ui/events:gesture_detection", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 223 | "//ui/events/blink", |
alexis.menard | b12ba34 | 2017-04-15 09:01:19 | [diff] [blame] | 224 | "//ui/events/devices", |
Sahel Sharify | a29ee211 | 2017-12-15 23:22:54 | [diff] [blame] | 225 | "//ui/events/gestures/blink", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 226 | "//ui/gfx", |
chrishtr | bdbe318 | 2017-03-15 15:15:43 | [diff] [blame] | 227 | "//ui/gfx/animation", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 228 | "//ui/gfx/geometry", |
Miyoung Shin | 87943f50 | 2019-07-26 13:31:58 | [diff] [blame] | 229 | "//ui/gfx/geometry/mojom", |
Brett Wilson | e748794 | 2014-09-09 23:37:29 | [diff] [blame] | 230 | "//ui/gl", |
Scott Violet | fd6ee11 | 2019-01-10 19:05:32 | [diff] [blame] | 231 | "//ui/gl:buildflags", |
mfomitchev | 598a769 | 2017-04-11 00:30:31 | [diff] [blame] | 232 | "//ui/latency", |
Brett Wilson | e748794 | 2014-09-09 23:37:29 | [diff] [blame] | 233 | "//ui/native_theme", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 234 | "//ui/resources", |
brettw | c15ed73 | 2016-03-21 23:14:29 | [diff] [blame] | 235 | "//ui/shell_dialogs", |
[email protected] | d28b3cb8 | 2014-05-31 04:46:18 | [diff] [blame] | 236 | "//ui/snapshot", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 237 | "//ui/touch_selection", |
scottmg | 1b07532 | 2017-01-16 17:22:10 | [diff] [blame] | 238 | "//v8:v8_version", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 239 | ] |
| 240 | |
jam | 447407fb | 2016-05-06 17:57:40 | [diff] [blame] | 241 | public_deps = [ |
Scott Violet | c78fef73 | 2018-03-06 17:42:53 | [diff] [blame] | 242 | ":accessibility_buildflags", |
Ryan Powell | 30287d4 | 2019-08-15 15:48:32 | [diff] [blame] | 243 | "//base/util/memory_pressure", |
Maciej Pawlowski | a37782a0 | 2019-05-16 06:40:28 | [diff] [blame] | 244 | "//base/util/type_safety", |
rockot | 38e46dd | 2017-03-24 16:55:13 | [diff] [blame] | 245 | "//ipc", |
Miyoung Shin | 25bb8c09 | 2019-08-03 00:56:57 | [diff] [blame] | 246 | "//media/mojo/mojom:remoting", |
Julie Jeongeun Kim | 8b3d5524 | 2019-03-27 00:05:56 | [diff] [blame] | 247 | "//third_party/blink/public/mojom:embedded_frame_sink_mojo_bindings", |
jam | 447407fb | 2016-05-06 17:57:40 | [diff] [blame] | 248 | "//third_party/leveldatabase", |
| 249 | ] |
| 250 | |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 251 | sources = [ |
Rayan Kanso | 31ad82a | 2019-03-04 14:58:46 | [diff] [blame] | 252 | "$target_gen_dir/devtools/protocol/background_service.cc", |
| 253 | "$target_gen_dir/devtools/protocol/background_service.h", |
Pavel Feldman | a4367d90 | 2019-02-08 06:09:54 | [diff] [blame] | 254 | "$target_gen_dir/devtools/protocol/base_string_adapter.cc", |
| 255 | "$target_gen_dir/devtools/protocol/base_string_adapter.h", |
Andrey Lushnikov | 370cbea6 | 2017-08-12 04:51:54 | [diff] [blame] | 256 | "$target_gen_dir/devtools/protocol/browser.cc", |
| 257 | "$target_gen_dir/devtools/protocol/browser.h", |
dgozman | b4f43e4 | 2016-12-13 06:12:40 | [diff] [blame] | 258 | "$target_gen_dir/devtools/protocol/dom.cc", |
| 259 | "$target_gen_dir/devtools/protocol/dom.h", |
| 260 | "$target_gen_dir/devtools/protocol/emulation.cc", |
| 261 | "$target_gen_dir/devtools/protocol/emulation.h", |
Andrey Kosyakov | d076d0d | 2018-10-31 17:52:58 | [diff] [blame] | 262 | "$target_gen_dir/devtools/protocol/fetch.cc", |
| 263 | "$target_gen_dir/devtools/protocol/fetch.h", |
dgozman | dc4d4172 | 2016-11-15 22:40:56 | [diff] [blame] | 264 | "$target_gen_dir/devtools/protocol/forward.h", |
dgozman | 111fdd03 | 2016-12-18 00:49:26 | [diff] [blame] | 265 | "$target_gen_dir/devtools/protocol/input.cc", |
| 266 | "$target_gen_dir/devtools/protocol/input.h", |
dgozman | b4f43e4 | 2016-12-13 06:12:40 | [diff] [blame] | 267 | "$target_gen_dir/devtools/protocol/inspector.cc", |
| 268 | "$target_gen_dir/devtools/protocol/inspector.h", |
dgozman | dc4d4172 | 2016-11-15 22:40:56 | [diff] [blame] | 269 | "$target_gen_dir/devtools/protocol/io.cc", |
| 270 | "$target_gen_dir/devtools/protocol/io.h", |
dgozman | abbad67b | 2016-11-22 02:37:02 | [diff] [blame] | 271 | "$target_gen_dir/devtools/protocol/memory.cc", |
| 272 | "$target_gen_dir/devtools/protocol/memory.h", |
dgozman | b4f43e4 | 2016-12-13 06:12:40 | [diff] [blame] | 273 | "$target_gen_dir/devtools/protocol/network.cc", |
| 274 | "$target_gen_dir/devtools/protocol/network.h", |
Pavel Feldman | 2b55031 | 2019-03-26 01:28:35 | [diff] [blame] | 275 | "$target_gen_dir/devtools/protocol/overlay.cc", |
| 276 | "$target_gen_dir/devtools/protocol/overlay.h", |
dgozman | b4f43e4 | 2016-12-13 06:12:40 | [diff] [blame] | 277 | "$target_gen_dir/devtools/protocol/page.cc", |
| 278 | "$target_gen_dir/devtools/protocol/page.h", |
dgozman | dc4d4172 | 2016-11-15 22:40:56 | [diff] [blame] | 279 | "$target_gen_dir/devtools/protocol/protocol.cc", |
| 280 | "$target_gen_dir/devtools/protocol/protocol.h", |
horo | 6f9e15e | 2017-01-27 03:07:40 | [diff] [blame] | 281 | "$target_gen_dir/devtools/protocol/runtime.cc", |
| 282 | "$target_gen_dir/devtools/protocol/runtime.h", |
dgozman | b4f43e4 | 2016-12-13 06:12:40 | [diff] [blame] | 283 | "$target_gen_dir/devtools/protocol/schema.cc", |
| 284 | "$target_gen_dir/devtools/protocol/schema.h", |
dgozman | 581dd5b7 | 2016-12-14 01:15:13 | [diff] [blame] | 285 | "$target_gen_dir/devtools/protocol/security.cc", |
| 286 | "$target_gen_dir/devtools/protocol/security.h", |
dgozman | b31e773 | 2016-12-16 04:08:39 | [diff] [blame] | 287 | "$target_gen_dir/devtools/protocol/service_worker.cc", |
| 288 | "$target_gen_dir/devtools/protocol/service_worker.h", |
dgozman | d5a5b2c | 2016-12-14 20:37:24 | [diff] [blame] | 289 | "$target_gen_dir/devtools/protocol/storage.cc", |
| 290 | "$target_gen_dir/devtools/protocol/storage.h", |
dgozman | abbad67b | 2016-11-22 02:37:02 | [diff] [blame] | 291 | "$target_gen_dir/devtools/protocol/system_info.cc", |
| 292 | "$target_gen_dir/devtools/protocol/system_info.h", |
dgozman | b35728c5 | 2016-12-16 05:31:43 | [diff] [blame] | 293 | "$target_gen_dir/devtools/protocol/target.cc", |
| 294 | "$target_gen_dir/devtools/protocol/target.h", |
dgozman | abbad67b | 2016-11-22 02:37:02 | [diff] [blame] | 295 | "$target_gen_dir/devtools/protocol/tethering.cc", |
| 296 | "$target_gen_dir/devtools/protocol/tethering.h", |
dgozman | dc4d4172 | 2016-11-15 22:40:56 | [diff] [blame] | 297 | "$target_gen_dir/devtools/protocol/tracing.cc", |
| 298 | "$target_gen_dir/devtools/protocol/tracing.h", |
Christopher Cameron | a5ff657 | 2019-05-07 01:41:27 | [diff] [blame] | 299 | "../app_shim_remote_cocoa/web_drag_source_mac.h", |
| 300 | "../app_shim_remote_cocoa/web_drag_source_mac.mm", |
Robbie McElrath | 2a5553c | 2019-03-28 06:28:55 | [diff] [blame] | 301 | "about_url_loader_factory.cc", |
| 302 | "about_url_loader_factory.h", |
Abigail Klein | aa89874 | 2019-11-01 02:31:25 | [diff] [blame] | 303 | "accessibility/accessibility_event_recorder.cc", |
| 304 | "accessibility/accessibility_event_recorder.h", |
| 305 | "accessibility/accessibility_event_recorder_mac.mm", |
| 306 | "accessibility/accessibility_event_recorder_uia_win.cc", |
| 307 | "accessibility/accessibility_event_recorder_uia_win.h", |
| 308 | "accessibility/accessibility_event_recorder_win.cc", |
Kevin Babbitt | 948bdda7 | 2019-07-02 16:00:12 | [diff] [blame] | 309 | "accessibility/accessibility_tree_formatter_base.cc", |
| 310 | "accessibility/accessibility_tree_formatter_base.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 311 | "accessibility/accessibility_tree_formatter_blink.cc", |
| 312 | "accessibility/accessibility_tree_formatter_blink.h", |
Aaron Leventhal | 39f5602 | 2017-09-29 20:42:36 | [diff] [blame] | 313 | "accessibility/accessibility_tree_formatter_browser.cc", |
| 314 | "accessibility/accessibility_tree_formatter_browser.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 315 | "accessibility/accessibility_tree_formatter_mac.mm", |
| 316 | "accessibility/accessibility_tree_formatter_stub.cc", |
Jacques Newman | b3bc8db | 2019-03-12 19:34:27 | [diff] [blame] | 317 | "accessibility/accessibility_tree_formatter_uia_win.cc", |
| 318 | "accessibility/accessibility_tree_formatter_uia_win.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 319 | "accessibility/accessibility_tree_formatter_utils_win.cc", |
| 320 | "accessibility/accessibility_tree_formatter_utils_win.h", |
| 321 | "accessibility/accessibility_tree_formatter_win.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 322 | "accessibility/browser_accessibility.cc", |
| 323 | "accessibility/browser_accessibility.h", |
| 324 | "accessibility/browser_accessibility_cocoa.h", |
| 325 | "accessibility/browser_accessibility_cocoa.mm", |
dougt | 6b5b4cd | 2017-05-10 06:03:54 | [diff] [blame] | 326 | "accessibility/browser_accessibility_com_win.cc", |
| 327 | "accessibility/browser_accessibility_com_win.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 328 | "accessibility/browser_accessibility_mac.h", |
| 329 | "accessibility/browser_accessibility_mac.mm", |
| 330 | "accessibility/browser_accessibility_manager.cc", |
| 331 | "accessibility/browser_accessibility_manager.h", |
| 332 | "accessibility/browser_accessibility_manager_mac.h", |
| 333 | "accessibility/browser_accessibility_manager_mac.mm", |
| 334 | "accessibility/browser_accessibility_manager_win.cc", |
| 335 | "accessibility/browser_accessibility_manager_win.h", |
Doug Turner | f4f6706 | 2017-10-28 02:33:24 | [diff] [blame] | 336 | "accessibility/browser_accessibility_position.cc", |
| 337 | "accessibility/browser_accessibility_position.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 338 | "accessibility/browser_accessibility_state_impl.cc", |
| 339 | "accessibility/browser_accessibility_state_impl.h", |
| 340 | "accessibility/browser_accessibility_state_impl_mac.mm", |
| 341 | "accessibility/browser_accessibility_state_impl_win.cc", |
| 342 | "accessibility/browser_accessibility_win.cc", |
| 343 | "accessibility/browser_accessibility_win.h", |
| 344 | "accessibility/one_shot_accessibility_tree_search.cc", |
| 345 | "accessibility/one_shot_accessibility_tree_search.h", |
Jinsuk Kim | c6c1d15d | 2017-06-13 08:19:26 | [diff] [blame] | 346 | "accessibility/web_contents_accessibility.h", |
Gabriel Charette | c8cca99 | 2017-08-10 18:21:49 | [diff] [blame] | 347 | "after_startup_task_utils.cc", |
| 348 | "after_startup_task_utils.h", |
[email protected] | 6746292f | 2017-06-07 17:45:23 | [diff] [blame] | 349 | "android/android_overlay_provider_impl.cc", |
| 350 | "android/android_overlay_provider_impl.h", |
darin | 2d145fe | 2017-02-16 15:22:35 | [diff] [blame] | 351 | "android/app_web_message_port.cc", |
| 352 | "android/app_web_message_port.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 353 | "android/background_sync_network_observer_android.cc", |
| 354 | "android/background_sync_network_observer_android.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 355 | "android/browser_startup_controller.cc", |
| 356 | "android/browser_startup_controller.h", |
chongz | 8bdf2092 | 2017-03-16 20:44:04 | [diff] [blame] | 357 | "android/content_feature_list.cc", |
| 358 | "android/content_feature_list.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 359 | "android/content_startup_flags.cc", |
| 360 | "android/content_startup_flags.h", |
Eric Roman | 8016441 | 2018-10-02 22:13:54 | [diff] [blame] | 361 | "android/content_url_loader_factory.cc", |
| 362 | "android/content_url_loader_factory.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 363 | "android/devtools_auth.cc", |
liberato | a8da3b5 | 2017-05-02 20:23:51 | [diff] [blame] | 364 | "android/dialog_overlay_impl.cc", |
| 365 | "android/dialog_overlay_impl.h", |
jcivelli | 27d06a6 | 2017-03-22 01:40:37 | [diff] [blame] | 366 | "android/gpu_process_callback.cc", |
sammc | f5f1b0f | 2016-09-20 23:05:11 | [diff] [blame] | 367 | "android/java_interfaces_impl.cc", |
| 368 | "android/java_interfaces_impl.h", |
boliu | 61687ec5 | 2017-03-29 20:09:34 | [diff] [blame] | 369 | "android/launcher_thread.cc", |
| 370 | "android/launcher_thread.h", |
Chris Hamilton | ee222bb | 2020-01-10 19:17:14 | [diff] [blame] | 371 | "android/message_port_descriptor.cc", |
tguilbert | f08485bf | 2016-09-21 04:11:41 | [diff] [blame] | 372 | "android/scoped_surface_request_manager.cc", |
| 373 | "android/scoped_surface_request_manager.h", |
rlanday | e4a6ec8 | 2017-07-26 01:03:20 | [diff] [blame] | 374 | "android/text_suggestion_host_android.cc", |
| 375 | "android/text_suggestion_host_android.h", |
| 376 | "android/text_suggestion_host_mojo_impl_android.cc", |
| 377 | "android/text_suggestion_host_mojo_impl_android.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 378 | "appcache/appcache.cc", |
| 379 | "appcache/appcache.h", |
| 380 | "appcache/appcache_backend_impl.cc", |
| 381 | "appcache/appcache_backend_impl.h", |
Staphany Park | 04aaacb | 2019-03-27 09:25:17 | [diff] [blame] | 382 | "appcache/appcache_backfillers.cc", |
| 383 | "appcache/appcache_backfillers.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 384 | "appcache/appcache_database.cc", |
| 385 | "appcache/appcache_database.h", |
| 386 | "appcache/appcache_disk_cache.cc", |
| 387 | "appcache/appcache_disk_cache.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 388 | "appcache/appcache_entry.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 389 | "appcache/appcache_group.cc", |
| 390 | "appcache/appcache_group.h", |
| 391 | "appcache/appcache_histograms.cc", |
| 392 | "appcache/appcache_histograms.h", |
| 393 | "appcache/appcache_host.cc", |
| 394 | "appcache/appcache_host.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 395 | "appcache/appcache_internals_ui.cc", |
| 396 | "appcache/appcache_internals_ui.h", |
ananta | 46f3e94 | 2017-05-09 04:56:30 | [diff] [blame] | 397 | "appcache/appcache_job.cc", |
| 398 | "appcache/appcache_job.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 399 | "appcache/appcache_manifest_parser.cc", |
| 400 | "appcache/appcache_manifest_parser.h", |
Victor Costan | 0750356 | 2019-01-23 17:21:40 | [diff] [blame] | 401 | "appcache/appcache_namespace.cc", |
| 402 | "appcache/appcache_namespace.h", |
ananta | 292a917 | 2016-12-07 01:29:27 | [diff] [blame] | 403 | "appcache/appcache_navigation_handle.cc", |
| 404 | "appcache/appcache_navigation_handle.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 405 | "appcache/appcache_policy.h", |
| 406 | "appcache/appcache_quota_client.cc", |
| 407 | "appcache/appcache_quota_client.h", |
ananta | 4e8a529 | 2017-05-04 03:07:15 | [diff] [blame] | 408 | "appcache/appcache_request.cc", |
| 409 | "appcache/appcache_request.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 410 | "appcache/appcache_request_handler.cc", |
| 411 | "appcache/appcache_request_handler.h", |
| 412 | "appcache/appcache_response.cc", |
| 413 | "appcache/appcache_response.h", |
| 414 | "appcache/appcache_service_impl.cc", |
| 415 | "appcache/appcache_service_impl.h", |
| 416 | "appcache/appcache_storage.cc", |
| 417 | "appcache/appcache_storage.h", |
| 418 | "appcache/appcache_storage_impl.cc", |
| 419 | "appcache/appcache_storage_impl.h", |
ananta | e60d1d4 | 2017-06-20 04:16:27 | [diff] [blame] | 420 | "appcache/appcache_subresource_url_factory.cc", |
| 421 | "appcache/appcache_subresource_url_factory.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 422 | "appcache/appcache_update_job.cc", |
| 423 | "appcache/appcache_update_job.h", |
Chase Phillips | 4740273 | 2019-12-19 02:23:25 | [diff] [blame] | 424 | "appcache/appcache_update_job_state.h", |
| 425 | "appcache/appcache_update_metrics_recorder.cc", |
| 426 | "appcache/appcache_update_metrics_recorder.h", |
ananta | 609d977 | 2017-07-21 02:12:53 | [diff] [blame] | 427 | "appcache/appcache_update_url_fetcher.cc", |
| 428 | "appcache/appcache_update_url_fetcher.h", |
Anantanarayanan Iyengar | d42af8f | 2017-08-01 23:09:36 | [diff] [blame] | 429 | "appcache/appcache_update_url_loader_request.cc", |
| 430 | "appcache/appcache_update_url_loader_request.h", |
ananta | 46f3e94 | 2017-05-09 04:56:30 | [diff] [blame] | 431 | "appcache/appcache_url_loader_job.cc", |
| 432 | "appcache/appcache_url_loader_job.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 433 | "appcache/appcache_working_set.cc", |
| 434 | "appcache/appcache_working_set.h", |
| 435 | "appcache/chrome_appcache_service.cc", |
| 436 | "appcache/chrome_appcache_service.h", |
Ken Rockot | 7296440 | 2019-12-06 10:40:51 | [diff] [blame] | 437 | "audio/audio_service.cc", |
harkness | 7b36c43 | 2017-02-15 20:05:36 | [diff] [blame] | 438 | "background_fetch/background_fetch_context.cc", |
| 439 | "background_fetch/background_fetch_context.h", |
peter | bbecee16 | 2017-04-14 17:09:55 | [diff] [blame] | 440 | "background_fetch/background_fetch_cross_origin_filter.cc", |
| 441 | "background_fetch/background_fetch_cross_origin_filter.h", |
harkness | 7b36c43 | 2017-02-15 20:05:36 | [diff] [blame] | 442 | "background_fetch/background_fetch_data_manager.cc", |
| 443 | "background_fetch/background_fetch_data_manager.h", |
Dan Elphick | 5e7e295 | 2017-07-18 14:25:08 | [diff] [blame] | 444 | "background_fetch/background_fetch_delegate_proxy.cc", |
| 445 | "background_fetch/background_fetch_delegate_proxy.h", |
peter | ef079770 | 2017-03-19 04:06:40 | [diff] [blame] | 446 | "background_fetch/background_fetch_event_dispatcher.cc", |
| 447 | "background_fetch/background_fetch_event_dispatcher.h", |
harkness | a247d9bf | 2017-02-28 17:01:53 | [diff] [blame] | 448 | "background_fetch/background_fetch_job_controller.cc", |
| 449 | "background_fetch/background_fetch_job_controller.h", |
Rayan Kanso | 0f48a4a | 2018-04-23 14:27:30 | [diff] [blame] | 450 | "background_fetch/background_fetch_metrics.cc", |
| 451 | "background_fetch/background_fetch_metrics.h", |
peter | 6965a1a1 | 2017-03-27 08:59:27 | [diff] [blame] | 452 | "background_fetch/background_fetch_registration_id.cc", |
| 453 | "background_fetch/background_fetch_registration_id.h", |
Peter Beverloo | 83ee664 | 2017-10-11 20:23:17 | [diff] [blame] | 454 | "background_fetch/background_fetch_registration_notifier.cc", |
| 455 | "background_fetch/background_fetch_registration_notifier.h", |
Rayan Kanso | f41e81f9 | 2019-04-04 12:08:37 | [diff] [blame] | 456 | "background_fetch/background_fetch_registration_service_impl.cc", |
| 457 | "background_fetch/background_fetch_registration_service_impl.h", |
harkness | a247d9bf | 2017-02-28 17:01:53 | [diff] [blame] | 458 | "background_fetch/background_fetch_request_info.cc", |
| 459 | "background_fetch/background_fetch_request_info.h", |
Mugdha Lakhani | 9a87f0b | 2018-07-23 21:30:40 | [diff] [blame] | 460 | "background_fetch/background_fetch_request_match_params.cc", |
| 461 | "background_fetch/background_fetch_request_match_params.h", |
Dan Elphick | 1465585 | 2018-01-03 16:13:29 | [diff] [blame] | 462 | "background_fetch/background_fetch_scheduler.cc", |
| 463 | "background_fetch/background_fetch_scheduler.h", |
peter | 3226ce8 | 2017-03-16 18:06:28 | [diff] [blame] | 464 | "background_fetch/background_fetch_service_impl.cc", |
| 465 | "background_fetch/background_fetch_service_impl.h", |
Rayan Kanso | 21a6dd4 | 2018-12-11 14:20:08 | [diff] [blame] | 466 | "background_fetch/storage/cache_entry_handler_impl.cc", |
| 467 | "background_fetch/storage/cache_entry_handler_impl.h", |
Dan Elphick | 260f3f6 | 2017-11-02 15:21:41 | [diff] [blame] | 468 | "background_fetch/storage/cleanup_task.cc", |
| 469 | "background_fetch/storage/cleanup_task.h", |
Rayan Kanso | 4ca46f7 | 2018-04-10 21:16:53 | [diff] [blame] | 470 | "background_fetch/storage/create_metadata_task.cc", |
| 471 | "background_fetch/storage/create_metadata_task.h", |
Dan Elphick | 260f3f6 | 2017-11-02 15:21:41 | [diff] [blame] | 472 | "background_fetch/storage/database_helpers.cc", |
| 473 | "background_fetch/storage/database_helpers.h", |
| 474 | "background_fetch/storage/database_task.cc", |
| 475 | "background_fetch/storage/database_task.h", |
| 476 | "background_fetch/storage/delete_registration_task.cc", |
| 477 | "background_fetch/storage/delete_registration_task.h", |
Dan Elphick | a26d0f7 | 2017-11-14 13:31:59 | [diff] [blame] | 478 | "background_fetch/storage/get_developer_ids_task.cc", |
| 479 | "background_fetch/storage/get_developer_ids_task.h", |
Rayan Kanso | 3d49275 | 2018-07-05 15:05:42 | [diff] [blame] | 480 | "background_fetch/storage/get_initialization_data_task.cc", |
| 481 | "background_fetch/storage/get_initialization_data_task.h", |
Rayan Kanso | 4ca46f7 | 2018-04-10 21:16:53 | [diff] [blame] | 482 | "background_fetch/storage/get_metadata_task.cc", |
| 483 | "background_fetch/storage/get_metadata_task.h", |
Peter Beverloo | 8788693 | 2018-07-25 15:34:17 | [diff] [blame] | 484 | "background_fetch/storage/get_registration_task.cc", |
| 485 | "background_fetch/storage/get_registration_task.h", |
Rayan Kanso | 141f94f | 2019-01-24 14:36:00 | [diff] [blame] | 486 | "background_fetch/storage/get_request_blob_task.cc", |
| 487 | "background_fetch/storage/get_request_blob_task.h", |
Rayan Kanso | 91b8d87 | 2018-07-25 12:03:03 | [diff] [blame] | 488 | "background_fetch/storage/image_helpers.cc", |
| 489 | "background_fetch/storage/image_helpers.h", |
Dan Elphick | 260f3f6 | 2017-11-02 15:21:41 | [diff] [blame] | 490 | "background_fetch/storage/mark_registration_for_deletion_task.cc", |
| 491 | "background_fetch/storage/mark_registration_for_deletion_task.h", |
Rayan Kanso | 731a791 | 2018-05-02 21:00:40 | [diff] [blame] | 492 | "background_fetch/storage/mark_request_complete_task.cc", |
| 493 | "background_fetch/storage/mark_request_complete_task.h", |
Rayan Kanso | ac0b91e | 2018-10-18 15:28:27 | [diff] [blame] | 494 | "background_fetch/storage/match_requests_task.cc", |
| 495 | "background_fetch/storage/match_requests_task.h", |
Rayan Kanso | aa1821d8 | 2018-05-02 16:38:49 | [diff] [blame] | 496 | "background_fetch/storage/start_next_pending_request_task.cc", |
| 497 | "background_fetch/storage/start_next_pending_request_task.h", |
Mugdha Lakhani | 1f1ea8e | 2019-02-27 16:01:32 | [diff] [blame] | 498 | "background_sync/background_sync_context_impl.cc", |
| 499 | "background_sync/background_sync_context_impl.h", |
Mugdha Lakhani | eef7642 | 2019-03-22 18:04:49 | [diff] [blame] | 500 | "background_sync/background_sync_launcher.cc", |
| 501 | "background_sync/background_sync_launcher.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 502 | "background_sync/background_sync_manager.cc", |
| 503 | "background_sync/background_sync_manager.h", |
| 504 | "background_sync/background_sync_metrics.cc", |
| 505 | "background_sync/background_sync_metrics.h", |
| 506 | "background_sync/background_sync_network_observer.cc", |
| 507 | "background_sync/background_sync_network_observer.h", |
Mugdha Lakhani | e07dd9e | 2019-07-18 17:25:23 | [diff] [blame] | 508 | "background_sync/background_sync_proxy.cc", |
| 509 | "background_sync/background_sync_proxy.h", |
Mugdha Lakhani | 238e1ec | 2019-06-20 11:32:14 | [diff] [blame] | 510 | "background_sync/background_sync_registration_helper.cc", |
| 511 | "background_sync/background_sync_registration_helper.h", |
Mugdha Lakhani | 794a2f1 | 2019-10-03 03:20:08 | [diff] [blame] | 512 | "background_sync/background_sync_scheduler.cc", |
| 513 | "background_sync/background_sync_scheduler.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 514 | "background_sync/background_sync_status.h", |
Mugdha Lakhani | 238e1ec | 2019-06-20 11:32:14 | [diff] [blame] | 515 | "background_sync/one_shot_background_sync_service_impl.cc", |
| 516 | "background_sync/one_shot_background_sync_service_impl.h", |
| 517 | "background_sync/periodic_background_sync_service_impl.cc", |
| 518 | "background_sync/periodic_background_sync_service_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 519 | "bad_message.cc", |
| 520 | "bad_message.h", |
jam | d654ee5 | 2017-05-09 22:00:52 | [diff] [blame] | 521 | "blob_storage/blob_internals_url_loader.cc", |
| 522 | "blob_storage/blob_internals_url_loader.h", |
Marijn Kruisselbrink | 76098688 | 2017-07-11 17:06:51 | [diff] [blame] | 523 | "blob_storage/blob_registry_wrapper.cc", |
| 524 | "blob_storage/blob_registry_wrapper.h", |
Adrienne Walker | b6ccb29c | 2019-10-25 23:12:43 | [diff] [blame] | 525 | "blob_storage/blob_storage_context_wrapper.cc", |
| 526 | "blob_storage/blob_storage_context_wrapper.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 527 | "blob_storage/chrome_blob_storage_context.cc", |
| 528 | "blob_storage/chrome_blob_storage_context.h", |
juncai | f70c5117 | 2017-02-10 23:49:17 | [diff] [blame] | 529 | "bluetooth/bluetooth_allowed_devices.cc", |
| 530 | "bluetooth/bluetooth_allowed_devices.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 531 | "bluetooth/bluetooth_allowed_devices_map.cc", |
| 532 | "bluetooth/bluetooth_allowed_devices_map.h", |
beaufort.francois | 01135bf | 2016-11-23 14:37:36 | [diff] [blame] | 533 | "bluetooth/bluetooth_blocklist.cc", |
| 534 | "bluetooth/bluetooth_blocklist.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 535 | "bluetooth/bluetooth_device_chooser_controller.cc", |
| 536 | "bluetooth/bluetooth_device_chooser_controller.h", |
Jun Cai | 149002e | 2019-05-09 23:13:07 | [diff] [blame] | 537 | "bluetooth/bluetooth_device_scanning_prompt_controller.cc", |
| 538 | "bluetooth/bluetooth_device_scanning_prompt_controller.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 539 | "bluetooth/bluetooth_metrics.cc", |
| 540 | "bluetooth/bluetooth_metrics.h", |
Jun Cai | 732a05e3 | 2019-05-29 19:34:19 | [diff] [blame] | 541 | "bluetooth/bluetooth_util.cc", |
| 542 | "bluetooth/bluetooth_util.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 543 | "bluetooth/frame_connected_bluetooth_devices.cc", |
| 544 | "bluetooth/frame_connected_bluetooth_devices.h", |
| 545 | "bluetooth/web_bluetooth_service_impl.cc", |
| 546 | "bluetooth/web_bluetooth_service_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 547 | "broadcast_channel/broadcast_channel_provider.cc", |
| 548 | "broadcast_channel/broadcast_channel_provider.h", |
| 549 | "browser_child_process_host_impl.cc", |
| 550 | "browser_child_process_host_impl.h", |
Robert Sesek | 4fed6f1e | 2019-10-15 23:31:01 | [diff] [blame] | 551 | "browser_child_process_host_impl_receiver_bindings.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 552 | "browser_context.cc", |
Oksana Zhuravlova | fee097c | 2019-07-26 17:01:30 | [diff] [blame] | 553 | "browser_interface_binders.cc", |
| 554 | "browser_interface_binders.h", |
| 555 | "browser_interface_broker_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 556 | "browser_main.cc", |
| 557 | "browser_main.h", |
| 558 | "browser_main_loop.cc", |
| 559 | "browser_main_loop.h", |
Xi Han | b2c9713c | 2018-05-10 19:19:17 | [diff] [blame] | 560 | "browser_main_runner_impl.cc", |
Xi Han | 6740d62 | 2018-05-22 19:21:07 | [diff] [blame] | 561 | "browser_main_runner_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 562 | "browser_plugin/browser_plugin_embedder.cc", |
| 563 | "browser_plugin/browser_plugin_embedder.h", |
| 564 | "browser_plugin/browser_plugin_guest.cc", |
| 565 | "browser_plugin/browser_plugin_guest.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 566 | "browser_plugin/browser_plugin_popup_menu_helper_mac.h", |
| 567 | "browser_plugin/browser_plugin_popup_menu_helper_mac.mm", |
| 568 | "browser_process_sub_thread.cc", |
| 569 | "browser_process_sub_thread.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 570 | "browser_thread_impl.cc", |
| 571 | "browser_thread_impl.h", |
| 572 | "browser_url_handler_impl.cc", |
| 573 | "browser_url_handler_impl.h", |
msramek | a3c7cfd | 2017-02-03 13:34:13 | [diff] [blame] | 574 | "browsing_data/browsing_data_filter_builder_impl.cc", |
| 575 | "browsing_data/browsing_data_filter_builder_impl.h", |
msramek | e169ccb | 2017-04-26 05:21:41 | [diff] [blame] | 576 | "browsing_data/browsing_data_remover_impl.cc", |
| 577 | "browsing_data/browsing_data_remover_impl.h", |
Chong Zhang | fdbb7e9d | 2018-08-24 23:40:54 | [diff] [blame] | 578 | "browsing_data/clear_site_data_handler.cc", |
| 579 | "browsing_data/clear_site_data_handler.h", |
Christian Dullweber | b0932269 | 2018-11-28 10:33:04 | [diff] [blame] | 580 | "browsing_data/clear_site_data_utils.cc", |
msramek | ee2be6e | 2017-03-27 19:28:01 | [diff] [blame] | 581 | "browsing_data/conditional_cache_deletion_helper.cc", |
| 582 | "browsing_data/conditional_cache_deletion_helper.h", |
Jenny Blessing | 837142a | 2019-07-24 10:00:08 | [diff] [blame] | 583 | "browsing_data/same_site_data_remover_impl.cc", |
| 584 | "browsing_data/same_site_data_remover_impl.h", |
Mythri Alle | b5aca7d5 | 2018-10-23 10:22:03 | [diff] [blame] | 585 | "browsing_data/storage_partition_code_cache_data_remover.cc", |
| 586 | "browsing_data/storage_partition_code_cache_data_remover.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 587 | "browsing_instance.cc", |
| 588 | "browsing_instance.h", |
Ken Rockot | 06fd283 | 2019-05-24 17:24:44 | [diff] [blame] | 589 | "builtin_service_manifests.cc", |
| 590 | "builtin_service_manifests.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 591 | "byte_stream.cc", |
| 592 | "byte_stream.h", |
| 593 | "cache_storage/cache_storage.cc", |
| 594 | "cache_storage/cache_storage.h", |
| 595 | "cache_storage/cache_storage_blob_to_disk_cache.cc", |
| 596 | "cache_storage/cache_storage_blob_to_disk_cache.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 597 | "cache_storage/cache_storage_cache.h", |
Rayan Kanso | 41a9ca6 | 2018-11-21 16:01:47 | [diff] [blame] | 598 | "cache_storage/cache_storage_cache_entry_handler.cc", |
| 599 | "cache_storage/cache_storage_cache_entry_handler.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 600 | "cache_storage/cache_storage_cache_handle.h", |
cmumford | ffb8a16 | 2016-12-22 15:26:50 | [diff] [blame] | 601 | "cache_storage/cache_storage_cache_observer.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 602 | "cache_storage/cache_storage_context_impl.cc", |
| 603 | "cache_storage/cache_storage_context_impl.h", |
| 604 | "cache_storage/cache_storage_dispatcher_host.cc", |
| 605 | "cache_storage/cache_storage_dispatcher_host.h", |
Ben Kelly | 5d72398 | 2018-12-08 00:08:18 | [diff] [blame] | 606 | "cache_storage/cache_storage_handle.h", |
Ben Kelly | efacae11 | 2018-09-20 21:55:43 | [diff] [blame] | 607 | "cache_storage/cache_storage_histogram_utils.cc", |
| 608 | "cache_storage/cache_storage_histogram_utils.h", |
cmumford | ffb8a16 | 2016-12-22 15:26:50 | [diff] [blame] | 609 | "cache_storage/cache_storage_index.cc", |
| 610 | "cache_storage/cache_storage_index.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 611 | "cache_storage/cache_storage_manager.cc", |
| 612 | "cache_storage/cache_storage_manager.h", |
| 613 | "cache_storage/cache_storage_operation.cc", |
| 614 | "cache_storage/cache_storage_operation.h", |
| 615 | "cache_storage/cache_storage_quota_client.cc", |
| 616 | "cache_storage/cache_storage_quota_client.h", |
Ben Kelly | fdf95b6 | 2018-11-16 05:04:28 | [diff] [blame] | 617 | "cache_storage/cache_storage_ref.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 618 | "cache_storage/cache_storage_scheduler.cc", |
| 619 | "cache_storage/cache_storage_scheduler.h", |
Ben Kelly | 218cb60 | 2018-11-28 22:51:36 | [diff] [blame] | 620 | "cache_storage/cache_storage_scheduler_types.h", |
Ben Kelly | 577eb72 | 2019-03-08 18:28:52 | [diff] [blame] | 621 | "cache_storage/cache_storage_trace_utils.cc", |
| 622 | "cache_storage/cache_storage_trace_utils.h", |
Ben Kelly | 8bdfdc9 | 2019-06-14 20:25:42 | [diff] [blame] | 623 | "cache_storage/cross_sequence/cross_sequence_cache_storage.cc", |
| 624 | "cache_storage/cross_sequence/cross_sequence_cache_storage.h", |
| 625 | "cache_storage/cross_sequence/cross_sequence_cache_storage_cache.cc", |
| 626 | "cache_storage/cross_sequence/cross_sequence_cache_storage_cache.h", |
| 627 | "cache_storage/cross_sequence/cross_sequence_cache_storage_manager.cc", |
| 628 | "cache_storage/cross_sequence/cross_sequence_cache_storage_manager.h", |
| 629 | "cache_storage/cross_sequence/cross_sequence_utils.h", |
Ben Kelly | ab68c05 | 2019-04-05 21:01:47 | [diff] [blame] | 630 | "cache_storage/legacy/legacy_cache_storage.cc", |
| 631 | "cache_storage/legacy/legacy_cache_storage.h", |
| 632 | "cache_storage/legacy/legacy_cache_storage_cache.cc", |
| 633 | "cache_storage/legacy/legacy_cache_storage_cache.h", |
Ben Kelly | f5e9f17 | 2019-05-30 03:13:11 | [diff] [blame] | 634 | "cache_storage/legacy/legacy_cache_storage_manager.cc", |
| 635 | "cache_storage/legacy/legacy_cache_storage_manager.h", |
Josh Karlin | aaa7db0 | 2019-05-13 21:15:51 | [diff] [blame] | 636 | "cache_storage/scoped_writable_entry.h", |
Aaron Colwell | 1325f84 | 2019-10-07 20:37:58 | [diff] [blame] | 637 | "can_commit_status.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 638 | "child_process_launcher.cc", |
| 639 | "child_process_launcher.h", |
jcivelli | 828cd7f | 2017-01-18 19:50:46 | [diff] [blame] | 640 | "child_process_launcher_helper.cc", |
| 641 | "child_process_launcher_helper.h", |
| 642 | "child_process_launcher_helper_android.cc", |
| 643 | "child_process_launcher_helper_linux.cc", |
| 644 | "child_process_launcher_helper_mac.cc", |
jcivelli | 828cd7f | 2017-01-18 19:50:46 | [diff] [blame] | 645 | "child_process_launcher_helper_win.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 646 | "child_process_security_policy_impl.cc", |
| 647 | "child_process_security_policy_impl.h", |
Robert Sesek | de2e71326 | 2019-07-15 20:57:58 | [diff] [blame] | 648 | "child_process_task_port_provider_mac.cc", |
| 649 | "child_process_task_port_provider_mac.h", |
Yoav Weiss | 603be26 | 2019-03-04 13:14:57 | [diff] [blame] | 650 | "client_hints/client_hints.cc", |
| 651 | "client_hints/client_hints.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 652 | "cocoa/system_hotkey_helper_mac.h", |
| 653 | "cocoa/system_hotkey_helper_mac.mm", |
| 654 | "cocoa/system_hotkey_map.h", |
| 655 | "cocoa/system_hotkey_map.mm", |
Mythri Alle | 9067baa | 2018-07-19 12:23:23 | [diff] [blame] | 656 | "code_cache/generated_code_cache.cc", |
| 657 | "code_cache/generated_code_cache.h", |
Mythri Alle | 3e4af05 | 2018-07-26 13:33:19 | [diff] [blame] | 658 | "code_cache/generated_code_cache_context.cc", |
| 659 | "code_cache/generated_code_cache_context.h", |
Robert Sesek | de2e71326 | 2019-07-15 20:57:58 | [diff] [blame] | 660 | "compositor/surface_utils.cc", |
| 661 | "compositor/surface_utils.h", |
Finnur Thorarinsson | 522d378 | 2018-12-05 02:17:43 | [diff] [blame] | 662 | "contacts/contacts_manager_impl.cc", |
| 663 | "contacts/contacts_manager_impl.h", |
Finnur Thorarinsson | d1e1e8d | 2019-01-22 10:56:35 | [diff] [blame] | 664 | "contacts/contacts_provider.h", |
Rayan Kanso | a42c3caf | 2019-07-19 17:21:20 | [diff] [blame] | 665 | "content_index/content_index_context_impl.cc", |
| 666 | "content_index/content_index_context_impl.h", |
Rayan Kanso | 296eb3d | 2019-06-26 11:32:04 | [diff] [blame] | 667 | "content_index/content_index_database.cc", |
| 668 | "content_index/content_index_database.h", |
Rayan Kanso | 9f3944a | 2019-07-30 12:18:07 | [diff] [blame] | 669 | "content_index/content_index_metrics.cc", |
| 670 | "content_index/content_index_metrics.h", |
Rayan Kanso | e78e94a | 2019-06-20 13:29:08 | [diff] [blame] | 671 | "content_index/content_index_service_impl.cc", |
| 672 | "content_index/content_index_service_impl.h", |
Ken Rockot | 84f58fd | 2018-06-22 21:54:14 | [diff] [blame] | 673 | "content_service_delegate_impl.cc", |
| 674 | "content_service_delegate_impl.h", |
John Delaney | 283b6a4 | 2020-01-28 23:24:56 | [diff] [blame] | 675 | "conversions/conversion_manager.cc", |
| 676 | "conversions/conversion_manager.h", |
| 677 | "conversions/conversion_policy.cc", |
| 678 | "conversions/conversion_policy.h", |
John Delaney | 061f86e | 2020-01-27 16:00:18 | [diff] [blame] | 679 | "conversions/conversion_report.cc", |
| 680 | "conversions/conversion_report.h", |
| 681 | "conversions/conversion_storage.h", |
| 682 | "conversions/conversion_storage_sql.cc", |
| 683 | "conversions/conversion_storage_sql.h", |
| 684 | "conversions/storable_conversion.cc", |
| 685 | "conversions/storable_conversion.h", |
| 686 | "conversions/storable_impression.cc", |
| 687 | "conversions/storable_impression.h", |
Victor Costan | 7184272a | 2018-05-15 13:17:43 | [diff] [blame] | 688 | "cookie_store/cookie_change_subscription.cc", |
| 689 | "cookie_store/cookie_change_subscription.h", |
| 690 | "cookie_store/cookie_store_context.cc", |
| 691 | "cookie_store/cookie_store_context.h", |
| 692 | "cookie_store/cookie_store_host.cc", |
| 693 | "cookie_store/cookie_store_host.h", |
| 694 | "cookie_store/cookie_store_manager.cc", |
| 695 | "cookie_store/cookie_store_manager.h", |
John Abd-El-Malek | f504747 | 2019-04-22 18:07:36 | [diff] [blame] | 696 | "data_url_loader_factory.cc", |
| 697 | "data_url_loader_factory.h", |
Ken Rockot | 45d15c28 | 2019-12-10 00:01:48 | [diff] [blame] | 698 | "device/device_service.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 699 | "devtools/browser_devtools_agent_host.cc", |
| 700 | "devtools/browser_devtools_agent_host.h", |
Andrey Kosyakov | 8750ad2 | 2019-08-29 20:56:53 | [diff] [blame] | 701 | "devtools/cross_thread_protocol_callback.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 702 | "devtools/devtools_agent_host_impl.cc", |
| 703 | "devtools/devtools_agent_host_impl.h", |
Rayan Kanso | 8cfef33 | 2019-05-08 16:25:48 | [diff] [blame] | 704 | "devtools/devtools_background_services_context_impl.cc", |
| 705 | "devtools/devtools_background_services_context_impl.h", |
pfeldman | 1062876 | 2016-09-08 07:59:26 | [diff] [blame] | 706 | "devtools/devtools_http_handler.cc", |
| 707 | "devtools/devtools_http_handler.h", |
Andrey Kosyakov | f2d4ff7 | 2018-10-29 20:09:59 | [diff] [blame] | 708 | "devtools/devtools_instrumentation.cc", |
| 709 | "devtools/devtools_instrumentation.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 710 | "devtools/devtools_io_context.cc", |
| 711 | "devtools/devtools_io_context.h", |
| 712 | "devtools/devtools_manager.cc", |
| 713 | "devtools/devtools_manager.h", |
Pavel Feldman | 2b11e235 | 2017-10-25 05:24:01 | [diff] [blame] | 714 | "devtools/devtools_pipe_handler.cc", |
| 715 | "devtools/devtools_pipe_handler.h", |
Dmitry Gozman | b27efd1e | 2018-10-01 22:08:11 | [diff] [blame] | 716 | "devtools/devtools_renderer_channel.cc", |
| 717 | "devtools/devtools_renderer_channel.h", |
dgozman | d7718863 | 2016-11-16 01:34:39 | [diff] [blame] | 718 | "devtools/devtools_session.cc", |
| 719 | "devtools/devtools_session.h", |
Andrey Kosyakov | 2c256c9 | 2018-04-13 03:36:21 | [diff] [blame] | 720 | "devtools/devtools_stream_blob.cc", |
| 721 | "devtools/devtools_stream_blob.h", |
| 722 | "devtools/devtools_stream_file.cc", |
| 723 | "devtools/devtools_stream_file.h", |
Andrey Kosyakov | fd7c7ce | 2018-04-25 19:26:50 | [diff] [blame] | 724 | "devtools/devtools_stream_pipe.cc", |
| 725 | "devtools/devtools_stream_pipe.h", |
Saman Sami | 1b9a9c8 | 2018-02-21 04:13:28 | [diff] [blame] | 726 | "devtools/devtools_traceable_screenshot.cc", |
| 727 | "devtools/devtools_traceable_screenshot.h", |
Andrey Kosyakov | 8d49c506 | 2018-03-15 19:50:49 | [diff] [blame] | 728 | "devtools/devtools_url_loader_interceptor.cc", |
| 729 | "devtools/devtools_url_loader_interceptor.h", |
Shridhar Sundarraj | 2af6bca | 2018-04-12 09:26:20 | [diff] [blame] | 730 | "devtools/devtools_video_consumer.cc", |
| 731 | "devtools/devtools_video_consumer.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 732 | "devtools/forwarding_agent_host.cc", |
| 733 | "devtools/forwarding_agent_host.h", |
Rayan Kanso | 31ad82a | 2019-03-04 14:58:46 | [diff] [blame] | 734 | "devtools/protocol/background_service_handler.cc", |
| 735 | "devtools/protocol/background_service_handler.h", |
Andrey Lushnikov | 370cbea6 | 2017-08-12 04:51:54 | [diff] [blame] | 736 | "devtools/protocol/browser_handler.cc", |
| 737 | "devtools/protocol/browser_handler.h", |
dgozman | 39d9d9a | 2016-12-28 18:56:30 | [diff] [blame] | 738 | "devtools/protocol/devtools_domain_handler.cc", |
| 739 | "devtools/protocol/devtools_domain_handler.h", |
David Vallet | 1168352 | 2017-08-23 03:20:46 | [diff] [blame] | 740 | "devtools/protocol/devtools_download_manager_delegate.cc", |
| 741 | "devtools/protocol/devtools_download_manager_delegate.h", |
| 742 | "devtools/protocol/devtools_download_manager_helper.cc", |
| 743 | "devtools/protocol/devtools_download_manager_helper.h", |
Erik Luo | 8c11f12 | 2018-11-08 00:47:36 | [diff] [blame] | 744 | "devtools/protocol/devtools_mhtml_helper.cc", |
| 745 | "devtools/protocol/devtools_mhtml_helper.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 746 | "devtools/protocol/dom_handler.cc", |
| 747 | "devtools/protocol/dom_handler.h", |
| 748 | "devtools/protocol/emulation_handler.cc", |
| 749 | "devtools/protocol/emulation_handler.h", |
Andrey Kosyakov | d076d0d | 2018-10-31 17:52:58 | [diff] [blame] | 750 | "devtools/protocol/fetch_handler.cc", |
| 751 | "devtools/protocol/fetch_handler.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 752 | "devtools/protocol/input_handler.cc", |
| 753 | "devtools/protocol/input_handler.h", |
| 754 | "devtools/protocol/inspector_handler.cc", |
| 755 | "devtools/protocol/inspector_handler.h", |
| 756 | "devtools/protocol/io_handler.cc", |
| 757 | "devtools/protocol/io_handler.h", |
| 758 | "devtools/protocol/memory_handler.cc", |
| 759 | "devtools/protocol/memory_handler.h", |
Blaise | bcad00c | 2017-07-25 00:19:49 | [diff] [blame] | 760 | "devtools/protocol/native_input_event_builder.h", |
| 761 | "devtools/protocol/native_input_event_builder_mac.mm", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 762 | "devtools/protocol/network_handler.cc", |
| 763 | "devtools/protocol/network_handler.h", |
Pavel Feldman | 2b55031 | 2019-03-26 01:28:35 | [diff] [blame] | 764 | "devtools/protocol/overlay_handler.cc", |
| 765 | "devtools/protocol/overlay_handler.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 766 | "devtools/protocol/page_handler.cc", |
| 767 | "devtools/protocol/page_handler.h", |
| 768 | "devtools/protocol/schema_handler.cc", |
| 769 | "devtools/protocol/schema_handler.h", |
| 770 | "devtools/protocol/security_handler.cc", |
| 771 | "devtools/protocol/security_handler.h", |
| 772 | "devtools/protocol/service_worker_handler.cc", |
| 773 | "devtools/protocol/service_worker_handler.h", |
| 774 | "devtools/protocol/storage_handler.cc", |
| 775 | "devtools/protocol/storage_handler.h", |
| 776 | "devtools/protocol/system_info_handler.cc", |
| 777 | "devtools/protocol/system_info_handler.h", |
dgozman | 9f20416 | 2017-07-14 00:55:31 | [diff] [blame] | 778 | "devtools/protocol/target_auto_attacher.cc", |
| 779 | "devtools/protocol/target_auto_attacher.h", |
dgozman | c2cea7d | 2016-09-28 03:27:55 | [diff] [blame] | 780 | "devtools/protocol/target_handler.cc", |
| 781 | "devtools/protocol/target_handler.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 782 | "devtools/protocol/tethering_handler.cc", |
| 783 | "devtools/protocol/tethering_handler.h", |
| 784 | "devtools/protocol/tracing_handler.cc", |
| 785 | "devtools/protocol/tracing_handler.h", |
| 786 | "devtools/render_frame_devtools_agent_host.cc", |
| 787 | "devtools/render_frame_devtools_agent_host.h", |
| 788 | "devtools/service_worker_devtools_agent_host.cc", |
| 789 | "devtools/service_worker_devtools_agent_host.h", |
| 790 | "devtools/service_worker_devtools_manager.cc", |
| 791 | "devtools/service_worker_devtools_manager.h", |
| 792 | "devtools/shared_worker_devtools_agent_host.cc", |
| 793 | "devtools/shared_worker_devtools_agent_host.h", |
| 794 | "devtools/shared_worker_devtools_manager.cc", |
| 795 | "devtools/shared_worker_devtools_manager.h", |
Dmitry Gozman | be2073b | 2018-10-29 22:15:46 | [diff] [blame] | 796 | "devtools/worker_devtools_agent_host.cc", |
| 797 | "devtools/worker_devtools_agent_host.h", |
Becca Hughes | 2163df73d | 2018-07-17 18:06:50 | [diff] [blame] | 798 | "display_cutout/display_cutout_constants.h", |
Becca Hughes | 3b5a4348 | 2018-07-17 22:31:55 | [diff] [blame] | 799 | "display_cutout/display_cutout_host_impl.cc", |
| 800 | "display_cutout/display_cutout_host_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 801 | "dom_storage/dom_storage_context_wrapper.cc", |
| 802 | "dom_storage/dom_storage_context_wrapper.h", |
Daniel Murphy | 0ce6e2c3 | 2017-11-21 01:54:26 | [diff] [blame] | 803 | "dom_storage/session_storage_context_mojo.cc", |
| 804 | "dom_storage/session_storage_context_mojo.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 805 | "dom_storage/session_storage_namespace_impl.cc", |
| 806 | "dom_storage/session_storage_namespace_impl.h", |
Daniel Murphy | bdbd066 | 2018-04-25 22:24:10 | [diff] [blame] | 807 | "dom_storage/session_storage_namespace_impl_mojo.cc", |
| 808 | "dom_storage/session_storage_namespace_impl_mojo.h", |
Min Qin | 3861ed0 | 2019-10-17 23:12:51 | [diff] [blame] | 809 | "download/data_url_blob_reader.cc", |
| 810 | "download/data_url_blob_reader.h", |
Min Qin | a9f48787 | 2018-02-09 20:43:23 | [diff] [blame] | 811 | "download/download_item_utils.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 812 | "download/download_manager_impl.cc", |
| 813 | "download/download_manager_impl.h", |
Min Qin | a904f330 | 2018-02-13 23:33:34 | [diff] [blame] | 814 | "download/download_request_utils.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 815 | "download/drag_download_file.cc", |
| 816 | "download/drag_download_file.h", |
| 817 | "download/drag_download_util.cc", |
| 818 | "download/drag_download_util.h", |
petewil | 2abcf04 | 2017-04-10 21:45:00 | [diff] [blame] | 819 | "download/mhtml_extra_parts_impl.cc", |
| 820 | "download/mhtml_extra_parts_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 821 | "download/mhtml_generation_manager.cc", |
| 822 | "download/mhtml_generation_manager.h", |
Dominic Farolino | bc280d2 | 2019-12-05 05:49:24 | [diff] [blame] | 823 | "download/network_download_pending_url_loader_factory.cc", |
| 824 | "download/network_download_pending_url_loader_factory.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 825 | "download/save_file.cc", |
| 826 | "download/save_file.h", |
| 827 | "download/save_file_manager.cc", |
| 828 | "download/save_file_manager.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 829 | "download/save_item.cc", |
| 830 | "download/save_item.h", |
| 831 | "download/save_package.cc", |
| 832 | "download/save_package.h", |
| 833 | "download/save_types.cc", |
| 834 | "download/save_types.h", |
Adrienne Walker | 80d95f0 | 2020-02-07 22:37:04 | [diff] [blame^] | 835 | "feature_observer.cc", |
| 836 | "feature_observer.h", |
chiniforooshan | 614d70a | 2017-03-17 01:19:33 | [diff] [blame] | 837 | "field_trial_recorder.cc", |
| 838 | "field_trial_recorder.h", |
Alex Clarke | 9fc39b9b | 2020-01-31 17:29:47 | [diff] [blame] | 839 | "field_trial_synchronizer.cc", |
| 840 | "field_trial_synchronizer.h", |
DongJun Kim | 47743f4 | 2019-10-28 03:05:51 | [diff] [blame] | 841 | "file_system/browser_file_system_helper.cc", |
| 842 | "file_system/browser_file_system_helper.h", |
| 843 | "file_system/file_system_manager_impl.cc", |
| 844 | "file_system/file_system_manager_impl.h", |
| 845 | "file_system/file_system_url_loader_factory.cc", |
| 846 | "file_system/file_system_url_loader_factory.h", |
Rakina Zata Amni | 724f3efe | 2018-07-23 03:19:46 | [diff] [blame] | 847 | "find_in_page_client.cc", |
| 848 | "find_in_page_client.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 849 | "find_request_manager.cc", |
| 850 | "find_request_manager.h", |
| 851 | "font_list_async.cc", |
arthursonzogni | c5a2f12 | 2016-12-21 08:47:16 | [diff] [blame] | 852 | "frame_host/ancestor_throttle.cc", |
| 853 | "frame_host/ancestor_throttle.h", |
Hajime Hoshi | 276ce52 | 2019-11-06 05:42:10 | [diff] [blame] | 854 | "frame_host/back_forward_cache_can_store_document_result.cc", |
| 855 | "frame_host/back_forward_cache_can_store_document_result.h", |
Carlos Caballero | 35ce710c | 2019-09-19 10:59:45 | [diff] [blame] | 856 | "frame_host/back_forward_cache_impl.cc", |
| 857 | "frame_host/back_forward_cache_impl.h", |
Alexander Timin | d2f2e4f2 | 2019-04-02 20:04:53 | [diff] [blame] | 858 | "frame_host/back_forward_cache_metrics.cc", |
| 859 | "frame_host/back_forward_cache_metrics.h", |
Mustafa Emre Acer | 5440020 | 2018-04-30 19:38:11 | [diff] [blame] | 860 | "frame_host/blocked_scheme_navigation_throttle.cc", |
| 861 | "frame_host/blocked_scheme_navigation_throttle.h", |
Roger Tawa | 1e1812f8 | 2020-01-16 15:23:30 | [diff] [blame] | 862 | "frame_host/clipboard_host_impl.cc", |
| 863 | "frame_host/clipboard_host_impl.h", |
| 864 | "frame_host/clipboard_host_impl_mac.mm", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 865 | "frame_host/cross_process_frame_connector.cc", |
| 866 | "frame_host/cross_process_frame_connector.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 867 | "frame_host/debug_urls.cc", |
| 868 | "frame_host/debug_urls.h", |
arthursonzogni | 7cc34c5 | 2017-03-18 09:00:53 | [diff] [blame] | 869 | "frame_host/form_submission_throttle.cc", |
| 870 | "frame_host/form_submission_throttle.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 871 | "frame_host/frame_navigation_entry.cc", |
| 872 | "frame_host/frame_navigation_entry.h", |
| 873 | "frame_host/frame_tree.cc", |
| 874 | "frame_host/frame_tree.h", |
| 875 | "frame_host/frame_tree_node.cc", |
| 876 | "frame_host/frame_tree_node.h", |
| 877 | "frame_host/frame_tree_node_blame_context.cc", |
| 878 | "frame_host/frame_tree_node_blame_context.h", |
Alexander Timin | 17b09525 | 2019-04-19 01:18:12 | [diff] [blame] | 879 | "frame_host/history_navigation_ablation_study_navigation_throttle.cc", |
| 880 | "frame_host/history_navigation_ablation_study_navigation_throttle.h", |
Dave Tapuska | f238a1a | 2017-08-28 21:24:39 | [diff] [blame] | 881 | "frame_host/input/input_injector_impl.cc", |
| 882 | "frame_host/input/input_injector_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 883 | "frame_host/interstitial_page_impl.cc", |
| 884 | "frame_host/interstitial_page_impl.h", |
| 885 | "frame_host/interstitial_page_navigator_impl.cc", |
| 886 | "frame_host/interstitial_page_navigator_impl.h", |
Lukasz Anforowicz | 445abd4 | 2019-01-25 21:27:27 | [diff] [blame] | 887 | "frame_host/ipc_utils.cc", |
| 888 | "frame_host/ipc_utils.h", |
Yutaka Hirano | f7f2f63 | 2017-09-06 10:40:08 | [diff] [blame] | 889 | "frame_host/keep_alive_handle_factory.cc", |
| 890 | "frame_host/keep_alive_handle_factory.h", |
carlosk | d9d9794 | 2017-02-16 08:58:09 | [diff] [blame] | 891 | "frame_host/mixed_content_navigation_throttle.cc", |
| 892 | "frame_host/mixed_content_navigation_throttle.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 893 | "frame_host/navigation_controller_android.cc", |
| 894 | "frame_host/navigation_controller_android.h", |
| 895 | "frame_host/navigation_controller_delegate.h", |
| 896 | "frame_host/navigation_controller_impl.cc", |
| 897 | "frame_host/navigation_controller_impl.h", |
| 898 | "frame_host/navigation_entry_impl.cc", |
| 899 | "frame_host/navigation_entry_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 900 | "frame_host/navigation_request.cc", |
| 901 | "frame_host/navigation_request.h", |
| 902 | "frame_host/navigation_request_info.cc", |
| 903 | "frame_host/navigation_request_info.h", |
Camille Lamy | b4013a5 | 2019-01-17 16:19:18 | [diff] [blame] | 904 | "frame_host/navigation_throttle_runner.cc", |
| 905 | "frame_host/navigation_throttle_runner.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 906 | "frame_host/navigator.cc", |
| 907 | "frame_host/navigator.h", |
| 908 | "frame_host/navigator_delegate.cc", |
| 909 | "frame_host/navigator_delegate.h", |
| 910 | "frame_host/navigator_impl.cc", |
| 911 | "frame_host/navigator_impl.h", |
Daniel Vogelheim | afe93f4 | 2018-06-22 12:09:01 | [diff] [blame] | 912 | "frame_host/origin_policy_throttle.cc", |
| 913 | "frame_host/origin_policy_throttle.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 914 | "frame_host/popup_menu_helper_mac.h", |
| 915 | "frame_host/popup_menu_helper_mac.mm", |
| 916 | "frame_host/render_frame_host_delegate.cc", |
| 917 | "frame_host/render_frame_host_delegate.h", |
| 918 | "frame_host/render_frame_host_factory.cc", |
| 919 | "frame_host/render_frame_host_factory.h", |
| 920 | "frame_host/render_frame_host_impl.cc", |
| 921 | "frame_host/render_frame_host_impl.h", |
| 922 | "frame_host/render_frame_host_manager.cc", |
| 923 | "frame_host/render_frame_host_manager.h", |
| 924 | "frame_host/render_frame_message_filter.cc", |
| 925 | "frame_host/render_frame_message_filter.h", |
| 926 | "frame_host/render_frame_proxy_host.cc", |
| 927 | "frame_host/render_frame_proxy_host.h", |
Alexander Timin | 07835ded | 2019-11-20 11:43:55 | [diff] [blame] | 928 | "frame_host/should_swap_browsing_instance.h", |
Nasko Oskov | a50ec57 | 2018-04-27 00:12:08 | [diff] [blame] | 929 | "frame_host/webui_navigation_throttle.cc", |
| 930 | "frame_host/webui_navigation_throttle.h", |
Eero Häkkinen | b1907a76 | 2017-08-21 08:37:57 | [diff] [blame] | 931 | "generic_sensor/sensor_provider_proxy_impl.cc", |
| 932 | "generic_sensor/sensor_provider_proxy_impl.h", |
Conley Owens | 47f4fbf1 | 2017-08-02 01:56:52 | [diff] [blame] | 933 | "geolocation/geolocation_service_impl.cc", |
| 934 | "geolocation/geolocation_service_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 935 | "gpu/browser_gpu_channel_host_factory.cc", |
| 936 | "gpu/browser_gpu_channel_host_factory.h", |
Mohsen Izadi | bd50b1c | 2018-08-08 02:55:00 | [diff] [blame] | 937 | "gpu/browser_gpu_client_delegate.cc", |
| 938 | "gpu/browser_gpu_client_delegate.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 939 | "gpu/compositor_util.cc", |
| 940 | "gpu/compositor_util.h", |
Mohsen Izadi | c25273c3 | 2018-08-20 19:35:04 | [diff] [blame] | 941 | "gpu/gpu_client.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 942 | "gpu/gpu_data_manager_impl.cc", |
| 943 | "gpu/gpu_data_manager_impl.h", |
| 944 | "gpu/gpu_data_manager_impl_private.cc", |
| 945 | "gpu/gpu_data_manager_impl_private.h", |
michaelpg | 67362b5 | 2017-02-15 06:18:27 | [diff] [blame] | 946 | "gpu/gpu_feature_checker_impl.cc", |
| 947 | "gpu/gpu_feature_checker_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 948 | "gpu/gpu_internals_ui.cc", |
| 949 | "gpu/gpu_internals_ui.h", |
tapted | 4091f2f | 2017-02-07 00:47:19 | [diff] [blame] | 950 | "gpu/gpu_main_thread_factory.cc", |
| 951 | "gpu/gpu_main_thread_factory.h", |
Mohsen Izadi | 8b9d29e9 | 2018-08-20 15:34:26 | [diff] [blame] | 952 | "gpu/gpu_memory_buffer_manager_singleton.cc", |
| 953 | "gpu/gpu_memory_buffer_manager_singleton.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 954 | "gpu/gpu_process_host.cc", |
| 955 | "gpu/gpu_process_host.h", |
Robert Sesek | 2382ca6 | 2019-10-28 23:52:20 | [diff] [blame] | 956 | "gpu/gpu_process_host_receiver_bindings.cc", |
jonross | d2ca5e64 | 2019-10-16 12:08:52 | [diff] [blame] | 957 | "gpu/peak_gpu_memory_tracker_impl.cc", |
| 958 | "gpu/peak_gpu_memory_tracker_impl.h", |
sadrul | 75d671b | 2016-12-13 06:14:39 | [diff] [blame] | 959 | "gpu/shader_cache_factory.cc", |
| 960 | "gpu/shader_cache_factory.h", |
Matt Reynolds | 3ece5aa4 | 2019-06-10 22:14:34 | [diff] [blame] | 961 | "hid/hid_service.cc", |
| 962 | "hid/hid_service.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 963 | "histogram_controller.cc", |
| 964 | "histogram_controller.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 965 | "histogram_subscriber.h", |
| 966 | "histogram_synchronizer.cc", |
| 967 | "histogram_synchronizer.h", |
Mathieu Perreault | 18170a4 | 2018-05-17 12:48:15 | [diff] [blame] | 968 | "histograms_internals_ui.cc", |
| 969 | "histograms_internals_ui.h", |
Sam Goto | 366a1d9 | 2019-01-18 21:47:35 | [diff] [blame] | 970 | "idle/idle_manager.cc", |
| 971 | "idle/idle_manager.h", |
Sam Goto | 786548c | 2019-02-28 01:28:08 | [diff] [blame] | 972 | "idle/idle_monitor.cc", |
| 973 | "idle/idle_monitor.h", |
mcasas | 18de502 | 2017-03-10 22:45:50 | [diff] [blame] | 974 | "image_capture/image_capture_impl.cc", |
| 975 | "image_capture/image_capture_impl.h", |
reillyg | 39fb466 | 2016-11-22 20:27:17 | [diff] [blame] | 976 | "indexed_db/cursor_impl.cc", |
| 977 | "indexed_db/cursor_impl.h", |
reillyg | 963ec6df | 2016-11-05 01:10:58 | [diff] [blame] | 978 | "indexed_db/database_impl.cc", |
| 979 | "indexed_db/database_impl.h", |
Adrienne Walker | d16e059d | 2019-11-27 01:25:52 | [diff] [blame] | 980 | "indexed_db/file_stream_reader_to_data_pipe.cc", |
| 981 | "indexed_db/file_stream_reader_to_data_pipe.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 982 | "indexed_db/indexed_db.h", |
| 983 | "indexed_db/indexed_db_active_blob_registry.cc", |
| 984 | "indexed_db/indexed_db_active_blob_registry.h", |
| 985 | "indexed_db/indexed_db_backing_store.cc", |
| 986 | "indexed_db/indexed_db_backing_store.h", |
Chase Phillips | 091007d | 2019-05-22 22:00:13 | [diff] [blame] | 987 | "indexed_db/indexed_db_callback_helpers.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 988 | "indexed_db/indexed_db_callbacks.cc", |
| 989 | "indexed_db/indexed_db_callbacks.h", |
| 990 | "indexed_db/indexed_db_class_factory.cc", |
| 991 | "indexed_db/indexed_db_class_factory.h", |
Daniel Murphy | e35c5d8a | 2020-01-06 21:46:35 | [diff] [blame] | 992 | "indexed_db/indexed_db_compaction_task.cc", |
| 993 | "indexed_db/indexed_db_compaction_task.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 994 | "indexed_db/indexed_db_connection.cc", |
| 995 | "indexed_db/indexed_db_connection.h", |
Daniel Murphy | ede9159 | 2019-08-12 19:50:22 | [diff] [blame] | 996 | "indexed_db/indexed_db_connection_coordinator.cc", |
| 997 | "indexed_db/indexed_db_connection_coordinator.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 998 | "indexed_db/indexed_db_context_impl.cc", |
| 999 | "indexed_db/indexed_db_context_impl.h", |
| 1000 | "indexed_db/indexed_db_cursor.cc", |
| 1001 | "indexed_db/indexed_db_cursor.h", |
jbroman | 3ee0c8ab | 2017-04-20 14:25:03 | [diff] [blame] | 1002 | "indexed_db/indexed_db_data_format_version.cc", |
| 1003 | "indexed_db/indexed_db_data_format_version.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1004 | "indexed_db/indexed_db_data_loss_info.h", |
| 1005 | "indexed_db/indexed_db_database.cc", |
| 1006 | "indexed_db/indexed_db_database.h", |
| 1007 | "indexed_db/indexed_db_database_callbacks.cc", |
| 1008 | "indexed_db/indexed_db_database_callbacks.h", |
| 1009 | "indexed_db/indexed_db_database_error.cc", |
| 1010 | "indexed_db/indexed_db_database_error.h", |
| 1011 | "indexed_db/indexed_db_dispatcher_host.cc", |
| 1012 | "indexed_db/indexed_db_dispatcher_host.h", |
Marijn Kruisselbrink | a6d9daf | 2020-01-31 02:13:03 | [diff] [blame] | 1013 | "indexed_db/indexed_db_external_object.cc", |
| 1014 | "indexed_db/indexed_db_external_object.h", |
| 1015 | "indexed_db/indexed_db_external_object_storage.cc", |
| 1016 | "indexed_db/indexed_db_external_object_storage.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1017 | "indexed_db/indexed_db_factory.h", |
| 1018 | "indexed_db/indexed_db_factory_impl.cc", |
| 1019 | "indexed_db/indexed_db_factory_impl.h", |
| 1020 | "indexed_db/indexed_db_index_writer.cc", |
| 1021 | "indexed_db/indexed_db_index_writer.h", |
| 1022 | "indexed_db/indexed_db_internals_ui.cc", |
| 1023 | "indexed_db/indexed_db_internals_ui.h", |
| 1024 | "indexed_db/indexed_db_leveldb_coding.cc", |
| 1025 | "indexed_db/indexed_db_leveldb_coding.h", |
Daniel Murphy | 3c3b055 | 2019-11-05 18:56:02 | [diff] [blame] | 1026 | "indexed_db/indexed_db_leveldb_env.cc", |
| 1027 | "indexed_db/indexed_db_leveldb_env.h", |
Daniel Murphy | 532ef16 | 2017-10-04 20:12:43 | [diff] [blame] | 1028 | "indexed_db/indexed_db_leveldb_operations.cc", |
| 1029 | "indexed_db/indexed_db_leveldb_operations.h", |
Daniel Murphy | d36cedf | 2017-10-12 00:04:54 | [diff] [blame] | 1030 | "indexed_db/indexed_db_metadata_coding.cc", |
| 1031 | "indexed_db/indexed_db_metadata_coding.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1032 | "indexed_db/indexed_db_observer.cc", |
| 1033 | "indexed_db/indexed_db_observer.h", |
Daniel Murphy | 4c0f9c1 | 2019-05-23 01:14:35 | [diff] [blame] | 1034 | "indexed_db/indexed_db_origin_state.cc", |
| 1035 | "indexed_db/indexed_db_origin_state.h", |
| 1036 | "indexed_db/indexed_db_origin_state_handle.cc", |
| 1037 | "indexed_db/indexed_db_origin_state_handle.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1038 | "indexed_db/indexed_db_pending_connection.cc", |
| 1039 | "indexed_db/indexed_db_pending_connection.h", |
Daniel Murphy | 66da98b | 2017-08-17 21:21:06 | [diff] [blame] | 1040 | "indexed_db/indexed_db_pre_close_task_queue.cc", |
| 1041 | "indexed_db/indexed_db_pre_close_task_queue.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1042 | "indexed_db/indexed_db_quota_client.cc", |
| 1043 | "indexed_db/indexed_db_quota_client.h", |
Daniel Murphy | 532ef16 | 2017-10-04 20:12:43 | [diff] [blame] | 1044 | "indexed_db/indexed_db_reporting.cc", |
| 1045 | "indexed_db/indexed_db_reporting.h", |
Chase Phillips | d9d394a | 2018-11-19 20:42:38 | [diff] [blame] | 1046 | "indexed_db/indexed_db_return_value.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1047 | "indexed_db/indexed_db_return_value.h", |
Daniel Murphy | 7c75043 | 2019-08-20 01:39:47 | [diff] [blame] | 1048 | "indexed_db/indexed_db_task_helper.h", |
Daniel Murphy | 66da98b | 2017-08-17 21:21:06 | [diff] [blame] | 1049 | "indexed_db/indexed_db_tombstone_sweeper.cc", |
| 1050 | "indexed_db/indexed_db_tombstone_sweeper.h", |
wychen | 589d05e | 2017-03-31 00:06:36 | [diff] [blame] | 1051 | "indexed_db/indexed_db_tracing.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1052 | "indexed_db/indexed_db_transaction.cc", |
| 1053 | "indexed_db/indexed_db_transaction.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1054 | "indexed_db/indexed_db_value.cc", |
| 1055 | "indexed_db/indexed_db_value.h", |
wychen | 589d05e | 2017-03-31 00:06:36 | [diff] [blame] | 1056 | "indexed_db/list_set.h", |
Chase Phillips | 93a43cd | 2019-03-22 17:15:52 | [diff] [blame] | 1057 | "indexed_db/transaction_impl.cc", |
| 1058 | "indexed_db/transaction_impl.h", |
Andy Paicu | cd1e4e0 | 2018-05-16 09:59:20 | [diff] [blame] | 1059 | "initiator_csp_context.cc", |
| 1060 | "initiator_csp_context.h", |
Sunggook Chue | 0644ab34 | 2020-01-07 18:32:56 | [diff] [blame] | 1061 | "installedapp/installed_app_provider_impl.cc", |
| 1062 | "installedapp/installed_app_provider_impl.h", |
Sam McNally | b37168ae | 2017-10-24 06:39:20 | [diff] [blame] | 1063 | "interface_provider_filtering.cc", |
| 1064 | "interface_provider_filtering.h", |
alexmos | 4bc2632 | 2017-07-01 00:57:14 | [diff] [blame] | 1065 | "isolated_origin_util.cc", |
| 1066 | "isolated_origin_util.h", |
Alex Moshchuk | 8e5c195 | 2019-01-15 03:39:50 | [diff] [blame] | 1067 | "isolation_context.cc", |
| 1068 | "isolation_context.h", |
Joe Downing | c1a57efe | 2018-05-09 18:23:54 | [diff] [blame] | 1069 | "keyboard_lock/keyboard_lock_metrics.h", |
zijiehe | 6016778 | 2017-04-28 22:31:02 | [diff] [blame] | 1070 | "keyboard_lock/keyboard_lock_service_impl.cc", |
| 1071 | "keyboard_lock/keyboard_lock_service_impl.h", |
Makoto Shimazu | 71a0633 | 2019-07-17 06:45:19 | [diff] [blame] | 1072 | "loader/browser_initiated_resource_request.cc", |
| 1073 | "loader/browser_initiated_resource_request.h", |
Lowell Manners | 0c04d63 | 2019-08-05 10:52:02 | [diff] [blame] | 1074 | "loader/cached_navigation_url_loader.cc", |
| 1075 | "loader/cached_navigation_url_loader.h", |
Tsuyoshi Horo | 8e69047 | 2019-05-29 07:43:38 | [diff] [blame] | 1076 | "loader/cross_origin_read_blocking_checker.cc", |
| 1077 | "loader/cross_origin_read_blocking_checker.h", |
Robbie McElrath | a5adc4e | 2018-07-03 23:53:09 | [diff] [blame] | 1078 | "loader/download_utils_impl.cc", |
| 1079 | "loader/download_utils_impl.h", |
Matt Menke | 42cec67 | 2019-09-27 16:59:29 | [diff] [blame] | 1080 | "loader/file_url_loader_factory.cc", |
| 1081 | "loader/file_url_loader_factory.h", |
Kunihiko Sakamoto | 101743d | 2018-01-31 04:40:53 | [diff] [blame] | 1082 | "loader/merkle_integrity_source_stream.cc", |
| 1083 | "loader/merkle_integrity_source_stream.h", |
Kinuko Yasuda | 7f3e172 | 2018-03-26 08:58:58 | [diff] [blame] | 1084 | "loader/navigation_loader_interceptor.cc", |
| 1085 | "loader/navigation_loader_interceptor.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1086 | "loader/navigation_url_loader.cc", |
| 1087 | "loader/navigation_url_loader.h", |
| 1088 | "loader/navigation_url_loader_delegate.h", |
| 1089 | "loader/navigation_url_loader_factory.h", |
arthursonzogni | 1fd60e6 | 2018-05-09 15:57:32 | [diff] [blame] | 1090 | "loader/navigation_url_loader_impl.cc", |
| 1091 | "loader/navigation_url_loader_impl.h", |
Kinuko Yasuda | db67b53 | 2018-02-19 09:11:52 | [diff] [blame] | 1092 | "loader/prefetch_url_loader.cc", |
| 1093 | "loader/prefetch_url_loader.h", |
Kinuko Yasuda | eeae697 | 2018-02-20 08:38:11 | [diff] [blame] | 1094 | "loader/prefetch_url_loader_service.cc", |
| 1095 | "loader/prefetch_url_loader_service.h", |
Takashi Toyoshima | 621e2bf | 2018-09-18 08:05:16 | [diff] [blame] | 1096 | "loader/shared_cors_origin_access_list_impl.cc", |
| 1097 | "loader/shared_cors_origin_access_list_impl.h", |
Kinuko Yasuda | 62d33604 | 2019-06-05 23:15:50 | [diff] [blame] | 1098 | "loader/single_request_url_loader_factory.cc", |
| 1099 | "loader/single_request_url_loader_factory.h", |
Tarun Bansal | f153d683 | 2019-06-17 18:18:05 | [diff] [blame] | 1100 | "loader/webrtc_connections_observer.cc", |
| 1101 | "loader/webrtc_connections_observer.h", |
Joshua Bell | fdfe23e | 2017-12-07 19:54:34 | [diff] [blame] | 1102 | "locks/lock_manager.cc", |
| 1103 | "locks/lock_manager.h", |
Devlin Cronin | d8a25ee7 | 2019-03-02 00:38:13 | [diff] [blame] | 1104 | "log_console_message.cc", |
| 1105 | "log_console_message.h", |
jinho.bang | 84cadc8 | 2017-06-14 16:59:34 | [diff] [blame] | 1106 | "manifest/manifest_icon_downloader.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1107 | "manifest/manifest_manager_host.cc", |
| 1108 | "manifest/manifest_manager_host.h", |
Xing Liu | e577333 | 2018-09-11 19:08:00 | [diff] [blame] | 1109 | "media/android/browser_gpu_video_accelerator_factories.cc", |
| 1110 | "media/android/browser_gpu_video_accelerator_factories.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1111 | "media/android/media_player_renderer.cc", |
| 1112 | "media/android/media_player_renderer.h", |
Tommy Steimel | 0325da8 | 2017-10-17 02:35:28 | [diff] [blame] | 1113 | "media/android/media_player_renderer_web_contents_observer.cc", |
| 1114 | "media/android/media_player_renderer_web_contents_observer.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1115 | "media/android/media_resource_getter_impl.cc", |
| 1116 | "media/android/media_resource_getter_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1117 | "media/audible_metrics.cc", |
| 1118 | "media/audible_metrics.h", |
Marina Ciocea | 003ff60f | 2018-05-07 11:51:33 | [diff] [blame] | 1119 | "media/audio_input_stream_broker.cc", |
| 1120 | "media/audio_input_stream_broker.h", |
Guido Urdaneta | ee6cfd0 | 2018-07-12 09:19:34 | [diff] [blame] | 1121 | "media/audio_log_factory.cc", |
| 1122 | "media/audio_log_factory.h", |
Olga Sharonova | 2ebc174 | 2018-05-15 12:39:19 | [diff] [blame] | 1123 | "media/audio_loopback_stream_broker.cc", |
| 1124 | "media/audio_loopback_stream_broker.h", |
| 1125 | "media/audio_muting_session.cc", |
| 1126 | "media/audio_muting_session.h", |
Max Morin | a3e13eb | 2018-05-02 09:26:05 | [diff] [blame] | 1127 | "media/audio_output_stream_broker.cc", |
| 1128 | "media/audio_output_stream_broker.h", |
| 1129 | "media/audio_stream_broker.cc", |
| 1130 | "media/audio_stream_broker.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1131 | "media/audio_stream_monitor.cc", |
| 1132 | "media/audio_stream_monitor.h", |
[email protected] | 3dcea37a | 2019-02-11 19:46:51 | [diff] [blame] | 1133 | "media/browser_feature_provider.cc", |
| 1134 | "media/browser_feature_provider.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1135 | "media/capture/audio_mirroring_manager.cc", |
| 1136 | "media/capture/audio_mirroring_manager.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1137 | "media/capture/desktop_capture_device_uma_types.cc", |
| 1138 | "media/capture/desktop_capture_device_uma_types.h", |
Weiyong Yao | 560b85ba | 2018-07-20 22:12:05 | [diff] [blame] | 1139 | "media/capture/desktop_streams_registry_impl.cc", |
| 1140 | "media/capture/desktop_streams_registry_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1141 | "media/capture/web_contents_audio_muter.cc", |
| 1142 | "media/capture/web_contents_audio_muter.h", |
| 1143 | "media/capture/web_contents_tracker.cc", |
| 1144 | "media/capture/web_contents_tracker.h", |
xhwang | 5ba56be | 2016-12-13 07:13:03 | [diff] [blame] | 1145 | "media/cdm_registry_impl.cc", |
| 1146 | "media/cdm_registry_impl.h", |
Elly Fong-Jones | 6fdc90ed | 2019-02-19 20:18:27 | [diff] [blame] | 1147 | "media/desktop_media_window_registry.cc", |
| 1148 | "media/desktop_media_window_registry.h", |
| 1149 | "media/desktop_media_window_registry_aura.cc", |
Elly Fong-Jones | 447f222 | 2019-03-15 21:19:57 | [diff] [blame] | 1150 | "media/desktop_media_window_registry_mac.mm", |
Thomas Guilbert | 130188c17 | 2018-04-18 20:10:18 | [diff] [blame] | 1151 | "media/flinging_renderer.cc", |
| 1152 | "media/flinging_renderer.h", |
Max Morin | a3e13eb | 2018-05-02 09:26:05 | [diff] [blame] | 1153 | "media/forwarding_audio_stream_factory.cc", |
| 1154 | "media/forwarding_audio_stream_factory.h", |
Tommy Steimel | 561c68b | 2019-01-24 07:27:04 | [diff] [blame] | 1155 | "media/hardware_key_media_controller.cc", |
| 1156 | "media/hardware_key_media_controller.h", |
Xiangjun Zhang | 7673d02 | 2018-08-06 22:39:57 | [diff] [blame] | 1157 | "media/in_process_audio_loopback_stream_creator.cc", |
| 1158 | "media/in_process_audio_loopback_stream_creator.h", |
guidou | df036b3 | 2016-10-31 14:51:14 | [diff] [blame] | 1159 | "media/media_devices_permission_checker.cc", |
| 1160 | "media/media_devices_permission_checker.h", |
guidou | 8a440b84 | 2017-01-30 13:58:43 | [diff] [blame] | 1161 | "media/media_devices_util.cc", |
| 1162 | "media/media_devices_util.h", |
Yuchen Liu | 44322fd | 2019-10-16 21:15:58 | [diff] [blame] | 1163 | "media/media_interface_factory_holder.cc", |
| 1164 | "media/media_interface_factory_holder.h", |
xhwang | aa0bf6d | 2016-12-03 01:19:15 | [diff] [blame] | 1165 | "media/media_interface_proxy.cc", |
| 1166 | "media/media_interface_proxy.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1167 | "media/media_internals.cc", |
| 1168 | "media/media_internals.h", |
Becca Hughes | 1aa4e67 | 2018-10-23 22:09:08 | [diff] [blame] | 1169 | "media/media_internals_audio_focus_helper.cc", |
| 1170 | "media/media_internals_audio_focus_helper.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1171 | "media/media_internals_handler.cc", |
| 1172 | "media/media_internals_handler.h", |
| 1173 | "media/media_internals_proxy.cc", |
| 1174 | "media/media_internals_proxy.h", |
| 1175 | "media/media_internals_ui.cc", |
| 1176 | "media/media_internals_ui.h", |
Tommy Steimel | 561c68b | 2019-01-24 07:27:04 | [diff] [blame] | 1177 | "media/media_keys_listener_manager_impl.cc", |
| 1178 | "media/media_keys_listener_manager_impl.h", |
[email protected] | b0a785a1 | 2019-10-28 19:43:27 | [diff] [blame] | 1179 | "media/media_power_experiment_manager.cc", |
| 1180 | "media/media_power_experiment_manager.h", |
Ken Rockot | 965b477 | 2019-12-12 23:23:01 | [diff] [blame] | 1181 | "media/media_service.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1182 | "media/media_web_contents_observer.cc", |
| 1183 | "media/media_web_contents_observer.h", |
| 1184 | "media/midi_host.cc", |
| 1185 | "media/midi_host.h", |
zqzhang | a2147f8 | 2016-10-18 22:53:26 | [diff] [blame] | 1186 | "media/session/audio_focus_delegate.h", |
| 1187 | "media/session/audio_focus_delegate_android.cc", |
| 1188 | "media/session/audio_focus_delegate_android.h", |
| 1189 | "media/session/audio_focus_delegate_default.cc", |
zqzhang | d84e7287 | 2016-10-07 19:22:03 | [diff] [blame] | 1190 | "media/session/media_metadata_sanitizer.cc", |
| 1191 | "media/session/media_metadata_sanitizer.h", |
zqzhang | 1adf3cb | 2016-11-01 11:26:45 | [diff] [blame] | 1192 | "media/session/media_session_android.cc", |
| 1193 | "media/session/media_session_android.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1194 | "media/session/media_session_controller.cc", |
| 1195 | "media/session/media_session_controller.h", |
| 1196 | "media/session/media_session_controllers_manager.cc", |
| 1197 | "media/session/media_session_controllers_manager.h", |
zqzhang | 1adf3cb | 2016-11-01 11:26:45 | [diff] [blame] | 1198 | "media/session/media_session_impl.cc", |
| 1199 | "media/session/media_session_impl.h", |
zqzhang | a2147f8 | 2016-10-18 22:53:26 | [diff] [blame] | 1200 | "media/session/media_session_player_observer.h", |
zqzhang | d84e7287 | 2016-10-07 19:22:03 | [diff] [blame] | 1201 | "media/session/media_session_service_impl.cc", |
| 1202 | "media/session/media_session_service_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1203 | "media/session/media_session_uma_helper.cc", |
| 1204 | "media/session/media_session_uma_helper.h", |
Tommy Steimel | f95e2b3 | 2019-11-01 16:08:42 | [diff] [blame] | 1205 | "media/system_media_controls_notifier.cc", |
| 1206 | "media/system_media_controls_notifier.h", |
slan | a0da430 | 2016-11-07 17:37:01 | [diff] [blame] | 1207 | "media/url_provision_fetcher.cc", |
| 1208 | "media/url_provision_fetcher.h", |
Dan Sanders | cd69bc1 | 2018-08-14 01:16:12 | [diff] [blame] | 1209 | "media/video_decoder_proxy.cc", |
| 1210 | "media/video_decoder_proxy.h", |
Raymond Toy | e413650c | 2018-08-31 00:12:47 | [diff] [blame] | 1211 | "media/webaudio/audio_context_manager_impl.cc", |
| 1212 | "media/webaudio/audio_context_manager_impl.h", |
Ken Rockot | b2ac2f1 | 2019-12-06 18:33:54 | [diff] [blame] | 1213 | "media_session/media_session_service.cc", |
Scott Haseley | 7a02fce | 2017-08-01 21:55:01 | [diff] [blame] | 1214 | "memory/swap_metrics_driver_impl.cc", |
| 1215 | "memory/swap_metrics_driver_impl.h", |
| 1216 | "memory/swap_metrics_driver_impl_linux.cc", |
| 1217 | "memory/swap_metrics_driver_impl_linux.h", |
| 1218 | "memory/swap_metrics_driver_impl_mac.cc", |
| 1219 | "memory/swap_metrics_driver_impl_mac.h", |
| 1220 | "memory/swap_metrics_driver_impl_win.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1221 | "message_port_provider.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1222 | "mime_registry_impl.cc", |
| 1223 | "mime_registry_impl.h", |
Marijn Kruisselbrink | 2d84803 | 2019-05-07 19:38:38 | [diff] [blame] | 1224 | "native_file_system/file_system_chooser.cc", |
| 1225 | "native_file_system/file_system_chooser.h", |
Marijn Kruisselbrink | 83e5cdb | 2019-06-20 00:06:28 | [diff] [blame] | 1226 | "native_file_system/fixed_native_file_system_permission_grant.cc", |
| 1227 | "native_file_system/fixed_native_file_system_permission_grant.h", |
Marijn Kruisselbrink | 2d84803 | 2019-05-07 19:38:38 | [diff] [blame] | 1228 | "native_file_system/native_file_system_directory_handle_impl.cc", |
| 1229 | "native_file_system/native_file_system_directory_handle_impl.h", |
Marijn Kruisselbrink | 0749890 | 2019-08-19 21:47:03 | [diff] [blame] | 1230 | "native_file_system/native_file_system_error.cc", |
| 1231 | "native_file_system/native_file_system_error.h", |
Marijn Kruisselbrink | 2d84803 | 2019-05-07 19:38:38 | [diff] [blame] | 1232 | "native_file_system/native_file_system_file_handle_impl.cc", |
| 1233 | "native_file_system/native_file_system_file_handle_impl.h", |
Olivier Yiptong | 74cf65e4 | 2019-06-22 13:51:41 | [diff] [blame] | 1234 | "native_file_system/native_file_system_file_writer_impl.cc", |
| 1235 | "native_file_system/native_file_system_file_writer_impl.h", |
Marijn Kruisselbrink | 84e0141 | 2019-05-29 18:08:26 | [diff] [blame] | 1236 | "native_file_system/native_file_system_handle_base.cc", |
| 1237 | "native_file_system/native_file_system_handle_base.h", |
Marijn Kruisselbrink | 2d84803 | 2019-05-07 19:38:38 | [diff] [blame] | 1238 | "native_file_system/native_file_system_manager_impl.cc", |
| 1239 | "native_file_system/native_file_system_manager_impl.h", |
| 1240 | "native_file_system/native_file_system_transfer_token_impl.cc", |
| 1241 | "native_file_system/native_file_system_transfer_token_impl.h", |
Tsuyoshi Horo | 5b3cefd | 2019-04-24 04:58:21 | [diff] [blame] | 1242 | "navigation_subresource_loader_params.cc", |
| 1243 | "navigation_subresource_loader_params.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1244 | "net/browser_online_state_observer.cc", |
| 1245 | "net/browser_online_state_observer.h", |
Maks Orlovich | 1f5a4e58 | 2020-02-06 14:20:45 | [diff] [blame] | 1246 | "net/cookie_store_factory.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1247 | "net/network_errors_listing_ui.cc", |
| 1248 | "net/network_errors_listing_ui.h", |
tbansal | 15973c3 | 2017-05-10 18:40:44 | [diff] [blame] | 1249 | "net/network_quality_observer_impl.cc", |
| 1250 | "net/network_quality_observer_impl.h", |
John Abd-El-Malek | c9a9f7f7 | 2019-08-30 21:56:15 | [diff] [blame] | 1251 | "network_context_client_base_impl.cc", |
| 1252 | "network_context_client_base_impl.h", |
John Abd-El-Malek | 576c613 | 2017-11-04 00:33:58 | [diff] [blame] | 1253 | "network_service_client.cc", |
| 1254 | "network_service_client.h", |
John Abd-El-Malek | 984dc00 | 2019-05-29 01:26:59 | [diff] [blame] | 1255 | "network_service_instance_impl.cc", |
| 1256 | "network_service_instance_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1257 | "notification_service_impl.cc", |
| 1258 | "notification_service_impl.h", |
| 1259 | "notifications/blink_notification_service_impl.cc", |
| 1260 | "notifications/blink_notification_service_impl.h", |
Richard Knoll | dc8b0c1 | 2019-05-16 15:53:44 | [diff] [blame] | 1261 | "notifications/devtools_event_logging.cc", |
| 1262 | "notifications/devtools_event_logging.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1263 | "notifications/notification_database.cc", |
| 1264 | "notifications/notification_database.h", |
Richard Knoll | 2e136ef | 2019-03-07 09:45:11 | [diff] [blame] | 1265 | "notifications/notification_database_conversions.cc", |
| 1266 | "notifications/notification_database_conversions.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1267 | "notifications/notification_event_dispatcher_impl.cc", |
| 1268 | "notifications/notification_event_dispatcher_impl.h", |
| 1269 | "notifications/notification_id_generator.cc", |
| 1270 | "notifications/notification_id_generator.h", |
Sharon Yang | addbe49 | 2018-08-01 18:16:43 | [diff] [blame] | 1271 | "notifications/notification_storage.cc", |
| 1272 | "notifications/notification_storage.h", |
Richard Knoll | f118105 | 2019-03-07 19:24:12 | [diff] [blame] | 1273 | "notifications/notification_trigger_constants.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1274 | "notifications/platform_notification_context_impl.cc", |
| 1275 | "notifications/platform_notification_context_impl.h", |
Richard Knoll | 1ba12aee | 2019-03-07 17:33:42 | [diff] [blame] | 1276 | "notifications/platform_notification_service_proxy.cc", |
| 1277 | "notifications/platform_notification_service_proxy.h", |
jinho.bang | 745d987b | 2016-12-14 19:06:54 | [diff] [blame] | 1278 | "payments/payment_app_context_impl.cc", |
| 1279 | "payments/payment_app_context_impl.h", |
jinho.bang | ab43057 | 2016-12-16 14:33:58 | [diff] [blame] | 1280 | "payments/payment_app_database.cc", |
| 1281 | "payments/payment_app_database.h", |
gogerald | 70b9dcb | 2017-07-05 05:28:49 | [diff] [blame] | 1282 | "payments/payment_app_info_fetcher.cc", |
| 1283 | "payments/payment_app_info_fetcher.h", |
gogerald | 84ae626 | 2018-02-06 06:21:46 | [diff] [blame] | 1284 | "payments/payment_app_installer.cc", |
| 1285 | "payments/payment_app_installer.h", |
jinho.bang | ac34b3a3 | 2017-01-05 12:51:21 | [diff] [blame] | 1286 | "payments/payment_app_provider_impl.cc", |
| 1287 | "payments/payment_app_provider_impl.h", |
gogerald | d8c5af34 | 2017-06-14 02:22:36 | [diff] [blame] | 1288 | "payments/payment_instrument_icon_fetcher.cc", |
| 1289 | "payments/payment_instrument_icon_fetcher.h", |
jinho.bang | bbb00c3 | 2017-03-30 15:09:09 | [diff] [blame] | 1290 | "payments/payment_manager.cc", |
| 1291 | "payments/payment_manager.h", |
Andrey Lushnikov | ebff044 | 2018-07-12 20:02:58 | [diff] [blame] | 1292 | "permissions/permission_controller_impl.cc", |
| 1293 | "permissions/permission_controller_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1294 | "permissions/permission_service_context.cc", |
| 1295 | "permissions/permission_service_context.h", |
| 1296 | "permissions/permission_service_impl.cc", |
| 1297 | "permissions/permission_service_impl.h", |
Mounir Lamouri | 99ba5a6 | 2019-02-12 01:27:47 | [diff] [blame] | 1298 | "picture_in_picture/picture_in_picture_service_impl.cc", |
| 1299 | "picture_in_picture/picture_in_picture_service_impl.h", |
Mounir Lamouri | b5723d9e | 2019-05-13 21:52:15 | [diff] [blame] | 1300 | "picture_in_picture/picture_in_picture_session.cc", |
| 1301 | "picture_in_picture/picture_in_picture_session.h", |
Jennifer Apacible | 4f854a8 | 2018-04-06 22:22:11 | [diff] [blame] | 1302 | "picture_in_picture/picture_in_picture_window_controller_impl.cc", |
| 1303 | "picture_in_picture/picture_in_picture_window_controller_impl.h", |
Lucas Furukawa Gadani | 8568b44 | 2018-08-13 16:58:39 | [diff] [blame] | 1304 | "portal/portal.cc", |
| 1305 | "portal/portal.h", |
Jeremy Roman | 20366e4 | 2019-10-22 17:48:08 | [diff] [blame] | 1306 | "portal/portal_navigation_throttle.cc", |
| 1307 | "portal/portal_navigation_throttle.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1308 | "presentation/presentation_service_impl.cc", |
| 1309 | "presentation/presentation_service_impl.h", |
Nasko Oskov | 3e19fbd | 2018-06-13 00:13:29 | [diff] [blame] | 1310 | "process_internals/process_internals_handler_impl.cc", |
| 1311 | "process_internals/process_internals_handler_impl.h", |
| 1312 | "process_internals/process_internals_ui.cc", |
| 1313 | "process_internals/process_internals_ui.h", |
awdf | 5f7440c | 2017-01-09 12:38:56 | [diff] [blame] | 1314 | "push_messaging/push_messaging_context.cc", |
| 1315 | "push_messaging/push_messaging_context.h", |
ke.he | 5f426e32 | 2017-02-22 12:37:12 | [diff] [blame] | 1316 | "push_messaging/push_messaging_manager.cc", |
| 1317 | "push_messaging/push_messaging_manager.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1318 | "push_messaging/push_messaging_router.cc", |
| 1319 | "push_messaging/push_messaging_router.h", |
| 1320 | "quota_dispatcher_host.cc", |
| 1321 | "quota_dispatcher_host.h", |
David Bokan | d7c4347 | 2019-10-26 04:38:14 | [diff] [blame] | 1322 | "renderer_host/agent_metrics_collector.cc", |
| 1323 | "renderer_host/agent_metrics_collector.h", |
Bill Budge | 24c1dc1a | 2018-09-25 18:51:32 | [diff] [blame] | 1324 | "renderer_host/code_cache_host_impl.cc", |
| 1325 | "renderer_host/code_cache_host_impl.h", |
Ken Buchanan | 520f29c | 2017-07-13 23:29:51 | [diff] [blame] | 1326 | "renderer_host/cursor_manager.cc", |
| 1327 | "renderer_host/cursor_manager.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1328 | "renderer_host/dip_util.cc", |
| 1329 | "renderer_host/dip_util.h", |
chaopeng | 4d556da | 2019-04-04 00:32:25 | [diff] [blame] | 1330 | "renderer_host/direct_manipulation_event_handler_win.cc", |
| 1331 | "renderer_host/direct_manipulation_event_handler_win.h", |
chaopeng | c98bb284 | 2019-04-04 02:42:59 | [diff] [blame] | 1332 | "renderer_host/direct_manipulation_helper_win.cc", |
| 1333 | "renderer_host/direct_manipulation_helper_win.h", |
Christopher Cameron | fb701e10 | 2018-02-13 19:32:23 | [diff] [blame] | 1334 | "renderer_host/display_util.cc", |
| 1335 | "renderer_host/display_util.h", |
Dominik Röttsches | 970f603 | 2019-02-07 20:08:11 | [diff] [blame] | 1336 | "renderer_host/dwrite_font_file_util_win.cc", |
| 1337 | "renderer_host/dwrite_font_file_util_win.h", |
Dominik Röttsches | 56c3f51 | 2019-02-07 23:42:04 | [diff] [blame] | 1338 | "renderer_host/dwrite_font_lookup_table_builder_win.cc", |
| 1339 | "renderer_host/dwrite_font_lookup_table_builder_win.h", |
Dominik Röttsches | b9954bd9 | 2019-01-03 10:19:59 | [diff] [blame] | 1340 | "renderer_host/dwrite_font_proxy_impl_win.cc", |
| 1341 | "renderer_host/dwrite_font_proxy_impl_win.h", |
Dominik Röttsches | 298be08 | 2019-02-07 19:34:24 | [diff] [blame] | 1342 | "renderer_host/dwrite_font_uma_logging_win.cc", |
| 1343 | "renderer_host/dwrite_font_uma_logging_win.h", |
kylechar | c576df7 | 2018-05-02 18:57:35 | [diff] [blame] | 1344 | "renderer_host/embedded_frame_sink_impl.cc", |
| 1345 | "renderer_host/embedded_frame_sink_impl.h", |
| 1346 | "renderer_host/embedded_frame_sink_provider_impl.cc", |
| 1347 | "renderer_host/embedded_frame_sink_provider_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1348 | "renderer_host/event_with_latency_info.h", |
Stuart Langley | e6f32c59 | 2017-09-27 04:35:18 | [diff] [blame] | 1349 | "renderer_host/file_utilities_host_impl.cc", |
| 1350 | "renderer_host/file_utilities_host_impl.h", |
Ken Buchanan | daef006b | 2017-08-17 18:32:15 | [diff] [blame] | 1351 | "renderer_host/frame_connector_delegate.cc", |
| 1352 | "renderer_host/frame_connector_delegate.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1353 | "renderer_host/frame_metadata_util.cc", |
| 1354 | "renderer_host/frame_metadata_util.h", |
samans | 2040988b | 2017-04-11 23:58:35 | [diff] [blame] | 1355 | "renderer_host/frame_sink_provider_impl.cc", |
| 1356 | "renderer_host/frame_sink_provider_impl.h", |
jonross | 20fecc46 | 2018-02-23 05:32:21 | [diff] [blame] | 1357 | "renderer_host/frame_token_message_queue.cc", |
| 1358 | "renderer_host/frame_token_message_queue.h", |
Alexander Shah | 77c6f62 | 2018-10-11 20:33:45 | [diff] [blame] | 1359 | "renderer_host/hit_test_debug_key_event_observer.cc", |
| 1360 | "renderer_host/hit_test_debug_key_event_observer.h", |
Sahel Sharify | 0b47aa6 | 2017-08-22 21:24:08 | [diff] [blame] | 1361 | "renderer_host/input/fling_controller.cc", |
| 1362 | "renderer_host/input/fling_controller.h", |
Sahel Sharify | 9e8570d | 2018-05-09 14:15:39 | [diff] [blame] | 1363 | "renderer_host/input/fling_scheduler.cc", |
| 1364 | "renderer_host/input/fling_scheduler.h", |
Saman Sami | 7d53de12 | 2018-06-11 23:58:30 | [diff] [blame] | 1365 | "renderer_host/input/fling_scheduler_base.h", |
Sahel Sharify | 9e8570d | 2018-05-09 14:15:39 | [diff] [blame] | 1366 | "renderer_host/input/fling_scheduler_mac.h", |
| 1367 | "renderer_host/input/fling_scheduler_mac.mm", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1368 | "renderer_host/input/gesture_event_queue.cc", |
| 1369 | "renderer_host/input/gesture_event_queue.h", |
alexis.menard | b12ba34 | 2017-04-15 09:01:19 | [diff] [blame] | 1370 | "renderer_host/input/input_device_change_observer.cc", |
| 1371 | "renderer_host/input/input_device_change_observer.h", |
Hayley Ferr | bb5c015 | 2017-07-27 22:57:19 | [diff] [blame] | 1372 | "renderer_host/input/input_disposition_handler.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1373 | "renderer_host/input/input_router.h", |
| 1374 | "renderer_host/input/input_router_client.h", |
| 1375 | "renderer_host/input/input_router_config_helper.cc", |
| 1376 | "renderer_host/input/input_router_config_helper.h", |
Dave Tapuska | 8a11233 | 2017-07-24 17:23:18 | [diff] [blame] | 1377 | "renderer_host/input/input_router_impl.cc", |
| 1378 | "renderer_host/input/input_router_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1379 | "renderer_host/input/motion_event_web.cc", |
| 1380 | "renderer_host/input/motion_event_web.h", |
| 1381 | "renderer_host/input/mouse_wheel_event_queue.cc", |
| 1382 | "renderer_host/input/mouse_wheel_event_queue.h", |
sahel | 09de0d01 | 2017-06-07 16:09:44 | [diff] [blame] | 1383 | "renderer_host/input/mouse_wheel_phase_handler.cc", |
| 1384 | "renderer_host/input/mouse_wheel_phase_handler.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1385 | "renderer_host/input/mouse_wheel_rails_filter_mac.cc", |
| 1386 | "renderer_host/input/mouse_wheel_rails_filter_mac.h", |
Ken Buchanan | 2d3141fd | 2018-01-17 23:08:39 | [diff] [blame] | 1387 | "renderer_host/input/one_shot_timeout_monitor.cc", |
| 1388 | "renderer_host/input/one_shot_timeout_monitor.h", |
dtapuska | 53f9f4ee | 2017-02-27 01:14:26 | [diff] [blame] | 1389 | "renderer_host/input/passthrough_touch_event_queue.cc", |
| 1390 | "renderer_host/input/passthrough_touch_event_queue.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1391 | "renderer_host/input/render_widget_host_latency_tracker.cc", |
| 1392 | "renderer_host/input/render_widget_host_latency_tracker.h", |
| 1393 | "renderer_host/input/stylus_text_selector.cc", |
| 1394 | "renderer_host/input/stylus_text_selector.h", |
| 1395 | "renderer_host/input/synthetic_gesture.cc", |
| 1396 | "renderer_host/input/synthetic_gesture.h", |
| 1397 | "renderer_host/input/synthetic_gesture_controller.cc", |
| 1398 | "renderer_host/input/synthetic_gesture_controller.h", |
| 1399 | "renderer_host/input/synthetic_gesture_target.h", |
| 1400 | "renderer_host/input/synthetic_gesture_target_aura.cc", |
| 1401 | "renderer_host/input/synthetic_gesture_target_aura.h", |
| 1402 | "renderer_host/input/synthetic_gesture_target_base.cc", |
| 1403 | "renderer_host/input/synthetic_gesture_target_base.h", |
| 1404 | "renderer_host/input/synthetic_gesture_target_mac.h", |
| 1405 | "renderer_host/input/synthetic_gesture_target_mac.mm", |
lanwei | 1060f1f | 2016-11-28 23:00:31 | [diff] [blame] | 1406 | "renderer_host/input/synthetic_mouse_driver.cc", |
| 1407 | "renderer_host/input/synthetic_mouse_driver.h", |
lanwei | d7de40d1 | 2017-01-26 22:52:19 | [diff] [blame] | 1408 | "renderer_host/input/synthetic_pen_driver.cc", |
| 1409 | "renderer_host/input/synthetic_pen_driver.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1410 | "renderer_host/input/synthetic_pinch_gesture.cc", |
| 1411 | "renderer_host/input/synthetic_pinch_gesture.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1412 | "renderer_host/input/synthetic_pointer_action.cc", |
| 1413 | "renderer_host/input/synthetic_pointer_action.h", |
lanwei | 1060f1f | 2016-11-28 23:00:31 | [diff] [blame] | 1414 | "renderer_host/input/synthetic_pointer_driver.cc", |
| 1415 | "renderer_host/input/synthetic_pointer_driver.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1416 | "renderer_host/input/synthetic_smooth_drag_gesture.cc", |
| 1417 | "renderer_host/input/synthetic_smooth_drag_gesture.h", |
| 1418 | "renderer_host/input/synthetic_smooth_move_gesture.cc", |
| 1419 | "renderer_host/input/synthetic_smooth_move_gesture.h", |
| 1420 | "renderer_host/input/synthetic_smooth_scroll_gesture.cc", |
| 1421 | "renderer_host/input/synthetic_smooth_scroll_gesture.h", |
| 1422 | "renderer_host/input/synthetic_tap_gesture.cc", |
| 1423 | "renderer_host/input/synthetic_tap_gesture.h", |
lanwei | 1060f1f | 2016-11-28 23:00:31 | [diff] [blame] | 1424 | "renderer_host/input/synthetic_touch_driver.cc", |
| 1425 | "renderer_host/input/synthetic_touch_driver.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1426 | "renderer_host/input/synthetic_touchpad_pinch_gesture.cc", |
| 1427 | "renderer_host/input/synthetic_touchpad_pinch_gesture.h", |
| 1428 | "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc", |
| 1429 | "renderer_host/input/synthetic_touchscreen_pinch_gesture.h", |
| 1430 | "renderer_host/input/tap_suppression_controller.cc", |
| 1431 | "renderer_host/input/tap_suppression_controller.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1432 | "renderer_host/input/timeout_monitor.cc", |
| 1433 | "renderer_host/input/timeout_monitor.h", |
| 1434 | "renderer_host/input/touch_action_filter.cc", |
| 1435 | "renderer_host/input/touch_action_filter.h", |
| 1436 | "renderer_host/input/touch_emulator.cc", |
| 1437 | "renderer_host/input/touch_emulator.h", |
| 1438 | "renderer_host/input/touch_emulator_client.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1439 | "renderer_host/input/touch_selection_controller_client_aura.cc", |
| 1440 | "renderer_host/input/touch_selection_controller_client_aura.h", |
wjmaclean | 9a65831 | 2017-05-25 17:03:57 | [diff] [blame] | 1441 | "renderer_host/input/touch_selection_controller_client_child_frame.cc", |
| 1442 | "renderer_host/input/touch_selection_controller_client_child_frame.h", |
dtapuska | 48fd5b9 | 2017-02-22 15:16:04 | [diff] [blame] | 1443 | "renderer_host/input/touch_timeout_handler.cc", |
| 1444 | "renderer_host/input/touch_timeout_handler.h", |
Kevin McNee | 297980d | 2018-06-04 21:32:14 | [diff] [blame] | 1445 | "renderer_host/input/touchpad_pinch_event_queue.cc", |
| 1446 | "renderer_host/input/touchpad_pinch_event_queue.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1447 | "renderer_host/input/touchpad_tap_suppression_controller.cc", |
| 1448 | "renderer_host/input/touchpad_tap_suppression_controller.h", |
| 1449 | "renderer_host/input/touchscreen_tap_suppression_controller.cc", |
| 1450 | "renderer_host/input/touchscreen_tap_suppression_controller.h", |
| 1451 | "renderer_host/input/web_input_event_builders_android.cc", |
| 1452 | "renderer_host/input/web_input_event_builders_android.h", |
| 1453 | "renderer_host/input/web_input_event_builders_mac.h", |
| 1454 | "renderer_host/input/web_input_event_builders_mac.mm", |
Albert J. Wong | eb28e7e | 2018-10-12 00:57:43 | [diff] [blame] | 1455 | "renderer_host/input_event_shim.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1456 | "renderer_host/legacy_render_widget_host_win.cc", |
| 1457 | "renderer_host/legacy_render_widget_host_win.h", |
Darin Fisher | 1b1948aa | 2019-06-18 18:47:36 | [diff] [blame] | 1458 | "renderer_host/media/aec_dump_manager_impl.cc", |
| 1459 | "renderer_host/media/aec_dump_manager_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1460 | "renderer_host/media/audio_input_device_manager.cc", |
| 1461 | "renderer_host/media/audio_input_device_manager.h", |
Max Morin | 70fb1d6 | 2017-12-14 07:52:29 | [diff] [blame] | 1462 | "renderer_host/media/audio_input_stream_handle.cc", |
| 1463 | "renderer_host/media/audio_input_stream_handle.h", |
maxmorin | b08e842 | 2016-11-18 09:34:01 | [diff] [blame] | 1464 | "renderer_host/media/audio_output_authorization_handler.cc", |
| 1465 | "renderer_host/media/audio_output_authorization_handler.h", |
Guido Urdaneta | a79f734 | 2017-12-01 23:16:10 | [diff] [blame] | 1466 | "renderer_host/media/audio_output_stream_observer_impl.cc", |
| 1467 | "renderer_host/media/audio_output_stream_observer_impl.h", |
Marina Ciocea | 0dc6c40 | 2018-05-18 18:44:27 | [diff] [blame] | 1468 | "renderer_host/media/audio_service_listener.cc", |
| 1469 | "renderer_host/media/audio_service_listener.h", |
chfremer | c914815 | 2017-04-17 17:10:26 | [diff] [blame] | 1470 | "renderer_host/media/in_process_launched_video_capture_device.cc", |
| 1471 | "renderer_host/media/in_process_launched_video_capture_device.h", |
| 1472 | "renderer_host/media/in_process_video_capture_device_launcher.cc", |
| 1473 | "renderer_host/media/in_process_video_capture_device_launcher.h", |
chfremer | 3b09981 | 2017-04-11 17:30:50 | [diff] [blame] | 1474 | "renderer_host/media/in_process_video_capture_provider.cc", |
| 1475 | "renderer_host/media/in_process_video_capture_provider.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1476 | "renderer_host/media/media_capture_devices_impl.cc", |
| 1477 | "renderer_host/media/media_capture_devices_impl.h", |
guidou | 9357cc5 | 2016-10-11 19:53:36 | [diff] [blame] | 1478 | "renderer_host/media/media_devices_dispatcher_host.cc", |
| 1479 | "renderer_host/media/media_devices_dispatcher_host.h", |
guidou | cc6d460 | 2016-09-23 21:28:43 | [diff] [blame] | 1480 | "renderer_host/media/media_devices_manager.cc", |
| 1481 | "renderer_host/media/media_devices_manager.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1482 | "renderer_host/media/media_stream_dispatcher_host.cc", |
| 1483 | "renderer_host/media/media_stream_dispatcher_host.h", |
| 1484 | "renderer_host/media/media_stream_manager.cc", |
| 1485 | "renderer_host/media/media_stream_manager.h", |
| 1486 | "renderer_host/media/media_stream_provider.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1487 | "renderer_host/media/media_stream_track_metrics_host.cc", |
| 1488 | "renderer_host/media/media_stream_track_metrics_host.h", |
| 1489 | "renderer_host/media/media_stream_ui_proxy.cc", |
| 1490 | "renderer_host/media/media_stream_ui_proxy.h", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 1491 | "renderer_host/media/peer_connection_tracker_host.cc", |
| 1492 | "renderer_host/media/peer_connection_tracker_host.h", |
Christian Fremerey | 00025a37 | 2019-03-05 22:53:11 | [diff] [blame] | 1493 | "renderer_host/media/ref_counted_video_source_provider.cc", |
| 1494 | "renderer_host/media/ref_counted_video_source_provider.h", |
Max Morin | 70fb1d6 | 2017-12-14 07:52:29 | [diff] [blame] | 1495 | "renderer_host/media/render_frame_audio_input_stream_factory.cc", |
| 1496 | "renderer_host/media/render_frame_audio_input_stream_factory.h", |
maxmorin | 2781f5ff | 2017-04-04 08:29:41 | [diff] [blame] | 1497 | "renderer_host/media/render_frame_audio_output_stream_factory.cc", |
| 1498 | "renderer_host/media/render_frame_audio_output_stream_factory.h", |
chfremer | 70b40e512 | 2017-05-23 15:13:57 | [diff] [blame] | 1499 | "renderer_host/media/service_launched_video_capture_device.cc", |
| 1500 | "renderer_host/media/service_launched_video_capture_device.h", |
| 1501 | "renderer_host/media/service_video_capture_device_launcher.cc", |
| 1502 | "renderer_host/media/service_video_capture_device_launcher.h", |
| 1503 | "renderer_host/media/service_video_capture_provider.cc", |
| 1504 | "renderer_host/media/service_video_capture_provider.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1505 | "renderer_host/media/video_capture_controller.cc", |
| 1506 | "renderer_host/media/video_capture_controller.h", |
| 1507 | "renderer_host/media/video_capture_controller_event_handler.h", |
chfremer | c914815 | 2017-04-17 17:10:26 | [diff] [blame] | 1508 | "renderer_host/media/video_capture_device_launch_observer.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1509 | "renderer_host/media/video_capture_host.cc", |
| 1510 | "renderer_host/media/video_capture_host.h", |
| 1511 | "renderer_host/media/video_capture_manager.cc", |
| 1512 | "renderer_host/media/video_capture_manager.h", |
chfremer | 3b09981 | 2017-04-11 17:30:50 | [diff] [blame] | 1513 | "renderer_host/media/video_capture_provider.h", |
chfremer | 70b40e512 | 2017-05-23 15:13:57 | [diff] [blame] | 1514 | "renderer_host/media/video_capture_provider_switcher.cc", |
| 1515 | "renderer_host/media/video_capture_provider_switcher.h", |
Christian Fremerey | 8cd2484 | 2019-01-19 02:01:33 | [diff] [blame] | 1516 | "renderer_host/media/virtual_video_capture_devices_changed_observer.cc", |
| 1517 | "renderer_host/media/virtual_video_capture_devices_changed_observer.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1518 | "renderer_host/native_web_keyboard_event_aura.cc", |
| 1519 | "renderer_host/native_web_keyboard_event_mac.mm", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1520 | "renderer_host/overscroll_configuration.cc", |
| 1521 | "renderer_host/overscroll_controller.cc", |
| 1522 | "renderer_host/overscroll_controller.h", |
| 1523 | "renderer_host/overscroll_controller_delegate.h", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 1524 | "renderer_host/p2p/socket_dispatcher_host.cc", |
| 1525 | "renderer_host/p2p/socket_dispatcher_host.h", |
jonross | a2ff4f8 | 2018-02-16 17:27:46 | [diff] [blame] | 1526 | "renderer_host/render_frame_metadata_provider_impl.cc", |
| 1527 | "renderer_host/render_frame_metadata_provider_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1528 | "renderer_host/render_message_filter.cc", |
| 1529 | "renderer_host/render_message_filter.h", |
Sadrul Habib Chowdhury | 1b3d22c | 2019-10-04 17:18:13 | [diff] [blame] | 1530 | "renderer_host/render_process_host_creation_observer.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1531 | "renderer_host/render_process_host_impl.cc", |
| 1532 | "renderer_host/render_process_host_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1533 | "renderer_host/render_view_host_delegate.cc", |
| 1534 | "renderer_host/render_view_host_delegate.h", |
rlanday | 7f2ec7f | 2016-12-14 02:28:34 | [diff] [blame] | 1535 | "renderer_host/render_view_host_delegate_view.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1536 | "renderer_host/render_view_host_delegate_view.h", |
| 1537 | "renderer_host/render_view_host_factory.cc", |
| 1538 | "renderer_host/render_view_host_factory.h", |
| 1539 | "renderer_host/render_view_host_impl.cc", |
| 1540 | "renderer_host/render_view_host_impl.h", |
| 1541 | "renderer_host/render_widget_helper.cc", |
| 1542 | "renderer_host/render_widget_helper.h", |
| 1543 | "renderer_host/render_widget_host_delegate.cc", |
| 1544 | "renderer_host/render_widget_host_delegate.h", |
Dave Tapuska | 8eccc8c | 2017-11-20 18:49:00 | [diff] [blame] | 1545 | "renderer_host/render_widget_host_factory.cc", |
| 1546 | "renderer_host/render_widget_host_factory.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1547 | "renderer_host/render_widget_host_impl.cc", |
| 1548 | "renderer_host/render_widget_host_impl.h", |
| 1549 | "renderer_host/render_widget_host_input_event_router.cc", |
| 1550 | "renderer_host/render_widget_host_input_event_router.h", |
| 1551 | "renderer_host/render_widget_host_owner_delegate.h", |
| 1552 | "renderer_host/render_widget_host_view_aura.cc", |
| 1553 | "renderer_host/render_widget_host_view_aura.h", |
| 1554 | "renderer_host/render_widget_host_view_base.cc", |
| 1555 | "renderer_host/render_widget_host_view_base.h", |
| 1556 | "renderer_host/render_widget_host_view_base_observer.cc", |
| 1557 | "renderer_host/render_widget_host_view_base_observer.h", |
Ken Buchanan | daef006b | 2017-08-17 18:32:15 | [diff] [blame] | 1558 | "renderer_host/render_widget_host_view_child_frame.cc", |
| 1559 | "renderer_host/render_widget_host_view_child_frame.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1560 | "renderer_host/render_widget_host_view_mac.h", |
| 1561 | "renderer_host/render_widget_host_view_mac.mm", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1562 | "renderer_host/render_widget_host_view_mac_editcommand_helper.h", |
| 1563 | "renderer_host/render_widget_host_view_mac_editcommand_helper.mm", |
Sadrul Habib Chowdhury | 8e8ae37 | 2017-12-23 20:11:23 | [diff] [blame] | 1564 | "renderer_host/render_widget_targeter.cc", |
| 1565 | "renderer_host/render_widget_targeter.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1566 | "renderer_host/text_input_client_mac.h", |
| 1567 | "renderer_host/text_input_client_mac.mm", |
| 1568 | "renderer_host/text_input_client_message_filter.h", |
| 1569 | "renderer_host/text_input_client_message_filter.mm", |
| 1570 | "renderer_host/text_input_manager.cc", |
| 1571 | "renderer_host/text_input_manager.h", |
| 1572 | "renderer_host/ui_events_helper.cc", |
| 1573 | "renderer_host/ui_events_helper.h", |
Stuart Langley | 0454b95 | 2017-09-16 03:57:52 | [diff] [blame] | 1574 | "renderer_host/web_database_host_impl.cc", |
| 1575 | "renderer_host/web_database_host_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1576 | "renderer_host/webmenurunner_mac.h", |
| 1577 | "renderer_host/webmenurunner_mac.mm", |
| 1578 | "resolve_proxy_msg_helper.cc", |
| 1579 | "resolve_proxy_msg_helper.h", |
| 1580 | "resource_context_impl.cc", |
| 1581 | "resource_context_impl.h", |
Ken Rockot | d7148c20 | 2019-09-18 18:00:59 | [diff] [blame] | 1582 | "resource_coordinator_service.cc", |
Vladimir Levin | 11a23b1 | 2017-09-11 23:13:30 | [diff] [blame] | 1583 | "sandbox_host_linux.cc", |
| 1584 | "sandbox_host_linux.h", |
| 1585 | "sandbox_ipc_linux.cc", |
| 1586 | "sandbox_ipc_linux.h", |
kerrnel | 0f7a192 | 2017-06-26 23:40:58 | [diff] [blame] | 1587 | "sandbox_parameters_mac.h", |
| 1588 | "sandbox_parameters_mac.mm", |
Gabriel Charette | 748577aa | 2019-08-12 12:53:55 | [diff] [blame] | 1589 | "scheduler/browser_io_thread_delegate.cc", |
| 1590 | "scheduler/browser_io_thread_delegate.h", |
Alex Clarke | 7dc412d | 2018-09-14 10:02:31 | [diff] [blame] | 1591 | "scheduler/browser_task_executor.cc", |
| 1592 | "scheduler/browser_task_executor.h", |
Carlos Caballero | 5f6212b | 2019-05-13 13:45:16 | [diff] [blame] | 1593 | "scheduler/browser_task_queues.cc", |
| 1594 | "scheduler/browser_task_queues.h", |
Alex Clarke | 831ed1e6 | 2019-02-18 21:10:08 | [diff] [blame] | 1595 | "scheduler/browser_ui_thread_scheduler.cc", |
| 1596 | "scheduler/browser_ui_thread_scheduler.h", |
erikchen | 1ed726a5 | 2018-07-20 20:16:00 | [diff] [blame] | 1597 | "scheduler/responsiveness/calculator.cc", |
| 1598 | "scheduler/responsiveness/calculator.h", |
Chinglin Yu | efbfc23f | 2019-06-24 11:11:02 | [diff] [blame] | 1599 | "scheduler/responsiveness/jank_monitor.cc", |
| 1600 | "scheduler/responsiveness/jank_monitor.h", |
Erik Chen | a9533519 | 2018-07-30 17:48:22 | [diff] [blame] | 1601 | "scheduler/responsiveness/message_loop_observer.cc", |
| 1602 | "scheduler/responsiveness/message_loop_observer.h", |
Chinglin Yu | 411a509 | 2019-06-21 13:37:37 | [diff] [blame] | 1603 | "scheduler/responsiveness/metric_source.cc", |
| 1604 | "scheduler/responsiveness/metric_source.h", |
erikchen | 7d5f0ee | 2018-08-02 22:15:40 | [diff] [blame] | 1605 | "scheduler/responsiveness/native_event_observer.cc", |
| 1606 | "scheduler/responsiveness/native_event_observer.h", |
| 1607 | "scheduler/responsiveness/native_event_observer_mac.mm", |
Erik Chen | 6973776 | 2018-07-24 00:34:18 | [diff] [blame] | 1608 | "scheduler/responsiveness/watcher.cc", |
| 1609 | "scheduler/responsiveness/watcher.h", |
Lukasz Anforowicz | 7359e0b | 2018-01-03 21:26:29 | [diff] [blame] | 1610 | "scoped_active_url.cc", |
| 1611 | "scoped_active_url.h", |
Staphany Park | afda6dd7 | 2019-09-02 08:51:49 | [diff] [blame] | 1612 | "screen_enumeration/screen_enumeration_impl.cc", |
| 1613 | "screen_enumeration/screen_enumeration_impl.h", |
leon.han | 552e9de | 2017-02-09 14:37:30 | [diff] [blame] | 1614 | "screen_orientation/screen_orientation_provider.cc", |
| 1615 | "screen_orientation/screen_orientation_provider.h", |
braveyao | ab81ed65 | 2018-10-03 17:37:51 | [diff] [blame] | 1616 | "screenlock_monitor/screenlock_monitor.cc", |
| 1617 | "screenlock_monitor/screenlock_monitor.h", |
| 1618 | "screenlock_monitor/screenlock_monitor_device_source.cc", |
| 1619 | "screenlock_monitor/screenlock_monitor_device_source.h", |
| 1620 | "screenlock_monitor/screenlock_monitor_device_source_chromeos.cc", |
| 1621 | "screenlock_monitor/screenlock_monitor_device_source_mac.mm", |
| 1622 | "screenlock_monitor/screenlock_monitor_device_source_win.cc", |
| 1623 | "screenlock_monitor/screenlock_monitor_source.cc", |
| 1624 | "screenlock_monitor/screenlock_monitor_source.h", |
ben | ff46163 | 2016-10-06 14:27:33 | [diff] [blame] | 1625 | "service_manager/service_manager_context.cc", |
| 1626 | "service_manager/service_manager_context.h", |
Ken Rockot | 5307777 | 2019-06-26 21:50:32 | [diff] [blame] | 1627 | "service_process_host_impl.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1628 | "service_worker/embedded_worker_instance.cc", |
| 1629 | "service_worker/embedded_worker_instance.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1630 | "service_worker/embedded_worker_status.h", |
Han Leon | 293e035df | 2018-02-01 11:20:40 | [diff] [blame] | 1631 | "service_worker/payment_handler_support.cc", |
| 1632 | "service_worker/payment_handler_support.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1633 | "service_worker/service_worker_cache_writer.cc", |
| 1634 | "service_worker/service_worker_cache_writer.h", |
Matt Falkenhagen | ed3f9fc | 2018-07-13 14:19:30 | [diff] [blame] | 1635 | "service_worker/service_worker_client_info.cc", |
| 1636 | "service_worker/service_worker_client_info.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1637 | "service_worker/service_worker_client_utils.cc", |
| 1638 | "service_worker/service_worker_client_utils.h", |
Mostyn Bramley-Moore | 940128b | 2017-11-09 00:49:46 | [diff] [blame] | 1639 | "service_worker/service_worker_consts.cc", |
| 1640 | "service_worker/service_worker_consts.h", |
Hiroki Nakagawa | 2a08ec5 | 2019-11-21 04:34:44 | [diff] [blame] | 1641 | "service_worker/service_worker_container_host.cc", |
| 1642 | "service_worker/service_worker_container_host.h", |
Yuki Yamada | a20ac9c | 2017-08-10 08:04:20 | [diff] [blame] | 1643 | "service_worker/service_worker_content_settings_proxy_impl.cc", |
| 1644 | "service_worker/service_worker_content_settings_proxy_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1645 | "service_worker/service_worker_context_core.cc", |
| 1646 | "service_worker/service_worker_context_core.h", |
dominickn | eadb0e9 | 2017-06-13 03:23:37 | [diff] [blame] | 1647 | "service_worker/service_worker_context_core_observer.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1648 | "service_worker/service_worker_context_watcher.cc", |
| 1649 | "service_worker/service_worker_context_watcher.h", |
| 1650 | "service_worker/service_worker_context_wrapper.cc", |
| 1651 | "service_worker/service_worker_context_wrapper.h", |
| 1652 | "service_worker/service_worker_controllee_request_handler.cc", |
| 1653 | "service_worker/service_worker_controllee_request_handler.h", |
| 1654 | "service_worker/service_worker_database.cc", |
| 1655 | "service_worker/service_worker_database.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1656 | "service_worker/service_worker_disk_cache.cc", |
| 1657 | "service_worker/service_worker_disk_cache.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1658 | "service_worker/service_worker_fetch_dispatcher.cc", |
| 1659 | "service_worker/service_worker_fetch_dispatcher.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1660 | "service_worker/service_worker_info.cc", |
| 1661 | "service_worker/service_worker_info.h", |
Matt Falkenhagen | 10fde2d | 2018-02-27 17:17:56 | [diff] [blame] | 1662 | "service_worker/service_worker_installed_script_loader.cc", |
| 1663 | "service_worker/service_worker_installed_script_loader.h", |
Matt Falkenhagen | a39b8ba | 2018-02-23 07:51:30 | [diff] [blame] | 1664 | "service_worker/service_worker_installed_script_reader.cc", |
| 1665 | "service_worker/service_worker_installed_script_reader.h", |
Makoto Shimazu | 166906a | 2017-07-12 06:04:01 | [diff] [blame] | 1666 | "service_worker/service_worker_installed_scripts_sender.cc", |
| 1667 | "service_worker/service_worker_installed_scripts_sender.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1668 | "service_worker/service_worker_internals_ui.cc", |
| 1669 | "service_worker/service_worker_internals_ui.h", |
| 1670 | "service_worker/service_worker_job_coordinator.cc", |
| 1671 | "service_worker/service_worker_job_coordinator.h", |
Ting Shao | 85f57f80 | 2019-07-09 04:20:24 | [diff] [blame] | 1672 | "service_worker/service_worker_loader_helpers.cc", |
| 1673 | "service_worker/service_worker_loader_helpers.h", |
Zhuoyu Qian | 1811ccf | 2020-01-06 06:46:54 | [diff] [blame] | 1674 | "service_worker/service_worker_main_resource_handle.cc", |
| 1675 | "service_worker/service_worker_main_resource_handle.h", |
| 1676 | "service_worker/service_worker_main_resource_handle_core.cc", |
| 1677 | "service_worker/service_worker_main_resource_handle_core.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1678 | "service_worker/service_worker_metrics.cc", |
| 1679 | "service_worker/service_worker_metrics.h", |
Matt Falkenhagen | 7514e44 | 2018-02-28 01:32:58 | [diff] [blame] | 1680 | "service_worker/service_worker_navigation_loader.cc", |
| 1681 | "service_worker/service_worker_navigation_loader.h", |
Matt Falkenhagen | 82faa92e | 2019-07-11 10:15:31 | [diff] [blame] | 1682 | "service_worker/service_worker_navigation_loader_interceptor.cc", |
| 1683 | "service_worker/service_worker_navigation_loader_interceptor.h", |
Matt Falkenhagen | 7514e44 | 2018-02-28 01:32:58 | [diff] [blame] | 1684 | "service_worker/service_worker_new_script_loader.cc", |
| 1685 | "service_worker/service_worker_new_script_loader.h", |
Richard | bc7bb1c7 | 2018-06-13 09:01:49 | [diff] [blame] | 1686 | "service_worker/service_worker_object_host.cc", |
| 1687 | "service_worker/service_worker_object_host.h", |
Hayato Ito | a4cc3e9 | 2020-01-09 09:06:13 | [diff] [blame] | 1688 | "service_worker/service_worker_offline_capability_checker.cc", |
| 1689 | "service_worker/service_worker_offline_capability_checker.h", |
Matt Falkenhagen | c97713c4 | 2018-07-10 14:32:56 | [diff] [blame] | 1690 | "service_worker/service_worker_ping_controller.cc", |
| 1691 | "service_worker/service_worker_ping_controller.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1692 | "service_worker/service_worker_process_manager.cc", |
| 1693 | "service_worker/service_worker_process_manager.h", |
| 1694 | "service_worker/service_worker_provider_host.cc", |
| 1695 | "service_worker/service_worker_provider_host.h", |
| 1696 | "service_worker/service_worker_quota_client.cc", |
| 1697 | "service_worker/service_worker_quota_client.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1698 | "service_worker/service_worker_register_job.cc", |
| 1699 | "service_worker/service_worker_register_job.h", |
| 1700 | "service_worker/service_worker_register_job_base.h", |
| 1701 | "service_worker/service_worker_registration.cc", |
| 1702 | "service_worker/service_worker_registration.h", |
Han Leon | 4149b5c2 | 2017-11-15 12:18:37 | [diff] [blame] | 1703 | "service_worker/service_worker_registration_object_host.cc", |
| 1704 | "service_worker/service_worker_registration_object_host.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1705 | "service_worker/service_worker_registration_status.cc", |
| 1706 | "service_worker/service_worker_registration_status.h", |
Kenichi Ishibashi | 62f916e1 | 2020-01-13 06:12:16 | [diff] [blame] | 1707 | "service_worker/service_worker_registry.cc", |
| 1708 | "service_worker/service_worker_registry.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1709 | "service_worker/service_worker_request_handler.cc", |
| 1710 | "service_worker/service_worker_request_handler.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1711 | "service_worker/service_worker_script_cache_map.cc", |
| 1712 | "service_worker/service_worker_script_cache_map.h", |
Matt Falkenhagen | 7514e44 | 2018-02-28 01:32:58 | [diff] [blame] | 1713 | "service_worker/service_worker_script_loader_factory.cc", |
| 1714 | "service_worker/service_worker_script_loader_factory.h", |
momohatt | 130be1c3 | 2018-09-13 12:18:08 | [diff] [blame] | 1715 | "service_worker/service_worker_single_script_update_checker.cc", |
| 1716 | "service_worker/service_worker_single_script_update_checker.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1717 | "service_worker/service_worker_storage.cc", |
| 1718 | "service_worker/service_worker_storage.h", |
xzhan96 | a59fb76 | 2017-09-27 17:51:39 | [diff] [blame] | 1719 | "service_worker/service_worker_type_converters.cc", |
| 1720 | "service_worker/service_worker_type_converters.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1721 | "service_worker/service_worker_unregister_job.cc", |
| 1722 | "service_worker/service_worker_unregister_job.h", |
momohatt | f24d409 | 2018-09-11 10:52:43 | [diff] [blame] | 1723 | "service_worker/service_worker_update_checker.cc", |
| 1724 | "service_worker/service_worker_update_checker.h", |
Makoto Shimazu | bfb06f43 | 2019-08-07 06:33:46 | [diff] [blame] | 1725 | "service_worker/service_worker_updated_script_loader.cc", |
| 1726 | "service_worker/service_worker_updated_script_loader.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1727 | "service_worker/service_worker_version.cc", |
| 1728 | "service_worker/service_worker_version.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1729 | "site_instance_impl.cc", |
| 1730 | "site_instance_impl.h", |
Sam Goto | 5cf068e8 | 2019-11-04 23:08:44 | [diff] [blame] | 1731 | "sms/sms_fetcher_impl.cc", |
| 1732 | "sms/sms_fetcher_impl.h", |
Ayu Ishii | 9d303da5 | 2019-07-26 15:50:47 | [diff] [blame] | 1733 | "sms/sms_metrics.cc", |
| 1734 | "sms/sms_metrics.h", |
Sam Goto | 9b201f9 | 2019-05-29 22:46:20 | [diff] [blame] | 1735 | "sms/sms_parser.cc", |
| 1736 | "sms/sms_parser.h", |
Sam Goto | 9c87da7e | 2019-04-30 23:09:45 | [diff] [blame] | 1737 | "sms/sms_provider.cc", |
| 1738 | "sms/sms_provider.h", |
Sam Goto | 5cf068e8 | 2019-11-04 23:08:44 | [diff] [blame] | 1739 | "sms/sms_queue.cc", |
| 1740 | "sms/sms_queue.h", |
Sam Goto | c1294cab | 2019-07-15 22:36:01 | [diff] [blame] | 1741 | "sms/sms_service.cc", |
| 1742 | "sms/sms_service.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1743 | "speech/speech_recognition_dispatcher_host.cc", |
| 1744 | "speech/speech_recognition_dispatcher_host.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1745 | "speech/speech_recognition_manager_impl.cc", |
| 1746 | "speech/speech_recognition_manager_impl.h", |
| 1747 | "speech/speech_recognizer.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1748 | "speech/speech_recognizer_impl_android.cc", |
| 1749 | "speech/speech_recognizer_impl_android.h", |
Darin Fisher | a26aa7e | 2019-09-02 20:22:59 | [diff] [blame] | 1750 | "speech/speech_synthesis_impl.cc", |
| 1751 | "speech/speech_synthesis_impl.h", |
Katie D | 705855f | 2018-12-04 18:17:11 | [diff] [blame] | 1752 | "speech/tts_android.cc", |
| 1753 | "speech/tts_android.h", |
Katie D | 840d953 | 2018-11-27 06:20:48 | [diff] [blame] | 1754 | "speech/tts_controller_impl.cc", |
| 1755 | "speech/tts_controller_impl.h", |
Katie D | 4713ee4 | 2018-11-30 01:48:27 | [diff] [blame] | 1756 | "speech/tts_mac.mm", |
| 1757 | "speech/tts_platform_impl.cc", |
| 1758 | "speech/tts_platform_impl.h", |
Katie D | 7b39e20 | 2018-12-17 20:14:42 | [diff] [blame] | 1759 | "speech/tts_utterance_impl.cc", |
| 1760 | "speech/tts_utterance_impl.h", |
Katie D | 4713ee4 | 2018-11-30 01:48:27 | [diff] [blame] | 1761 | "speech/tts_win.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1762 | "ssl/ssl_client_auth_handler.cc", |
| 1763 | "ssl/ssl_client_auth_handler.h", |
| 1764 | "ssl/ssl_error_handler.cc", |
| 1765 | "ssl/ssl_error_handler.h", |
| 1766 | "ssl/ssl_manager.cc", |
| 1767 | "ssl/ssl_manager.h", |
Jun Cai | 9409ded | 2018-01-30 00:19:46 | [diff] [blame] | 1768 | "ssl_private_key_impl.cc", |
| 1769 | "ssl_private_key_impl.h", |
Robert Sesek | de2e71326 | 2019-07-15 20:57:58 | [diff] [blame] | 1770 | "startup_data_impl.cc", |
| 1771 | "startup_data_impl.h", |
| 1772 | "startup_helper.cc", |
| 1773 | "startup_helper.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1774 | "startup_task_runner.cc", |
| 1775 | "startup_task_runner.h", |
| 1776 | "storage_partition_impl.cc", |
| 1777 | "storage_partition_impl.h", |
| 1778 | "storage_partition_impl_map.cc", |
| 1779 | "storage_partition_impl_map.h", |
Ken Rockot | 5edbff1 | 2019-06-13 22:19:15 | [diff] [blame] | 1780 | "system_connector_impl.cc", |
| 1781 | "system_connector_impl.h", |
Ionel Popescu | 237e8e3 | 2019-08-07 19:50:54 | [diff] [blame] | 1782 | "theme_helper.cc", |
| 1783 | "theme_helper.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1784 | "theme_helper_mac.h", |
| 1785 | "theme_helper_mac.mm", |
ssid | eb54962 | 2017-03-29 21:46:00 | [diff] [blame] | 1786 | "tracing/background_memory_tracing_observer.cc", |
| 1787 | "tracing/background_memory_tracing_observer.h", |
Siddhartha | 34f5ae8 | 2018-08-18 05:21:48 | [diff] [blame] | 1788 | "tracing/background_startup_tracing_observer.cc", |
| 1789 | "tracing/background_startup_tracing_observer.h", |
Oystein Eftevaag | f80452b | 2019-03-19 16:30:22 | [diff] [blame] | 1790 | "tracing/background_tracing_active_scenario.cc", |
| 1791 | "tracing/background_tracing_active_scenario.h", |
Darin Fisher | c23ee1a | 2019-06-05 23:26:30 | [diff] [blame] | 1792 | "tracing/background_tracing_agent_client_impl.cc", |
| 1793 | "tracing/background_tracing_agent_client_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1794 | "tracing/background_tracing_config_impl.cc", |
| 1795 | "tracing/background_tracing_config_impl.h", |
| 1796 | "tracing/background_tracing_manager_impl.cc", |
| 1797 | "tracing/background_tracing_manager_impl.h", |
| 1798 | "tracing/background_tracing_rule.cc", |
| 1799 | "tracing/background_tracing_rule.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1800 | "tracing/file_tracing_provider_impl.cc", |
| 1801 | "tracing/file_tracing_provider_impl.h", |
ssid | a240be5 | 2019-10-09 18:59:33 | [diff] [blame] | 1802 | "tracing/memory_instrumentation_util.cc", |
| 1803 | "tracing/memory_instrumentation_util.h", |
Oystein Eftevaag | 3a846b0 | 2019-02-27 21:53:27 | [diff] [blame] | 1804 | "tracing/perfetto_file_tracer.cc", |
| 1805 | "tracing/perfetto_file_tracer.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1806 | "tracing/tracing_controller_impl.cc", |
| 1807 | "tracing/tracing_controller_impl.h", |
Ehsan Chiniforooshan | c77b44e | 2017-10-10 18:12:10 | [diff] [blame] | 1808 | "tracing/tracing_controller_impl_data_endpoint.cc", |
Ken Rockot | cbead33 | 2019-11-21 04:35:47 | [diff] [blame] | 1809 | "tracing/tracing_service_controller.cc", |
| 1810 | "tracing/tracing_service_controller.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1811 | "tracing/tracing_ui.cc", |
| 1812 | "tracing/tracing_ui.h", |
jam | c190586 | 2017-05-16 14:45:30 | [diff] [blame] | 1813 | "url_loader_factory_getter.cc", |
| 1814 | "url_loader_factory_getter.h", |
Lukasz Anforowicz | 8517624 | 2019-12-06 21:41:58 | [diff] [blame] | 1815 | "url_loader_factory_params_helper.cc", |
| 1816 | "url_loader_factory_params_helper.h", |
Jay Civelli | 14aced2a | 2018-03-14 23:44:33 | [diff] [blame] | 1817 | "utility_process_host.cc", |
| 1818 | "utility_process_host.h", |
Robert Sesek | 2382ca6 | 2019-10-28 23:52:20 | [diff] [blame] | 1819 | "utility_process_host_receiver_bindings.cc", |
Ken Rockot | 8dda8888 | 2019-12-04 05:56:22 | [diff] [blame] | 1820 | "v8_snapshot_files.cc", |
| 1821 | "v8_snapshot_files.h", |
Ken Rockot | 2f8c1dd2 | 2019-07-23 21:56:02 | [diff] [blame] | 1822 | "video_capture_service.cc", |
blundell | e75a8f9 | 2017-03-27 08:11:17 | [diff] [blame] | 1823 | "wake_lock/wake_lock_context_host.cc", |
| 1824 | "wake_lock/wake_lock_context_host.h", |
Mounir Lamouri | 54c31f5 | 2018-12-09 02:52:54 | [diff] [blame] | 1825 | "wake_lock/wake_lock_service_impl.cc", |
| 1826 | "wake_lock/wake_lock_service_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1827 | "web_contents/aura/gesture_nav_simple.cc", |
| 1828 | "web_contents/aura/gesture_nav_simple.h", |
mfomitchev | 06b84645 | 2017-07-25 23:39:09 | [diff] [blame] | 1829 | "web_contents/aura/types.cc", |
| 1830 | "web_contents/aura/types.h", |
Hayato Ito | fa35d94 | 2019-05-24 08:18:58 | [diff] [blame] | 1831 | "web_contents/frame_tree_node_id_registry.cc", |
| 1832 | "web_contents/frame_tree_node_id_registry.h", |
Charlie Reis | 9607736 | 2019-07-04 00:34:04 | [diff] [blame] | 1833 | "web_contents/javascript_dialog_navigation_deferrer.cc", |
| 1834 | "web_contents/javascript_dialog_navigation_deferrer.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1835 | "web_contents/web_contents_impl.cc", |
| 1836 | "web_contents/web_contents_impl.h", |
| 1837 | "web_contents/web_contents_view.h", |
| 1838 | "web_contents/web_contents_view_aura.cc", |
| 1839 | "web_contents/web_contents_view_aura.h", |
| 1840 | "web_contents/web_contents_view_child_frame.cc", |
| 1841 | "web_contents/web_contents_view_child_frame.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1842 | "web_contents/web_contents_view_mac.h", |
| 1843 | "web_contents/web_contents_view_mac.mm", |
| 1844 | "web_contents/web_drag_dest_mac.h", |
| 1845 | "web_contents/web_drag_dest_mac.mm", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1846 | "web_contents/web_drag_utils_win.cc", |
| 1847 | "web_contents/web_drag_utils_win.h", |
Tsuyoshi Horo | 0e20a6e | 2019-06-04 09:48:30 | [diff] [blame] | 1848 | "web_package/prefetched_signed_exchange_cache.cc", |
| 1849 | "web_package/prefetched_signed_exchange_cache.h", |
| 1850 | "web_package/prefetched_signed_exchange_cache_adapter.cc", |
| 1851 | "web_package/prefetched_signed_exchange_cache_adapter.h", |
Tsuyoshi Horo | b8580159 | 2018-02-19 22:18:07 | [diff] [blame] | 1852 | "web_package/signed_exchange_cert_fetcher.cc", |
| 1853 | "web_package/signed_exchange_cert_fetcher.h", |
Kunihiko Sakamoto | fc657a9f | 2018-03-16 05:57:31 | [diff] [blame] | 1854 | "web_package/signed_exchange_cert_fetcher_factory.cc", |
| 1855 | "web_package/signed_exchange_cert_fetcher_factory.h", |
Kunihiko Sakamoto | 4c759a7f | 2018-04-10 03:01:04 | [diff] [blame] | 1856 | "web_package/signed_exchange_certificate_chain.cc", |
| 1857 | "web_package/signed_exchange_certificate_chain.h", |
Tsuyoshi Horo | b8580159 | 2018-02-19 22:18:07 | [diff] [blame] | 1858 | "web_package/signed_exchange_consts.h", |
Tsuyoshi Horo | 4801e76 | 2018-04-25 07:36:57 | [diff] [blame] | 1859 | "web_package/signed_exchange_devtools_proxy.cc", |
| 1860 | "web_package/signed_exchange_devtools_proxy.h", |
Kouhei Ueno | f3419f0 | 2018-05-29 05:57:28 | [diff] [blame] | 1861 | "web_package/signed_exchange_envelope.cc", |
| 1862 | "web_package/signed_exchange_envelope.h", |
Tsuyoshi Horo | b40c7c3 | 2018-05-31 07:32:45 | [diff] [blame] | 1863 | "web_package/signed_exchange_error.cc", |
| 1864 | "web_package/signed_exchange_error.h", |
Tsuyoshi Horo | b8580159 | 2018-02-19 22:18:07 | [diff] [blame] | 1865 | "web_package/signed_exchange_handler.cc", |
| 1866 | "web_package/signed_exchange_handler.h", |
Kunihiko Sakamoto | fa9bdfa | 2018-06-15 03:21:53 | [diff] [blame] | 1867 | "web_package/signed_exchange_loader.cc", |
| 1868 | "web_package/signed_exchange_loader.h", |
Kunihiko Sakamoto | 66b91d4 | 2018-06-15 08:29:22 | [diff] [blame] | 1869 | "web_package/signed_exchange_prefetch_handler.cc", |
| 1870 | "web_package/signed_exchange_prefetch_handler.h", |
Kouhei Ueno | 8a58a98 | 2018-10-11 03:37:31 | [diff] [blame] | 1871 | "web_package/signed_exchange_prefetch_metric_recorder.cc", |
| 1872 | "web_package/signed_exchange_prefetch_metric_recorder.h", |
Kouhei Ueno | 91f8bc1 | 2018-05-31 10:43:30 | [diff] [blame] | 1873 | "web_package/signed_exchange_prologue.cc", |
| 1874 | "web_package/signed_exchange_prologue.h", |
Tsuyoshi Horo | 5134319 | 2019-02-12 08:12:14 | [diff] [blame] | 1875 | "web_package/signed_exchange_reporter.cc", |
| 1876 | "web_package/signed_exchange_reporter.h", |
Kunihiko Sakamoto | e6aa22e | 2018-06-15 03:26:55 | [diff] [blame] | 1877 | "web_package/signed_exchange_request_handler.cc", |
| 1878 | "web_package/signed_exchange_request_handler.h", |
Kouhei Ueno | d7cb6d1 | 2018-05-29 05:23:54 | [diff] [blame] | 1879 | "web_package/signed_exchange_signature_header_field.cc", |
| 1880 | "web_package/signed_exchange_signature_header_field.h", |
Tsuyoshi Horo | b8580159 | 2018-02-19 22:18:07 | [diff] [blame] | 1881 | "web_package/signed_exchange_signature_verifier.cc", |
| 1882 | "web_package/signed_exchange_signature_verifier.h", |
Tsuyoshi Horo | cdbb490 | 2018-04-12 06:09:14 | [diff] [blame] | 1883 | "web_package/signed_exchange_utils.cc", |
| 1884 | "web_package/signed_exchange_utils.h", |
Kinuko Yasuda | 0b54fd7 | 2019-04-18 00:46:49 | [diff] [blame] | 1885 | "web_package/signed_exchange_validity_pinger.cc", |
| 1886 | "web_package/signed_exchange_validity_pinger.h", |
Tsuyoshi Horo | 37493af | 2019-11-21 23:43:14 | [diff] [blame] | 1887 | "web_package/web_bundle_blob_data_source.cc", |
| 1888 | "web_package/web_bundle_blob_data_source.h", |
| 1889 | "web_package/web_bundle_handle.cc", |
| 1890 | "web_package/web_bundle_handle.h", |
| 1891 | "web_package/web_bundle_handle_tracker.cc", |
| 1892 | "web_package/web_bundle_handle_tracker.h", |
| 1893 | "web_package/web_bundle_navigation_info.cc", |
| 1894 | "web_package/web_bundle_navigation_info.h", |
| 1895 | "web_package/web_bundle_reader.cc", |
| 1896 | "web_package/web_bundle_reader.h", |
| 1897 | "web_package/web_bundle_source.cc", |
| 1898 | "web_package/web_bundle_source.h", |
| 1899 | "web_package/web_bundle_url_loader_factory.cc", |
| 1900 | "web_package/web_bundle_url_loader_factory.h", |
| 1901 | "web_package/web_bundle_utils.cc", |
| 1902 | "web_package/web_bundle_utils.h", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 1903 | "webrtc/webrtc_internals.cc", |
| 1904 | "webrtc/webrtc_internals.h", |
Tarun Bansal | f153d683 | 2019-06-17 18:18:05 | [diff] [blame] | 1905 | "webrtc/webrtc_internals_connections_observer.h", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 1906 | "webrtc/webrtc_internals_message_handler.cc", |
| 1907 | "webrtc/webrtc_internals_message_handler.h", |
| 1908 | "webrtc/webrtc_internals_ui.cc", |
| 1909 | "webrtc/webrtc_internals_ui.h", |
| 1910 | "webrtc/webrtc_internals_ui_observer.h", |
Yutaka Hirano | 8e0b4d43 | 2019-07-04 07:12:38 | [diff] [blame] | 1911 | "websockets/websocket_connector_impl.cc", |
| 1912 | "websockets/websocket_connector_impl.h", |
yhirano | 4a59383 | 2016-10-24 18:58:22 | [diff] [blame] | 1913 | "websockets/websocket_handshake_request_info_impl.cc", |
| 1914 | "websockets/websocket_handshake_request_info_impl.h", |
Yutaka Hirano | 492c93d | 2019-11-05 11:28:03 | [diff] [blame] | 1915 | "webtransport/quic_transport_connector_impl.cc", |
| 1916 | "webtransport/quic_transport_connector_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1917 | "webui/content_web_ui_controller_factory.cc", |
| 1918 | "webui/content_web_ui_controller_factory.h", |
jam | 4374b95 | 2017-05-10 21:16:41 | [diff] [blame] | 1919 | "webui/network_error_url_loader.cc", |
| 1920 | "webui/network_error_url_loader.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1921 | "webui/shared_resources_data_source.cc", |
| 1922 | "webui/shared_resources_data_source.h", |
| 1923 | "webui/url_data_manager.cc", |
| 1924 | "webui/url_data_manager.h", |
| 1925 | "webui/url_data_manager_backend.cc", |
| 1926 | "webui/url_data_manager_backend.h", |
| 1927 | "webui/url_data_source_impl.cc", |
| 1928 | "webui/url_data_source_impl.h", |
| 1929 | "webui/web_ui_controller_factory_registry.cc", |
| 1930 | "webui/web_ui_controller_factory_registry.h", |
| 1931 | "webui/web_ui_data_source_impl.cc", |
| 1932 | "webui/web_ui_data_source_impl.h", |
| 1933 | "webui/web_ui_impl.cc", |
| 1934 | "webui/web_ui_impl.h", |
| 1935 | "webui/web_ui_message_handler.cc", |
jam | 8c4edd0 | 2017-05-06 18:50:33 | [diff] [blame] | 1936 | "webui/web_ui_url_loader_factory.cc", |
Chris Mumford | bae8a74 | 2018-03-01 23:02:23 | [diff] [blame] | 1937 | "webui/web_ui_url_loader_factory_internal.h", |
Hiroki Nakagawa | 18f6587 | 2018-11-28 01:52:03 | [diff] [blame] | 1938 | "worker_host/dedicated_worker_host.cc", |
| 1939 | "worker_host/dedicated_worker_host.h", |
Patrick Monette | 0bfcaa4 | 2020-01-17 06:06:16 | [diff] [blame] | 1940 | "worker_host/dedicated_worker_service_impl.cc", |
| 1941 | "worker_host/dedicated_worker_service_impl.h", |
Hiroki Nakagawa | 18f6587 | 2018-11-28 01:52:03 | [diff] [blame] | 1942 | "worker_host/shared_worker_connector_impl.cc", |
| 1943 | "worker_host/shared_worker_connector_impl.h", |
| 1944 | "worker_host/shared_worker_content_settings_proxy_impl.cc", |
| 1945 | "worker_host/shared_worker_content_settings_proxy_impl.h", |
| 1946 | "worker_host/shared_worker_host.cc", |
| 1947 | "worker_host/shared_worker_host.h", |
Hiroki Nakagawa | 18f6587 | 2018-11-28 01:52:03 | [diff] [blame] | 1948 | "worker_host/shared_worker_service_impl.cc", |
| 1949 | "worker_host/shared_worker_service_impl.h", |
| 1950 | "worker_host/worker_script_fetch_initiator.cc", |
| 1951 | "worker_host/worker_script_fetch_initiator.h", |
| 1952 | "worker_host/worker_script_fetcher.cc", |
| 1953 | "worker_host/worker_script_fetcher.h", |
| 1954 | "worker_host/worker_script_loader.cc", |
| 1955 | "worker_host/worker_script_loader.h", |
| 1956 | "worker_host/worker_script_loader_factory.cc", |
| 1957 | "worker_host/worker_script_loader_factory.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1958 | ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1959 | |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 1960 | if (toolkit_views) { |
| 1961 | deps += [ "//ui/events" ] |
| 1962 | } |
| 1963 | |
Jay Civelli | 668c097f | 2018-05-16 20:44:13 | [diff] [blame] | 1964 | if (is_linux) { |
Ken Rockot | 4f8c3c3 | 2019-08-16 16:32:33 | [diff] [blame] | 1965 | sources += [ |
| 1966 | "font_service.cc", |
| 1967 | "font_service.h", |
| 1968 | ] |
| 1969 | |
| 1970 | public_deps += [ "//components/services/font/public/mojom" ] |
| 1971 | |
Ken Rockot | 7a295c6 | 2018-07-10 20:42:42 | [diff] [blame] | 1972 | deps += [ |
Dominik Röttsches | b40906ac | 2018-07-16 12:39:56 | [diff] [blame] | 1973 | "//components/services/font:lib", |
Ken Rockot | 7a295c6 | 2018-07-10 20:42:42 | [diff] [blame] | 1974 | "//services/service_manager/zygote", |
Takashi Sakamoto | a1554f1 | 2020-01-20 05:50:39 | [diff] [blame] | 1975 | "//third_party/blink/public/mojom:memory_usage_monitor_linux_mojo_bindings", |
Ken Rockot | 7a295c6 | 2018-07-10 20:42:42 | [diff] [blame] | 1976 | ] |
Jay Civelli | 668c097f | 2018-05-16 20:44:13 | [diff] [blame] | 1977 | } |
| 1978 | |
Katie D | 4713ee4 | 2018-11-30 01:48:27 | [diff] [blame] | 1979 | if (is_desktop_linux) { |
| 1980 | sources += [ "speech/tts_linux.cc" ] |
| 1981 | deps += [ "//third_party/speech-dispatcher" ] |
| 1982 | } |
| 1983 | |
bcwhite | 98900b0 | 2016-09-19 20:13:03 | [diff] [blame] | 1984 | # ChromeOS also defines linux but their memory-monitors conflict. |
| 1985 | if (is_chromeos) { |
| 1986 | sources += [ |
Marina Ciocea | 35090794 | 2018-05-07 07:54:23 | [diff] [blame] | 1987 | "media/keyboard_mic_registration.cc", |
| 1988 | "media/keyboard_mic_registration.h", |
Ehsan Chiniforooshan | c77b44e | 2017-10-10 18:12:10 | [diff] [blame] | 1989 | "tracing/cros_tracing_agent.cc", |
| 1990 | "tracing/cros_tracing_agent.h", |
bcwhite | 98900b0 | 2016-09-19 20:13:03 | [diff] [blame] | 1991 | ] |
Wei Lee | 0cdabc9 | 2019-04-23 04:06:19 | [diff] [blame] | 1992 | deps += [ |
| 1993 | "//chromeos/resources", |
Wei Lee | 01d63ef | 2019-05-09 09:24:50 | [diff] [blame] | 1994 | "//components/chromeos_camera:mojo_mjpeg_decode_accelerator", |
Jason Majors | ccd96eb | 2019-08-08 02:28:09 | [diff] [blame] | 1995 | "//services/data_decoder/public/cpp", |
| 1996 | "//services/data_decoder/public/mojom", |
Wei Lee | 0cdabc9 | 2019-04-23 04:06:19 | [diff] [blame] | 1997 | ] |
bcwhite | 98900b0 | 2016-09-19 20:13:03 | [diff] [blame] | 1998 | } |
| 1999 | |
Michael Spang | 0436dc8 | 2017-12-01 20:25:27 | [diff] [blame] | 2000 | if (is_chromecast && is_linux) { |
| 2001 | sources += [ |
| 2002 | "tracing/cast_tracing_agent.cc", |
| 2003 | "tracing/cast_tracing_agent.h", |
| 2004 | ] |
| 2005 | |
| 2006 | deps += [ "//chromecast/tracing:system_tracer" ] |
| 2007 | |
| 2008 | defines += [ "CAST_TRACING_AGENT=1" ] |
| 2009 | } |
| 2010 | |
Kevin Marshall | 3caecccb7 | 2017-08-17 01:47:37 | [diff] [blame] | 2011 | if (is_fuchsia) { |
Fabrice de Gans-Riberi | 4f5ef9a | 2019-10-31 23:46:46 | [diff] [blame] | 2012 | sources += [ |
| 2013 | "child_process_launcher_helper_fuchsia.cc", |
| 2014 | "speech/tts_fuchsia.cc", |
| 2015 | ] |
Sergey Ulanov | da02fb9 | 2018-11-30 01:48:30 | [diff] [blame] | 2016 | deps += [ "//third_party/fuchsia-sdk/sdk:zx" ] |
Kevin Marshall | 3caecccb7 | 2017-08-17 01:47:37 | [diff] [blame] | 2017 | } else if (is_posix) { |
| 2018 | sources += [ |
| 2019 | "child_process_launcher_helper_posix.cc", |
| 2020 | "child_process_launcher_helper_posix.h", |
brettw | 3c98c7d3 | 2017-07-25 01:44:20 | [diff] [blame] | 2021 | "posix_file_descriptor_info_impl.cc", |
| 2022 | "posix_file_descriptor_info_impl.h", |
morrita | d95714f | 2014-10-01 02:37:24 | [diff] [blame] | 2023 | ] |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 2024 | } |
| 2025 | |
Kevin Marshall | ed54239 | 2019-01-19 00:01:38 | [diff] [blame] | 2026 | if (!is_fuchsia) { |
| 2027 | # Fuchsia does not support DevTools front-end, so only only build DevTools |
| 2028 | # resources on other platforms. |
| 2029 | deps += [ "//content/browser/devtools:devtools_resources" ] |
| 2030 | } |
| 2031 | |
Lei Zhang | 48a4a526 | 2018-04-17 20:18:44 | [diff] [blame] | 2032 | if (enable_basic_printing) { |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2033 | deps += [ "//printing" ] |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 2034 | } |
| 2035 | |
Sidney San MartÃn | 9387b40 | 2018-06-08 18:13:26 | [diff] [blame] | 2036 | if (is_mac) { |
Mirko Bonadei | 2453769 | 2019-10-17 22:02:29 | [diff] [blame] | 2037 | libs += [ "AppKit.framework" ] |
Sidney San MartÃn | 9387b40 | 2018-06-08 18:13:26 | [diff] [blame] | 2038 | sources += [ |
Christopher Cameron | a5ff657 | 2019-05-07 01:41:27 | [diff] [blame] | 2039 | "../app_shim_remote_cocoa/web_contents_ns_view_bridge.h", |
| 2040 | "../app_shim_remote_cocoa/web_contents_ns_view_bridge.mm", |
Sidney San MartÃn | 9387b40 | 2018-06-08 18:13:26 | [diff] [blame] | 2041 | "gpu/ca_transaction_gpu_coordinator.cc", |
| 2042 | "gpu/ca_transaction_gpu_coordinator.h", |
Robert Sesek | 0694f7c | 2018-11-20 16:00:10 | [diff] [blame] | 2043 | "sandbox_support_mac_impl.h", |
| 2044 | "sandbox_support_mac_impl.mm", |
Sidney San MartÃn | 9387b40 | 2018-06-08 18:13:26 | [diff] [blame] | 2045 | ] |
Christopher Cameron | 099f9b8 | 2019-05-28 20:25:01 | [diff] [blame] | 2046 | deps += [ |
| 2047 | "//components/remote_cocoa/app_shim", |
| 2048 | "//components/remote_cocoa/browser", |
Christopher Cameron | 0f7b84ce | 2019-05-30 18:29:37 | [diff] [blame] | 2049 | "//components/remote_cocoa/common:mojo", |
Christopher Cameron | 099f9b8 | 2019-05-28 20:25:01 | [diff] [blame] | 2050 | "//ui/events:dom_keyboard_layout", |
| 2051 | ] |
Sidney San MartÃn | 9387b40 | 2018-06-08 18:13:26 | [diff] [blame] | 2052 | } |
| 2053 | |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 2054 | if (!is_mac) { |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2055 | deps += [ "//sandbox" ] |
| 2056 | } |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 2057 | if (!is_android) { |
mohsen | c8b9ca7e | 2017-02-14 05:39:41 | [diff] [blame] | 2058 | deps += [ |
Evan Stade | 619a89be | 2017-07-17 20:24:26 | [diff] [blame] | 2059 | "//components/vector_icons", |
mohsen | c8b9ca7e | 2017-02-14 05:39:41 | [diff] [blame] | 2060 | "//content/browser/tracing:resources", |
mohsen | c8b9ca7e | 2017-02-14 05:39:41 | [diff] [blame] | 2061 | ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2062 | } |
| 2063 | |
Yuri Wiitala | 5d58adb | 2018-01-18 23:44:05 | [diff] [blame] | 2064 | # Desktop/Window/WebContents screen capture implementations, conditionally |
| 2065 | # built depending on the available implementations for each platform. |
Robert Sesek | 3f789b50 | 2019-10-08 21:43:07 | [diff] [blame] | 2066 | if (enable_screen_capture && !is_android) { |
miu | 32fb899 | 2017-01-04 01:38:53 | [diff] [blame] | 2067 | sources += [ |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 2068 | "media/capture/desktop_capture_device.cc", |
| 2069 | "media/capture/desktop_capture_device.h", |
Yuri Wiitala | 5d58adb | 2018-01-18 23:44:05 | [diff] [blame] | 2070 | "media/capture/frame_sink_video_capture_device.cc", |
| 2071 | "media/capture/frame_sink_video_capture_device.h", |
Yuri Wiitala | 03ff689 | 2018-07-25 21:45:44 | [diff] [blame] | 2072 | "media/capture/mouse_cursor_overlay_controller.cc", |
| 2073 | "media/capture/mouse_cursor_overlay_controller.h", |
miu | 32fb899 | 2017-01-04 01:38:53 | [diff] [blame] | 2074 | "media/capture/web_contents_video_capture_device.cc", |
| 2075 | "media/capture/web_contents_video_capture_device.h", |
miu | 32fb899 | 2017-01-04 01:38:53 | [diff] [blame] | 2076 | ] |
Mirko Bonadei | cbc90fd0 | 2019-11-14 22:26:17 | [diff] [blame] | 2077 | deps += [ "//third_party/webrtc_overrides:webrtc_component" ] |
miu | 32fb899 | 2017-01-04 01:38:53 | [diff] [blame] | 2078 | if (use_aura) { |
| 2079 | sources += [ |
Yuri Wiitala | 45ed65e | 2018-05-18 22:39:51 | [diff] [blame] | 2080 | "media/capture/aura_window_video_capture_device.cc", |
| 2081 | "media/capture/aura_window_video_capture_device.h", |
Yuri Wiitala | 03ff689 | 2018-07-25 21:45:44 | [diff] [blame] | 2082 | "media/capture/mouse_cursor_overlay_controller_aura.cc", |
miu | 32fb899 | 2017-01-04 01:38:53 | [diff] [blame] | 2083 | ] |
| 2084 | } |
Yuri Wiitala | 45ed65e | 2018-05-18 22:39:51 | [diff] [blame] | 2085 | if (is_chromeos) { |
| 2086 | sources += [ |
Yuri Wiitala | c1ff2ed2 | 2018-08-01 20:09:23 | [diff] [blame] | 2087 | "media/capture/lame_capture_overlay_chromeos.cc", |
| 2088 | "media/capture/lame_capture_overlay_chromeos.h", |
Yuri Wiitala | 45ed65e | 2018-05-18 22:39:51 | [diff] [blame] | 2089 | "media/capture/lame_window_capturer_chromeos.cc", |
| 2090 | "media/capture/lame_window_capturer_chromeos.h", |
| 2091 | ] |
| 2092 | } |
miu | 32fb899 | 2017-01-04 01:38:53 | [diff] [blame] | 2093 | if (is_mac) { |
Yuri Wiitala | e11bd213 | 2018-08-07 02:31:39 | [diff] [blame] | 2094 | sources += [ "media/capture/mouse_cursor_overlay_controller_mac.mm" ] |
Ken Rockot | db79117e | 2018-01-17 20:36:08 | [diff] [blame] | 2095 | deps += [ |
| 2096 | "//sandbox/mac:seatbelt", |
| 2097 | "//sandbox/mac:seatbelt_extension", |
| 2098 | ] |
miu | 32fb899 | 2017-01-04 01:38:53 | [diff] [blame] | 2099 | } |
| 2100 | } |
| 2101 | |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2102 | if (is_win) { |
Sunggook Chue | 0644ab34 | 2020-01-07 18:32:56 | [diff] [blame] | 2103 | sources += [ |
| 2104 | "installedapp/installed_app_provider_impl_win.cc", |
| 2105 | "installedapp/installed_app_provider_impl_win.h", |
| 2106 | ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2107 | defines += [ |
| 2108 | # This prevents the inclusion of atlhost.h which paired |
| 2109 | # with the windows 8 sdk it does the wrong thing. |
| 2110 | "__ATLHOST_H__", |
| 2111 | ] |
| 2112 | deps += [ |
Dominik Röttsches | b0c64465 | 2019-01-09 15:18:37 | [diff] [blame] | 2113 | "//third_party/blink/public/common:font_unique_name_table_proto", |
[email protected] | bf94f9d | 2014-06-17 20:33:53 | [diff] [blame] | 2114 | "//third_party/iaccessible2", |
| 2115 | "//third_party/isimpledom", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2116 | ] |
| 2117 | libs += [ |
| 2118 | "comctl32.lib", |
| 2119 | "dinput8.lib", |
| 2120 | "dwmapi.lib", |
| 2121 | "dxguid.lib", |
jam | 6ce8049 | 2016-03-22 22:00:21 | [diff] [blame] | 2122 | "imm32.lib", |
brettw | 44a5cf8 | 2015-04-08 19:48:22 | [diff] [blame] | 2123 | "oleacc.lib", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2124 | "portabledeviceguids.lib", |
Rossen Atanassov | 0542b2b | 2019-02-08 05:31:08 | [diff] [blame] | 2125 | "uiautomationcore.lib", |
braveyao | ab81ed65 | 2018-10-03 17:37:51 | [diff] [blame] | 2126 | "wtsapi32.lib", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2127 | ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2128 | } |
| 2129 | |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2130 | if (use_udev) { |
mcasas | 9d206368 | 2016-02-11 22:12:39 | [diff] [blame] | 2131 | deps += [ |
| 2132 | "//device/udev_linux", |
mcasas | f261a50 | 2016-02-26 23:40:33 | [diff] [blame] | 2133 | "//media/capture", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2134 | ] |
| 2135 | } |
| 2136 | |
| 2137 | if (enable_plugins) { |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2138 | sources += [ |
| 2139 | "../public/browser/plugin_service.h", |
| 2140 | "media/session/pepper_playback_observer.cc", |
| 2141 | "media/session/pepper_playback_observer.h", |
| 2142 | "media/session/pepper_player_delegate.cc", |
| 2143 | "media/session/pepper_player_delegate.h", |
| 2144 | "pepper_flash_settings_helper_impl.cc", |
| 2145 | "pepper_flash_settings_helper_impl.h", |
| 2146 | "plugin_content_origin_whitelist.cc", |
| 2147 | "plugin_content_origin_whitelist.h", |
| 2148 | "plugin_data_remover_impl.cc", |
| 2149 | "plugin_data_remover_impl.h", |
Lei Zhang | d8c5318 | 2019-02-06 22:24:39 | [diff] [blame] | 2150 | "plugin_list.cc", |
| 2151 | "plugin_list.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2152 | "plugin_private_storage_helper.cc", |
| 2153 | "plugin_private_storage_helper.h", |
| 2154 | "plugin_service_impl.cc", |
| 2155 | "plugin_service_impl.h", |
| 2156 | "ppapi_plugin_process_host.cc", |
| 2157 | "ppapi_plugin_process_host.h", |
Robert Sesek | 4fed6f1e | 2019-10-15 23:31:01 | [diff] [blame] | 2158 | "ppapi_plugin_process_host_receiver_bindings.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2159 | "renderer_host/pepper/browser_ppapi_host_impl.cc", |
| 2160 | "renderer_host/pepper/browser_ppapi_host_impl.h", |
| 2161 | "renderer_host/pepper/content_browser_pepper_host_factory.cc", |
| 2162 | "renderer_host/pepper/content_browser_pepper_host_factory.h", |
| 2163 | "renderer_host/pepper/pepper_browser_font_singleton_host.cc", |
| 2164 | "renderer_host/pepper/pepper_browser_font_singleton_host.h", |
| 2165 | "renderer_host/pepper/pepper_external_file_ref_backend.cc", |
| 2166 | "renderer_host/pepper/pepper_external_file_ref_backend.h", |
| 2167 | "renderer_host/pepper/pepper_file_io_host.cc", |
| 2168 | "renderer_host/pepper/pepper_file_io_host.h", |
| 2169 | "renderer_host/pepper/pepper_file_ref_host.cc", |
| 2170 | "renderer_host/pepper/pepper_file_ref_host.h", |
| 2171 | "renderer_host/pepper/pepper_file_system_browser_host.cc", |
| 2172 | "renderer_host/pepper/pepper_file_system_browser_host.h", |
| 2173 | "renderer_host/pepper/pepper_flash_file_message_filter.cc", |
| 2174 | "renderer_host/pepper/pepper_flash_file_message_filter.h", |
| 2175 | "renderer_host/pepper/pepper_gamepad_host.cc", |
| 2176 | "renderer_host/pepper/pepper_gamepad_host.h", |
| 2177 | "renderer_host/pepper/pepper_host_resolver_message_filter.cc", |
| 2178 | "renderer_host/pepper/pepper_host_resolver_message_filter.h", |
| 2179 | "renderer_host/pepper/pepper_internal_file_ref_backend.cc", |
| 2180 | "renderer_host/pepper/pepper_internal_file_ref_backend.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2181 | "renderer_host/pepper/pepper_message_filter.cc", |
| 2182 | "renderer_host/pepper/pepper_message_filter.h", |
| 2183 | "renderer_host/pepper/pepper_network_monitor_host.cc", |
| 2184 | "renderer_host/pepper/pepper_network_monitor_host.h", |
| 2185 | "renderer_host/pepper/pepper_network_proxy_host.cc", |
| 2186 | "renderer_host/pepper/pepper_network_proxy_host.h", |
| 2187 | "renderer_host/pepper/pepper_print_settings_manager.cc", |
| 2188 | "renderer_host/pepper/pepper_print_settings_manager.h", |
| 2189 | "renderer_host/pepper/pepper_printing_host.cc", |
| 2190 | "renderer_host/pepper/pepper_printing_host.h", |
Matt Menke | 4dfa217 | 2018-08-02 15:27:47 | [diff] [blame] | 2191 | "renderer_host/pepper/pepper_proxy_lookup_helper.cc", |
| 2192 | "renderer_host/pepper/pepper_proxy_lookup_helper.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2193 | "renderer_host/pepper/pepper_renderer_connection.cc", |
| 2194 | "renderer_host/pepper/pepper_renderer_connection.h", |
| 2195 | "renderer_host/pepper/pepper_security_helper.cc", |
| 2196 | "renderer_host/pepper/pepper_security_helper.h", |
| 2197 | "renderer_host/pepper/pepper_socket_utils.cc", |
| 2198 | "renderer_host/pepper/pepper_socket_utils.h", |
| 2199 | "renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc", |
| 2200 | "renderer_host/pepper/pepper_tcp_server_socket_message_filter.h", |
| 2201 | "renderer_host/pepper/pepper_tcp_socket_message_filter.cc", |
| 2202 | "renderer_host/pepper/pepper_tcp_socket_message_filter.h", |
Bill Budge | d850caa | 2019-04-19 17:04:14 | [diff] [blame] | 2203 | "renderer_host/pepper/pepper_truetype_font.h", |
| 2204 | "renderer_host/pepper/pepper_truetype_font_host.cc", |
| 2205 | "renderer_host/pepper/pepper_truetype_font_host.h", |
| 2206 | "renderer_host/pepper/pepper_truetype_font_linux.cc", |
| 2207 | "renderer_host/pepper/pepper_truetype_font_list.h", |
| 2208 | "renderer_host/pepper/pepper_truetype_font_list_host.cc", |
| 2209 | "renderer_host/pepper/pepper_truetype_font_list_host.h", |
| 2210 | "renderer_host/pepper/pepper_truetype_font_list_mac.mm", |
| 2211 | "renderer_host/pepper/pepper_truetype_font_list_win.cc", |
| 2212 | "renderer_host/pepper/pepper_truetype_font_mac.mm", |
| 2213 | "renderer_host/pepper/pepper_truetype_font_win.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2214 | "renderer_host/pepper/pepper_udp_socket_message_filter.cc", |
| 2215 | "renderer_host/pepper/pepper_udp_socket_message_filter.h", |
| 2216 | "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.cc", |
| 2217 | "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.h", |
| 2218 | "renderer_host/pepper/quota_reservation.cc", |
| 2219 | "renderer_host/pepper/quota_reservation.h", |
Jeremy Roman | b702474 | 2018-06-18 22:00:22 | [diff] [blame] | 2220 | "renderer_host/plugin_registry_impl.cc", |
| 2221 | "renderer_host/plugin_registry_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2222 | ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2223 | deps += [ |
tmoniuszko | 6cddaa9 | 2015-06-10 07:51:34 | [diff] [blame] | 2224 | "//ppapi/host", |
scottmg | 3cab0ba | 2017-01-25 18:34:16 | [diff] [blame] | 2225 | "//ppapi/proxy:common", |
brettw | f7eb6ca | 2015-02-14 01:37:31 | [diff] [blame] | 2226 | "//ppapi/proxy:ipc", |
| 2227 | "//ppapi/shared_impl", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2228 | ] |
Bill Budge | d850caa | 2019-04-19 17:04:14 | [diff] [blame] | 2229 | if (use_ozone) { |
| 2230 | sources += [ "renderer_host/pepper/pepper_truetype_font_list_ozone.cc" ] |
Tom Anderson | c7dc655a | 2019-08-09 20:29:20 | [diff] [blame] | 2231 | } else if (use_pangocairo) { |
Bill Budge | d850caa | 2019-04-19 17:04:14 | [diff] [blame] | 2232 | sources += [ "renderer_host/pepper/pepper_truetype_font_list_pango.cc" ] |
| 2233 | } |
Lei Zhang | 0809cfd | 2018-07-10 18:05:41 | [diff] [blame] | 2234 | if (is_linux) { |
Dominik Röttsches | ac24004 | 2018-07-06 09:52:40 | [diff] [blame] | 2235 | deps += [ "//components/services/font:ppapi_fontconfig_matching" ] |
| 2236 | } |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2237 | } |
| 2238 | |
John Rummell | f0ab981 | 2017-10-11 20:00:49 | [diff] [blame] | 2239 | if (enable_library_cdms) { |
| 2240 | sources += [ |
John Rummell | aa05b9c | 2017-10-30 08:41:29 | [diff] [blame] | 2241 | "media/cdm_file_impl.cc", |
| 2242 | "media/cdm_file_impl.h", |
John Rummell | f0ab981 | 2017-10-11 20:00:49 | [diff] [blame] | 2243 | "media/cdm_storage_impl.cc", |
| 2244 | "media/cdm_storage_impl.h", |
John Rummell | f4b8cba | 2018-01-08 19:05:03 | [diff] [blame] | 2245 | "media/key_system_support_impl.cc", |
| 2246 | "media/key_system_support_impl.h", |
John Rummell | f0ab981 | 2017-10-11 20:00:49 | [diff] [blame] | 2247 | ] |
| 2248 | } |
| 2249 | |
shreeram.k | 792fba03 | 2015-07-20 11:43:37 | [diff] [blame] | 2250 | if (use_atk) { |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2251 | sources += [ |
Abigail Klein | aa89874 | 2019-11-01 02:31:25 | [diff] [blame] | 2252 | "accessibility/accessibility_event_recorder_auralinux.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2253 | "accessibility/accessibility_tree_formatter_auralinux.cc", |
Martin Robinson | 29792853 | 2018-09-07 18:11:18 | [diff] [blame] | 2254 | "accessibility/accessibility_tree_formatter_utils_auralinux.cc", |
| 2255 | "accessibility/accessibility_tree_formatter_utils_auralinux.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2256 | "accessibility/browser_accessibility_auralinux.cc", |
| 2257 | "accessibility/browser_accessibility_auralinux.h", |
| 2258 | "accessibility/browser_accessibility_manager_auralinux.cc", |
| 2259 | "accessibility/browser_accessibility_manager_auralinux.h", |
| 2260 | ] |
shreeram.k | 792fba03 | 2015-07-20 11:43:37 | [diff] [blame] | 2261 | |
Martin Robinson | 29792853 | 2018-09-07 18:11:18 | [diff] [blame] | 2262 | configs += [ |
| 2263 | "//build/config/linux/atk", |
Raphael Kubo da Costa | 32c051ee | 2018-11-30 23:10:19 | [diff] [blame] | 2264 | "//build/config/linux/atspi2", |
Martin Robinson | 29792853 | 2018-09-07 18:11:18 | [diff] [blame] | 2265 | ] |
mostynb | ebc6e12 | 2016-07-28 08:53:41 | [diff] [blame] | 2266 | |
mostynb | ebc6e12 | 2016-07-28 08:53:41 | [diff] [blame] | 2267 | if (use_glib) { |
| 2268 | configs += [ "//build/config/linux:glib" ] |
| 2269 | } |
shreeram.k | 792fba03 | 2015-07-20 11:43:37 | [diff] [blame] | 2270 | } |
| 2271 | |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2272 | if (is_linux && use_aura) { |
rch | fd3053f2 | 2017-06-08 22:34:15 | [diff] [blame] | 2273 | deps += [ "//third_party/fontconfig" ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2274 | } |
| 2275 | |
| 2276 | if (use_x11) { |
| 2277 | configs += [ "//build/config/linux:x11" ] |
erikchen | 17a922f | 2018-08-07 19:29:43 | [diff] [blame] | 2278 | deps += [ |
| 2279 | "//ui/events/platform/x11", |
| 2280 | "//ui/gfx/x", |
| 2281 | ] |
Tom Anderson | ff8d22e | 2020-01-30 03:19:16 | [diff] [blame] | 2282 | sources += [ |
| 2283 | "gpu/gpu_memory_buffer_manager_singleton_x11.cc", |
| 2284 | "gpu/gpu_memory_buffer_manager_singleton_x11.h", |
| 2285 | ] |
cmasone | db5203e | 2014-09-11 18:18:38 | [diff] [blame] | 2286 | } |
| 2287 | |
Nico Weber | 8e55956 | 2017-10-03 01:25:26 | [diff] [blame] | 2288 | if (use_pangocairo) { |
agrieve | 95ba444 | 2016-04-25 15:47:13 | [diff] [blame] | 2289 | configs += [ "//build/config/linux/pangocairo" ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2290 | } |
| 2291 | |
| 2292 | if (is_android) { |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2293 | sources += [ |
| 2294 | "accessibility/accessibility_tree_formatter_android.cc", |
| 2295 | "accessibility/browser_accessibility_android.cc", |
| 2296 | "accessibility/browser_accessibility_android.h", |
| 2297 | "accessibility/browser_accessibility_manager_android.cc", |
| 2298 | "accessibility/browser_accessibility_manager_android.h", |
Stephen McGruer | a73dfdb | 2018-11-14 18:19:47 | [diff] [blame] | 2299 | "accessibility/browser_accessibility_state_impl_android.cc", |
Jinsuk Kim | 9f0a3c4 | 2018-03-22 01:27:46 | [diff] [blame] | 2300 | "accessibility/captioning_controller.cc", |
| 2301 | "accessibility/captioning_controller.h", |
Jinsuk Kim | c6c1d15d | 2017-06-13 08:19:26 | [diff] [blame] | 2302 | "accessibility/web_contents_accessibility_android.cc", |
| 2303 | "accessibility/web_contents_accessibility_android.h", |
Jinsuk Kim | 5a3ae93c | 2018-04-25 21:49:06 | [diff] [blame] | 2304 | "android/content_ui_event_handler.cc", |
| 2305 | "android/content_ui_event_handler.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2306 | "android/content_view_statics.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2307 | "android/date_time_chooser_android.cc", |
| 2308 | "android/date_time_chooser_android.h", |
Jinsuk Kim | d1f444a | 2017-12-12 22:43:34 | [diff] [blame] | 2309 | "android/gesture_listener_manager.cc", |
| 2310 | "android/gesture_listener_manager.h", |
jinsukkim | 48f82db7 | 2017-04-05 04:10:26 | [diff] [blame] | 2311 | "android/ime_adapter_android.cc", |
| 2312 | "android/ime_adapter_android.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2313 | "android/java/gin_java_bound_object.cc", |
| 2314 | "android/java/gin_java_bound_object.h", |
| 2315 | "android/java/gin_java_bound_object_delegate.cc", |
| 2316 | "android/java/gin_java_bound_object_delegate.h", |
| 2317 | "android/java/gin_java_bridge_dispatcher_host.cc", |
| 2318 | "android/java/gin_java_bridge_dispatcher_host.h", |
| 2319 | "android/java/gin_java_bridge_message_filter.cc", |
| 2320 | "android/java/gin_java_bridge_message_filter.h", |
| 2321 | "android/java/gin_java_method_invocation_helper.cc", |
| 2322 | "android/java/gin_java_method_invocation_helper.h", |
| 2323 | "android/java/gin_java_script_to_java_types_coercion.cc", |
| 2324 | "android/java/gin_java_script_to_java_types_coercion.h", |
| 2325 | "android/java/java_bridge_thread.cc", |
| 2326 | "android/java/java_bridge_thread.h", |
| 2327 | "android/java/java_method.cc", |
| 2328 | "android/java/java_method.h", |
| 2329 | "android/java/java_type.cc", |
| 2330 | "android/java/java_type.h", |
Torne (Richard Coles) | 8571d251 | 2018-02-16 20:17:33 | [diff] [blame] | 2331 | "android/java/jni_reflect.cc", |
| 2332 | "android/java/jni_reflect.h", |
Jinsuk Kim | a6490f8 | 2018-01-02 02:16:14 | [diff] [blame] | 2333 | "android/javascript_injector.cc", |
| 2334 | "android/javascript_injector.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2335 | "android/load_url_params.cc", |
Arthur Sonzogni | 892217ca | 2019-01-17 10:27:08 | [diff] [blame] | 2336 | "android/navigation_handle_proxy.cc", |
| 2337 | "android/navigation_handle_proxy.h", |
blundell | f5316fc | 2017-05-15 11:49:03 | [diff] [blame] | 2338 | "android/nfc_host.cc", |
| 2339 | "android/nfc_host.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2340 | "android/overscroll_controller_android.cc", |
| 2341 | "android/overscroll_controller_android.h", |
jinsukkim | 7e37743 | 2017-04-18 08:52:52 | [diff] [blame] | 2342 | "android/render_widget_host_connector.cc", |
| 2343 | "android/render_widget_host_connector.h", |
Jinsuk Kim | 9b2be95 | 2018-03-02 05:43:04 | [diff] [blame] | 2344 | "android/select_popup.cc", |
| 2345 | "android/select_popup.h", |
Pedro Amaral | 54c9e08 | 2018-04-02 17:22:50 | [diff] [blame] | 2346 | "android/selection/composited_touch_handle_drawable.cc", |
| 2347 | "android/selection/composited_touch_handle_drawable.h", |
| 2348 | "android/selection/selection_popup_controller.cc", |
| 2349 | "android/selection/selection_popup_controller.h", |
| 2350 | "android/selection/smart_selection_client.cc", |
| 2351 | "android/selection/smart_selection_client.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2352 | "android/synchronous_compositor_host.cc", |
| 2353 | "android/synchronous_compositor_host.h", |
Dave Tapuska | 9ef7db8 | 2018-01-31 22:56:33 | [diff] [blame] | 2354 | "android/synchronous_compositor_sync_call_bridge.cc", |
| 2355 | "android/synchronous_compositor_sync_call_bridge.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2356 | "android/tracing_controller_android.cc", |
| 2357 | "android/tracing_controller_android.h", |
| 2358 | "android/web_contents_observer_proxy.cc", |
| 2359 | "android/web_contents_observer_proxy.h", |
Finnur Thorarinsson | d1e1e8d | 2019-01-22 10:56:35 | [diff] [blame] | 2360 | "contacts/contacts_provider_android.cc", |
| 2361 | "contacts/contacts_provider_android.h", |
kylechar | a744331 | 2019-10-17 14:41:21 | [diff] [blame] | 2362 | "devtools/devtools_frame_trace_recorder.cc", |
| 2363 | "devtools/devtools_frame_trace_recorder.h", |
Dominik Röttsches | 7e00fed9 | 2018-08-01 13:05:51 | [diff] [blame] | 2364 | "font_unique_name_lookup/font_unique_name_lookup.cc", |
| 2365 | "font_unique_name_lookup/font_unique_name_lookup.h", |
Dominik Röttsches | 541bea6 | 2018-08-02 09:42:07 | [diff] [blame] | 2366 | "font_unique_name_lookup/font_unique_name_lookup_service.cc", |
| 2367 | "font_unique_name_lookup/font_unique_name_lookup_service.h", |
rob.buis | 300b087 | 2017-03-10 20:43:58 | [diff] [blame] | 2368 | "frame_host/render_frame_host_android.cc", |
| 2369 | "frame_host/render_frame_host_android.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2370 | "media/capture/screen_capture_device_android.cc", |
| 2371 | "media/capture/screen_capture_device_android.h", |
Bo Liu | 49f304e | 2019-06-11 15:59:54 | [diff] [blame] | 2372 | "renderer_host/compositor_dependencies_android.cc", |
| 2373 | "renderer_host/compositor_dependencies_android.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2374 | "renderer_host/compositor_impl_android.cc", |
| 2375 | "renderer_host/compositor_impl_android.h", |
Xu Xing | 6eeb35a3 | 2018-08-25 00:24:14 | [diff] [blame] | 2376 | "renderer_host/delegated_frame_host_client_android.cc", |
| 2377 | "renderer_host/delegated_frame_host_client_android.h", |
Saman Sami | 7d53de12 | 2018-06-11 23:58:30 | [diff] [blame] | 2378 | "renderer_host/input/fling_scheduler_android.cc", |
| 2379 | "renderer_host/input/fling_scheduler_android.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2380 | "renderer_host/input/synthetic_gesture_target_android.cc", |
| 2381 | "renderer_host/input/synthetic_gesture_target_android.h", |
W. James MacLean | 12ba797 | 2017-07-08 01:58:26 | [diff] [blame] | 2382 | "renderer_host/input/touch_selection_controller_client_manager_android.cc", |
| 2383 | "renderer_host/input/touch_selection_controller_client_manager_android.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2384 | "renderer_host/native_web_keyboard_event_android.cc", |
| 2385 | "renderer_host/render_widget_host_view_android.cc", |
| 2386 | "renderer_host/render_widget_host_view_android.h", |
| 2387 | "screen_orientation/screen_orientation_delegate_android.cc", |
| 2388 | "screen_orientation/screen_orientation_delegate_android.h", |
Sam Goto | de626b6 | 2019-05-02 21:14:19 | [diff] [blame] | 2389 | "sms/sms_provider_android.cc", |
| 2390 | "sms/sms_provider_android.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2391 | "web_contents/web_contents_android.cc", |
| 2392 | "web_contents/web_contents_android.h", |
| 2393 | "web_contents/web_contents_view_android.cc", |
| 2394 | "web_contents/web_contents_view_android.h", |
| 2395 | ] |
bashi | 4159f36e | 2017-05-01 01:18:51 | [diff] [blame] | 2396 | |
Daniel Bratell | 5de17f6 | 2017-11-14 22:09:02 | [diff] [blame] | 2397 | jumbo_excluded_sources = [ |
Daniel Bratell | 26ebf15 | 2017-11-22 20:27:51 | [diff] [blame] | 2398 | # Files with kJavaLangClass and similar constants: |
| 2399 | # Bug https://crbug.com/787557. |
| 2400 | "android/java/java_method.cc", # and in gin_java_bound_object.cc. |
Daniel Bratell | 5de17f6 | 2017-11-14 22:09:02 | [diff] [blame] | 2401 | ] |
| 2402 | |
bashi | 4159f36e | 2017-05-01 01:18:51 | [diff] [blame] | 2403 | set_sources_assignment_filter([]) |
| 2404 | sources += [ |
Scott Haseley | 7a02fce | 2017-08-01 21:55:01 | [diff] [blame] | 2405 | "memory/swap_metrics_driver_impl_linux.cc", |
| 2406 | "memory/swap_metrics_driver_impl_linux.h", |
bashi | 4159f36e | 2017-05-01 01:18:51 | [diff] [blame] | 2407 | ] |
| 2408 | set_sources_assignment_filter(sources_assignment_filter) |
| 2409 | |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2410 | sources -= [ |
zqzhang | a2147f8 | 2016-10-18 22:53:26 | [diff] [blame] | 2411 | "media/session/audio_focus_delegate_default.cc", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2412 | "tracing/tracing_ui.cc", |
| 2413 | "tracing/tracing_ui.h", |
brettw | 24746e5 | 2016-12-07 04:26:17 | [diff] [blame] | 2414 | ] |
brettw | 24746e5 | 2016-12-07 04:26:17 | [diff] [blame] | 2415 | deps += [ |
Torne (Richard Coles) | 8571d251 | 2018-02-16 20:17:33 | [diff] [blame] | 2416 | ":reflection_jni_headers", |
Dominik Röttsches | 7e00fed9 | 2018-08-01 13:05:51 | [diff] [blame] | 2417 | "//build/config/freetype", |
brettw | 24746e5 | 2016-12-07 04:26:17 | [diff] [blame] | 2418 | "//content/public/android:jni", |
Jinsuk Kim | 7ff0db5c | 2018-05-16 03:03:05 | [diff] [blame] | 2419 | "//device/gamepad/public/mojom", |
Eric Karl | 0ec49506 | 2019-09-10 18:40:15 | [diff] [blame] | 2420 | "//gpu/command_buffer/service:gles2", |
brettw | 24746e5 | 2016-12-07 04:26:17 | [diff] [blame] | 2421 | "//media", |
| 2422 | "//media/capture/content/android", |
| 2423 | "//media/capture/video/android", |
Dominik Röttsches | 6116f296 | 2018-08-15 17:07:26 | [diff] [blame] | 2424 | "//third_party/blink/public/common:font_unique_name_table_proto", |
Dominik Röttsches | 7e00fed9 | 2018-08-01 13:05:51 | [diff] [blame] | 2425 | "//third_party/icu", |
Muyuan Li | 8b86c25 | 2018-05-08 22:17:25 | [diff] [blame] | 2426 | "//ui/accessibility:ax_assistant", |
| 2427 | "//ui/accessibility/mojom", |
brettw | 24746e5 | 2016-12-07 04:26:17 | [diff] [blame] | 2428 | "//ui/android", |
Eric Karl | 465a525 | 2018-01-10 21:16:27 | [diff] [blame] | 2429 | "//ui/compositor", |
Scott Violet | c33a6b52 | 2018-06-20 13:44:47 | [diff] [blame] | 2430 | "//ui/compositor/host", |
Michael Thiessen | c7572d6 | 2020-01-31 16:52:57 | [diff] [blame] | 2431 | "//url:gurl_android", |
Rouslan Solomakhin | 63cdb148 | 2019-09-30 21:53:14 | [diff] [blame] | 2432 | "//url:origin_android", |
brettw | 24746e5 | 2016-12-07 04:26:17 | [diff] [blame] | 2433 | ] |
Chris Blume | e4264428 | 2018-07-10 04:56:24 | [diff] [blame] | 2434 | if (enable_vulkan) { |
| 2435 | deps += [ "//gpu/vulkan/init" ] |
| 2436 | } |
Robert Sesek | 3f789b50 | 2019-10-08 21:43:07 | [diff] [blame] | 2437 | defines += [ "APPCACHE_USE_SIMPLE_CACHE" ] |
brettw | 24746e5 | 2016-12-07 04:26:17 | [diff] [blame] | 2438 | libs += [ "jnigraphics" ] |
| 2439 | } else { |
| 2440 | # Not Android. |
| 2441 | sources += [ |
Nina Satragno | 2719034 | 2019-05-29 19:24:45 | [diff] [blame] | 2442 | # The WebAuthn devtools protocol API is not supported in Android yet. |
| 2443 | "$target_gen_dir/devtools/protocol/web_authn.cc", |
| 2444 | "$target_gen_dir/devtools/protocol/web_authn.h", |
| 2445 | |
chenwilliam | e88d836 | 2017-03-21 02:34:30 | [diff] [blame] | 2446 | # Devtools frontend not included in Android |
| 2447 | "devtools/devtools_frontend_host_impl.cc", |
| 2448 | "devtools/devtools_frontend_host_impl.h", |
Nina Satragno | 2719034 | 2019-05-29 19:24:45 | [diff] [blame] | 2449 | "devtools/protocol/webauthn_handler.cc", |
| 2450 | "devtools/protocol/webauthn_handler.h", |
mcnee | 336ea2c | 2017-05-23 22:50:59 | [diff] [blame] | 2451 | "host_zoom_level_context.cc", |
| 2452 | "host_zoom_level_context.h", |
| 2453 | "host_zoom_map_impl.cc", |
| 2454 | "host_zoom_map_impl.h", |
chenwilliam | e88d836 | 2017-03-21 02:34:30 | [diff] [blame] | 2455 | |
Reilly Grant | f7bbee9 | 2019-02-06 22:58:32 | [diff] [blame] | 2456 | # The Serial API is not implemented on Android. |
| 2457 | "serial/serial_service.cc", |
| 2458 | "serial/serial_service.h", |
| 2459 | |
brettw | 24746e5 | 2016-12-07 04:26:17 | [diff] [blame] | 2460 | # Most speech code is non-Android. |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2461 | "speech/audio_buffer.cc", |
| 2462 | "speech/audio_buffer.h", |
| 2463 | "speech/audio_encoder.cc", |
| 2464 | "speech/audio_encoder.h", |
| 2465 | "speech/chunked_byte_buffer.cc", |
| 2466 | "speech/chunked_byte_buffer.h", |
| 2467 | "speech/endpointer/endpointer.cc", |
| 2468 | "speech/endpointer/endpointer.h", |
| 2469 | "speech/endpointer/energy_endpointer.cc", |
| 2470 | "speech/endpointer/energy_endpointer.h", |
| 2471 | "speech/endpointer/energy_endpointer_params.cc", |
| 2472 | "speech/endpointer/energy_endpointer_params.h", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2473 | "speech/speech_recognition_engine.cc", |
| 2474 | "speech/speech_recognition_engine.h", |
| 2475 | "speech/speech_recognizer_impl.cc", |
| 2476 | "speech/speech_recognizer_impl.h", |
Kim Paulhamus | fbe092bf | 2017-11-21 16:46:08 | [diff] [blame] | 2477 | |
| 2478 | # Most webauth code is non-Android |
Manas Verma | 9ba1369 | 2019-03-21 21:01:00 | [diff] [blame] | 2479 | "webauth/authenticator_common.cc", |
| 2480 | "webauth/authenticator_common.h", |
Nina Satragno | acf403f9 | 2019-05-23 17:16:52 | [diff] [blame] | 2481 | "webauth/authenticator_environment_impl.cc", |
| 2482 | "webauth/authenticator_environment_impl.h", |
Kim Paulhamus | fbe092bf | 2017-11-21 16:46:08 | [diff] [blame] | 2483 | "webauth/authenticator_impl.cc", |
| 2484 | "webauth/authenticator_impl.h", |
Ken Buchanan | 4a33ef0d | 2019-06-20 17:34:04 | [diff] [blame] | 2485 | "webauth/authenticator_mojom_traits.h", |
Balazs Engedy | 00c5cea | 2018-03-30 15:36:39 | [diff] [blame] | 2486 | "webauth/virtual_authenticator.cc", |
| 2487 | "webauth/virtual_authenticator.h", |
Ken Buchanan | 26fe082 | 2019-06-28 18:51:12 | [diff] [blame] | 2488 | "webauth/virtual_authenticator_mojom_traits.h", |
Nina Satragno | f3b63e7 | 2019-08-20 16:44:38 | [diff] [blame] | 2489 | "webauth/virtual_authenticator_request_delegate.cc", |
| 2490 | "webauth/virtual_authenticator_request_delegate.h", |
Balazs Engedy | 00c5cea | 2018-03-30 15:36:39 | [diff] [blame] | 2491 | "webauth/virtual_discovery.cc", |
| 2492 | "webauth/virtual_discovery.h", |
Nina Satragno | acf403f9 | 2019-05-23 17:16:52 | [diff] [blame] | 2493 | "webauth/virtual_fido_discovery_factory.cc", |
| 2494 | "webauth/virtual_fido_discovery_factory.h", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2495 | ] |
Sam Goto | de626b6 | 2019-05-02 21:14:19 | [diff] [blame] | 2496 | |
Kim Paulhamus | 35995bb6 | 2018-01-05 11:47:04 | [diff] [blame] | 2497 | deps += [ "//third_party/flac" ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2498 | } |
| 2499 | |
| 2500 | if (is_mac) { |
jiangj | 2bd42fd | 2015-04-18 13:29:06 | [diff] [blame] | 2501 | deps += [ |
rsesek | 02aa51c | 2016-05-11 02:13:57 | [diff] [blame] | 2502 | "//media", |
jiangj | 2bd42fd | 2015-04-18 13:29:06 | [diff] [blame] | 2503 | "//third_party/mozilla", |
jiangj | 2bd42fd | 2015-04-18 13:29:06 | [diff] [blame] | 2504 | "//ui/accelerated_widget_mac", |
| 2505 | ] |
rsesek | 02aa51c | 2016-05-11 02:13:57 | [diff] [blame] | 2506 | libs += [ |
| 2507 | "Carbon.framework", |
| 2508 | "QuartzCore.framework", |
| 2509 | "IOSurface.framework", |
| 2510 | ] |
Christopher Cameron | 6a1e0347 | 2018-03-19 21:04:27 | [diff] [blame] | 2511 | sources += [ |
Christopher Cameron | a5ff657 | 2019-05-07 01:41:27 | [diff] [blame] | 2512 | "../app_shim_remote_cocoa/ns_view_bridge_factory_impl.mm", |
| 2513 | "../app_shim_remote_cocoa/popup_window_mac.h", |
| 2514 | "../app_shim_remote_cocoa/popup_window_mac.mm", |
Christopher Cameron | 10085333 | 2019-05-31 23:23:20 | [diff] [blame] | 2515 | "../app_shim_remote_cocoa/render_widget_host_ns_view_bridge.h", |
| 2516 | "../app_shim_remote_cocoa/render_widget_host_ns_view_bridge.mm", |
| 2517 | "../app_shim_remote_cocoa/render_widget_host_ns_view_host_helper.h", |
Christopher Cameron | a5ff657 | 2019-05-07 01:41:27 | [diff] [blame] | 2518 | "../app_shim_remote_cocoa/render_widget_host_view_cocoa.h", |
| 2519 | "../app_shim_remote_cocoa/render_widget_host_view_cocoa.mm", |
| 2520 | "../app_shim_remote_cocoa/web_contents_view_cocoa.h", |
| 2521 | "../app_shim_remote_cocoa/web_contents_view_cocoa.mm", |
Christopher Cameron | 6a1e0347 | 2018-03-19 21:04:27 | [diff] [blame] | 2522 | ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2523 | } |
| 2524 | |
| 2525 | if (is_chromeos) { |
Wei Lee | 0cdabc9 | 2019-04-23 04:06:19 | [diff] [blame] | 2526 | sources += [ |
| 2527 | "gpu/chromeos/delegate_to_browser_gpu_service_accelerator_factory.cc", |
| 2528 | "gpu/chromeos/video_capture_dependencies.cc", |
| 2529 | "gpu/chromeos/video_capture_dependencies.h", |
| 2530 | ] |
| 2531 | |
mukai | 2dc70ed3 | 2014-10-29 01:01:43 | [diff] [blame] | 2532 | deps += [ |
wutao | 18826b8 | 2018-08-24 22:37:20 | [diff] [blame] | 2533 | "//chromeos/assistant:buildflags", |
Steven Bennetts | fbcd25f | 2019-01-09 17:22:09 | [diff] [blame] | 2534 | "//chromeos/audio", |
Steven Bennetts | 37852ef | 2019-03-06 00:32:23 | [diff] [blame] | 2535 | "//chromeos/constants", |
Steven Bennetts | a992e43 | 2019-01-11 00:21:12 | [diff] [blame] | 2536 | "//chromeos/dbus", |
Steven Bennetts | c1f0ff9 | 2019-04-08 19:04:00 | [diff] [blame] | 2537 | "//chromeos/dbus/power", |
| 2538 | "//chromeos/dbus/power:power_manager_proto", |
Steven Bennetts | 8e97939f | 2019-01-11 16:11:31 | [diff] [blame] | 2539 | "//chromeos/network", |
Jonghyun Ahn | f0d7010 | 2019-08-21 22:02:15 | [diff] [blame] | 2540 | "//chromeos/system", |
braveyao | ab81ed65 | 2018-10-03 17:37:51 | [diff] [blame] | 2541 | "//components/session_manager/core", |
mukai | 2dc70ed3 | 2014-10-29 01:01:43 | [diff] [blame] | 2542 | ] |
Aaron Leventhal | 81ce2bd7 | 2019-07-31 22:51:01 | [diff] [blame] | 2543 | } else { |
| 2544 | sources += [ |
| 2545 | # ChromeOS accessibility metrics provider is in chromeos_metrics_provider. |
| 2546 | "accessibility/accessibility_metrics_provider.cc", |
| 2547 | "accessibility/accessibility_metrics_provider.h", |
| 2548 | ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2549 | } |
| 2550 | |
| 2551 | if (use_aura) { |
| 2552 | deps += [ |
| 2553 | "//ui/aura", |
mohsen | 166a918 | 2015-02-09 18:19:09 | [diff] [blame] | 2554 | "//ui/aura_extra", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2555 | "//ui/strings", |
James Robinson | 060f2e3 | 2014-09-10 22:31:37 | [diff] [blame] | 2556 | "//ui/wm", |
Thiago Farina | 3b086a0 | 2017-05-30 22:32:50 | [diff] [blame] | 2557 | "//ui/wm/public", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2558 | ] |
rjkroege | c109de61 | 2015-11-19 01:40:47 | [diff] [blame] | 2559 | sources += [ |
sky | 52a39e34 | 2016-12-17 17:23:22 | [diff] [blame] | 2560 | "renderer_host/delegated_frame_host_client_aura.cc", |
| 2561 | "renderer_host/delegated_frame_host_client_aura.h", |
jonross | 2843ae36 | 2016-10-21 16:48:23 | [diff] [blame] | 2562 | "renderer_host/render_widget_host_view_event_handler.cc", |
| 2563 | "renderer_host/render_widget_host_view_event_handler.h", |
rjkroege | c109de61 | 2015-11-19 01:40:47 | [diff] [blame] | 2564 | ] |
Michael Spang | 539c6f3 | 2019-04-03 19:08:52 | [diff] [blame] | 2565 | |
| 2566 | if (is_linux && !is_chromeos) { |
| 2567 | deps += [ "//ui/base/ime/linux" ] |
| 2568 | } |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2569 | } else { # Not aura. |
| 2570 | sources -= [ |
Elly Fong-Jones | 6fdc90ed | 2019-02-19 20:18:27 | [diff] [blame] | 2571 | "media/desktop_media_window_registry_aura.cc", |
[email protected] | c528d87 | 2014-06-27 03:17:16 | [diff] [blame] | 2572 | "renderer_host/input/synthetic_gesture_target_aura.cc", |
| 2573 | "renderer_host/input/synthetic_gesture_target_aura.h", |
mohsen | b0eeba7 | 2015-08-09 06:20:08 | [diff] [blame] | 2574 | "renderer_host/input/touch_selection_controller_client_aura.cc", |
| 2575 | "renderer_host/input/touch_selection_controller_client_aura.h", |
[email protected] | c528d87 | 2014-06-27 03:17:16 | [diff] [blame] | 2576 | "renderer_host/native_web_keyboard_event_aura.cc", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2577 | "renderer_host/render_widget_host_view_aura.cc", |
| 2578 | "renderer_host/render_widget_host_view_aura.h", |
[email protected] | c528d87 | 2014-06-27 03:17:16 | [diff] [blame] | 2579 | "web_contents/aura/gesture_nav_simple.cc", |
| 2580 | "web_contents/aura/gesture_nav_simple.h", |
[email protected] | c528d87 | 2014-06-27 03:17:16 | [diff] [blame] | 2581 | "web_contents/web_contents_view_aura.cc", |
| 2582 | "web_contents/web_contents_view_aura.h", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2583 | ] |
| 2584 | } |
| 2585 | |
| 2586 | if (use_aura || is_mac) { |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2587 | sources += [ |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2588 | "compositor/image_transport_factory.cc", |
| 2589 | "compositor/image_transport_factory.h", |
kylechar | 150e09e1 | 2017-10-19 13:57:52 | [diff] [blame] | 2590 | "compositor/viz_process_transport_factory.cc", |
| 2591 | "compositor/viz_process_transport_factory.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2592 | "context_factory.cc", |
| 2593 | "renderer_host/browser_compositor_view_mac.h", |
| 2594 | "renderer_host/browser_compositor_view_mac.mm", |
| 2595 | "renderer_host/delegated_frame_host.cc", |
| 2596 | "renderer_host/delegated_frame_host.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 2597 | ] |
samans | 72b2a28 | 2016-12-17 02:44:15 | [diff] [blame] | 2598 | deps += [ |
kylechar | 2a25e77 | 2020-01-14 20:23:32 | [diff] [blame] | 2599 | "//components/viz/service/main", |
samans | 72b2a28 | 2016-12-17 02:44:15 | [diff] [blame] | 2600 | "//ui/compositor", |
Scott Violet | c33a6b52 | 2018-06-20 13:44:47 | [diff] [blame] | 2601 | "//ui/compositor/host", |
samans | 72b2a28 | 2016-12-17 02:44:15 | [diff] [blame] | 2602 | ] |
[email protected] | 604b127 | 2014-07-24 11:27:53 | [diff] [blame] | 2603 | } |
| 2604 | |
cmasone | db5203e | 2014-09-11 18:18:38 | [diff] [blame] | 2605 | if (is_linux && use_dbus) { |
ppi | 2438a3e | 2014-10-28 21:55:10 | [diff] [blame] | 2606 | deps += [ "//dbus" ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 2607 | } |
cjhopman | 2fd48fd | 2014-09-24 00:52:56 | [diff] [blame] | 2608 | |
jbroman | 79c079be | 2016-04-20 00:17:27 | [diff] [blame] | 2609 | if (use_ozone) { |
| 2610 | deps += [ "//ui/ozone" ] |
| 2611 | } |
piman | a333e3d | 2016-04-27 02:37:25 | [diff] [blame] | 2612 | |
ochang | dd89a1e | 2016-06-08 16:39:01 | [diff] [blame] | 2613 | if (enable_ipc_fuzzer) { |
| 2614 | configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ] |
| 2615 | } |
kojii | 30add38f | 2016-07-14 02:10:32 | [diff] [blame] | 2616 | |
| 2617 | if (use_minikin_hyphenation) { |
| 2618 | sources += [ |
| 2619 | "hyphenation/hyphenation_impl.cc", |
| 2620 | "hyphenation/hyphenation_impl.h", |
| 2621 | ] |
kojii | 30add38f | 2016-07-14 02:10:32 | [diff] [blame] | 2622 | } |
Tom Sepez | 006b815 | 2018-01-17 20:45:01 | [diff] [blame] | 2623 | |
Julia Tuttle | f9602834 | 2018-01-29 23:28:52 | [diff] [blame] | 2624 | if (enable_reporting) { |
| 2625 | sources += [ |
| 2626 | "net/reporting_service_proxy.cc", |
| 2627 | "net/reporting_service_proxy.h", |
| 2628 | ] |
| 2629 | } |
Sean Gilhuly | da1ee4b | 2018-11-13 21:56:09 | [diff] [blame] | 2630 | |
| 2631 | if (use_viz_devtools) { |
| 2632 | sources += [ |
| 2633 | "gpu/viz_devtools_connector.cc", |
| 2634 | "gpu/viz_devtools_connector.h", |
| 2635 | ] |
Sean Gilhuly | da1ee4b | 2018-11-13 21:56:09 | [diff] [blame] | 2636 | } |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 2637 | } |
ben | 66696d1 | 2016-03-08 17:48:00 | [diff] [blame] | 2638 | |
Scott Violet | c78fef73 | 2018-03-06 17:42:53 | [diff] [blame] | 2639 | buildflag_header("accessibility_buildflags") { |
| 2640 | header = "accessibility_buildflags.h" |
Tim Brown | 07e062e8 | 2017-06-26 19:38:03 | [diff] [blame] | 2641 | header_dir = "content/browser/accessibility" |
| 2642 | flags = [ "USE_ATK=$use_atk" ] |
| 2643 | } |
| 2644 | |
Torne (Richard Coles) | 8571d251 | 2018-02-16 20:17:33 | [diff] [blame] | 2645 | if (is_android) { |
| 2646 | generate_jar_jni("reflection_jni_headers") { |
Torne (Richard Coles) | 8571d251 | 2018-02-16 20:17:33 | [diff] [blame] | 2647 | classes = [ |
| 2648 | "java/lang/Class.class", |
| 2649 | "java/lang/Object.class", |
| 2650 | "java/lang/reflect/AccessibleObject.class", |
| 2651 | "java/lang/reflect/Method.class", |
| 2652 | "java/lang/reflect/Modifier.class", |
| 2653 | ] |
| 2654 | } |
| 2655 | } |
| 2656 | |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 2657 | # See comment at the top of //content/BUILD.gn for how this works. |
| 2658 | group("for_content_tests") { |
Eric Karl | becbb3c9 | 2018-08-15 20:18:32 | [diff] [blame] | 2659 | visibility = [ |
| 2660 | "//content/test/*", |
| 2661 | "//content/public/test/*", |
| 2662 | ] |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 2663 | if (!is_component_build) { |
Evan Stade | 61ccab7 | 2020-01-17 20:17:51 | [diff] [blame] | 2664 | public_deps = [ ":browser" ] |
jam | 447407fb | 2016-05-06 17:57:40 | [diff] [blame] | 2665 | } else { |
Evan Stade | 61ccab7 | 2020-01-17 20:17:51 | [diff] [blame] | 2666 | public_deps = [ "//third_party/leveldatabase" ] |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 2667 | } |
| 2668 | } |
Manas Verma | 77aeb178 | 2019-05-13 20:40:52 | [diff] [blame] | 2669 | |
| 2670 | # Meant for internal components to facilitate WebAuthn. |
| 2671 | group("for_internal_webauthn") { |
| 2672 | visibility = [ "//components/autofill/content/browser/webauthn" ] |
| 2673 | if (!is_component_build) { |
Evan Stade | 61ccab7 | 2020-01-17 20:17:51 | [diff] [blame] | 2674 | public_deps = [ ":browser" ] |
Manas Verma | 77aeb178 | 2019-05-13 20:40:52 | [diff] [blame] | 2675 | } |
| 2676 | } |