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