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