[email protected] | 77ce802 | 2014-06-16 19:29:56 | [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 | |
Brian Geffon | c3bdd6d | 2019-08-21 22:48:31 | [diff] [blame] | 5 | import("//base/allocator/allocator.gni") |
Tommy Steimel | 4c18d3a | 2019-11-20 19:18:36 | [diff] [blame] | 6 | import("//build/buildflag_header.gni") |
ckitagawa | 8dad53d | 2020-01-07 16:03:35 | [diff] [blame] | 7 | import("//build/config/buildflags_paint_preview.gni") |
brettw | 2b2364b | 2015-05-01 22:36:23 | [diff] [blame] | 8 | import("//build/config/chrome_build.gni") |
Sebastien Marchand | 96581ee | 2020-04-21 22:34:14 | [diff] [blame] | 9 | import("//build/config/compiler/pgo/pgo.gni") |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 10 | import("//build/config/crypto.gni") |
| 11 | import("//build/config/features.gni") |
Maksim Sisov | b9326d9c | 2019-05-08 07:48:57 | [diff] [blame] | 12 | import("//build/config/linux/gtk/gtk.gni") |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 13 | import("//build/config/ui.gni") |
Tommy Steimel | 4c18d3a | 2019-11-20 19:18:36 | [diff] [blame] | 14 | import("//chrome/browser/buildflags.gni") |
Yann Dago | 78100ea | 2020-02-04 17:46:34 | [diff] [blame] | 15 | import("//chrome/browser/downgrade/buildflags.gni") |
brettw | 06c2ba3 | 2015-11-26 09:21:25 | [diff] [blame] | 16 | import("//chrome/common/features.gni") |
Colin Blundell | 7cf3fe3 | 2020-01-23 09:52:49 | [diff] [blame] | 17 | import("//components/captive_portal/core/features.gni") |
Bettina Dea | f3dac20 | 2017-09-16 20:53:22 | [diff] [blame] | 18 | import("//components/feature_engagement/features.gni") |
Sky Malice | b00c5d89 | 2018-05-02 19:11:13 | [diff] [blame] | 19 | import("//components/feed/features.gni") |
Dirk Pranke | ccc0c36 | 2017-09-28 22:15:11 | [diff] [blame] | 20 | import("//components/nacl/features.gni") |
Scott Violet | 9ae8289 | 2018-03-01 18:38:12 | [diff] [blame] | 21 | import("//components/offline_pages/buildflags/features.gni") |
raphael.kubo.da.costa | c4e3e52dff | 2016-08-16 15:26:48 | [diff] [blame] | 22 | import("//components/os_crypt/features.gni") |
droger | fc443126 | 2017-06-22 13:58:19 | [diff] [blame] | 23 | import("//components/signin/features.gni") |
brettw | 41446f6 | 2016-11-14 23:23:23 | [diff] [blame] | 24 | import("//components/spellcheck/spellcheck_build_features.gni") |
Scott Violet | c8240b0 | 2018-03-08 22:03:59 | [diff] [blame] | 25 | import("//device/vr/buildflags/buildflags.gni") |
| 26 | import("//extensions/buildflags/buildflags.gni") |
brettw | 5224a18 | 2016-10-28 22:13:02 | [diff] [blame] | 27 | import("//net/features.gni") |
Lei Zhang | fc8ec94 | 2018-11-17 02:53:36 | [diff] [blame] | 28 | import("//pdf/features.gni") |
Scott Violet | 02e38b9 | 2018-03-27 23:42:14 | [diff] [blame] | 29 | import("//ppapi/buildflags/buildflags.gni") |
Scott Violet | 318a55f | 2018-03-30 19:08:19 | [diff] [blame] | 30 | import("//printing/buildflags/buildflags.gni") |
Scott Violet | a5f7ba1 | 2018-04-02 22:03:40 | [diff] [blame] | 31 | import("//rlz/buildflags/buildflags.gni") |
rsesek | 7b1273af0 | 2016-12-06 20:55:47 | [diff] [blame] | 32 | import("//sandbox/features.gni") |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 33 | import("//third_party/protobuf/proto_library.gni") |
Tomas Popela | 253a583 | 2019-01-14 17:22:10 | [diff] [blame] | 34 | import("//third_party/webrtc/webrtc.gni") |
Xiaohan Wang | f170c73 | 2018-09-27 05:45:26 | [diff] [blame] | 35 | import("//third_party/widevine/cdm/widevine.gni") |
tapted | c604523 | 2016-11-30 10:42:07 | [diff] [blame] | 36 | import("//ui/base/ui_features.gni") |
scottmg | a266f95 | 2014-12-03 20:47:10 | [diff] [blame] | 37 | |
James Robinson | 2ed4d69 | 2014-09-17 05:20:58 | [diff] [blame] | 38 | # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
| 39 | # produces a conflict for the "grit" template so we have to only include one. |
| 40 | if (is_android) { |
| 41 | import("//build/config/android/rules.gni") |
Samuel Huang | 0a25657 | 2019-08-29 16:48:42 | [diff] [blame] | 42 | import("//chrome/android/features/dev_ui/dev_ui_module.gni") |
James Robinson | 2ed4d69 | 2014-09-17 05:20:58 | [diff] [blame] | 43 | } else { |
| 44 | import("//tools/grit/grit_rule.gni") |
| 45 | } |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 46 | |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 47 | additional_modules_list_file = |
| 48 | "$root_gen_dir/chrome/browser/internal/additional_modules_list.txt" |
| 49 | |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 50 | if (is_win) { |
| 51 | # This is in a separate config so the flags can be applied to dependents. |
| 52 | # ldflags in GN aren't automatically inherited. |
| 53 | config("browser_win_linker_flags") { |
| 54 | libs = [ |
| 55 | "credui.lib", |
jam | 66e4b2b | 2016-04-01 15:09:09 | [diff] [blame] | 56 | "cryptui.lib", |
| 57 | "dwmapi.lib", |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 58 | "netapi32.lib", |
Nico Weber | 2d5aa49bc | 2020-01-28 20:59:42 | [diff] [blame] | 59 | "ndfapi.lib", # For browser/net/net_error_diagnostics_dialog_win.h |
| 60 | "pdh.lib", # For browser/private_working_set_snapshot.h |
| 61 | "wbemuuid.lib", # For browser/metrics/antivirus_metrics_provider_win.cc |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 62 | ] |
manzagop | 74808fc | 2016-05-13 20:44:39 | [diff] [blame] | 63 | ldflags = [ |
| 64 | "/DELAYLOAD:ndfapi.dll", |
| 65 | "/DELAYLOAD:pdh.dll", # The task manager is rarely used. |
| 66 | ] |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 67 | } |
| 68 | } |
| 69 | |
Tommy Steimel | 4c18d3a | 2019-11-20 19:18:36 | [diff] [blame] | 70 | buildflag_header("buildflags") { |
| 71 | header = "buildflags.h" |
Sebastien Marchand | 96581ee | 2020-04-21 22:34:14 | [diff] [blame] | 72 | flags = [ |
| 73 | "CLANG_PGO=$chrome_pgo_phase", |
| 74 | "ENABLE_KALEIDOSCOPE=$enable_kaleidoscope", |
| 75 | ] |
Tommy Steimel | 4c18d3a | 2019-11-20 19:18:36 | [diff] [blame] | 76 | } |
| 77 | |
Ramya Nagarajan | 90f3b266 | 2018-05-25 15:21:20 | [diff] [blame] | 78 | # This proto library is used for non-android NTPs below. |
| 79 | proto_library("ntp_background_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 80 | sources = [ "search/background/ntp_background.proto" ] |
Ramya Nagarajan | 90f3b266 | 2018-05-25 15:21:20 | [diff] [blame] | 81 | generate_python = false |
| 82 | } |
| 83 | |
brettw | 022f8f3 | 2016-06-14 01:22:39 | [diff] [blame] | 84 | # Use a static library here because many test binaries depend on this but don't |
brettw | f760b44 | 2016-06-29 18:57:28 | [diff] [blame] | 85 | # require many files from it. This makes linking more efficient. |
Lei Zhang | faf6b77 | 2020-05-11 19:05:47 | [diff] [blame] | 86 | static_library("browser") { |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 87 | sources = [ |
| 88 | "about_flags.cc", |
| 89 | "about_flags.h", |
Dominic Mazzoni | 21fb028 | 2019-02-13 18:32:47 | [diff] [blame] | 90 | "accessibility/accessibility_labels_service.cc", |
| 91 | "accessibility/accessibility_labels_service.h", |
| 92 | "accessibility/accessibility_labels_service_factory.cc", |
| 93 | "accessibility/accessibility_labels_service_factory.h", |
Dominic Mazzoni | 7b82a6d | 2017-08-30 04:52:26 | [diff] [blame] | 94 | "accessibility/accessibility_permission_context.cc", |
| 95 | "accessibility/accessibility_permission_context.h", |
Katie D | 62c2b9ad | 2019-01-15 03:34:11 | [diff] [blame] | 96 | "accessibility/accessibility_state_utils.cc", |
| 97 | "accessibility/accessibility_state_utils.h", |
James Wallace-Lee | eafc94cb9 | 2018-07-23 21:35:09 | [diff] [blame] | 98 | "accessibility/accessibility_ui.cc", |
| 99 | "accessibility/accessibility_ui.h", |
Abigail Klein | a81f2e2 | 2020-05-04 14:32:41 | [diff] [blame] | 100 | "accessibility/caption_util.cc", |
| 101 | "accessibility/caption_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 102 | "after_startup_task_utils.cc", |
| 103 | "after_startup_task_utils.h", |
| 104 | "app_controller_mac.h", |
| 105 | "app_controller_mac.mm", |
| 106 | "app_mode/app_mode_utils.cc", |
| 107 | "app_mode/app_mode_utils.h", |
[email protected] | 98820ac7 | 2019-01-24 19:47:16 | [diff] [blame] | 108 | "apps/user_type_filter.cc", |
| 109 | "apps/user_type_filter.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 110 | "assist_ranker/assist_ranker_service_factory.cc", |
| 111 | "assist_ranker/assist_ranker_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 112 | "autocomplete/autocomplete_classifier_factory.cc", |
| 113 | "autocomplete/autocomplete_classifier_factory.h", |
| 114 | "autocomplete/chrome_autocomplete_provider_client.cc", |
| 115 | "autocomplete/chrome_autocomplete_provider_client.h", |
| 116 | "autocomplete/chrome_autocomplete_scheme_classifier.cc", |
| 117 | "autocomplete/chrome_autocomplete_scheme_classifier.h", |
Travis Skare | 13393cb | 2018-07-19 02:47:56 | [diff] [blame] | 118 | "autocomplete/document_suggestions_service_factory.cc", |
| 119 | "autocomplete/document_suggestions_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 120 | "autocomplete/in_memory_url_index_factory.cc", |
| 121 | "autocomplete/in_memory_url_index_factory.h", |
Tommy C. Li | 06ec26a | 2019-06-10 18:01:42 | [diff] [blame] | 122 | "autocomplete/remote_suggestions_service_factory.cc", |
| 123 | "autocomplete/remote_suggestions_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 124 | "autocomplete/shortcuts_backend_factory.cc", |
| 125 | "autocomplete/shortcuts_backend_factory.h", |
Mathieu Perreault | 21c822a | 2017-10-24 20:13:03 | [diff] [blame] | 126 | "autofill/address_normalizer_factory.cc", |
| 127 | "autofill/address_normalizer_factory.h", |
Sebastien Lalancette | ecaff4dd | 2018-12-17 22:38:06 | [diff] [blame] | 128 | "autofill/autocomplete_history_manager_factory.cc", |
| 129 | "autofill/autocomplete_history_manager_factory.h", |
Anne Lim | 13e1d465 | 2019-08-20 17:36:41 | [diff] [blame] | 130 | "autofill/autofill_gstatic_reader.cc", |
| 131 | "autofill/autofill_gstatic_reader.h", |
Parastoo Geranmayeh | 7352302 | 2018-10-02 01:43:59 | [diff] [blame] | 132 | "autofill/autofill_profile_validator_factory.cc", |
| 133 | "autofill/autofill_profile_validator_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 134 | "autofill/personal_data_manager_factory.cc", |
| 135 | "autofill/personal_data_manager_factory.h", |
| 136 | "autofill/risk_util.cc", |
| 137 | "autofill/risk_util.h", |
Anne Lim | 6cc36db | 2018-12-18 15:52:31 | [diff] [blame] | 138 | "autofill/strike_database_factory.cc", |
| 139 | "autofill/strike_database_factory.h", |
sebsg | be92902 | 2016-10-05 15:04:14 | [diff] [blame] | 140 | "autofill/validation_rules_storage_factory.cc", |
| 141 | "autofill/validation_rules_storage_factory.h", |
Robert Ogden | 8e7116ea | 2019-07-25 18:54:08 | [diff] [blame] | 142 | "availability/availability_prober.cc", |
| 143 | "availability/availability_prober.h", |
Dan Elphick | 97521318 | 2017-09-22 10:37:47 | [diff] [blame] | 144 | "background_fetch/background_fetch_delegate_factory.cc", |
| 145 | "background_fetch/background_fetch_delegate_factory.h", |
| 146 | "background_fetch/background_fetch_delegate_impl.cc", |
| 147 | "background_fetch/background_fetch_delegate_impl.h", |
Dan Elphick | 906e137 | 2017-09-29 00:36:49 | [diff] [blame] | 148 | "background_fetch/background_fetch_download_client.cc", |
| 149 | "background_fetch/background_fetch_download_client.h", |
Mugdha Lakhani | 7895d36 | 2018-10-05 18:35:38 | [diff] [blame] | 150 | "background_fetch/background_fetch_permission_context.cc", |
| 151 | "background_fetch/background_fetch_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 152 | "background_sync/background_sync_controller_factory.cc", |
| 153 | "background_sync/background_sync_controller_factory.h", |
| 154 | "background_sync/background_sync_controller_impl.cc", |
| 155 | "background_sync/background_sync_controller_impl.h", |
Rayan Kanso | ad6f06f | 2019-04-16 19:47:13 | [diff] [blame] | 156 | "background_sync/background_sync_metrics.cc", |
| 157 | "background_sync/background_sync_metrics.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 158 | "background_sync/background_sync_permission_context.cc", |
| 159 | "background_sync/background_sync_permission_context.h", |
Mugdha Lakhani | 4ed3c29 | 2019-05-02 11:41:44 | [diff] [blame] | 160 | "background_sync/periodic_background_sync_permission_context.cc", |
| 161 | "background_sync/periodic_background_sync_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 162 | "bad_message.cc", |
| 163 | "bad_message.h", |
| 164 | "banners/app_banner_manager.cc", |
| 165 | "banners/app_banner_manager.h", |
| 166 | "banners/app_banner_metrics.cc", |
| 167 | "banners/app_banner_metrics.h", |
| 168 | "banners/app_banner_settings_helper.cc", |
| 169 | "banners/app_banner_settings_helper.h", |
Ryan Sturm | f0ad429 | 2019-05-10 00:51:10 | [diff] [blame] | 170 | "battery/battery_metrics.cc", |
| 171 | "battery/battery_metrics.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 172 | "bitmap_fetcher/bitmap_fetcher.cc", |
| 173 | "bitmap_fetcher/bitmap_fetcher.h", |
| 174 | "bitmap_fetcher/bitmap_fetcher_delegate.h", |
| 175 | "bitmap_fetcher/bitmap_fetcher_service.cc", |
| 176 | "bitmap_fetcher/bitmap_fetcher_service.h", |
| 177 | "bitmap_fetcher/bitmap_fetcher_service_factory.cc", |
| 178 | "bitmap_fetcher/bitmap_fetcher_service_factory.h", |
Ovidio Henriquez | efc822a3 | 2020-01-14 23:44:13 | [diff] [blame] | 179 | "bluetooth/bluetooth_chooser_context.cc", |
| 180 | "bluetooth/bluetooth_chooser_context.h", |
| 181 | "bluetooth/bluetooth_chooser_context_factory.cc", |
| 182 | "bluetooth/bluetooth_chooser_context_factory.h", |
Ovidio Henriquez | 3d729f6 | 2020-02-07 00:43:29 | [diff] [blame] | 183 | "bluetooth/chrome_bluetooth_delegate.cc", |
| 184 | "bluetooth/chrome_bluetooth_delegate.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 185 | "bookmarks/bookmark_model_factory.cc", |
| 186 | "bookmarks/bookmark_model_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 187 | "bookmarks/chrome_bookmark_client.cc", |
| 188 | "bookmarks/chrome_bookmark_client.h", |
| 189 | "bookmarks/managed_bookmark_service_factory.cc", |
| 190 | "bookmarks/managed_bookmark_service_factory.h", |
| 191 | "bookmarks/startup_task_runner_service_factory.cc", |
| 192 | "bookmarks/startup_task_runner_service_factory.h", |
| 193 | "browser_about_handler.cc", |
| 194 | "browser_about_handler.h", |
Ahmed Fakhry | 4f567e69 | 2018-10-16 15:51:08 | [diff] [blame] | 195 | "browser_features.cc", |
| 196 | "browser_features.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 197 | "browser_process.cc", |
| 198 | "browser_process.h", |
| 199 | "browser_process_impl.cc", |
| 200 | "browser_process_impl.h", |
| 201 | "browser_process_platform_part.h", |
| 202 | "browser_process_platform_part_android.cc", |
| 203 | "browser_process_platform_part_android.h", |
| 204 | "browser_process_platform_part_base.cc", |
| 205 | "browser_process_platform_part_base.h", |
| 206 | "browser_process_platform_part_chromeos.cc", |
| 207 | "browser_process_platform_part_chromeos.h", |
| 208 | "browser_process_platform_part_mac.h", |
| 209 | "browser_process_platform_part_mac.mm", |
Greg Thompson | 85bd488c | 2017-06-08 09:18:11 | [diff] [blame] | 210 | "browser_process_platform_part_win.cc", |
| 211 | "browser_process_platform_part_win.h", |
Clark DuVall | f518925 | 2020-04-15 22:33:34 | [diff] [blame] | 212 | "browsing_data/browsing_data_file_system_util.cc", |
| 213 | "browsing_data/browsing_data_file_system_util.h", |
Christian Dullweber | 828acb9 | 2018-03-20 14:54:28 | [diff] [blame] | 214 | "browsing_data/browsing_data_history_observer_service.cc", |
| 215 | "browsing_data/browsing_data_history_observer_service.h", |
dullweber | f5de69b | 2017-05-18 13:20:37 | [diff] [blame] | 216 | "browsing_data/browsing_data_important_sites_util.cc", |
| 217 | "browsing_data/browsing_data_important_sites_util.h", |
jrummell | 6f67ebb | 2016-10-13 21:24:34 | [diff] [blame] | 218 | "browsing_data/browsing_data_media_license_helper.cc", |
| 219 | "browsing_data/browsing_data_media_license_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 220 | "browsing_data/browsing_data_quota_helper.cc", |
| 221 | "browsing_data/browsing_data_quota_helper.h", |
| 222 | "browsing_data/browsing_data_quota_helper_impl.cc", |
| 223 | "browsing_data/browsing_data_quota_helper_impl.h", |
msramek | 3248025 | 2016-12-13 15:35:19 | [diff] [blame] | 224 | "browsing_data/chrome_browsing_data_remover_delegate.cc", |
| 225 | "browsing_data/chrome_browsing_data_remover_delegate.h", |
msramek | e169ccb | 2017-04-26 05:21:41 | [diff] [blame] | 226 | "browsing_data/chrome_browsing_data_remover_delegate_factory.cc", |
| 227 | "browsing_data/chrome_browsing_data_remover_delegate_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 228 | "browsing_data/cookies_tree_model.cc", |
| 229 | "browsing_data/cookies_tree_model.h", |
Christian Dullweber | 278b061 | 2018-01-15 15:44:31 | [diff] [blame] | 230 | "browsing_data/counters/browsing_data_counter_factory.cc", |
| 231 | "browsing_data/counters/browsing_data_counter_factory.h", |
| 232 | "browsing_data/counters/browsing_data_counter_utils.cc", |
| 233 | "browsing_data/counters/browsing_data_counter_utils.h", |
| 234 | "browsing_data/counters/cache_counter.cc", |
| 235 | "browsing_data/counters/cache_counter.h", |
| 236 | "browsing_data/counters/downloads_counter.cc", |
| 237 | "browsing_data/counters/downloads_counter.h", |
Martin Kreichgauer | 0c05f13 | 2018-10-02 20:13:40 | [diff] [blame] | 238 | "browsing_data/counters/signin_data_counter.cc", |
| 239 | "browsing_data/counters/signin_data_counter.h", |
Christian Dullweber | 278b061 | 2018-01-15 15:44:31 | [diff] [blame] | 240 | "browsing_data/counters/site_data_counter.cc", |
| 241 | "browsing_data/counters/site_data_counter.h", |
| 242 | "browsing_data/counters/site_data_counting_helper.cc", |
| 243 | "browsing_data/counters/site_data_counting_helper.h", |
Christian Dullweber | 5decc53 | 2018-05-03 14:53:13 | [diff] [blame] | 244 | "browsing_data/counters/site_settings_counter.cc", |
| 245 | "browsing_data/counters/site_settings_counter.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 246 | "browsing_data/local_data_container.cc", |
| 247 | "browsing_data/local_data_container.h", |
Christian Dullweber | 1af31e6 | 2018-02-22 11:49:48 | [diff] [blame] | 248 | "browsing_data/navigation_entry_remover.cc", |
| 249 | "browsing_data/navigation_entry_remover.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 250 | "browsing_data/site_data_size_collector.cc", |
| 251 | "browsing_data/site_data_size_collector.h", |
nigeltao | beff0a10 | 2017-04-29 09:30:37 | [diff] [blame] | 252 | "cache_stats_recorder.cc", |
| 253 | "cache_stats_recorder.h", |
Reilly Grant | 409406c | 2018-04-05 18:03:05 | [diff] [blame] | 254 | "chooser_controller/chooser_controller.cc", |
| 255 | "chooser_controller/chooser_controller.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 256 | "chrome_browser_application_mac.h", |
| 257 | "chrome_browser_application_mac.mm", |
| 258 | "chrome_browser_field_trials.cc", |
| 259 | "chrome_browser_field_trials.h", |
Oksana Zhuravlova | 4dd171e8 | 2019-08-16 20:54:00 | [diff] [blame] | 260 | "chrome_browser_interface_binders.cc", |
| 261 | "chrome_browser_interface_binders.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 262 | "chrome_browser_main.cc", |
| 263 | "chrome_browser_main.h", |
| 264 | "chrome_browser_main_android.cc", |
| 265 | "chrome_browser_main_android.h", |
| 266 | "chrome_browser_main_extra_parts.h", |
| 267 | "chrome_browser_main_linux.cc", |
| 268 | "chrome_browser_main_linux.h", |
| 269 | "chrome_browser_main_mac.h", |
| 270 | "chrome_browser_main_mac.mm", |
| 271 | "chrome_browser_main_win.cc", |
| 272 | "chrome_browser_main_win.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 273 | "chrome_content_browser_client.cc", |
| 274 | "chrome_content_browser_client.h", |
| 275 | "chrome_content_browser_client_parts.h", |
Robert Sesek | 4fed6f1e | 2019-10-15 23:31:01 | [diff] [blame] | 276 | "chrome_content_browser_client_receiver_bindings.cc", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 277 | "chrome_notification_types.h", |
Xi Han | 349162b | 2018-10-26 12:44:23 | [diff] [blame] | 278 | "chrome_resource_bundle_helper.cc", |
| 279 | "chrome_resource_bundle_helper.h", |
Tarun Bansal | 837bac2 | 2018-12-12 06:59:01 | [diff] [blame] | 280 | "client_hints/client_hints_factory.cc", |
| 281 | "client_hints/client_hints_factory.h", |
Darwin Huang | f666174 | 2019-12-06 23:31:31 | [diff] [blame] | 282 | "clipboard/clipboard_read_write_permission_context.cc", |
| 283 | "clipboard/clipboard_read_write_permission_context.h", |
| 284 | "clipboard/clipboard_sanitized_write_permission_context.cc", |
| 285 | "clipboard/clipboard_sanitized_write_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 286 | "command_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 287 | "command_updater.h", |
| 288 | "command_updater_delegate.h", |
Ivan Sandrk | 9669d0e | 2017-12-15 23:50:20 | [diff] [blame] | 289 | "command_updater_impl.cc", |
| 290 | "command_updater_impl.h", |
David Maunder | e7daf77 | 2019-08-30 14:13:29 | [diff] [blame] | 291 | "complex_tasks/endpoint_fetcher/endpoint_fetcher.cc", |
| 292 | "complex_tasks/endpoint_fetcher/endpoint_fetcher.h", |
Mei Liang | 2efb9d13 | 2019-01-16 05:39:28 | [diff] [blame] | 293 | "complex_tasks/task_tab_helper.cc", |
| 294 | "complex_tasks/task_tab_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 295 | "component_updater/chrome_component_updater_configurator.cc", |
| 296 | "component_updater/chrome_component_updater_configurator.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 297 | "component_updater/component_updater_prefs.cc", |
| 298 | "component_updater/component_updater_prefs.h", |
sorin | 2142368 | 2016-10-06 17:51:20 | [diff] [blame] | 299 | "component_updater/component_updater_utils.cc", |
| 300 | "component_updater/component_updater_utils.h", |
Joshua Pawlicki | ddf9723e | 2017-10-24 15:24:23 | [diff] [blame] | 301 | "component_updater/crl_set_component_installer.cc", |
| 302 | "component_updater/crl_set_component_installer.h", |
Balazs Engedy | ce7f30a | 2019-11-29 17:53:00 | [diff] [blame] | 303 | "component_updater/crowd_deny_component_installer.cc", |
| 304 | "component_updater/crowd_deny_component_installer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 305 | "component_updater/file_type_policies_component_installer.cc", |
| 306 | "component_updater/file_type_policies_component_installer.h", |
Sebastien | cd4ee8cb | 2019-11-20 22:33:49 | [diff] [blame] | 307 | "component_updater/games_component_installer.cc", |
| 308 | "component_updater/games_component_installer.h", |
Becca Hughes | d89f6ff | 2017-12-13 13:20:44 | [diff] [blame] | 309 | "component_updater/mei_preload_component_installer.cc", |
| 310 | "component_updater/mei_preload_component_installer.h", |
Sophie Chang | f453c052 | 2017-11-03 06:33:49 | [diff] [blame] | 311 | "component_updater/optimization_hints_component_installer.cc", |
| 312 | "component_updater/optimization_hints_component_installer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 313 | "component_updater/origin_trials_component_installer.cc", |
| 314 | "component_updater/origin_trials_component_installer.h", |
| 315 | "component_updater/pnacl_component_installer.cc", |
| 316 | "component_updater/pnacl_component_installer.h", |
| 317 | "component_updater/recovery_component_installer.cc", |
| 318 | "component_updater/recovery_component_installer.h", |
sorin | 6ddc3bb | 2017-02-08 23:35:19 | [diff] [blame] | 319 | "component_updater/recovery_improved_component_installer.cc", |
| 320 | "component_updater/recovery_improved_component_installer.h", |
Lei Zhang | c9e9f1d | 2020-02-06 04:15:22 | [diff] [blame] | 321 | "component_updater/registration.cc", |
| 322 | "component_updater/registration.h", |
Mustafa Emre Acer | b9ca6196 | 2019-07-25 06:24:13 | [diff] [blame] | 323 | "component_updater/safety_tips_component_installer.cc", |
| 324 | "component_updater/safety_tips_component_installer.h", |
Mustafa Emre Acer | a56f7bc0 | 2019-08-01 16:18:12 | [diff] [blame] | 325 | "component_updater/ssl_error_assistant_component_installer.cc", |
| 326 | "component_updater/ssl_error_assistant_component_installer.h", |
Ryan Sleevi | 3e59ea3a0 | 2019-05-28 23:33:05 | [diff] [blame] | 327 | "component_updater/sth_set_component_remover.cc", |
| 328 | "component_updater/sth_set_component_remover.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 329 | "component_updater/subresource_filter_component_installer.cc", |
| 330 | "component_updater/subresource_filter_component_installer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 331 | "component_updater/sw_reporter_installer_win.cc", |
| 332 | "component_updater/sw_reporter_installer_win.h", |
Christopher Thompson | be9cafe | 2020-02-05 04:46:11 | [diff] [blame] | 333 | "component_updater/tls_deprecation_config_component_installer.cc", |
| 334 | "component_updater/tls_deprecation_config_component_installer.h", |
David Van Cleve | 0463657 | 2020-04-16 20:34:53 | [diff] [blame] | 335 | "component_updater/trust_token_key_commitments_component_installer.cc", |
| 336 | "component_updater/trust_token_key_commitments_component_installer.h", |
Martin Sramek | 0d86260a | 2017-11-13 12:09:20 | [diff] [blame] | 337 | "consent_auditor/consent_auditor_factory.cc", |
| 338 | "consent_auditor/consent_auditor_factory.h", |
Rayan Kanso | 9f3944a | 2019-07-30 12:18:07 | [diff] [blame] | 339 | "content_index/content_index_metrics.cc", |
| 340 | "content_index/content_index_metrics.h", |
Rayan Kanso | 24f7d41 | 2019-07-11 10:09:30 | [diff] [blame] | 341 | "content_index/content_index_provider_factory.cc", |
| 342 | "content_index/content_index_provider_factory.h", |
| 343 | "content_index/content_index_provider_impl.cc", |
| 344 | "content_index/content_index_provider_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 345 | "content_settings/chrome_content_settings_utils.cc", |
| 346 | "content_settings/chrome_content_settings_utils.h", |
Clark DuVall | 06dea02 | 2020-04-21 17:07:31 | [diff] [blame] | 347 | "content_settings/content_settings_manager_delegate.cc", |
| 348 | "content_settings/content_settings_manager_delegate.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 349 | "content_settings/cookie_settings_factory.cc", |
| 350 | "content_settings/cookie_settings_factory.h", |
| 351 | "content_settings/host_content_settings_map_factory.cc", |
| 352 | "content_settings/host_content_settings_map_factory.h", |
carlosk | d9d9794 | 2017-02-16 08:58:09 | [diff] [blame] | 353 | "content_settings/mixed_content_settings_tab_helper.cc", |
| 354 | "content_settings/mixed_content_settings_tab_helper.h", |
Tommy Steimel | 2f976a6 | 2017-07-18 19:16:39 | [diff] [blame] | 355 | "content_settings/sound_content_setting_observer.cc", |
| 356 | "content_settings/sound_content_setting_observer.h", |
Clark DuVall | 84a33d61 | 2020-04-17 16:01:00 | [diff] [blame] | 357 | "content_settings/tab_specific_content_settings_delegate.cc", |
| 358 | "content_settings/tab_specific_content_settings_delegate.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 359 | "crash_upload_list/crash_upload_list.cc", |
| 360 | "crash_upload_list/crash_upload_list.h", |
gayane | 2da6573 | 2016-09-07 22:19:32 | [diff] [blame] | 361 | "crash_upload_list/crash_upload_list_android.cc", |
| 362 | "crash_upload_list/crash_upload_list_android.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 363 | "custom_handlers/protocol_handler_registry.cc", |
| 364 | "custom_handlers/protocol_handler_registry.h", |
| 365 | "custom_handlers/protocol_handler_registry_factory.cc", |
| 366 | "custom_handlers/protocol_handler_registry_factory.h", |
Zhuoyu Qian | cb197638 | 2018-12-13 02:18:30 | [diff] [blame] | 367 | "data_reduction_proxy/data_reduction_proxy_chrome_settings.cc", |
| 368 | "data_reduction_proxy/data_reduction_proxy_chrome_settings.h", |
| 369 | "data_reduction_proxy/data_reduction_proxy_chrome_settings_factory.cc", |
| 370 | "data_reduction_proxy/data_reduction_proxy_chrome_settings_factory.h", |
Robert Ogden | 11f6e89 | 2019-03-22 18:12:42 | [diff] [blame] | 371 | "data_reduction_proxy/data_reduction_proxy_tab_helper.cc", |
| 372 | "data_reduction_proxy/data_reduction_proxy_tab_helper.h", |
rajendrant | dce70a0 | 2018-10-12 06:24:24 | [diff] [blame] | 373 | "data_use_measurement/chrome_data_use_measurement.cc", |
| 374 | "data_use_measurement/chrome_data_use_measurement.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 375 | "defaults.cc", |
| 376 | "defaults.h", |
Anthony Vallee-Dubois | 95745e6d | 2020-02-07 21:42:30 | [diff] [blame] | 377 | "device_oauth2_token_store.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 378 | "dom_distiller/dom_distiller_service_factory.cc", |
| 379 | "dom_distiller/dom_distiller_service_factory.h", |
| 380 | "dom_distiller/lazy_dom_distiller_service.cc", |
| 381 | "dom_distiller/lazy_dom_distiller_service.h", |
| 382 | "dom_distiller/profile_utils.cc", |
| 383 | "dom_distiller/profile_utils.h", |
| 384 | "dom_distiller/tab_utils.cc", |
| 385 | "dom_distiller/tab_utils.h", |
| 386 | "domain_reliability/service_factory.cc", |
| 387 | "domain_reliability/service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 388 | "download/chrome_download_manager_delegate.cc", |
| 389 | "download/chrome_download_manager_delegate.h", |
Mohamed Heikal | a3134b9 | 2019-04-30 04:20:39 | [diff] [blame] | 390 | "download/deferred_client_wrapper.cc", |
| 391 | "download/deferred_client_wrapper.h", |
Chris Sharp | 3886555 | 2020-04-30 19:49:47 | [diff] [blame] | 392 | "download/download_auto_open_policy_handler.cc", |
| 393 | "download/download_auto_open_policy_handler.h", |
Asanka Herath | 8588407 | 2017-04-12 16:28:44 | [diff] [blame] | 394 | "download/download_confirmation_reason.h", |
| 395 | "download/download_confirmation_result.h", |
peter | ccb33e8 | 2017-05-02 19:00:44 | [diff] [blame] | 396 | "download/download_core_service.cc", |
| 397 | "download/download_core_service.h", |
| 398 | "download/download_core_service_factory.cc", |
| 399 | "download/download_core_service_factory.h", |
| 400 | "download/download_core_service_impl.cc", |
| 401 | "download/download_core_service_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 402 | "download/download_crx_util_android.cc", |
Xing Liu | 64fab36 | 2020-06-05 00:50:03 | [diff] [blame^] | 403 | "download/download_dialog_types.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 404 | "download/download_file_picker.cc", |
| 405 | "download/download_file_picker.h", |
| 406 | "download/download_history.cc", |
| 407 | "download/download_history.h", |
| 408 | "download/download_item_model.cc", |
| 409 | "download/download_item_model.h", |
Min Qin | 2ab1d14e | 2019-04-08 18:03:33 | [diff] [blame] | 410 | "download/download_manager_utils.cc", |
| 411 | "download/download_manager_utils.h", |
Shakti Sahu | e5d5c72 | 2018-06-29 02:41:13 | [diff] [blame] | 412 | "download/download_offline_content_provider.cc", |
| 413 | "download/download_offline_content_provider.h", |
Henrique Nakashima | e7f603f4 | 2019-06-21 18:38:52 | [diff] [blame] | 414 | "download/download_offline_content_provider_factory.cc", |
| 415 | "download/download_offline_content_provider_factory.h", |
timloh | 178801f | 2017-06-13 04:17:58 | [diff] [blame] | 416 | "download/download_permission_request.cc", |
| 417 | "download/download_permission_request.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 418 | "download/download_prefs.cc", |
| 419 | "download/download_prefs.h", |
Joy Ming | 41055bd | 2018-02-09 21:48:03 | [diff] [blame] | 420 | "download/download_prompt_status.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 421 | "download/download_query.cc", |
| 422 | "download/download_query.h", |
| 423 | "download/download_request_limiter.cc", |
| 424 | "download/download_request_limiter.h", |
dtrainor | 620a4a8 | 2017-05-04 17:34:50 | [diff] [blame] | 425 | "download/download_service_factory.cc", |
| 426 | "download/download_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 427 | "download/download_started_animation.h", |
| 428 | "download/download_stats.cc", |
| 429 | "download/download_stats.h", |
| 430 | "download/download_status_updater.cc", |
| 431 | "download/download_status_updater.h", |
| 432 | "download/download_status_updater_mac.mm", |
| 433 | "download/download_status_updater_win.cc", |
| 434 | "download/download_target_determiner.cc", |
| 435 | "download/download_target_determiner.h", |
| 436 | "download/download_target_determiner_delegate.h", |
Asanka Herath | 8588407 | 2017-04-12 16:28:44 | [diff] [blame] | 437 | "download/download_target_info.cc", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 438 | "download/download_target_info.h", |
Shakti Sahu | b416f37 | 2017-06-13 18:12:05 | [diff] [blame] | 439 | "download/download_task_scheduler_impl.cc", |
| 440 | "download/download_task_scheduler_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 441 | "download/download_ui_controller.cc", |
| 442 | "download/download_ui_controller.h", |
Min Qin | dd83b7ab | 2018-09-14 22:40:46 | [diff] [blame] | 443 | "download/download_ui_model.cc", |
| 444 | "download/download_ui_model.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 445 | "download/drag_download_item.h", |
Joe DeBlasio | 2c5ebf3 | 2019-05-24 19:15:48 | [diff] [blame] | 446 | "download/mixed_content_download_blocking.cc", |
| 447 | "download/mixed_content_download_blocking.h", |
Min Qin | dc273049 | 2018-09-07 23:53:29 | [diff] [blame] | 448 | "download/offline_item_model.cc", |
| 449 | "download/offline_item_model.h", |
Min Qin | 27a5d1f | 2018-09-13 22:05:51 | [diff] [blame] | 450 | "download/offline_item_model_data.h", |
Min Qin | dc273049 | 2018-09-07 23:53:29 | [diff] [blame] | 451 | "download/offline_item_model_manager.cc", |
| 452 | "download/offline_item_model_manager.h", |
| 453 | "download/offline_item_model_manager_factory.cc", |
| 454 | "download/offline_item_model_manager_factory.h", |
Shakti Sahu | e5d5c72 | 2018-06-29 02:41:13 | [diff] [blame] | 455 | "download/offline_item_utils.cc", |
| 456 | "download/offline_item_utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 457 | "download/save_package_file_picker.cc", |
| 458 | "download/save_package_file_picker.h", |
Min Qin | 26f5dea | 2019-04-10 19:04:25 | [diff] [blame] | 459 | "download/simple_download_manager_coordinator_factory.cc", |
| 460 | "download/simple_download_manager_coordinator_factory.h", |
mad | 669452f | 2017-07-04 19:39:29 | [diff] [blame] | 461 | "download/trusted_sources_manager.cc", |
| 462 | "download/trusted_sources_manager.h", |
mad | 669452f | 2017-07-04 19:39:29 | [diff] [blame] | 463 | "download/trusted_sources_manager_win.cc", |
dullweber | 4870daad | 2017-05-18 15:06:10 | [diff] [blame] | 464 | "engagement/important_sites_usage_counter.cc", |
| 465 | "engagement/important_sites_usage_counter.h", |
dmurph | ef859ea | 2016-10-06 21:42:23 | [diff] [blame] | 466 | "engagement/important_sites_util.cc", |
| 467 | "engagement/important_sites_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 468 | "engagement/site_engagement_helper.cc", |
| 469 | "engagement/site_engagement_helper.h", |
| 470 | "engagement/site_engagement_metrics.cc", |
| 471 | "engagement/site_engagement_metrics.h", |
| 472 | "engagement/site_engagement_observer.cc", |
| 473 | "engagement/site_engagement_observer.h", |
| 474 | "engagement/site_engagement_score.cc", |
| 475 | "engagement/site_engagement_score.h", |
| 476 | "engagement/site_engagement_service.cc", |
| 477 | "engagement/site_engagement_service.h", |
| 478 | "engagement/site_engagement_service_factory.cc", |
| 479 | "engagement/site_engagement_service_factory.h", |
Yann Dago | 84fc62ae | 2020-05-27 17:09:07 | [diff] [blame] | 480 | "enterprise/browser_management/browser_management_service.cc", |
| 481 | "enterprise/browser_management/browser_management_service.h", |
| 482 | "enterprise/browser_management/browser_management_status_provider.cc", |
| 483 | "enterprise/browser_management/browser_management_status_provider.h", |
Tommy Martino | 52430fc | 2020-04-22 22:58:31 | [diff] [blame] | 484 | "enterprise/util/managed_browser_utils.cc", |
| 485 | "enterprise/util/managed_browser_utils.h", |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 486 | "expired_flags_list.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 487 | "external_protocol/external_protocol_handler.cc", |
| 488 | "external_protocol/external_protocol_handler.h", |
| 489 | "external_protocol/external_protocol_observer.cc", |
| 490 | "external_protocol/external_protocol_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 491 | "favicon/chrome_favicon_client.cc", |
| 492 | "favicon/chrome_favicon_client.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 493 | "favicon/favicon_service_factory.cc", |
| 494 | "favicon/favicon_service_factory.h", |
| 495 | "favicon/favicon_utils.cc", |
| 496 | "favicon/favicon_utils.h", |
Victor Hugo Vianna Silva | df127bfc | 2019-07-03 00:02:12 | [diff] [blame] | 497 | "favicon/history_ui_favicon_request_handler_factory.cc", |
| 498 | "favicon/history_ui_favicon_request_handler_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 499 | "favicon/large_icon_service_factory.cc", |
| 500 | "favicon/large_icon_service_factory.h", |
Tommy Nyquist | c1d6dea1 | 2017-07-26 20:37:23 | [diff] [blame] | 501 | "feature_engagement/tracker_factory.cc", |
| 502 | "feature_engagement/tracker_factory.h", |
Yao Xiao | bba3fec | 2020-05-29 18:13:53 | [diff] [blame] | 503 | "federated_learning/floc_id_provider.h", |
| 504 | "federated_learning/floc_id_provider_factory.cc", |
| 505 | "federated_learning/floc_id_provider_factory.h", |
| 506 | "federated_learning/floc_id_provider_impl.cc", |
| 507 | "federated_learning/floc_id_provider_impl.h", |
Yao Xiao | bc18534 | 2020-05-15 00:43:13 | [diff] [blame] | 508 | "federated_learning/floc_remote_permission_service.cc", |
| 509 | "federated_learning/floc_remote_permission_service.h", |
| 510 | "federated_learning/floc_remote_permission_service_factory.cc", |
| 511 | "federated_learning/floc_remote_permission_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 512 | "file_select_helper.cc", |
| 513 | "file_select_helper.h", |
Finnur Thorarinsson | 658449a | 2018-10-09 11:18:26 | [diff] [blame] | 514 | "file_select_helper_contacts_android.cc", |
| 515 | "file_select_helper_contacts_android.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 516 | "file_select_helper_mac.mm", |
Ken Rockot | 2925f500 | 2019-08-06 01:16:16 | [diff] [blame] | 517 | "file_util_service.cc", |
| 518 | "file_util_service.h", |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 519 | "flag_descriptions.cc", |
| 520 | "flag_descriptions.h", |
Brett Wilson | 21cf626a | 2017-09-07 00:30:20 | [diff] [blame] | 521 | "font_pref_change_notifier.cc", |
| 522 | "font_pref_change_notifier.h", |
| 523 | "font_pref_change_notifier_factory.cc", |
| 524 | "font_pref_change_notifier_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 525 | "fullscreen_mac.mm", |
| 526 | "fullscreen_win.cc", |
Sebastien | afa979b | 2019-10-04 12:39:44 | [diff] [blame] | 527 | "games/games_service_factory.cc", |
| 528 | "games/games_service_factory.h", |
peter | 9f4490a | 2017-01-27 00:58:36 | [diff] [blame] | 529 | "gcm/gcm_product_util.cc", |
| 530 | "gcm/gcm_product_util.h", |
| 531 | "gcm/gcm_profile_service_factory.cc", |
| 532 | "gcm/gcm_profile_service_factory.h", |
peter | 9f4490a | 2017-01-27 00:58:36 | [diff] [blame] | 533 | "gcm/instance_id/instance_id_profile_service_factory.cc", |
| 534 | "gcm/instance_id/instance_id_profile_service_factory.h", |
rijubrata.bhaumik | 7b072ad | 2017-08-02 07:49:29 | [diff] [blame] | 535 | "generic_sensor/sensor_permission_context.cc", |
| 536 | "generic_sensor/sensor_permission_context.h", |
Clark DuVall | 600abea | 2020-03-23 16:16:17 | [diff] [blame] | 537 | "geolocation/geolocation_permission_context_delegate.cc", |
| 538 | "geolocation/geolocation_permission_context_delegate.h", |
| 539 | "geolocation/geolocation_permission_context_delegate_android.cc", |
| 540 | "geolocation/geolocation_permission_context_delegate_android.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 541 | "geolocation/geolocation_permission_context_extensions.cc", |
| 542 | "geolocation/geolocation_permission_context_extensions.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 543 | "global_keyboard_shortcuts_mac.h", |
| 544 | "global_keyboard_shortcuts_mac.mm", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 545 | "google/did_run_updater_win.cc", |
| 546 | "google/did_run_updater_win.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 547 | "google/google_brand.cc", |
| 548 | "google/google_brand.h", |
Quentin Fiard | 9e0b47c5 | 2018-06-18 20:22:33 | [diff] [blame] | 549 | "google/google_search_domain_mixing_metrics_emitter.cc", |
| 550 | "google/google_search_domain_mixing_metrics_emitter.h", |
| 551 | "google/google_search_domain_mixing_metrics_emitter_factory.cc", |
| 552 | "google/google_search_domain_mixing_metrics_emitter_factory.h", |
Peng Huang | 71d398ed | 2020-02-28 01:30:53 | [diff] [blame] | 553 | "gpu/chrome_browser_main_extra_parts_gpu.cc", |
| 554 | "gpu/chrome_browser_main_extra_parts_gpu.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 555 | "gpu/gpu_mode_manager.cc", |
| 556 | "gpu/gpu_mode_manager.h", |
Robert Sesek | dc73f6f | 2018-05-15 15:53:20 | [diff] [blame] | 557 | "hang_monitor/hang_crash_dump.h", |
| 558 | "hang_monitor/hang_crash_dump_mac.cc", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 559 | "hang_monitor/hang_crash_dump_win.cc", |
John Delaney | cb76789 | 2019-08-20 15:28:08 | [diff] [blame] | 560 | "heavy_ad_intervention/heavy_ad_blocklist.cc", |
| 561 | "heavy_ad_intervention/heavy_ad_blocklist.h", |
John Delaney | e871174 | 2019-10-17 21:03:37 | [diff] [blame] | 562 | "heavy_ad_intervention/heavy_ad_features.cc", |
| 563 | "heavy_ad_intervention/heavy_ad_features.h", |
John Delaney | c513fdf | 2019-08-09 20:10:00 | [diff] [blame] | 564 | "heavy_ad_intervention/heavy_ad_helper.cc", |
| 565 | "heavy_ad_intervention/heavy_ad_helper.h", |
John Delaney | cb76789 | 2019-08-20 15:28:08 | [diff] [blame] | 566 | "heavy_ad_intervention/heavy_ad_service.cc", |
| 567 | "heavy_ad_intervention/heavy_ad_service.h", |
| 568 | "heavy_ad_intervention/heavy_ad_service_factory.cc", |
| 569 | "heavy_ad_intervention/heavy_ad_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 570 | "history/chrome_history_backend_client.cc", |
| 571 | "history/chrome_history_backend_client.h", |
| 572 | "history/chrome_history_client.cc", |
| 573 | "history/chrome_history_client.h", |
Mingjing Zhang | 939f1542 | 2020-02-07 16:06:34 | [diff] [blame] | 574 | "history/domain_diversity_reporter.cc", |
| 575 | "history/domain_diversity_reporter.h", |
| 576 | "history/domain_diversity_reporter_factory.cc", |
| 577 | "history/domain_diversity_reporter_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 578 | "history/history_service_factory.cc", |
| 579 | "history/history_service_factory.h", |
| 580 | "history/history_tab_helper.cc", |
| 581 | "history/history_tab_helper.h", |
| 582 | "history/history_utils.cc", |
| 583 | "history/history_utils.h", |
Sky Malice | 6abaf51 | 2017-08-23 19:43:43 | [diff] [blame] | 584 | "history/profile_based_browsing_history_driver.cc", |
| 585 | "history/profile_based_browsing_history_driver.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 586 | "history/top_sites_factory.cc", |
| 587 | "history/top_sites_factory.h", |
| 588 | "history/web_history_service_factory.cc", |
| 589 | "history/web_history_service_factory.h", |
| 590 | "icon_loader.cc", |
| 591 | "icon_loader.h", |
| 592 | "icon_loader_android.cc", |
| 593 | "icon_loader_chromeos.cc", |
| 594 | "icon_loader_mac.mm", |
| 595 | "icon_loader_win.cc", |
| 596 | "icon_manager.cc", |
| 597 | "icon_manager.h", |
Sam Goto | 366a1d9 | 2019-01-18 21:47:35 | [diff] [blame] | 598 | "idle/idle_detection_permission_context.cc", |
| 599 | "idle/idle_detection_permission_context.h", |
Brandon Wylie | 7debc71 | 2019-04-10 00:27:58 | [diff] [blame] | 600 | "image_fetcher/image_decoder_impl.cc", |
| 601 | "image_fetcher/image_decoder_impl.h", |
Brandon Wylie | 67a8dd1a | 2019-04-02 22:49:04 | [diff] [blame] | 602 | "image_fetcher/image_fetcher_service_factory.cc", |
| 603 | "image_fetcher/image_fetcher_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 604 | "infobars/infobar_responder.cc", |
| 605 | "infobars/infobar_responder.h", |
| 606 | "infobars/infobar_service.cc", |
| 607 | "infobars/infobar_service.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 608 | "install_verification/win/module_info.h", |
| 609 | "install_verification/win/module_list.cc", |
| 610 | "install_verification/win/module_list.h", |
| 611 | "install_verification/win/module_verification_common.cc", |
| 612 | "install_verification/win/module_verification_common.h", |
Dominick Ng | a32333e | 2018-02-22 00:05:47 | [diff] [blame] | 613 | "installable/installable_ambient_badge_infobar_delegate.h", |
Christopher Lam | 1d8d471 | 2017-10-25 01:52:10 | [diff] [blame] | 614 | "installable/installable_data.cc", |
Michael McGreevy | 9de29d9 | 2017-08-22 03:08:27 | [diff] [blame] | 615 | "installable/installable_data.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 616 | "installable/installable_logging.cc", |
| 617 | "installable/installable_logging.h", |
| 618 | "installable/installable_manager.cc", |
| 619 | "installable/installable_manager.h", |
dominickn | c2d4ff6 | 2017-04-05 03:27:29 | [diff] [blame] | 620 | "installable/installable_metrics.cc", |
| 621 | "installable/installable_metrics.h", |
Michael McGreevy | 9de29d9 | 2017-08-22 03:08:27 | [diff] [blame] | 622 | "installable/installable_params.h", |
| 623 | "installable/installable_task_queue.cc", |
| 624 | "installable/installable_task_queue.h", |
Dominick Ng | c824482 | 2020-04-29 06:22:30 | [diff] [blame] | 625 | "installable/installable_utils.cc", |
| 626 | "installable/installable_utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 627 | "internal_auth.cc", |
| 628 | "internal_auth.h", |
Jialiu Lin | 2d201b1 | 2018-05-20 20:46:24 | [diff] [blame] | 629 | "interstitials/enterprise_util.cc", |
| 630 | "interstitials/enterprise_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 631 | "intranet_redirect_detector.cc", |
| 632 | "intranet_redirect_detector.h", |
Tanja Gornak | 0e706efa | 2018-08-30 11:19:10 | [diff] [blame] | 633 | "invalidation/profile_invalidation_provider_factory.cc", |
| 634 | "invalidation/profile_invalidation_provider_factory.h", |
Nicolas Ouellet-payeur | a819220 | 2018-07-09 18:37:43 | [diff] [blame] | 635 | "language/language_model_manager_factory.cc", |
| 636 | "language/language_model_manager_factory.h", |
Anthony Vallee-Dubois | e2432137a | 2019-01-17 20:06:01 | [diff] [blame] | 637 | "language/translate_frame_binder.cc", |
| 638 | "language/translate_frame_binder.h", |
Michael Martis | 98cd873 | 2017-07-14 03:26:19 | [diff] [blame] | 639 | "language/url_language_histogram_factory.cc", |
| 640 | "language/url_language_histogram_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 641 | "lifetime/application_lifetime.cc", |
| 642 | "lifetime/application_lifetime.h", |
| 643 | "lifetime/application_lifetime_mac.mm", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 644 | "lifetime/browser_shutdown.cc", |
| 645 | "lifetime/browser_shutdown.h", |
Livvie Lin | d9bca51 | 2020-03-03 06:26:13 | [diff] [blame] | 646 | "lookalikes/lookalike_url_blocking_page.cc", |
| 647 | "lookalikes/lookalike_url_blocking_page.h", |
Joe DeBlasio | d3a6a87 | 2019-02-06 01:53:31 | [diff] [blame] | 648 | "lookalikes/lookalike_url_controller_client.cc", |
| 649 | "lookalikes/lookalike_url_controller_client.h", |
Joe DeBlasio | 6e8409a | 2019-02-20 23:08:27 | [diff] [blame] | 650 | "lookalikes/lookalike_url_navigation_throttle.cc", |
| 651 | "lookalikes/lookalike_url_navigation_throttle.h", |
| 652 | "lookalikes/lookalike_url_service.cc", |
| 653 | "lookalikes/lookalike_url_service.h", |
Mustafa Emre Acer | 52bc9b9 | 2019-07-30 01:40:25 | [diff] [blame] | 654 | "lookalikes/lookalike_url_tab_storage.cc", |
| 655 | "lookalikes/lookalike_url_tab_storage.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 656 | "mac/bluetooth_utility.h", |
| 657 | "mac/bluetooth_utility.mm", |
| 658 | "mac/dock.h", |
| 659 | "mac/dock.mm", |
rsesek | 1e145dc | 2016-12-07 19:40:27 | [diff] [blame] | 660 | "mac/exception_processor.h", |
| 661 | "mac/exception_processor.mm", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 662 | "mac/install_from_dmg.h", |
| 663 | "mac/install_from_dmg.mm", |
| 664 | "mac/keystone_glue.h", |
| 665 | "mac/keystone_glue.mm", |
| 666 | "mac/keystone_registration.h", |
| 667 | "mac/keystone_registration.mm", |
| 668 | "mac/mac_startup_profiler.cc", |
| 669 | "mac/mac_startup_profiler.h", |
| 670 | "mac/master_prefs.h", |
| 671 | "mac/master_prefs.mm", |
| 672 | "mac/nsprocessinfo_additions.h", |
| 673 | "mac/nsprocessinfo_additions.mm", |
| 674 | "mac/relauncher.h", |
| 675 | "mac/relauncher.mm", |
Xiangjun Zhang | bb31035 | 2018-07-14 02:04:58 | [diff] [blame] | 676 | "media/cast_mirroring_service_host.cc", |
| 677 | "media/cast_mirroring_service_host.h", |
thakis | 678822e | 2017-04-20 17:20:34 | [diff] [blame] | 678 | "media/cast_remoting_connector.cc", |
| 679 | "media/cast_remoting_connector.h", |
Becca Hughes | d111aa0 | 2020-03-10 15:38:42 | [diff] [blame] | 680 | "media/feeds/media_feeds_contents_observer.cc", |
| 681 | "media/feeds/media_feeds_contents_observer.h", |
Sam Bowen | 5f6034361 | 2020-04-03 19:09:14 | [diff] [blame] | 682 | "media/feeds/media_feeds_converter.cc", |
| 683 | "media/feeds/media_feeds_converter.h", |
Sam Bowen | 4ea1eb42 | 2020-03-18 23:44:58 | [diff] [blame] | 684 | "media/feeds/media_feeds_fetcher.cc", |
| 685 | "media/feeds/media_feeds_fetcher.h", |
Becca Hughes | efb25c7 | 2020-03-02 19:03:21 | [diff] [blame] | 686 | "media/feeds/media_feeds_service.cc", |
| 687 | "media/feeds/media_feeds_service.h", |
| 688 | "media/feeds/media_feeds_service_factory.cc", |
| 689 | "media/feeds/media_feeds_service_factory.h", |
Becca Hughes | 1e9d6c0 | 2020-03-25 17:07:17 | [diff] [blame] | 690 | "media/feeds/media_feeds_utils.cc", |
| 691 | "media/feeds/media_feeds_utils.h", |
evliu | fc233aa | 2019-10-31 19:53:03 | [diff] [blame] | 692 | "media/history/media_history_contents_observer.cc", |
| 693 | "media/history/media_history_contents_observer.h", |
Becca Hughes | 298cc6ba | 2020-04-27 22:19:41 | [diff] [blame] | 694 | "media/history/media_history_feed_associated_origins_table.cc", |
| 695 | "media/history/media_history_feed_associated_origins_table.h", |
Becca Hughes | f105aab | 2020-03-13 02:51:00 | [diff] [blame] | 696 | "media/history/media_history_feed_items_table.cc", |
| 697 | "media/history/media_history_feed_items_table.h", |
Becca Hughes | 7f6eed59 | 2020-03-02 23:31:29 | [diff] [blame] | 698 | "media/history/media_history_feeds_table.cc", |
| 699 | "media/history/media_history_feeds_table.h", |
Becca Hughes | 644ada1 | 2020-02-13 00:35:34 | [diff] [blame] | 700 | "media/history/media_history_images_table.cc", |
| 701 | "media/history/media_history_images_table.h", |
evliu | 48214c9 | 2019-10-18 22:01:10 | [diff] [blame] | 702 | "media/history/media_history_keyed_service.cc", |
| 703 | "media/history/media_history_keyed_service.h", |
| 704 | "media/history/media_history_keyed_service_factory.cc", |
| 705 | "media/history/media_history_keyed_service_factory.h", |
| 706 | "media/history/media_history_origin_table.cc", |
| 707 | "media/history/media_history_origin_table.h", |
| 708 | "media/history/media_history_playback_table.cc", |
| 709 | "media/history/media_history_playback_table.h", |
Becca Hughes | 644ada1 | 2020-02-13 00:35:34 | [diff] [blame] | 710 | "media/history/media_history_session_images_table.cc", |
| 711 | "media/history/media_history_session_images_table.h", |
Becca Hughes | dd388f6 | 2020-01-15 23:20:33 | [diff] [blame] | 712 | "media/history/media_history_session_table.cc", |
| 713 | "media/history/media_history_session_table.h", |
evliu | 48214c9 | 2019-10-18 22:01:10 | [diff] [blame] | 714 | "media/history/media_history_store.cc", |
| 715 | "media/history/media_history_store.h", |
| 716 | "media/history/media_history_table_base.cc", |
| 717 | "media/history/media_history_table_base.h", |
raymes | 2edae96 | 2017-04-10 23:56:02 | [diff] [blame] | 718 | "media/media_access_handler.cc", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 719 | "media/media_access_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 720 | "media/media_device_id_salt.cc", |
| 721 | "media/media_device_id_salt.h", |
Mounir Lamouri | cc3ecbd | 2017-05-18 11:16:56 | [diff] [blame] | 722 | "media/media_engagement_contents_observer.cc", |
| 723 | "media/media_engagement_contents_observer.h", |
Becca Hughes | 0261a08 | 2017-12-11 16:26:38 | [diff] [blame] | 724 | "media/media_engagement_preloaded_list.cc", |
| 725 | "media/media_engagement_preloaded_list.h", |
Becca Hughes | e06e83a | 2017-07-04 16:28:17 | [diff] [blame] | 726 | "media/media_engagement_score.cc", |
| 727 | "media/media_engagement_score.h", |
mlamouri | aba690d | 2017-05-09 17:16:40 | [diff] [blame] | 728 | "media/media_engagement_service.cc", |
| 729 | "media/media_engagement_service.h", |
| 730 | "media/media_engagement_service_factory.cc", |
| 731 | "media/media_engagement_service_factory.h", |
Mounir Lamouri | cf03ec5 | 2017-12-01 14:00:38 | [diff] [blame] | 732 | "media/media_engagement_session.cc", |
| 733 | "media/media_engagement_session.h", |
John Rummell | e5621c1 | 2017-09-05 23:52:10 | [diff] [blame] | 734 | "media/media_storage_id_salt.cc", |
| 735 | "media/media_storage_id_salt.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 736 | "media/midi_permission_context.cc", |
| 737 | "media/midi_permission_context.h", |
raymes | c2cf640f | 2017-05-29 01:35:27 | [diff] [blame] | 738 | "media/midi_sysex_permission_context.cc", |
| 739 | "media/midi_sysex_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 740 | "media/output_protection_proxy.cc", |
| 741 | "media/output_protection_proxy.h", |
John Rummell | 1b5da610 | 2017-11-02 02:15:45 | [diff] [blame] | 742 | "media/platform_verification_impl.cc", |
| 743 | "media/platform_verification_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 744 | "media/router/media_router_feature.cc", |
| 745 | "media/router/media_router_feature.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 746 | "media/webrtc/audio_debug_recordings_handler.cc", |
| 747 | "media/webrtc/audio_debug_recordings_handler.h", |
François Beaufort | 087e3211 | 2020-04-15 06:01:12 | [diff] [blame] | 748 | "media/webrtc/camera_pan_tilt_zoom_permission_context.cc", |
| 749 | "media/webrtc/camera_pan_tilt_zoom_permission_context.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 750 | "media/webrtc/desktop_media_list.h", |
| 751 | "media/webrtc/desktop_media_list_base.cc", |
| 752 | "media/webrtc/desktop_media_list_base.h", |
Jeffrey Kardatzke | 3ac0c0f | 2018-01-31 02:05:40 | [diff] [blame] | 753 | "media/webrtc/desktop_media_picker.cc", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 754 | "media/webrtc/desktop_media_picker.h", |
Emircan Uysaler | 54124ea | 2018-08-09 23:20:38 | [diff] [blame] | 755 | "media/webrtc/desktop_media_picker_factory.cc", |
| 756 | "media/webrtc/desktop_media_picker_factory.h", |
Suman Kancherla | cd81063 | 2019-04-18 02:49:39 | [diff] [blame] | 757 | "media/webrtc/desktop_media_picker_manager.cc", |
| 758 | "media/webrtc/desktop_media_picker_manager.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 759 | "media/webrtc/media_capture_devices_dispatcher.cc", |
| 760 | "media/webrtc/media_capture_devices_dispatcher.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 761 | "media/webrtc/media_stream_capture_indicator.cc", |
| 762 | "media/webrtc/media_stream_capture_indicator.h", |
| 763 | "media/webrtc/media_stream_device_permission_context.cc", |
| 764 | "media/webrtc/media_stream_device_permission_context.h", |
| 765 | "media/webrtc/media_stream_device_permissions.cc", |
| 766 | "media/webrtc/media_stream_device_permissions.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 767 | "media/webrtc/native_desktop_media_list.cc", |
| 768 | "media/webrtc/native_desktop_media_list.h", |
| 769 | "media/webrtc/permission_bubble_media_access_handler.cc", |
| 770 | "media/webrtc/permission_bubble_media_access_handler.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 771 | "media/webrtc/webrtc_event_log_history.cc", |
| 772 | "media/webrtc/webrtc_event_log_history.h", |
| 773 | "media/webrtc/webrtc_event_log_manager.cc", |
| 774 | "media/webrtc/webrtc_event_log_manager.h", |
| 775 | "media/webrtc/webrtc_event_log_manager_common.cc", |
| 776 | "media/webrtc/webrtc_event_log_manager_common.h", |
Elad Alon | 0ef98df | 2018-07-26 18:10:17 | [diff] [blame] | 777 | "media/webrtc/webrtc_event_log_manager_keyed_service.cc", |
| 778 | "media/webrtc/webrtc_event_log_manager_keyed_service.h", |
| 779 | "media/webrtc/webrtc_event_log_manager_keyed_service_factory.cc", |
| 780 | "media/webrtc/webrtc_event_log_manager_keyed_service_factory.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 781 | "media/webrtc/webrtc_event_log_manager_local.cc", |
| 782 | "media/webrtc/webrtc_event_log_manager_local.h", |
| 783 | "media/webrtc/webrtc_event_log_manager_remote.cc", |
| 784 | "media/webrtc/webrtc_event_log_manager_remote.h", |
| 785 | "media/webrtc/webrtc_event_log_uploader.cc", |
| 786 | "media/webrtc/webrtc_event_log_uploader.h", |
Darin Fisher | f968ff6f | 2019-08-23 17:09:05 | [diff] [blame] | 787 | "media/webrtc/webrtc_log_buffer.cc", |
| 788 | "media/webrtc/webrtc_log_buffer.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 789 | "media/webrtc/webrtc_log_uploader.cc", |
| 790 | "media/webrtc/webrtc_log_uploader.h", |
| 791 | "media/webrtc/webrtc_log_util.cc", |
| 792 | "media/webrtc/webrtc_log_util.h", |
Darin Fisher | 09aa722 | 2019-08-29 09:27:36 | [diff] [blame] | 793 | "media/webrtc/webrtc_logging_controller.cc", |
| 794 | "media/webrtc/webrtc_logging_controller.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 795 | "media/webrtc/webrtc_rtp_dump_handler.cc", |
| 796 | "media/webrtc/webrtc_rtp_dump_handler.h", |
| 797 | "media/webrtc/webrtc_rtp_dump_writer.cc", |
| 798 | "media/webrtc/webrtc_rtp_dump_writer.h", |
| 799 | "media/webrtc/webrtc_text_log_handler.cc", |
| 800 | "media/webrtc/webrtc_text_log_handler.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 801 | "media/webrtc/window_icon_util.h", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 802 | "media/webrtc/window_icon_util_chromeos.cc", |
| 803 | "media/webrtc/window_icon_util_mac.mm", |
| 804 | "media/webrtc/window_icon_util_win.cc", |
Sebastien Marchand | 8c008810 | 2019-10-11 16:47:56 | [diff] [blame] | 805 | "memory/chrome_browser_main_extra_parts_memory.cc", |
| 806 | "memory/chrome_browser_main_extra_parts_memory.h", |
Sebastien Marchand | 5a63997a | 2019-09-27 19:15:34 | [diff] [blame] | 807 | "memory/enterprise_memory_limit_evaluator.cc", |
| 808 | "memory/enterprise_memory_limit_evaluator.h", |
| 809 | "memory/enterprise_memory_limit_pref_observer.cc", |
| 810 | "memory/enterprise_memory_limit_pref_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 811 | "memory_details.cc", |
| 812 | "memory_details.h", |
| 813 | "memory_details_android.cc", |
| 814 | "memory_details_linux.cc", |
| 815 | "memory_details_mac.cc", |
| 816 | "memory_details_win.cc", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 817 | "metrics/antivirus_metrics_provider_win.cc", |
| 818 | "metrics/antivirus_metrics_provider_win.h", |
Ken Buchanan | 881a29a | 2019-02-08 23:13:29 | [diff] [blame] | 819 | "metrics/bluetooth_available_utility.cc", |
| 820 | "metrics/bluetooth_available_utility.h", |
mblsha | 3cfcb7c | 2017-04-20 14:59:39 | [diff] [blame] | 821 | "metrics/browser_window_histogram_helper.cc", |
| 822 | "metrics/browser_window_histogram_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 823 | "metrics/chrome_browser_main_extra_parts_metrics.cc", |
| 824 | "metrics/chrome_browser_main_extra_parts_metrics.h", |
| 825 | "metrics/chrome_browser_main_extra_parts_metrics_mac.mm", |
Xi Han | 07bad289 | 2018-10-04 15:13:58 | [diff] [blame] | 826 | "metrics/chrome_feature_list_creator.cc", |
| 827 | "metrics/chrome_feature_list_creator.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 828 | "metrics/chrome_metrics_service_accessor.cc", |
| 829 | "metrics/chrome_metrics_service_accessor.h", |
| 830 | "metrics/chrome_metrics_service_client.cc", |
| 831 | "metrics/chrome_metrics_service_client.h", |
| 832 | "metrics/chrome_metrics_services_manager_client.cc", |
| 833 | "metrics/chrome_metrics_services_manager_client.h", |
| 834 | "metrics/chrome_stability_metrics_provider.cc", |
| 835 | "metrics/chrome_stability_metrics_provider.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 836 | "metrics/google_update_metrics_provider_win.cc", |
| 837 | "metrics/google_update_metrics_provider_win.h", |
| 838 | "metrics/https_engagement_metrics_provider.cc", |
| 839 | "metrics/https_engagement_metrics_provider.h", |
Alexei Svitkine | a19a825 | 2019-03-21 10:02:44 | [diff] [blame] | 840 | "metrics/incognito_observer.cc", |
| 841 | "metrics/incognito_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 842 | "metrics/jumplist_metrics_win.cc", |
| 843 | "metrics/jumplist_metrics_win.h", |
| 844 | "metrics/metrics_memory_details.cc", |
| 845 | "metrics/metrics_memory_details.h", |
| 846 | "metrics/metrics_reporting_state.cc", |
| 847 | "metrics/metrics_reporting_state.h", |
tbansal | 9b3dd2bc | 2017-01-11 06:12:59 | [diff] [blame] | 848 | "metrics/network_quality_estimator_provider_impl.cc", |
| 849 | "metrics/network_quality_estimator_provider_impl.h", |
Charles Harrison | dd9b1f9 | 2017-11-08 19:46:28 | [diff] [blame] | 850 | "metrics/oom/out_of_memory_reporter.cc", |
| 851 | "metrics/oom/out_of_memory_reporter.h", |
Sidney San MartÃn | 3bd1f5e | 2018-08-15 22:51:31 | [diff] [blame] | 852 | "metrics/power_metrics_provider_mac.h", |
| 853 | "metrics/power_metrics_provider_mac.mm", |
erikchen | a6e5f68 | 2017-05-12 20:39:20 | [diff] [blame] | 854 | "metrics/process_memory_metrics_emitter.cc", |
| 855 | "metrics/process_memory_metrics_emitter.h", |
keishi | 2c94c4d | 2017-03-09 05:13:15 | [diff] [blame] | 856 | "metrics/renderer_uptime_tracker.cc", |
| 857 | "metrics/renderer_uptime_tracker.h", |
| 858 | "metrics/renderer_uptime_web_contents_observer.cc", |
| 859 | "metrics/renderer_uptime_web_contents_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 860 | "metrics/sampling_metrics_provider.cc", |
| 861 | "metrics/sampling_metrics_provider.h", |
| 862 | "metrics/subprocess_metrics_provider.cc", |
| 863 | "metrics/subprocess_metrics_provider.h", |
Caroline Rising | 2ed4950 | 2019-06-19 23:05:22 | [diff] [blame] | 864 | "metrics/tab_count_metrics.cc", |
| 865 | "metrics/tab_count_metrics.h", |
Tom McKee | 9cd252e | 2018-10-19 14:09:16 | [diff] [blame] | 866 | "metrics/tab_footprint_aggregator.cc", |
| 867 | "metrics/tab_footprint_aggregator.h", |
Robert Kaplow | a5bcf62 | 2018-02-12 16:24:52 | [diff] [blame] | 868 | "metrics/testing/metrics_reporting_pref_helper.cc", |
| 869 | "metrics/testing/metrics_reporting_pref_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 870 | "metrics/thread_watcher.cc", |
| 871 | "metrics/thread_watcher.h", |
| 872 | "metrics/thread_watcher_android.cc", |
| 873 | "metrics/thread_watcher_android.h", |
| 874 | "metrics/thread_watcher_report_hang.cc", |
| 875 | "metrics/thread_watcher_report_hang.h", |
Rayan Kanso | 05e7ca1 | 2019-05-03 20:42:50 | [diff] [blame] | 876 | "metrics/ukm_background_recorder_service.cc", |
| 877 | "metrics/ukm_background_recorder_service.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 878 | "metrics/variations/chrome_variations_service_client.cc", |
| 879 | "metrics/variations/chrome_variations_service_client.h", |
Marijn Kruisselbrink | 2ce2a9a | 2019-07-10 00:30:38 | [diff] [blame] | 880 | "native_file_system/chrome_native_file_system_permission_context.cc", |
| 881 | "native_file_system/chrome_native_file_system_permission_context.h", |
| 882 | "native_file_system/native_file_system_permission_context_factory.cc", |
| 883 | "native_file_system/native_file_system_permission_context_factory.h", |
Marijn Kruisselbrink | b65e2c8b | 2019-07-11 16:00:09 | [diff] [blame] | 884 | "native_file_system/native_file_system_permission_request_manager.cc", |
| 885 | "native_file_system/native_file_system_permission_request_manager.h", |
Marijn Kruisselbrink | 270fee78 | 2020-02-14 11:12:39 | [diff] [blame] | 886 | "native_file_system/native_file_system_tab_helper.cc", |
| 887 | "native_file_system/native_file_system_tab_helper.h", |
Marijn Kruisselbrink | be6db9b3 | 2020-01-25 01:06:34 | [diff] [blame] | 888 | "native_file_system/origin_scoped_native_file_system_permission_context.cc", |
| 889 | "native_file_system/origin_scoped_native_file_system_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 890 | "native_window_notification_source.h", |
Lu Chen | 5bec7a30 | 2018-06-26 18:52:32 | [diff] [blame] | 891 | "navigation_predictor/navigation_predictor.cc", |
| 892 | "navigation_predictor/navigation_predictor.h", |
Tarun Bansal | c419328 | 2019-09-23 21:46:59 | [diff] [blame] | 893 | "navigation_predictor/navigation_predictor_keyed_service.cc", |
| 894 | "navigation_predictor/navigation_predictor_keyed_service.h", |
| 895 | "navigation_predictor/navigation_predictor_keyed_service_factory.cc", |
| 896 | "navigation_predictor/navigation_predictor_keyed_service_factory.h", |
Ryan Sturm | c53cfad6 | 2019-10-19 21:52:23 | [diff] [blame] | 897 | "navigation_predictor/navigation_predictor_preconnect_client.cc", |
| 898 | "navigation_predictor/navigation_predictor_preconnect_client.h", |
Ryan Sturm | cca491e | 2020-01-07 13:25:38 | [diff] [blame] | 899 | "navigation_predictor/search_engine_preconnector.cc", |
| 900 | "navigation_predictor/search_engine_preconnector.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 901 | "net/chrome_cookie_notification_details.h", |
mmenke | 1bb4d98 | 2017-06-09 22:22:05 | [diff] [blame] | 902 | "net/chrome_mojo_proxy_resolver_factory.cc", |
| 903 | "net/chrome_mojo_proxy_resolver_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 904 | "net/chrome_network_delegate.cc", |
| 905 | "net/chrome_network_delegate.h", |
John Abd-El-Malek | 19fcd26 | 2018-03-28 22:12:39 | [diff] [blame] | 906 | "net/chrome_report_sender.cc", |
| 907 | "net/chrome_report_sender.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 908 | "net/dns_probe_runner.cc", |
| 909 | "net/dns_probe_runner.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 910 | "net/dns_probe_service.h", |
Matt Mueller | daa304b | 2019-02-28 22:59:40 | [diff] [blame] | 911 | "net/dns_probe_service_factory.cc", |
| 912 | "net/dns_probe_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 913 | "net/file_downloader.cc", |
| 914 | "net/file_downloader.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 915 | "net/net_error_diagnostics_dialog.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 916 | "net/net_error_diagnostics_dialog_win.cc", |
| 917 | "net/net_error_tab_helper.cc", |
| 918 | "net/net_error_tab_helper.h", |
wangyix | 1f2d9429 | 2017-02-15 21:05:26 | [diff] [blame] | 919 | "net/net_export_helper.cc", |
| 920 | "net/net_export_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 921 | "net/prediction_options.cc", |
| 922 | "net/prediction_options.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 923 | "net/probe_message.cc", |
| 924 | "net/probe_message.h", |
mmenke | 0d1d09c3 | 2017-07-23 20:19:13 | [diff] [blame] | 925 | "net/profile_network_context_service.cc", |
| 926 | "net/profile_network_context_service.h", |
| 927 | "net/profile_network_context_service_factory.cc", |
| 928 | "net/profile_network_context_service_factory.h", |
Matt Menke | d0d0d050 | 2017-12-01 19:00:50 | [diff] [blame] | 929 | "net/proxy_config_monitor.cc", |
| 930 | "net/proxy_config_monitor.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 931 | "net/proxy_service_factory.cc", |
| 932 | "net/proxy_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 933 | "net/referrer.cc", |
| 934 | "net/referrer.h", |
David Van Cleve | 723ad70 | 2019-11-27 18:50:53 | [diff] [blame] | 935 | "net/referrer_policy_policy_handler.cc", |
| 936 | "net/referrer_policy_policy_handler.h", |
Ben Schwartz | e91bdcfe4 | 2020-05-07 14:49:50 | [diff] [blame] | 937 | "net/secure_dns_config.cc", |
| 938 | "net/secure_dns_config.h", |
Steven Bingler | ace5fd2 | 2019-08-20 21:01:20 | [diff] [blame] | 939 | "net/secure_dns_policy_handler.cc", |
| 940 | "net/secure_dns_policy_handler.h", |
Ben Schwartz | 135746c | 2020-05-14 04:37:03 | [diff] [blame] | 941 | "net/secure_dns_util.cc", |
| 942 | "net/secure_dns_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 943 | "net/service_providers_win.cc", |
| 944 | "net/service_providers_win.h", |
Eric Orth | 9a14dca | 2020-04-02 20:07:47 | [diff] [blame] | 945 | "net/stub_resolver_config_reader.cc", |
| 946 | "net/stub_resolver_config_reader.h", |
mmenke | f73a512 | 2017-07-13 23:27:39 | [diff] [blame] | 947 | "net/system_network_context_manager.cc", |
| 948 | "net/system_network_context_manager.h", |
dvallet | 233f57ab | 2016-12-21 03:17:10 | [diff] [blame] | 949 | "net_benchmarking.cc", |
| 950 | "net_benchmarking.h", |
Francois Beaufort | dbb86fd | 2019-11-22 14:29:09 | [diff] [blame] | 951 | "nfc/nfc_permission_context.cc", |
| 952 | "nfc/nfc_permission_context.h", |
Francois Beaufort | 569f6f93 | 2019-12-17 14:08:22 | [diff] [blame] | 953 | "nfc/nfc_permission_context_android.cc", |
| 954 | "nfc/nfc_permission_context_android.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 955 | "notifications/alert_dispatcher_mac.h", |
Anita Woodruff | 29eb39f | 2017-11-16 21:00:05 | [diff] [blame] | 956 | "notifications/metrics/notification_metrics_logger.cc", |
| 957 | "notifications/metrics/notification_metrics_logger.h", |
| 958 | "notifications/metrics/notification_metrics_logger_factory.cc", |
| 959 | "notifications/metrics/notification_metrics_logger_factory.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 960 | "notifications/non_persistent_notification_handler.cc", |
| 961 | "notifications/non_persistent_notification_handler.h", |
awdf | 338aa5e | 2017-06-09 14:14:11 | [diff] [blame] | 962 | "notifications/notification_channels_provider_android.cc", |
| 963 | "notifications/notification_channels_provider_android.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 964 | "notifications/notification_common.cc", |
| 965 | "notifications/notification_common.h", |
miguelg | abf610a | 2017-06-02 17:31:43 | [diff] [blame] | 966 | "notifications/notification_display_service.cc", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 967 | "notifications/notification_display_service.h", |
| 968 | "notifications/notification_display_service_factory.cc", |
| 969 | "notifications/notification_display_service_factory.h", |
Peter Beverloo | 7426194d | 2017-12-11 17:39:38 | [diff] [blame] | 970 | "notifications/notification_display_service_impl.cc", |
| 971 | "notifications/notification_display_service_impl.h", |
Peter Beverloo | 64337af | 2017-11-21 18:04:02 | [diff] [blame] | 972 | "notifications/notification_handler.cc", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 973 | "notifications/notification_handler.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 974 | "notifications/notification_permission_context.cc", |
| 975 | "notifications/notification_permission_context.h", |
Evan Stade | 25743923 | 2018-04-05 02:53:40 | [diff] [blame] | 976 | "notifications/notification_platform_bridge.cc", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 977 | "notifications/notification_platform_bridge.h", |
| 978 | "notifications/notification_platform_bridge_mac.h", |
| 979 | "notifications/notification_platform_bridge_mac.mm", |
Richard Knoll | 902601eb | 2019-03-14 17:37:11 | [diff] [blame] | 980 | "notifications/notification_trigger_scheduler.cc", |
| 981 | "notifications/notification_trigger_scheduler.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 982 | "notifications/notification_ui_manager.h", |
| 983 | "notifications/notifier_state_tracker.cc", |
| 984 | "notifications/notifier_state_tracker.h", |
| 985 | "notifications/notifier_state_tracker_factory.cc", |
| 986 | "notifications/notifier_state_tracker_factory.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 987 | "notifications/persistent_notification_handler.cc", |
| 988 | "notifications/persistent_notification_handler.h", |
Richard Knoll | d0eae96 | 2019-04-04 12:34:02 | [diff] [blame] | 989 | "notifications/platform_notification_service_factory.cc", |
| 990 | "notifications/platform_notification_service_factory.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 991 | "notifications/platform_notification_service_impl.cc", |
| 992 | "notifications/platform_notification_service_impl.h", |
Xing Liu | 548e30f | 2019-05-24 17:16:08 | [diff] [blame] | 993 | "notifications/scheduler/notification_background_task_scheduler_impl.cc", |
| 994 | "notifications/scheduler/notification_background_task_scheduler_impl.h", |
| 995 | "notifications/scheduler/notification_schedule_service_factory.cc", |
| 996 | "notifications/scheduler/notification_schedule_service_factory.h", |
Evan Stade | ea9be28f | 2018-02-06 18:32:31 | [diff] [blame] | 997 | "notifications/system_notification_helper.cc", |
| 998 | "notifications/system_notification_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 999 | "ntp_snippets/content_suggestions_service_factory.cc", |
| 1000 | "ntp_snippets/content_suggestions_service_factory.h", |
sfiera | 3cf8939 | 2017-01-13 13:53:43 | [diff] [blame] | 1001 | "ntp_snippets/ntp_snippets_metrics.cc", |
| 1002 | "ntp_snippets/ntp_snippets_metrics.h", |
kristipark | c019977 | 2018-07-18 05:25:42 | [diff] [blame] | 1003 | "ntp_tiles/chrome_custom_links_manager_factory.cc", |
| 1004 | "ntp_tiles/chrome_custom_links_manager_factory.h", |
sfiera | c35d272 | 2016-12-14 09:41:45 | [diff] [blame] | 1005 | "ntp_tiles/chrome_most_visited_sites_factory.cc", |
| 1006 | "ntp_tiles/chrome_most_visited_sites_factory.h", |
| 1007 | "ntp_tiles/chrome_popular_sites_factory.cc", |
| 1008 | "ntp_tiles/chrome_popular_sites_factory.h", |
dtrainor | e43c093 | 2017-03-20 21:14:22 | [diff] [blame] | 1009 | "offline_items_collection/offline_content_aggregator_factory.cc", |
| 1010 | "offline_items_collection/offline_content_aggregator_factory.h", |
Ce Chen | 8e8156df | 2019-07-16 21:13:12 | [diff] [blame] | 1011 | "omnibox/common/omnibox_features.h", |
Sophie Chang | 2ea7af9 | 2019-07-29 22:29:55 | [diff] [blame] | 1012 | "optimization_guide/optimization_guide_hints_manager.cc", |
| 1013 | "optimization_guide/optimization_guide_hints_manager.h", |
| 1014 | "optimization_guide/optimization_guide_keyed_service.cc", |
| 1015 | "optimization_guide/optimization_guide_keyed_service.h", |
| 1016 | "optimization_guide/optimization_guide_keyed_service_factory.cc", |
| 1017 | "optimization_guide/optimization_guide_keyed_service_factory.h", |
Sophie Chang | 35b8e24 | 2019-08-20 22:35:17 | [diff] [blame] | 1018 | "optimization_guide/optimization_guide_navigation_data.cc", |
| 1019 | "optimization_guide/optimization_guide_navigation_data.h", |
Sophie Chang | a23eb08 | 2019-10-01 20:26:55 | [diff] [blame] | 1020 | "optimization_guide/optimization_guide_permissions_util.cc", |
| 1021 | "optimization_guide/optimization_guide_permissions_util.h", |
Michael Crouse | 067bca10 | 2019-09-14 00:52:33 | [diff] [blame] | 1022 | "optimization_guide/optimization_guide_session_statistic.cc", |
| 1023 | "optimization_guide/optimization_guide_session_statistic.h", |
Sophie Chang | 9824753 | 2019-09-20 23:25:48 | [diff] [blame] | 1024 | "optimization_guide/optimization_guide_top_host_provider.cc", |
| 1025 | "optimization_guide/optimization_guide_top_host_provider.h", |
Michael Crouse | 895bc83a | 2019-12-03 18:04:29 | [diff] [blame] | 1026 | "optimization_guide/optimization_guide_util.cc", |
| 1027 | "optimization_guide/optimization_guide_util.h", |
Sophie Chang | fdceb0c | 2019-08-02 22:51:04 | [diff] [blame] | 1028 | "optimization_guide/optimization_guide_web_contents_observer.cc", |
| 1029 | "optimization_guide/optimization_guide_web_contents_observer.h", |
Michael Crouse | 675e72a | 2019-09-24 20:32:11 | [diff] [blame] | 1030 | "optimization_guide/prediction/decision_tree_prediction_model.cc", |
| 1031 | "optimization_guide/prediction/decision_tree_prediction_model.h", |
Michael Crouse | eb782c2 | 2019-10-08 04:59:27 | [diff] [blame] | 1032 | "optimization_guide/prediction/prediction_manager.cc", |
| 1033 | "optimization_guide/prediction/prediction_manager.h", |
Michael Crouse | 675e72a | 2019-09-24 20:32:11 | [diff] [blame] | 1034 | "optimization_guide/prediction/prediction_model.cc", |
| 1035 | "optimization_guide/prediction/prediction_model.h", |
Michael Crouse | ed05178e | 2019-09-25 23:30:56 | [diff] [blame] | 1036 | "optimization_guide/prediction/prediction_model_fetcher.cc", |
| 1037 | "optimization_guide/prediction/prediction_model_fetcher.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1038 | "page_load_metrics/observers/aborts_page_load_metrics_observer.cc", |
| 1039 | "page_load_metrics/observers/aborts_page_load_metrics_observer.h", |
John Delaney | 72b38cb4 | 2019-02-04 19:47:13 | [diff] [blame] | 1040 | "page_load_metrics/observers/ad_metrics/ads_page_load_metrics_observer.cc", |
| 1041 | "page_load_metrics/observers/ad_metrics/ads_page_load_metrics_observer.h", |
| 1042 | "page_load_metrics/observers/ad_metrics/frame_data.cc", |
| 1043 | "page_load_metrics/observers/ad_metrics/frame_data.h", |
ryansturm | 675a97de | 2016-12-29 00:58:16 | [diff] [blame] | 1044 | "page_load_metrics/observers/amp_page_load_metrics_observer.cc", |
| 1045 | "page_load_metrics/observers/amp_page_load_metrics_observer.h", |
rajendrant | 74f3e3d | 2018-07-12 08:45:55 | [diff] [blame] | 1046 | "page_load_metrics/observers/data_saver_site_breakdown_metrics_observer.cc", |
| 1047 | "page_load_metrics/observers/data_saver_site_breakdown_metrics_observer.h", |
rajendrant | af64d71 | 2019-01-08 06:48:42 | [diff] [blame] | 1048 | "page_load_metrics/observers/data_use_metrics_observer.cc", |
| 1049 | "page_load_metrics/observers/data_use_metrics_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1050 | "page_load_metrics/observers/document_write_page_load_metrics_observer.cc", |
| 1051 | "page_load_metrics/observers/document_write_page_load_metrics_observer.h", |
Annie Sullivan | 356a84d0 | 2019-01-25 22:22:34 | [diff] [blame] | 1052 | "page_load_metrics/observers/foreground_duration_ukm_observer.cc", |
| 1053 | "page_load_metrics/observers/foreground_duration_ukm_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1054 | "page_load_metrics/observers/from_gws_page_load_metrics_observer.cc", |
| 1055 | "page_load_metrics/observers/from_gws_page_load_metrics_observer.h", |
Kunihiko Sakamoto | 428cfddd | 2017-12-15 05:07:30 | [diff] [blame] | 1056 | "page_load_metrics/observers/histogram_suffixes.cc", |
| 1057 | "page_load_metrics/observers/histogram_suffixes.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1058 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_page_load_metrics_observer.cc", |
| 1059 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_page_load_metrics_observer.h", |
| 1060 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_service.cc", |
| 1061 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_service.h", |
| 1062 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_service_factory.cc", |
| 1063 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_service_factory.h", |
Robert Ogden | ee08484d | 2020-03-30 22:53:04 | [diff] [blame] | 1064 | "page_load_metrics/observers/isolated_prerender_page_load_metrics_observer.cc", |
| 1065 | "page_load_metrics/observers/isolated_prerender_page_load_metrics_observer.h", |
Scott Haseley | 45294ec1 | 2018-08-24 18:52:00 | [diff] [blame] | 1066 | "page_load_metrics/observers/live_tab_count_page_load_metrics_observer.cc", |
| 1067 | "page_load_metrics/observers/live_tab_count_page_load_metrics_observer.h", |
trevordixon | 3eb67a8 | 2017-06-09 12:21:32 | [diff] [blame] | 1068 | "page_load_metrics/observers/loading_predictor_page_load_metrics_observer.cc", |
| 1069 | "page_load_metrics/observers/loading_predictor_page_load_metrics_observer.h", |
Uttam Thakore | 54c314a | 2017-07-07 20:50:35 | [diff] [blame] | 1070 | "page_load_metrics/observers/local_network_requests_page_load_metrics_observer.cc", |
| 1071 | "page_load_metrics/observers/local_network_requests_page_load_metrics_observer.h", |
ryansturm | 09fb15d | 2017-03-16 00:14:55 | [diff] [blame] | 1072 | "page_load_metrics/observers/media_page_load_metrics_observer.cc", |
| 1073 | "page_load_metrics/observers/media_page_load_metrics_observer.h", |
ksakamoto | da5f02d5 | 2017-06-21 02:55:22 | [diff] [blame] | 1074 | "page_load_metrics/observers/multi_tab_loading_page_load_metrics_observer.cc", |
| 1075 | "page_load_metrics/observers/multi_tab_loading_page_load_metrics_observer.h", |
droger | c154315 | 2016-09-20 13:03:37 | [diff] [blame] | 1076 | "page_load_metrics/observers/no_state_prefetch_page_load_metrics_observer.cc", |
| 1077 | "page_load_metrics/observers/no_state_prefetch_page_load_metrics_observer.h", |
Doug Arnett | bb00497 | 2017-11-27 17:54:11 | [diff] [blame] | 1078 | "page_load_metrics/observers/offline_page_previews_page_load_metrics_observer.cc", |
| 1079 | "page_load_metrics/observers/offline_page_previews_page_load_metrics_observer.h", |
lpy | 71bcf50 | 2017-04-04 03:29:05 | [diff] [blame] | 1080 | "page_load_metrics/observers/omnibox_suggestion_used_page_load_metrics_observer.cc", |
| 1081 | "page_load_metrics/observers/omnibox_suggestion_used_page_load_metrics_observer.h", |
Michael Crouse | 067bca10 | 2019-09-14 00:52:33 | [diff] [blame] | 1082 | "page_load_metrics/observers/optimization_guide_page_load_metrics_observer.cc", |
| 1083 | "page_load_metrics/observers/optimization_guide_page_load_metrics_observer.h", |
Lucas Gadani | 97298562 | 2020-05-28 20:52:51 | [diff] [blame] | 1084 | "page_load_metrics/observers/portal_page_load_metrics_observer.cc", |
| 1085 | "page_load_metrics/observers/portal_page_load_metrics_observer.h", |
Doug Arnett | 5b47653 | 2018-10-11 19:56:27 | [diff] [blame] | 1086 | "page_load_metrics/observers/previews_page_load_metrics_observer.cc", |
| 1087 | "page_load_metrics/observers/previews_page_load_metrics_observer.h", |
ryansturm | 1806f8e1 | 2017-07-17 20:54:03 | [diff] [blame] | 1088 | "page_load_metrics/observers/previews_ukm_observer.cc", |
| 1089 | "page_load_metrics/observers/previews_ukm_observer.h", |
jkarlin | bb15011 | 2016-11-02 17:55:11 | [diff] [blame] | 1090 | "page_load_metrics/observers/protocol_page_load_metrics_observer.cc", |
| 1091 | "page_load_metrics/observers/protocol_page_load_metrics_observer.h", |
John Delaney | 037fdae | 2019-03-25 21:37:52 | [diff] [blame] | 1092 | "page_load_metrics/observers/resource_metrics_observer.cc", |
| 1093 | "page_load_metrics/observers/resource_metrics_observer.h", |
Robert Ogden | 11a4d06d | 2018-06-13 16:58:53 | [diff] [blame] | 1094 | "page_load_metrics/observers/scheme_page_load_metrics_observer.cc", |
| 1095 | "page_load_metrics/observers/scheme_page_load_metrics_observer.h", |
Christopher Thompson | b49d534 | 2018-02-21 00:12:00 | [diff] [blame] | 1096 | "page_load_metrics/observers/security_state_page_load_metrics_observer.cc", |
| 1097 | "page_load_metrics/observers/security_state_page_load_metrics_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1098 | "page_load_metrics/observers/service_worker_page_load_metrics_observer.cc", |
| 1099 | "page_load_metrics/observers/service_worker_page_load_metrics_observer.h", |
Kouhei Ueno | b3d334b | 2018-09-14 03:37:06 | [diff] [blame] | 1100 | "page_load_metrics/observers/signed_exchange_page_load_metrics_observer.cc", |
| 1101 | "page_load_metrics/observers/signed_exchange_page_load_metrics_observer.h", |
ryansturm | 248635a | 2017-02-22 14:35:59 | [diff] [blame] | 1102 | "page_load_metrics/observers/tab_restore_page_load_metrics_observer.cc", |
| 1103 | "page_load_metrics/observers/tab_restore_page_load_metrics_observer.h", |
Josh Karlin | daba3932 | 2019-07-17 23:24:33 | [diff] [blame] | 1104 | "page_load_metrics/observers/third_party_metrics_observer.cc", |
| 1105 | "page_load_metrics/observers/third_party_metrics_observer.h", |
oysteine | b766497 | 2017-02-01 19:18:48 | [diff] [blame] | 1106 | "page_load_metrics/observers/ukm_page_load_metrics_observer.cc", |
| 1107 | "page_load_metrics/observers/ukm_page_load_metrics_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1108 | "page_load_metrics/page_load_metrics_initialize.cc", |
| 1109 | "page_load_metrics/page_load_metrics_initialize.h", |
Mehran Mahmoudi | c42d1f1 | 2020-03-14 02:03:06 | [diff] [blame] | 1110 | "paint_preview/services/paint_preview_demo_service.cc", |
| 1111 | "paint_preview/services/paint_preview_demo_service.h", |
| 1112 | "paint_preview/services/paint_preview_demo_service_factory.cc", |
| 1113 | "paint_preview/services/paint_preview_demo_service_factory.h", |
ckitagawa | 7ea3734 | 2020-03-17 12:56:04 | [diff] [blame] | 1114 | "paint_preview/services/paint_preview_tab_service.cc", |
| 1115 | "paint_preview/services/paint_preview_tab_service.h", |
| 1116 | "paint_preview/services/paint_preview_tab_service_factory.cc", |
| 1117 | "paint_preview/services/paint_preview_tab_service_factory.h", |
Marc Treib | 6b21580 | 2019-08-29 16:31:20 | [diff] [blame] | 1118 | "password_manager/account_storage/account_password_store_factory.cc", |
| 1119 | "password_manager/account_storage/account_password_store_factory.h", |
Jan Wilken Dörrie | 8ba799fe | 2019-12-12 16:57:50 | [diff] [blame] | 1120 | "password_manager/biometric_authenticator_android.cc", |
| 1121 | "password_manager/biometric_authenticator_android.h", |
Vasilii Sukhanov | 01bfedd | 2020-02-12 12:49:36 | [diff] [blame] | 1122 | "password_manager/bulk_leak_check_service_factory.cc", |
| 1123 | "password_manager/bulk_leak_check_service_factory.h", |
Jan Wilken Dörrie | 8ba799fe | 2019-12-12 16:57:50 | [diff] [blame] | 1124 | "password_manager/chrome_biometric_authenticator.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1125 | "password_manager/chrome_password_manager_client.cc", |
| 1126 | "password_manager/chrome_password_manager_client.h", |
Vadym Doroshenko | 2f045cd | 2019-11-11 18:15:17 | [diff] [blame] | 1127 | "password_manager/field_info_manager_factory.cc", |
| 1128 | "password_manager/field_info_manager_factory.h", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 1129 | "password_manager/password_manager_util_mac.h", |
| 1130 | "password_manager/password_manager_util_mac.mm", |
| 1131 | "password_manager/password_manager_util_win.cc", |
| 1132 | "password_manager/password_manager_util_win.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1133 | "password_manager/password_store_factory.cc", |
| 1134 | "password_manager/password_store_factory.h", |
Ivana Zuzic | 0dbf2777 | 2019-09-18 19:48:35 | [diff] [blame] | 1135 | "password_manager/password_store_utils.cc", |
| 1136 | "password_manager/password_store_utils.h", |
Jinho Bang | 22de3a9 | 2018-02-27 18:16:22 | [diff] [blame] | 1137 | "payments/payment_handler_permission_context.cc", |
| 1138 | "payments/payment_handler_permission_context.h", |
rouslan | 6e3cf7c6 | 2017-04-17 21:23:28 | [diff] [blame] | 1139 | "payments/ssl_validity_checker.cc", |
Josh Simmons | 17cc88f | 2020-01-08 00:55:27 | [diff] [blame] | 1140 | "performance_hints/performance_hints_observer.cc", |
| 1141 | "performance_hints/performance_hints_observer.h", |
Josh Simmons | d429ec6 | 2020-06-02 00:10:31 | [diff] [blame] | 1142 | "performance_hints/performance_hints_rewrite_handler.cc", |
| 1143 | "performance_hints/performance_hints_rewrite_handler.h", |
Sigurdur Asgeirsson | 27499a4 | 2019-02-21 14:23:20 | [diff] [blame] | 1144 | "performance_manager/browser_child_process_watcher.cc", |
| 1145 | "performance_manager/browser_child_process_watcher.h", |
Sigurdur Asgeirsson | 54b7270 | 2019-04-12 14:18:54 | [diff] [blame] | 1146 | "performance_manager/chrome_browser_main_extra_parts_performance_manager.cc", |
| 1147 | "performance_manager/chrome_browser_main_extra_parts_performance_manager.h", |
Sigurdur Asgeirsson | 7069667 | 2019-02-08 16:14:51 | [diff] [blame] | 1148 | "performance_manager/chrome_content_browser_client_performance_manager_part.cc", |
| 1149 | "performance_manager/chrome_content_browser_client_performance_manager_part.h", |
Chris Hamilton | b88db346 | 2019-10-16 19:37:24 | [diff] [blame] | 1150 | "performance_manager/decorators/frame_priority_decorator.cc", |
| 1151 | "performance_manager/decorators/frame_priority_decorator.h", |
Chris Hamilton | 90e810f | 2019-04-15 19:02:25 | [diff] [blame] | 1152 | "performance_manager/decorators/frozen_frame_aggregator.cc", |
| 1153 | "performance_manager/decorators/frozen_frame_aggregator.h", |
Sebastien Marchand | 87bb814 | 2019-12-05 23:30:35 | [diff] [blame] | 1154 | "performance_manager/decorators/helpers/page_live_state_decorator_helper.cc", |
| 1155 | "performance_manager/decorators/helpers/page_live_state_decorator_helper.h", |
Sebastien Marchand | 274517f | 2019-10-02 19:05:11 | [diff] [blame] | 1156 | "performance_manager/decorators/page_aggregator.cc", |
| 1157 | "performance_manager/decorators/page_aggregator.h", |
Sebastien Marchand | 64fa4f012 | 2019-08-28 17:16:29 | [diff] [blame] | 1158 | "performance_manager/decorators/process_metrics_decorator.cc", |
| 1159 | "performance_manager/decorators/process_metrics_decorator.h", |
Chris Hamilton | 13da6b879 | 2019-10-29 22:05:45 | [diff] [blame] | 1160 | "performance_manager/decorators/process_priority_aggregator.cc", |
| 1161 | "performance_manager/decorators/process_priority_aggregator.h", |
Sebastien Marchand | 3b9b1f9 | 2020-02-26 22:53:25 | [diff] [blame] | 1162 | "performance_manager/mechanisms/high_pmf_memory_pressure_signals.cc", |
| 1163 | "performance_manager/mechanisms/high_pmf_memory_pressure_signals.h", |
Brian Geffon | e8865fd5 | 2019-07-17 20:52:36 | [diff] [blame] | 1164 | "performance_manager/mechanisms/working_set_trimmer.cc", |
| 1165 | "performance_manager/mechanisms/working_set_trimmer.h", |
| 1166 | "performance_manager/mechanisms/working_set_trimmer_chromeos.cc", |
| 1167 | "performance_manager/mechanisms/working_set_trimmer_chromeos.h", |
| 1168 | "performance_manager/mechanisms/working_set_trimmer_win.cc", |
| 1169 | "performance_manager/mechanisms/working_set_trimmer_win.h", |
Sebastien Marchand | 26179f9 | 2020-02-05 15:39:42 | [diff] [blame] | 1170 | "performance_manager/metrics/memory_pressure_metrics.cc", |
| 1171 | "performance_manager/metrics/memory_pressure_metrics.h", |
Sigurdur Asgeirsson | 824ee8e | 2019-02-06 13:52:46 | [diff] [blame] | 1172 | "performance_manager/observers/background_metrics_reporter.h", |
Chris Hamilton | c5f0b26 | 2019-05-24 18:00:32 | [diff] [blame] | 1173 | "performance_manager/observers/isolation_context_metrics.cc", |
| 1174 | "performance_manager/observers/isolation_context_metrics.h", |
Sigurdur Asgeirsson | 824ee8e | 2019-02-06 13:52:46 | [diff] [blame] | 1175 | "performance_manager/observers/metrics_collector.cc", |
| 1176 | "performance_manager/observers/metrics_collector.h", |
Sigurdur Asgeirsson | 68667e1 | 2020-04-29 17:53:29 | [diff] [blame] | 1177 | "performance_manager/policies/high_pmf_memory_pressure_policy.cc", |
| 1178 | "performance_manager/policies/high_pmf_memory_pressure_policy.h", |
| 1179 | "performance_manager/policies/policy_features.cc", |
| 1180 | "performance_manager/policies/policy_features.h", |
| 1181 | "performance_manager/policies/working_set_trimmer_policy.cc", |
| 1182 | "performance_manager/policies/working_set_trimmer_policy.h", |
| 1183 | "performance_manager/policies/working_set_trimmer_policy_chromeos.cc", |
| 1184 | "performance_manager/policies/working_set_trimmer_policy_chromeos.h", |
| 1185 | "performance_manager/policies/working_set_trimmer_policy_win.cc", |
| 1186 | "performance_manager/policies/working_set_trimmer_policy_win.h", |
Sebastien Marchand | c5a7c4c4 | 2019-02-21 20:30:25 | [diff] [blame] | 1187 | "performance_monitor/metric_evaluator_helper_win.cc", |
| 1188 | "performance_monitor/metric_evaluator_helper_win.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1189 | "performance_monitor/process_metrics_history.cc", |
| 1190 | "performance_monitor/process_metrics_history.h", |
Sebastien Marchand | 96ff7c00 | 2019-01-22 18:06:40 | [diff] [blame] | 1191 | "performance_monitor/process_monitor.cc", |
| 1192 | "performance_monitor/process_monitor.h", |
Sebastien Marchand | 6362987 | 2019-01-28 19:34:44 | [diff] [blame] | 1193 | "performance_monitor/system_monitor.cc", |
| 1194 | "performance_monitor/system_monitor.h", |
Balazs Engedy | 715b0ec | 2019-12-04 15:11:45 | [diff] [blame] | 1195 | "permissions/adaptive_quiet_notification_permission_ui_enabler.cc", |
| 1196 | "permissions/adaptive_quiet_notification_permission_ui_enabler.h", |
Clark DuVall | 38189ee | 2020-02-14 02:30:28 | [diff] [blame] | 1197 | "permissions/chrome_permissions_client.cc", |
| 1198 | "permissions/chrome_permissions_client.h", |
Balazs Engedy | ed2c217 | 2019-12-05 00:06:03 | [diff] [blame] | 1199 | "permissions/contextual_notification_permission_ui_selector.cc", |
| 1200 | "permissions/contextual_notification_permission_ui_selector.h", |
Balazs Engedy | ce7f30a | 2019-11-29 17:53:00 | [diff] [blame] | 1201 | "permissions/crowd_deny_preload_data.cc", |
| 1202 | "permissions/crowd_deny_preload_data.h", |
Balazs Engedy | 893ce4b5 | 2019-11-28 09:25:13 | [diff] [blame] | 1203 | "permissions/crowd_deny_safe_browsing_request.cc", |
| 1204 | "permissions/crowd_deny_safe_browsing_request.h", |
Clark DuVall | 03628dedc | 2020-01-30 22:25:52 | [diff] [blame] | 1205 | "permissions/permission_decision_auto_blocker_factory.cc", |
| 1206 | "permissions/permission_decision_auto_blocker_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1207 | "permissions/permission_manager_factory.cc", |
| 1208 | "permissions/permission_manager_factory.h", |
Balazs Engedy | 715b0ec | 2019-12-04 15:11:45 | [diff] [blame] | 1209 | "permissions/quiet_notification_permission_ui_config.cc", |
| 1210 | "permissions/quiet_notification_permission_ui_config.h", |
| 1211 | "permissions/quiet_notification_permission_ui_state.cc", |
| 1212 | "permissions/quiet_notification_permission_ui_state.h", |
Mounir Lamouri | abd8e1e7 | 2018-06-22 14:33:17 | [diff] [blame] | 1213 | "picture_in_picture/picture_in_picture_window_manager.cc", |
| 1214 | "picture_in_picture/picture_in_picture_window_manager.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1215 | "platform_util.h", |
| 1216 | "platform_util_chromeos.cc", |
| 1217 | "platform_util_internal.h", |
| 1218 | "platform_util_mac.mm", |
| 1219 | "platform_util_win.cc", |
Amber Won | 94afd811 | 2017-08-23 17:30:11 | [diff] [blame] | 1220 | "plugins/pdf_iframe_navigation_throttle.cc", |
| 1221 | "plugins/pdf_iframe_navigation_throttle.h", |
Amber Won | f7091da | 2017-07-28 21:09:42 | [diff] [blame] | 1222 | "plugins/pdf_plugin_placeholder_observer.cc", |
| 1223 | "plugins/pdf_plugin_placeholder_observer.h", |
Georges Khalil | a9fab63 | 2018-07-16 18:32:08 | [diff] [blame] | 1224 | "policy/browser_dm_token_storage.cc", |
Owen Min | adac2e806 | 2018-03-23 15:22:33 | [diff] [blame] | 1225 | "policy/browser_dm_token_storage.h", |
Georges Khalil | 15dc90a | 2018-07-18 16:15:10 | [diff] [blame] | 1226 | "policy/browser_dm_token_storage_linux.cc", |
| 1227 | "policy/browser_dm_token_storage_linux.h", |
Georges Khalil | d74ed58 | 2018-07-19 20:37:07 | [diff] [blame] | 1228 | "policy/browser_dm_token_storage_mac.h", |
| 1229 | "policy/browser_dm_token_storage_mac.mm", |
Owen Min | adac2e806 | 2018-03-23 15:22:33 | [diff] [blame] | 1230 | "policy/browser_dm_token_storage_win.cc", |
| 1231 | "policy/browser_dm_token_storage_win.h", |
Lutz Justen | 3ad6465 | 2018-08-20 11:54:28 | [diff] [blame] | 1232 | "policy/browsing_history_policy_handler.cc", |
| 1233 | "policy/browsing_history_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1234 | "policy/chrome_browser_policy_connector.cc", |
| 1235 | "policy/chrome_browser_policy_connector.h", |
Rohit Rao | 17a6a7e6 | 2020-02-05 18:54:49 | [diff] [blame] | 1236 | "policy/chrome_policy_conversions_client.cc", |
| 1237 | "policy/chrome_policy_conversions_client.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1238 | "policy/cloud/cloud_policy_invalidator.cc", |
| 1239 | "policy/cloud/cloud_policy_invalidator.h", |
Askar Aitzhan | 20a8002 | 2019-06-24 13:42:47 | [diff] [blame] | 1240 | "policy/cloud/policy_invalidation_util.cc", |
| 1241 | "policy/cloud/policy_invalidation_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1242 | "policy/cloud/remote_commands_invalidator.cc", |
| 1243 | "policy/cloud/remote_commands_invalidator.h", |
| 1244 | "policy/cloud/remote_commands_invalidator_impl.cc", |
| 1245 | "policy/cloud/remote_commands_invalidator_impl.h", |
| 1246 | "policy/cloud/user_cloud_policy_invalidator.cc", |
| 1247 | "policy/cloud/user_cloud_policy_invalidator.h", |
| 1248 | "policy/cloud/user_cloud_policy_invalidator_factory.cc", |
| 1249 | "policy/cloud/user_cloud_policy_invalidator_factory.h", |
| 1250 | "policy/configuration_policy_handler_list_factory.cc", |
| 1251 | "policy/configuration_policy_handler_list_factory.h", |
Pavol Marko | debb0ff | 2018-05-07 18:35:41 | [diff] [blame] | 1252 | "policy/developer_tools_policy_handler.cc", |
| 1253 | "policy/developer_tools_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1254 | "policy/device_management_service_configuration.cc", |
| 1255 | "policy/device_management_service_configuration.h", |
Anthony Vallee-Dubois | 2e5b044 | 2020-02-04 17:19:45 | [diff] [blame] | 1256 | "policy/enrollment_status.cc", |
| 1257 | "policy/enrollment_status.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1258 | "policy/file_selection_dialogs_policy_handler.cc", |
| 1259 | "policy/file_selection_dialogs_policy_handler.h", |
Lutz Justen | e4055bd | 2018-12-03 11:36:39 | [diff] [blame] | 1260 | "policy/homepage_location_policy_handler.cc", |
| 1261 | "policy/homepage_location_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1262 | "policy/javascript_policy_handler.cc", |
| 1263 | "policy/javascript_policy_handler.h", |
Zach Trudo | 28b2c25 | 2020-06-04 18:34:20 | [diff] [blame] | 1264 | "policy/messaging_layer/encryption/encryption_module.cc", |
| 1265 | "policy/messaging_layer/encryption/encryption_module.h", |
Zach Trudo | 227ef1c7 | 2020-06-02 21:45:46 | [diff] [blame] | 1266 | "policy/messaging_layer/public/report_queue.cc", |
| 1267 | "policy/messaging_layer/public/report_queue.h", |
Zach Trudo | 2ffa64a | 2020-05-05 21:53:14 | [diff] [blame] | 1268 | "policy/messaging_layer/public/report_queue_configuration.cc", |
| 1269 | "policy/messaging_layer/public/report_queue_configuration.h", |
Zach Trudo | 28b2c25 | 2020-06-04 18:34:20 | [diff] [blame] | 1270 | "policy/messaging_layer/storage/storage_module.cc", |
| 1271 | "policy/messaging_layer/storage/storage_module.h", |
Zach Trudo | d10e962 | 2020-04-28 19:55:07 | [diff] [blame] | 1272 | "policy/messaging_layer/util/status.cc", |
| 1273 | "policy/messaging_layer/util/status.h", |
| 1274 | "policy/messaging_layer/util/status_macros.h", |
| 1275 | "policy/messaging_layer/util/statusor.cc", |
| 1276 | "policy/messaging_layer/util/statusor.h", |
Leonid Baraz | a756662 | 2020-06-04 16:17:43 | [diff] [blame] | 1277 | "policy/messaging_layer/util/task_runner_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1278 | "policy/network_prediction_policy_handler.cc", |
| 1279 | "policy/network_prediction_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1280 | "policy/profile_policy_connector.cc", |
| 1281 | "policy/profile_policy_connector.h", |
Xi Han | acf4cfb | 2019-04-29 15:00:54 | [diff] [blame] | 1282 | "policy/profile_policy_connector_builder.cc", |
| 1283 | "policy/profile_policy_connector_builder.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1284 | "policy/schema_registry_service.cc", |
| 1285 | "policy/schema_registry_service.h", |
Xi Han | 9fd4400 | 2019-04-30 17:39:36 | [diff] [blame] | 1286 | "policy/schema_registry_service_builder.cc", |
| 1287 | "policy/schema_registry_service_builder.h", |
Ovidio Henriquez | d4412c9 | 2019-03-29 19:07:54 | [diff] [blame] | 1288 | "policy/webusb_allow_devices_for_urls_policy_handler.cc", |
| 1289 | "policy/webusb_allow_devices_for_urls_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1290 | "predictors/autocomplete_action_predictor.cc", |
| 1291 | "predictors/autocomplete_action_predictor.h", |
| 1292 | "predictors/autocomplete_action_predictor_factory.cc", |
| 1293 | "predictors/autocomplete_action_predictor_factory.h", |
| 1294 | "predictors/autocomplete_action_predictor_table.cc", |
| 1295 | "predictors/autocomplete_action_predictor_table.h", |
trevordixon | 3eb67a8 | 2017-06-09 12:21:32 | [diff] [blame] | 1296 | "predictors/loading_data_collector.cc", |
| 1297 | "predictors/loading_data_collector.h", |
lizeb | d999f0f | 2017-05-15 10:23:55 | [diff] [blame] | 1298 | "predictors/loading_predictor.cc", |
| 1299 | "predictors/loading_predictor.h", |
| 1300 | "predictors/loading_predictor_config.cc", |
| 1301 | "predictors/loading_predictor_config.h", |
| 1302 | "predictors/loading_predictor_factory.cc", |
| 1303 | "predictors/loading_predictor_factory.h", |
Alexandr Ilin | 068c897 | 2018-06-13 09:37:09 | [diff] [blame] | 1304 | "predictors/loading_predictor_tab_helper.cc", |
| 1305 | "predictors/loading_predictor_tab_helper.h", |
Alexandr Ilin | 961bcec | 2017-06-02 13:57:38 | [diff] [blame] | 1306 | "predictors/loading_stats_collector.cc", |
| 1307 | "predictors/loading_stats_collector.h", |
Alex Ilin | dc57769 | 2019-05-29 09:27:29 | [diff] [blame] | 1308 | "predictors/navigation_id.cc", |
| 1309 | "predictors/navigation_id.h", |
Darin Fisher | 86ec1f4 | 2019-10-30 04:26:53 | [diff] [blame] | 1310 | "predictors/network_hints_handler_impl.cc", |
| 1311 | "predictors/network_hints_handler_impl.h", |
Alexandr Ilin | 2f101843 | 2017-07-07 12:13:25 | [diff] [blame] | 1312 | "predictors/preconnect_manager.cc", |
| 1313 | "predictors/preconnect_manager.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1314 | "predictors/predictor_database.cc", |
| 1315 | "predictors/predictor_database.h", |
| 1316 | "predictors/predictor_database_factory.cc", |
| 1317 | "predictors/predictor_database_factory.h", |
Sophie Chang | a08624ea | 2020-03-10 19:52:10 | [diff] [blame] | 1318 | "predictors/predictors_enums.h", |
Tarun Bansal | 6c5bbd8 | 2019-06-25 04:50:58 | [diff] [blame] | 1319 | "predictors/predictors_features.cc", |
| 1320 | "predictors/predictors_features.h", |
Alexandr Ilin | 248c267 | 2018-09-10 10:40:51 | [diff] [blame] | 1321 | "predictors/proxy_lookup_client_impl.cc", |
| 1322 | "predictors/proxy_lookup_client_impl.h", |
Alexandr Ilin | 5b417db | 2018-08-17 18:34:00 | [diff] [blame] | 1323 | "predictors/resolve_host_client_impl.cc", |
| 1324 | "predictors/resolve_host_client_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1325 | "predictors/resource_prefetch_predictor.cc", |
| 1326 | "predictors/resource_prefetch_predictor.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1327 | "predictors/resource_prefetch_predictor_tables.cc", |
| 1328 | "predictors/resource_prefetch_predictor_tables.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1329 | "prefs/browser_prefs.cc", |
| 1330 | "prefs/browser_prefs.h", |
mlliu | f00ece6 | 2016-10-17 17:29:01 | [diff] [blame] | 1331 | "prefs/chrome_command_line_pref_store.cc", |
| 1332 | "prefs/chrome_command_line_pref_store.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1333 | "prefs/chrome_pref_model_associator_client.cc", |
| 1334 | "prefs/chrome_pref_model_associator_client.h", |
| 1335 | "prefs/chrome_pref_service_factory.cc", |
| 1336 | "prefs/chrome_pref_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1337 | "prefs/incognito_mode_prefs.cc", |
| 1338 | "prefs/incognito_mode_prefs.h", |
| 1339 | "prefs/origin_trial_prefs.cc", |
| 1340 | "prefs/origin_trial_prefs.h", |
| 1341 | "prefs/pref_metrics_service.cc", |
| 1342 | "prefs/pref_metrics_service.h", |
Ramin Halavati | f623bafe9 | 2018-07-17 12:12:58 | [diff] [blame] | 1343 | "prefs/pref_service_incognito_whitelist.cc", |
| 1344 | "prefs/pref_service_incognito_whitelist.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1345 | "prefs/pref_service_syncable_util.cc", |
| 1346 | "prefs/pref_service_syncable_util.h", |
| 1347 | "prefs/profile_pref_store_manager.cc", |
| 1348 | "prefs/profile_pref_store_manager.h", |
| 1349 | "prefs/session_startup_pref.cc", |
| 1350 | "prefs/session_startup_pref.h", |
Robert Ogden | 841a3cd | 2020-01-24 20:47:12 | [diff] [blame] | 1351 | "prerender/isolated/isolated_prerender_features.cc", |
| 1352 | "prerender/isolated/isolated_prerender_features.h", |
Robert Ogden | d51aabc3 | 2020-01-28 00:28:54 | [diff] [blame] | 1353 | "prerender/isolated/isolated_prerender_from_string_url_loader.cc", |
| 1354 | "prerender/isolated/isolated_prerender_from_string_url_loader.h", |
Robert Ogden | 841a3cd | 2020-01-24 20:47:12 | [diff] [blame] | 1355 | "prerender/isolated/isolated_prerender_params.cc", |
| 1356 | "prerender/isolated/isolated_prerender_params.h", |
| 1357 | "prerender/isolated/isolated_prerender_proxy_configurator.cc", |
| 1358 | "prerender/isolated/isolated_prerender_proxy_configurator.h", |
Robert Ogden | 31b23471 | 2020-06-04 22:51:21 | [diff] [blame] | 1359 | "prerender/isolated/isolated_prerender_proxying_url_loader_factory.cc", |
| 1360 | "prerender/isolated/isolated_prerender_proxying_url_loader_factory.h", |
Robert Ogden | 0cb5178e | 2020-01-28 20:31:26 | [diff] [blame] | 1361 | "prerender/isolated/isolated_prerender_service.cc", |
| 1362 | "prerender/isolated/isolated_prerender_service.h", |
| 1363 | "prerender/isolated/isolated_prerender_service_factory.cc", |
| 1364 | "prerender/isolated/isolated_prerender_service_factory.h", |
Robert Ogden | e3e7e40 | 2020-01-31 16:42:17 | [diff] [blame] | 1365 | "prerender/isolated/isolated_prerender_service_workers_observer.cc", |
| 1366 | "prerender/isolated/isolated_prerender_service_workers_observer.h", |
Robert Ogden | 61f89aae | 2020-06-03 16:23:54 | [diff] [blame] | 1367 | "prerender/isolated/isolated_prerender_subresource_manager.cc", |
| 1368 | "prerender/isolated/isolated_prerender_subresource_manager.h", |
Robert Ogden | 8495b90 | 2020-01-24 05:27:39 | [diff] [blame] | 1369 | "prerender/isolated/isolated_prerender_tab_helper.cc", |
| 1370 | "prerender/isolated/isolated_prerender_tab_helper.h", |
Robert Ogden | 6946ad4 | 2020-01-13 18:01:30 | [diff] [blame] | 1371 | "prerender/isolated/isolated_prerender_url_loader.cc", |
| 1372 | "prerender/isolated/isolated_prerender_url_loader.h", |
| 1373 | "prerender/isolated/isolated_prerender_url_loader_interceptor.cc", |
| 1374 | "prerender/isolated/isolated_prerender_url_loader_interceptor.h", |
Robert Ogden | d5a8778 | 2020-01-31 21:05:23 | [diff] [blame] | 1375 | "prerender/isolated/prefetched_mainframe_response_container.cc", |
| 1376 | "prerender/isolated/prefetched_mainframe_response_container.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1377 | "prerender/prerender_config.cc", |
| 1378 | "prerender/prerender_config.h", |
| 1379 | "prerender/prerender_contents.cc", |
| 1380 | "prerender/prerender_contents.h", |
| 1381 | "prerender/prerender_field_trial.cc", |
| 1382 | "prerender/prerender_field_trial.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1383 | "prerender/prerender_handle.cc", |
| 1384 | "prerender/prerender_handle.h", |
| 1385 | "prerender/prerender_histograms.cc", |
| 1386 | "prerender/prerender_histograms.h", |
| 1387 | "prerender/prerender_history.cc", |
| 1388 | "prerender/prerender_history.h", |
| 1389 | "prerender/prerender_link_manager.cc", |
| 1390 | "prerender/prerender_link_manager.h", |
| 1391 | "prerender/prerender_link_manager_factory.cc", |
| 1392 | "prerender/prerender_link_manager_factory.h", |
| 1393 | "prerender/prerender_manager.cc", |
| 1394 | "prerender/prerender_manager.h", |
| 1395 | "prerender/prerender_manager_factory.cc", |
| 1396 | "prerender/prerender_manager_factory.h", |
| 1397 | "prerender/prerender_message_filter.cc", |
| 1398 | "prerender/prerender_message_filter.h", |
Darin Fisher | 54cba87 | 2020-02-06 21:12:55 | [diff] [blame] | 1399 | "prerender/prerender_processor_impl.cc", |
| 1400 | "prerender/prerender_processor_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1401 | "prerender/prerender_tab_helper.cc", |
| 1402 | "prerender/prerender_tab_helper.h", |
| 1403 | "prerender/prerender_util.cc", |
| 1404 | "prerender/prerender_util.h", |
Ryan Sturm | cc5071be | 2019-02-16 02:15:19 | [diff] [blame] | 1405 | "previews/previews_content_util.cc", |
| 1406 | "previews/previews_content_util.h", |
Robert Ogden | d46ffb69 | 2020-04-22 22:26:13 | [diff] [blame] | 1407 | "previews/previews_https_notification_infobar_decider.cc", |
Robert Ogden | 853933e | 2019-03-11 23:06:12 | [diff] [blame] | 1408 | "previews/previews_https_notification_infobar_decider.h", |
Robert Ogden | 21bafcb2 | 2018-10-03 06:12:10 | [diff] [blame] | 1409 | "previews/previews_lite_page_infobar_delegate.cc", |
| 1410 | "previews/previews_lite_page_infobar_delegate.h", |
Robert Ogden | 9b95cd5 | 2019-04-23 14:43:58 | [diff] [blame] | 1411 | "previews/previews_offline_helper.cc", |
| 1412 | "previews/previews_offline_helper.h", |
ryansturm | 41832e54 | 2016-09-09 19:34:08 | [diff] [blame] | 1413 | "previews/previews_service.cc", |
| 1414 | "previews/previews_service.h", |
| 1415 | "previews/previews_service_factory.cc", |
| 1416 | "previews/previews_service_factory.h", |
Robert Ogden | a15479c | 2018-08-15 21:26:36 | [diff] [blame] | 1417 | "previews/previews_ui_tab_helper.cc", |
| 1418 | "previews/previews_ui_tab_helper.h", |
Tarun Bansal | dc97029 | 2018-07-12 00:02:58 | [diff] [blame] | 1419 | "previews/resource_loading_hints/resource_loading_hints_web_contents_observer.cc", |
| 1420 | "previews/resource_loading_hints/resource_loading_hints_web_contents_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1421 | "process_resource_usage.cc", |
| 1422 | "process_resource_usage.h", |
| 1423 | "process_singleton.h", |
Leonard Grey | fe15df9 | 2017-12-08 17:09:53 | [diff] [blame] | 1424 | "process_singleton_mac.mm", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1425 | "process_singleton_win.cc", |
| 1426 | "profiles/avatar_menu_actions.h", |
| 1427 | "profiles/bookmark_model_loaded_observer.cc", |
| 1428 | "profiles/bookmark_model_loaded_observer.h", |
| 1429 | "profiles/chrome_browser_main_extra_parts_profiles.cc", |
| 1430 | "profiles/chrome_browser_main_extra_parts_profiles.h", |
| 1431 | "profiles/chrome_version_service.cc", |
| 1432 | "profiles/chrome_version_service.h", |
Lutz Justen | 3ad6465 | 2018-08-20 11:54:28 | [diff] [blame] | 1433 | "profiles/force_safe_search_policy_handler.cc", |
| 1434 | "profiles/force_safe_search_policy_handler.h", |
| 1435 | "profiles/force_youtube_safety_mode_policy_handler.cc", |
| 1436 | "profiles/force_youtube_safety_mode_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1437 | "profiles/gaia_info_update_service.cc", |
| 1438 | "profiles/gaia_info_update_service.h", |
| 1439 | "profiles/gaia_info_update_service_factory.cc", |
| 1440 | "profiles/gaia_info_update_service_factory.h", |
zmin | f9648754 | 2016-11-29 17:34:55 | [diff] [blame] | 1441 | "profiles/guest_mode_policy_handler.cc", |
| 1442 | "profiles/guest_mode_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1443 | "profiles/incognito_helpers.cc", |
| 1444 | "profiles/incognito_helpers.h", |
| 1445 | "profiles/incognito_mode_policy_handler.cc", |
| 1446 | "profiles/incognito_mode_policy_handler.h", |
| 1447 | "profiles/off_the_record_profile_impl.cc", |
| 1448 | "profiles/off_the_record_profile_impl.h", |
Xi Han | 9fd4400 | 2019-04-30 17:39:36 | [diff] [blame] | 1449 | "profiles/pref_service_builder_utils.cc", |
| 1450 | "profiles/pref_service_builder_utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1451 | "profiles/profile.cc", |
| 1452 | "profiles/profile.h", |
| 1453 | "profiles/profile_attributes_entry.cc", |
| 1454 | "profiles/profile_attributes_entry.h", |
| 1455 | "profiles/profile_attributes_storage.cc", |
| 1456 | "profiles/profile_attributes_storage.h", |
| 1457 | "profiles/profile_avatar_downloader.cc", |
| 1458 | "profiles/profile_avatar_downloader.h", |
| 1459 | "profiles/profile_avatar_icon_util.cc", |
| 1460 | "profiles/profile_avatar_icon_util.h", |
| 1461 | "profiles/profile_destroyer.cc", |
| 1462 | "profiles/profile_destroyer.h", |
| 1463 | "profiles/profile_downloader.cc", |
| 1464 | "profiles/profile_downloader.h", |
| 1465 | "profiles/profile_downloader_delegate.h", |
| 1466 | "profiles/profile_impl.cc", |
| 1467 | "profiles/profile_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1468 | "profiles/profile_info_cache.cc", |
| 1469 | "profiles/profile_info_cache.h", |
| 1470 | "profiles/profile_info_cache_observer.h", |
| 1471 | "profiles/profile_info_interface.h", |
| 1472 | "profiles/profile_io_data.cc", |
| 1473 | "profiles/profile_io_data.h", |
Matt Menke | fd17aa9 | 2020-01-07 22:54:38 | [diff] [blame] | 1474 | "profiles/profile_io_data_handle.cc", |
| 1475 | "profiles/profile_io_data_handle.h", |
Henrique Nakashima | 2ae7343 | 2019-04-11 21:26:31 | [diff] [blame] | 1476 | "profiles/profile_key.cc", |
| 1477 | "profiles/profile_key.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1478 | "profiles/profile_manager.cc", |
| 1479 | "profiles/profile_manager.h", |
Evan Stade | d89e11c | 2019-09-05 18:08:56 | [diff] [blame] | 1480 | "profiles/profile_manager_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1481 | "profiles/profile_metrics.cc", |
| 1482 | "profiles/profile_metrics.h", |
Evan Stade | cc3efefb | 2019-10-15 16:02:00 | [diff] [blame] | 1483 | "profiles/profile_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1484 | "profiles/profile_shortcut_manager_win.cc", |
| 1485 | "profiles/profile_shortcut_manager_win.h", |
| 1486 | "profiles/profiles_state.cc", |
| 1487 | "profiles/profiles_state.h", |
John Abd-El-Malek | 1f7fc91 | 2018-07-26 02:48:06 | [diff] [blame] | 1488 | "profiles/renderer_updater.cc", |
| 1489 | "profiles/renderer_updater.h", |
| 1490 | "profiles/renderer_updater_factory.cc", |
| 1491 | "profiles/renderer_updater_factory.h", |
Askar Aitzhan | 6ca3ae9 | 2019-09-06 17:11:29 | [diff] [blame] | 1492 | "profiles/reporting_util.cc", |
| 1493 | "profiles/reporting_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1494 | "profiles/sql_init_error_message_ids.cc", |
| 1495 | "profiles/sql_init_error_message_ids.h", |
| 1496 | "profiles/storage_partition_descriptor.h", |
Peter Beverloo | afb1ab4 | 2018-08-20 13:03:45 | [diff] [blame] | 1497 | "push_messaging/budget_database.cc", |
| 1498 | "push_messaging/budget_database.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1499 | "push_messaging/push_messaging_app_identifier.cc", |
| 1500 | "push_messaging/push_messaging_app_identifier.h", |
| 1501 | "push_messaging/push_messaging_constants.cc", |
| 1502 | "push_messaging/push_messaging_constants.h", |
Peter Beverloo | cf7390a | 2020-01-14 13:00:54 | [diff] [blame] | 1503 | "push_messaging/push_messaging_features.cc", |
| 1504 | "push_messaging/push_messaging_features.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 1505 | "push_messaging/push_messaging_notification_manager.cc", |
| 1506 | "push_messaging/push_messaging_notification_manager.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1507 | "push_messaging/push_messaging_service_factory.cc", |
| 1508 | "push_messaging/push_messaging_service_factory.h", |
| 1509 | "push_messaging/push_messaging_service_impl.cc", |
| 1510 | "push_messaging/push_messaging_service_impl.h", |
Hesen Zhang | 7e39368 | 2020-05-01 18:52:07 | [diff] [blame] | 1511 | "query_tiles/tile_background_task.cc", |
| 1512 | "query_tiles/tile_background_task.h", |
Shakti Sahu | ce57c7d9 | 2020-04-29 01:47:17 | [diff] [blame] | 1513 | "query_tiles/tile_service_factory.cc", |
| 1514 | "query_tiles/tile_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1515 | "renderer_context_menu/context_menu_content_type_factory.cc", |
| 1516 | "renderer_context_menu/context_menu_content_type_factory.h", |
clamy | 1e5574e | 2016-09-29 16:48:44 | [diff] [blame] | 1517 | "renderer_host/chrome_navigation_ui_data.cc", |
| 1518 | "renderer_host/chrome_navigation_ui_data.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1519 | "renderer_host/chrome_render_widget_host_view_mac_delegate.h", |
| 1520 | "renderer_host/chrome_render_widget_host_view_mac_delegate.mm", |
| 1521 | "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h", |
| 1522 | "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1523 | "renderer_preferences_util.cc", |
| 1524 | "renderer_preferences_util.h", |
Emily Stark | 474b8ca | 2019-10-24 15:35:39 | [diff] [blame] | 1525 | "reputation/local_heuristics.cc", |
| 1526 | "reputation/local_heuristics.h", |
| 1527 | "reputation/reputation_service.cc", |
| 1528 | "reputation/reputation_service.h", |
| 1529 | "reputation/reputation_web_contents_observer.cc", |
| 1530 | "reputation/reputation_web_contents_observer.h", |
| 1531 | "reputation/safety_tip_ui.h", |
| 1532 | "reputation/safety_tip_ui_helper.cc", |
| 1533 | "reputation/safety_tip_ui_helper.h", |
| 1534 | "reputation/safety_tips_config.cc", |
| 1535 | "reputation/safety_tips_config.h", |
Sebastien Marchand | 2ebd925 | 2018-11-08 18:39:35 | [diff] [blame] | 1536 | "resource_coordinator/resource_coordinator_parts.cc", |
| 1537 | "resource_coordinator/resource_coordinator_parts.h", |
Chris Hamilton | cc0d13f3 | 2018-06-08 01:28:04 | [diff] [blame] | 1538 | "resource_coordinator/session_restore_policy.cc", |
| 1539 | "resource_coordinator/session_restore_policy.h", |
Sigurdur Asgeirsson | c502833 | 2018-05-24 14:29:06 | [diff] [blame] | 1540 | "resource_coordinator/tab_helper.cc", |
| 1541 | "resource_coordinator/tab_helper.h", |
Chris Hamilton | 5b424b6 | 2018-04-04 20:44:21 | [diff] [blame] | 1542 | "resource_coordinator/tab_load_tracker.cc", |
| 1543 | "resource_coordinator/tab_load_tracker.h", |
Takashi SAKAMOTO | 0065226 | 2018-05-25 06:57:15 | [diff] [blame] | 1544 | "resource_coordinator/tab_memory_metrics_reporter.cc", |
| 1545 | "resource_coordinator/tab_memory_metrics_reporter.h", |
| 1546 | "resource_coordinator/time.cc", |
| 1547 | "resource_coordinator/time.h", |
Sebastien Marchand | 2ebd925 | 2018-11-08 18:39:35 | [diff] [blame] | 1548 | "resource_coordinator/utils.cc", |
| 1549 | "resource_coordinator/utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1550 | "resources_util.cc", |
| 1551 | "resources_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1552 | "search/search.cc", |
| 1553 | "search/search.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1554 | "search/suggestions/suggestions_service_factory.cc", |
| 1555 | "search/suggestions/suggestions_service_factory.h", |
| 1556 | "search/suggestions/suggestions_ui.cc", |
| 1557 | "search/suggestions/suggestions_ui.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1558 | "search_engines/chrome_template_url_service_client.cc", |
| 1559 | "search_engines/chrome_template_url_service_client.h", |
| 1560 | "search_engines/template_url_fetcher_factory.cc", |
| 1561 | "search_engines/template_url_fetcher_factory.h", |
| 1562 | "search_engines/template_url_service_factory.cc", |
| 1563 | "search_engines/template_url_service_factory.h", |
| 1564 | "search_engines/ui_thread_search_terms_data.cc", |
| 1565 | "search_engines/ui_thread_search_terms_data.h", |
| 1566 | "search_engines/ui_thread_search_terms_data_android.cc", |
| 1567 | "search_engines/ui_thread_search_terms_data_android.h", |
Chris Pickel | 04229c8 | 2017-08-08 13:38:35 | [diff] [blame] | 1568 | "search_provider_logos/logo_service_factory.cc", |
| 1569 | "search_provider_logos/logo_service_factory.h", |
Markus Heintz | e7bd646 | 2019-03-14 14:04:10 | [diff] [blame] | 1570 | "security_events/security_event_recorder.h", |
| 1571 | "security_events/security_event_recorder_factory.cc", |
| 1572 | "security_events/security_event_recorder_factory.h", |
| 1573 | "security_events/security_event_recorder_impl.cc", |
| 1574 | "security_events/security_event_recorder_impl.h", |
| 1575 | "security_events/security_event_sync_bridge.h", |
| 1576 | "security_events/security_event_sync_bridge_impl.cc", |
| 1577 | "security_events/security_event_sync_bridge_impl.h", |
Tanya Gupta | aa62083 | 2019-02-26 17:02:46 | [diff] [blame] | 1578 | "send_tab_to_self/receiving_ui_handler.h", |
| 1579 | "send_tab_to_self/receiving_ui_handler_registry.cc", |
| 1580 | "send_tab_to_self/receiving_ui_handler_registry.h", |
| 1581 | "send_tab_to_self/send_tab_to_self_client_service.cc", |
| 1582 | "send_tab_to_self/send_tab_to_self_client_service.h", |
| 1583 | "send_tab_to_self/send_tab_to_self_client_service_factory.cc", |
| 1584 | "send_tab_to_self/send_tab_to_self_client_service_factory.h", |
sebsg | d3f9a5d | 2019-03-25 19:57:04 | [diff] [blame] | 1585 | "send_tab_to_self/send_tab_to_self_util.cc", |
| 1586 | "send_tab_to_self/send_tab_to_self_util.h", |
Alex Gough | f3ead0a | 2020-05-12 21:36:43 | [diff] [blame] | 1587 | "service_sandbox_type.h", |
thestig | c839b55 | 2017-03-23 02:38:56 | [diff] [blame] | 1588 | "sessions/chrome_serialized_navigation_driver.cc", |
| 1589 | "sessions/chrome_serialized_navigation_driver.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1590 | "sessions/chrome_tab_restore_service_client.cc", |
| 1591 | "sessions/chrome_tab_restore_service_client.h", |
| 1592 | "sessions/restore_on_startup_policy_handler.cc", |
| 1593 | "sessions/restore_on_startup_policy_handler.h", |
| 1594 | "sessions/session_common_utils.cc", |
| 1595 | "sessions/session_common_utils.h", |
| 1596 | "sessions/session_data_deleter.cc", |
| 1597 | "sessions/session_data_deleter.h", |
| 1598 | "sessions/session_restore_android.cc", |
Scott Violet | e41d5bc | 2020-01-14 03:53:09 | [diff] [blame] | 1599 | "sessions/session_tab_helper_factory.cc", |
| 1600 | "sessions/session_tab_helper_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1601 | "sessions/tab_restore_service_factory.cc", |
| 1602 | "sessions/tab_restore_service_factory.h", |
Himanshu Jaju | 698d8b2 | 2019-06-18 11:47:56 | [diff] [blame] | 1603 | "sharing/ack_message_handler.cc", |
| 1604 | "sharing/ack_message_handler.h", |
Michael van Ouwerkerk | 88581dd | 2019-07-03 10:41:42 | [diff] [blame] | 1605 | "sharing/click_to_call/click_to_call_message_handler_android.cc", |
| 1606 | "sharing/click_to_call/click_to_call_message_handler_android.h", |
Yasmin | 71ff267 | 2019-06-20 16:22:49 | [diff] [blame] | 1607 | "sharing/click_to_call/feature.cc", |
| 1608 | "sharing/click_to_call/feature.h", |
Himanshu Jaju | dbcee23 | 2019-06-17 19:41:49 | [diff] [blame] | 1609 | "sharing/features.cc", |
| 1610 | "sharing/features.h", |
Alex Chau | 0046e01 | 2019-07-04 15:28:11 | [diff] [blame] | 1611 | "sharing/ping_message_handler.cc", |
| 1612 | "sharing/ping_message_handler.h", |
Yasmin | 69a132f | 2019-08-07 15:30:36 | [diff] [blame] | 1613 | "sharing/shared_clipboard/feature_flags.cc", |
| 1614 | "sharing/shared_clipboard/feature_flags.h", |
Michael van Ouwerkerk | a1aa4dd | 2019-11-15 20:22:53 | [diff] [blame] | 1615 | "sharing/shared_clipboard/remote_copy_handle_message_result.h", |
Rayan Kanso | 5292deda | 2019-09-04 11:37:17 | [diff] [blame] | 1616 | "sharing/shared_clipboard/shared_clipboard_message_handler.cc", |
| 1617 | "sharing/shared_clipboard/shared_clipboard_message_handler.h", |
Alex Chau | f599bb38 | 2019-07-19 15:39:07 | [diff] [blame] | 1618 | "sharing/sharing_constants.cc", |
| 1619 | "sharing/sharing_constants.h", |
Himanshu Jaju | e2fbb5c5 | 2019-07-01 20:50:05 | [diff] [blame] | 1620 | "sharing/sharing_device_registration.cc", |
| 1621 | "sharing/sharing_device_registration.h", |
Alex Chau | 7c6533d | 2019-07-19 16:15:11 | [diff] [blame] | 1622 | "sharing/sharing_device_registration_result.h", |
Richard Knoll | cd7072bf | 2019-11-14 16:36:14 | [diff] [blame] | 1623 | "sharing/sharing_device_source.cc", |
| 1624 | "sharing/sharing_device_source.h", |
| 1625 | "sharing/sharing_device_source_sync.cc", |
| 1626 | "sharing/sharing_device_source_sync.h", |
Himanshu Jaju | 698d8b2 | 2019-06-18 11:47:56 | [diff] [blame] | 1627 | "sharing/sharing_fcm_handler.cc", |
| 1628 | "sharing/sharing_fcm_handler.h", |
| 1629 | "sharing/sharing_fcm_sender.cc", |
| 1630 | "sharing/sharing_fcm_sender.h", |
Richard Knoll | 367f223 | 2019-11-14 18:11:34 | [diff] [blame] | 1631 | "sharing/sharing_handler_registry.h", |
| 1632 | "sharing/sharing_handler_registry_impl.cc", |
| 1633 | "sharing/sharing_handler_registry_impl.h", |
Rushan Suleymanov | 4f66fa0 | 2020-01-21 14:12:30 | [diff] [blame] | 1634 | "sharing/sharing_message_bridge.h", |
Rushan Suleymanov | b32520d | 2020-01-23 11:35:12 | [diff] [blame] | 1635 | "sharing/sharing_message_bridge_factory.cc", |
| 1636 | "sharing/sharing_message_bridge_factory.h", |
Rushan Suleymanov | 4f66fa0 | 2020-01-21 14:12:30 | [diff] [blame] | 1637 | "sharing/sharing_message_bridge_impl.cc", |
| 1638 | "sharing/sharing_message_bridge_impl.h", |
Alex Chau | 70631ad | 2019-05-29 12:23:07 | [diff] [blame] | 1639 | "sharing/sharing_message_handler.h", |
Rushan Suleymanov | 8154680 | 2020-01-27 15:52:31 | [diff] [blame] | 1640 | "sharing/sharing_message_model_type_controller.cc", |
| 1641 | "sharing/sharing_message_model_type_controller.h", |
Himanshu Jaju | a69dbe5 | 2019-11-04 19:58:05 | [diff] [blame] | 1642 | "sharing/sharing_message_sender.cc", |
| 1643 | "sharing/sharing_message_sender.h", |
Michael van Ouwerkerk | 16acf211a | 2019-07-17 15:31:57 | [diff] [blame] | 1644 | "sharing/sharing_metrics.cc", |
| 1645 | "sharing/sharing_metrics.h", |
Alex Chau | d6eff3c | 2019-08-20 15:57:09 | [diff] [blame] | 1646 | "sharing/sharing_send_message_result.h", |
Alex Chau | 70631ad | 2019-05-29 12:23:07 | [diff] [blame] | 1647 | "sharing/sharing_service.cc", |
| 1648 | "sharing/sharing_service.h", |
| 1649 | "sharing/sharing_service_factory.cc", |
| 1650 | "sharing/sharing_service_factory.h", |
Rayan Kanso | e295b3f2 | 2019-08-28 11:09:43 | [diff] [blame] | 1651 | "sharing/sharing_service_proxy_android.cc", |
| 1652 | "sharing/sharing_service_proxy_android.h", |
Himanshu Jaju | bcf3b929 | 2019-06-07 12:54:07 | [diff] [blame] | 1653 | "sharing/sharing_sync_preference.cc", |
| 1654 | "sharing/sharing_sync_preference.h", |
Himanshu Jaju | 115ec0b | 2019-10-30 11:59:39 | [diff] [blame] | 1655 | "sharing/sharing_utils.cc", |
| 1656 | "sharing/sharing_utils.h", |
Sam Goto | 4e2f70a | 2019-11-06 23:32:19 | [diff] [blame] | 1657 | "sharing/sms/sms_fetch_request_handler.cc", |
| 1658 | "sharing/sms/sms_fetch_request_handler.h", |
Sam Goto | 5cf068e8 | 2019-11-04 23:08:44 | [diff] [blame] | 1659 | "sharing/sms/sms_flags.cc", |
| 1660 | "sharing/sms/sms_flags.h", |
| 1661 | "sharing/sms/sms_remote_fetcher.cc", |
| 1662 | "sharing/sms/sms_remote_fetcher.h", |
Himanshu Jaju | eb8d7d0 | 2019-06-17 10:48:17 | [diff] [blame] | 1663 | "sharing/vapid_key_manager.cc", |
| 1664 | "sharing/vapid_key_manager.h", |
Alex Chau | da2073d6 | 2020-01-29 11:26:08 | [diff] [blame] | 1665 | "sharing/web_push/json_web_token_util.cc", |
| 1666 | "sharing/web_push/json_web_token_util.h", |
| 1667 | "sharing/web_push/web_push_common.cc", |
| 1668 | "sharing/web_push/web_push_common.h", |
| 1669 | "sharing/web_push/web_push_sender.cc", |
| 1670 | "sharing/web_push/web_push_sender.h", |
Himanshu Jaju | 8cf9c24 | 2019-11-06 13:52:53 | [diff] [blame] | 1671 | "sharing/webrtc/webrtc_flags.cc", |
| 1672 | "sharing/webrtc/webrtc_flags.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1673 | "shell_integration.cc", |
| 1674 | "shell_integration.h", |
| 1675 | "shell_integration_android.cc", |
| 1676 | "shell_integration_chromeos.cc", |
| 1677 | "shell_integration_mac.mm", |
| 1678 | "shell_integration_win.cc", |
| 1679 | "shell_integration_win.h", |
| 1680 | "signin/about_signin_internals_factory.cc", |
| 1681 | "signin/about_signin_internals_factory.h", |
David Roger | e5b3277a4 | 2017-11-30 12:05:52 | [diff] [blame] | 1682 | "signin/account_consistency_mode_manager.cc", |
| 1683 | "signin/account_consistency_mode_manager.h", |
David Roger | 02f680e | 2018-11-30 14:47:27 | [diff] [blame] | 1684 | "signin/account_consistency_mode_manager_factory.cc", |
| 1685 | "signin/account_consistency_mode_manager_factory.h", |
Miyoung Shin | 7ec1a231 | 2019-07-19 13:07:38 | [diff] [blame] | 1686 | "signin/account_id_from_account_info.cc", |
| 1687 | "signin/account_id_from_account_info.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1688 | "signin/account_investigator_factory.cc", |
| 1689 | "signin/account_investigator_factory.h", |
| 1690 | "signin/account_reconcilor_factory.cc", |
| 1691 | "signin/account_reconcilor_factory.h", |
David Roger | bbc341f | 2018-08-17 22:13:48 | [diff] [blame] | 1692 | "signin/chrome_device_id_helper.cc", |
| 1693 | "signin/chrome_device_id_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1694 | "signin/chrome_signin_client.cc", |
| 1695 | "signin/chrome_signin_client.h", |
| 1696 | "signin/chrome_signin_client_factory.cc", |
| 1697 | "signin/chrome_signin_client_factory.h", |
| 1698 | "signin/chrome_signin_helper.cc", |
| 1699 | "signin/chrome_signin_helper.h", |
Reilly Grant | 24bf833 | 2018-08-27 21:55:01 | [diff] [blame] | 1700 | "signin/chrome_signin_proxying_url_loader_factory.cc", |
| 1701 | "signin/chrome_signin_proxying_url_loader_factory.h", |
Reilly Grant | 3787780 | 2018-08-18 00:58:35 | [diff] [blame] | 1702 | "signin/chrome_signin_url_loader_throttle.cc", |
| 1703 | "signin/chrome_signin_url_loader_throttle.h", |
Anastasiia Nikolaienko | e6c048f | 2019-11-07 11:45:55 | [diff] [blame] | 1704 | "signin/cookie_reminter_factory.cc", |
| 1705 | "signin/cookie_reminter_factory.h", |
Reilly Grant | 24bf833 | 2018-08-27 21:55:01 | [diff] [blame] | 1706 | "signin/header_modification_delegate.h", |
Robbie McElrath | 38f47af | 2019-09-19 21:51:40 | [diff] [blame] | 1707 | "signin/header_modification_delegate_impl.cc", |
| 1708 | "signin/header_modification_delegate_impl.h", |
Colin Blundell | 28bba9f | 2017-12-19 23:01:40 | [diff] [blame] | 1709 | "signin/identity_manager_factory.cc", |
| 1710 | "signin/identity_manager_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1711 | "signin/investigator_dependency_provider.cc", |
| 1712 | "signin/investigator_dependency_provider.h", |
| 1713 | "signin/local_auth.cc", |
| 1714 | "signin/local_auth.h", |
Alex Ilin | 8c2d78fb | 2020-01-29 20:23:03 | [diff] [blame] | 1715 | "signin/reauth_result.h", |
Alex Ilin | 9a9ca2f | 2020-03-26 10:36:01 | [diff] [blame] | 1716 | "signin/reauth_tab_helper.cc", |
| 1717 | "signin/reauth_tab_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1718 | "signin/signin_error_controller_factory.cc", |
| 1719 | "signin/signin_error_controller_factory.h", |
David Roger | 346d667 | 2020-05-04 15:11:09 | [diff] [blame] | 1720 | "signin/signin_features.cc", |
| 1721 | "signin/signin_features.h", |
David Roger | cc13e7eb | 2018-11-29 13:15:56 | [diff] [blame] | 1722 | "signin/signin_profile_attributes_updater.cc", |
| 1723 | "signin/signin_profile_attributes_updater.h", |
| 1724 | "signin/signin_profile_attributes_updater_factory.cc", |
| 1725 | "signin/signin_profile_attributes_updater_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1726 | "signin/signin_promo_util.cc", |
| 1727 | "signin/signin_promo_util.h", |
| 1728 | "signin/signin_status_metrics_provider_chromeos.cc", |
| 1729 | "signin/signin_status_metrics_provider_chromeos.h", |
zmin | d36229e81 | 2017-03-16 16:14:51 | [diff] [blame] | 1730 | "signin/signin_util.cc", |
| 1731 | "signin/signin_util.h", |
Lukasz Anforowicz | 65c6116 | 2019-03-27 20:33:58 | [diff] [blame] | 1732 | "site_isolation/prefs_observer.cc", |
| 1733 | "site_isolation/prefs_observer.h", |
Lukasz Anforowicz | fd30af3 | 2019-03-28 17:33:28 | [diff] [blame] | 1734 | "site_isolation/site_details.cc", |
| 1735 | "site_isolation/site_details.h", |
| 1736 | "site_isolation/site_isolation_policy.cc", |
| 1737 | "site_isolation/site_isolation_policy.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1738 | "speech/chrome_speech_recognition_manager_delegate.cc", |
| 1739 | "speech/chrome_speech_recognition_manager_delegate.h", |
David Tseng | 8a5de49 | 2018-01-17 20:41:37 | [diff] [blame] | 1740 | "speech/speech_recognizer.cc", |
| 1741 | "speech/speech_recognizer.h", |
| 1742 | "speech/speech_recognizer_delegate.h", |
Katie D | 840d953 | 2018-11-27 06:20:48 | [diff] [blame] | 1743 | "speech/tts_controller_delegate_impl.cc", |
| 1744 | "speech/tts_controller_delegate_impl.h", |
John Abd-El-Malek | 71e4f9f | 2018-03-28 19:52:36 | [diff] [blame] | 1745 | "ssl/certificate_error_reporter.cc", |
| 1746 | "ssl/certificate_error_reporter.h", |
Colin Blundell | 7990d26 | 2019-12-05 09:07:54 | [diff] [blame] | 1747 | "ssl/chrome_security_blocking_page_factory.cc", |
| 1748 | "ssl/chrome_security_blocking_page_factory.h", |
Carlos IL | 55ef4b4 | 2018-02-21 21:00:57 | [diff] [blame] | 1749 | "ssl/connection_help_tab_helper.cc", |
| 1750 | "ssl/connection_help_tab_helper.h", |
Eric Lawrence | d0acf2a7c | 2017-07-20 18:02:48 | [diff] [blame] | 1751 | "ssl/insecure_sensitive_input_driver.cc", |
| 1752 | "ssl/insecure_sensitive_input_driver.h", |
| 1753 | "ssl/insecure_sensitive_input_driver_factory.cc", |
| 1754 | "ssl/insecure_sensitive_input_driver_factory.h", |
Christopher Thompson | 2602fea | 2019-11-26 19:36:54 | [diff] [blame] | 1755 | "ssl/known_interception_disclosure_infobar_delegate.cc", |
| 1756 | "ssl/known_interception_disclosure_infobar_delegate.h", |
Lutz Justen | 3ad6465 | 2018-08-20 11:54:28 | [diff] [blame] | 1757 | "ssl/secure_origin_policy_handler.cc", |
| 1758 | "ssl/secure_origin_policy_handler.h", |
Lukasz Anforowicz | 60d1253d | 2019-05-08 16:31:37 | [diff] [blame] | 1759 | "ssl/secure_origin_prefs_observer.cc", |
| 1760 | "ssl/secure_origin_prefs_observer.h", |
eseckler | cac56b6 | 2016-11-16 13:49:44 | [diff] [blame] | 1761 | "ssl/security_state_tab_helper.cc", |
| 1762 | "ssl/security_state_tab_helper.h", |
Joe DeBlasio | 9b99629 | 2019-01-31 05:09:32 | [diff] [blame] | 1763 | "ssl/ssl_client_auth_metrics.cc", |
| 1764 | "ssl/ssl_client_auth_metrics.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1765 | "ssl/ssl_client_certificate_selector.h", |
Ryan Sleevi | 4689ad3 | 2018-04-16 19:09:05 | [diff] [blame] | 1766 | "ssl/ssl_config_service_manager.h", |
| 1767 | "ssl/ssl_config_service_manager_pref.cc", |
Lucas Garron | 7b717e1 | 2017-11-16 11:39:59 | [diff] [blame] | 1768 | "ssl/ssl_error_controller_client.cc", |
| 1769 | "ssl/ssl_error_controller_client.h", |
Colin Blundell | 7657b40 | 2020-02-25 09:46:50 | [diff] [blame] | 1770 | "ssl/stateful_ssl_host_state_delegate_factory.cc", |
| 1771 | "ssl/stateful_ssl_host_state_delegate_factory.h", |
Christopher Thompson | a39bb45 | 2019-09-24 20:35:06 | [diff] [blame] | 1772 | "ssl/tls_deprecation_config.cc", |
| 1773 | "ssl/tls_deprecation_config.h", |
Christopher Thompson | 4137cec | 2017-12-19 05:34:23 | [diff] [blame] | 1774 | "ssl/typed_navigation_timing_throttle.cc", |
| 1775 | "ssl/typed_navigation_timing_throttle.h", |
Xi Han | 85079c2 | 2019-04-18 21:43:05 | [diff] [blame] | 1776 | "startup_data.cc", |
| 1777 | "startup_data.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1778 | "status_icons/status_icon.cc", |
| 1779 | "status_icons/status_icon.h", |
| 1780 | "status_icons/status_icon_menu_model.cc", |
| 1781 | "status_icons/status_icon_menu_model.h", |
| 1782 | "status_icons/status_icon_observer.h", |
| 1783 | "status_icons/status_tray.cc", |
| 1784 | "status_icons/status_tray.h", |
Adrienne Walker | 29765129 | 2020-05-08 00:23:18 | [diff] [blame] | 1785 | "storage/appcache_feature_prefs.cc", |
| 1786 | "storage/appcache_feature_prefs.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1787 | "storage/durable_storage_permission_context.cc", |
| 1788 | "storage/durable_storage_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1789 | "subresource_filter/chrome_subresource_filter_client.cc", |
| 1790 | "subresource_filter/chrome_subresource_filter_client.h", |
csharrison | a2f5565 | 2017-04-11 13:13:13 | [diff] [blame] | 1791 | "subresource_filter/subresource_filter_content_settings_manager.cc", |
| 1792 | "subresource_filter/subresource_filter_content_settings_manager.h", |
csharrison | 97dde4e6 | 2017-04-24 16:35:50 | [diff] [blame] | 1793 | "subresource_filter/subresource_filter_profile_context.cc", |
| 1794 | "subresource_filter/subresource_filter_profile_context.h", |
| 1795 | "subresource_filter/subresource_filter_profile_context_factory.cc", |
| 1796 | "subresource_filter/subresource_filter_profile_context_factory.h", |
rajendrant | 40069de | 2020-01-24 21:47:53 | [diff] [blame] | 1797 | "subresource_redirect/subresource_redirect_observer.cc", |
| 1798 | "subresource_redirect/subresource_redirect_observer.h", |
Mohamed Amir Yosef | d1950618 | 2018-06-19 13:02:14 | [diff] [blame] | 1799 | "sync/bookmark_sync_service_factory.cc", |
| 1800 | "sync/bookmark_sync_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1801 | "sync/chrome_sync_client.cc", |
| 1802 | "sync/chrome_sync_client.h", |
Mikel Astiz | 7f0276f | 2019-01-23 15:36:36 | [diff] [blame] | 1803 | "sync/device_info_sync_service_factory.cc", |
| 1804 | "sync/device_info_sync_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1805 | "sync/glue/extensions_activity_monitor.cc", |
| 1806 | "sync/glue/extensions_activity_monitor.h", |
| 1807 | "sync/glue/sync_start_util.cc", |
| 1808 | "sync/glue/sync_start_util.h", |
Mikel Astiz | 5313134 | 2018-07-19 08:59:58 | [diff] [blame] | 1809 | "sync/model_type_store_service_factory.cc", |
| 1810 | "sync/model_type_store_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1811 | "sync/profile_sync_service_factory.cc", |
| 1812 | "sync/profile_sync_service_factory.h", |
Jeffrey Cohen | 85a5ea9 | 2019-01-22 18:18:13 | [diff] [blame] | 1813 | "sync/send_tab_to_self_sync_service_factory.cc", |
| 1814 | "sync/send_tab_to_self_sync_service_factory.h", |
Mikel Astiz | 0889b2be | 2018-09-25 16:20:41 | [diff] [blame] | 1815 | "sync/session_sync_service_factory.cc", |
| 1816 | "sync/session_sync_service_factory.h", |
pnoland | 1901afa5 | 2017-03-23 21:24:00 | [diff] [blame] | 1817 | "sync/sessions/sync_sessions_router_tab_helper.cc", |
| 1818 | "sync/sessions/sync_sessions_router_tab_helper.h", |
| 1819 | "sync/sessions/sync_sessions_web_contents_router.cc", |
| 1820 | "sync/sessions/sync_sessions_web_contents_router.h", |
| 1821 | "sync/sessions/sync_sessions_web_contents_router_factory.cc", |
| 1822 | "sync/sessions/sync_sessions_web_contents_router_factory.h", |
Mikel Astiz | d749e49 | 2019-10-21 14:09:15 | [diff] [blame] | 1823 | "sync/sync_encryption_keys_tab_helper.cc", |
| 1824 | "sync/sync_encryption_keys_tab_helper.h", |
Tanmoy Mollik | 3ad2ace | 2020-01-15 13:49:21 | [diff] [blame] | 1825 | "sync/sync_error_infobar_delegate_android.cc", |
| 1826 | "sync/sync_error_infobar_delegate_android.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1827 | "sync/sync_startup_tracker.cc", |
| 1828 | "sync/sync_startup_tracker.h", |
Mikel Astiz | 76b2f7c | 2019-12-10 17:03:48 | [diff] [blame] | 1829 | "sync/trusted_vault_client_android.cc", |
| 1830 | "sync/trusted_vault_client_android.h", |
skym | 512bdb1 | 2017-05-10 15:17:13 | [diff] [blame] | 1831 | "sync/user_event_service_factory.cc", |
| 1832 | "sync/user_event_service_factory.h", |
David Maunder | 9da03b73 | 2020-03-26 00:51:28 | [diff] [blame] | 1833 | "tab/state/tab_state_db.cc", |
| 1834 | "tab/state/tab_state_db.h", |
David Maunder | 25b3a2a | 2020-04-16 22:57:30 | [diff] [blame] | 1835 | "tab/state/tab_state_db_factory.cc", |
| 1836 | "tab/state/tab_state_db_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1837 | "tab_contents/navigation_metrics_recorder.cc", |
| 1838 | "tab_contents/navigation_metrics_recorder.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1839 | "tab_contents/tab_util.cc", |
| 1840 | "tab_contents/tab_util.h", |
| 1841 | "task_manager/web_contents_tags.cc", |
| 1842 | "task_manager/web_contents_tags.h", |
Alan Cutter | 1160e52 | 2020-01-30 04:10:02 | [diff] [blame] | 1843 | "themes/theme_helper_win.cc", |
| 1844 | "themes/theme_helper_win.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1845 | "tracing/background_tracing_field_trial.cc", |
| 1846 | "tracing/background_tracing_field_trial.h", |
Siddhartha S | 52314f2 | 2019-03-27 20:07:16 | [diff] [blame] | 1847 | "tracing/background_tracing_metrics_provider.cc", |
| 1848 | "tracing/background_tracing_metrics_provider.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1849 | "tracing/chrome_tracing_delegate.cc", |
| 1850 | "tracing/chrome_tracing_delegate.h", |
| 1851 | "tracing/crash_service_uploader.cc", |
| 1852 | "tracing/crash_service_uploader.h", |
Sebastien Marchand | dbe43bab | 2019-02-06 18:25:51 | [diff] [blame] | 1853 | "tracing/trace_event_system_stats_monitor.cc", |
| 1854 | "tracing/trace_event_system_stats_monitor.h", |
Mohamed Heikal | b26292e | 2019-03-25 19:47:35 | [diff] [blame] | 1855 | "transition_manager/full_browser_transition_manager.cc", |
| 1856 | "transition_manager/full_browser_transition_manager.h", |
ramyasharma | 5f3bcbb | 2017-03-28 03:40:01 | [diff] [blame] | 1857 | "translate/android/translate_utils.cc", |
| 1858 | "translate/android/translate_utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1859 | "translate/chrome_translate_client.cc", |
| 1860 | "translate/chrome_translate_client.h", |
| 1861 | "translate/translate_accept_languages_factory.cc", |
| 1862 | "translate/translate_accept_languages_factory.h", |
rogerm | 95c55412 | 2017-04-05 12:11:52 | [diff] [blame] | 1863 | "translate/translate_ranker_factory.cc", |
| 1864 | "translate/translate_ranker_factory.h", |
| 1865 | "translate/translate_ranker_metrics_provider.cc", |
| 1866 | "translate/translate_ranker_metrics_provider.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1867 | "translate/translate_service.cc", |
| 1868 | "translate/translate_service.h", |
| 1869 | "undo/bookmark_undo_service_factory.cc", |
| 1870 | "undo/bookmark_undo_service_factory.h", |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 1871 | "unexpire_flags.cc", |
| 1872 | "unexpire_flags.h", |
Mihai Sardarescu | 9be6fcb3 | 2018-06-06 02:51:45 | [diff] [blame] | 1873 | "unified_consent/unified_consent_service_factory.cc", |
| 1874 | "unified_consent/unified_consent_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1875 | "update_client/chrome_update_query_params_delegate.cc", |
| 1876 | "update_client/chrome_update_query_params_delegate.h", |
[email protected] | 95ebe7c | 2020-04-08 19:12:45 | [diff] [blame] | 1877 | "usb/frame_usb_services.cc", |
| 1878 | "usb/frame_usb_services.h", |
reillyg | eb1d24d3 | 2016-12-16 01:54:17 | [diff] [blame] | 1879 | "usb/usb_blocklist.cc", |
| 1880 | "usb/usb_blocklist.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1881 | "usb/usb_chooser_context.cc", |
| 1882 | "usb/usb_chooser_context.h", |
| 1883 | "usb/usb_chooser_context_factory.cc", |
| 1884 | "usb/usb_chooser_context_factory.h", |
Reilly Grant | 409406c | 2018-04-05 18:03:05 | [diff] [blame] | 1885 | "usb/usb_chooser_controller.cc", |
| 1886 | "usb/usb_chooser_controller.h", |
Ovidio Henriquez | d69ab30 | 2018-10-04 16:55:24 | [diff] [blame] | 1887 | "usb/usb_policy_allowed_devices.cc", |
| 1888 | "usb/usb_policy_allowed_devices.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1889 | "usb/usb_tab_helper.cc", |
| 1890 | "usb/usb_tab_helper.h", |
Donna Wu | c98e12a | 2018-08-16 07:24:02 | [diff] [blame] | 1891 | "usb/web_usb_chooser.cc", |
| 1892 | "usb/web_usb_chooser.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1893 | "usb/web_usb_histograms.cc", |
| 1894 | "usb/web_usb_histograms.h", |
Donna Wu | 838ac36 | 2018-08-10 10:36:33 | [diff] [blame] | 1895 | "usb/web_usb_service_impl.cc", |
| 1896 | "usb/web_usb_service_impl.h", |
Amirhossein Simjour | 056aefbf | 2017-07-21 21:40:26 | [diff] [blame] | 1897 | "vr/ui_suppressed_element.h", |
Ian Vollick | e9bbbdb | 2017-07-12 15:48:44 | [diff] [blame] | 1898 | "vr/vr_tab_helper.cc", |
| 1899 | "vr/vr_tab_helper.h", |
Alex Cooper | 530cfbb9 | 2019-12-19 03:19:54 | [diff] [blame] | 1900 | "vr/webxr_permission_context.cc", |
| 1901 | "vr/webxr_permission_context.h", |
Raphael Kubo da Costa | 1a731e10 | 2019-06-18 08:23:59 | [diff] [blame] | 1902 | "wake_lock/wake_lock_permission_context.cc", |
| 1903 | "wake_lock/wake_lock_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1904 | "web_data_service_factory.cc", |
| 1905 | "web_data_service_factory.h", |
| 1906 | "win/app_icon.cc", |
| 1907 | "win/app_icon.h", |
Patrick Monette | 7ff99e0 | 2018-02-19 17:30:12 | [diff] [blame] | 1908 | "win/automation_controller.cc", |
| 1909 | "win/automation_controller.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1910 | "win/browser_util.cc", |
| 1911 | "win/browser_util.h", |
| 1912 | "win/chrome_elf_init.cc", |
| 1913 | "win/chrome_elf_init.h", |
| 1914 | "win/chrome_select_file_dialog_factory.cc", |
| 1915 | "win/chrome_select_file_dialog_factory.h", |
Patrick Monette | bb54394 | 2019-05-17 17:45:32 | [diff] [blame] | 1916 | "win/conflicts/enumerate_input_method_editors.cc", |
| 1917 | "win/conflicts/enumerate_input_method_editors.h", |
| 1918 | "win/conflicts/enumerate_shell_extensions.cc", |
| 1919 | "win/conflicts/enumerate_shell_extensions.h", |
| 1920 | "win/conflicts/inspection_results_cache.cc", |
| 1921 | "win/conflicts/inspection_results_cache.h", |
| 1922 | "win/conflicts/module_database.cc", |
| 1923 | "win/conflicts/module_database.h", |
| 1924 | "win/conflicts/module_database_observer.h", |
| 1925 | "win/conflicts/module_event_sink_impl.cc", |
| 1926 | "win/conflicts/module_event_sink_impl.h", |
| 1927 | "win/conflicts/module_inspector.cc", |
| 1928 | "win/conflicts/module_inspector.h", |
| 1929 | "win/conflicts/third_party_metrics_recorder.cc", |
| 1930 | "win/conflicts/third_party_metrics_recorder.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1931 | "win/jumplist.cc", |
| 1932 | "win/jumplist.h", |
kulshin | 98b7945 | 2016-09-13 17:02:54 | [diff] [blame] | 1933 | "win/jumplist_factory.cc", |
| 1934 | "win/jumplist_factory.h", |
chengx | 2eefdd3 | 2017-03-24 00:24:07 | [diff] [blame] | 1935 | "win/jumplist_file_util.cc", |
| 1936 | "win/jumplist_file_util.h", |
chengx | 61e622b | 2017-05-31 20:59:27 | [diff] [blame] | 1937 | "win/jumplist_update_util.cc", |
| 1938 | "win/jumplist_update_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1939 | "win/jumplist_updater.cc", |
| 1940 | "win/jumplist_updater.h", |
| 1941 | "win/settings_app_monitor.cc", |
| 1942 | "win/settings_app_monitor.h", |
grt | 7905be6 | 2017-05-24 08:29:01 | [diff] [blame] | 1943 | "win/taskbar_icon_finder.cc", |
| 1944 | "win/taskbar_icon_finder.h", |
bsep | 839b539 | 2016-10-27 19:58:19 | [diff] [blame] | 1945 | "win/titlebar_config.cc", |
| 1946 | "win/titlebar_config.h", |
Patrick Monette | 7ff99e0 | 2018-02-19 17:30:12 | [diff] [blame] | 1947 | "win/ui_automation_util.cc", |
| 1948 | "win/ui_automation_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1949 | ] |
| 1950 | |
apavlov | e749bca | 2014-09-30 11:07:41 | [diff] [blame] | 1951 | configs += [ |
| 1952 | "//build/config/compiler:wexit_time_destructors", |
brettw | bc8b2a2 | 2015-07-28 18:24:42 | [diff] [blame] | 1953 | "//build/config:precompiled_headers", |
apavlov | e749bca | 2014-09-30 11:07:41 | [diff] [blame] | 1954 | ] |
Elad Alon | 02e70958 | 2018-08-02 19:44:01 | [diff] [blame] | 1955 | defines = [ "ZLIB_CONST" ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 1956 | libs = [] |
| 1957 | ldflags = [] |
| 1958 | |
Vincent Scheib | dbe693bee | 2017-12-06 00:54:18 | [diff] [blame] | 1959 | allow_circular_includes_from = [ |
| 1960 | "//chrome/browser/ui", |
| 1961 | "//chrome/browser/ui/webui/bluetooth_internals", |
Daniel Rubery | b4754fc | 2019-01-23 23:04:35 | [diff] [blame] | 1962 | "//chrome/browser/safe_browsing", |
Vincent Scheib | dbe693bee | 2017-12-06 00:54:18 | [diff] [blame] | 1963 | ] |
tfarina | 11b504b | 2016-03-02 19:49:51 | [diff] [blame] | 1964 | |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1965 | public_deps = [ |
Brett Wilson | 60a9dfb | 2017-09-07 22:53:42 | [diff] [blame] | 1966 | "//base", |
brettw | 08fe0e95 | 2016-08-26 21:53:39 | [diff] [blame] | 1967 | "//chrome/common", |
Ken Rockot | 2925f500 | 2019-08-06 01:16:16 | [diff] [blame] | 1968 | "//chrome/services/file_util/public/mojom", |
Miyoung Shin | 7ec1a231 | 2019-07-19 13:07:38 | [diff] [blame] | 1969 | "//components/account_id", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1970 | "//components/autofill/core/browser", |
Scott Violet | 9ae8289 | 2018-03-01 18:38:12 | [diff] [blame] | 1971 | "//components/nacl/common:buildflags", |
rouslan | 908248c | 2017-02-27 21:30:24 | [diff] [blame] | 1972 | "//components/payments/core", |
Nico Weber | bc5b06f | 2019-07-26 14:00:13 | [diff] [blame] | 1973 | "//components/safe_browsing:buildflags", |
Daniel Murphy | 846066f | 2020-01-06 21:31:28 | [diff] [blame] | 1974 | "//components/services/storage/public/mojom", |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 1975 | "//components/sync", |
Marc Treib | b55b67a | 2019-05-07 14:37:39 | [diff] [blame] | 1976 | "//components/sync_device_info", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1977 | "//content/public/browser", |
rockot | 38e46dd | 2017-03-24 16:55:13 | [diff] [blame] | 1978 | "//ipc", |
Ken Rockot | 78d9337 | 2019-10-24 00:33:48 | [diff] [blame] | 1979 | "//services/data_decoder/public/mojom", |
Ken Rockot | b542d2f | 2019-10-22 19:13:08 | [diff] [blame] | 1980 | "//services/image_annotation/public/mojom", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1981 | "//sql", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1982 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 1983 | deps = [ |
Greg Thompson | 85bd488c | 2017-06-08 09:18:11 | [diff] [blame] | 1984 | ":active_use_util", |
Robert Ogden | 8e7116ea | 2019-07-25 18:54:08 | [diff] [blame] | 1985 | ":availability_protos", |
Tommy Steimel | 4c18d3a | 2019-11-20 19:18:36 | [diff] [blame] | 1986 | ":buildflags", |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 1987 | ":expired_flags_list", |
Ramya Nagarajan | 90f3b266 | 2018-05-25 15:21:20 | [diff] [blame] | 1988 | ":ntp_background_proto", |
Balazs Engedy | ce7f30a | 2019-11-29 17:53:00 | [diff] [blame] | 1989 | ":permissions_proto", |
Zach Trudo | d10e962 | 2020-04-28 19:55:07 | [diff] [blame] | 1990 | ":reporting_record_proto", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1991 | ":resource_prefetch_predictor_proto", |
Zach Trudo | d10e962 | 2020-04-28 19:55:07 | [diff] [blame] | 1992 | ":status_proto", |
David Maunder | 9da03b73 | 2020-03-26 00:51:28 | [diff] [blame] | 1993 | ":tab_state_db_content_proto", |
Elly Fong-Jones | 4054f14 | 2020-04-17 17:12:33 | [diff] [blame] | 1994 | ":unexpire_flags", |
Brett Wilson | 60a9dfb | 2017-09-07 22:53:42 | [diff] [blame] | 1995 | "//base:i18n", |
Scott Violet | 4416579 | 2018-02-22 02:08:08 | [diff] [blame] | 1996 | "//base/allocator:buildflags", |
Sebastien Marchand | 5a63997a | 2019-09-27 19:15:34 | [diff] [blame] | 1997 | "//base/util/memory_pressure:memory_pressure", |
Alan Cutter | 6b884ed | 2019-05-10 20:44:05 | [diff] [blame] | 1998 | "//base/util/values:values_util", |
Nico Weber | 897593f | 2019-07-25 23:17:55 | [diff] [blame] | 1999 | "//build:branding_buildflags", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2000 | "//cc", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2001 | "//chrome:extra_resources", |
| 2002 | "//chrome:resources", |
| 2003 | "//chrome:strings", |
Ken Rockot | 341089f | 2019-01-11 23:11:58 | [diff] [blame] | 2004 | "//chrome/app:chrome_service_manifests", |
[email protected] | 855b7de | 2014-07-08 21:02:45 | [diff] [blame] | 2005 | "//chrome/app/resources:platform_locale_settings", |
[email protected] | 797b2504 | 2014-07-01 23:54:17 | [diff] [blame] | 2006 | "//chrome/app/theme:theme_resources", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2007 | "//chrome/browser/devtools", |
David Trainor | 940160d | 2020-01-26 00:30:13 | [diff] [blame] | 2008 | "//chrome/browser/image_decoder", |
Becca Hughes | 0261a08 | 2017-12-11 16:26:38 | [diff] [blame] | 2009 | "//chrome/browser/media:media_engagement_preload_proto", |
Becca Hughes | a09ddac | 2017-07-10 11:11:11 | [diff] [blame] | 2010 | "//chrome/browser/media:mojo_bindings", |
Becca Hughes | 640ab57 | 2020-03-10 18:04:34 | [diff] [blame] | 2011 | "//chrome/browser/media/feeds:mojo_bindings", |
Becca Hughes | 0b229ce | 2020-03-18 19:40:20 | [diff] [blame] | 2012 | "//chrome/browser/media/feeds:proto", |
thakis | 678822e | 2017-04-20 17:20:34 | [diff] [blame] | 2013 | "//chrome/browser/media/router", |
Ira Burak | e469178 | 2017-08-18 22:06:48 | [diff] [blame] | 2014 | "//chrome/browser/metrics:expired_histograms_array", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2015 | "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
[email protected] | 797b2504 | 2014-07-01 23:54:17 | [diff] [blame] | 2016 | "//chrome/browser/net:probe_message_proto", |
Xing Liu | 4c24ab18 | 2019-02-27 01:52:07 | [diff] [blame] | 2017 | "//chrome/browser/notifications", |
Asanka Herath | 8258690 | 2020-05-22 00:20:50 | [diff] [blame] | 2018 | "//chrome/browser/privacy_budget", |
erikchen | a9db3a7 | 2018-04-12 16:24:00 | [diff] [blame] | 2019 | "//chrome/browser/profiling_host", |
Peter Beverloo | afb1ab4 | 2018-08-20 13:03:45 | [diff] [blame] | 2020 | "//chrome/browser/push_messaging:budget_proto", |
Emily Stark | 474b8ca | 2019-10-24 15:35:39 | [diff] [blame] | 2021 | "//chrome/browser/reputation:proto", |
Fadi Meawad | 9c029de7 | 2018-05-30 20:47:23 | [diff] [blame] | 2022 | "//chrome/browser/resource_coordinator:mojo_bindings", |
Charles Zhao | eab4397 | 2019-04-10 05:06:31 | [diff] [blame] | 2023 | "//chrome/browser/resource_coordinator:tab_manager_features", |
yzshen | a347106 | 2017-06-21 01:56:15 | [diff] [blame] | 2024 | "//chrome/browser/safe_browsing", |
Alex Chau | 0e2c414c | 2020-01-20 15:53:50 | [diff] [blame] | 2025 | "//chrome/browser/sharing:buildflags", |
Michael van Ouwerkerk | 741c6652 | 2019-12-17 13:51:13 | [diff] [blame] | 2026 | "//chrome/browser/sharing/proto", |
Brandon Maslen | 68e89bd | 2020-02-19 01:28:45 | [diff] [blame] | 2027 | "//chrome/browser/storage_access_api:permissions", |
David Trainor | 940160d | 2020-01-26 00:30:13 | [diff] [blame] | 2028 | "//chrome/browser/thumbnail", |
Jan Wilken Dörrie | ca074e0 | 2019-09-19 18:18:04 | [diff] [blame] | 2029 | "//chrome/browser/touch_to_fill", |
[email protected] | abd4b68 | 2014-07-16 20:26:30 | [diff] [blame] | 2030 | "//chrome/browser/ui", |
Vincent Scheib | dbe693bee | 2017-12-06 00:54:18 | [diff] [blame] | 2031 | "//chrome/browser/ui/webui/bluetooth_internals", |
Xing Liu | 7252b8d | 2020-01-22 22:12:47 | [diff] [blame] | 2032 | "//chrome/browser/updates/announcement_notification", |
Michael Martis | 6b34f2a | 2019-02-18 01:11:46 | [diff] [blame] | 2033 | "//chrome/common:channel_info", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2034 | "//chrome/common/net", |
Sigurdur Asgeirsson | 8854e19 | 2020-05-15 14:42:26 | [diff] [blame] | 2035 | "//chrome/common/performance_manager/mojom", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2036 | "//chrome/installer/util:with_no_strings", |
Philippe Hamel | 6956483 | 2017-11-22 20:39:48 | [diff] [blame] | 2037 | "//components/assist_ranker", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2038 | "//components/autofill/content/browser", |
[email protected] | 604828c | 2014-07-02 20:39:12 | [diff] [blame] | 2039 | "//components/autofill/core/browser", |
Shakti Sahu | f9847ad | 2020-02-21 21:43:01 | [diff] [blame] | 2040 | "//components/background_task_scheduler", |
Ryan Sturm | bc8d108 | 2018-06-25 18:21:55 | [diff] [blame] | 2041 | "//components/blacklist/opt_out_blacklist:opt_out_blacklist", |
| 2042 | "//components/blacklist/opt_out_blacklist/sql:opt_out_blacklist_sql", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2043 | "//components/bookmarks/browser", |
treib | a9ea2fb | 2015-03-20 10:06:03 | [diff] [blame] | 2044 | "//components/bookmarks/managed", |
maxbogue | 26f4022 | 2016-09-16 20:22:18 | [diff] [blame] | 2045 | "//components/browser_sync", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2046 | "//components/browsing_data/content", |
| 2047 | "//components/browsing_data/core", |
Colin Blundell | 8076ed3 | 2020-01-23 14:12:24 | [diff] [blame] | 2048 | "//components/captive_portal/content", |
Colin Blundell | 7cf3fe3 | 2020-01-23 09:52:49 | [diff] [blame] | 2049 | "//components/captive_portal/core", |
| 2050 | "//components/captive_portal/core:buildflags", |
Pavol Marko | b211ab2 | 2019-01-23 20:03:04 | [diff] [blame] | 2051 | "//components/certificate_matching", |
eranm | 3c2d643 | 2016-06-01 10:17:27 | [diff] [blame] | 2052 | "//components/certificate_transparency", |
Clark DuVall | 04894d7f | 2020-04-07 23:54:21 | [diff] [blame] | 2053 | "//components/client_hints/browser", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2054 | "//components/cloud_devices/common", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2055 | "//components/component_updater", |
Joshua Pawlicki | ddf9723e | 2017-10-24 15:24:23 | [diff] [blame] | 2056 | "//components/component_updater:crl_set_remover", |
Ce Chen | 4d0fda7 | 2019-09-25 20:47:29 | [diff] [blame] | 2057 | "//components/component_updater/installer_policies", |
Martin Sramek | 0d86260a | 2017-11-13 12:09:20 | [diff] [blame] | 2058 | "//components/consent_auditor", |
Tao Bai | 02ab4dd4 | 2019-03-06 00:30:37 | [diff] [blame] | 2059 | "//components/content_capture/browser", |
Clark DuVall | 84a33d61 | 2020-04-17 16:01:00 | [diff] [blame] | 2060 | "//components/content_settings/browser", |
vasilii | ac46139 | 2014-09-18 11:35:17 | [diff] [blame] | 2061 | "//components/content_settings/core/browser", |
[email protected] | 08f7101 | 2014-07-25 10:27:54 | [diff] [blame] | 2062 | "//components/content_settings/core/common", |
Donn Denman | 853ffa8 | 2018-08-20 21:23:59 | [diff] [blame] | 2063 | "//components/contextual_search/content:browser", |
| 2064 | "//components/contextual_search/core:browser", |
abhishek.a21 | bbf8e4a | 2015-10-15 21:05:56 | [diff] [blame] | 2065 | "//components/cookie_config", |
Ben Schwartz | 35685c7 | 2020-06-03 04:53:13 | [diff] [blame] | 2066 | "//components/country_codes", |
[email protected] | 478ed23 | 2014-08-19 02:10:55 | [diff] [blame] | 2067 | "//components/crx_file", |
megjablon | 3476e04 | 2014-10-14 19:21:59 | [diff] [blame] | 2068 | "//components/data_reduction_proxy/core/browser", |
rajendrant | 14a5a85 | 2016-11-17 17:58:48 | [diff] [blame] | 2069 | "//components/data_use_measurement/core:ascriber", |
reillyg | 4a84927 | 2015-02-20 21:38:43 | [diff] [blame] | 2070 | "//components/device_event_log", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2071 | "//components/dom_distiller/content/browser", |
Miyoung Shin | 9dc67ba | 2019-11-08 14:04:33 | [diff] [blame] | 2072 | "//components/dom_distiller/content/common/mojom", |
[email protected] | 273ae5ab | 2014-07-09 21:10:25 | [diff] [blame] | 2073 | "//components/domain_reliability", |
David Trainor | 139fa8c | 2017-06-07 08:57:34 | [diff] [blame] | 2074 | "//components/download/content/factory", |
Min Qin | 826f29b | 2018-05-26 06:36:19 | [diff] [blame] | 2075 | "//components/download/database", |
Min Qin | 48bf2b9 | 2018-01-23 19:16:43 | [diff] [blame] | 2076 | "//components/download/public/background_service:public", |
Colin Blundell | ab45f55 | 2020-01-22 15:08:40 | [diff] [blame] | 2077 | "//components/embedder_support", |
John Abd-El-Malek | 71e4f9f | 2018-03-28 19:52:36 | [diff] [blame] | 2078 | "//components/encrypted_messages", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2079 | "//components/error_page/common", |
| 2080 | "//components/favicon/content", |
sdefresne | cbacfd7 | 2015-03-20 12:11:32 | [diff] [blame] | 2081 | "//components/favicon/core", |
sdefresne | 001b10de | 2015-03-20 18:41:46 | [diff] [blame] | 2082 | "//components/favicon_base", |
Tommy Nyquist | c1d6dea1 | 2017-07-26 20:37:23 | [diff] [blame] | 2083 | "//components/feature_engagement", |
Yao Xiao | bba3fec | 2020-05-29 18:13:53 | [diff] [blame] | 2084 | "//components/federated_learning", |
Yafei Duan | c9f95ec | 2018-02-08 02:35:31 | [diff] [blame] | 2085 | "//components/filename_generation", |
Evan Stade | 61ccab7 | 2020-01-17 20:17:51 | [diff] [blame] | 2086 | "//components/find_in_page", |
droger | 888be0b | 2015-10-01 14:28:52 | [diff] [blame] | 2087 | "//components/flags_ui", |
Sebastien | afa979b | 2019-10-04 12:39:44 | [diff] [blame] | 2088 | "//components/games/core", |
[email protected] | abd4b68 | 2014-07-16 20:26:30 | [diff] [blame] | 2089 | "//components/gcm_driver", |
erikchen | 332265b | 2014-11-14 19:59:52 | [diff] [blame] | 2090 | "//components/handoff", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2091 | "//components/history/content/browser", |
[email protected] | 273ae5ab | 2014-07-09 21:10:25 | [diff] [blame] | 2092 | "//components/history/core/browser", |
| 2093 | "//components/history/core/common", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2094 | "//components/infobars/core", |
knn | 062cdbb | 2015-06-26 18:18:42 | [diff] [blame] | 2095 | "//components/invalidation/impl", |
Evan Stade | 7220e47 | 2020-01-31 17:06:57 | [diff] [blame] | 2096 | "//components/javascript_dialogs", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2097 | "//components/keyed_service/content", |
Renjie Liu | 1aea053 | 2017-12-13 07:22:31 | [diff] [blame] | 2098 | "//components/language/content/browser", |
Michael Martis | 98cd873 | 2017-07-14 03:26:19 | [diff] [blame] | 2099 | "//components/language/core/browser", |
Alexandre Frechette | 0a2ada0 | 2019-03-07 14:50:50 | [diff] [blame] | 2100 | "//components/language/core/common", |
Tommy Nyquist | 61abdd0 | 2019-03-22 00:01:24 | [diff] [blame] | 2101 | "//components/leveldb_proto", |
Livvie Lin | 9e6e307 | 2020-05-04 19:55:59 | [diff] [blame] | 2102 | "//components/lookalikes/core", |
Mike Wittman | 2943c9c7 | 2018-08-31 19:28:57 | [diff] [blame] | 2103 | "//components/metrics:call_stack_profile_collector", |
Joshua Pawlicki | 0499ac8 | 2017-08-17 18:29:07 | [diff] [blame] | 2104 | "//components/metrics:component_metrics", |
Vincent Boisselle | 30da3977 | 2019-07-24 18:55:47 | [diff] [blame] | 2105 | "//components/metrics:demographic_metrics_provider", |
gunsch | 1afc6517 | 2014-09-16 00:03:32 | [diff] [blame] | 2106 | "//components/metrics:gpu", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2107 | "//components/metrics:net", |
blundell | 8e66adc | 2015-10-12 11:46:12 | [diff] [blame] | 2108 | "//components/metrics:ui", |
blundell | 695d61f | 2015-10-21 11:25:53 | [diff] [blame] | 2109 | "//components/metrics_services_manager", |
Lei Zhang | d866b3c | 2019-05-02 01:49:58 | [diff] [blame] | 2110 | "//components/mirroring/browser", |
Xiangjun Zhang | 1f0311f2b | 2018-07-27 17:03:59 | [diff] [blame] | 2111 | "//components/mirroring/mojom:host", |
| 2112 | "//components/mirroring/mojom:service", |
Xiangjun Zhang | c431cc9f | 2018-08-07 20:41:20 | [diff] [blame] | 2113 | "//components/mirroring/service:mirroring_service", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2114 | "//components/navigation_interception", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2115 | "//components/navigation_metrics", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2116 | "//components/net_log", |
Darin Fisher | 86ec1f4 | 2019-10-30 04:26:53 | [diff] [blame] | 2117 | "//components/network_hints/common:mojo_bindings", |
mmenke | 68a5021 | 2017-06-12 20:20:31 | [diff] [blame] | 2118 | "//components/network_session_configurator/browser", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2119 | "//components/network_time", |
sfiera | 0dc4da51 | 2016-04-29 09:23:05 | [diff] [blame] | 2120 | "//components/ntp_tiles", |
dtrainor | b4cc245 | 2017-03-07 01:07:17 | [diff] [blame] | 2121 | "//components/offline_items_collection/core", |
Scott Violet | 9ae8289 | 2018-03-01 18:38:12 | [diff] [blame] | 2122 | "//components/offline_pages/buildflags", |
blundell | 2102f7c | 2015-07-09 10:00:53 | [diff] [blame] | 2123 | "//components/omnibox/browser", |
Sophie Chang | f453c052 | 2017-11-03 06:33:49 | [diff] [blame] | 2124 | "//components/optimization_guide", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2125 | "//components/os_crypt", |
ckitagawa | 8dad53d | 2020-01-07 16:03:35 | [diff] [blame] | 2126 | "//components/paint_preview/buildflags", |
| 2127 | "//components/paint_preview/features", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2128 | "//components/password_manager/content/browser", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2129 | "//components/password_manager/core/browser", |
| 2130 | "//components/password_manager/core/common", |
Mathieu Perreault | 51339b8 | 2017-07-20 17:06:05 | [diff] [blame] | 2131 | "//components/payments/core", |
Sigurdur Asgeirsson | 51d9d24 | 2019-10-07 20:38:34 | [diff] [blame] | 2132 | "//components/performance_manager", |
Clark DuVall | 484c256 | 2020-01-23 22:05:09 | [diff] [blame] | 2133 | "//components/permissions", |
brettw | 083632b | 2016-08-25 20:24:46 | [diff] [blame] | 2134 | "//components/policy:generated", |
Doug Turner | 9dcaf596 | 2017-12-21 04:38:53 | [diff] [blame] | 2135 | "//components/policy/content/", |
brettw | 083632b | 2016-08-25 20:24:46 | [diff] [blame] | 2136 | "//components/policy/core/browser", |
dgozman | e5a3e25 | 2016-03-22 21:45:08 | [diff] [blame] | 2137 | "//components/policy/proto", |
Zach Trudo | 1cac907 | 2020-05-07 18:41:42 | [diff] [blame] | 2138 | "//components/policy/proto:policy_record_constants", |
Lei Zhang | d866b3c | 2019-05-02 01:49:58 | [diff] [blame] | 2139 | "//components/prefs", |
Mugdha Lakhani | 59f7675b | 2020-06-01 14:48:53 | [diff] [blame] | 2140 | "//components/prerender", |
Doug Arnett | 2c55476 | 2017-10-25 19:44:38 | [diff] [blame] | 2141 | "//components/previews/content", |
sclittle | a8780a9 | 2016-09-16 22:39:24 | [diff] [blame] | 2142 | "//components/previews/core", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2143 | "//components/profile_metrics", |
| 2144 | "//components/proxy_config", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2145 | "//components/query_parser", |
Shakti Sahu | ce57c7d9 | 2020-04-29 01:47:17 | [diff] [blame] | 2146 | "//components/query_tiles", |
[email protected] | b9f4c68 | 2014-07-10 22:00:37 | [diff] [blame] | 2147 | "//components/rappor", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2148 | "//components/renderer_context_menu", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2149 | "//components/resources", |
Ali Juma | fb3dc1f | 2020-01-07 17:33:47 | [diff] [blame] | 2150 | "//components/safe_browsing/core:public", |
Varun Khaneja | 52f03bb1 | 2020-04-01 20:50:30 | [diff] [blame] | 2151 | "//components/safe_browsing/core/common:safe_browsing_policy_handler", |
Michael Giuffrida | 2cc3a9cef | 2018-06-08 00:33:11 | [diff] [blame] | 2152 | "//components/safe_search_api", |
Caio Lima | ccae107 | 2019-03-07 13:46:54 | [diff] [blame] | 2153 | "//components/safe_search_api:safe_search_client", |
Sam Bowen | 4ea1eb42 | 2020-03-18 23:44:58 | [diff] [blame] | 2154 | "//components/schema_org:extractor", |
| 2155 | "//components/schema_org/common:improved_mojom", |
[email protected] | 720b1049 | 2014-07-23 08:48:40 | [diff] [blame] | 2156 | "//components/search", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2157 | "//components/search_engines", |
| 2158 | "//components/search_provider_logos", |
Colin Blundell | 8a0bf625 | 2019-11-20 09:42:27 | [diff] [blame] | 2159 | "//components/security_interstitials/content:proto", |
jialiul | a2c06925 | 2017-01-05 18:13:04 | [diff] [blame] | 2160 | "//components/security_interstitials/content:security_interstitial_page", |
felt | 20e0f200 | 2015-07-31 15:27:36 | [diff] [blame] | 2161 | "//components/security_interstitials/core", |
eseckler | cac56b6 | 2016-11-16 13:49:44 | [diff] [blame] | 2162 | "//components/security_state/content", |
| 2163 | "//components/security_state/core", |
Jeffrey Cohen | 7fe36f50 | 2018-12-12 01:38:21 | [diff] [blame] | 2164 | "//components/send_tab_to_self", |
Alexei Filippov | 65c08b9 | 2019-02-02 03:41:00 | [diff] [blame] | 2165 | "//components/services/heap_profiling", |
Doug Arnett | cf9fd685 | 2020-04-21 15:21:20 | [diff] [blame] | 2166 | "//components/services/language_detection/public/cpp", |
| 2167 | "//components/services/language_detection/public/mojom", |
Ken Rockot | d6ac38d | 2019-07-30 21:08:58 | [diff] [blame] | 2168 | "//components/services/patch/content", |
Alexander Woolf | ed183c51 | 2019-05-17 01:18:03 | [diff] [blame] | 2169 | "//components/services/quarantine", |
| 2170 | "//components/services/quarantine/public/mojom", |
Ken Rockot | 61df041 | 2019-07-26 17:12:19 | [diff] [blame] | 2171 | "//components/services/unzip/content", |
Miyoung Shin | f917f042 | 2019-07-19 04:10:21 | [diff] [blame] | 2172 | "//components/services/unzip/public/mojom", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2173 | "//components/sessions", |
[email protected] | abd4b68 | 2014-07-16 20:26:30 | [diff] [blame] | 2174 | "//components/signin/core/browser", |
Colin Blundell | 3517170e | 2019-07-11 08:16:34 | [diff] [blame] | 2175 | "//components/signin/public/base:signin_buildflags", |
Henrique Ferreiro | 94eb46f | 2019-07-03 14:38:56 | [diff] [blame] | 2176 | "//components/signin/public/identity_manager", |
Colin Blundell | 2cdc91a | 2019-07-12 15:24:27 | [diff] [blame] | 2177 | "//components/signin/public/webdata", |
Alex Moshchuk | 51e1428b | 2020-04-22 18:00:54 | [diff] [blame] | 2178 | "//components/site_isolation", |
Scott Violet | d7983c5 | 2018-03-03 00:24:41 | [diff] [blame] | 2179 | "//components/spellcheck:buildflags", |
David Van Cleve | a39c2957 | 2020-01-14 23:04:49 | [diff] [blame] | 2180 | "//components/sqlite_proto", |
felt | 2493b445 | 2015-09-17 20:33:59 | [diff] [blame] | 2181 | "//components/ssl_errors", |
Francois Doray | 1fc6d01 | 2020-01-10 17:47:52 | [diff] [blame] | 2182 | "//components/startup_metric_utils/browser", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 2183 | "//components/storage_monitor", |
[email protected] | 797b2504 | 2014-07-01 23:54:17 | [diff] [blame] | 2184 | "//components/strings", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2185 | "//components/subresource_filter/content/browser", |
engedy | 9ae0424 | 2016-06-08 13:31:18 | [diff] [blame] | 2186 | "//components/subresource_filter/core/browser", |
mathp | 60143a3 | 2014-10-08 14:52:45 | [diff] [blame] | 2187 | "//components/suggestions", |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 2188 | "//components/sync", |
blundell | c759b68 | 2015-10-08 15:50:59 | [diff] [blame] | 2189 | "//components/sync_bookmarks", |
maxbogue | ea16ff41 | 2016-10-28 16:35:29 | [diff] [blame] | 2190 | "//components/sync_preferences", |
skym | 6b9887e | 2015-10-09 22:10:47 | [diff] [blame] | 2191 | "//components/sync_sessions", |
Caroline Rising | 2ed4950 | 2019-06-19 23:05:22 | [diff] [blame] | 2192 | "//components/tab_count_metrics", |
zhenw | ecedcf2 | 2015-08-18 23:37:46 | [diff] [blame] | 2193 | "//components/tracing:startup_tracing", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2194 | "//components/translate/content/browser", |
[email protected] | b9f4c68 | 2014-07-10 22:00:37 | [diff] [blame] | 2195 | "//components/translate/core/browser", |
| 2196 | "//components/translate/core/common", |
Mike Wasserman | 8f8b085 | 2018-12-03 22:08:10 | [diff] [blame] | 2197 | "//components/ui_devtools", |
holte | 7b74c62 | 2017-01-23 23:13:07 | [diff] [blame] | 2198 | "//components/ukm:observers", |
sdefresne | c083d1f | 2015-04-17 21:12:18 | [diff] [blame] | 2199 | "//components/undo", |
sorin | 39eab2f | 2015-01-06 01:09:08 | [diff] [blame] | 2200 | "//components/update_client", |
Joshua Pawlicki | 30ef6a1 | 2019-04-10 13:34:00 | [diff] [blame] | 2201 | "//components/update_client:common_impl", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2202 | "//components/upload_list", |
rsleevi | 24f64dc2 | 2015-08-07 21:39:21 | [diff] [blame] | 2203 | "//components/url_formatter", |
Mustafa Emre Acer | 3b701bb | 2019-07-29 22:29:15 | [diff] [blame] | 2204 | "//components/url_formatter/spoof_checks/top_domains:top500_domains", |
| 2205 | "//components/url_formatter/spoof_checks/top_domains:top500_domains_header", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2206 | "//components/url_matcher", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2207 | "//components/user_prefs", |
isherman | 3be67db | 2014-10-24 05:57:44 | [diff] [blame] | 2208 | "//components/variations", |
robliao | 48f456a | 2016-11-04 17:35:03 | [diff] [blame] | 2209 | "//components/variations/field_trial_config", |
isherman | 3be67db | 2014-10-24 05:57:44 | [diff] [blame] | 2210 | "//components/variations/net", |
blundell | b50ad70 | 2015-08-27 17:08:29 | [diff] [blame] | 2211 | "//components/variations/service", |
John Abd-El-Malek | 71e4f9f | 2018-03-28 19:52:36 | [diff] [blame] | 2212 | "//components/version_info", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2213 | "//components/visitedlink/browser", |
| 2214 | "//components/visitedlink/common", |
| 2215 | "//components/web_cache/browser", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 2216 | "//components/web_resource", |
[email protected] | bf4545f | 2014-07-11 19:49:46 | [diff] [blame] | 2217 | "//components/webdata/common", |
sdefresne | cb955cd | 2014-12-15 23:21:56 | [diff] [blame] | 2218 | "//components/webdata_services", |
Evan Stade | 32d635a | 2020-04-03 18:51:25 | [diff] [blame] | 2219 | "//components/webrtc", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 2220 | "//components/webrtc_logging/browser", |
| 2221 | "//components/webrtc_logging/common", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2222 | "//content/app/resources", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2223 | "//content/public/browser", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 2224 | "//content/public/browser", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2225 | "//content/public/common", |
ben | 51bb6c6 | 2016-11-17 20:15:57 | [diff] [blame] | 2226 | "//content/public/common:service_names", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2227 | "//crypto", |
davidben | 45eb1995 | 2016-05-05 16:30:44 | [diff] [blame] | 2228 | "//crypto:platform", |
Donna Wu | ee09a34 | 2019-05-13 02:56:18 | [diff] [blame] | 2229 | "//device/base", |
Martin Kreichgauer | 0e1b15ef | 2018-06-20 02:59:50 | [diff] [blame] | 2230 | "//device/fido", |
Matt Reynolds | 660a4775 | 2018-06-28 19:42:48 | [diff] [blame] | 2231 | "//device/gamepad/public/cpp:switches", |
Scott Violet | c8240b0 | 2018-03-08 22:03:59 | [diff] [blame] | 2232 | "//device/vr/buildflags", |
| 2233 | "//extensions/buildflags", |
[email protected] | 604828c | 2014-07-02 20:39:12 | [diff] [blame] | 2234 | "//google_apis", |
Brett Wilson | 8f132304 | 2014-09-11 16:58:56 | [diff] [blame] | 2235 | "//gpu/config", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2236 | "//media", |
Scott Violet | a35f9a4 | 2018-03-22 22:00:44 | [diff] [blame] | 2237 | "//media:media_buildflags", |
Xiangjun Zhang | 3aafe30 | 2018-02-07 20:10:40 | [diff] [blame] | 2238 | "//media/capture", |
thakis | 678822e | 2017-04-20 17:20:34 | [diff] [blame] | 2239 | "//media/cast:net", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2240 | "//media/midi", |
Scott Violet | a35f9a4 | 2018-03-22 22:00:44 | [diff] [blame] | 2241 | "//media/mojo:buildflags", |
Xiangjun Zhang | 877bcd1 | 2018-01-05 02:47:53 | [diff] [blame] | 2242 | "//media/mojo/common", |
Miyoung Shin | 25bb8c09 | 2019-08-03 00:56:57 | [diff] [blame] | 2243 | "//media/mojo/mojom:mirror_service_remoting", |
| 2244 | "//media/mojo/mojom:remoting", |
Chris Cunningham | 49934e6 | 2017-11-09 21:49:01 | [diff] [blame] | 2245 | "//media/mojo/services", |
Henrik Grunell | d085257 | 2018-10-15 09:01:38 | [diff] [blame] | 2246 | "//media/webrtc", |
Ken Rockot | 03e5ddc | 2018-07-04 19:35:08 | [diff] [blame] | 2247 | "//mojo/core/embedder", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2248 | "//mojo/public/cpp/bindings", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 2249 | "//net", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2250 | "//net:extras", |
Scott Violet | 02e38b9 | 2018-03-27 23:42:14 | [diff] [blame] | 2251 | "//ppapi/buildflags", |
Scott Violet | 318a55f | 2018-03-30 19:08:19 | [diff] [blame] | 2252 | "//printing/buildflags", |
Scott Violet | a5f7ba1 | 2018-04-02 22:03:40 | [diff] [blame] | 2253 | "//rlz/buildflags", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 2254 | "//services/audio/public/cpp", |
Matthew Denton | 03c45a2 | 2020-06-01 23:40:48 | [diff] [blame] | 2255 | "//services/cert_verifier:lib", |
rockot | e043703 | 2017-03-25 02:49:00 | [diff] [blame] | 2256 | "//services/data_decoder/public/cpp", |
ke.he | a91facd | 2017-04-12 05:11:50 | [diff] [blame] | 2257 | "//services/device/public/cpp:device_features", |
Donna Wu | 4dc9df3 | 2019-05-20 03:56:21 | [diff] [blame] | 2258 | "//services/device/public/cpp/usb", |
Ke He | 31d0bb0 | 2018-02-24 07:16:24 | [diff] [blame] | 2259 | "//services/device/public/mojom", |
Donna Wu | 4dc9df3 | 2019-05-20 03:56:21 | [diff] [blame] | 2260 | "//services/device/public/mojom:usb", |
Andrew Moylan | 8ed9d83c8 | 2019-01-29 20:23:52 | [diff] [blame] | 2261 | "//services/image_annotation:service", |
Becca Hughes | dd388f6 | 2020-01-15 23:20:33 | [diff] [blame] | 2262 | "//services/media_session/public/mojom", |
Steven Holte | ed06f3d | 2017-07-20 22:58:01 | [diff] [blame] | 2263 | "//services/metrics/public/cpp:ukm_builders", |
John Abd-El-Malek | 3bbbdf9 | 2018-01-30 03:27:35 | [diff] [blame] | 2264 | "//services/network:network_service", |
| 2265 | "//services/network/public/cpp", |
Ken Rockot | 54311e6 | 2018-02-10 19:01:52 | [diff] [blame] | 2266 | "//services/network/public/mojom", |
Christopher Thompson | be9cafe | 2020-02-05 04:46:11 | [diff] [blame] | 2267 | "//services/network/public/proto", |
sammc | 939cdb5 | 2017-03-23 01:21:13 | [diff] [blame] | 2268 | "//services/preferences/public/cpp", |
sammc | fb473a87 | 2017-04-03 01:56:59 | [diff] [blame] | 2269 | "//services/preferences/public/cpp/tracked", |
Ken Rockot | f7f533e | 2018-02-11 02:21:33 | [diff] [blame] | 2270 | "//services/preferences/public/mojom", |
sammc | fb473a87 | 2017-04-03 01:56:59 | [diff] [blame] | 2271 | "//services/preferences/tracked", |
Ken Rockot | 26cf474 | 2018-02-11 04:10:40 | [diff] [blame] | 2272 | "//services/proxy_resolver/public/mojom", |
erikchen | a6e5f68 | 2017-05-12 20:39:20 | [diff] [blame] | 2273 | "//services/resource_coordinator/public/cpp:resource_coordinator_cpp", |
Scott Violet | 482fcec | 2019-07-30 19:50:20 | [diff] [blame] | 2274 | "//services/resource_coordinator/public/cpp/memory_instrumentation:browser", |
rockot | 734fb66 | 2016-10-15 16:41:30 | [diff] [blame] | 2275 | "//services/service_manager/public/cpp", |
Ken Rockot | d7e999b | 2018-02-11 15:48:21 | [diff] [blame] | 2276 | "//services/shape_detection/public/mojom", |
Ken Rockot | cebdf9c8 | 2019-05-28 20:33:03 | [diff] [blame] | 2277 | "//services/strings", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2278 | "//skia", |
| 2279 | "//sql", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2280 | "//storage/browser", |
| 2281 | "//storage/common", |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 2282 | "//third_party/blink/public:buildflags", |
| 2283 | "//third_party/blink/public:resources", |
| 2284 | "//third_party/blink/public:scaled_resources", |
| 2285 | "//third_party/blink/public/common", |
[email protected] | 797b2504 | 2014-07-01 23:54:17 | [diff] [blame] | 2286 | "//third_party/cacheinvalidation", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2287 | "//third_party/icu", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2288 | "//third_party/leveldatabase", |
| 2289 | "//third_party/libaddressinput", |
Robert Sesek | e63d2e22 | 2019-11-01 21:46:50 | [diff] [blame] | 2290 | "//third_party/libxml:xml_writer", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2291 | "//third_party/libyuv", |
Steven Holte | f9d5ed6 | 2017-10-21 02:02:30 | [diff] [blame] | 2292 | "//third_party/metrics_proto", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2293 | "//third_party/re2", |
Mirko Bonadei | cbc90fd0 | 2019-11-14 22:26:17 | [diff] [blame] | 2294 | "//third_party/webrtc_overrides:webrtc_component", |
Xiaohan Wang | f170c73 | 2018-09-27 05:45:26 | [diff] [blame] | 2295 | "//third_party/widevine/cdm:buildflags", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2296 | "//third_party/zlib", |
| 2297 | "//third_party/zlib:minizip", |
Thiago Farina | d8a8a07 | 2017-05-19 18:41:48 | [diff] [blame] | 2298 | "//third_party/zlib/google:compression_utils", |
| 2299 | "//third_party/zlib/google:zip", |
Chris Hall | e952239e | 2018-11-06 06:49:52 | [diff] [blame] | 2300 | "//ui/accessibility", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2301 | "//ui/base", |
sdefresne | c6574a55 | 2016-02-08 16:58:21 | [diff] [blame] | 2302 | "//ui/base:ui_data_pack", |
Steven Bennetts | 2b2d9cf | 2019-03-15 17:36:31 | [diff] [blame] | 2303 | "//ui/base/idle", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2304 | "//ui/base/ime", |
cjhopman | 09981a9 | 2014-10-27 17:11:18 | [diff] [blame] | 2305 | "//ui/events:events_base", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2306 | "//ui/gfx", |
| 2307 | "//ui/gfx/geometry", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2308 | "//ui/gl", |
Scott Violet | fd6ee11 | 2019-01-10 19:05:32 | [diff] [blame] | 2309 | "//ui/gl:buildflags", |
[email protected] | a1d7d4f | 2014-07-16 21:33:36 | [diff] [blame] | 2310 | "//ui/message_center", |
Evan Stade | 353058c | 2017-09-08 21:31:13 | [diff] [blame] | 2311 | "//ui/message_center/public/cpp", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 2312 | "//ui/resources", |
[email protected] | a1d7d4f | 2014-07-16 21:33:36 | [diff] [blame] | 2313 | "//ui/shell_dialogs", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2314 | "//ui/strings", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2315 | "//ui/surface", |
| 2316 | "//ui/web_dialogs", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2317 | ] |
| 2318 | |
Mirko Bonadei | 5ef1a55 | 2019-11-13 16:29:39 | [diff] [blame] | 2319 | if (is_win) { |
Xiaohan Wang | d2d03fc | 2020-04-07 18:07:34 | [diff] [blame] | 2320 | libs += [ |
| 2321 | "secur32.lib", |
| 2322 | |
| 2323 | # Needed for _variant_t used in browser_dm_token_storage_win.cc |
| 2324 | "comsuppw.lib", |
| 2325 | ] |
Sven Zheng | 0ee1b2c | 2020-03-06 20:24:38 | [diff] [blame] | 2326 | sources += |
| 2327 | [ "component_updater/recovery_improved_component_installer_win.cc" ] |
Henrique Ferreiro | 41a8f46 | 2020-05-21 15:59:15 | [diff] [blame] | 2328 | deps += [ |
| 2329 | "//chrome/elevation_service:elevation_service_idl", |
| 2330 | "//ui/base/cursor", |
| 2331 | ] |
Mirko Bonadei | 5ef1a55 | 2019-11-13 16:29:39 | [diff] [blame] | 2332 | } |
| 2333 | |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 2334 | if (is_posix || is_fuchsia) { |
| 2335 | sources += [ |
| 2336 | "download/trusted_sources_manager_posix.cc", |
| 2337 | "google/google_update_settings_posix.cc", |
| 2338 | "net/net_error_diagnostics_dialog_posix.cc", |
Sebastien Marchand | c5a7c4c4 | 2019-02-21 20:30:25 | [diff] [blame] | 2339 | "performance_monitor/metric_evaluator_helper_posix.cc", |
| 2340 | "performance_monitor/metric_evaluator_helper_posix.h", |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 2341 | ] |
| 2342 | } |
| 2343 | |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2344 | if (is_android) { |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2345 | sources += [ |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2346 | "after_startup_task_utils_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2347 | "android/accessibility/font_size_prefs_android.cc", |
| 2348 | "android/accessibility/font_size_prefs_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2349 | "android/android_theme_resources.h", |
zqzhang | 93e959d1 | 2017-03-16 13:10:20 | [diff] [blame] | 2350 | "android/app_hooks.cc", |
| 2351 | "android/app_hooks.h", |
Clemens Arbesser | 82f3803 | 2019-08-29 09:05:55 | [diff] [blame] | 2352 | "android/autofill_assistant/assistant_collect_user_data_delegate.cc", |
| 2353 | "android/autofill_assistant/assistant_collect_user_data_delegate.h", |
Jordan Demeulenaere | d4c321e | 2019-05-16 14:12:12 | [diff] [blame] | 2354 | "android/autofill_assistant/assistant_form_delegate.cc", |
| 2355 | "android/autofill_assistant/assistant_form_delegate.h", |
Clemens Arbesser | 7dc18c8 | 2019-12-13 11:57:56 | [diff] [blame] | 2356 | "android/autofill_assistant/assistant_generic_ui_delegate.cc", |
| 2357 | "android/autofill_assistant/assistant_generic_ui_delegate.h", |
Jordan Demeulenaere | 640b83bb | 2019-05-23 17:45:58 | [diff] [blame] | 2358 | "android/autofill_assistant/assistant_header_delegate.cc", |
| 2359 | "android/autofill_assistant/assistant_header_delegate.h", |
Jordan Demeulenaere | ab331cf | 2019-01-28 21:20:00 | [diff] [blame] | 2360 | "android/autofill_assistant/assistant_overlay_delegate.cc", |
| 2361 | "android/autofill_assistant/assistant_overlay_delegate.h", |
Stephane Zermatten | 40481b80 | 2019-01-09 18:50:52 | [diff] [blame] | 2362 | "android/autofill_assistant/client_android.cc", |
| 2363 | "android/autofill_assistant/client_android.h", |
Clemens Arbesser | 7dc18c8 | 2019-12-13 11:57:56 | [diff] [blame] | 2364 | "android/autofill_assistant/generic_ui_controller_android.cc", |
| 2365 | "android/autofill_assistant/generic_ui_controller_android.h", |
Clemens Arbesser | 7f817a42 | 2020-03-25 12:56:26 | [diff] [blame] | 2366 | "android/autofill_assistant/generic_ui_events_android.cc", |
| 2367 | "android/autofill_assistant/generic_ui_events_android.h", |
| 2368 | "android/autofill_assistant/generic_ui_interactions_android.cc", |
| 2369 | "android/autofill_assistant/generic_ui_interactions_android.h", |
Clemens Arbesser | 7dc18c8 | 2019-12-13 11:57:56 | [diff] [blame] | 2370 | "android/autofill_assistant/interaction_handler_android.cc", |
| 2371 | "android/autofill_assistant/interaction_handler_android.h", |
Mathias Carlen | 717fbc4 | 2018-08-31 19:39:26 | [diff] [blame] | 2372 | "android/autofill_assistant/ui_controller_android.cc", |
| 2373 | "android/autofill_assistant/ui_controller_android.h", |
Clemens Arbesser | 7dc18c8 | 2019-12-13 11:57:56 | [diff] [blame] | 2374 | "android/autofill_assistant/ui_controller_android_utils.cc", |
| 2375 | "android/autofill_assistant/ui_controller_android_utils.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2376 | "android/background_sync_launcher_android.cc", |
| 2377 | "android/background_sync_launcher_android.h", |
ahemery | 1d5239a5 | 2017-05-18 13:19:33 | [diff] [blame] | 2378 | "android/background_tab_manager.cc", |
| 2379 | "android/background_tab_manager.h", |
Ioana Stefan | 4dc2ee2 | 2019-08-21 09:51:04 | [diff] [blame] | 2380 | "android/background_task_scheduler/chrome_background_task_factory.cc", |
| 2381 | "android/background_task_scheduler/chrome_background_task_factory.h", |
Shakti Sahu | f9847ad | 2020-02-21 21:43:01 | [diff] [blame] | 2382 | "android/background_task_scheduler/proxy_native_task.cc", |
| 2383 | "android/background_task_scheduler/proxy_native_task.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2384 | "android/bookmarks/bookmark_bridge.cc", |
| 2385 | "android/bookmarks/bookmark_bridge.h", |
| 2386 | "android/bookmarks/partner_bookmarks_reader.cc", |
| 2387 | "android/bookmarks/partner_bookmarks_reader.h", |
| 2388 | "android/bookmarks/partner_bookmarks_shim.cc", |
| 2389 | "android/bookmarks/partner_bookmarks_shim.h", |
| 2390 | "android/bottombar/overlay_panel_content.cc", |
| 2391 | "android/bottombar/overlay_panel_content.h", |
dullweber | c454fad | 2017-03-28 07:56:39 | [diff] [blame] | 2392 | "android/browsing_data/browsing_data_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2393 | "android/browsing_data/browsing_data_counter_bridge.cc", |
| 2394 | "android/browsing_data/browsing_data_counter_bridge.h", |
| 2395 | "android/browsing_data/url_filter_bridge.cc", |
| 2396 | "android/browsing_data/url_filter_bridge.h", |
aberent | d56b7ec | 2016-11-16 16:43:27 | [diff] [blame] | 2397 | "android/chrome_backup_agent.cc", |
| 2398 | "android/chrome_backup_agent.h", |
| 2399 | "android/chrome_backup_watcher.cc", |
thakis | b8590c9 | 2017-03-23 18:14:53 | [diff] [blame] | 2400 | "android/chrome_backup_watcher.h", |
Henrique Nakashima | 75faa51 | 2020-01-15 23:13:12 | [diff] [blame] | 2401 | "android/chrome_session_state.cc", |
| 2402 | "android/chrome_session_state.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2403 | "android/chrome_startup_flags.cc", |
| 2404 | "android/chrome_startup_flags.h", |
Daniel Cheng | 8fedab2 | 2018-05-17 00:39:27 | [diff] [blame] | 2405 | "android/color_helpers.cc", |
| 2406 | "android/color_helpers.h", |
Tibor Goldschwendt | 11b3cf2 | 2018-07-04 15:32:44 | [diff] [blame] | 2407 | "android/component_updater/background_task_update_scheduler.cc", |
| 2408 | "android/component_updater/background_task_update_scheduler.h", |
Mei Liang | 11df03b | 2020-04-09 05:02:12 | [diff] [blame] | 2409 | "android/compose_bitmaps_helper.cc", |
| 2410 | "android/compose_bitmaps_helper.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2411 | "android/compositor/compositor_view.cc", |
| 2412 | "android/compositor/compositor_view.h", |
| 2413 | "android/compositor/decoration_title.cc", |
| 2414 | "android/compositor/decoration_title.h", |
| 2415 | "android/compositor/layer/content_layer.cc", |
| 2416 | "android/compositor/layer/content_layer.h", |
| 2417 | "android/compositor/layer/contextual_search_layer.cc", |
| 2418 | "android/compositor/layer/contextual_search_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2419 | "android/compositor/layer/layer.h", |
| 2420 | "android/compositor/layer/overlay_panel_layer.cc", |
| 2421 | "android/compositor/layer/overlay_panel_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2422 | "android/compositor/layer/tab_handle_layer.cc", |
| 2423 | "android/compositor/layer/tab_handle_layer.h", |
| 2424 | "android/compositor/layer/tab_layer.cc", |
| 2425 | "android/compositor/layer/tab_layer.h", |
Mei Liang | 6c0fe3a | 2019-02-21 02:20:03 | [diff] [blame] | 2426 | "android/compositor/layer/tabgroup_content_layer.cc", |
| 2427 | "android/compositor/layer/tabgroup_content_layer.h", |
| 2428 | "android/compositor/layer/tabgroup_tab_content_layer.cc", |
| 2429 | "android/compositor/layer/tabgroup_tab_content_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2430 | "android/compositor/layer/thumbnail_layer.cc", |
| 2431 | "android/compositor/layer/thumbnail_layer.h", |
| 2432 | "android/compositor/layer/toolbar_layer.cc", |
| 2433 | "android/compositor/layer/toolbar_layer.h", |
| 2434 | "android/compositor/layer_title_cache.cc", |
| 2435 | "android/compositor/layer_title_cache.h", |
Jinsuk Kim | bec0ae07 | 2019-05-07 23:16:32 | [diff] [blame] | 2436 | "android/compositor/navigation_glow.cc", |
| 2437 | "android/compositor/navigation_glow.h", |
khushalsagar | 51b27db | 2017-03-22 19:18:12 | [diff] [blame] | 2438 | "android/compositor/resources/resource_factory.cc", |
khushalsagar | 51b27db | 2017-03-22 19:18:12 | [diff] [blame] | 2439 | "android/compositor/resources/toolbar_resource.cc", |
| 2440 | "android/compositor/resources/toolbar_resource.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2441 | "android/compositor/scene_layer/contextual_search_scene_layer.cc", |
| 2442 | "android/compositor/scene_layer/contextual_search_scene_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2443 | "android/compositor/scene_layer/scene_layer.cc", |
| 2444 | "android/compositor/scene_layer/scene_layer.h", |
Matthew Jones | d59852706 | 2018-03-14 19:27:32 | [diff] [blame] | 2445 | "android/compositor/scene_layer/scrolling_bottom_view_scene_layer.cc", |
| 2446 | "android/compositor/scene_layer/scrolling_bottom_view_scene_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2447 | "android/compositor/scene_layer/static_tab_scene_layer.cc", |
| 2448 | "android/compositor/scene_layer/static_tab_scene_layer.h", |
Sinan Sahin | 18cc52c | 2019-09-12 23:07:15 | [diff] [blame] | 2449 | "android/compositor/scene_layer/status_indicator_scene_layer.cc", |
| 2450 | "android/compositor/scene_layer/status_indicator_scene_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2451 | "android/compositor/scene_layer/tab_list_scene_layer.cc", |
| 2452 | "android/compositor/scene_layer/tab_list_scene_layer.h", |
| 2453 | "android/compositor/scene_layer/tab_strip_scene_layer.cc", |
| 2454 | "android/compositor/scene_layer/tab_strip_scene_layer.h", |
| 2455 | "android/compositor/scene_layer/toolbar_scene_layer.cc", |
| 2456 | "android/compositor/scene_layer/toolbar_scene_layer.h", |
| 2457 | "android/compositor/tab_content_manager.cc", |
| 2458 | "android/compositor/tab_content_manager.h", |
Martin Sramek | 030b6cd | 2018-02-28 12:45:12 | [diff] [blame] | 2459 | "android/consent_auditor/consent_auditor_bridge.cc", |
Samuel Huang | 87ac6fa | 2017-07-31 18:09:15 | [diff] [blame] | 2460 | "android/content/content_utils.cc", |
Jinsuk Kim | 6d4d86e | 2020-05-14 12:10:15 | [diff] [blame] | 2461 | "android/context_menu/chrome_context_menu_populator.cc", |
| 2462 | "android/context_menu/chrome_context_menu_populator.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2463 | "android/contextualsearch/contextual_search_context.cc", |
| 2464 | "android/contextualsearch/contextual_search_context.h", |
| 2465 | "android/contextualsearch/contextual_search_delegate.cc", |
| 2466 | "android/contextualsearch/contextual_search_delegate.h", |
| 2467 | "android/contextualsearch/contextual_search_field_trial.cc", |
| 2468 | "android/contextualsearch/contextual_search_field_trial.h", |
| 2469 | "android/contextualsearch/contextual_search_manager.cc", |
| 2470 | "android/contextualsearch/contextual_search_manager.h", |
Mario Sanchez Prada | 40f9fb6 | 2019-12-04 09:32:23 | [diff] [blame] | 2471 | "android/contextualsearch/contextual_search_observer.cc", |
| 2472 | "android/contextualsearch/contextual_search_observer.h", |
donnd | 1c0f254c | 2017-05-19 17:37:57 | [diff] [blame] | 2473 | "android/contextualsearch/contextual_search_ranker_logger_impl.cc", |
| 2474 | "android/contextualsearch/contextual_search_ranker_logger_impl.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2475 | "android/contextualsearch/contextual_search_tab_helper.cc", |
| 2476 | "android/contextualsearch/contextual_search_tab_helper.h", |
donnd | 1d909b6 | 2016-09-30 20:14:52 | [diff] [blame] | 2477 | "android/contextualsearch/ctr_suppression.cc", |
| 2478 | "android/contextualsearch/ctr_suppression.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2479 | "android/contextualsearch/resolved_search_term.cc", |
| 2480 | "android/contextualsearch/resolved_search_term.h", |
Donn Denman | e32c706c | 2019-04-26 22:30:11 | [diff] [blame] | 2481 | "android/contextualsearch/simple_search_term_resolver.cc", |
| 2482 | "android/contextualsearch/simple_search_term_resolver.h", |
Donn Denman | 647df45 | 2018-03-12 21:22:34 | [diff] [blame] | 2483 | "android/contextualsearch/unhandled_tap_notifier_impl.cc", |
| 2484 | "android/contextualsearch/unhandled_tap_notifier_impl.h", |
| 2485 | "android/contextualsearch/unhandled_tap_web_contents_observer.cc", |
| 2486 | "android/contextualsearch/unhandled_tap_web_contents_observer.h", |
Pritam | df040f9 | 2018-03-02 18:28:43 | [diff] [blame] | 2487 | "android/cookies/cookies_fetcher_util.cc", |
Peter Wen | 2bf1407 | 2017-10-11 16:12:37 | [diff] [blame] | 2488 | "android/crash/pure_java_exception_handler.cc", |
| 2489 | "android/crash/pure_java_exception_handler.h", |
John Abd-El-Malek | 4f380d9 | 2020-02-19 16:43:36 | [diff] [blame] | 2490 | "android/customtabs/client_data_header_web_contents_observer.cc", |
| 2491 | "android/customtabs/client_data_header_web_contents_observer.h", |
| 2492 | "android/customtabs/custom_tabs_connection.cc", |
Benoit Lize | 385ed792 | 2018-03-01 18:49:05 | [diff] [blame] | 2493 | "android/customtabs/detached_resource_request.cc", |
| 2494 | "android/customtabs/detached_resource_request.h", |
yusufo | 2f2c75134 | 2017-04-27 21:24:17 | [diff] [blame] | 2495 | "android/customtabs/origin_verifier.cc", |
| 2496 | "android/customtabs/origin_verifier.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2497 | "android/devtools_manager_delegate_android.cc", |
| 2498 | "android/devtools_manager_delegate_android.h", |
pfeldman | 1062876 | 2016-09-08 07:59:26 | [diff] [blame] | 2499 | "android/devtools_server.cc", |
| 2500 | "android/devtools_server.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2501 | "android/document/document_web_contents_delegate.cc", |
thakis | b8590c9 | 2017-03-23 18:14:53 | [diff] [blame] | 2502 | "android/document/document_web_contents_delegate.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2503 | "android/dom_distiller/distiller_ui_handle_android.cc", |
| 2504 | "android/dom_distiller/distiller_ui_handle_android.h", |
Pete Williamson | 3c8719b | 2018-10-11 00:22:57 | [diff] [blame] | 2505 | "android/explore_sites/blacklist_site_task.cc", |
| 2506 | "android/explore_sites/blacklist_site_task.h", |
Yafei Duan | 66f0831 | 2018-06-19 19:42:13 | [diff] [blame] | 2507 | "android/explore_sites/catalog.cc", |
| 2508 | "android/explore_sites/catalog.h", |
Jian Li | edd6707f | 2019-01-16 23:02:59 | [diff] [blame] | 2509 | "android/explore_sites/clear_activities_task.cc", |
| 2510 | "android/explore_sites/clear_activities_task.h", |
Justin DeWitt | 894860e6 | 2018-12-18 23:25:25 | [diff] [blame] | 2511 | "android/explore_sites/clear_catalog_task.cc", |
| 2512 | "android/explore_sites/clear_catalog_task.h", |
Cathy Li | 21ae462 | 2018-06-13 07:20:55 | [diff] [blame] | 2513 | "android/explore_sites/explore_sites_bridge.cc", |
Justin DeWitt | 0569190 | 2018-09-27 15:15:19 | [diff] [blame] | 2514 | "android/explore_sites/explore_sites_bridge.h", |
Justin DeWitt | ac2672c | 2018-09-14 22:31:56 | [diff] [blame] | 2515 | "android/explore_sites/explore_sites_bridge_experimental.cc", |
Cathy Li | c450408f | 2018-08-02 20:32:54 | [diff] [blame] | 2516 | "android/explore_sites/explore_sites_feature.cc", |
| 2517 | "android/explore_sites/explore_sites_feature.h", |
Jonathan Freed | 07f2506d | 2018-09-20 20:02:34 | [diff] [blame] | 2518 | "android/explore_sites/explore_sites_fetcher.cc", |
| 2519 | "android/explore_sites/explore_sites_fetcher.h", |
Justin DeWitt | d7e2bf13 | 2018-08-29 16:14:58 | [diff] [blame] | 2520 | "android/explore_sites/explore_sites_schema.cc", |
| 2521 | "android/explore_sites/explore_sites_schema.h", |
Justin DeWitt | 40f76ee | 2018-08-10 23:32:35 | [diff] [blame] | 2522 | "android/explore_sites/explore_sites_service.h", |
| 2523 | "android/explore_sites/explore_sites_service_factory.cc", |
| 2524 | "android/explore_sites/explore_sites_service_factory.h", |
| 2525 | "android/explore_sites/explore_sites_service_impl.cc", |
| 2526 | "android/explore_sites/explore_sites_service_impl.h", |
Justin DeWitt | 267e8d10 | 2018-08-24 18:29:25 | [diff] [blame] | 2527 | "android/explore_sites/explore_sites_store.cc", |
| 2528 | "android/explore_sites/explore_sites_store.h", |
Justin DeWitt | 425b550f | 2018-09-14 22:18:03 | [diff] [blame] | 2529 | "android/explore_sites/explore_sites_types.cc", |
| 2530 | "android/explore_sites/explore_sites_types.h", |
| 2531 | "android/explore_sites/get_catalog_task.cc", |
| 2532 | "android/explore_sites/get_catalog_task.h", |
Justin DeWitt | f9771f0 | 2018-09-19 19:11:43 | [diff] [blame] | 2533 | "android/explore_sites/get_images_task.cc", |
| 2534 | "android/explore_sites/get_images_task.h", |
Justin DeWitt | 12e3ef38 | 2018-10-24 18:24:44 | [diff] [blame] | 2535 | "android/explore_sites/get_version_task.cc", |
| 2536 | "android/explore_sites/get_version_task.h", |
Dmitry Titov | 5f6cfb4 | 2018-10-05 18:52:14 | [diff] [blame] | 2537 | "android/explore_sites/history_statistics_reporter.cc", |
| 2538 | "android/explore_sites/history_statistics_reporter.h", |
Jonathan Freed | c985bd7 | 2018-10-08 22:08:11 | [diff] [blame] | 2539 | "android/explore_sites/image_helper.cc", |
| 2540 | "android/explore_sites/image_helper.h", |
Justin DeWitt | e02502b | 2018-09-11 17:51:09 | [diff] [blame] | 2541 | "android/explore_sites/import_catalog_task.cc", |
| 2542 | "android/explore_sites/import_catalog_task.h", |
Cathy Li | 016987e | 2019-01-19 04:35:06 | [diff] [blame] | 2543 | "android/explore_sites/increment_shown_count_task.cc", |
| 2544 | "android/explore_sites/increment_shown_count_task.h", |
Justin DeWitt | 1a287c9 | 2019-05-30 00:08:44 | [diff] [blame] | 2545 | "android/explore_sites/most_visited_client.cc", |
| 2546 | "android/explore_sites/most_visited_client.h", |
Yafei Duan | 66f0831 | 2018-06-19 19:42:13 | [diff] [blame] | 2547 | "android/explore_sites/ntp_json_fetcher.cc", |
| 2548 | "android/explore_sites/ntp_json_fetcher.h", |
Cathy Li | 72d8743 | 2019-01-18 14:59:32 | [diff] [blame] | 2549 | "android/explore_sites/record_site_click_task.cc", |
| 2550 | "android/explore_sites/record_site_click_task.h", |
Cathy Li | 448d841f | 2018-06-20 00:14:33 | [diff] [blame] | 2551 | "android/explore_sites/url_util.cc", |
| 2552 | "android/explore_sites/url_util.h", |
Jonathan Freed | 07f2506d | 2018-09-20 20:02:34 | [diff] [blame] | 2553 | "android/explore_sites/url_util_experimental.cc", |
| 2554 | "android/explore_sites/url_util_experimental.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2555 | "android/favicon_helper.cc", |
| 2556 | "android/favicon_helper.h", |
Tommy Nyquist | c1d6dea1 | 2017-07-26 20:37:23 | [diff] [blame] | 2557 | "android/feature_engagement/tracker_factory_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2558 | "android/feedback/connectivity_checker.cc", |
David Trainor | 3c8efa4 | 2018-02-16 16:51:01 | [diff] [blame] | 2559 | "android/feedback/process_id_feedback_source.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2560 | "android/feedback/screenshot_task.cc", |
David Trainor | 5397eb3 | 2017-11-30 20:46:10 | [diff] [blame] | 2561 | "android/feedback/system_info_feedback_source.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2562 | "android/foreign_session_helper.cc", |
| 2563 | "android/foreign_session_helper.h", |
Peter E Conn | e28b88d0d | 2018-10-17 17:41:20 | [diff] [blame] | 2564 | "android/headers_classifier.cc", |
twellington | 87cc366 | 2016-12-06 18:15:05 | [diff] [blame] | 2565 | "android/history/browsing_history_bridge.cc", |
| 2566 | "android/history/browsing_history_bridge.h", |
Brandon Wylie | 8a64874 | 2019-05-16 22:14:38 | [diff] [blame] | 2567 | "android/history/history_deletion_bridge.cc", |
| 2568 | "android/history/history_deletion_bridge.h", |
| 2569 | "android/history/history_deletion_info.cc", |
| 2570 | "android/history/history_deletion_info.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2571 | "android/history_report/data_observer.cc", |
| 2572 | "android/history_report/data_observer.h", |
| 2573 | "android/history_report/data_provider.cc", |
| 2574 | "android/history_report/data_provider.h", |
| 2575 | "android/history_report/delta_file_backend_leveldb.cc", |
| 2576 | "android/history_report/delta_file_backend_leveldb.h", |
| 2577 | "android/history_report/delta_file_commons.cc", |
| 2578 | "android/history_report/delta_file_commons.h", |
| 2579 | "android/history_report/delta_file_service.cc", |
| 2580 | "android/history_report/delta_file_service.h", |
| 2581 | "android/history_report/get_all_urls_from_history_task.cc", |
| 2582 | "android/history_report/get_all_urls_from_history_task.h", |
| 2583 | "android/history_report/historic_visits_migration_task.cc", |
| 2584 | "android/history_report/historic_visits_migration_task.h", |
| 2585 | "android/history_report/history_report_jni_bridge.cc", |
| 2586 | "android/history_report/history_report_jni_bridge.h", |
| 2587 | "android/history_report/usage_report_util.cc", |
| 2588 | "android/history_report/usage_report_util.h", |
| 2589 | "android/history_report/usage_reports_buffer_backend.cc", |
| 2590 | "android/history_report/usage_reports_buffer_backend.h", |
| 2591 | "android/history_report/usage_reports_buffer_service.cc", |
| 2592 | "android/history_report/usage_reports_buffer_service.h", |
| 2593 | "android/hung_renderer_infobar_delegate.cc", |
| 2594 | "android/hung_renderer_infobar_delegate.h", |
Brandon Wylie | 67a8dd1a | 2019-04-02 22:49:04 | [diff] [blame] | 2595 | "android/image_fetcher/image_fetcher_bridge.cc", |
| 2596 | "android/image_fetcher/image_fetcher_bridge.h", |
Rayan Kanso | d20be1e | 2020-02-12 14:47:18 | [diff] [blame] | 2597 | "android/installedapp/installed_app_verifier.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2598 | "android/instantapps/instant_apps_infobar_delegate.cc", |
| 2599 | "android/instantapps/instant_apps_infobar_delegate.h", |
mariakhomenko | bb6f794 | 2016-10-03 21:42:29 | [diff] [blame] | 2600 | "android/instantapps/instant_apps_settings.cc", |
| 2601 | "android/instantapps/instant_apps_settings.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2602 | "android/intent_helper.cc", |
| 2603 | "android/intent_helper.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2604 | "android/large_icon_bridge.cc", |
| 2605 | "android/large_icon_bridge.h", |
tedchoc | 2928c63 | 2017-05-11 18:31:28 | [diff] [blame] | 2606 | "android/locale/locale_manager.cc", |
| 2607 | "android/locale/locale_manager.h", |
Lei Tian | 0fc3031 | 2018-05-14 21:05:56 | [diff] [blame] | 2608 | "android/locale/locale_template_url_loader.cc", |
| 2609 | "android/locale/locale_template_url_loader.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2610 | "android/logo_bridge.cc", |
| 2611 | "android/logo_bridge.h", |
Patrick Noland | d053411a | 2019-09-07 14:30:29 | [diff] [blame] | 2612 | "android/media/media_capture_devices_dispatcher_android.cc", |
Mihai Sardarescu | d5ad5b0 | 2018-12-14 21:30:42 | [diff] [blame] | 2613 | "android/metrics/android_profile_session_durations_service.cc", |
| 2614 | "android/metrics/android_profile_session_durations_service.h", |
| 2615 | "android/metrics/android_profile_session_durations_service_factory.cc", |
| 2616 | "android/metrics/android_profile_session_durations_service_factory.h", |
Henrique Nakashima | e2da3910 | 2019-09-05 23:47:01 | [diff] [blame] | 2617 | "android/metrics/background_task_memory_metrics_emitter.cc", |
| 2618 | "android/metrics/background_task_memory_metrics_emitter.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2619 | "android/metrics/launch_metrics.cc", |
Alexandre Frechette | 399dfc2 | 2019-10-22 17:14:38 | [diff] [blame] | 2620 | "android/metrics/ukm_recorder.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2621 | "android/metrics/uma_session_stats.cc", |
| 2622 | "android/metrics/uma_session_stats.h", |
| 2623 | "android/metrics/uma_utils.cc", |
| 2624 | "android/metrics/uma_utils.h", |
| 2625 | "android/metrics/variations_session.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2626 | "android/mojo/chrome_interface_registrar_android.cc", |
| 2627 | "android/mojo/chrome_interface_registrar_android.h", |
Ryan Sturm | d1d91d0 | 2020-01-24 22:37:48 | [diff] [blame] | 2628 | "android/navigation_predictor/navigation_predictor_bridge.cc", |
Michael Thiessen | 454d0c3 | 2019-04-08 13:58:54 | [diff] [blame] | 2629 | "android/net/nqe/network_quality_provider.cc", |
| 2630 | "android/net/nqe/network_quality_provider.h", |
Daniel Bratell | 4bb1b4ad | 2018-02-03 11:47:03 | [diff] [blame] | 2631 | "android/ntp/get_remote_suggestions_scheduler.cc", |
| 2632 | "android/ntp/get_remote_suggestions_scheduler.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2633 | "android/ntp/most_visited_sites_bridge.cc", |
| 2634 | "android/ntp/most_visited_sites_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2635 | "android/ntp/new_tab_page_url_handler.cc", |
| 2636 | "android/ntp/new_tab_page_url_handler.h", |
| 2637 | "android/ntp/ntp_snippets_bridge.cc", |
| 2638 | "android/ntp/ntp_snippets_bridge.h", |
| 2639 | "android/ntp/ntp_snippets_launcher.cc", |
| 2640 | "android/ntp/ntp_snippets_launcher.h", |
mvanouwerkerk | c1751e0 | 2017-01-06 12:16:43 | [diff] [blame] | 2641 | "android/ntp/recent_tabs_page_prefs.cc", |
| 2642 | "android/ntp/recent_tabs_page_prefs.h", |
dgn | ba0a51b | 2017-05-04 10:23:26 | [diff] [blame] | 2643 | "android/ntp/suggestions_event_reporter_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2644 | "android/omnibox/autocomplete_controller_android.cc", |
| 2645 | "android/omnibox/autocomplete_controller_android.h", |
| 2646 | "android/omnibox/omnibox_prerender.cc", |
| 2647 | "android/omnibox/omnibox_prerender.h", |
Kenichi Ishibashi | 0f336d00 | 2017-10-26 02:39:11 | [diff] [blame] | 2648 | "android/oom_intervention/near_oom_monitor.cc", |
| 2649 | "android/oom_intervention/near_oom_monitor.h", |
Siddhartha | eec125f | 2018-05-30 19:59:28 | [diff] [blame] | 2650 | "android/oom_intervention/oom_intervention_config.cc", |
| 2651 | "android/oom_intervention/oom_intervention_config.h", |
Kenichi Ishibashi | 35ac713 | 2017-12-08 03:44:30 | [diff] [blame] | 2652 | "android/oom_intervention/oom_intervention_decider.cc", |
| 2653 | "android/oom_intervention/oom_intervention_decider.h", |
Kenichi Ishibashi | 60fc349f | 2017-10-31 23:41:19 | [diff] [blame] | 2654 | "android/oom_intervention/oom_intervention_tab_helper.cc", |
| 2655 | "android/oom_intervention/oom_intervention_tab_helper.h", |
estevenson | cb80fc5 | 2017-03-28 16:50:57 | [diff] [blame] | 2656 | "android/partner_browser_customizations.cc", |
| 2657 | "android/partner_browser_customizations.h", |
Ivana Zuzic | 0dbf2777 | 2019-09-18 19:48:35 | [diff] [blame] | 2658 | "android/password_edit_delegate.h", |
Ioana Pandele | bb7a0433 | 2019-11-15 18:25:24 | [diff] [blame] | 2659 | "android/password_edit_delegate_settings_impl.cc", |
| 2660 | "android/password_edit_delegate_settings_impl.h", |
Ivana Zuzic | f8658c1e | 2019-08-29 13:32:41 | [diff] [blame] | 2661 | "android/password_editing_bridge.cc", |
| 2662 | "android/password_editing_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2663 | "android/password_ui_view_android.cc", |
| 2664 | "android/password_ui_view_android.h", |
Andy Paicu | bf20a77 | 2019-12-04 17:08:56 | [diff] [blame] | 2665 | "android/permissions/permission_settings_bridge.cc", |
Peter Beverloo | c0e3f840 | 2017-08-31 16:08:30 | [diff] [blame] | 2666 | "android/photo_picker_sandbox_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2667 | "android/policy/policy_auditor.cc", |
Natalie Chouinard | 49cf0980 | 2019-11-06 18:53:23 | [diff] [blame] | 2668 | "android/preferences/about_settings_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2669 | "android/preferences/autofill/autofill_profile_bridge.cc", |
Natalie Chouinard | 1b63648 | 2019-12-05 01:18:17 | [diff] [blame] | 2670 | "android/preferences/autofill/autofill_profile_bridge.h", |
mlliu | ee3a405c | 2016-10-28 22:34:52 | [diff] [blame] | 2671 | "android/preferences/browser_prefs_android.cc", |
| 2672 | "android/preferences/browser_prefs_android.h", |
Mark Pearson | ee17df91 | 2017-04-27 21:51:04 | [diff] [blame] | 2673 | "android/preferences/clipboard_android.cc", |
| 2674 | "android/preferences/clipboard_android.h", |
Ehimare Okoyomon | cf8adc4 | 2020-01-21 23:27:08 | [diff] [blame] | 2675 | "android/preferences/cookie_controls_bridge.cc", |
| 2676 | "android/preferences/cookie_controls_bridge.h", |
Ehimare Okoyomon | 69926c8 | 2020-02-06 00:55:16 | [diff] [blame] | 2677 | "android/preferences/cookie_controls_service_bridge.cc", |
| 2678 | "android/preferences/cookie_controls_service_bridge.h", |
Becky Zhou | d423491 | 2017-10-20 19:46:26 | [diff] [blame] | 2679 | "android/preferences/pref_change_registrar_android.cc", |
| 2680 | "android/preferences/pref_change_registrar_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2681 | "android/preferences/pref_service_bridge.cc", |
| 2682 | "android/preferences/pref_service_bridge.h", |
Becky Zhou | d423491 | 2017-10-20 19:46:26 | [diff] [blame] | 2683 | "android/preferences/prefs.h", |
Natalie Chouinard | 60bd0cc | 2019-11-18 20:45:12 | [diff] [blame] | 2684 | "android/preferences/privacy_preferences_manager.cc", |
Xi Han | 9fd4400 | 2019-04-30 17:39:36 | [diff] [blame] | 2685 | "android/profile_key_startup_accessor.cc", |
| 2686 | "android/profile_key_startup_accessor.h", |
Mohamed Heikal | 0b20ea11 | 2019-05-16 18:38:15 | [diff] [blame] | 2687 | "android/profile_key_util.cc", |
| 2688 | "android/profile_key_util.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2689 | "android/provider/blocking_ui_thread_async_request.cc", |
| 2690 | "android/provider/blocking_ui_thread_async_request.h", |
Ted Choc | f5e2555 | 2018-06-08 17:21:26 | [diff] [blame] | 2691 | "android/provider/bookmark_model_task.cc", |
| 2692 | "android/provider/bookmark_model_task.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2693 | "android/provider/chrome_browser_provider.cc", |
| 2694 | "android/provider/chrome_browser_provider.h", |
| 2695 | "android/provider/run_on_ui_thread_blocking.h", |
| 2696 | "android/rappor/rappor_service_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2697 | "android/recently_closed_tabs_bridge.cc", |
| 2698 | "android/recently_closed_tabs_bridge.h", |
Jinsuk Kim | fe32dfb3 | 2019-10-17 23:25:52 | [diff] [blame] | 2699 | "android/reparenting_task.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2700 | "android/resource_id.h", |
| 2701 | "android/resource_mapper.cc", |
| 2702 | "android/resource_mapper.h", |
| 2703 | "android/rlz/revenue_stats.cc", |
yusufo | cac912f1 | 2017-05-09 16:09:51 | [diff] [blame] | 2704 | "android/rlz/rlz_ping_handler.cc", |
| 2705 | "android/rlz/rlz_ping_handler.h", |
Kristi Park | d095700b | 2020-03-20 21:30:14 | [diff] [blame] | 2706 | "android/screenshot/editor_screenshot_task.cc", |
Raymes Khoury | 01251b3 | 2017-11-06 22:31:27 | [diff] [blame] | 2707 | "android/search_permissions/search_geolocation_disclosure_infobar_delegate.cc", |
| 2708 | "android/search_permissions/search_geolocation_disclosure_infobar_delegate.h", |
| 2709 | "android/search_permissions/search_geolocation_disclosure_tab_helper.cc", |
| 2710 | "android/search_permissions/search_geolocation_disclosure_tab_helper.h", |
| 2711 | "android/search_permissions/search_permissions_service.cc", |
| 2712 | "android/search_permissions/search_permissions_service.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2713 | "android/seccomp_support_detector.cc", |
| 2714 | "android/seccomp_support_detector.h", |
Tanya Gupta | ae1c28dc | 2019-03-08 20:08:28 | [diff] [blame] | 2715 | "android/send_tab_to_self/android_notification_handler.cc", |
| 2716 | "android/send_tab_to_self/android_notification_handler.h", |
Tanya Gupta | f66cd5d | 2019-02-22 01:22:56 | [diff] [blame] | 2717 | "android/send_tab_to_self/send_tab_to_self_android_bridge.cc", |
Tanya Gupta | 9cd345a2 | 2019-05-17 19:02:34 | [diff] [blame] | 2718 | "android/send_tab_to_self/send_tab_to_self_entry_bridge.cc", |
| 2719 | "android/send_tab_to_self/send_tab_to_self_entry_bridge.h", |
Tanya Gupta | bc87a99e | 2019-04-10 23:12:14 | [diff] [blame] | 2720 | "android/send_tab_to_self/send_tab_to_self_infobar.cc", |
| 2721 | "android/send_tab_to_self/send_tab_to_self_infobar.h", |
Tanya Gupta | 9cd345a2 | 2019-05-17 19:02:34 | [diff] [blame] | 2722 | "android/send_tab_to_self/send_tab_to_self_model_observer_bridge.cc", |
| 2723 | "android/send_tab_to_self/send_tab_to_self_model_observer_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2724 | "android/service_tab_launcher.cc", |
| 2725 | "android/service_tab_launcher.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2726 | "android/shortcut_helper.cc", |
| 2727 | "android/shortcut_helper.h", |
| 2728 | "android/shortcut_info.cc", |
| 2729 | "android/shortcut_info.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2730 | "android/signin/signin_investigator_android.cc", |
| 2731 | "android/signin/signin_investigator_android.h", |
| 2732 | "android/signin/signin_manager_android.cc", |
| 2733 | "android/signin/signin_manager_android.h", |
| 2734 | "android/signin/signin_promo_util_android.cc", |
| 2735 | "android/signin/signin_promo_util_android.h", |
David Roger | f0bb082 | 2019-03-13 16:09:20 | [diff] [blame] | 2736 | "android/signin/signin_utils.cc", |
| 2737 | "android/signin/signin_utils.h", |
Boris Sazonov | 484447e | 2018-08-09 21:28:40 | [diff] [blame] | 2738 | "android/signin/unified_consent_service_bridge.cc", |
Mohamed Heikal | a4b8fc3 | 2019-04-23 02:24:32 | [diff] [blame] | 2739 | "android/startup_bridge.cc", |
| 2740 | "android/startup_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2741 | "android/tab_android.cc", |
| 2742 | "android/tab_android.h", |
Ted Choc | 1d47eec | 2019-11-26 17:00:11 | [diff] [blame] | 2743 | "android/tab_browser_controls_constraints_helper.cc", |
| 2744 | "android/tab_browser_controls_constraints_helper.h", |
Jinsuk Kim | e1735d5c | 2019-03-06 03:42:10 | [diff] [blame] | 2745 | "android/tab_favicon.cc", |
| 2746 | "android/tab_favicon.h", |
Jinsuk Kim | fc9e3e8 | 2019-02-13 06:50:23 | [diff] [blame] | 2747 | "android/tab_printer.cc", |
| 2748 | "android/tab_printer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2749 | "android/tab_state.cc", |
| 2750 | "android/tab_state.h", |
| 2751 | "android/tab_web_contents_delegate_android.cc", |
| 2752 | "android/tab_web_contents_delegate_android.h", |
Bernhard Bauer | 830124e2 | 2018-03-27 18:50:38 | [diff] [blame] | 2753 | "android/trusted_cdn.cc", |
| 2754 | "android/trusted_cdn.h", |
Richard Knoll | 911bf51 | 2019-06-05 19:12:00 | [diff] [blame] | 2755 | "android/usage_stats/notification_suspender.cc", |
Patrick Noland | 87d9f84 | 2019-01-16 03:52:02 | [diff] [blame] | 2756 | "android/usage_stats/usage_stats_bridge.cc", |
| 2757 | "android/usage_stats/usage_stats_bridge.h", |
| 2758 | "android/usage_stats/usage_stats_database.cc", |
| 2759 | "android/usage_stats/usage_stats_database.h", |
Donna Wu | c98e12a | 2018-08-16 07:24:02 | [diff] [blame] | 2760 | "android/usb/web_usb_chooser_android.cc", |
| 2761 | "android/usb/web_usb_chooser_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2762 | "android/warmup_manager.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2763 | "android/web_contents_factory.cc", |
ckitagawa | 1fa69c0 | 2019-07-24 19:20:44 | [diff] [blame] | 2764 | "android/webapk/webapk_handler_delegate.cc", |
| 2765 | "android/webapk/webapk_handler_delegate.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2766 | "android/webapk/webapk_icon_hasher.cc", |
| 2767 | "android/webapk/webapk_icon_hasher.h", |
gonzalon | 87192d77 | 2017-02-07 22:31:10 | [diff] [blame] | 2768 | "android/webapk/webapk_info.cc", |
| 2769 | "android/webapk/webapk_info.h", |
hanxi | 070d10a | 2017-01-09 15:56:50 | [diff] [blame] | 2770 | "android/webapk/webapk_install_service.cc", |
| 2771 | "android/webapk/webapk_install_service.h", |
| 2772 | "android/webapk/webapk_install_service_factory.cc", |
| 2773 | "android/webapk/webapk_install_service_factory.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2774 | "android/webapk/webapk_installer.cc", |
| 2775 | "android/webapk/webapk_installer.h", |
hanxi | 2f4bcfd | 2016-09-22 19:53:42 | [diff] [blame] | 2776 | "android/webapk/webapk_metrics.cc", |
| 2777 | "android/webapk/webapk_metrics.h", |
Ethan Xu | c4740ea | 2018-11-28 21:31:20 | [diff] [blame] | 2778 | "android/webapk/webapk_post_share_target_navigator.cc", |
| 2779 | "android/webapk/webapk_post_share_target_navigator.h", |
Peter Kotwicz | c1544b27 | 2017-11-08 17:02:28 | [diff] [blame] | 2780 | "android/webapk/webapk_types.h", |
Peter Kotwicz | 92773f1e | 2019-09-17 19:47:45 | [diff] [blame] | 2781 | "android/webapk/webapk_ukm_recorder.cc", |
| 2782 | "android/webapk/webapk_ukm_recorder.h", |
pkotwicz | b1e143c | 2016-12-09 20:52:46 | [diff] [blame] | 2783 | "android/webapk/webapk_update_data_fetcher.cc", |
| 2784 | "android/webapk/webapk_update_data_fetcher.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2785 | "android/webapk/webapk_update_manager.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2786 | "android/webapk/webapk_web_manifest_checker.cc", |
| 2787 | "android/webapk/webapk_web_manifest_checker.h", |
Mehran Mahmoudi | f53737a | 2019-11-20 23:56:45 | [diff] [blame] | 2788 | "android/webapps/add_to_homescreen_coordinator.cc", |
| 2789 | "android/webapps/add_to_homescreen_coordinator.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2790 | "android/webapps/add_to_homescreen_data_fetcher.cc", |
| 2791 | "android/webapps/add_to_homescreen_data_fetcher.h", |
Mehran Mahmoudi | a7dc407 | 2019-10-31 15:13:27 | [diff] [blame] | 2792 | "android/webapps/add_to_homescreen_installer.cc", |
| 2793 | "android/webapps/add_to_homescreen_installer.h", |
Mehran Mahmoudi | f53737a | 2019-11-20 23:56:45 | [diff] [blame] | 2794 | "android/webapps/add_to_homescreen_mediator.cc", |
| 2795 | "android/webapps/add_to_homescreen_mediator.h", |
Mehran Mahmoudi | a7dc407 | 2019-10-31 15:13:27 | [diff] [blame] | 2796 | "android/webapps/add_to_homescreen_params.cc", |
| 2797 | "android/webapps/add_to_homescreen_params.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2798 | "android/webapps/webapp_registry.cc", |
| 2799 | "android/webapps/webapp_registry.h", |
Tommy Martino | 40112a62 | 2019-04-26 15:41:12 | [diff] [blame] | 2800 | "autofill/accessory_controller.h", |
Friedrich Horschig | 6b305d1 | 2019-05-24 11:34:48 | [diff] [blame] | 2801 | "autofill/address_accessory_controller.h", |
| 2802 | "autofill/address_accessory_controller_impl.cc", |
| 2803 | "autofill/address_accessory_controller_impl.h", |
Manas Verma | 6f50f14 | 2020-04-30 18:06:44 | [diff] [blame] | 2804 | "autofill/android/internal_authenticator_android.cc", |
| 2805 | "autofill/android/internal_authenticator_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2806 | "autofill/android/personal_data_manager_android.cc", |
| 2807 | "autofill/android/personal_data_manager_android.h", |
gogerald | 7cede916 | 2017-03-14 23:53:40 | [diff] [blame] | 2808 | "autofill/android/phone_number_util_android.cc", |
Friedrich Horschig | 15ef70d | 2019-04-02 09:12:12 | [diff] [blame] | 2809 | "autofill/autofill_keyboard_accessory_adapter.cc", |
| 2810 | "autofill/autofill_keyboard_accessory_adapter.h", |
Tommy Martino | ca7902e | 2019-05-16 22:47:40 | [diff] [blame] | 2811 | "autofill/credit_card_accessory_controller.h", |
| 2812 | "autofill/credit_card_accessory_controller_impl.cc", |
| 2813 | "autofill/credit_card_accessory_controller_impl.h", |
Fabio Tirelo | bfbbb3e9 | 2018-11-20 21:02:03 | [diff] [blame] | 2814 | "autofill/manual_filling_controller.h", |
| 2815 | "autofill/manual_filling_controller_impl.cc", |
| 2816 | "autofill/manual_filling_controller_impl.h", |
Tommy Martino | 40112a62 | 2019-04-26 15:41:12 | [diff] [blame] | 2817 | "autofill/manual_filling_utils.cc", |
| 2818 | "autofill/manual_filling_utils.h", |
Fabio Tirelo | bfbbb3e9 | 2018-11-20 21:02:03 | [diff] [blame] | 2819 | "autofill/manual_filling_view_interface.h", |
Dominick Ng | 4568f11 | 2017-11-08 03:26:55 | [diff] [blame] | 2820 | "banners/app_banner_manager_android.cc", |
| 2821 | "banners/app_banner_manager_android.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 2822 | "chrome_browser_field_trials_mobile.cc", |
| 2823 | "chrome_browser_field_trials_mobile.h", |
Zhuoyu Qian | cb197638 | 2018-12-13 02:18:30 | [diff] [blame] | 2824 | "data_reduction_proxy/data_reduction_promo_infobar_delegate_android.cc", |
| 2825 | "data_reduction_proxy/data_reduction_promo_infobar_delegate_android.h", |
| 2826 | "data_reduction_proxy/data_reduction_proxy_settings_android.cc", |
| 2827 | "data_reduction_proxy/data_reduction_proxy_settings_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2828 | "dom_distiller/dom_distiller_service_factory_android.cc", |
| 2829 | "dom_distiller/dom_distiller_service_factory_android.h", |
| 2830 | "dom_distiller/tab_utils_android.cc", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 2831 | "download/android/available_offline_content_provider.cc", |
| 2832 | "download/android/available_offline_content_provider.h", |
| 2833 | "download/android/chrome_duplicate_download_infobar_delegate.cc", |
| 2834 | "download/android/chrome_duplicate_download_infobar_delegate.h", |
| 2835 | "download/android/dangerous_download_infobar_delegate.cc", |
| 2836 | "download/android/dangerous_download_infobar_delegate.h", |
| 2837 | "download/android/download_controller.cc", |
| 2838 | "download/android/download_controller.h", |
| 2839 | "download/android/download_controller_base.cc", |
| 2840 | "download/android/download_controller_base.h", |
Xing Liu | 64fab36 | 2020-06-05 00:50:03 | [diff] [blame^] | 2841 | "download/android/download_dialog_bridge.cc", |
Xing Liu | db26f31 | 2020-06-03 05:45:05 | [diff] [blame] | 2842 | "download/android/download_dialog_bridge.h", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 2843 | "download/android/download_manager_bridge.cc", |
| 2844 | "download/android/download_manager_bridge.h", |
| 2845 | "download/android/download_manager_service.cc", |
| 2846 | "download/android/download_manager_service.h", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 2847 | "download/android/download_open_source.h", |
| 2848 | "download/android/download_startup_utils.cc", |
| 2849 | "download/android/download_startup_utils.h", |
| 2850 | "download/android/download_utils.cc", |
| 2851 | "download/android/download_utils.h", |
| 2852 | "download/android/duplicate_download_infobar_delegate.cc", |
| 2853 | "download/android/duplicate_download_infobar_delegate.h", |
| 2854 | "download/android/intercept_oma_download_navigation_throttle.cc", |
| 2855 | "download/android/intercept_oma_download_navigation_throttle.h", |
| 2856 | "download/android/items/offline_content_aggregator_factory_android.cc", |
Joe DeBlasio | 91a975d | 2020-04-21 03:48:52 | [diff] [blame] | 2857 | "download/android/mixed_content_download_infobar_delegate.cc", |
| 2858 | "download/android/mixed_content_download_infobar_delegate.h", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 2859 | "download/android/rename_utils.cc", |
| 2860 | "download/android/service/download_background_task.cc", |
| 2861 | "download/android/service/download_task_scheduler.cc", |
| 2862 | "download/android/service/download_task_scheduler.h", |
David Trainor | d6c6cc16 | 2020-04-22 23:04:18 | [diff] [blame] | 2863 | "download/android/string_utils.cc", |
dominickn | b8723b73 | 2016-12-12 06:42:47 | [diff] [blame] | 2864 | "engagement/site_engagement_service_android.cc", |
| 2865 | "engagement/site_engagement_service_android.h", |
Natalie Chouinard | 990b1ae | 2019-11-18 19:15:08 | [diff] [blame] | 2866 | "first_run/android/first_run_utils.cc", |
Henrique Nakashima | 476b0b5 | 2020-01-24 22:28:03 | [diff] [blame] | 2867 | "flags/android/chrome_feature_list.cc", |
| 2868 | "flags/android/chrome_feature_list.h", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 2869 | "history/android/android_history_provider_service.cc", |
| 2870 | "history/android/android_history_provider_service.h", |
| 2871 | "history/android/android_provider_backend.cc", |
| 2872 | "history/android/android_provider_backend.h", |
| 2873 | "history/android/bookmark_model_sql_handler.cc", |
| 2874 | "history/android/bookmark_model_sql_handler.h", |
| 2875 | "history/android/sqlite_cursor.cc", |
| 2876 | "history/android/sqlite_cursor.h", |
Dominick Ng | a32333e | 2018-02-22 00:05:47 | [diff] [blame] | 2877 | "installable/installable_ambient_badge_infobar_delegate.cc", |
Peter E Conn | 98146c1a | 2019-04-04 14:19:00 | [diff] [blame] | 2878 | "installable/installed_webapp_bridge.cc", |
| 2879 | "installable/installed_webapp_bridge.h", |
| 2880 | "installable/installed_webapp_provider.cc", |
| 2881 | "installable/installed_webapp_provider.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2882 | "lifetime/application_lifetime_android.cc", |
| 2883 | "lifetime/application_lifetime_android.h", |
John Rummell | 4703af6 | 2019-02-15 02:31:00 | [diff] [blame] | 2884 | "media/android/cdm/media_drm_origin_id_manager.cc", |
| 2885 | "media/android/cdm/media_drm_origin_id_manager.h", |
| 2886 | "media/android/cdm/media_drm_origin_id_manager_factory.cc", |
| 2887 | "media/android/cdm/media_drm_origin_id_manager_factory.h", |
xhwang | 116acb9 | 2017-04-03 18:27:20 | [diff] [blame] | 2888 | "media/android/cdm/media_drm_storage_factory.cc", |
| 2889 | "media/android/cdm/media_drm_storage_factory.h", |
Xiaohan Wang | b125c04 | 2019-01-18 17:27:54 | [diff] [blame] | 2890 | "media/android/cdm/per_device_provisioning_permission.cc", |
| 2891 | "media/android/cdm/per_device_provisioning_permission.h", |
Thomas Guilbert | fc4431b | 2018-07-20 19:05:47 | [diff] [blame] | 2892 | "media/android/remote/flinging_controller_bridge.cc", |
| 2893 | "media/android/remote/flinging_controller_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2894 | "media/android/router/media_router_android.cc", |
| 2895 | "media/android/router/media_router_android.h", |
avayvod | b265af9 | 2017-04-11 17:51:31 | [diff] [blame] | 2896 | "media/android/router/media_router_android_bridge.cc", |
| 2897 | "media/android/router/media_router_android_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2898 | "media/android/router/media_router_dialog_controller_android.cc", |
| 2899 | "media/android/router/media_router_dialog_controller_android.h", |
braveyao | dbb85e45 | 2016-09-23 18:49:08 | [diff] [blame] | 2900 | "media/webrtc/screen_capture_infobar_delegate_android.cc", |
| 2901 | "media/webrtc/screen_capture_infobar_delegate_android.h", |
Nate Fischer | 5021efbf | 2019-10-18 01:47:05 | [diff] [blame] | 2902 | "metrics/chrome_android_metrics_provider.cc", |
| 2903 | "metrics/chrome_android_metrics_provider.h", |
Evan Stade | 7bf6d36 | 2019-07-24 17:39:36 | [diff] [blame] | 2904 | "metrics/incognito_observer_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2905 | "metrics/page_load_metrics_provider.cc", |
| 2906 | "metrics/page_load_metrics_provider.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 2907 | "notifications/notification_platform_bridge_android.cc", |
| 2908 | "notifications/notification_platform_bridge_android.h", |
Richard Knoll | 7cdaa943 | 2019-04-02 14:27:53 | [diff] [blame] | 2909 | "notifications/notification_trigger_scheduler_android.cc", |
| 2910 | "notifications/notification_trigger_scheduler_android.h", |
Xing Liu | 9210f60 | 2019-06-21 00:11:12 | [diff] [blame] | 2911 | "notifications/scheduler/display_agent_android.cc", |
| 2912 | "notifications/scheduler/display_agent_android.h", |
Xing Liu | 548e30f | 2019-05-24 17:16:08 | [diff] [blame] | 2913 | "notifications/scheduler/notification_background_task_scheduler_android.cc", |
| 2914 | "notifications/scheduler/notification_background_task_scheduler_android.h", |
Hesen Zhang | 959b850b | 2020-03-12 22:56:45 | [diff] [blame] | 2915 | "offline_pages/prefetch/notifications/prefetch_notification_service_bridge_android.cc", |
| 2916 | "offline_pages/prefetch/notifications/prefetch_notification_service_bridge_android.h", |
Hesen Zhang | cd9bd92 | 2020-02-05 22:17:42 | [diff] [blame] | 2917 | "offline_pages/prefetch/notifications/prefetch_notification_service_factory.cc", |
| 2918 | "offline_pages/prefetch/notifications/prefetch_notification_service_factory.h", |
Sophie Chang | f59ec65 | 2020-03-10 06:27:02 | [diff] [blame] | 2919 | "optimization_guide/android/optimization_guide_bridge.cc", |
| 2920 | "optimization_guide/android/optimization_guide_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2921 | "page_load_metrics/observers/android_page_load_metrics_observer.cc", |
| 2922 | "page_load_metrics/observers/android_page_load_metrics_observer.h", |
Victor Hugo Vianna Silva | 73f724e | 2020-04-22 11:46:55 | [diff] [blame] | 2923 | "password_manager/android/account_chooser_dialog_android.cc", |
| 2924 | "password_manager/android/account_chooser_dialog_android.h", |
| 2925 | "password_manager/android/auto_signin_first_run_dialog_android.cc", |
| 2926 | "password_manager/android/auto_signin_first_run_dialog_android.h", |
| 2927 | "password_manager/android/auto_signin_prompt_controller.cc", |
| 2928 | "password_manager/android/auto_signin_prompt_controller.h", |
| 2929 | "password_manager/android/credential_android.cc", |
| 2930 | "password_manager/android/credential_android.h", |
| 2931 | "password_manager/android/credential_leak_controller_android.cc", |
| 2932 | "password_manager/android/credential_leak_controller_android.h", |
| 2933 | "password_manager/android/generated_password_saved_infobar_delegate_android.cc", |
| 2934 | "password_manager/android/generated_password_saved_infobar_delegate_android.h", |
| 2935 | "password_manager/android/password_accessory_controller.h", |
| 2936 | "password_manager/android/password_accessory_controller_impl.cc", |
| 2937 | "password_manager/android/password_accessory_controller_impl.h", |
| 2938 | "password_manager/android/password_accessory_metrics_util.h", |
| 2939 | "password_manager/android/password_generation_controller.h", |
| 2940 | "password_manager/android/password_generation_controller_impl.cc", |
| 2941 | "password_manager/android/password_generation_controller_impl.h", |
| 2942 | "password_manager/android/password_generation_dialog_view_interface.h", |
| 2943 | "password_manager/android/password_manager_infobar_delegate_android.cc", |
| 2944 | "password_manager/android/password_manager_infobar_delegate_android.h", |
| 2945 | "password_manager/android/password_manager_launcher_android.cc", |
| 2946 | "password_manager/android/password_manager_launcher_android.h", |
| 2947 | "password_manager/android/save_password_infobar_delegate_android.cc", |
| 2948 | "password_manager/android/save_password_infobar_delegate_android.h", |
| 2949 | "password_manager/android/touch_to_fill_view.h", |
| 2950 | "password_manager/android/update_password_infobar_delegate_android.cc", |
| 2951 | "password_manager/android/update_password_infobar_delegate_android.h", |
Rouslan Solomakhin | ded84011 | 2018-11-02 13:27:10 | [diff] [blame] | 2952 | "payments/android/can_make_payment_query_android.cc", |
sebsg | fa910f2 | 2017-04-12 02:01:03 | [diff] [blame] | 2953 | "payments/android/journey_logger_android.cc", |
| 2954 | "payments/android/journey_logger_android.h", |
Danyao Wang | 5b6eafb | 2020-04-03 14:12:29 | [diff] [blame] | 2955 | "payments/android/payment_app_service_bridge.cc", |
| 2956 | "payments/android/payment_app_service_bridge.h", |
gogerald | 7947209 | 2017-04-27 15:38:16 | [diff] [blame] | 2957 | "payments/android/payment_manifest_web_data_service_android.cc", |
| 2958 | "payments/android/payment_manifest_web_data_service_android.h", |
Sahel Sharify | 8679b50b | 2020-01-20 21:41:41 | [diff] [blame] | 2959 | "payments/android/service_worker_payment_app_bridge.cc", |
rouslan | 6e3cf7c6 | 2017-04-17 21:23:28 | [diff] [blame] | 2960 | "payments/android/ssl_validity_checker_android.cc", |
lshang | 3b4d59b | 2016-09-29 05:40:05 | [diff] [blame] | 2961 | "permissions/grouped_permission_infobar_delegate_android.cc", |
| 2962 | "permissions/grouped_permission_infobar_delegate_android.h", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 2963 | "permissions/permission_update_infobar_delegate_android.cc", |
| 2964 | "permissions/permission_update_infobar_delegate_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2965 | "platform_util_android.cc", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 2966 | "policy/cloud/user_policy_signin_service_mobile.cc", |
| 2967 | "policy/cloud/user_policy_signin_service_mobile.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2968 | "prerender/external_prerender_handler_android.cc", |
| 2969 | "prerender/external_prerender_handler_android.h", |
Robert Ogden | 172220cf | 2018-08-23 22:52:19 | [diff] [blame] | 2970 | "previews/android/previews_android_bridge.cc", |
| 2971 | "previews/android/previews_android_bridge.h", |
Theresa Wellington | 21331e9 | 2020-03-17 01:52:05 | [diff] [blame] | 2972 | "profiles/android/profile_downloader_android.cc", |
| 2973 | "profiles/android/profile_manager_utils.cc", |
Natalie Chouinard | 798c888 | 2019-11-14 18:12:02 | [diff] [blame] | 2974 | "profiles/incognito_utils_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2975 | "profiles/profile_android.cc", |
| 2976 | "profiles/profile_android.h", |
Mohamed Heikal | 669d7039 | 2019-06-20 17:46:13 | [diff] [blame] | 2977 | "profiles/profile_key_android.cc", |
| 2978 | "profiles/profile_key_android.h", |
Alex Clarke | a4e9aa9e | 2019-10-07 15:20:33 | [diff] [blame] | 2979 | "profiles/profile_manager_android.cc", |
| 2980 | "profiles/profile_manager_android.h", |
Shakti Sahu | ce57c7d9 | 2020-04-29 01:47:17 | [diff] [blame] | 2981 | "query_tiles/android/tile_provider_factory.cc", |
Emily Stark | 474b8ca | 2019-10-24 15:35:39 | [diff] [blame] | 2982 | "reputation/safety_tip_infobar.cc", |
| 2983 | "reputation/safety_tip_infobar.h", |
| 2984 | "reputation/safety_tip_infobar_delegate.cc", |
| 2985 | "reputation/safety_tip_infobar_delegate.h", |
Xinghui Lu | 61916aca | 2020-01-18 02:48:31 | [diff] [blame] | 2986 | "safe_browsing/android/password_reuse_controller_android.cc", |
| 2987 | "safe_browsing/android/password_reuse_controller_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2988 | "search/contextual_search_policy_handler_android.cc", |
| 2989 | "search/contextual_search_policy_handler_android.h", |
Peter Wen | f517f7d | 2019-06-13 15:28:27 | [diff] [blame] | 2990 | "search_engines/template_url_service_factory_android.cc", |
| 2991 | "search_engines/template_url_service_factory_android.h", |
Rayan Kanso | 5292deda | 2019-09-04 11:37:17 | [diff] [blame] | 2992 | "sharing/shared_clipboard/shared_clipboard_message_handler_android.cc", |
| 2993 | "sharing/shared_clipboard/shared_clipboard_message_handler_android.h", |
Boris Sazonov | 2aa1834 | 2018-12-18 13:33:39 | [diff] [blame] | 2994 | "signin/identity_services_provider_android.cc", |
Pâris MEULEMAN | 54d14ef9 | 2019-07-24 09:50:52 | [diff] [blame] | 2995 | "signin/signin_manager_android_factory.cc", |
| 2996 | "signin/signin_manager_android_factory.h", |
Mugdha Lakhani | a372586d | 2020-04-08 21:02:06 | [diff] [blame] | 2997 | "ssl/chrome_security_state_client.cc", |
| 2998 | "ssl/chrome_security_state_client.h", |
Mugdha Lakhani | 548982f | 2020-03-03 20:59:25 | [diff] [blame] | 2999 | "ssl/chrome_security_state_model_delegate.cc", |
| 3000 | "ssl/chrome_security_state_model_delegate.h", |
Christopher Thompson | 2602fea | 2019-11-26 19:36:54 | [diff] [blame] | 3001 | "ssl/known_interception_disclosure_infobar.cc", |
| 3002 | "ssl/known_interception_disclosure_infobar.h", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 3003 | "sync/glue/synced_tab_delegate_android.cc", |
| 3004 | "sync/glue/synced_tab_delegate_android.h", |
| 3005 | "sync/glue/synced_window_delegate_android.cc", |
| 3006 | "sync/glue/synced_window_delegate_android.h", |
| 3007 | "sync/glue/synced_window_delegates_getter_android.cc", |
| 3008 | "sync/glue/synced_window_delegates_getter_android.h", |
| 3009 | "sync/profile_sync_service_android.cc", |
| 3010 | "sync/profile_sync_service_android.h", |
Jan Wilken Dörrie | a231faf3 | 2019-12-10 14:38:44 | [diff] [blame] | 3011 | "touch_to_fill/touch_to_fill_controller.cc", |
| 3012 | "touch_to_fill/touch_to_fill_controller.h", |
Anthony Vallee-Dubois | 4623e1b | 2018-10-11 22:09:18 | [diff] [blame] | 3013 | "translate/android/translate_bridge.cc", |
Natalie Chouinard | 7e61563e | 2019-11-06 17:50:08 | [diff] [blame] | 3014 | "translate/android/translate_bridge.h", |
Hesen Zhang | 8d6c805d | 2019-10-15 19:54:05 | [diff] [blame] | 3015 | "updates/update_notification_client.cc", |
| 3016 | "updates/update_notification_client.h", |
Hesen Zhang | d5899646 | 2020-01-23 23:57:58 | [diff] [blame] | 3017 | "updates/update_notification_service_bridge_android.cc", |
| 3018 | "updates/update_notification_service_bridge_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3019 | ] |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 3020 | public_deps += [ |
Samuel Huang | 0a25657 | 2019-08-29 16:48:42 | [diff] [blame] | 3021 | "//chrome/android/features/dev_ui:buildflags", |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 3022 | "//components/image_fetcher/core", |
| 3023 | "//components/ntp_snippets", |
| 3024 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 3025 | deps += [ |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 3026 | ":client_discourse_context_proto", |
| 3027 | ":delta_file_proto", |
Justin DeWitt | 21c9da9 | 2018-09-07 16:14:13 | [diff] [blame] | 3028 | ":explore_sites_proto", |
Natalie Chouinard | b293c02a73 | 2019-01-10 21:55:22 | [diff] [blame] | 3029 | ":usage_stats_proto", |
Peter Wen | eb7ef48f | 2019-02-28 18:00:57 | [diff] [blame] | 3030 | "//chrome/android:jni_headers", |
Tibor Goldschwendt | 54da7ccf | 2019-09-23 18:55:55 | [diff] [blame] | 3031 | "//chrome/android/modules/extra_icu/provider:native", |
Shakti Sahu | 65746792 | 2019-07-22 22:44:09 | [diff] [blame] | 3032 | "//chrome/browser/android/thin_webview/internal", |
pkotwicz | 879b1ed | 2016-08-06 00:48:22 | [diff] [blame] | 3033 | "//chrome/browser/android/webapk:proto", |
Henrique Nakashima | b6bf4bb | 2020-03-11 00:49:22 | [diff] [blame] | 3034 | "//chrome/browser/flags:flags_android", |
Xing Liu | f9d65cf | 2019-10-25 20:18:46 | [diff] [blame] | 3035 | "//chrome/browser/notifications/chime/android", |
Hesen Zhang | 8d6c805d | 2019-10-15 19:54:05 | [diff] [blame] | 3036 | "//chrome/browser/notifications/scheduler/public", |
Hesen Zhang | cd9bd92 | 2020-02-05 22:17:42 | [diff] [blame] | 3037 | "//chrome/browser/offline_pages/prefetch/notifications", |
Sophie Chang | f59ec65 | 2020-03-10 06:27:02 | [diff] [blame] | 3038 | "//chrome/browser/optimization_guide/android:jni_headers", |
Danyao Wang | 78889959 | 2020-03-31 20:23:18 | [diff] [blame] | 3039 | "//chrome/browser/payments/android:jni_headers", |
Gayane Petrosyan | f65b584 | 2019-10-18 22:05:11 | [diff] [blame] | 3040 | "//chrome/browser/share", |
Hesen Zhang | d5899646 | 2020-01-23 23:57:58 | [diff] [blame] | 3041 | "//chrome/browser/updates", |
Tina Wang | 490eea1 | 2020-03-23 22:07:45 | [diff] [blame] | 3042 | "//chrome/common:non_code_constants", |
Xing Liu | 302e065 | 2018-04-27 18:23:08 | [diff] [blame] | 3043 | "//chrome/services/media_gallery_util/public/cpp", |
gogerald | b85b6cd | 2018-07-25 17:00:01 | [diff] [blame] | 3044 | "//components/autofill_assistant/browser", |
Robbie McElrath | 38cb3e5a | 2020-04-01 22:45:05 | [diff] [blame] | 3045 | "//components/browser_ui/site_settings/android", |
Mugdha Lakhani | 00b27a0 | 2020-03-24 13:41:31 | [diff] [blame] | 3046 | "//components/browser_ui/util/android", |
Adam Langley | 732df6a | 2020-03-09 19:13:48 | [diff] [blame] | 3047 | "//components/cbor", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3048 | "//components/cdm/browser", |
Tao Bai | 02ab4dd4 | 2019-03-06 00:30:37 | [diff] [blame] | 3049 | "//components/content_capture/android", |
Robbie McElrath | a41e42ec | 2020-04-02 19:18:56 | [diff] [blame] | 3050 | "//components/content_settings/android", |
Tibor Goldschwendt | 0d185747 | 2018-11-28 01:36:01 | [diff] [blame] | 3051 | "//components/crash/android:crash_android", |
Robbie McElrath | 4638224 | 2020-04-24 23:48:45 | [diff] [blame] | 3052 | "//components/embedder_support/android:browser_context", |
Colin Blundell | f87822ab | 2020-02-27 16:21:19 | [diff] [blame] | 3053 | "//components/embedder_support/android:util", |
Jinsuk Kim | 351a925 | 2018-07-11 23:23:36 | [diff] [blame] | 3054 | "//components/embedder_support/android:web_contents_delegate", |
Colin Blundell | cdf9087 | 2020-03-11 12:25:51 | [diff] [blame] | 3055 | "//components/external_intents/android", |
Sky Malice | dd28f28 | 2018-06-14 03:22:24 | [diff] [blame] | 3056 | "//components/feed:buildflags", |
Theresa | 920e0ed | 2018-03-07 18:12:44 | [diff] [blame] | 3057 | "//components/feed:feature_list", |
Mikel Astiz | 7bc481a | 2018-10-23 17:30:20 | [diff] [blame] | 3058 | "//components/invalidation/impl:feature_list", |
Evan Stade | 7220e47 | 2020-01-31 17:06:57 | [diff] [blame] | 3059 | "//components/javascript_dialogs/android:jni_headers", |
Anthony Vallee-Dubois | 6f99312 | 2018-09-17 16:13:28 | [diff] [blame] | 3060 | "//components/language/android:language_bridge", |
Clark DuVall | 18d5be8 | 2020-03-16 23:40:34 | [diff] [blame] | 3061 | "//components/location/android:settings", |
Christopher Grant | 66dd2151 | 2019-09-26 22:58:26 | [diff] [blame] | 3062 | "//components/module_installer/android:native", |
Tommy C. Li | 3dac904 | 2018-10-29 17:52:34 | [diff] [blame] | 3063 | "//components/omnibox/browser", |
Ehimare Okoyomon | 2eccb607 | 2020-05-12 12:22:27 | [diff] [blame] | 3064 | "//components/page_info/android", |
Tao Bai | b827b20 | 2019-09-19 21:22:12 | [diff] [blame] | 3065 | "//components/page_load_metrics/browser", |
ckitagawa | 8dad53d | 2020-01-07 16:03:35 | [diff] [blame] | 3066 | "//components/paint_preview/browser/android", |
Mehran Mahmoudi | c42d1f1 | 2020-03-14 02:03:06 | [diff] [blame] | 3067 | "//components/paint_preview/player/android", |
Maxim Kolosovskiy | 666a3bb | 2020-01-23 14:51:11 | [diff] [blame] | 3068 | "//components/password_manager/content/browser", |
rouslan | 908248c | 2017-02-27 21:30:24 | [diff] [blame] | 3069 | "//components/payments/content/android", |
Robbie McElrath | 85174a9 | 2020-03-11 19:16:17 | [diff] [blame] | 3070 | "//components/permissions/android:native", |
Shakti Sahu | ce57c7d9 | 2020-04-29 01:47:17 | [diff] [blame] | 3071 | "//components/query_tiles", |
estade | e37f822 | 2014-11-07 21:35:22 | [diff] [blame] | 3072 | "//components/resources:components_resources", |
Mugdha Lakhani | 548982f | 2020-03-03 20:59:25 | [diff] [blame] | 3073 | "//components/security_state/content/android", |
Tanya Gupta | f66cd5d | 2019-02-22 01:22:56 | [diff] [blame] | 3074 | "//components/send_tab_to_self", |
Nico Weber | 2d5aa49bc | 2020-01-28 20:59:42 | [diff] [blame] | 3075 | "//components/signin/internal/identity_manager", # cf android/signin/DEPS |
Robbie McElrath | 2259977 | 2020-03-11 23:32:27 | [diff] [blame] | 3076 | "//components/subresource_filter/android", |
Chris Blume | 7f752e3 | 2020-02-14 22:22:33 | [diff] [blame] | 3077 | "//components/viz/common", |
Manas Verma | 6f50f14 | 2020-04-30 18:06:44 | [diff] [blame] | 3078 | "//ipc:param_traits", |
Xing Liu | e577333 | 2018-09-11 19:08:00 | [diff] [blame] | 3079 | "//media/mojo/clients", |
yusufo | cac912f1 | 2017-05-09 16:09:51 | [diff] [blame] | 3080 | "//rlz:rlz_utils", |
Peter Beverloo | c0e3f840 | 2017-08-31 16:08:30 | [diff] [blame] | 3081 | "//sandbox", |
Scott Violet | 73634e32 | 2018-04-04 21:05:02 | [diff] [blame] | 3082 | "//sandbox:sandbox_buildflags", |
Robbie McElrath | 27d1fe9 | 2020-03-13 18:52:50 | [diff] [blame] | 3083 | "//services/device/public/cpp:device_feature_list", |
Jay Civelli | 2df2464 | 2017-10-09 20:22:28 | [diff] [blame] | 3084 | "//services/proxy_resolver:lib", |
Sam Maier | 801f055 | 2019-08-27 18:09:00 | [diff] [blame] | 3085 | "//third_party/android_ndk:cpu_features", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3086 | "//third_party/android_opengl/etc1", |
Manas Verma | 6f50f14 | 2020-04-30 18:06:44 | [diff] [blame] | 3087 | "//third_party/blink/public/common", |
Clark DuVall | 471c3614 | 2019-05-23 15:28:19 | [diff] [blame] | 3088 | "//third_party/crashpad/crashpad/client:client", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3089 | "//third_party/libaddressinput:util", |
gogerald | 7cede916 | 2017-03-14 23:53:40 | [diff] [blame] | 3090 | "//third_party/libphonenumber", |
pkotwicz | 879b1ed | 2016-08-06 00:48:22 | [diff] [blame] | 3091 | "//third_party/smhasher:murmurhash2", |
Rouslan Solomakhin | c71cca62 | 2020-01-31 22:15:35 | [diff] [blame] | 3092 | "//url:origin_android", |
sievers | 2f1e811 | 2015-12-04 18:43:56 | [diff] [blame] | 3093 | ] |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3094 | |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3095 | deps -= [ "//components/storage_monitor" ] |
| 3096 | |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3097 | if (enable_supervised_users) { |
| 3098 | sources += [ |
| 3099 | "supervised_user/child_accounts/child_account_feedback_reporter_android.cc", |
| 3100 | "supervised_user/child_accounts/child_account_feedback_reporter_android.h", |
| 3101 | "supervised_user/child_accounts/child_account_service_android.cc", |
| 3102 | "supervised_user/child_accounts/child_account_service_android.h", |
| 3103 | ] |
yilkal | fde5c72 | 2019-08-12 19:21:42 | [diff] [blame] | 3104 | deps += [ "//chrome/browser/supervised_user/supervised_user_error_page" ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3105 | } |
Samuel Huang | 568a975 | 2019-08-30 16:30:44 | [diff] [blame] | 3106 | |
| 3107 | if (dfmify_dev_ui) { |
Samuel Huang | 3a1ce1c3 | 2019-10-16 17:34:04 | [diff] [blame] | 3108 | # TODO(huangs): Extracting this to a separate target. |
Peter Kasting | 168860e0 | 2019-10-16 08:15:52 | [diff] [blame] | 3109 | sources += [ |
Samuel Huang | 3a1ce1c3 | 2019-10-16 17:34:04 | [diff] [blame] | 3110 | "dev_ui/android/dev_ui_loader_error_page.cc", |
| 3111 | "dev_ui/android/dev_ui_loader_error_page.h", |
| 3112 | "dev_ui/android/dev_ui_loader_throttle.cc", |
| 3113 | "dev_ui/android/dev_ui_loader_throttle.h", |
Peter Kasting | 168860e0 | 2019-10-16 08:15:52 | [diff] [blame] | 3114 | ] |
| 3115 | deps += [ "//chrome/android/modules/dev_ui/provider:native" ] |
Samuel Huang | 568a975 | 2019-08-30 16:30:44 | [diff] [blame] | 3116 | } |
Milica Selakovic | 983cb91 | 2020-03-05 18:17:33 | [diff] [blame] | 3117 | |
| 3118 | if (enable_password_change_in_leaked_dialog) { |
| 3119 | sources += [ |
| 3120 | "password_manager/credential_leak_password_change_controller_android.cc", |
| 3121 | "password_manager/credential_leak_password_change_controller_android.h", |
| 3122 | ] |
| 3123 | |
| 3124 | defines += [ "ENABLE_PASSWORD_CHANGE" ] |
| 3125 | } |
Michael Giuffrida | 3488249 | 2018-05-14 17:15:48 | [diff] [blame] | 3126 | } else { # !is_android |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 3127 | sources += [ |
Abigail Klein | 4a4ac27 | 2020-04-07 17:47:15 | [diff] [blame] | 3128 | "accessibility/caption_controller.cc", |
| 3129 | "accessibility/caption_controller.h", |
| 3130 | "accessibility/caption_controller_factory.cc", |
| 3131 | "accessibility/caption_controller_factory.h", |
Abigail Klein | 22b0633 | 2020-04-30 20:57:18 | [diff] [blame] | 3132 | "accessibility/caption_host_impl.cc", |
| 3133 | "accessibility/caption_host_impl.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3134 | "accessibility/invert_bubble_prefs.cc", |
| 3135 | "accessibility/invert_bubble_prefs.h", |
Nigel Tao | eebdbbc9 | 2018-12-13 03:11:39 | [diff] [blame] | 3136 | "apps/app_service/app_icon_factory.cc", |
| 3137 | "apps/app_service/app_icon_factory.h", |
Melissa Zhang | 8f6d731 | 2018-12-10 06:25:09 | [diff] [blame] | 3138 | "apps/app_service/app_icon_source.cc", |
| 3139 | "apps/app_service/app_icon_source.h", |
Eric Willigers | 466d616b | 2019-07-09 04:15:50 | [diff] [blame] | 3140 | "apps/app_service/app_launch_params.cc", |
| 3141 | "apps/app_service/app_launch_params.h", |
nancy | 305b7cc | 2020-04-24 02:06:36 | [diff] [blame] | 3142 | "apps/app_service/app_notifications.cc", |
| 3143 | "apps/app_service/app_notifications.h", |
nancy | 32533d73 | 2019-09-24 12:25:14 | [diff] [blame] | 3144 | "apps/app_service/app_service_metrics.cc", |
| 3145 | "apps/app_service/app_service_metrics.h", |
nancy | 116c6e0 | 2019-07-25 05:42:44 | [diff] [blame] | 3146 | "apps/app_service/app_service_proxy.cc", |
| 3147 | "apps/app_service/app_service_proxy.h", |
Nigel Tao | d33ec52 | 2018-11-21 20:43:41 | [diff] [blame] | 3148 | "apps/app_service/app_service_proxy_factory.cc", |
| 3149 | "apps/app_service/app_service_proxy_factory.h", |
nancy | 804e49804 | 2020-03-26 23:58:39 | [diff] [blame] | 3150 | "apps/app_service/browser_app_launcher.cc", |
| 3151 | "apps/app_service/browser_app_launcher.h", |
Nigel Tao | a8728ae | 2018-12-17 21:44:27 | [diff] [blame] | 3152 | "apps/app_service/dip_px_util.cc", |
| 3153 | "apps/app_service/dip_px_util.h", |
nancy | e503985 | 2020-05-01 02:09:14 | [diff] [blame] | 3154 | "apps/app_service/extension_apps.cc", |
| 3155 | "apps/app_service/extension_apps.h", |
| 3156 | "apps/app_service/extension_apps_base.cc", |
| 3157 | "apps/app_service/extension_apps_base.h", |
| 3158 | "apps/app_service/extension_uninstaller.cc", |
| 3159 | "apps/app_service/extension_uninstaller.h", |
| 3160 | "apps/app_service/icon_key_util.cc", |
| 3161 | "apps/app_service/icon_key_util.h", |
nancy | 9fcd177 | 2020-03-25 03:24:58 | [diff] [blame] | 3162 | "apps/app_service/launch_utils.cc", |
| 3163 | "apps/app_service/launch_utils.h", |
nancy | 632ffd51 | 2020-05-04 02:13:25 | [diff] [blame] | 3164 | "apps/app_service/web_apps.cc", |
| 3165 | "apps/app_service/web_apps.h", |
| 3166 | "apps/app_service/web_apps_base.cc", |
| 3167 | "apps/app_service/web_apps_base.h", |
Maggie Cai | a2f03f5 | 2019-04-02 02:13:28 | [diff] [blame] | 3168 | "apps/intent_helper/apps_navigation_throttle.cc", |
| 3169 | "apps/intent_helper/apps_navigation_throttle.h", |
| 3170 | "apps/intent_helper/apps_navigation_types.cc", |
| 3171 | "apps/intent_helper/apps_navigation_types.h", |
| 3172 | "apps/intent_helper/intent_picker_auto_display_pref.cc", |
| 3173 | "apps/intent_helper/intent_picker_auto_display_pref.h", |
| 3174 | "apps/intent_helper/intent_picker_auto_display_service.cc", |
| 3175 | "apps/intent_helper/intent_picker_auto_display_service.h", |
| 3176 | "apps/intent_helper/intent_picker_auto_display_service_factory.cc", |
| 3177 | "apps/intent_helper/intent_picker_auto_display_service_factory.h", |
Maggie Cai | a2f03f5 | 2019-04-02 02:13:28 | [diff] [blame] | 3178 | "apps/intent_helper/page_transition_util.cc", |
| 3179 | "apps/intent_helper/page_transition_util.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3180 | "background/background_contents.cc", |
| 3181 | "background/background_contents.h", |
Evan Stade | 6670c33 | 2019-06-18 20:56:12 | [diff] [blame] | 3182 | "background/background_contents_service_observer.h", |
Eric Stevenson | 1d074a97 | 2018-12-07 14:16:45 | [diff] [blame] | 3183 | "badging/badge_manager.cc", |
| 3184 | "badging/badge_manager.h", |
| 3185 | "badging/badge_manager_delegate.h", |
| 3186 | "badging/badge_manager_factory.cc", |
| 3187 | "badging/badge_manager_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3188 | "banners/app_banner_manager_desktop.cc", |
| 3189 | "banners/app_banner_manager_desktop.h", |
| 3190 | "bookmarks/bookmark_html_writer.cc", |
| 3191 | "bookmarks/bookmark_html_writer.h", |
sauski | 822bbd0 | 2020-06-02 07:30:21 | [diff] [blame] | 3192 | "browsing_data/access_context_audit_database.cc", |
| 3193 | "browsing_data/access_context_audit_database.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3194 | "certificate_viewer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3195 | "chrome_browser_field_trials_desktop.cc", |
| 3196 | "chrome_browser_field_trials_desktop.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3197 | "chrome_process_singleton.cc", |
| 3198 | "chrome_process_singleton.h", |
Sebastien Marchand | c7d65c80 | 2020-01-14 15:24:04 | [diff] [blame] | 3199 | "component_updater/intervention_policy_database_component_installer.cc", |
| 3200 | "component_updater/intervention_policy_database_component_installer.h", |
Abigail Klein | 82807c55 | 2020-04-06 19:58:07 | [diff] [blame] | 3201 | "component_updater/soda_component_installer.cc", |
| 3202 | "component_updater/soda_component_installer.h", |
sauski | 67f2230 | 2020-05-15 20:59:19 | [diff] [blame] | 3203 | "content_settings/generated_cookie_prefs.cc", |
| 3204 | "content_settings/generated_cookie_prefs.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3205 | "custom_handlers/register_protocol_handler_permission_request.cc", |
| 3206 | "custom_handlers/register_protocol_handler_permission_request.h", |
Anthony Vallee-Dubois | 85edf22 | 2020-03-24 20:30:02 | [diff] [blame] | 3207 | "device_identity/device_identity_provider.cc", |
| 3208 | "device_identity/device_identity_provider.h", |
| 3209 | "device_identity/device_oauth2_token_service.cc", |
| 3210 | "device_identity/device_oauth2_token_service.h", |
| 3211 | "device_identity/device_oauth2_token_service_factory.cc", |
| 3212 | "device_identity/device_oauth2_token_service_factory.h", |
| 3213 | "device_identity/device_oauth2_token_store.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3214 | "diagnostics/diagnostics_controller.cc", |
| 3215 | "diagnostics/diagnostics_controller.h", |
| 3216 | "diagnostics/diagnostics_metrics.cc", |
| 3217 | "diagnostics/diagnostics_metrics.h", |
| 3218 | "diagnostics/diagnostics_model.cc", |
| 3219 | "diagnostics/diagnostics_model.h", |
| 3220 | "diagnostics/diagnostics_test.cc", |
| 3221 | "diagnostics/diagnostics_test.h", |
| 3222 | "diagnostics/diagnostics_writer.cc", |
| 3223 | "diagnostics/diagnostics_writer.h", |
| 3224 | "diagnostics/recon_diagnostics.cc", |
| 3225 | "diagnostics/recon_diagnostics.h", |
| 3226 | "diagnostics/sqlite_diagnostics.cc", |
| 3227 | "diagnostics/sqlite_diagnostics.h", |
Marc-Antoine Courteau | 7191b800 | 2017-11-23 17:23:56 | [diff] [blame] | 3228 | "download/default_download_dir_policy_handler.cc", |
| 3229 | "download/default_download_dir_policy_handler.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3230 | "download/download_commands.cc", |
| 3231 | "download/download_commands.h", |
| 3232 | "download/download_crx_util.cc", |
| 3233 | "download/download_crx_util.h", |
| 3234 | "download/download_danger_prompt.cc", |
| 3235 | "download/download_danger_prompt.h", |
| 3236 | "download/download_dir_policy_handler.cc", |
| 3237 | "download/download_dir_policy_handler.h", |
Marc-Antoine Courteau | 7191b800 | 2017-11-23 17:23:56 | [diff] [blame] | 3238 | "download/download_dir_util.cc", |
| 3239 | "download/download_dir_util.h", |
Min Qin | 7b7cbbbf | 2018-06-04 21:49:31 | [diff] [blame] | 3240 | "download/download_open_prompt.cc", |
| 3241 | "download/download_open_prompt.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3242 | "download/download_shelf.cc", |
| 3243 | "download/download_shelf.h", |
| 3244 | "download/download_shelf_context_menu.cc", |
| 3245 | "download/download_shelf_context_menu.h", |
Min Qin | dc273049 | 2018-09-07 23:53:29 | [diff] [blame] | 3246 | "download/download_shelf_controller.cc", |
| 3247 | "download/download_shelf_controller.h", |
Dominique Fauteux-Chapleau | b08d5a3 | 2020-04-23 16:21:06 | [diff] [blame] | 3248 | "enterprise/connectors/analysis_service_settings.cc", |
| 3249 | "enterprise/connectors/analysis_service_settings.h", |
Dominique Fauteux-Chapleau | 5ae6424 | 2020-04-17 13:18:26 | [diff] [blame] | 3250 | "enterprise/connectors/common.cc", |
| 3251 | "enterprise/connectors/common.h", |
Dominique Fauteux-Chapleau | c2d0a17 | 2020-04-01 20:04:13 | [diff] [blame] | 3252 | "enterprise/connectors/connectors_manager.cc", |
| 3253 | "enterprise/connectors/connectors_manager.h", |
Dominique Fauteux-Chapleau | 556bb84f | 2020-04-20 22:06:29 | [diff] [blame] | 3254 | "enterprise/connectors/connectors_prefs.cc", |
| 3255 | "enterprise/connectors/connectors_prefs.h", |
Dominique Fauteux-Chapleau | a50456d | 2020-03-27 19:19:38 | [diff] [blame] | 3256 | "enterprise/connectors/enterprise_connectors_policy_handler.cc", |
| 3257 | "enterprise/connectors/enterprise_connectors_policy_handler.h", |
Roger Tawa | 445a997 | 2020-05-20 22:44:02 | [diff] [blame] | 3258 | "enterprise/connectors/reporting_service_settings.cc", |
| 3259 | "enterprise/connectors/reporting_service_settings.h", |
Dominique Fauteux-Chapleau | 76b366a | 2020-05-28 17:15:06 | [diff] [blame] | 3260 | "enterprise/connectors/service_provider_config.cc", |
| 3261 | "enterprise/connectors/service_provider_config.h", |
Dominique Fauteux-Chapleau | dfe386b | 2020-03-25 18:52:36 | [diff] [blame] | 3262 | "enterprise/reporting/browser_report_generator.cc", |
| 3263 | "enterprise/reporting/browser_report_generator.h", |
| 3264 | "enterprise/reporting/extension_info.cc", |
| 3265 | "enterprise/reporting/extension_info.h", |
| 3266 | "enterprise/reporting/extension_request_policy_handler.cc", |
| 3267 | "enterprise/reporting/extension_request_policy_handler.h", |
| 3268 | "enterprise/reporting/notification/extension_request_notification.cc", |
| 3269 | "enterprise/reporting/notification/extension_request_notification.h", |
| 3270 | "enterprise/reporting/notification/extension_request_observer.cc", |
| 3271 | "enterprise/reporting/notification/extension_request_observer.h", |
| 3272 | "enterprise/reporting/notification/extension_request_observer_factory.cc", |
| 3273 | "enterprise/reporting/notification/extension_request_observer_factory.h", |
| 3274 | "enterprise/reporting/policy_info.cc", |
| 3275 | "enterprise/reporting/policy_info.h", |
| 3276 | "enterprise/reporting/prefs.cc", |
| 3277 | "enterprise/reporting/prefs.h", |
| 3278 | "enterprise/reporting/profile_report_generator.cc", |
| 3279 | "enterprise/reporting/profile_report_generator.h", |
| 3280 | "enterprise/reporting/report_generator.cc", |
| 3281 | "enterprise/reporting/report_generator.h", |
| 3282 | "enterprise/reporting/report_request_definition.h", |
| 3283 | "enterprise/reporting/report_request_queue_generator.cc", |
| 3284 | "enterprise/reporting/report_request_queue_generator.h", |
| 3285 | "enterprise/reporting/report_scheduler.cc", |
| 3286 | "enterprise/reporting/report_scheduler.h", |
| 3287 | "enterprise/reporting/report_uploader.cc", |
| 3288 | "enterprise/reporting/report_uploader.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3289 | "feedback/feedback_dialog_utils.cc", |
| 3290 | "feedback/feedback_dialog_utils.h", |
Ahmed Fakhry | 7ff0cdb | 2017-08-22 20:11:45 | [diff] [blame] | 3291 | "feedback/feedback_uploader_chrome.cc", |
| 3292 | "feedback/feedback_uploader_chrome.h", |
| 3293 | "feedback/feedback_uploader_factory_chrome.cc", |
| 3294 | "feedback/feedback_uploader_factory_chrome.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3295 | "feedback/show_feedback_page.cc", |
| 3296 | "feedback/system_logs/about_system_logs_fetcher.cc", |
| 3297 | "feedback/system_logs/about_system_logs_fetcher.h", |
Michael Giuffrida | caeb1d2b | 2017-06-08 19:37:17 | [diff] [blame] | 3298 | "feedback/system_logs/chrome_system_logs_fetcher.cc", |
| 3299 | "feedback/system_logs/chrome_system_logs_fetcher.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3300 | "feedback/system_logs/log_sources/chrome_internal_log_source.cc", |
| 3301 | "feedback/system_logs/log_sources/chrome_internal_log_source.h", |
| 3302 | "feedback/system_logs/log_sources/crash_ids_source.cc", |
| 3303 | "feedback/system_logs/log_sources/crash_ids_source.h", |
| 3304 | "feedback/system_logs/log_sources/memory_details_log_source.cc", |
| 3305 | "feedback/system_logs/log_sources/memory_details_log_source.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3306 | "first_run/first_run.cc", |
| 3307 | "first_run/first_run.h", |
| 3308 | "first_run/first_run_dialog.h", |
| 3309 | "first_run/first_run_internal.h", |
| 3310 | "first_run/first_run_internal_linux.cc", |
| 3311 | "first_run/first_run_internal_mac.mm", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3312 | "first_run/first_run_internal_win.cc", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3313 | "font_family_cache.cc", |
| 3314 | "font_family_cache.h", |
Matt Reynolds | 93616f9b | 2019-06-07 01:28:52 | [diff] [blame] | 3315 | "hid/chrome_hid_delegate.cc", |
| 3316 | "hid/chrome_hid_delegate.h", |
Matt Reynolds | b07027a | 2019-05-21 23:43:26 | [diff] [blame] | 3317 | "hid/hid_chooser_context.cc", |
| 3318 | "hid/hid_chooser_context.h", |
| 3319 | "hid/hid_chooser_context_factory.cc", |
| 3320 | "hid/hid_chooser_context_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3321 | "importer/external_process_importer_client.cc", |
| 3322 | "importer/external_process_importer_client.h", |
| 3323 | "importer/external_process_importer_host.cc", |
| 3324 | "importer/external_process_importer_host.h", |
| 3325 | "importer/firefox_profile_lock.cc", |
| 3326 | "importer/firefox_profile_lock.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3327 | "importer/firefox_profile_lock_win.cc", |
| 3328 | "importer/importer_list.cc", |
| 3329 | "importer/importer_list.h", |
| 3330 | "importer/importer_lock_dialog.h", |
| 3331 | "importer/importer_progress_observer.h", |
| 3332 | "importer/importer_uma.cc", |
| 3333 | "importer/importer_uma.h", |
| 3334 | "importer/in_process_importer_bridge.cc", |
| 3335 | "importer/in_process_importer_bridge.h", |
| 3336 | "importer/profile_writer.cc", |
| 3337 | "importer/profile_writer.h", |
| 3338 | "lifetime/browser_close_manager.cc", |
| 3339 | "lifetime/browser_close_manager.h", |
thestig | ea81c77b5 | 2017-04-17 23:19:11 | [diff] [blame] | 3340 | "lifetime/termination_notification.cc", |
| 3341 | "lifetime/termination_notification.h", |
Emircan Uysaler | 0dd972a | 2018-08-14 05:15:37 | [diff] [blame] | 3342 | "media/capture_access_handler_base.cc", |
| 3343 | "media/capture_access_handler_base.h", |
Becca Hughes | 7d2bbb8 | 2018-08-07 22:56:59 | [diff] [blame] | 3344 | "media/unified_autoplay_config.cc", |
| 3345 | "media/unified_autoplay_config.h", |
Emircan Uysaler | 0dd972a | 2018-08-14 05:15:37 | [diff] [blame] | 3346 | "media/webrtc/desktop_capture_devices_util.cc", |
| 3347 | "media/webrtc/desktop_capture_devices_util.h", |
John Williams | aac7b7f | 2019-09-30 22:11:23 | [diff] [blame] | 3348 | "media/webrtc/desktop_media_picker_controller.cc", |
| 3349 | "media/webrtc/desktop_media_picker_controller.h", |
Emircan Uysaler | 54124ea | 2018-08-09 23:20:38 | [diff] [blame] | 3350 | "media/webrtc/desktop_media_picker_factory_impl.cc", |
| 3351 | "media/webrtc/desktop_media_picker_factory_impl.h", |
Emircan Uysaler | 0dd972a | 2018-08-14 05:15:37 | [diff] [blame] | 3352 | "media/webrtc/display_media_access_handler.cc", |
| 3353 | "media/webrtc/display_media_access_handler.h", |
Henrik Grunell | 2010b03 | 2019-04-29 13:52:27 | [diff] [blame] | 3354 | "media/webrtc/media_authorization_wrapper_mac.h", |
Henrik Grunell | 5c79e19 | 2019-01-30 22:19:33 | [diff] [blame] | 3355 | "media/webrtc/system_media_capture_permissions_mac.h", |
| 3356 | "media/webrtc/system_media_capture_permissions_mac.mm", |
Henrik Grunell | e11045a | 2019-04-12 09:27:27 | [diff] [blame] | 3357 | "media/webrtc/system_media_capture_permissions_stats_mac.h", |
| 3358 | "media/webrtc/system_media_capture_permissions_stats_mac.mm", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3359 | "media/webrtc/tab_desktop_media_list.cc", |
| 3360 | "media/webrtc/tab_desktop_media_list.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3361 | "media_galleries/fileapi/av_scanning_file_validator.cc", |
| 3362 | "media_galleries/fileapi/av_scanning_file_validator.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3363 | "media_galleries/fileapi/media_file_system_backend.cc", |
| 3364 | "media_galleries/fileapi/media_file_system_backend.h", |
| 3365 | "media_galleries/fileapi/media_file_validator_factory.cc", |
| 3366 | "media_galleries/fileapi/media_file_validator_factory.h", |
| 3367 | "media_galleries/fileapi/media_path_filter.cc", |
| 3368 | "media_galleries/fileapi/media_path_filter.h", |
| 3369 | "media_galleries/fileapi/native_media_file_util.cc", |
| 3370 | "media_galleries/fileapi/native_media_file_util.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3371 | "media_galleries/fileapi/readahead_file_stream_reader.cc", |
| 3372 | "media_galleries/fileapi/readahead_file_stream_reader.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3373 | "media_galleries/fileapi/supported_audio_video_checker.cc", |
| 3374 | "media_galleries/fileapi/supported_audio_video_checker.h", |
| 3375 | "media_galleries/fileapi/supported_image_type_validator.cc", |
| 3376 | "media_galleries/fileapi/supported_image_type_validator.h", |
| 3377 | "media_galleries/gallery_watch_manager.cc", |
| 3378 | "media_galleries/gallery_watch_manager.h", |
| 3379 | "media_galleries/gallery_watch_manager_observer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3380 | "media_galleries/media_file_system_registry.cc", |
| 3381 | "media_galleries/media_file_system_registry.h", |
| 3382 | "media_galleries/media_galleries_dialog_controller.cc", |
| 3383 | "media_galleries/media_galleries_dialog_controller.h", |
| 3384 | "media_galleries/media_galleries_histograms.cc", |
| 3385 | "media_galleries/media_galleries_histograms.h", |
| 3386 | "media_galleries/media_galleries_permission_controller.cc", |
| 3387 | "media_galleries/media_galleries_permission_controller.h", |
| 3388 | "media_galleries/media_galleries_preferences.cc", |
| 3389 | "media_galleries/media_galleries_preferences.h", |
| 3390 | "media_galleries/media_galleries_preferences_factory.cc", |
| 3391 | "media_galleries/media_galleries_preferences_factory.h", |
| 3392 | "media_galleries/media_gallery_context_menu.cc", |
| 3393 | "media_galleries/media_gallery_context_menu.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3394 | "memory/oom_memory_details.cc", |
| 3395 | "memory/oom_memory_details.h", |
Sebastien Marchand | f9a0d07b | 2017-10-28 11:34:04 | [diff] [blame] | 3396 | "memory/swap_thrashing_monitor.cc", |
| 3397 | "memory/swap_thrashing_monitor.h", |
| 3398 | "memory/swap_thrashing_monitor_delegate.cc", |
| 3399 | "memory/swap_thrashing_monitor_delegate.h", |
| 3400 | "memory/swap_thrashing_monitor_delegate_win.cc", |
| 3401 | "memory/swap_thrashing_monitor_delegate_win.h", |
Evan Stade | 579b892 | 2019-07-17 18:03:23 | [diff] [blame] | 3402 | "metrics/browser_activity_watcher.cc", |
| 3403 | "metrics/browser_activity_watcher.h", |
Leonard Grey | 5be670c | 2019-06-13 17:56:29 | [diff] [blame] | 3404 | "metrics/desktop_platform_features_metrics_provider.cc", |
| 3405 | "metrics/desktop_platform_features_metrics_provider.h", |
Francois Doray | 6dfc80f | 2018-07-11 18:35:00 | [diff] [blame] | 3406 | "metrics/desktop_session_duration/audible_contents_tracker.cc", |
| 3407 | "metrics/desktop_session_duration/audible_contents_tracker.h", |
| 3408 | "metrics/desktop_session_duration/chrome_visibility_observer.cc", |
| 3409 | "metrics/desktop_session_duration/chrome_visibility_observer.h", |
| 3410 | "metrics/desktop_session_duration/desktop_profile_session_durations_service.cc", |
| 3411 | "metrics/desktop_session_duration/desktop_profile_session_durations_service.h", |
| 3412 | "metrics/desktop_session_duration/desktop_profile_session_durations_service_factory.cc", |
| 3413 | "metrics/desktop_session_duration/desktop_profile_session_durations_service_factory.h", |
| 3414 | "metrics/desktop_session_duration/desktop_session_duration_observer.cc", |
| 3415 | "metrics/desktop_session_duration/desktop_session_duration_observer.h", |
| 3416 | "metrics/desktop_session_duration/desktop_session_duration_tracker.cc", |
| 3417 | "metrics/desktop_session_duration/desktop_session_duration_tracker.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3418 | "metrics/first_web_contents_profiler.cc", |
| 3419 | "metrics/first_web_contents_profiler.h", |
Evan Stade | 7bf6d36 | 2019-07-24 17:39:36 | [diff] [blame] | 3420 | "metrics/incognito_observer_desktop.cc", |
Sebastien Marchand | 1ae16d1 | 2017-08-31 01:34:29 | [diff] [blame] | 3421 | "metrics/tab_stats_data_store.cc", |
| 3422 | "metrics/tab_stats_data_store.h", |
Sebastien Marchand | 2195a200 | 2017-07-27 13:47:26 | [diff] [blame] | 3423 | "metrics/tab_stats_tracker.cc", |
| 3424 | "metrics/tab_stats_tracker.h", |
Varun Mohan | 24196fa1 | 2018-04-27 20:30:04 | [diff] [blame] | 3425 | "metrics/tab_stats_tracker_delegate.h", |
| 3426 | "metrics/tab_stats_tracker_delegate_win.cc", |
| 3427 | "metrics/tab_stats_tracker_win.cc", |
Alex Chau | 8b10c4c | 2020-05-21 10:51:29 | [diff] [blame] | 3428 | "nearby_sharing/attachment.h", |
Michael Hansen | 8364d1cc | 2020-05-21 01:17:05 | [diff] [blame] | 3429 | "nearby_sharing/fast_initiation_manager.cc", |
| 3430 | "nearby_sharing/fast_initiation_manager.h", |
Alex Chau | 8b10c4c | 2020-05-21 10:51:29 | [diff] [blame] | 3431 | "nearby_sharing/file_attachment.cc", |
| 3432 | "nearby_sharing/file_attachment.h", |
Alex Chau | d361113 | 2020-05-21 20:10:44 | [diff] [blame] | 3433 | "nearby_sharing/nearby_connection.h", |
| 3434 | "nearby_sharing/nearby_connections_manager.h", |
| 3435 | "nearby_sharing/nearby_constants.h", |
Richard Knoll | 5e10a0f | 2020-05-27 13:25:35 | [diff] [blame] | 3436 | "nearby_sharing/nearby_process_manager.cc", |
| 3437 | "nearby_sharing/nearby_process_manager.h", |
James Vecore | 9f23a7d | 2020-05-13 01:01:22 | [diff] [blame] | 3438 | "nearby_sharing/nearby_sharing_prefs.cc", |
| 3439 | "nearby_sharing/nearby_sharing_prefs.h", |
| 3440 | "nearby_sharing/nearby_sharing_service.h", |
| 3441 | "nearby_sharing/nearby_sharing_service_factory.cc", |
| 3442 | "nearby_sharing/nearby_sharing_service_factory.h", |
| 3443 | "nearby_sharing/nearby_sharing_service_impl.cc", |
| 3444 | "nearby_sharing/nearby_sharing_service_impl.h", |
Alex Chau | 8b10c4c | 2020-05-21 10:51:29 | [diff] [blame] | 3445 | "nearby_sharing/share_target.cc", |
| 3446 | "nearby_sharing/share_target.h", |
| 3447 | "nearby_sharing/share_target_discovered_callback.h", |
| 3448 | "nearby_sharing/text_attachment.cc", |
| 3449 | "nearby_sharing/text_attachment.h", |
| 3450 | "nearby_sharing/transfer_metadata.cc", |
| 3451 | "nearby_sharing/transfer_metadata.h", |
| 3452 | "nearby_sharing/transfer_update_callback.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 3453 | "notifications/notification_system_observer.cc", |
| 3454 | "notifications/notification_system_observer.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 3455 | "notifications/profile_notification.cc", |
| 3456 | "notifications/profile_notification.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3457 | "obsolete_system/obsolete_system.h", |
| 3458 | "obsolete_system/obsolete_system_linux.cc", |
| 3459 | "obsolete_system/obsolete_system_mac.cc", |
| 3460 | "obsolete_system/obsolete_system_win.cc", |
ducbui | 2fd90c9 | 2017-08-10 19:23:47 | [diff] [blame] | 3461 | "page_load_metrics/observers/session_restore_page_load_metrics_observer.cc", |
| 3462 | "page_load_metrics/observers/session_restore_page_load_metrics_observer.h", |
Sebastien Marchand | d5112a1 | 2020-01-15 15:19:48 | [diff] [blame] | 3463 | "performance_manager/mechanisms/page_discarder.cc", |
| 3464 | "performance_manager/mechanisms/page_discarder.h", |
Hailey Wang | eaf5460 | 2020-03-17 21:07:34 | [diff] [blame] | 3465 | "performance_manager/mechanisms/page_loader.cc", |
| 3466 | "performance_manager/mechanisms/page_loader.h", |
Sebastien Marchand | f191fde | 2020-01-08 15:37:41 | [diff] [blame] | 3467 | "performance_manager/persistence/site_data/site_data_cache_facade.cc", |
| 3468 | "performance_manager/persistence/site_data/site_data_cache_facade.h", |
| 3469 | "performance_manager/persistence/site_data/site_data_cache_facade_factory.cc", |
| 3470 | "performance_manager/persistence/site_data/site_data_cache_facade_factory.h", |
Sigurdur Asgeirsson | 68667e1 | 2020-04-29 17:53:29 | [diff] [blame] | 3471 | "performance_manager/policies/background_tab_loading_policy.cc", |
| 3472 | "performance_manager/policies/background_tab_loading_policy.h", |
| 3473 | "performance_manager/policies/background_tab_loading_policy_helpers.cc", |
| 3474 | "performance_manager/policies/background_tab_loading_policy_helpers.h", |
| 3475 | "performance_manager/policies/urgent_page_discarding_policy.cc", |
| 3476 | "performance_manager/policies/urgent_page_discarding_policy.h", |
Adam Langley | 85339f6 | 2018-02-12 22:03:56 | [diff] [blame] | 3477 | "permissions/attestation_permission_request.cc", |
| 3478 | "permissions/attestation_permission_request.h", |
Anthony Vallee-Dubois | 372e1169 | 2020-03-31 13:30:40 | [diff] [blame] | 3479 | "policy/device_account_initializer.cc", |
| 3480 | "policy/device_account_initializer.h", |
pastarmovj | f281a6c | 2017-06-01 13:57:17 | [diff] [blame] | 3481 | "policy/local_sync_policy_handler.cc", |
| 3482 | "policy/local_sync_policy_handler.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3483 | "process_singleton_modal_dialog_lock.cc", |
| 3484 | "process_singleton_modal_dialog_lock.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3485 | "process_singleton_startup_lock.cc", |
| 3486 | "process_singleton_startup_lock.h", |
| 3487 | "profile_resetter/brandcode_config_fetcher.cc", |
| 3488 | "profile_resetter/brandcode_config_fetcher.h", |
| 3489 | "profile_resetter/brandcoded_default_settings.cc", |
| 3490 | "profile_resetter/brandcoded_default_settings.h", |
| 3491 | "profile_resetter/profile_resetter.cc", |
| 3492 | "profile_resetter/profile_resetter.h", |
| 3493 | "profile_resetter/reset_report_uploader.cc", |
| 3494 | "profile_resetter/reset_report_uploader.h", |
| 3495 | "profile_resetter/reset_report_uploader_factory.cc", |
| 3496 | "profile_resetter/reset_report_uploader_factory.h", |
| 3497 | "profile_resetter/resettable_settings_snapshot.cc", |
| 3498 | "profile_resetter/resettable_settings_snapshot.h", |
| 3499 | "profile_resetter/triggered_profile_resetter.cc", |
| 3500 | "profile_resetter/triggered_profile_resetter.h", |
| 3501 | "profile_resetter/triggered_profile_resetter_factory.cc", |
| 3502 | "profile_resetter/triggered_profile_resetter_factory.h", |
| 3503 | "profile_resetter/triggered_profile_resetter_win.cc", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3504 | "profiles/profile_shortcut_manager.cc", |
| 3505 | "profiles/profile_shortcut_manager.h", |
| 3506 | "profiles/profile_window.cc", |
| 3507 | "profiles/profile_window.h", |
Katie D | 7bb3457 | 2019-01-11 19:54:00 | [diff] [blame] | 3508 | "renderer_context_menu/accessibility_labels_bubble_model.cc", |
| 3509 | "renderer_context_menu/accessibility_labels_bubble_model.h", |
| 3510 | "renderer_context_menu/accessibility_labels_menu_observer.cc", |
| 3511 | "renderer_context_menu/accessibility_labels_menu_observer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3512 | "renderer_context_menu/render_view_context_menu.cc", |
| 3513 | "renderer_context_menu/render_view_context_menu.h", |
| 3514 | "renderer_context_menu/spelling_bubble_model.cc", |
| 3515 | "renderer_context_menu/spelling_bubble_model.h", |
| 3516 | "renderer_context_menu/spelling_menu_observer.cc", |
| 3517 | "renderer_context_menu/spelling_menu_observer.h", |
| 3518 | "repost_form_warning_controller.cc", |
| 3519 | "repost_form_warning_controller.h", |
zhenw | 6edd49c | 2017-07-12 05:49:45 | [diff] [blame] | 3520 | "resource_coordinator/background_tab_navigation_throttle.cc", |
| 3521 | "resource_coordinator/background_tab_navigation_throttle.h", |
Chris Hamilton | f1b5912 | 2018-05-22 21:05:31 | [diff] [blame] | 3522 | "resource_coordinator/decision_details.cc", |
| 3523 | "resource_coordinator/decision_details.h", |
Francois Doray | f4e2a53 | 2018-01-11 20:12:16 | [diff] [blame] | 3524 | "resource_coordinator/discard_metrics_lifecycle_unit_observer.cc", |
| 3525 | "resource_coordinator/discard_metrics_lifecycle_unit_observer.h", |
Sebastien Marchand | c7d65c80 | 2020-01-14 15:24:04 | [diff] [blame] | 3526 | "resource_coordinator/intervention_policy_database.cc", |
| 3527 | "resource_coordinator/intervention_policy_database.h", |
Sebastien Marchand | 66a8e2e | 2018-05-10 19:04:53 | [diff] [blame] | 3528 | "resource_coordinator/leveldb_site_characteristics_database.cc", |
| 3529 | "resource_coordinator/leveldb_site_characteristics_database.h", |
Francois Doray | 306bae8 | 2017-11-21 21:46:53 | [diff] [blame] | 3530 | "resource_coordinator/lifecycle_unit.cc", |
| 3531 | "resource_coordinator/lifecycle_unit.h", |
Francois Doray | 5e2521fc | 2018-01-10 20:36:18 | [diff] [blame] | 3532 | "resource_coordinator/lifecycle_unit_base.cc", |
| 3533 | "resource_coordinator/lifecycle_unit_base.h", |
Francois Doray | 11261624 | 2018-03-30 13:21:38 | [diff] [blame] | 3534 | "resource_coordinator/lifecycle_unit_observer.cc", |
Francois Doray | 5e2521fc | 2018-01-10 20:36:18 | [diff] [blame] | 3535 | "resource_coordinator/lifecycle_unit_observer.h", |
Francois Doray | b208d41 | 2017-12-07 19:15:45 | [diff] [blame] | 3536 | "resource_coordinator/lifecycle_unit_source.h", |
Francois Doray | 67a9cc8 | 2017-12-07 20:36:48 | [diff] [blame] | 3537 | "resource_coordinator/lifecycle_unit_source_base.cc", |
| 3538 | "resource_coordinator/lifecycle_unit_source_base.h", |
Francois Doray | 3f6722a | 2017-11-24 20:03:51 | [diff] [blame] | 3539 | "resource_coordinator/lifecycle_unit_source_observer.h", |
Sebastien Marchand | 29ed9114 | 2018-04-10 14:27:34 | [diff] [blame] | 3540 | "resource_coordinator/local_site_characteristics_data_impl.cc", |
| 3541 | "resource_coordinator/local_site_characteristics_data_impl.h", |
Sebastien Marchand | c38bc9b | 2018-04-19 17:35:45 | [diff] [blame] | 3542 | "resource_coordinator/local_site_characteristics_data_reader.cc", |
| 3543 | "resource_coordinator/local_site_characteristics_data_reader.h", |
Sebastien Marchand | e9fdf22 | 2018-04-23 16:06:22 | [diff] [blame] | 3544 | "resource_coordinator/local_site_characteristics_data_store.cc", |
| 3545 | "resource_coordinator/local_site_characteristics_data_store.h", |
Sebastien Marchand | 5131a2dd | 2018-05-25 18:07:02 | [diff] [blame] | 3546 | "resource_coordinator/local_site_characteristics_data_store_factory.cc", |
| 3547 | "resource_coordinator/local_site_characteristics_data_store_factory.h", |
Sigurdur Asgeirsson | 8233a66 | 2018-08-24 15:07:05 | [diff] [blame] | 3548 | "resource_coordinator/local_site_characteristics_data_store_inspector.cc", |
| 3549 | "resource_coordinator/local_site_characteristics_data_store_inspector.h", |
Sebastien Marchand | c5c26c1 | 2018-05-03 23:22:52 | [diff] [blame] | 3550 | "resource_coordinator/local_site_characteristics_data_writer.cc", |
| 3551 | "resource_coordinator/local_site_characteristics_data_writer.h", |
Sebastien Marchand | 66a8e2e | 2018-05-10 19:04:53 | [diff] [blame] | 3552 | "resource_coordinator/local_site_characteristics_database.h", |
Sebastien Marchand | bc30f712 | 2018-05-10 16:57:58 | [diff] [blame] | 3553 | "resource_coordinator/local_site_characteristics_non_recording_data_store.cc", |
| 3554 | "resource_coordinator/local_site_characteristics_non_recording_data_store.h", |
Sebastien Marchand | b77f51e0 | 2018-05-10 16:29:10 | [diff] [blame] | 3555 | "resource_coordinator/local_site_characteristics_noop_data_writer.cc", |
| 3556 | "resource_coordinator/local_site_characteristics_noop_data_writer.h", |
Sebastien Marchand | 1dcdc17 | 2018-06-11 18:03:50 | [diff] [blame] | 3557 | "resource_coordinator/local_site_characteristics_webcontents_observer.cc", |
| 3558 | "resource_coordinator/local_site_characteristics_webcontents_observer.h", |
Sebastien Marchand | c38bc9b | 2018-04-19 17:35:45 | [diff] [blame] | 3559 | "resource_coordinator/site_characteristics_data_reader.h", |
Sebastien Marchand | e9fdf22 | 2018-04-23 16:06:22 | [diff] [blame] | 3560 | "resource_coordinator/site_characteristics_data_store.h", |
Sebastien Marchand | b77f51e0 | 2018-05-10 16:29:10 | [diff] [blame] | 3561 | "resource_coordinator/site_characteristics_data_writer.h", |
Michael Giuffrida | dde643a5 | 2018-01-11 21:52:02 | [diff] [blame] | 3562 | "resource_coordinator/tab_activity_watcher.cc", |
| 3563 | "resource_coordinator/tab_activity_watcher.h", |
Francois Doray | e878d9f | 2017-11-22 20:02:32 | [diff] [blame] | 3564 | "resource_coordinator/tab_lifecycle_observer.h", |
Francois Doray | c78450a | 2017-12-07 21:32:46 | [diff] [blame] | 3565 | "resource_coordinator/tab_lifecycle_unit.cc", |
| 3566 | "resource_coordinator/tab_lifecycle_unit.h", |
Francois Doray | 74aed422 | 2017-12-04 16:09:09 | [diff] [blame] | 3567 | "resource_coordinator/tab_lifecycle_unit_external.cc", |
| 3568 | "resource_coordinator/tab_lifecycle_unit_external.h", |
Francois Doray | 4d08cfa | 2017-12-13 19:22:29 | [diff] [blame] | 3569 | "resource_coordinator/tab_lifecycle_unit_source.cc", |
| 3570 | "resource_coordinator/tab_lifecycle_unit_source.h", |
lpy | fedf65a | 2017-06-01 01:41:24 | [diff] [blame] | 3571 | "resource_coordinator/tab_manager.cc", |
| 3572 | "resource_coordinator/tab_manager.h", |
| 3573 | "resource_coordinator/tab_manager_delegate_chromeos.cc", |
| 3574 | "resource_coordinator/tab_manager_delegate_chromeos.h", |
Peiyong Lin | 8e18bee4 | 2017-11-07 00:10:04 | [diff] [blame] | 3575 | "resource_coordinator/tab_manager_resource_coordinator_signal_observer.cc", |
| 3576 | "resource_coordinator/tab_manager_resource_coordinator_signal_observer.h", |
Scott Haseley | 665ee25 | 2017-07-18 00:15:06 | [diff] [blame] | 3577 | "resource_coordinator/tab_manager_stats_collector.cc", |
| 3578 | "resource_coordinator/tab_manager_stats_collector.h", |
lpy | fedf65a | 2017-06-01 01:41:24 | [diff] [blame] | 3579 | "resource_coordinator/tab_manager_web_contents_data.cc", |
| 3580 | "resource_coordinator/tab_manager_web_contents_data.h", |
Jia | d29483ce | 2018-02-22 00:38:32 | [diff] [blame] | 3581 | "resource_coordinator/tab_metrics_logger.cc", |
Michael Giuffrida | ff7fac5 | 2018-01-30 05:01:25 | [diff] [blame] | 3582 | "resource_coordinator/tab_metrics_logger.h", |
Francois Doray | 04d40a96 | 2018-12-19 18:25:48 | [diff] [blame] | 3583 | "resource_coordinator/tracing_lifecycle_unit_observer.cc", |
| 3584 | "resource_coordinator/tracing_lifecycle_unit_observer.h", |
Francois Doray | a49186f | 2018-07-10 17:00:22 | [diff] [blame] | 3585 | "resource_coordinator/usage_clock.cc", |
| 3586 | "resource_coordinator/usage_clock.h", |
Ramya Nagarajan | 90f3b266 | 2018-05-25 15:21:20 | [diff] [blame] | 3587 | "search/background/ntp_background_data.cc", |
| 3588 | "search/background/ntp_background_data.h", |
| 3589 | "search/background/ntp_background_service.cc", |
| 3590 | "search/background/ntp_background_service.h", |
| 3591 | "search/background/ntp_background_service_factory.cc", |
| 3592 | "search/background/ntp_background_service_factory.h", |
| 3593 | "search/background/ntp_background_service_observer.h", |
Hector Carmona | 9797cc6 | 2019-08-09 20:35:35 | [diff] [blame] | 3594 | "search/background/ntp_backgrounds.cc", |
| 3595 | "search/background/ntp_backgrounds.h", |
Gayane Petrosyan | cdf5fc5a | 2019-06-06 20:09:03 | [diff] [blame] | 3596 | "search/chrome_colors/chrome_colors_factory.cc", |
| 3597 | "search/chrome_colors/chrome_colors_factory.h", |
| 3598 | "search/chrome_colors/chrome_colors_service.cc", |
| 3599 | "search/chrome_colors/chrome_colors_service.h", |
Marc Treib | 7895941d | 2017-11-28 12:37:02 | [diff] [blame] | 3600 | "search/instant_service.cc", |
| 3601 | "search/instant_service.h", |
| 3602 | "search/instant_service_factory.cc", |
| 3603 | "search/instant_service_factory.h", |
| 3604 | "search/instant_service_observer.cc", |
| 3605 | "search/instant_service_observer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3606 | "search/local_ntp_source.cc", |
| 3607 | "search/local_ntp_source.h", |
Marc Treib | 7895941d | 2017-11-28 12:37:02 | [diff] [blame] | 3608 | "search/most_visited_iframe_source.cc", |
| 3609 | "search/most_visited_iframe_source.h", |
Moe Ahmadi | e66f1944 | 2019-12-09 06:04:37 | [diff] [blame] | 3610 | "search/ntp_custom_background_enabled_policy_handler.cc", |
| 3611 | "search/ntp_custom_background_enabled_policy_handler.h", |
Ramya Nagarajan | 6d58d18 | 2018-05-31 22:23:30 | [diff] [blame] | 3612 | "search/ntp_features.cc", |
| 3613 | "search/ntp_features.h", |
Moe Ahmadi | a907fb8 | 2019-12-16 19:51:11 | [diff] [blame] | 3614 | "search/ntp_icon_source.cc", |
| 3615 | "search/ntp_icon_source.h", |
treib | 50ddc32 | 2017-04-13 13:54:20 | [diff] [blame] | 3616 | "search/one_google_bar/one_google_bar_data.cc", |
| 3617 | "search/one_google_bar/one_google_bar_data.h", |
Antonio Gomes | 8d5b3d45 | 2018-05-04 21:54:08 | [diff] [blame] | 3618 | "search/one_google_bar/one_google_bar_loader.h", |
| 3619 | "search/one_google_bar/one_google_bar_loader_impl.cc", |
| 3620 | "search/one_google_bar/one_google_bar_loader_impl.h", |
treib | 2edac8f | 2017-04-26 10:29:39 | [diff] [blame] | 3621 | "search/one_google_bar/one_google_bar_service.cc", |
| 3622 | "search/one_google_bar/one_google_bar_service.h", |
| 3623 | "search/one_google_bar/one_google_bar_service_factory.cc", |
| 3624 | "search/one_google_bar/one_google_bar_service_factory.h", |
| 3625 | "search/one_google_bar/one_google_bar_service_observer.h", |
Kyle Milka | c7955f0 | 2018-11-30 21:55:27 | [diff] [blame] | 3626 | "search/promos/promo_data.cc", |
| 3627 | "search/promos/promo_data.h", |
| 3628 | "search/promos/promo_service.cc", |
| 3629 | "search/promos/promo_service.h", |
| 3630 | "search/promos/promo_service_factory.cc", |
| 3631 | "search/promos/promo_service_factory.h", |
| 3632 | "search/promos/promo_service_observer.h", |
Marc Treib | 7895941d | 2017-11-28 12:37:02 | [diff] [blame] | 3633 | "search/search_engine_base_url_tracker.cc", |
| 3634 | "search/search_engine_base_url_tracker.h", |
Gayane Petrosyan | 1d11267c | 2019-07-25 06:17:48 | [diff] [blame] | 3635 | "search/search_provider_observer.cc", |
| 3636 | "search/search_provider_observer.h", |
Kyle Milka | 959eba4b | 2019-01-11 19:48:06 | [diff] [blame] | 3637 | "search/search_suggest/search_suggest_data.cc", |
| 3638 | "search/search_suggest/search_suggest_data.h", |
| 3639 | "search/search_suggest/search_suggest_loader.h", |
| 3640 | "search/search_suggest/search_suggest_loader_impl.cc", |
| 3641 | "search/search_suggest/search_suggest_loader_impl.h", |
| 3642 | "search/search_suggest/search_suggest_service.cc", |
| 3643 | "search/search_suggest/search_suggest_service.h", |
| 3644 | "search/search_suggest/search_suggest_service_factory.cc", |
| 3645 | "search/search_suggest/search_suggest_service_factory.h", |
| 3646 | "search/search_suggest/search_suggest_service_observer.h", |
Tina Wang | b02b5e03 | 2019-03-06 02:16:56 | [diff] [blame] | 3647 | "send_tab_to_self/desktop_notification_handler.cc", |
| 3648 | "send_tab_to_self/desktop_notification_handler.h", |
sebsg | d3f9a5d | 2019-03-25 19:57:04 | [diff] [blame] | 3649 | "send_tab_to_self/send_tab_to_self_desktop_util.cc", |
| 3650 | "send_tab_to_self/send_tab_to_self_desktop_util.h", |
Reilly Grant | 0d28232 | 2019-01-29 02:42:58 | [diff] [blame] | 3651 | "serial/chrome_serial_delegate.cc", |
| 3652 | "serial/chrome_serial_delegate.h", |
| 3653 | "serial/serial_chooser_context.cc", |
| 3654 | "serial/serial_chooser_context.h", |
| 3655 | "serial/serial_chooser_context_factory.cc", |
| 3656 | "serial/serial_chooser_context_factory.h", |
Himanshu Jaju | d6b794c5 | 2019-07-16 19:31:46 | [diff] [blame] | 3657 | "sharing/click_to_call/click_to_call_context_menu_observer.cc", |
| 3658 | "sharing/click_to_call/click_to_call_context_menu_observer.h", |
Richard Knoll | 1066465 | 2019-11-29 16:36:37 | [diff] [blame] | 3659 | "sharing/click_to_call/click_to_call_metrics.cc", |
| 3660 | "sharing/click_to_call/click_to_call_metrics.h", |
Yasmin | 85bccc56 | 2019-08-12 17:25:01 | [diff] [blame] | 3661 | "sharing/click_to_call/click_to_call_ui_controller.cc", |
| 3662 | "sharing/click_to_call/click_to_call_ui_controller.h", |
Himanshu Jaju | d6b794c5 | 2019-07-16 19:31:46 | [diff] [blame] | 3663 | "sharing/click_to_call/click_to_call_utils.cc", |
| 3664 | "sharing/click_to_call/click_to_call_utils.h", |
Richard Knoll | dad4e59d | 2019-11-18 16:47:38 | [diff] [blame] | 3665 | "sharing/click_to_call/phone_number_regex.cc", |
| 3666 | "sharing/click_to_call/phone_number_regex.h", |
Michael van Ouwerkerk | 259f78e0 | 2019-11-04 15:26:03 | [diff] [blame] | 3667 | "sharing/shared_clipboard/remote_copy_message_handler.cc", |
| 3668 | "sharing/shared_clipboard/remote_copy_message_handler.h", |
Yasmin | ece0791 | 2019-08-13 17:32:10 | [diff] [blame] | 3669 | "sharing/shared_clipboard/shared_clipboard_context_menu_observer.cc", |
| 3670 | "sharing/shared_clipboard/shared_clipboard_context_menu_observer.h", |
Rayan Kanso | 5292deda | 2019-09-04 11:37:17 | [diff] [blame] | 3671 | "sharing/shared_clipboard/shared_clipboard_message_handler_desktop.cc", |
| 3672 | "sharing/shared_clipboard/shared_clipboard_message_handler_desktop.h", |
Yasmin | 426f63ee | 2019-08-09 16:07:16 | [diff] [blame] | 3673 | "sharing/shared_clipboard/shared_clipboard_ui_controller.cc", |
| 3674 | "sharing/shared_clipboard/shared_clipboard_ui_controller.h", |
Yasmin | 2b08a10 | 2019-08-15 13:09:02 | [diff] [blame] | 3675 | "sharing/shared_clipboard/shared_clipboard_utils.cc", |
| 3676 | "sharing/shared_clipboard/shared_clipboard_utils.h", |
Richard Knoll | ea1ce4a | 2019-09-25 10:55:55 | [diff] [blame] | 3677 | "sharing/sharing_app.cc", |
| 3678 | "sharing/sharing_app.h", |
Yasmin | 78e32eccc | 2019-08-02 14:54:33 | [diff] [blame] | 3679 | "sharing/sharing_dialog.h", |
Richard Knoll | 3e69eee | 2019-10-10 10:11:43 | [diff] [blame] | 3680 | "sharing/sharing_dialog_data.cc", |
| 3681 | "sharing/sharing_dialog_data.h", |
Rayan Kanso | 5292deda | 2019-09-04 11:37:17 | [diff] [blame] | 3682 | "sharing/sharing_notification_handler.cc", |
| 3683 | "sharing/sharing_notification_handler.h", |
Yasmin | 85bccc56 | 2019-08-12 17:25:01 | [diff] [blame] | 3684 | "sharing/sharing_ui_controller.cc", |
| 3685 | "sharing/sharing_ui_controller.h", |
Himanshu Jaju | 6d02188 | 2020-01-23 10:32:48 | [diff] [blame] | 3686 | "sharing/webrtc/ice_config_fetcher.cc", |
| 3687 | "sharing/webrtc/ice_config_fetcher.h", |
Richard Knoll | 46f1ab02 | 2020-01-24 21:17:21 | [diff] [blame] | 3688 | "sharing/webrtc/sharing_mojo_service.cc", |
| 3689 | "sharing/webrtc/sharing_mojo_service.h", |
| 3690 | "sharing/webrtc/sharing_service_host.cc", |
| 3691 | "sharing/webrtc/sharing_service_host.h", |
| 3692 | "sharing/webrtc/sharing_webrtc_connection_host.cc", |
| 3693 | "sharing/webrtc/sharing_webrtc_connection_host.h", |
| 3694 | "sharing/webrtc/webrtc_message_handler.cc", |
| 3695 | "sharing/webrtc/webrtc_message_handler.h", |
| 3696 | "sharing/webrtc/webrtc_signalling_host_fcm.cc", |
| 3697 | "sharing/webrtc/webrtc_signalling_host_fcm.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3698 | "signin/signin_promo.cc", |
| 3699 | "signin/signin_promo.h", |
| 3700 | "signin/signin_ui_util.cc", |
| 3701 | "signin/signin_ui_util.h", |
Nico Weber | 2d5aa49bc | 2020-01-28 20:59:42 | [diff] [blame] | 3702 | "speech/extension_api/tts_extension_api_constants.cc", # Should be moved |
| 3703 | # to extensions |
| 3704 | # section? |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3705 | "speech/extension_api/tts_extension_api_constants.h", |
evliu | 2e5dbee4 | 2020-04-09 23:35:29 | [diff] [blame] | 3706 | "speech/speech_recognition_service.cc", |
| 3707 | "speech/speech_recognition_service.h", |
| 3708 | "speech/speech_recognition_service_factory.cc", |
| 3709 | "speech/speech_recognition_service_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3710 | "ssl/ssl_client_auth_observer.cc", |
| 3711 | "ssl/ssl_client_auth_observer.h", |
| 3712 | "status_icons/desktop_notification_balloon.cc", |
| 3713 | "status_icons/desktop_notification_balloon.h", |
Jarryd | 7b4baf80 | 2019-12-25 01:21:28 | [diff] [blame] | 3714 | "storage/storage_notification_service_factory.cc", |
| 3715 | "storage/storage_notification_service_factory.h", |
| 3716 | "storage/storage_notification_service_impl.cc", |
| 3717 | "storage/storage_notification_service_impl.h", |
Mikel Astiz | a974891d | 2018-09-28 10:00:52 | [diff] [blame] | 3718 | "sync/glue/extension_model_type_controller.cc", |
| 3719 | "sync/glue/extension_model_type_controller.h", |
Mikel Astiz | 62f7ba6 | 2018-10-15 17:34:20 | [diff] [blame] | 3720 | "sync/glue/extension_setting_model_type_controller.cc", |
| 3721 | "sync/glue/extension_setting_model_type_controller.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3722 | "sync/sessions/browser_list_router_helper.cc", |
| 3723 | "sync/sessions/browser_list_router_helper.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3724 | "sync/sync_ui_util.cc", |
| 3725 | "sync/sync_ui_util.h", |
Sebastien Marchand | d1b927f | 2019-12-19 18:38:57 | [diff] [blame] | 3726 | "tab_contents/form_interaction_tab_helper.cc", |
| 3727 | "tab_contents/form_interaction_tab_helper.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3728 | "task_manager/providers/browser_process_task.cc", |
| 3729 | "task_manager/providers/browser_process_task.h", |
| 3730 | "task_manager/providers/browser_process_task_provider.cc", |
| 3731 | "task_manager/providers/browser_process_task_provider.h", |
| 3732 | "task_manager/providers/child_process_task.cc", |
| 3733 | "task_manager/providers/child_process_task.h", |
| 3734 | "task_manager/providers/child_process_task_provider.cc", |
| 3735 | "task_manager/providers/child_process_task_provider.h", |
Charles Burnell | 2ce10272 | 2017-08-14 23:15:12 | [diff] [blame] | 3736 | "task_manager/providers/fallback_task_provider.cc", |
| 3737 | "task_manager/providers/fallback_task_provider.h", |
Patrick Monette | 6773644 | 2020-02-03 06:48:21 | [diff] [blame] | 3738 | "task_manager/providers/per_profile_worker_task_tracker.cc", |
| 3739 | "task_manager/providers/per_profile_worker_task_tracker.h", |
cburn | d154ad8 | 2017-08-02 17:25:35 | [diff] [blame] | 3740 | "task_manager/providers/render_process_host_task_provider.cc", |
| 3741 | "task_manager/providers/render_process_host_task_provider.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3742 | "task_manager/providers/task.cc", |
| 3743 | "task_manager/providers/task.h", |
| 3744 | "task_manager/providers/task_provider.cc", |
| 3745 | "task_manager/providers/task_provider.h", |
| 3746 | "task_manager/providers/task_provider_observer.h", |
| 3747 | "task_manager/providers/web_contents/background_contents_tag.cc", |
| 3748 | "task_manager/providers/web_contents/background_contents_tag.h", |
| 3749 | "task_manager/providers/web_contents/background_contents_task.cc", |
| 3750 | "task_manager/providers/web_contents/background_contents_task.h", |
| 3751 | "task_manager/providers/web_contents/devtools_tag.cc", |
| 3752 | "task_manager/providers/web_contents/devtools_tag.h", |
| 3753 | "task_manager/providers/web_contents/devtools_task.cc", |
| 3754 | "task_manager/providers/web_contents/devtools_task.h", |
| 3755 | "task_manager/providers/web_contents/extension_tag.cc", |
| 3756 | "task_manager/providers/web_contents/extension_tag.h", |
| 3757 | "task_manager/providers/web_contents/extension_task.cc", |
| 3758 | "task_manager/providers/web_contents/extension_task.h", |
| 3759 | "task_manager/providers/web_contents/guest_tag.cc", |
| 3760 | "task_manager/providers/web_contents/guest_tag.h", |
| 3761 | "task_manager/providers/web_contents/guest_task.cc", |
| 3762 | "task_manager/providers/web_contents/guest_task.h", |
Jeremy Roman | d26a7d1 | 2020-01-16 23:51:30 | [diff] [blame] | 3763 | "task_manager/providers/web_contents/portal_tag.cc", |
| 3764 | "task_manager/providers/web_contents/portal_tag.h", |
| 3765 | "task_manager/providers/web_contents/portal_task.cc", |
| 3766 | "task_manager/providers/web_contents/portal_task.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3767 | "task_manager/providers/web_contents/prerender_tag.cc", |
| 3768 | "task_manager/providers/web_contents/prerender_tag.h", |
| 3769 | "task_manager/providers/web_contents/prerender_task.cc", |
| 3770 | "task_manager/providers/web_contents/prerender_task.h", |
| 3771 | "task_manager/providers/web_contents/printing_tag.cc", |
| 3772 | "task_manager/providers/web_contents/printing_tag.h", |
| 3773 | "task_manager/providers/web_contents/printing_task.cc", |
| 3774 | "task_manager/providers/web_contents/printing_task.h", |
| 3775 | "task_manager/providers/web_contents/renderer_task.cc", |
| 3776 | "task_manager/providers/web_contents/renderer_task.h", |
| 3777 | "task_manager/providers/web_contents/subframe_task.cc", |
| 3778 | "task_manager/providers/web_contents/subframe_task.h", |
| 3779 | "task_manager/providers/web_contents/tab_contents_tag.cc", |
| 3780 | "task_manager/providers/web_contents/tab_contents_tag.h", |
| 3781 | "task_manager/providers/web_contents/tab_contents_task.cc", |
| 3782 | "task_manager/providers/web_contents/tab_contents_task.h", |
| 3783 | "task_manager/providers/web_contents/web_contents_tag.cc", |
| 3784 | "task_manager/providers/web_contents/web_contents_tag.h", |
| 3785 | "task_manager/providers/web_contents/web_contents_tags_manager.cc", |
| 3786 | "task_manager/providers/web_contents/web_contents_tags_manager.h", |
| 3787 | "task_manager/providers/web_contents/web_contents_task_provider.cc", |
| 3788 | "task_manager/providers/web_contents/web_contents_task_provider.h", |
Patrick Monette | 018b200 | 2020-01-23 22:56:22 | [diff] [blame] | 3789 | "task_manager/providers/worker_task.cc", |
| 3790 | "task_manager/providers/worker_task.h", |
| 3791 | "task_manager/providers/worker_task_provider.cc", |
| 3792 | "task_manager/providers/worker_task_provider.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3793 | "task_manager/sampling/shared_sampler.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3794 | "task_manager/sampling/shared_sampler_win.cc", |
wez | a9abedb | 2017-02-05 02:21:23 | [diff] [blame] | 3795 | "task_manager/sampling/shared_sampler_win_defines.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3796 | "task_manager/sampling/task_group.cc", |
| 3797 | "task_manager/sampling/task_group.h", |
| 3798 | "task_manager/sampling/task_group_sampler.cc", |
| 3799 | "task_manager/sampling/task_group_sampler.h", |
| 3800 | "task_manager/sampling/task_manager_impl.cc", |
| 3801 | "task_manager/sampling/task_manager_impl.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3802 | "task_manager/task_manager_interface.cc", |
| 3803 | "task_manager/task_manager_interface.h", |
| 3804 | "task_manager/task_manager_observer.cc", |
| 3805 | "task_manager/task_manager_observer.h", |
| 3806 | "themes/browser_theme_pack.cc", |
| 3807 | "themes/browser_theme_pack.h", |
| 3808 | "themes/custom_theme_supplier.cc", |
| 3809 | "themes/custom_theme_supplier.h", |
Elly Fong-Jones | b04cbd7 | 2018-07-19 13:23:12 | [diff] [blame] | 3810 | "themes/increased_contrast_theme_supplier.cc", |
| 3811 | "themes/increased_contrast_theme_supplier.h", |
Alan Cutter | 1160e52 | 2020-01-30 04:10:02 | [diff] [blame] | 3812 | "themes/theme_helper.cc", |
| 3813 | "themes/theme_helper.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3814 | "themes/theme_properties.cc", |
| 3815 | "themes/theme_service.cc", |
| 3816 | "themes/theme_service.h", |
| 3817 | "themes/theme_service_factory.cc", |
| 3818 | "themes/theme_service_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3819 | "themes/theme_syncable_service.cc", |
| 3820 | "themes/theme_syncable_service.h", |
Greg Thompson | 429fac2 | 2020-02-03 14:06:43 | [diff] [blame] | 3821 | "upgrade_detector/build_state.cc", |
| 3822 | "upgrade_detector/build_state.h", |
| 3823 | "upgrade_detector/build_state_observer.h", |
Greg Thompson | 8bcd799b | 2018-08-10 09:49:33 | [diff] [blame] | 3824 | "upgrade_detector/upgrade_detector.cc", |
| 3825 | "upgrade_detector/upgrade_detector.h", |
| 3826 | "upgrade_detector/upgrade_observer.h", |
Donna Wu | c98e12a | 2018-08-16 07:24:02 | [diff] [blame] | 3827 | "usb/web_usb_chooser_desktop.cc", |
| 3828 | "usb/web_usb_chooser_desktop.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3829 | "usb/web_usb_detector.cc", |
| 3830 | "usb/web_usb_detector.h", |
Jay Harris | f6a6b9a | 2019-07-24 01:42:00 | [diff] [blame] | 3831 | "web_launch/web_launch_files_helper.cc", |
| 3832 | "web_launch/web_launch_files_helper.h", |
Nina Satragno | 8c832df | 2019-07-29 15:59:39 | [diff] [blame] | 3833 | "webauthn/authenticator_list_observer.h", |
| 3834 | "webauthn/authenticator_reference.cc", |
| 3835 | "webauthn/authenticator_reference.h", |
| 3836 | "webauthn/authenticator_request_dialog_model.cc", |
| 3837 | "webauthn/authenticator_request_dialog_model.h", |
| 3838 | "webauthn/authenticator_request_scheduler.cc", |
| 3839 | "webauthn/authenticator_request_scheduler.h", |
| 3840 | "webauthn/authenticator_transport.h", |
| 3841 | "webauthn/chrome_authenticator_request_delegate.cc", |
| 3842 | "webauthn/chrome_authenticator_request_delegate.h", |
| 3843 | "webauthn/observable_authenticator_list.cc", |
| 3844 | "webauthn/observable_authenticator_list.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3845 | ] |
| 3846 | deps += [ |
| 3847 | ":theme_properties", |
Ryan Powell | 412caff | 2019-08-20 20:00:26 | [diff] [blame] | 3848 | "//base/util/memory_pressure", |
Owen Min | 782b893 | 2020-04-06 14:31:06 | [diff] [blame] | 3849 | "//base/util/timer", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3850 | "//chrome/app/vector_icons", |
Dominique Fauteux-Chapleau | 02cf152 | 2020-04-20 14:34:04 | [diff] [blame] | 3851 | "//chrome/browser/enterprise/connectors:connectors_proto", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3852 | "//chrome/browser/policy:path_parser", |
| 3853 | "//chrome/browser/profile_resetter:profile_reset_report_proto", |
Sebastien Marchand | c7d65c80 | 2020-01-14 15:24:04 | [diff] [blame] | 3854 | "//chrome/browser/resource_coordinator:intervention_policy_database_proto", |
Michael Giuffrida | ff7fac5 | 2018-01-30 05:01:25 | [diff] [blame] | 3855 | "//chrome/browser/resource_coordinator:tab_metrics_event_proto", |
Michael Giuffrida | 3488249 | 2018-05-14 17:15:48 | [diff] [blame] | 3856 | "//chrome/browser/resource_coordinator/tab_ranker", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3857 | "//chrome/browser/resources:component_extension_resources", |
Marc Treib | 16f732f | 2017-07-13 13:23:25 | [diff] [blame] | 3858 | "//chrome/browser/search:generated", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3859 | "//chrome/common/importer:interfaces", |
Gayane Petrosyan | 9a939cd7 | 2019-07-25 02:32:14 | [diff] [blame] | 3860 | "//chrome/common/search:generate_chrome_colors_info", |
Gayane Petrosyan | 22ce8f2d | 2019-06-14 17:23:44 | [diff] [blame] | 3861 | "//chrome/common/themes:autogenerated_theme_util", |
Himanshu Jaju | 9616a66 | 2020-01-27 18:47:12 | [diff] [blame] | 3862 | "//chrome/services/sharing/public/cpp", |
Himanshu Jaju | 6d02188 | 2020-01-23 10:32:48 | [diff] [blame] | 3863 | "//chrome/services/sharing/public/mojom", |
evliu | 725ad66 | 2020-05-07 17:24:11 | [diff] [blame] | 3864 | "//chrome/services/speech:buildflags", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3865 | "//components/feedback", |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 3866 | "//components/image_fetcher/core", |
Michael Giuffrida | 2dbce0d1 | 2017-09-02 03:30:59 | [diff] [blame] | 3867 | "//components/keep_alive_registry", |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 3868 | "//components/ntp_snippets", |
[email protected] | 2f82f86 | 2020-05-27 01:44:40 | [diff] [blame] | 3869 | "//components/services/app_service:lib", |
Jay Harris | d3191c0 | 2019-08-16 01:23:39 | [diff] [blame] | 3870 | "//components/services/app_service/public/cpp:app_file_handling", |
[email protected] | 2f82f86 | 2020-05-27 01:44:40 | [diff] [blame] | 3871 | "//components/services/app_service/public/cpp:app_update", |
| 3872 | "//components/services/app_service/public/cpp:icon_loader", |
| 3873 | "//components/services/app_service/public/cpp:intents", |
| 3874 | "//components/services/app_service/public/cpp:preferred_apps", |
| 3875 | "//components/services/app_service/public/cpp:publisher", |
Abigail Klein | 82807c55 | 2020-04-06 19:58:07 | [diff] [blame] | 3876 | "//components/soda:constants", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3877 | "//components/vector_icons", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3878 | "//components/web_modal", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3879 | "//components/zoom", |
Yaron Friedman | ac8bf3c | 2018-07-20 15:06:30 | [diff] [blame] | 3880 | "//courgette:courgette_lib", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3881 | ] |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 3882 | |
| 3883 | if (is_posix || is_fuchsia) { |
| 3884 | sources += [ |
| 3885 | "chrome_browser_main_posix.cc", |
| 3886 | "chrome_browser_main_posix.h", |
| 3887 | "first_run/first_run_internal_posix.cc", |
| 3888 | "importer/firefox_profile_lock_posix.cc", |
| 3889 | "process_singleton_posix.cc", |
| 3890 | "task_manager/sampling/shared_sampler_posix.cc", |
| 3891 | ] |
| 3892 | } |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3893 | } |
| 3894 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3895 | if (is_chromeos) { |
alokp | 76ed9ed | 2017-01-26 00:17:44 | [diff] [blame] | 3896 | sources += [ |
Nigel Tao | 63cfe5b8 | 2019-01-11 21:17:31 | [diff] [blame] | 3897 | "apps/app_service/arc_apps.cc", |
| 3898 | "apps/app_service/arc_apps.h", |
| 3899 | "apps/app_service/arc_apps_factory.cc", |
| 3900 | "apps/app_service/arc_apps_factory.h", |
Nigel Tao | 1695245 | 2019-08-22 23:51:27 | [diff] [blame] | 3901 | "apps/app_service/arc_icon_once_loader.cc", |
| 3902 | "apps/app_service/arc_icon_once_loader.h", |
Nigel Tao | d33ec52 | 2018-11-21 20:43:41 | [diff] [blame] | 3903 | "apps/app_service/built_in_chromeos_apps.cc", |
| 3904 | "apps/app_service/built_in_chromeos_apps.h", |
Nigel Tao | 307863f | 2019-01-31 09:20:26 | [diff] [blame] | 3905 | "apps/app_service/crostini_apps.cc", |
| 3906 | "apps/app_service/crostini_apps.h", |
nancy | e503985 | 2020-05-01 02:09:14 | [diff] [blame] | 3907 | "apps/app_service/extension_apps_chromeos.cc", |
| 3908 | "apps/app_service/extension_apps_chromeos.h", |
James Cook | 28acfd9d | 2020-05-08 21:17:55 | [diff] [blame] | 3909 | "apps/app_service/lacros_apps.cc", |
| 3910 | "apps/app_service/lacros_apps.h", |
nancy | 6bcfe2a | 2020-01-15 08:16:56 | [diff] [blame] | 3911 | "apps/app_service/menu_util.cc", |
| 3912 | "apps/app_service/menu_util.h", |
nancy | 5ce5814a | 2020-02-14 00:25:43 | [diff] [blame] | 3913 | "apps/app_service/paused_apps.cc", |
| 3914 | "apps/app_service/paused_apps.h", |
Patrick Meiring | 3ca11021 | 2020-04-20 03:48:49 | [diff] [blame] | 3915 | "apps/app_service/plugin_vm_apps.cc", |
| 3916 | "apps/app_service/plugin_vm_apps.h", |
nancy | e503985 | 2020-05-01 02:09:14 | [diff] [blame] | 3917 | "apps/app_service/uninstall_dialog.cc", |
| 3918 | "apps/app_service/uninstall_dialog.h", |
nancy | 632ffd51 | 2020-05-04 02:13:25 | [diff] [blame] | 3919 | "apps/app_service/web_apps_chromeos.cc", |
| 3920 | "apps/app_service/web_apps_chromeos.h", |
Xiaochu Liu | 48ab593 | 2018-05-11 03:44:04 | [diff] [blame] | 3921 | "component_updater/cros_component_installer_chromeos.cc", |
| 3922 | "component_updater/cros_component_installer_chromeos.h", |
Erik Chen | eaddabf5 | 2020-05-08 21:35:20 | [diff] [blame] | 3923 | "component_updater/cros_component_manager.cc", |
Toni Barzic | f582b0f | 2018-10-11 17:44:46 | [diff] [blame] | 3924 | "component_updater/cros_component_manager.h", |
Xiaochu Liu | 48ab593 | 2018-05-11 03:44:04 | [diff] [blame] | 3925 | "component_updater/metadata_table_chromeos.cc", |
| 3926 | "component_updater/metadata_table_chromeos.h", |
alanlxl | cbbf9ad | 2020-03-19 21:46:28 | [diff] [blame] | 3927 | "component_updater/smart_dim_component_installer.cc", |
| 3928 | "component_updater/smart_dim_component_installer.h", |
Anthony Vallee-Dubois | 95745e6d | 2020-02-07 21:42:30 | [diff] [blame] | 3929 | "device_identity/chromeos/device_oauth2_token_store_chromeos.cc", |
| 3930 | "device_identity/chromeos/device_oauth2_token_store_chromeos.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3931 | "download/notification/download_item_notification.cc", |
| 3932 | "download/notification/download_item_notification.h", |
| 3933 | "download/notification/download_notification_manager.cc", |
| 3934 | "download/notification/download_notification_manager.h", |
Dominique Fauteux-Chapleau | dfe386b | 2020-03-25 18:52:36 | [diff] [blame] | 3935 | "enterprise/reporting/android_app_info_generator.cc", |
| 3936 | "enterprise/reporting/android_app_info_generator.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3937 | "feedback/feedback_util_chromeos.cc", |
| 3938 | "feedback/feedback_util_chromeos.h", |
Wenzhao Zang | 2015379 | 2018-09-29 00:37:10 | [diff] [blame] | 3939 | "google/google_brand_chromeos.cc", |
| 3940 | "google/google_brand_chromeos.h", |
| 3941 | "google/google_brand_code_map_chromeos.cc", |
| 3942 | "google/google_brand_code_map_chromeos.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3943 | "media/chromeos_login_media_access_handler.cc", |
| 3944 | "media/chromeos_login_media_access_handler.h", |
| 3945 | "media/public_session_media_access_handler.cc", |
| 3946 | "media/public_session_media_access_handler.h", |
| 3947 | "media/public_session_tab_capture_access_handler.cc", |
| 3948 | "media/public_session_tab_capture_access_handler.h", |
James Cook | 42fbcd4 | 2017-10-05 19:53:06 | [diff] [blame] | 3949 | "media/webrtc/desktop_media_list_ash.cc", |
| 3950 | "media/webrtc/desktop_media_list_ash.h", |
Andrew Grieve | e0973f2 | 2020-03-16 12:13:12 | [diff] [blame] | 3951 | "media_galleries/chromeos/mtp_device_delegate_impl_chromeos.cc", |
| 3952 | "media_galleries/chromeos/mtp_device_delegate_impl_chromeos.h", |
| 3953 | "media_galleries/chromeos/mtp_device_object_enumerator.cc", |
| 3954 | "media_galleries/chromeos/mtp_device_object_enumerator.h", |
| 3955 | "media_galleries/chromeos/mtp_device_task_helper.cc", |
| 3956 | "media_galleries/chromeos/mtp_device_task_helper.h", |
| 3957 | "media_galleries/chromeos/mtp_device_task_helper_map_service.cc", |
| 3958 | "media_galleries/chromeos/mtp_device_task_helper_map_service.h", |
| 3959 | "media_galleries/chromeos/mtp_read_file_worker.cc", |
| 3960 | "media_galleries/chromeos/mtp_read_file_worker.h", |
| 3961 | "media_galleries/chromeos/snapshot_file_details.cc", |
| 3962 | "media_galleries/chromeos/snapshot_file_details.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3963 | "memory/memory_kills_histogram.h", |
| 3964 | "memory/memory_kills_monitor.cc", |
| 3965 | "memory/memory_kills_monitor.h", |
Meilin Wang | 46bf7d2 | 2018-11-21 21:57:00 | [diff] [blame] | 3966 | "metrics/assistant_service_metrics_provider.cc", |
| 3967 | "metrics/assistant_service_metrics_provider.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3968 | "metrics/chromeos_metrics_provider.cc", |
| 3969 | "metrics/chromeos_metrics_provider.h", |
Gabriel Marin | 3d99da2a | 2018-12-04 02:36:19 | [diff] [blame] | 3970 | "metrics/perf/collection_params.cc", |
| 3971 | "metrics/perf/collection_params.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3972 | "metrics/perf/cpu_identity.cc", |
| 3973 | "metrics/perf/cpu_identity.h", |
Gabriel Marin | 6972892 | 2018-12-11 17:52:05 | [diff] [blame] | 3974 | "metrics/perf/metric_collector.cc", |
| 3975 | "metrics/perf/metric_collector.h", |
Gabriel Marin | ff65236c | 2019-08-13 22:03:13 | [diff] [blame] | 3976 | "metrics/perf/metric_provider.cc", |
| 3977 | "metrics/perf/metric_provider.h", |
Gabriel Marin | 9011e61 | 2018-12-14 20:19:42 | [diff] [blame] | 3978 | "metrics/perf/perf_events_collector.cc", |
| 3979 | "metrics/perf/perf_events_collector.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3980 | "metrics/perf/perf_output.cc", |
| 3981 | "metrics/perf/perf_output.h", |
Lakshman Annadorai | 763d2d6 | 2019-03-30 00:05:24 | [diff] [blame] | 3982 | "metrics/perf/process_type_collector.cc", |
| 3983 | "metrics/perf/process_type_collector.h", |
Gabriel Marin | f4728fa | 2018-12-11 19:56:25 | [diff] [blame] | 3984 | "metrics/perf/profile_provider_chromeos.cc", |
| 3985 | "metrics/perf/profile_provider_chromeos.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3986 | "metrics/perf/random_selector.cc", |
| 3987 | "metrics/perf/random_selector.h", |
| 3988 | "metrics/perf/windowed_incognito_observer.cc", |
| 3989 | "metrics/perf/windowed_incognito_observer.h", |
Evan Stade | fdc58a8 | 2018-04-23 19:00:47 | [diff] [blame] | 3990 | "notifications/arc_application_notifier_controller.cc", |
| 3991 | "notifications/arc_application_notifier_controller.h", |
Evan Stade | 55575d8 | 2017-11-02 00:52:36 | [diff] [blame] | 3992 | "notifications/chrome_ash_message_center_client.cc", |
| 3993 | "notifications/chrome_ash_message_center_client.h", |
Evan Stade | feec2d11 | 2017-10-19 03:24:53 | [diff] [blame] | 3994 | "notifications/extension_notifier_controller.cc", |
| 3995 | "notifications/extension_notifier_controller.h", |
Evan Stade | feec2d11 | 2017-10-19 03:24:53 | [diff] [blame] | 3996 | "notifications/notifier_controller.h", |
| 3997 | "notifications/web_page_notifier_controller.cc", |
| 3998 | "notifications/web_page_notifier_controller.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3999 | "policy/default_geolocation_policy_handler.cc", |
| 4000 | "policy/default_geolocation_policy_handler.h", |
Li Lin | a19cf181 | 2020-01-22 01:03:15 | [diff] [blame] | 4001 | "renderer_context_menu/quick_answers_menu_observer.cc", |
| 4002 | "renderer_context_menu/quick_answers_menu_observer.h", |
Katie D | b2d0709 | 2018-12-04 18:59:36 | [diff] [blame] | 4003 | "speech/tts_chromeos.cc", |
| 4004 | "speech/tts_chromeos.h", |
James Cook | 42fbcd4 | 2017-10-05 19:53:06 | [diff] [blame] | 4005 | "sync/sync_error_notifier_ash.cc", |
| 4006 | "sync/sync_error_notifier_ash.h", |
| 4007 | "sync/sync_error_notifier_factory_ash.cc", |
| 4008 | "sync/sync_error_notifier_factory_ash.h", |
Jon Mann | 8a57ae1 | 2019-08-02 22:37:55 | [diff] [blame] | 4009 | "sync/wifi_configuration_sync_service_factory.cc", |
| 4010 | "sync/wifi_configuration_sync_service_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4011 | "task_manager/providers/arc/arc_process_task.cc", |
| 4012 | "task_manager/providers/arc/arc_process_task.h", |
| 4013 | "task_manager/providers/arc/arc_process_task_provider.cc", |
| 4014 | "task_manager/providers/arc/arc_process_task_provider.h", |
Dmitry Torokhov | c62b5ff | 2019-11-12 20:03:03 | [diff] [blame] | 4015 | "task_manager/providers/vm/crostini_process_task.cc", |
| 4016 | "task_manager/providers/vm/crostini_process_task.h", |
| 4017 | "task_manager/providers/vm/plugin_vm_process_task.cc", |
| 4018 | "task_manager/providers/vm/plugin_vm_process_task.h", |
| 4019 | "task_manager/providers/vm/vm_process_task.cc", |
| 4020 | "task_manager/providers/vm/vm_process_task.h", |
| 4021 | "task_manager/providers/vm/vm_process_task_provider.cc", |
| 4022 | "task_manager/providers/vm/vm_process_task_provider.h", |
Willie Koomson | 1b9a3a4 | 2018-10-30 19:33:32 | [diff] [blame] | 4023 | "task_manager/sampling/arc_shared_sampler.cc", |
| 4024 | "task_manager/sampling/arc_shared_sampler.h", |
Greg Thompson | 429fac2 | 2020-02-03 14:06:43 | [diff] [blame] | 4025 | "upgrade_detector/installed_version_updater_chromeos.cc", |
| 4026 | "upgrade_detector/installed_version_updater_chromeos.h", |
Greg Thompson | 8bcd799b | 2018-08-10 09:49:33 | [diff] [blame] | 4027 | "upgrade_detector/upgrade_detector_chromeos.cc", |
| 4028 | "upgrade_detector/upgrade_detector_chromeos.h", |
alokp | 76ed9ed | 2017-01-26 00:17:44 | [diff] [blame] | 4029 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4030 | deps += [ |
James Cook | b9df819 | 2017-12-14 05:35:54 | [diff] [blame] | 4031 | "//ash/public/cpp", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4032 | "//chrome/browser/chromeos", |
Henrique Ferreiro | f193318 | 2019-07-09 09:26:01 | [diff] [blame] | 4033 | "//chromeos/components/account_manager", |
Li Lin | a19cf181 | 2020-01-22 01:03:15 | [diff] [blame] | 4034 | "//chromeos/components/quick_answers", |
Jon Mann | 8a57ae1 | 2019-08-02 22:37:55 | [diff] [blame] | 4035 | "//chromeos/components/sync_wifi", |
Xiaohui Chen | a3b92031 | 2020-04-21 22:46:23 | [diff] [blame] | 4036 | "//chromeos/services/assistant/public/cpp", |
Kyle Horimoto | 1d6a679f | 2019-04-16 23:24:21 | [diff] [blame] | 4037 | "//chromeos/services/cellular_setup", |
Ryan Hansberry | 0f40a7e | 2018-06-01 19:32:11 | [diff] [blame] | 4038 | "//chromeos/services/device_sync/public/mojom", |
Kyle Horimoto | 940d7df | 2018-03-17 01:00:23 | [diff] [blame] | 4039 | "//chromeos/services/multidevice_setup", |
Kyle Horimoto | b2868aa | 2018-10-13 00:13:44 | [diff] [blame] | 4040 | "//chromeos/services/multidevice_setup/public/cpp:first_run_field_trial", |
Kyle Horimoto | 940d7df | 2018-03-17 01:00:23 | [diff] [blame] | 4041 | "//chromeos/services/multidevice_setup/public/mojom", |
Steven Bennetts | 0c565d5b | 2019-04-24 23:52:45 | [diff] [blame] | 4042 | "//chromeos/services/network_config", |
| 4043 | "//chromeos/services/network_config/public/mojom", |
Ryan Hansberry | 9a08623c | 2018-06-14 21:28:05 | [diff] [blame] | 4044 | "//chromeos/services/secure_channel/public/mojom", |
Evan Stade | 0f41a34 | 2018-09-14 22:15:50 | [diff] [blame] | 4045 | "//chromeos/strings", |
tby | b5a4bc4 | 2019-12-11 00:47:08 | [diff] [blame] | 4046 | "//components/metrics/structured", |
[email protected] | 2f82f86 | 2020-05-27 01:44:40 | [diff] [blame] | 4047 | "//components/services/app_service/public/cpp:instance_update", |
Colin Blundell | 44b1fa51 | 2018-03-09 16:50:53 | [diff] [blame] | 4048 | "//components/services/font:lib", |
Miyoung Shin | b342db67 | 2019-07-18 11:55:10 | [diff] [blame] | 4049 | "//components/services/font/public/mojom", |
[email protected] | f0286999 | 2020-05-27 18:05:55 | [diff] [blame] | 4050 | "//components/user_manager", |
Michael Spang | ccfc6f97 | 2019-11-21 18:49:33 | [diff] [blame] | 4051 | "//ui/events/ozone", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4052 | "//ui/ozone", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4053 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4054 | allow_circular_includes_from += [ "//chrome/browser/chromeos" ] |
Evan Stade | 04c18d0 | 2017-10-20 20:53:22 | [diff] [blame] | 4055 | |
| 4056 | if (enable_native_notifications) { |
| 4057 | sources += [ |
| 4058 | "notifications/notification_platform_bridge_chromeos.cc", |
| 4059 | "notifications/notification_platform_bridge_chromeos.h", |
| 4060 | ] |
| 4061 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4062 | } else { # Non-ChromeOS. |
| 4063 | sources += [ |
Evan Stade | 714657b | 2017-11-01 21:50:46 | [diff] [blame] | 4064 | "fullscreen.h", |
Julian Pastarmov | e2ebb08 | 2018-10-06 11:55:16 | [diff] [blame] | 4065 | "policy/browser_signin_policy_handler.cc", |
| 4066 | "policy/browser_signin_policy_handler.h", |
Henrique Nakashima | 81c9928 | 2019-04-18 21:24:32 | [diff] [blame] | 4067 | "policy/cloud/user_cloud_policy_manager_builder.cc", |
| 4068 | "policy/cloud/user_cloud_policy_manager_builder.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4069 | "policy/cloud/user_policy_signin_service_base.cc", |
| 4070 | "policy/cloud/user_policy_signin_service_base.h", |
| 4071 | "policy/cloud/user_policy_signin_service_factory.cc", |
| 4072 | "policy/cloud/user_policy_signin_service_factory.h", |
| 4073 | "signin/chrome_signin_status_metrics_provider_delegate.cc", |
| 4074 | "signin/chrome_signin_status_metrics_provider_delegate.h", |
| 4075 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4076 | } |
| 4077 | |
Vincent Boisselle | 30da3977 | 2019-07-24 18:55:47 | [diff] [blame] | 4078 | if (is_chromeos || enable_extensions || is_android) { |
Jeremy Klein | d3ac89e | 2019-04-03 22:24:20 | [diff] [blame] | 4079 | sources += [ |
| 4080 | "metrics/cached_metrics_profile.cc", |
| 4081 | "metrics/cached_metrics_profile.h", |
| 4082 | ] |
| 4083 | } |
| 4084 | |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4085 | if (is_win) { |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 4086 | sources += [ |
Jay Harris | 867b077 | 2019-01-31 23:22:25 | [diff] [blame] | 4087 | "badging/badge_manager_delegate_win.cc", |
| 4088 | "badging/badge_manager_delegate_win.h", |
Nicolas | 9572cdc | 2019-03-05 22:39:53 | [diff] [blame] | 4089 | "browser_switcher/browser_switcher_policy_migrator.cc", |
| 4090 | "browser_switcher/browser_switcher_policy_migrator.h", |
Nicolas | 23afdc6 | 2019-02-07 13:22:41 | [diff] [blame] | 4091 | "browser_switcher/browser_switcher_service_win.cc", |
| 4092 | "browser_switcher/browser_switcher_service_win.h", |
Andrew Grieve | e0973f2 | 2020-03-16 12:13:12 | [diff] [blame] | 4093 | "media_galleries/win/mtp_device_delegate_impl_win.cc", |
| 4094 | "media_galleries/win/mtp_device_delegate_impl_win.h", |
| 4095 | "media_galleries/win/mtp_device_object_entry.cc", |
| 4096 | "media_galleries/win/mtp_device_object_entry.h", |
| 4097 | "media_galleries/win/mtp_device_object_enumerator.cc", |
| 4098 | "media_galleries/win/mtp_device_object_enumerator.h", |
| 4099 | "media_galleries/win/mtp_device_operations_util.cc", |
| 4100 | "media_galleries/win/mtp_device_operations_util.h", |
| 4101 | "media_galleries/win/portable_device_map_service.cc", |
| 4102 | "media_galleries/win/portable_device_map_service.h", |
| 4103 | "media_galleries/win/snapshot_file_details.cc", |
| 4104 | "media_galleries/win/snapshot_file_details.h", |
Xi Cheng | cd0313cc | 2018-05-25 17:11:49 | [diff] [blame] | 4105 | "notifications/win/notification_image_retainer.cc", |
| 4106 | "notifications/win/notification_image_retainer.h", |
| 4107 | "notifications/win/notification_template_builder.cc", |
| 4108 | "notifications/win/notification_template_builder.h", |
Greg Thompson | 6cd3373 | 2019-11-27 18:34:23 | [diff] [blame] | 4109 | "sync/roaming_profile_directory_deleter_win.cc", |
| 4110 | "sync/roaming_profile_directory_deleter_win.h", |
Jay Harris | 3e03e2f | 2019-01-31 01:36:31 | [diff] [blame] | 4111 | "taskbar/taskbar_decorator_win.cc", |
| 4112 | "taskbar/taskbar_decorator_win.h", |
Eric Orth | 72fe84a8 | 2020-03-06 21:39:19 | [diff] [blame] | 4113 | "win/parental_controls.cc", |
| 4114 | "win/parental_controls.h", |
Ken Rockot | 95fe3f6 | 2019-07-25 20:29:51 | [diff] [blame] | 4115 | "win/util_win_service.cc", |
| 4116 | "win/util_win_service.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 4117 | ] |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 4118 | public_deps += [ |
Ken Rockot | 95fe3f6 | 2019-07-25 20:29:51 | [diff] [blame] | 4119 | "//chrome/services/util_win/public/mojom", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 4120 | "//ui/views", |
| 4121 | "//ui/views/controls/webview", |
| 4122 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4123 | deps += [ |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 4124 | ":chrome_process_finder", |
Joe Mason | 72f7c51f0 | 2019-05-29 19:44:29 | [diff] [blame] | 4125 | "//chrome/browser/safe_browsing/chrome_cleaner", |
| 4126 | "//chrome/browser/safe_browsing/chrome_cleaner:public", |
Patrick Monette | bb54394 | 2019-05-17 17:45:32 | [diff] [blame] | 4127 | "//chrome/browser/win/conflicts:module_info", |
Patrick Monette | 0196be2 | 2019-05-10 03:33:15 | [diff] [blame] | 4128 | "//chrome/chrome_elf:constants", |
| 4129 | "//chrome/chrome_elf:dll_hash", |
mdempsky | 15a48be | 2015-10-21 23:37:53 | [diff] [blame] | 4130 | "//chrome/common:version_header", |
Roger Tawa | 53d2ef8b | 2019-05-13 14:19:53 | [diff] [blame] | 4131 | "//chrome/credential_provider/common:common_constants", |
grt | b4cab81 | 2017-03-31 06:58:43 | [diff] [blame] | 4132 | "//chrome/install_static:install_static_util", |
Xi Cheng | b7c35726b | 2018-04-25 04:55:14 | [diff] [blame] | 4133 | "//chrome/notification_helper:constants", |
Ken Rockot | c74e379 | 2018-02-10 16:31:30 | [diff] [blame] | 4134 | "//chrome/services/util_win/public/mojom", |
vchigrin | 61944ae | 2015-01-30 23:51:32 | [diff] [blame] | 4135 | "//components/browser_watcher:browser_watcher_client", |
manzagop | 309a9611 | 2017-05-04 19:55:38 | [diff] [blame] | 4136 | "//components/browser_watcher:stability_client", |
Joe Mason | 6c97f7f | 2018-03-19 18:49:30 | [diff] [blame] | 4137 | "//components/chrome_cleaner/public/constants", |
Patrick Monette | 8d504ab | 2018-08-29 18:40:43 | [diff] [blame] | 4138 | "//components/download/quarantine", |
manzagop | a5d6688d | 2016-10-25 20:16:03 | [diff] [blame] | 4139 | "//third_party/crashpad/crashpad/client:client", |
[email protected] | 55699f39 | 2014-08-20 22:16:30 | [diff] [blame] | 4140 | "//third_party/iaccessible2", |
| 4141 | "//third_party/isimpledom", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4142 | "//third_party/wtl", |
Varun Mohan | 24196fa1 | 2018-04-27 20:30:04 | [diff] [blame] | 4143 | "//ui/aura_extra", |
grt | ac869358 | 2017-05-19 10:37:03 | [diff] [blame] | 4144 | "//ui/base:fullscreen_win", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4145 | ] |
Joe Mason | 72f7c51f0 | 2019-05-29 19:44:29 | [diff] [blame] | 4146 | allow_circular_includes_from += |
| 4147 | [ "//chrome/browser/safe_browsing/chrome_cleaner" ] |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 4148 | |
| 4149 | all_dependent_configs = [ ":browser_win_linker_flags" ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4150 | |
| 4151 | if (enable_native_notifications) { |
| 4152 | sources += [ |
| 4153 | "notifications/notification_platform_bridge_win.cc", |
| 4154 | "notifications/notification_platform_bridge_win.h", |
Xi Cheng | cd0313cc | 2018-05-25 17:11:49 | [diff] [blame] | 4155 | "notifications/win/notification_launch_id.cc", |
| 4156 | "notifications/win/notification_launch_id.h", |
Xi Cheng | 1ed8404 | 2018-05-29 17:31:29 | [diff] [blame] | 4157 | "notifications/win/notification_metrics.cc", |
| 4158 | "notifications/win/notification_metrics.h", |
| 4159 | "notifications/win/notification_util.cc", |
| 4160 | "notifications/win/notification_util.h", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4161 | ] |
| 4162 | } |
| 4163 | |
Patrick Monette | e7d84a1 | 2018-02-28 00:16:34 | [diff] [blame] | 4164 | if (is_chrome_branded) { |
| 4165 | deps += [ |
Patrick Monette | bb54394 | 2019-05-17 17:45:32 | [diff] [blame] | 4166 | "//chrome/browser/win/conflicts:module_list_proto", |
Alexei Filippov | 3f4d813 | 2019-05-13 21:35:09 | [diff] [blame] | 4167 | "//chrome/chrome_elf:sha1", |
| 4168 | "//chrome/chrome_elf:third_party_shared_defines", |
Patrick Monette | e7d84a1 | 2018-02-28 00:16:34 | [diff] [blame] | 4169 | "//google_update", |
| 4170 | ] |
| 4171 | libs += [ "msi.lib" ] |
| 4172 | sources += [ |
| 4173 | "component_updater/third_party_module_list_component_installer_win.cc", |
| 4174 | "component_updater/third_party_module_list_component_installer_win.h", |
Yann Dago | 10433939 | 2020-02-25 17:40:07 | [diff] [blame] | 4175 | "google/google_update_policy_fetcher_win.cc", |
| 4176 | "google/google_update_policy_fetcher_win.h", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4177 | "google/google_update_win.cc", |
| 4178 | "google/google_update_win.h", |
Maciek Kumorek | f9178f0 | 2020-04-17 21:44:01 | [diff] [blame] | 4179 | "google/switches.cc", |
| 4180 | "google/switches.h", |
Patrick Monette | bb54394 | 2019-05-17 17:45:32 | [diff] [blame] | 4181 | "win/conflicts/incompatible_applications_updater.cc", |
| 4182 | "win/conflicts/incompatible_applications_updater.h", |
| 4183 | "win/conflicts/installed_applications.cc", |
| 4184 | "win/conflicts/installed_applications.h", |
| 4185 | "win/conflicts/module_blacklist_cache_updater.cc", |
| 4186 | "win/conflicts/module_blacklist_cache_updater.h", |
| 4187 | "win/conflicts/module_blacklist_cache_util.cc", |
| 4188 | "win/conflicts/module_blacklist_cache_util.h", |
| 4189 | "win/conflicts/module_list_component_updater.cc", |
| 4190 | "win/conflicts/module_list_component_updater.h", |
| 4191 | "win/conflicts/module_list_filter.cc", |
| 4192 | "win/conflicts/module_list_filter.h", |
| 4193 | "win/conflicts/module_load_attempt_log_listener.cc", |
| 4194 | "win/conflicts/module_load_attempt_log_listener.h", |
| 4195 | "win/conflicts/msi_util.cc", |
| 4196 | "win/conflicts/msi_util.h", |
| 4197 | "win/conflicts/registry_key_watcher.cc", |
| 4198 | "win/conflicts/registry_key_watcher.h", |
| 4199 | "win/conflicts/third_party_conflicts_manager.cc", |
| 4200 | "win/conflicts/third_party_conflicts_manager.h", |
| 4201 | "win/conflicts/token_util.cc", |
| 4202 | "win/conflicts/token_util.h", |
| 4203 | "win/conflicts/uninstall_application.cc", |
| 4204 | "win/conflicts/uninstall_application.h", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4205 | ] |
| 4206 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4207 | } else { |
| 4208 | # Non-Windows. |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 4209 | sources += [ |
| 4210 | "profile_resetter/triggered_profile_resetter_stub.cc", |
| 4211 | "profiles/profile_shortcut_manager_stub.cc", |
| 4212 | ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4213 | if (toolkit_views) { |
| 4214 | deps += [ |
| 4215 | "//ui/views", |
| 4216 | "//ui/views/controls/webview", |
| 4217 | ] |
| 4218 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4219 | } |
| 4220 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4221 | if (is_mac) { |
Alexey Baskakov | 3f6c31f0 | 2018-08-23 00:28:09 | [diff] [blame] | 4222 | allow_circular_includes_from += [ "//chrome/browser/apps/app_shim" ] |
Jay Harris | 867b077 | 2019-01-31 23:22:25 | [diff] [blame] | 4223 | sources += [ |
Avi Drissman | a2969a55 | 2019-10-30 15:32:25 | [diff] [blame] | 4224 | "apps/intent_helper/mac_apps_navigation_throttle.h", |
| 4225 | "apps/intent_helper/mac_apps_navigation_throttle.mm", |
Jay Harris | 867b077 | 2019-01-31 23:22:25 | [diff] [blame] | 4226 | "badging/badge_manager_delegate_mac.cc", |
| 4227 | "badging/badge_manager_delegate_mac.h", |
| 4228 | "download/drag_download_item_mac.mm", |
Andrew Grieve | e0973f2 | 2020-03-16 12:13:12 | [diff] [blame] | 4229 | "media_galleries/mac/mtp_device_delegate_impl_mac.h", |
| 4230 | "media_galleries/mac/mtp_device_delegate_impl_mac.mm", |
Jay Harris | 867b077 | 2019-01-31 23:22:25 | [diff] [blame] | 4231 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4232 | deps += [ |
| 4233 | "//chrome/app_shim", |
| 4234 | "//chrome/browser/apps/app_shim", |
| 4235 | "//chrome/browser/ui/cocoa/notifications:common", |
Christopher Cameron | 7e987473 | 2019-10-25 00:40:36 | [diff] [blame] | 4236 | "//components/metal_util", |
Guido Urdaneta | 191635e | 2018-05-09 16:00:53 | [diff] [blame] | 4237 | "//services/video_capture/public/mojom:constants", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4238 | "//third_party/crashpad/crashpad/client:client", |
| 4239 | "//third_party/google_toolbox_for_mac", |
| 4240 | "//third_party/mozilla", |
| 4241 | ] |
| 4242 | libs += [ |
| 4243 | "Accelerate.framework", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4244 | "AudioUnit.framework", |
Henrik Grunell | 5c79e19 | 2019-01-30 22:19:33 | [diff] [blame] | 4245 | "AVFoundation.framework", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4246 | "DiskArbitration.framework", |
| 4247 | "IOKit.framework", |
| 4248 | "ImageCaptureCore.framework", |
| 4249 | "OpenGL.framework", |
| 4250 | "QuartzCore.framework", |
Avi Drissman | 500c212 | 2020-02-19 00:08:55 | [diff] [blame] | 4251 | "SafariServices.framework", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4252 | "SecurityInterface.framework", |
| 4253 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4254 | } |
| 4255 | |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4256 | if (is_linux) { |
| 4257 | if (use_aura) { |
| 4258 | deps += [ "//third_party/fontconfig" ] |
| 4259 | if (use_dbus) { |
| 4260 | deps += [ "//dbus" ] |
| 4261 | } |
| 4262 | } |
| 4263 | if (use_x11) { |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4264 | deps += [ "//ui/gfx/x" ] |
| 4265 | } |
Jay Civelli | 668c097f | 2018-05-16 20:44:13 | [diff] [blame] | 4266 | deps += [ "//services/service_manager/zygote" ] |
Brian Geffon | c3bdd6d | 2019-08-21 22:48:31 | [diff] [blame] | 4267 | |
| 4268 | if (use_allocator == "tcmalloc") { |
| 4269 | deps += [ "//chrome/common/performance_manager/mojom" ] |
| 4270 | |
| 4271 | sources += [ |
Sigurdur Asgeirsson | 68667e1 | 2020-04-29 17:53:29 | [diff] [blame] | 4272 | "performance_manager/policies/dynamic_tcmalloc_policy_linux.cc", |
| 4273 | "performance_manager/policies/dynamic_tcmalloc_policy_linux.h", |
Brian Geffon | c3bdd6d | 2019-08-21 22:48:31 | [diff] [blame] | 4274 | ] |
| 4275 | } |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4276 | } |
| 4277 | |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4278 | if (is_desktop_linux) { |
tonikitoo | e1ac59e | 2016-09-14 20:44:42 | [diff] [blame] | 4279 | # Desktop linux, doesn't count ChromeOS. |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 4280 | sources += [ |
Tom Anderson | b8a8603 | 2019-10-09 20:12:45 | [diff] [blame] | 4281 | "download/download_status_updater_linux.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 4282 | "first_run/upgrade_util_linux.cc", |
| 4283 | "first_run/upgrade_util_linux.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 4284 | "icon_loader_auralinux.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 4285 | "platform_util_linux.cc", |
| 4286 | "shell_integration_linux.cc", |
| 4287 | "shell_integration_linux.h", |
Tom Anderson | c7dc655a | 2019-08-09 20:29:20 | [diff] [blame] | 4288 | "themes/theme_service_aura_linux.cc", |
| 4289 | "themes/theme_service_aura_linux.h", |
Greg Thompson | 429fac2 | 2020-02-03 14:06:43 | [diff] [blame] | 4290 | "upgrade_detector/get_installed_version_linux.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 4291 | ] |
tonikitoo | c1ce090f | 2016-10-26 21:22:34 | [diff] [blame] | 4292 | |
Tommy Steimel | a8267ae | 2019-02-11 19:47:30 | [diff] [blame] | 4293 | if (use_dbus) { |
Tom Anderson | fb20eed | 2019-07-10 23:06:29 | [diff] [blame] | 4294 | deps += [ "//components/dbus/thread_linux" ] |
Tommy Steimel | a8267ae | 2019-02-11 19:47:30 | [diff] [blame] | 4295 | } |
| 4296 | |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4297 | if (enable_native_notifications) { |
| 4298 | sources += [ |
| 4299 | "notifications/notification_platform_bridge_linux.cc", |
| 4300 | "notifications/notification_platform_bridge_linux.h", |
| 4301 | ] |
| 4302 | } |
| 4303 | |
tonikitoo | 8e861c09 | 2016-10-27 22:48:41 | [diff] [blame] | 4304 | if (use_x11) { |
| 4305 | sources += [ |
| 4306 | "fullscreen_aurax11.cc", |
| 4307 | "media/webrtc/window_icon_util_x11.cc", |
tonikitoo | 8e861c09 | 2016-10-27 22:48:41 | [diff] [blame] | 4308 | ] |
| 4309 | } |
| 4310 | |
tonikitoo | b10ea66f | 2016-11-07 23:52:01 | [diff] [blame] | 4311 | if (use_ozone) { |
| 4312 | sources += [ |
| 4313 | "fullscreen_ozone.cc", |
| 4314 | "media/webrtc/window_icon_util_ozone.cc", |
| 4315 | ] |
| 4316 | } |
Tomas Popela | 253a583 | 2019-01-14 17:22:10 | [diff] [blame] | 4317 | |
| 4318 | if (rtc_use_pipewire) { |
| 4319 | configs += |
| 4320 | [ "//third_party/webrtc/modules/desktop_capture:pipewire_config" ] |
| 4321 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4322 | } |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 4323 | |
Fabrice de Gans-Riberi | 9fba3aff | 2018-04-12 19:00:48 | [diff] [blame] | 4324 | if (is_posix || is_fuchsia) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4325 | deps += [ "//chrome/app:shutdown_signal_handlers" ] |
| 4326 | } |
| 4327 | |
| 4328 | if (is_win || is_mac) { |
| 4329 | # Sources (generally "desktop OS importers") used only on Mac & Windows. |
| 4330 | sources += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4331 | "recovery/recovery_install_global_error.cc", |
| 4332 | "recovery/recovery_install_global_error.h", |
| 4333 | "recovery/recovery_install_global_error_factory.cc", |
| 4334 | "recovery/recovery_install_global_error_factory.h", |
| 4335 | ] |
Robert Sesek | dc73f6f | 2018-05-15 15:53:20 | [diff] [blame] | 4336 | } else { |
| 4337 | # On other platforms, use the generic implementation. |
| 4338 | sources += [ "hang_monitor/hang_crash_dump.cc" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4339 | } |
| 4340 | |
| 4341 | if (is_win || is_linux) { |
| 4342 | sources += [ |
| 4343 | "renderer_context_menu/spelling_options_submenu_observer.cc", |
| 4344 | "renderer_context_menu/spelling_options_submenu_observer.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4345 | ] |
| 4346 | } |
| 4347 | |
Evan Liu | f248d40 | 2019-06-26 22:57:10 | [diff] [blame] | 4348 | if (is_mac) { |
| 4349 | sources += [ |
| 4350 | "accessibility/caption_settings_dialog.h", |
| 4351 | "accessibility/caption_settings_dialog_mac.mm", |
| 4352 | ] |
| 4353 | } |
| 4354 | |
| 4355 | if (is_win) { |
| 4356 | sources += [ |
| 4357 | "accessibility/caption_settings_dialog.h", |
| 4358 | "accessibility/caption_settings_dialog_win.cc", |
| 4359 | ] |
| 4360 | } |
| 4361 | |
Nicolas Ouellet-Payeur | bdcab009 | 2018-10-22 14:50:33 | [diff] [blame] | 4362 | if (is_win || is_mac || is_desktop_linux) { |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 4363 | sources += [ |
Daniel Bratell | 8a22c5ff | 2018-10-19 13:51:53 | [diff] [blame] | 4364 | "browser_switcher/alternative_browser_driver.h", |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 4365 | "browser_switcher/alternative_browser_driver_win.cc", |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 4366 | "browser_switcher/browser_switcher_navigation_throttle.cc", |
| 4367 | "browser_switcher/browser_switcher_navigation_throttle.h", |
| 4368 | "browser_switcher/browser_switcher_prefs.cc", |
| 4369 | "browser_switcher/browser_switcher_prefs.h", |
| 4370 | "browser_switcher/browser_switcher_service.cc", |
| 4371 | "browser_switcher/browser_switcher_service.h", |
| 4372 | "browser_switcher/browser_switcher_service_factory.cc", |
| 4373 | "browser_switcher/browser_switcher_service_factory.h", |
| 4374 | "browser_switcher/browser_switcher_sitelist.cc", |
| 4375 | "browser_switcher/browser_switcher_sitelist.h", |
Nicolas Ouellet-Payeur | 5198eac | 2018-09-25 14:44:12 | [diff] [blame] | 4376 | "browser_switcher/ieem_sitelist_parser.cc", |
| 4377 | "browser_switcher/ieem_sitelist_parser.h", |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 4378 | ] |
Nicolas Ouellet-Payeur | bdcab009 | 2018-10-22 14:50:33 | [diff] [blame] | 4379 | if (is_mac || is_desktop_linux) { |
| 4380 | sources += [ "browser_switcher/alternative_browser_driver_posix.cc" ] |
| 4381 | } |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 4382 | } |
| 4383 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4384 | if (is_chromeos && use_cras) { |
| 4385 | defines += [ "USE_CRAS" ] |
| 4386 | } |
| 4387 | |
Yann Dago | 78100ea | 2020-02-04 17:46:34 | [diff] [blame] | 4388 | if (enable_downgrade_processing) { |
| 4389 | sources += [ |
| 4390 | "downgrade/downgrade_manager.cc", |
| 4391 | "downgrade/downgrade_manager.h", |
Yann Dago | 0d896f6 | 2020-02-04 19:59:15 | [diff] [blame] | 4392 | "downgrade/downgrade_prefs.cc", |
| 4393 | "downgrade/downgrade_prefs.h", |
Yann Dago | 78100ea | 2020-02-04 17:46:34 | [diff] [blame] | 4394 | "downgrade/downgrade_utils.cc", |
| 4395 | "downgrade/downgrade_utils.h", |
| 4396 | "downgrade/snapshot_file_collector.cc", |
| 4397 | "downgrade/snapshot_file_collector.h", |
| 4398 | "downgrade/snapshot_manager.cc", |
| 4399 | "downgrade/snapshot_manager.h", |
| 4400 | "downgrade/user_data_downgrade.cc", |
| 4401 | "downgrade/user_data_downgrade.h", |
| 4402 | ] |
| 4403 | } |
| 4404 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4405 | if (!is_android && !is_chromeos) { |
| 4406 | sources += [ |
Anthony Vallee-Dubois | 85edf22 | 2020-03-24 20:30:02 | [diff] [blame] | 4407 | "device_identity/device_oauth2_token_store_desktop.cc", |
| 4408 | "device_identity/device_oauth2_token_store_desktop.h", |
Greg Thompson | 87ee38f | 2019-08-09 06:00:23 | [diff] [blame] | 4409 | "first_run/upgrade_util.cc", |
| 4410 | "first_run/upgrade_util.h", |
Avi Drissman | f981d6ad | 2020-01-09 21:21:25 | [diff] [blame] | 4411 | "first_run/upgrade_util_mac.cc", |
Greg Thompson | 87ee38f | 2019-08-09 06:00:23 | [diff] [blame] | 4412 | "first_run/upgrade_util_win.cc", |
| 4413 | "first_run/upgrade_util_win.h", |
Lei Zhang | db5696b | 2017-11-20 21:13:40 | [diff] [blame] | 4414 | "lifetime/switch_utils.cc", |
| 4415 | "lifetime/switch_utils.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4416 | "metrics/upgrade_metrics_provider.cc", |
| 4417 | "metrics/upgrade_metrics_provider.h", |
| 4418 | "net/disk_cache_dir_policy_handler.cc", |
| 4419 | "net/disk_cache_dir_policy_handler.h", |
| 4420 | "notifications/fullscreen_notification_blocker.cc", |
| 4421 | "notifications/fullscreen_notification_blocker.h", |
yoshiki iguchi | d0d0ada | 2018-08-06 19:51:00 | [diff] [blame] | 4422 | "notifications/notification_ui_manager_impl.cc", |
| 4423 | "notifications/notification_ui_manager_impl.h", |
Richard Knoll | b60074a | 2018-11-05 14:54:10 | [diff] [blame] | 4424 | "notifications/popups_only_ui_controller.cc", |
| 4425 | "notifications/popups_only_ui_controller.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4426 | "notifications/screen_lock_notification_blocker.cc", |
| 4427 | "notifications/screen_lock_notification_blocker.h", |
| 4428 | "platform_util.cc", |
Owen Min | a12ff6d | 2019-10-17 16:55:59 | [diff] [blame] | 4429 | "policy/chrome_browser_cloud_management_controller.cc", |
| 4430 | "policy/chrome_browser_cloud_management_controller.h", |
Owen Min | f0b27a2 | 2019-10-16 19:58:35 | [diff] [blame] | 4431 | "policy/chrome_browser_cloud_management_register_watcher.cc", |
| 4432 | "policy/chrome_browser_cloud_management_register_watcher.h", |
Owen Min | 8e44cb76 | 2019-10-07 20:05:41 | [diff] [blame] | 4433 | "policy/cloud/chrome_browser_cloud_management_helper.cc", |
| 4434 | "policy/cloud/chrome_browser_cloud_management_helper.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4435 | "policy/cloud/user_policy_signin_service.cc", |
| 4436 | "policy/cloud/user_policy_signin_service.h", |
Mihai Sardarescu | ca00b242 | 2018-11-28 10:54:22 | [diff] [blame] | 4437 | "policy/cloud/user_policy_signin_service_internal.h", |
Michael Giuffrida | 597c1e8 | 2018-03-10 06:25:39 | [diff] [blame] | 4438 | "profiles/avatar_menu.cc", |
| 4439 | "profiles/avatar_menu.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4440 | "profiles/avatar_menu_actions_desktop.cc", |
| 4441 | "profiles/avatar_menu_actions_desktop.h", |
| 4442 | "profiles/avatar_menu_desktop.cc", |
| 4443 | "profiles/avatar_menu_observer.h", |
Thomas Tangl | c67ace4 | 2019-06-07 19:31:50 | [diff] [blame] | 4444 | "profiles/profile_activity_metrics_recorder.cc", |
| 4445 | "profiles/profile_activity_metrics_recorder.h", |
Michael Giuffrida | 597c1e8 | 2018-03-10 06:25:39 | [diff] [blame] | 4446 | "profiles/profile_list.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4447 | "profiles/profile_list_desktop.cc", |
| 4448 | "profiles/profile_list_desktop.h", |
| 4449 | "profiles/profile_statistics.cc", |
| 4450 | "profiles/profile_statistics.h", |
| 4451 | "profiles/profile_statistics_aggregator.cc", |
| 4452 | "profiles/profile_statistics_aggregator.h", |
| 4453 | "profiles/profile_statistics_common.cc", |
| 4454 | "profiles/profile_statistics_common.h", |
| 4455 | "profiles/profile_statistics_factory.cc", |
| 4456 | "profiles/profile_statistics_factory.h", |
| 4457 | "signin/force_signin_verifier.cc", |
| 4458 | "signin/force_signin_verifier.h", |
| 4459 | "signin/signin_global_error.cc", |
| 4460 | "signin/signin_global_error.h", |
| 4461 | "signin/signin_global_error_factory.cc", |
| 4462 | "signin/signin_global_error_factory.h", |
Greg Thompson | 429fac2 | 2020-02-03 14:06:43 | [diff] [blame] | 4463 | "upgrade_detector/get_installed_version.cc", |
| 4464 | "upgrade_detector/get_installed_version.h", |
| 4465 | "upgrade_detector/get_installed_version_mac.mm", |
| 4466 | "upgrade_detector/get_installed_version_win.cc", |
| 4467 | "upgrade_detector/installed_version_poller.cc", |
| 4468 | "upgrade_detector/installed_version_poller.h", |
Greg Thompson | 8bcd799b | 2018-08-10 09:49:33 | [diff] [blame] | 4469 | "upgrade_detector/upgrade_detector_impl.cc", |
| 4470 | "upgrade_detector/upgrade_detector_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4471 | ] |
Jeevan Shikaram | d88a8b2d | 2020-05-04 22:31:08 | [diff] [blame] | 4472 | } else { # is_android || is_chromeos |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4473 | sources += [ |
Jeevan Shikaram | d88a8b2d | 2020-05-04 22:31:08 | [diff] [blame] | 4474 | "installable/digital_asset_links/digital_asset_links_handler.cc", |
| 4475 | "installable/digital_asset_links/digital_asset_links_handler.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4476 | "media/protected_media_identifier_permission_context.cc", |
| 4477 | "media/protected_media_identifier_permission_context.h", |
| 4478 | ] |
| 4479 | } |
| 4480 | |
Fabrice de Gans-Riberi | 9fba3aff | 2018-04-12 19:00:48 | [diff] [blame] | 4481 | if (is_posix && !is_mac) { |
Sergey Ulanov | 6af0b54 | 2017-10-09 22:36:04 | [diff] [blame] | 4482 | # TODO(crbug.com/753619): Enable crash reporting on Fuchsia. |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4483 | sources += [ |
| 4484 | "//chrome/app/chrome_crash_reporter_client.cc", |
| 4485 | "//chrome/app/chrome_crash_reporter_client.h", |
| 4486 | ] |
| 4487 | deps += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4488 | "//components/crash/content/browser", |
Rohit Rao | 92f84b6a | 2020-03-25 14:57:50 | [diff] [blame] | 4489 | "//components/crash/core/app", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4490 | "//components/version_info:generate_version_info", |
| 4491 | ] |
| 4492 | } |
| 4493 | |
| 4494 | if (is_win || is_mac || (is_linux && !is_chromeos)) { |
| 4495 | sources += [ |
| 4496 | "password_manager/password_store_signin_notifier_impl.cc", |
| 4497 | "password_manager/password_store_signin_notifier_impl.h", |
| 4498 | ] |
| 4499 | } |
| 4500 | |
| 4501 | if (is_win || is_mac || is_linux) { |
| 4502 | sources += [ |
Joshua Peraza | ce68e2f | 2019-09-23 18:44:24 | [diff] [blame] | 4503 | "crash_upload_list/crash_upload_list_crashpad.cc", |
| 4504 | "crash_upload_list/crash_upload_list_crashpad.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4505 | "payments/chrome_payment_request_delegate.cc", |
| 4506 | "payments/chrome_payment_request_delegate.h", |
Anthony Vallee-Dubois | c7ae733 | 2017-12-19 20:44:07 | [diff] [blame] | 4507 | "payments/payment_request_display_manager_factory.cc", |
| 4508 | "payments/payment_request_display_manager_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4509 | "payments/payment_request_factory.cc", |
| 4510 | "payments/payment_request_factory.h", |
| 4511 | ] |
| 4512 | deps += [ "//components/payments/content" ] |
| 4513 | } |
| 4514 | |
| 4515 | if (is_win || is_mac || (is_chromeos && use_dbus)) { |
| 4516 | sources += [ |
| 4517 | "media_galleries/fileapi/device_media_async_file_util.cc", |
| 4518 | "media_galleries/fileapi/device_media_async_file_util.h", |
| 4519 | "media_galleries/fileapi/mtp_device_async_delegate.cc", |
| 4520 | "media_galleries/fileapi/mtp_device_async_delegate.h", |
| 4521 | "media_galleries/fileapi/mtp_device_map_service.cc", |
| 4522 | "media_galleries/fileapi/mtp_device_map_service.h", |
| 4523 | "media_galleries/fileapi/mtp_file_stream_reader.cc", |
| 4524 | "media_galleries/fileapi/mtp_file_stream_reader.h", |
| 4525 | ] |
| 4526 | if (is_chromeos && use_dbus) { |
Donna Wu | aaa4d5aa | 2018-05-14 04:33:24 | [diff] [blame] | 4527 | # TODO([email protected]): push this into chrome/browser/chromeos |
| 4528 | # and chrome/browser/media_galleries/chromeos |
| 4529 | deps += [ "//services/device/public/mojom" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4530 | } |
| 4531 | } |
| 4532 | |
| 4533 | if (toolkit_views) { |
| 4534 | deps += [ "//ui/views" ] |
| 4535 | } |
| 4536 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4537 | if (use_aura) { |
| 4538 | # Cross-platform Aura files. |
| 4539 | sources += [ |
Avi Drissman | 92e7ac5 | 2018-08-28 22:53:21 | [diff] [blame] | 4540 | "download/drag_download_item_aura.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4541 | "lifetime/application_lifetime_aura.cc", |
| 4542 | "platform_util_aura.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4543 | ] |
| 4544 | deps += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4545 | "//ui/aura", |
| 4546 | "//ui/compositor", |
| 4547 | "//ui/snapshot", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4548 | ] |
Maksim Sisov | b9326d9c | 2019-05-08 07:48:57 | [diff] [blame] | 4549 | if (use_gtk) { |
Tom Anderson | 61fbaaf | 2020-04-02 23:16:23 | [diff] [blame] | 4550 | deps += [ "//ui/gtk" ] |
Maksim Sisov | b9326d9c | 2019-05-08 07:48:57 | [diff] [blame] | 4551 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4552 | } |
| 4553 | |
| 4554 | if (use_x11) { |
| 4555 | sources += [ |
| 4556 | "chrome_browser_main_extra_parts_x11.cc", |
| 4557 | "chrome_browser_main_extra_parts_x11.h", |
| 4558 | "password_manager/password_store_x.cc", |
| 4559 | "password_manager/password_store_x.h", |
| 4560 | ] |
| 4561 | } |
| 4562 | |
Denis Kuznetsov | 32099f3 | 2017-12-15 14:04:57 | [diff] [blame] | 4563 | if (enable_background_mode) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4564 | sources += [ |
| 4565 | "background/background_application_list_model.cc", |
| 4566 | "background/background_application_list_model.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4567 | "background/background_mode_manager.cc", |
| 4568 | "background/background_mode_manager.h", |
| 4569 | "background/background_mode_manager_aura.cc", |
| 4570 | "background/background_mode_manager_chromeos.cc", |
| 4571 | "background/background_mode_manager_mac.mm", |
| 4572 | "background/background_mode_manager_win.cc", |
| 4573 | "background/background_mode_optimizer.cc", |
| 4574 | "background/background_mode_optimizer.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4575 | ] |
| 4576 | if (!use_aura || is_win || is_chromeos) { |
| 4577 | sources -= [ "background/background_mode_manager_aura.cc" ] |
| 4578 | } |
| 4579 | } |
Denis Kuznetsov | 32099f3 | 2017-12-15 14:04:57 | [diff] [blame] | 4580 | if (enable_background_contents) { |
| 4581 | sources += [ |
| 4582 | "background/background_contents_service.cc", |
| 4583 | "background/background_contents_service.h", |
| 4584 | "background/background_contents_service_factory.cc", |
| 4585 | "background/background_contents_service_factory.h", |
| 4586 | ] |
| 4587 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4588 | |
Lei Zhang | 48a4a526 | 2018-04-17 20:18:44 | [diff] [blame] | 4589 | if (enable_basic_printing) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4590 | # Some form of printing support. |
| 4591 | sources += [ |
Nikita Podguzov | a7d3657 | 2019-12-05 15:00:40 | [diff] [blame] | 4592 | "policy/printing_restrictions_policy_handler.cc", |
| 4593 | "policy/printing_restrictions_policy_handler.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4594 | "printing/print_job.cc", |
| 4595 | "printing/print_job.h", |
| 4596 | "printing/print_job_manager.cc", |
| 4597 | "printing/print_job_manager.h", |
| 4598 | "printing/print_job_worker.cc", |
| 4599 | "printing/print_job_worker.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4600 | "printing/print_view_manager_base.cc", |
| 4601 | "printing/print_view_manager_base.h", |
| 4602 | "printing/print_view_manager_common.cc", |
| 4603 | "printing/print_view_manager_common.h", |
Lei Zhang | 8669a54 | 2017-12-05 22:59:45 | [diff] [blame] | 4604 | "printing/printer_manager_dialog.h", |
| 4605 | "printing/printer_manager_dialog_linux.cc", |
| 4606 | "printing/printer_manager_dialog_mac.mm", |
| 4607 | "printing/printer_manager_dialog_win.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4608 | "printing/printer_query.cc", |
| 4609 | "printing/printer_query.h", |
| 4610 | "printing/printing_init.cc", |
| 4611 | "printing/printing_init.h", |
| 4612 | "printing/printing_message_filter.cc", |
| 4613 | "printing/printing_message_filter.h", |
| 4614 | ] |
| 4615 | deps += [ |
| 4616 | "//components/printing/browser", |
Alan Screen | 6cef2c8 | 2020-01-14 20:58:52 | [diff] [blame] | 4617 | "//components/services/print_compositor/public/cpp", |
| 4618 | "//components/services/print_compositor/public/mojom", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4619 | "//printing", |
| 4620 | ] |
| 4621 | |
| 4622 | if (is_win) { |
| 4623 | sources += [ |
| 4624 | "printing/pdf_to_emf_converter.cc", |
| 4625 | "printing/pdf_to_emf_converter.h", |
| 4626 | ] |
Lei Zhang | 0ea91022 | 2017-12-19 06:27:45 | [diff] [blame] | 4627 | } |
| 4628 | if (is_win || enable_print_preview) { |
Ken Rockot | ed7f41b | 2018-02-10 16:19:10 | [diff] [blame] | 4629 | deps += [ "//chrome/services/printing/public/mojom" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4630 | } |
| 4631 | if (enable_print_preview) { |
| 4632 | # Full printing on top of the above. |
| 4633 | sources += [ |
| 4634 | "printing/background_printing_manager.cc", |
| 4635 | "printing/background_printing_manager.h", |
xlou | 8c7a329b | 2018-08-22 16:55:50 | [diff] [blame] | 4636 | "printing/pdf_nup_converter_client.cc", |
| 4637 | "printing/pdf_nup_converter_client.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4638 | "printing/print_error_dialog.cc", |
| 4639 | "printing/print_error_dialog.h", |
| 4640 | "printing/print_preview_context_menu_observer.cc", |
| 4641 | "printing/print_preview_context_menu_observer.h", |
| 4642 | "printing/print_preview_data_service.cc", |
| 4643 | "printing/print_preview_data_service.h", |
| 4644 | "printing/print_preview_dialog_controller.cc", |
| 4645 | "printing/print_preview_dialog_controller.h", |
| 4646 | "printing/print_preview_message_handler.cc", |
| 4647 | "printing/print_preview_message_handler.h", |
Nikita Podguzov | 26222d1 | 2019-12-04 11:44:31 | [diff] [blame] | 4648 | "printing/print_preview_sticky_settings.cc", |
| 4649 | "printing/print_preview_sticky_settings.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4650 | "printing/print_view_manager.cc", |
| 4651 | "printing/print_view_manager.h", |
Ken Rockot | 89a36c0 | 2019-08-08 02:19:56 | [diff] [blame] | 4652 | "printing/printing_service.cc", |
| 4653 | "printing/printing_service.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4654 | "printing/pwg_raster_converter.cc", |
| 4655 | "printing/pwg_raster_converter.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4656 | ] |
Lei Zhang | 49555f1 | 2017-11-30 01:30:47 | [diff] [blame] | 4657 | |
Jesse Schettler | 55bcc07 | 2019-09-14 02:00:03 | [diff] [blame] | 4658 | deps += [ "//components/printing/common:mojo_interfaces" ] |
| 4659 | |
rbpotter | 3f6485c | 2020-04-10 02:44:48 | [diff] [blame] | 4660 | if (is_win) { |
| 4661 | sources += [ |
| 4662 | "printing/print_dialog_cloud_win.cc", |
| 4663 | "printing/print_dialog_cloud_win.h", |
| 4664 | ] |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 4665 | } |
| 4666 | |
Lei Zhang | 49555f1 | 2017-11-30 01:30:47 | [diff] [blame] | 4667 | if (!is_chromeos) { |
| 4668 | sources += [ |
| 4669 | "printing/cloud_print/cloud_print_proxy_service.cc", |
| 4670 | "printing/cloud_print/cloud_print_proxy_service.h", |
| 4671 | "printing/cloud_print/cloud_print_proxy_service_factory.cc", |
| 4672 | "printing/cloud_print/cloud_print_proxy_service_factory.h", |
| 4673 | "service_process/service_process_control.cc", |
| 4674 | "service_process/service_process_control.h", |
| 4675 | "service_process/service_process_control_mac.mm", |
| 4676 | ] |
| 4677 | public_deps += [ "//chrome/common:service_process_mojom" ] |
| 4678 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4679 | } else { |
| 4680 | # Partial-only printing support. |
| 4681 | sources += [ |
| 4682 | "printing/print_view_manager_basic.cc", |
| 4683 | "printing/print_view_manager_basic.h", |
| 4684 | ] |
| 4685 | } |
| 4686 | } |
| 4687 | |
ckitagawa | 8dad53d | 2020-01-07 16:03:35 | [diff] [blame] | 4688 | if (enable_paint_preview) { |
| 4689 | deps += [ |
| 4690 | "//components/paint_preview/browser", |
| 4691 | "//components/paint_preview/common", |
| 4692 | ] |
| 4693 | } |
| 4694 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4695 | if (enable_captive_portal_detection) { |
| 4696 | sources += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4697 | "captive_portal/captive_portal_service_factory.cc", |
| 4698 | "captive_portal/captive_portal_service_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4699 | ] |
| 4700 | } |
| 4701 | |
Tommy Steimel | 4c18d3a | 2019-11-20 19:18:36 | [diff] [blame] | 4702 | if (enable_kaleidoscope) { |
Tommy Steimel | 27ddb0b2 | 2020-01-10 23:55:00 | [diff] [blame] | 4703 | deps += [ |
| 4704 | "//chrome/browser/media/kaleidoscope/internal", |
| 4705 | "//chrome/browser/media/kaleidoscope/internal/mojom", |
| 4706 | ] |
Tommy Steimel | 4c18d3a | 2019-11-20 19:18:36 | [diff] [blame] | 4707 | } |
| 4708 | |
Collin Baker | 4ab8ad8 | 2019-06-06 17:02:54 | [diff] [blame] | 4709 | if (enable_legacy_desktop_in_product_help) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4710 | sources += [ |
| 4711 | "feature_engagement/bookmark/bookmark_tracker.cc", |
| 4712 | "feature_engagement/bookmark/bookmark_tracker.h", |
| 4713 | "feature_engagement/bookmark/bookmark_tracker_factory.cc", |
| 4714 | "feature_engagement/bookmark/bookmark_tracker_factory.h", |
| 4715 | "feature_engagement/feature_tracker.cc", |
| 4716 | "feature_engagement/feature_tracker.h", |
| 4717 | "feature_engagement/incognito_window/incognito_window_tracker.cc", |
| 4718 | "feature_engagement/incognito_window/incognito_window_tracker.h", |
| 4719 | "feature_engagement/incognito_window/incognito_window_tracker_factory.cc", |
| 4720 | "feature_engagement/incognito_window/incognito_window_tracker_factory.h", |
| 4721 | "feature_engagement/new_tab/new_tab_tracker.cc", |
| 4722 | "feature_engagement/new_tab/new_tab_tracker.h", |
| 4723 | "feature_engagement/new_tab/new_tab_tracker_factory.cc", |
| 4724 | "feature_engagement/new_tab/new_tab_tracker_factory.h", |
| 4725 | "feature_engagement/session_duration_updater.cc", |
| 4726 | "feature_engagement/session_duration_updater.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4727 | ] |
| 4728 | } |
| 4729 | |
| 4730 | if (enable_dice_support) { |
| 4731 | sources += [ |
| 4732 | "signin/dice_response_handler.cc", |
| 4733 | "signin/dice_response_handler.h", |
Mihai Sardarescu | dfcb140 | 2017-10-02 14:04:46 | [diff] [blame] | 4734 | "signin/dice_tab_helper.cc", |
| 4735 | "signin/dice_tab_helper.h", |
David Roger | 115ec71 | 2020-05-05 16:24:25 | [diff] [blame] | 4736 | "signin/dice_web_signin_interceptor.cc", |
| 4737 | "signin/dice_web_signin_interceptor.h", |
| 4738 | "signin/dice_web_signin_interceptor_factory.cc", |
| 4739 | "signin/dice_web_signin_interceptor_factory.h", |
David Roger | 95ce049 | 2020-04-29 13:02:58 | [diff] [blame] | 4740 | "signin/logout_tab_helper.cc", |
| 4741 | "signin/logout_tab_helper.h", |
Mihai Sardarescu | 7d16b769 | 2017-11-27 20:03:24 | [diff] [blame] | 4742 | "signin/process_dice_header_delegate_impl.cc", |
| 4743 | "signin/process_dice_header_delegate_impl.h", |
Roger Tawa | 4d0a6f5 | 2018-12-14 15:19:55 | [diff] [blame] | 4744 | "signin/signin_util_win.cc", |
| 4745 | "signin/signin_util_win.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4746 | ] |
| 4747 | } |
| 4748 | |
| 4749 | if (enable_extensions) { |
| 4750 | sources += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4751 | "accessibility/animation_policy_prefs.cc", |
| 4752 | "accessibility/animation_policy_prefs.h", |
| 4753 | "autocomplete/keyword_extensions_delegate_impl.cc", |
| 4754 | "autocomplete/keyword_extensions_delegate_impl.h", |
| 4755 | "autocomplete/shortcuts_extensions_manager.cc", |
| 4756 | "autocomplete/shortcuts_extensions_manager.h", |
Christian Dullweber | 278b061 | 2018-01-15 15:44:31 | [diff] [blame] | 4757 | "browsing_data/counters/hosted_apps_counter.cc", |
| 4758 | "browsing_data/counters/hosted_apps_counter.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4759 | "drive/drive_notification_manager_factory.cc", |
| 4760 | "drive/drive_notification_manager_factory.h", |
| 4761 | "guest_view/app_view/chrome_app_view_guest_delegate.cc", |
| 4762 | "guest_view/app_view/chrome_app_view_guest_delegate.h", |
| 4763 | "guest_view/chrome_guest_view_manager_delegate.cc", |
| 4764 | "guest_view/chrome_guest_view_manager_delegate.h", |
| 4765 | "guest_view/extension_options/chrome_extension_options_guest_delegate.cc", |
| 4766 | "guest_view/extension_options/chrome_extension_options_guest_delegate.h", |
| 4767 | "guest_view/mime_handler_view/chrome_mime_handler_view_guest_delegate.cc", |
| 4768 | "guest_view/mime_handler_view/chrome_mime_handler_view_guest_delegate.h", |
| 4769 | "guest_view/web_view/chrome_web_view_guest_delegate.cc", |
| 4770 | "guest_view/web_view/chrome_web_view_guest_delegate.h", |
| 4771 | "guest_view/web_view/chrome_web_view_permission_helper_delegate.cc", |
| 4772 | "guest_view/web_view/chrome_web_view_permission_helper_delegate.h", |
| 4773 | "guest_view/web_view/context_menu_content_type_web_view.cc", |
| 4774 | "guest_view/web_view/context_menu_content_type_web_view.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4775 | "media/cast_transport_host_filter.cc", |
| 4776 | "media/cast_transport_host_filter.h", |
| 4777 | "media/extension_media_access_handler.cc", |
| 4778 | "media/extension_media_access_handler.h", |
Xiangjun Zhang | a8e7bbd4 | 2018-08-25 01:48:56 | [diff] [blame] | 4779 | "media/offscreen_tab.cc", |
| 4780 | "media/offscreen_tab.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4781 | "media/webrtc/desktop_capture_access_handler.cc", |
| 4782 | "media/webrtc/desktop_capture_access_handler.h", |
| 4783 | "media/webrtc/tab_capture_access_handler.cc", |
| 4784 | "media/webrtc/tab_capture_access_handler.h", |
| 4785 | "metrics/extensions_metrics_provider.cc", |
| 4786 | "metrics/extensions_metrics_provider.h", |
Shahbaz Youssefi | b248a979 | 2018-09-11 15:14:36 | [diff] [blame] | 4787 | "policy/chrome_extension_policy_migrator.cc", |
| 4788 | "policy/chrome_extension_policy_migrator.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4789 | "renderer_context_menu/context_menu_content_type_app_mode.cc", |
| 4790 | "renderer_context_menu/context_menu_content_type_app_mode.h", |
| 4791 | "renderer_context_menu/context_menu_content_type_extension_popup.cc", |
| 4792 | "renderer_context_menu/context_menu_content_type_extension_popup.h", |
| 4793 | "renderer_context_menu/context_menu_content_type_platform_app.cc", |
| 4794 | "renderer_context_menu/context_menu_content_type_platform_app.h", |
| 4795 | "renderer_host/chrome_extension_message_filter.cc", |
| 4796 | "renderer_host/chrome_extension_message_filter.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4797 | "speech/extension_api/tts_engine_extension_api.cc", |
| 4798 | "speech/extension_api/tts_engine_extension_api.h", |
| 4799 | "speech/extension_api/tts_engine_extension_observer.cc", |
| 4800 | "speech/extension_api/tts_engine_extension_observer.h", |
| 4801 | "speech/extension_api/tts_extension_api.cc", |
| 4802 | "speech/extension_api/tts_extension_api.h", |
| 4803 | "sync_file_system/conflict_resolution_policy.h", |
| 4804 | "sync_file_system/drive_backend/callback_helper.h", |
| 4805 | "sync_file_system/drive_backend/callback_tracker.cc", |
| 4806 | "sync_file_system/drive_backend/callback_tracker.h", |
| 4807 | "sync_file_system/drive_backend/callback_tracker_internal.cc", |
| 4808 | "sync_file_system/drive_backend/callback_tracker_internal.h", |
| 4809 | "sync_file_system/drive_backend/conflict_resolver.cc", |
| 4810 | "sync_file_system/drive_backend/conflict_resolver.h", |
| 4811 | "sync_file_system/drive_backend/drive_backend_constants.cc", |
| 4812 | "sync_file_system/drive_backend/drive_backend_constants.h", |
| 4813 | "sync_file_system/drive_backend/drive_backend_util.cc", |
| 4814 | "sync_file_system/drive_backend/drive_backend_util.h", |
| 4815 | "sync_file_system/drive_backend/drive_service_on_worker.cc", |
| 4816 | "sync_file_system/drive_backend/drive_service_on_worker.h", |
| 4817 | "sync_file_system/drive_backend/drive_service_wrapper.cc", |
| 4818 | "sync_file_system/drive_backend/drive_service_wrapper.h", |
| 4819 | "sync_file_system/drive_backend/drive_uploader_on_worker.cc", |
| 4820 | "sync_file_system/drive_backend/drive_uploader_on_worker.h", |
| 4821 | "sync_file_system/drive_backend/drive_uploader_wrapper.cc", |
| 4822 | "sync_file_system/drive_backend/drive_uploader_wrapper.h", |
| 4823 | "sync_file_system/drive_backend/folder_creator.cc", |
| 4824 | "sync_file_system/drive_backend/folder_creator.h", |
| 4825 | "sync_file_system/drive_backend/leveldb_wrapper.cc", |
| 4826 | "sync_file_system/drive_backend/leveldb_wrapper.h", |
| 4827 | "sync_file_system/drive_backend/list_changes_task.cc", |
| 4828 | "sync_file_system/drive_backend/list_changes_task.h", |
| 4829 | "sync_file_system/drive_backend/local_to_remote_syncer.cc", |
| 4830 | "sync_file_system/drive_backend/local_to_remote_syncer.h", |
| 4831 | "sync_file_system/drive_backend/metadata_database.cc", |
| 4832 | "sync_file_system/drive_backend/metadata_database.h", |
| 4833 | "sync_file_system/drive_backend/metadata_database_index.cc", |
| 4834 | "sync_file_system/drive_backend/metadata_database_index.h", |
| 4835 | "sync_file_system/drive_backend/metadata_database_index_interface.h", |
| 4836 | "sync_file_system/drive_backend/metadata_database_index_on_disk.cc", |
| 4837 | "sync_file_system/drive_backend/metadata_database_index_on_disk.h", |
| 4838 | "sync_file_system/drive_backend/metadata_db_migration_util.cc", |
| 4839 | "sync_file_system/drive_backend/metadata_db_migration_util.h", |
| 4840 | "sync_file_system/drive_backend/register_app_task.cc", |
| 4841 | "sync_file_system/drive_backend/register_app_task.h", |
| 4842 | "sync_file_system/drive_backend/remote_change_processor_on_worker.cc", |
| 4843 | "sync_file_system/drive_backend/remote_change_processor_on_worker.h", |
| 4844 | "sync_file_system/drive_backend/remote_change_processor_wrapper.cc", |
| 4845 | "sync_file_system/drive_backend/remote_change_processor_wrapper.h", |
| 4846 | "sync_file_system/drive_backend/remote_to_local_syncer.cc", |
| 4847 | "sync_file_system/drive_backend/remote_to_local_syncer.h", |
| 4848 | "sync_file_system/drive_backend/sync_engine.cc", |
| 4849 | "sync_file_system/drive_backend/sync_engine.h", |
| 4850 | "sync_file_system/drive_backend/sync_engine_context.cc", |
| 4851 | "sync_file_system/drive_backend/sync_engine_context.h", |
| 4852 | "sync_file_system/drive_backend/sync_engine_initializer.cc", |
| 4853 | "sync_file_system/drive_backend/sync_engine_initializer.h", |
| 4854 | "sync_file_system/drive_backend/sync_task.cc", |
| 4855 | "sync_file_system/drive_backend/sync_task.h", |
| 4856 | "sync_file_system/drive_backend/sync_task_manager.cc", |
| 4857 | "sync_file_system/drive_backend/sync_task_manager.h", |
| 4858 | "sync_file_system/drive_backend/sync_task_token.cc", |
| 4859 | "sync_file_system/drive_backend/sync_task_token.h", |
| 4860 | "sync_file_system/drive_backend/sync_worker.cc", |
| 4861 | "sync_file_system/drive_backend/sync_worker.h", |
| 4862 | "sync_file_system/drive_backend/sync_worker_interface.h", |
| 4863 | "sync_file_system/drive_backend/task_dependency_manager.cc", |
| 4864 | "sync_file_system/drive_backend/task_dependency_manager.h", |
| 4865 | "sync_file_system/drive_backend/tracker_id_set.cc", |
| 4866 | "sync_file_system/drive_backend/tracker_id_set.h", |
| 4867 | "sync_file_system/drive_backend/uninstall_app_task.cc", |
| 4868 | "sync_file_system/drive_backend/uninstall_app_task.h", |
| 4869 | "sync_file_system/file_change.cc", |
| 4870 | "sync_file_system/file_change.h", |
| 4871 | "sync_file_system/file_status_observer.h", |
| 4872 | "sync_file_system/local/local_file_change_tracker.cc", |
| 4873 | "sync_file_system/local/local_file_change_tracker.h", |
| 4874 | "sync_file_system/local/local_file_sync_context.cc", |
| 4875 | "sync_file_system/local/local_file_sync_context.h", |
| 4876 | "sync_file_system/local/local_file_sync_service.cc", |
| 4877 | "sync_file_system/local/local_file_sync_service.h", |
| 4878 | "sync_file_system/local/local_file_sync_status.cc", |
| 4879 | "sync_file_system/local/local_file_sync_status.h", |
| 4880 | "sync_file_system/local/local_origin_change_observer.h", |
| 4881 | "sync_file_system/local/root_delete_helper.cc", |
| 4882 | "sync_file_system/local/root_delete_helper.h", |
| 4883 | "sync_file_system/local/sync_file_system_backend.cc", |
| 4884 | "sync_file_system/local/sync_file_system_backend.h", |
| 4885 | "sync_file_system/local/syncable_file_operation_runner.cc", |
| 4886 | "sync_file_system/local/syncable_file_operation_runner.h", |
| 4887 | "sync_file_system/local/syncable_file_system_operation.cc", |
| 4888 | "sync_file_system/local/syncable_file_system_operation.h", |
| 4889 | "sync_file_system/local_change_processor.h", |
| 4890 | "sync_file_system/logger.cc", |
| 4891 | "sync_file_system/logger.h", |
| 4892 | "sync_file_system/remote_change_processor.h", |
| 4893 | "sync_file_system/remote_file_sync_service.cc", |
| 4894 | "sync_file_system/remote_file_sync_service.h", |
| 4895 | "sync_file_system/subtree_set.cc", |
| 4896 | "sync_file_system/subtree_set.h", |
| 4897 | "sync_file_system/sync_action.cc", |
| 4898 | "sync_file_system/sync_action.h", |
| 4899 | "sync_file_system/sync_callbacks.h", |
| 4900 | "sync_file_system/sync_direction.h", |
| 4901 | "sync_file_system/sync_event_observer.h", |
| 4902 | "sync_file_system/sync_file_metadata.cc", |
| 4903 | "sync_file_system/sync_file_metadata.h", |
| 4904 | "sync_file_system/sync_file_status.h", |
| 4905 | "sync_file_system/sync_file_system_service.cc", |
| 4906 | "sync_file_system/sync_file_system_service.h", |
| 4907 | "sync_file_system/sync_file_system_service_factory.cc", |
| 4908 | "sync_file_system/sync_file_system_service_factory.h", |
| 4909 | "sync_file_system/sync_file_type.h", |
| 4910 | "sync_file_system/sync_operation_type.cc", |
| 4911 | "sync_file_system/sync_operation_type.h", |
| 4912 | "sync_file_system/sync_process_runner.cc", |
| 4913 | "sync_file_system/sync_process_runner.h", |
| 4914 | "sync_file_system/sync_service_state.h", |
| 4915 | "sync_file_system/sync_status_code.cc", |
| 4916 | "sync_file_system/sync_status_code.h", |
| 4917 | "sync_file_system/syncable_file_system_util.cc", |
| 4918 | "sync_file_system/syncable_file_system_util.h", |
| 4919 | "sync_file_system/task_logger.cc", |
| 4920 | "sync_file_system/task_logger.h", |
| 4921 | ] |
| 4922 | public_deps += [ |
Dominick Ng | 6ff5105 | 2018-07-06 05:30:20 | [diff] [blame] | 4923 | "//chrome/browser/apps/platform_apps", |
Devlin Cronin | 7ec3a073 | 2018-09-17 15:51:44 | [diff] [blame] | 4924 | "//chrome/browser/apps/platform_apps/api", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4925 | "//chrome/browser/extensions", |
| 4926 | ] |
| 4927 | allow_circular_includes_from += [ |
Dominick Ng | 6ff5105 | 2018-07-06 05:30:20 | [diff] [blame] | 4928 | "//chrome/browser/apps/platform_apps", |
Devlin Cronin | 7ec3a073 | 2018-09-17 15:51:44 | [diff] [blame] | 4929 | |
| 4930 | # TODO(https://crbug.com/883570): This is unfortunate, but not easy to |
| 4931 | # fix. Ideally, //chrome/browser:browser shouldn't depend on these APIs |
| 4932 | # (though the APIs likely will depend on //chrome/browser), but we need |
| 4933 | # to pull them in here to allow registration of keyed services. |
| 4934 | "//chrome/browser/apps/platform_apps/api", |
| 4935 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4936 | "//chrome/browser/extensions", |
Alexey Baskakov | 3f6c31f0 | 2018-08-23 00:28:09 | [diff] [blame] | 4937 | "//chrome/browser/web_applications", |
Alexey Baskakov | fd3894e | 2018-10-16 06:09:58 | [diff] [blame] | 4938 | |
| 4939 | # TODO(loyso): Erase these. crbug.com/877898. |
Alan Cutter | 55b7015 | 2020-01-22 01:57:08 | [diff] [blame] | 4940 | "//chrome/browser/web_applications:common", |
Alexey Baskakov | fd3894e | 2018-10-16 06:09:58 | [diff] [blame] | 4941 | "//chrome/browser/web_applications:web_applications_on_extensions", |
Alexey Baskakov | 3f6c31f0 | 2018-08-23 00:28:09 | [diff] [blame] | 4942 | "//chrome/browser/web_applications/components", |
| 4943 | "//chrome/browser/web_applications/extensions", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4944 | ] |
| 4945 | deps += [ |
| 4946 | "//apps", |
| 4947 | "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_proto", |
Giovanni Ortuño Urquidi | 2874067 | 2018-06-20 01:03:01 | [diff] [blame] | 4948 | "//chrome/browser/web_applications", |
Alan Cutter | 55b7015 | 2020-01-22 01:57:08 | [diff] [blame] | 4949 | "//chrome/browser/web_applications:common", |
Alexey Baskakov | fd3894e | 2018-10-16 06:09:58 | [diff] [blame] | 4950 | "//chrome/browser/web_applications:web_applications_on_extensions", |
Alexey Baskakov | 3f6c31f0 | 2018-08-23 00:28:09 | [diff] [blame] | 4951 | "//chrome/browser/web_applications/components", |
| 4952 | "//chrome/browser/web_applications/extensions", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4953 | "//chrome/common/extensions/api", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4954 | "//chrome/common/extensions/api:extensions_features", |
| 4955 | "//components/drive", |
| 4956 | "//components/guest_view/browser", |
| 4957 | "//extensions/components/javascript_dialog_extensions_client", |
Mario Sanchez Prada | fdda9f6 | 2018-10-18 13:50:45 | [diff] [blame] | 4958 | "//google_apis/drive", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4959 | "//media/cast:net", |
Ke He | 31d0bb0 | 2018-02-24 07:16:24 | [diff] [blame] | 4960 | "//services/device/public/mojom", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4961 | ] |
| 4962 | } |
| 4963 | |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 4964 | if (enable_feed_in_chrome) { |
Peter Beverloo | 7426194d | 2017-12-11 17:39:38 | [diff] [blame] | 4965 | sources += [ |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 4966 | "android/feed/feed_content_bridge.cc", |
| 4967 | "android/feed/feed_content_bridge.h", |
Natalie Chouinard | 8f550d97 | 2019-03-11 20:28:05 | [diff] [blame] | 4968 | "android/feed/feed_debugging_bridge.cc", |
| 4969 | "android/feed/feed_debugging_bridge.h", |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 4970 | "android/feed/feed_host_service_factory.cc", |
| 4971 | "android/feed/feed_host_service_factory.h", |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 4972 | "android/feed/feed_journal_bridge.cc", |
| 4973 | "android/feed/feed_journal_bridge.h", |
| 4974 | "android/feed/feed_lifecycle_bridge.cc", |
| 4975 | "android/feed/feed_lifecycle_bridge.h", |
| 4976 | "android/feed/feed_logging_bridge.cc", |
| 4977 | "android/feed/feed_logging_bridge.h", |
| 4978 | "android/feed/feed_network_bridge.cc", |
| 4979 | "android/feed/feed_network_bridge.h", |
| 4980 | "android/feed/feed_offline_bridge.cc", |
| 4981 | "android/feed/feed_offline_bridge.h", |
| 4982 | "android/feed/feed_scheduler_bridge.cc", |
| 4983 | "android/feed/feed_scheduler_bridge.h", |
| 4984 | "android/feed/history/feed_history_helper.cc", |
| 4985 | "android/feed/history/feed_history_helper.h", |
Dan Harrington | 0022057 | 2020-05-08 18:51:18 | [diff] [blame] | 4986 | "android/feed/v2/background_refresh_task.cc", |
| 4987 | "android/feed/v2/background_refresh_task.h", |
Dan Harrington | 95083ff | 2020-03-16 19:50:13 | [diff] [blame] | 4988 | "android/feed/v2/feed_service_bridge.cc", |
| 4989 | "android/feed/v2/feed_service_bridge.h", |
| 4990 | "android/feed/v2/feed_service_factory.cc", |
| 4991 | "android/feed/v2/feed_service_factory.h", |
Jian Li | 8a6a658 | 2020-03-31 16:17:54 | [diff] [blame] | 4992 | "android/feed/v2/feed_stream_surface.cc", |
| 4993 | "android/feed/v2/feed_stream_surface.h", |
Dan Harrington | 0022057 | 2020-05-08 18:51:18 | [diff] [blame] | 4994 | "android/feed/v2/refresh_task_scheduler_impl.cc", |
| 4995 | "android/feed/v2/refresh_task_scheduler_impl.h", |
Peter Beverloo | 7426194d | 2017-12-11 17:39:38 | [diff] [blame] | 4996 | ] |
Dan Harrington | 95083ff | 2020-03-16 19:50:13 | [diff] [blame] | 4997 | deps += [ |
| 4998 | "//components/feed/content:feed_content", |
| 4999 | "//components/feed/core/v2:feed_core_v2", |
| 5000 | ] |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 5001 | } |
| 5002 | |
Xiaohan Wang | 15303d0c | 2017-10-06 05:22:44 | [diff] [blame] | 5003 | if (enable_library_cdms) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5004 | sources += [ |
| 5005 | "media/output_protection_impl.cc", |
| 5006 | "media/output_protection_impl.h", |
| 5007 | ] |
Miyoung Shin | 25bb8c09 | 2019-08-03 00:56:57 | [diff] [blame] | 5008 | deps += [ "//media/mojo/mojom" ] |
Xiaohan Wang | a4e4184 | 2018-06-26 18:45:10 | [diff] [blame] | 5009 | |
Xiaohan Wang | f170c73 | 2018-09-27 05:45:26 | [diff] [blame] | 5010 | if (enable_widevine) { |
Xiaohan Wang | 609ff09 | 2018-09-28 02:31:40 | [diff] [blame] | 5011 | if (enable_widevine_cdm_component) { |
| 5012 | sources += [ |
| 5013 | "component_updater/widevine_cdm_component_installer.cc", |
| 5014 | "component_updater/widevine_cdm_component_installer.h", |
| 5015 | ] |
| 5016 | deps += [ "//third_party/widevine/cdm:headers" ] |
| 5017 | } |
Xiaohan Wang | f170c73 | 2018-09-27 05:45:26 | [diff] [blame] | 5018 | if (is_win) { |
| 5019 | sources += [ |
| 5020 | "media/widevine_hardware_caps_win.cc", |
| 5021 | "media/widevine_hardware_caps_win.h", |
| 5022 | ] |
| 5023 | libs += [ "d3d11.lib" ] |
| 5024 | } |
Xiaohan Wang | a4e4184 | 2018-06-26 18:45:10 | [diff] [blame] | 5025 | } |
| 5026 | |
John Rummell | 119e04d | 2017-10-21 05:58:00 | [diff] [blame] | 5027 | if (enable_cdm_storage_id) { |
| 5028 | sources += [ |
John Rummell | 1b5da610 | 2017-11-02 02:15:45 | [diff] [blame] | 5029 | "media/cdm_storage_id.cc", |
| 5030 | "media/cdm_storage_id.h", |
John Rummell | 119e04d | 2017-10-21 05:58:00 | [diff] [blame] | 5031 | "media/cdm_storage_id_key.cc", |
| 5032 | "media/cdm_storage_id_key.h", |
| 5033 | ] |
John Rummell | 8d67775 | 2017-12-20 02:58:41 | [diff] [blame] | 5034 | if (is_chrome_branded) { |
| 5035 | sources += [ "internal/google_chrome_cdm_storage_id_key.h" ] |
| 5036 | } |
John Rummell | 119e04d | 2017-10-21 05:58:00 | [diff] [blame] | 5037 | } |
Xiaohan Wang | a4e4184 | 2018-06-26 18:45:10 | [diff] [blame] | 5038 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5039 | if (mojo_media_host == "browser") { |
Ken Rockot | 965b477 | 2019-12-12 23:23:01 | [diff] [blame] | 5040 | deps += [ "//media/mojo/services" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5041 | } |
| 5042 | } |
| 5043 | |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 5044 | if (enable_message_center) { |
| 5045 | sources += [ |
| 5046 | "notifications/notification_platform_bridge_message_center.cc", |
| 5047 | "notifications/notification_platform_bridge_message_center.h", |
| 5048 | ] |
| 5049 | } |
| 5050 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5051 | if (enable_nacl) { |
| 5052 | sources += [ |
| 5053 | "nacl_host/nacl_browser_delegate_impl.cc", |
| 5054 | "nacl_host/nacl_browser_delegate_impl.h", |
| 5055 | "nacl_host/nacl_infobar_delegate.cc", |
| 5056 | "nacl_host/nacl_infobar_delegate.h", |
| 5057 | ] |
| 5058 | deps += [ "//components/nacl/browser" ] |
| 5059 | } |
| 5060 | |
| 5061 | if (enable_offline_pages) { |
| 5062 | sources += [ |
| 5063 | "offline_pages/background_loader_offliner.cc", |
| 5064 | "offline_pages/background_loader_offliner.h", |
Pete Williamson | 3427706 | 2018-05-24 20:05:31 | [diff] [blame] | 5065 | "offline_pages/download_archive_manager.cc", |
| 5066 | "offline_pages/download_archive_manager.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5067 | "offline_pages/fresh_offline_content_observer.cc", |
| 5068 | "offline_pages/fresh_offline_content_observer.h", |
| 5069 | "offline_pages/offline_page_bookmark_observer.cc", |
| 5070 | "offline_pages/offline_page_bookmark_observer.h", |
| 5071 | "offline_pages/offline_page_info_handler.cc", |
| 5072 | "offline_pages/offline_page_info_handler.h", |
| 5073 | "offline_pages/offline_page_mhtml_archiver.cc", |
| 5074 | "offline_pages/offline_page_mhtml_archiver.h", |
| 5075 | "offline_pages/offline_page_model_factory.h", |
| 5076 | "offline_pages/offline_page_origin_utils.h", |
Jian Li | e4f685e | 2018-05-22 18:44:17 | [diff] [blame] | 5077 | "offline_pages/offline_page_request_handler.cc", |
| 5078 | "offline_pages/offline_page_request_handler.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5079 | "offline_pages/offline_page_tab_helper.cc", |
| 5080 | "offline_pages/offline_page_tab_helper.h", |
Jian Li | de7b4379 | 2018-06-01 23:22:13 | [diff] [blame] | 5081 | "offline_pages/offline_page_url_loader.cc", |
| 5082 | "offline_pages/offline_page_url_loader.h", |
| 5083 | "offline_pages/offline_page_url_loader_request_interceptor.cc", |
| 5084 | "offline_pages/offline_page_url_loader_request_interceptor.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5085 | "offline_pages/offline_page_utils.cc", |
| 5086 | "offline_pages/offline_page_utils.h", |
| 5087 | "offline_pages/offliner_helper.cc", |
| 5088 | "offline_pages/offliner_helper.h", |
| 5089 | "offline_pages/offliner_user_data.cc", |
| 5090 | "offline_pages/offliner_user_data.h", |
Dan Harrington | 561c580 | 2019-10-16 22:01:09 | [diff] [blame] | 5091 | "offline_pages/prefetch/gcm_token.cc", |
| 5092 | "offline_pages/prefetch/gcm_token.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5093 | "offline_pages/prefetch/offline_metrics_collector_impl.cc", |
| 5094 | "offline_pages/prefetch/offline_metrics_collector_impl.h", |
| 5095 | "offline_pages/prefetch/offline_prefetch_download_client.cc", |
| 5096 | "offline_pages/prefetch/offline_prefetch_download_client.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5097 | "offline_pages/prefetch/prefetch_background_task_handler_impl.cc", |
| 5098 | "offline_pages/prefetch/prefetch_background_task_handler_impl.h", |
Jian Li | 2ca6f2b3 | 2017-10-04 02:54:06 | [diff] [blame] | 5099 | "offline_pages/prefetch/prefetch_background_task_scheduler.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5100 | "offline_pages/prefetch/prefetch_service_factory.cc", |
| 5101 | "offline_pages/prefetch/prefetch_service_factory.h", |
| 5102 | "offline_pages/prefetch/prefetched_pages_notifier.cc", |
| 5103 | "offline_pages/prefetch/prefetched_pages_notifier.h", |
Dan Harrington | ee5e69d | 2018-04-04 00:48:57 | [diff] [blame] | 5104 | "offline_pages/prefetch/thumbnail_fetcher_impl.cc", |
| 5105 | "offline_pages/prefetch/thumbnail_fetcher_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5106 | "offline_pages/recent_tab_helper.cc", |
| 5107 | "offline_pages/recent_tab_helper.h", |
| 5108 | "offline_pages/request_coordinator_factory.h", |
| 5109 | "offline_pages/resource_loading_observer.h", |
Ian Wells | 7a2cac4 | 2019-04-26 21:31:11 | [diff] [blame] | 5110 | "offline_pages/visuals_decoder_impl.cc", |
| 5111 | "offline_pages/visuals_decoder_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5112 | ] |
| 5113 | if (is_android) { |
| 5114 | sources += [ |
Dan Harrington | 954c882 | 2019-01-09 18:40:48 | [diff] [blame] | 5115 | "offline_pages/android/auto_fetch_notifier.cc", |
| 5116 | "offline_pages/android/auto_fetch_notifier.h", |
| 5117 | "offline_pages/android/auto_fetch_page_load_watcher.cc", |
| 5118 | "offline_pages/android/auto_fetch_page_load_watcher.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5119 | "offline_pages/android/background_scheduler_bridge.cc", |
| 5120 | "offline_pages/android/background_scheduler_bridge.h", |
| 5121 | "offline_pages/android/cct_origin_observer.cc", |
| 5122 | "offline_pages/android/cct_origin_observer.h", |
| 5123 | "offline_pages/android/cct_request_observer.cc", |
| 5124 | "offline_pages/android/cct_request_observer.h", |
| 5125 | "offline_pages/android/downloads/offline_page_download_bridge.cc", |
| 5126 | "offline_pages/android/downloads/offline_page_download_bridge.h", |
| 5127 | "offline_pages/android/downloads/offline_page_infobar_delegate.cc", |
| 5128 | "offline_pages/android/downloads/offline_page_infobar_delegate.h", |
Xing Liu | 3f0b115 | 2018-08-20 17:32:08 | [diff] [blame] | 5129 | "offline_pages/android/downloads/offline_page_share_helper.cc", |
| 5130 | "offline_pages/android/downloads/offline_page_share_helper.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5131 | "offline_pages/android/load_termination_listener_impl.cc", |
| 5132 | "offline_pages/android/load_termination_listener_impl.h", |
Ian Wells | 2bf173c | 2019-07-02 19:01:39 | [diff] [blame] | 5133 | "offline_pages/android/offline_page_archive_publisher_impl.cc", |
| 5134 | "offline_pages/android/offline_page_archive_publisher_impl.h", |
Dan Harrington | 954c882 | 2019-01-09 18:40:48 | [diff] [blame] | 5135 | "offline_pages/android/offline_page_auto_fetcher.cc", |
| 5136 | "offline_pages/android/offline_page_auto_fetcher.h", |
| 5137 | "offline_pages/android/offline_page_auto_fetcher_service.cc", |
| 5138 | "offline_pages/android/offline_page_auto_fetcher_service.h", |
| 5139 | "offline_pages/android/offline_page_auto_fetcher_service_factory.cc", |
| 5140 | "offline_pages/android/offline_page_auto_fetcher_service_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5141 | "offline_pages/android/offline_page_bridge.cc", |
| 5142 | "offline_pages/android/offline_page_bridge.h", |
| 5143 | "offline_pages/android/offline_page_model_factory.cc", |
| 5144 | "offline_pages/android/offline_page_origin_utils_android.cc", |
| 5145 | "offline_pages/android/offline_page_utils_android.cc", |
| 5146 | "offline_pages/android/prefetch_background_task_android.cc", |
| 5147 | "offline_pages/android/prefetch_background_task_android.h", |
Jian Li | 2ca6f2b3 | 2017-10-04 02:54:06 | [diff] [blame] | 5148 | "offline_pages/android/prefetch_background_task_scheduler_android.cc", |
Carlos Knippschild | bba5785 | 2018-07-31 22:32:55 | [diff] [blame] | 5149 | "offline_pages/android/prefetch_configuration_impl_android.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5150 | "offline_pages/android/prefetched_pages_notifier_android.cc", |
Henrique Nakashima | a8435f6 | 2019-06-27 22:27:07 | [diff] [blame] | 5151 | "offline_pages/android/request_coordinator_bridge.cc", |
| 5152 | "offline_pages/android/request_coordinator_bridge.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5153 | "offline_pages/android/request_coordinator_factory.cc", |
| 5154 | ] |
Natalie Chouinard | 87b2848 | 2020-05-08 18:15:05 | [diff] [blame] | 5155 | |
| 5156 | deps += [ "//chrome/browser/offline_pages/android:jni_headers" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5157 | } |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 5158 | |
| 5159 | public_deps += [ |
| 5160 | "//components/offline_pages/core", |
| 5161 | "//components/offline_pages/core/background:background_offliner", |
| 5162 | "//components/offline_pages/core/prefetch", |
| 5163 | ] |
| 5164 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5165 | deps += [ |
Dan Harrington | f70f8f4 | 2018-10-20 00:04:53 | [diff] [blame] | 5166 | "//chrome/common:offline_page_auto_fetcher_mojom", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5167 | "//components/offline_pages/content/background_loader", |
| 5168 | "//components/offline_pages/content/renovations", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5169 | "//components/offline_pages/core/downloads:offline_pages_ui_adapter", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5170 | "//components/offline_pages/core/renovations", |
| 5171 | "//components/offline_pages/core/request_header:request_header", |
| 5172 | ] |
| 5173 | |
| 5174 | # Used to build test harness locally. The harness is used manually to |
| 5175 | # produce multiple offline pages to evaluate quality of the snapshots. |
| 5176 | # This will only be built iff. |enable_offline_pages_harness| is set while |
| 5177 | # |enable_offline_pages| and |is_android| are both true. |
| 5178 | if (enable_offline_pages_harness && is_android) { |
| 5179 | sources += [ |
| 5180 | "offline_pages/android/evaluation/evaluation_test_scheduler.cc", |
| 5181 | "offline_pages/android/evaluation/evaluation_test_scheduler.h", |
| 5182 | "offline_pages/android/evaluation/offline_page_evaluation_bridge.cc", |
| 5183 | "offline_pages/android/evaluation/offline_page_evaluation_bridge.h", |
| 5184 | ] |
| 5185 | } |
| 5186 | } |
| 5187 | |
Lei Zhang | fc8ec94 | 2018-11-17 02:53:36 | [diff] [blame] | 5188 | if (enable_pdf) { |
Lei Zhang | e08eedd0 | 2019-01-09 22:16:12 | [diff] [blame] | 5189 | sources += [ |
| 5190 | "pdf/pdf_extension_util.cc", |
| 5191 | "pdf/pdf_extension_util.h", |
| 5192 | ] |
Lei Zhang | fc8ec94 | 2018-11-17 02:53:36 | [diff] [blame] | 5193 | deps += [ |
| 5194 | "//pdf:buildflags", |
| 5195 | "//pdf:features", |
| 5196 | ] |
| 5197 | } |
| 5198 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5199 | if (enable_plugins) { |
| 5200 | sources += [ |
| 5201 | "browsing_data/browsing_data_flash_lso_helper.cc", |
| 5202 | "browsing_data/browsing_data_flash_lso_helper.h", |
| 5203 | "component_updater/pepper_flash_component_installer.cc", |
| 5204 | "component_updater/pepper_flash_component_installer.h", |
| 5205 | "metrics/plugin_metrics_provider.cc", |
| 5206 | "metrics/plugin_metrics_provider.h", |
| 5207 | "pepper_broker_infobar_delegate.cc", |
| 5208 | "pepper_broker_infobar_delegate.h", |
| 5209 | "pepper_flash_settings_manager.cc", |
| 5210 | "pepper_flash_settings_manager.h", |
| 5211 | "plugins/chrome_content_browser_client_plugins_part.cc", |
| 5212 | "plugins/chrome_content_browser_client_plugins_part.h", |
| 5213 | "plugins/chrome_plugin_service_filter.cc", |
| 5214 | "plugins/chrome_plugin_service_filter.h", |
Tommy C. Li | 2c5ba15 | 2019-03-27 22:49:55 | [diff] [blame] | 5215 | "plugins/flash_deprecation_infobar_delegate.cc", |
| 5216 | "plugins/flash_deprecation_infobar_delegate.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5217 | "plugins/flash_download_interception.cc", |
| 5218 | "plugins/flash_download_interception.h", |
| 5219 | "plugins/flash_permission_context.cc", |
| 5220 | "plugins/flash_permission_context.h", |
| 5221 | "plugins/flash_temporary_permission_tracker.cc", |
| 5222 | "plugins/flash_temporary_permission_tracker.h", |
| 5223 | "plugins/flash_temporary_permission_tracker_factory.cc", |
| 5224 | "plugins/flash_temporary_permission_tracker_factory.h", |
Peter Kasting | 4840082 | 2018-01-09 02:01:04 | [diff] [blame] | 5225 | "plugins/hung_plugin_infobar_delegate.cc", |
| 5226 | "plugins/hung_plugin_infobar_delegate.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5227 | "plugins/plugin_data_remover_helper.cc", |
| 5228 | "plugins/plugin_data_remover_helper.h", |
| 5229 | "plugins/plugin_finder.cc", |
| 5230 | "plugins/plugin_finder.h", |
Nicholas Verne | d391eae | 2017-11-13 02:41:38 | [diff] [blame] | 5231 | "plugins/plugin_info_host_impl.cc", |
| 5232 | "plugins/plugin_info_host_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5233 | "plugins/plugin_infobar_delegates.cc", |
| 5234 | "plugins/plugin_infobar_delegates.h", |
| 5235 | "plugins/plugin_installer.cc", |
| 5236 | "plugins/plugin_installer.h", |
| 5237 | "plugins/plugin_installer_observer.cc", |
| 5238 | "plugins/plugin_installer_observer.h", |
| 5239 | "plugins/plugin_metadata.cc", |
| 5240 | "plugins/plugin_metadata.h", |
| 5241 | "plugins/plugin_observer.cc", |
| 5242 | "plugins/plugin_observer.h", |
| 5243 | "plugins/plugin_policy_handler.cc", |
| 5244 | "plugins/plugin_policy_handler.h", |
| 5245 | "plugins/plugin_prefs.cc", |
| 5246 | "plugins/plugin_prefs.h", |
| 5247 | "plugins/plugin_prefs_factory.cc", |
| 5248 | "plugins/plugin_prefs_factory.h", |
John Abd-El-Malek | ecc6f5f | 2018-03-02 18:47:39 | [diff] [blame] | 5249 | "plugins/plugin_response_interceptor_url_loader_throttle.cc", |
| 5250 | "plugins/plugin_response_interceptor_url_loader_throttle.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5251 | "plugins/plugin_utils.cc", |
| 5252 | "plugins/plugin_utils.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5253 | "plugins/plugins_resource_service.cc", |
| 5254 | "plugins/plugins_resource_service.h", |
Peter Kasting | e7df72d | 2018-01-05 22:13:42 | [diff] [blame] | 5255 | "plugins/reload_plugin_infobar_delegate.cc", |
| 5256 | "plugins/reload_plugin_infobar_delegate.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5257 | "renderer_host/pepper/chrome_browser_pepper_host_factory.cc", |
| 5258 | "renderer_host/pepper/chrome_browser_pepper_host_factory.h", |
| 5259 | "renderer_host/pepper/device_id_fetcher.cc", |
| 5260 | "renderer_host/pepper/device_id_fetcher.h", |
| 5261 | "renderer_host/pepper/monitor_finder_mac.h", |
| 5262 | "renderer_host/pepper/monitor_finder_mac.mm", |
| 5263 | "renderer_host/pepper/pepper_broker_message_filter.cc", |
| 5264 | "renderer_host/pepper/pepper_broker_message_filter.h", |
| 5265 | "renderer_host/pepper/pepper_flash_browser_host.cc", |
| 5266 | "renderer_host/pepper/pepper_flash_browser_host.h", |
| 5267 | "renderer_host/pepper/pepper_flash_clipboard_message_filter.cc", |
| 5268 | "renderer_host/pepper/pepper_flash_clipboard_message_filter.h", |
| 5269 | "renderer_host/pepper/pepper_flash_drm_host.cc", |
| 5270 | "renderer_host/pepper/pepper_flash_drm_host.h", |
| 5271 | "renderer_host/pepper/pepper_isolated_file_system_message_filter.cc", |
| 5272 | "renderer_host/pepper/pepper_isolated_file_system_message_filter.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5273 | ] |
| 5274 | deps += [ |
| 5275 | "//components/pdf/browser", |
Scott Violet | a35f9a4 | 2018-03-22 22:00:44 | [diff] [blame] | 5276 | "//media:media_buildflags", |
Scott Violet | 02e38b9 | 2018-03-27 23:42:14 | [diff] [blame] | 5277 | "//ppapi/buildflags", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5278 | "//ppapi/proxy:ipc", |
Ke He | 31d0bb0 | 2018-02-24 07:16:24 | [diff] [blame] | 5279 | "//services/device/public/mojom", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5280 | "//third_party/adobe/flash:flapper_version_h", |
| 5281 | ] |
| 5282 | } |
| 5283 | |
| 5284 | if (enable_rlz) { |
John Abd-El-Malek | 4970b15 | 2018-08-04 02:52:45 | [diff] [blame] | 5285 | sources += [ |
| 5286 | "rlz/chrome_rlz_tracker_delegate.cc", |
| 5287 | "rlz/chrome_rlz_tracker_delegate.h", |
| 5288 | ] |
| 5289 | |
| 5290 | public_deps += [ |
David Benjamin | 2e98977 | 2019-08-01 16:36:04 | [diff] [blame] | 5291 | "//components/google/core/common", |
John Abd-El-Malek | 4970b15 | 2018-08-04 02:52:45 | [diff] [blame] | 5292 | "//components/rlz", |
| 5293 | "//rlz:rlz_lib", |
| 5294 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5295 | } |
| 5296 | |
| 5297 | if (enable_service_discovery) { |
| 5298 | sources += [ |
| 5299 | "local_discovery/endpoint_resolver.cc", |
| 5300 | "local_discovery/endpoint_resolver.h", |
| 5301 | "local_discovery/service_discovery_client.cc", |
| 5302 | "local_discovery/service_discovery_client.h", |
| 5303 | "local_discovery/service_discovery_client_mac.h", |
| 5304 | "local_discovery/service_discovery_client_mac.mm", |
| 5305 | "local_discovery/service_discovery_client_mac_factory.h", |
| 5306 | "local_discovery/service_discovery_client_mac_factory.mm", |
| 5307 | "local_discovery/service_discovery_device_lister.cc", |
| 5308 | "local_discovery/service_discovery_device_lister.h", |
| 5309 | "local_discovery/service_discovery_shared_client.cc", |
| 5310 | "local_discovery/service_discovery_shared_client.h", |
| 5311 | "printing/cloud_print/cloud_print_printer_list.cc", |
| 5312 | "printing/cloud_print/cloud_print_printer_list.h", |
| 5313 | "printing/cloud_print/device_description.cc", |
| 5314 | "printing/cloud_print/device_description.h", |
| 5315 | "printing/cloud_print/gcd_api_flow.cc", |
| 5316 | "printing/cloud_print/gcd_api_flow.h", |
| 5317 | "printing/cloud_print/gcd_api_flow_impl.cc", |
| 5318 | "printing/cloud_print/gcd_api_flow_impl.h", |
| 5319 | "printing/cloud_print/gcd_constants.cc", |
| 5320 | "printing/cloud_print/gcd_constants.h", |
| 5321 | "printing/cloud_print/privet_confirm_api_flow.cc", |
| 5322 | "printing/cloud_print/privet_confirm_api_flow.h", |
| 5323 | "printing/cloud_print/privet_constants.cc", |
| 5324 | "printing/cloud_print/privet_constants.h", |
| 5325 | "printing/cloud_print/privet_device_lister.cc", |
| 5326 | "printing/cloud_print/privet_device_lister.h", |
| 5327 | "printing/cloud_print/privet_device_lister_impl.cc", |
| 5328 | "printing/cloud_print/privet_device_lister_impl.h", |
| 5329 | "printing/cloud_print/privet_http.cc", |
| 5330 | "printing/cloud_print/privet_http.h", |
| 5331 | "printing/cloud_print/privet_http_asynchronous_factory.cc", |
| 5332 | "printing/cloud_print/privet_http_asynchronous_factory.h", |
| 5333 | "printing/cloud_print/privet_http_asynchronous_factory_impl.cc", |
| 5334 | "printing/cloud_print/privet_http_asynchronous_factory_impl.h", |
| 5335 | "printing/cloud_print/privet_http_impl.cc", |
| 5336 | "printing/cloud_print/privet_http_impl.h", |
| 5337 | "printing/cloud_print/privet_local_printer_lister.cc", |
| 5338 | "printing/cloud_print/privet_local_printer_lister.h", |
| 5339 | "printing/cloud_print/privet_notifications.cc", |
| 5340 | "printing/cloud_print/privet_notifications.h", |
| 5341 | "printing/cloud_print/privet_notifications_factory.cc", |
| 5342 | "printing/cloud_print/privet_notifications_factory.h", |
Chris Mumford | d24b31e2 | 2018-08-24 22:21:17 | [diff] [blame] | 5343 | "printing/cloud_print/privet_url_loader.cc", |
| 5344 | "printing/cloud_print/privet_url_loader.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5345 | ] |
Qingsi Wang | c2213d5d | 2018-11-02 01:28:12 | [diff] [blame] | 5346 | |
| 5347 | if (enable_mdns) { |
| 5348 | sources += [ |
| 5349 | "local_discovery/service_discovery_client_impl.cc", |
| 5350 | "local_discovery/service_discovery_client_impl.h", |
| 5351 | "local_discovery/service_discovery_client_mdns.cc", |
| 5352 | "local_discovery/service_discovery_client_mdns.h", |
| 5353 | "printing/cloud_print/privet_traffic_detector.cc", |
| 5354 | "printing/cloud_print/privet_traffic_detector.h", |
| 5355 | ] |
| 5356 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5357 | } |
| 5358 | |
| 5359 | if (enable_session_service) { |
| 5360 | sources += [ |
| 5361 | "sessions/session_restore.cc", |
| 5362 | "sessions/session_restore.h", |
| 5363 | "sessions/session_restore_delegate.cc", |
| 5364 | "sessions/session_restore_delegate.h", |
| 5365 | "sessions/session_restore_observer.h", |
| 5366 | "sessions/session_restore_stats_collector.cc", |
| 5367 | "sessions/session_restore_stats_collector.h", |
| 5368 | "sessions/session_service.cc", |
| 5369 | "sessions/session_service.h", |
| 5370 | "sessions/session_service_factory.cc", |
| 5371 | "sessions/session_service_factory.h", |
| 5372 | "sessions/session_service_utils.cc", |
| 5373 | "sessions/session_service_utils.h", |
| 5374 | "sessions/tab_loader.cc", |
| 5375 | "sessions/tab_loader.h", |
| 5376 | "sessions/tab_loader_delegate.cc", |
| 5377 | "sessions/tab_loader_delegate.h", |
| 5378 | ] |
| 5379 | } |
| 5380 | |
| 5381 | if (enable_spellcheck) { |
| 5382 | sources += [ |
Xiaocheng Hu | 85abcd8 | 2018-01-11 02:36:56 | [diff] [blame] | 5383 | "spellchecker/spell_check_host_chrome_impl.cc", |
| 5384 | "spellchecker/spell_check_host_chrome_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5385 | "spellchecker/spellcheck_custom_dictionary.cc", |
| 5386 | "spellchecker/spellcheck_custom_dictionary.h", |
| 5387 | "spellchecker/spellcheck_factory.cc", |
| 5388 | "spellchecker/spellcheck_factory.h", |
| 5389 | "spellchecker/spellcheck_hunspell_dictionary.cc", |
| 5390 | "spellchecker/spellcheck_hunspell_dictionary.h", |
Guillaume Jenkins | f9cf4e3 | 2019-03-12 19:54:55 | [diff] [blame] | 5391 | "spellchecker/spellcheck_language_blacklist_policy_handler.cc", |
| 5392 | "spellchecker/spellcheck_language_blacklist_policy_handler.h", |
Marc-Antoine Courteau | 311a7cec | 2017-12-14 21:18:49 | [diff] [blame] | 5393 | "spellchecker/spellcheck_language_policy_handler.cc", |
| 5394 | "spellchecker/spellcheck_language_policy_handler.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5395 | "spellchecker/spellcheck_service.cc", |
| 5396 | "spellchecker/spellcheck_service.h", |
| 5397 | ] |
| 5398 | |
Evan Stade | 38ec3da | 2019-12-02 19:02:59 | [diff] [blame] | 5399 | if (use_browser_spellchecker && enable_spelling_service) { |
Siye Liu | de74ce30 | 2019-06-20 20:44:43 | [diff] [blame] | 5400 | sources += [ |
| 5401 | "spellchecker/spelling_request.cc", |
| 5402 | "spellchecker/spelling_request.h", |
| 5403 | ] |
| 5404 | } |
| 5405 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5406 | if (has_spellcheck_panel) { |
| 5407 | sources += [ |
| 5408 | "spellchecker/spell_check_panel_host_impl.cc", |
| 5409 | "spellchecker/spell_check_panel_host_impl.h", |
| 5410 | ] |
| 5411 | } |
| 5412 | |
| 5413 | deps += [ |
| 5414 | "//components/spellcheck/browser", |
Lei Zhang | d866b3c | 2019-05-02 01:49:58 | [diff] [blame] | 5415 | "//components/spellcheck/common", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5416 | ] |
| 5417 | |
| 5418 | if (!is_android) { |
| 5419 | deps += [ "//third_party/hunspell" ] |
| 5420 | } |
| 5421 | } |
| 5422 | |
treib | 87bb89cbb | 2014-12-01 16:01:47 | [diff] [blame] | 5423 | if (enable_supervised_users) { |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5424 | sources += [ |
Toby H | 5cfaf94 | 2019-07-25 22:54:50 | [diff] [blame] | 5425 | "component_updater/supervised_user_whitelist_installer.cc", |
| 5426 | "component_updater/supervised_user_whitelist_installer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5427 | "content_settings/content_settings_supervised_provider.cc", |
| 5428 | "content_settings/content_settings_supervised_provider.h", |
| 5429 | "supervised_user/child_accounts/child_account_service.cc", |
| 5430 | "supervised_user/child_accounts/child_account_service.h", |
| 5431 | "supervised_user/child_accounts/child_account_service_factory.cc", |
| 5432 | "supervised_user/child_accounts/child_account_service_factory.h", |
| 5433 | "supervised_user/child_accounts/family_info_fetcher.cc", |
| 5434 | "supervised_user/child_accounts/family_info_fetcher.h", |
treib | 83eb7aa | 2017-01-27 11:16:05 | [diff] [blame] | 5435 | "supervised_user/child_accounts/kids_management_api.cc", |
| 5436 | "supervised_user/child_accounts/kids_management_api.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5437 | "supervised_user/child_accounts/permission_request_creator_apiary.cc", |
| 5438 | "supervised_user/child_accounts/permission_request_creator_apiary.h", |
Gustavo Avena | eb3a3ad | 2019-07-17 13:53:00 | [diff] [blame] | 5439 | "supervised_user/kids_chrome_management/kids_chrome_management_client.cc", |
| 5440 | "supervised_user/kids_chrome_management/kids_chrome_management_client.h", |
| 5441 | "supervised_user/kids_chrome_management/kids_chrome_management_client_factory.cc", |
| 5442 | "supervised_user/kids_chrome_management/kids_chrome_management_client_factory.h", |
Caio | 7f3de88 | 2019-03-14 16:52:22 | [diff] [blame] | 5443 | "supervised_user/kids_management_url_checker_client.cc", |
| 5444 | "supervised_user/kids_management_url_checker_client.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5445 | "supervised_user/permission_request_creator.h", |
Aga Wronska | 289815c7 | 2020-01-28 21:35:23 | [diff] [blame] | 5446 | "supervised_user/supervised_user_blacklist.cc", |
| 5447 | "supervised_user/supervised_user_blacklist.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5448 | "supervised_user/supervised_user_constants.cc", |
| 5449 | "supervised_user/supervised_user_constants.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5450 | "supervised_user/supervised_user_features.cc", |
| 5451 | "supervised_user/supervised_user_features.h", |
Aga Wronska | 289815c7 | 2020-01-28 21:35:23 | [diff] [blame] | 5452 | "supervised_user/supervised_user_filtering_switches.cc", |
| 5453 | "supervised_user/supervised_user_filtering_switches.h", |
bauerb | 8f9c3774 | 2017-03-30 15:04:12 | [diff] [blame] | 5454 | "supervised_user/supervised_user_google_auth_navigation_throttle.cc", |
| 5455 | "supervised_user/supervised_user_google_auth_navigation_throttle.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5456 | "supervised_user/supervised_user_interstitial.cc", |
| 5457 | "supervised_user/supervised_user_interstitial.h", |
| 5458 | "supervised_user/supervised_user_navigation_observer.cc", |
| 5459 | "supervised_user/supervised_user_navigation_observer.h", |
mmenke | db2637ff | 2017-03-30 23:59:42 | [diff] [blame] | 5460 | "supervised_user/supervised_user_navigation_throttle.cc", |
| 5461 | "supervised_user/supervised_user_navigation_throttle.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5462 | "supervised_user/supervised_user_pref_store.cc", |
| 5463 | "supervised_user/supervised_user_pref_store.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5464 | "supervised_user/supervised_user_service.cc", |
| 5465 | "supervised_user/supervised_user_service.h", |
| 5466 | "supervised_user/supervised_user_service_factory.cc", |
| 5467 | "supervised_user/supervised_user_service_factory.h", |
| 5468 | "supervised_user/supervised_user_service_observer.h", |
| 5469 | "supervised_user/supervised_user_settings_service.cc", |
| 5470 | "supervised_user/supervised_user_settings_service.h", |
| 5471 | "supervised_user/supervised_user_settings_service_factory.cc", |
| 5472 | "supervised_user/supervised_user_settings_service_factory.h", |
| 5473 | "supervised_user/supervised_user_site_list.cc", |
| 5474 | "supervised_user/supervised_user_site_list.h", |
Mikel Astiz | ef56e36 | 2018-10-02 09:23:23 | [diff] [blame] | 5475 | "supervised_user/supervised_user_sync_model_type_controller.cc", |
| 5476 | "supervised_user/supervised_user_sync_model_type_controller.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5477 | "supervised_user/supervised_user_url_filter.cc", |
| 5478 | "supervised_user/supervised_user_url_filter.h", |
| 5479 | "supervised_user/supervised_user_whitelist_service.cc", |
| 5480 | "supervised_user/supervised_user_whitelist_service.h", |
| 5481 | "supervised_user/supervised_users.h", |
| 5482 | ] |
Gustavo Avena | 8d26b9a | 2019-06-25 17:00:28 | [diff] [blame] | 5483 | deps += [ |
| 5484 | "//chrome/browser/supervised_user/kids_chrome_management:proto", |
| 5485 | "//chrome/common:supervised_user_commands_mojom", |
| 5486 | ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 5487 | } |
| 5488 | if (enable_supervised_users && !is_android) { |
| 5489 | sources += [ |
| 5490 | # TODO(bauerb): The legacy code should be removed (on desktop) once child |
| 5491 | # account support has launched (https://crbug.com/505443). |
| 5492 | "supervised_user/legacy/custodian_profile_downloader_service.cc", |
| 5493 | "supervised_user/legacy/custodian_profile_downloader_service.h", |
| 5494 | "supervised_user/legacy/custodian_profile_downloader_service_factory.cc", |
| 5495 | "supervised_user/legacy/custodian_profile_downloader_service_factory.h", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 5496 | ] |
| 5497 | } |
Toby Huang | 7b4816f | 2020-02-07 23:54:07 | [diff] [blame] | 5498 | if (enable_supervised_users && enable_extensions) { |
| 5499 | sources += [ |
Toby Huang | 2604e13e | 2020-03-07 05:27:57 | [diff] [blame] | 5500 | "supervised_user/supervised_user_extensions_metrics_recorder.cc", |
| 5501 | "supervised_user/supervised_user_extensions_metrics_recorder.h", |
Danan S | 4b131cb | 2020-03-12 02:36:43 | [diff] [blame] | 5502 | "supervised_user/supervised_user_service_management_api_delegate.cc", |
| 5503 | "supervised_user/supervised_user_service_management_api_delegate.h", |
Toby Huang | 7b4816f | 2020-02-07 23:54:07 | [diff] [blame] | 5504 | ] |
| 5505 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5506 | |
| 5507 | if (enable_vr) { |
Viatcheslav Ostapenko | 26c0aca | 2017-10-30 23:30:39 | [diff] [blame] | 5508 | if (enable_gvr_services) { |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 5509 | public_deps += [ "android/vr:vr_android" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5510 | configs += [ "//third_party/gvr-android-sdk:libgvr_config" ] |
Christopher Grant | 2b3383c2 | 2018-02-26 15:41:58 | [diff] [blame] | 5511 | allow_circular_includes_from += [ "android/vr:vr_android" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5512 | } |
Bill Orr | b94152be | 2017-10-23 19:14:10 | [diff] [blame] | 5513 | |
Daniel Bratell | adb8d82 | 2019-07-04 19:38:13 | [diff] [blame] | 5514 | if (is_win) { |
Klaus Weidner | 16a09bd6 | 2018-12-26 18:20:27 | [diff] [blame] | 5515 | sources += [ |
| 5516 | "vr/ui_host/vr_ui_host_impl.cc", |
| 5517 | "vr/ui_host/vr_ui_host_impl.h", |
| 5518 | ] |
Will Cassella | 40837ba | 2019-07-01 21:32:00 | [diff] [blame] | 5519 | |
| 5520 | deps += [ "//device/vr/public/mojom" ] |
Klaus Weidner | 16a09bd6 | 2018-12-26 18:20:27 | [diff] [blame] | 5521 | } |
| 5522 | |
Tibor Goldschwendt | a9e46b2 | 2017-11-22 23:25:15 | [diff] [blame] | 5523 | sources += [ |
| 5524 | "component_updater/vr_assets_component_installer.cc", |
| 5525 | "component_updater/vr_assets_component_installer.h", |
Alexander Cooper | f4b3013d | 2020-03-23 18:47:23 | [diff] [blame] | 5526 | "vr/chrome_xr_integration_client.cc", |
| 5527 | "vr/chrome_xr_integration_client.h", |
Tibor Goldschwendt | a9e46b2 | 2017-11-22 23:25:15 | [diff] [blame] | 5528 | ] |
Klaus Weidner | 16a09bd6 | 2018-12-26 18:20:27 | [diff] [blame] | 5529 | |
Alexander Cooper | 3f785a1 | 2020-03-26 19:39:16 | [diff] [blame] | 5530 | deps += [ |
| 5531 | "//chrome/browser/vr:vr_common", |
| 5532 | "//device/vr", |
| 5533 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5534 | } |
| 5535 | |
| 5536 | if (enable_wayland_server) { |
| 5537 | deps += [ |
| 5538 | "//components/exo", |
| 5539 | "//components/exo/wayland", |
| 5540 | ] |
| 5541 | sources += [ |
| 5542 | "exo_parts.cc", |
| 5543 | "exo_parts.h", |
| 5544 | ] |
| 5545 | } |
| 5546 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5547 | if (use_cups) { |
| 5548 | configs += [ "//printing:cups" ] |
Luum Habtemariam | c2ab5bc8 | 2019-09-06 21:10:05 | [diff] [blame] | 5549 | if (is_chromeos) { |
| 5550 | deps += [ |
| 5551 | "//chrome/services/cups_proxy", |
| 5552 | "//chrome/services/cups_proxy/public/mojom", |
| 5553 | ] |
| 5554 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5555 | } |
| 5556 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5557 | if (use_nss_certs) { |
| 5558 | sources += [ |
| 5559 | "certificate_manager_model.cc", |
| 5560 | "certificate_manager_model.h", |
| 5561 | "net/nss_context.cc", |
| 5562 | "net/nss_context.h", |
| 5563 | ] |
| 5564 | if (is_chromeos) { |
| 5565 | sources += [ "net/nss_context_chromeos.cc" ] |
| 5566 | } |
| 5567 | if (is_desktop_linux) { |
| 5568 | sources += [ "net/nss_context_linux.cc" ] |
xhwang | c86d76e4 | 2016-03-14 23:38:49 | [diff] [blame] | 5569 | } |
xhwang | 5e63046 | 2015-10-30 03:18:48 | [diff] [blame] | 5570 | } |
reveman | b195f41d | 2015-11-19 22:16:48 | [diff] [blame] | 5571 | |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 5572 | if (trial_comparison_cert_verifier_supported) { |
Matt Mueller | 0a4382cf | 2018-03-31 00:36:25 | [diff] [blame] | 5573 | sources += [ |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 5574 | "net/trial_comparison_cert_verifier_controller.cc", |
| 5575 | "net/trial_comparison_cert_verifier_controller.h", |
Matt Mueller | 0a4382cf | 2018-03-31 00:36:25 | [diff] [blame] | 5576 | ] |
| 5577 | } |
| 5578 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5579 | if (use_udev) { |
| 5580 | deps += [ "//device/udev_linux" ] |
dvadym | 8785e01 | 2017-06-30 09:27:07 | [diff] [blame] | 5581 | } |
Michael Thiessen | 0f4e785 | 2019-03-11 16:00:45 | [diff] [blame] | 5582 | |
| 5583 | if (is_android && notouch_build) { |
Michael Thiessen | 909ba03 | 2019-03-26 23:47:43 | [diff] [blame] | 5584 | configs += [ ":notouch_config" ] |
Michael Thiessen | 0f4e785 | 2019-03-11 16:00:45 | [diff] [blame] | 5585 | } |
Taras Antoshchuk | 805d18e | 2020-03-03 10:19:14 | [diff] [blame] | 5586 | |
| 5587 | if (tpm_fallback) { |
| 5588 | defines += [ "TPM_FALLBACK" ] |
| 5589 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 5590 | } |
| 5591 | |
Michael Thiessen | 909ba03 | 2019-03-26 23:47:43 | [diff] [blame] | 5592 | config("notouch_config") { |
Michael Thiessen | db4bfdbd | 2019-10-07 23:22:32 | [diff] [blame] | 5593 | defines = [ "ENABLE_SPATIAL_NAVIGATION_HOST" ] |
Michael Thiessen | 909ba03 | 2019-03-26 23:47:43 | [diff] [blame] | 5594 | } |
| 5595 | |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 5596 | if (is_android) { |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 5597 | proto_library("client_discourse_context_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5598 | sources = [ "android/proto/client_discourse_context.proto" ] |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 5599 | } |
| 5600 | |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 5601 | proto_library("delta_file_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5602 | sources = [ "android/proto/delta_file.proto" ] |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 5603 | } |
Justin DeWitt | 21c9da9 | 2018-09-07 16:14:13 | [diff] [blame] | 5604 | |
| 5605 | proto_library("explore_sites_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5606 | sources = [ "android/explore_sites/catalog.proto" ] |
Justin DeWitt | 21c9da9 | 2018-09-07 16:14:13 | [diff] [blame] | 5607 | } |
Natalie Chouinard | b293c02a73 | 2019-01-10 21:55:22 | [diff] [blame] | 5608 | |
| 5609 | proto_library("usage_stats_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5610 | sources = [ "android/usage_stats/website_event.proto" ] |
Natalie Chouinard | b293c02a73 | 2019-01-10 21:55:22 | [diff] [blame] | 5611 | } |
James Robinson | 2ed4d69 | 2014-09-17 05:20:58 | [diff] [blame] | 5612 | } |
| 5613 | |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 5614 | if (is_win) { |
brettw | 7761761 | 2016-07-13 22:40:06 | [diff] [blame] | 5615 | static_library("chrome_process_finder") { |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 5616 | sources = [ |
pmonette | 23c8fb7e | 2016-06-27 20:45:11 | [diff] [blame] | 5617 | "win/chrome_process_finder.cc", |
| 5618 | "win/chrome_process_finder.h", |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 5619 | ] |
| 5620 | deps = [ |
| 5621 | "//base", |
brettw | 3865a71 | 2016-12-10 05:59:08 | [diff] [blame] | 5622 | "//chrome/browser/policy:path_parser", |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 5623 | "//chrome/common:constants", |
| 5624 | ] |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 5625 | } |
| 5626 | } |
| 5627 | |
Greg Thompson | 85bd488c | 2017-06-08 09:18:11 | [diff] [blame] | 5628 | # This source set is built into both //chrome:chrome_initial (chrome.exe) and |
| 5629 | # //chrome:main_dll (chrome.dll). It must not pull in additional dependencies |
| 5630 | # over what those targets already require. |
| 5631 | source_set("active_use_util") { |
| 5632 | sources = [ |
| 5633 | "active_use_util.cc", |
| 5634 | "active_use_util.h", |
| 5635 | ] |
| 5636 | deps = [ |
| 5637 | "//base", |
| 5638 | "//chrome/common:constants", |
Nico Weber | f2c3219 | 2020-03-26 15:06:15 | [diff] [blame] | 5639 | "//chrome/install_static:buildflags", |
Greg Thompson | 85bd488c | 2017-06-08 09:18:11 | [diff] [blame] | 5640 | ] |
Greg Thompson | 85bd488c | 2017-06-08 09:18:11 | [diff] [blame] | 5641 | } |
| 5642 | |
thomasanderson | 215681db8 | 2016-10-27 03:30:11 | [diff] [blame] | 5643 | source_set("theme_properties") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5644 | sources = [ "themes/theme_properties.h" ] |
Evan Stade | 71da7c4 | 2020-05-01 23:47:38 | [diff] [blame] | 5645 | deps = [ |
| 5646 | "//skia", |
| 5647 | "//ui/gfx", |
| 5648 | ] |
thomasanderson | 215681db8 | 2016-10-27 03:30:11 | [diff] [blame] | 5649 | } |
| 5650 | |
Robert Ogden | 8e7116ea | 2019-07-25 18:54:08 | [diff] [blame] | 5651 | proto_library("availability_protos") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5652 | sources = [ "availability/proto/availability_prober_cache_entry.proto" ] |
Robert Ogden | a50f1d5c | 2019-07-09 20:59:55 | [diff] [blame] | 5653 | } |
| 5654 | |
David Maunder | 9da03b73 | 2020-03-26 00:51:28 | [diff] [blame] | 5655 | proto_library("tab_state_db_content_proto") { |
| 5656 | sources = [ "tab/state/tab_state_db_content.proto" ] |
| 5657 | } |
| 5658 | |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 5659 | proto_library("resource_prefetch_predictor_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5660 | sources = [ "predictors/resource_prefetch_predictor.proto" ] |
lizeb | 60cd6e8 | 2016-08-23 12:04:26 | [diff] [blame] | 5661 | } |
| 5662 | |
Balazs Engedy | ce7f30a | 2019-11-29 17:53:00 | [diff] [blame] | 5663 | proto_library("permissions_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5664 | sources = [ "permissions/crowd_deny.proto" ] |
Balazs Engedy | ce7f30a | 2019-11-29 17:53:00 | [diff] [blame] | 5665 | } |
| 5666 | |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5667 | grit("resources") { |
| 5668 | source = "browser_resources.grd" |
brettw | ab78fef | 2016-10-12 02:56:05 | [diff] [blame] | 5669 | |
Andrew Grieve | 5e73a12 | 2020-03-09 20:29:38 | [diff] [blame] | 5670 | # Required due to flattenhtml="true" on a generated file. |
Andrew Grieve | 6ade5dc | 2020-03-17 20:52:02 | [diff] [blame] | 5671 | enable_input_discovery_for_gn_analyze = false |
Dirk Pranke | a3727f9 | 2017-07-17 17:30:33 | [diff] [blame] | 5672 | |
Andrew Grieve | 33769897 | 2019-10-07 22:01:23 | [diff] [blame] | 5673 | use_brotli = true |
Andrew Grieve | 96e8265 | 2019-09-18 14:34:16 | [diff] [blame] | 5674 | |
brettw | 06c2ba3 | 2015-11-26 09:21:25 | [diff] [blame] | 5675 | defines = chrome_grit_defines |
brettw | ab78fef | 2016-10-12 02:56:05 | [diff] [blame] | 5676 | if (enable_hangout_services_extension) { |
| 5677 | defines += [ "enable_hangout_services_extension" ] |
| 5678 | } |
| 5679 | |
[email protected] | 4888549 | 2014-08-13 11:22:41 | [diff] [blame] | 5680 | output_dir = "$root_gen_dir/chrome" |
[email protected] | cb0c67a | 2014-07-22 16:37:26 | [diff] [blame] | 5681 | outputs = [ |
| 5682 | "grit/browser_resources.h", |
| 5683 | "browser_resources.pak", |
| 5684 | ] |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5685 | |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5686 | grit_flags = [ |
scottmg | a266f95 | 2014-12-03 20:47:10 | [diff] [blame] | 5687 | "-E", |
scottmg | a266f95 | 2014-12-03 20:47:10 | [diff] [blame] | 5688 | "additional_modules_list_file=" + |
| 5689 | rebase_path(additional_modules_list_file, root_build_dir), |
| 5690 | "-E", |
calamity | d59c103 | 2015-09-22 06:35:53 | [diff] [blame] | 5691 | "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5692 | ] |
| 5693 | |
| 5694 | deps = [ |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5695 | ":chrome_internal_resources_gen", |
dpapad | a91a6e4 | 2020-04-22 18:38:25 | [diff] [blame] | 5696 | "//chrome/browser/resources/browser_switch:web_components", |
Karan Bhatia | c61c676 | 2019-12-06 20:25:44 | [diff] [blame] | 5697 | "//chrome/browser/ui/webui/usb_internals:mojo_bindings_js", |
Reilly Grant | fa93b14 | 2018-02-01 02:13:48 | [diff] [blame] | 5698 | "//device/bluetooth/public/mojom:deprecated_experimental_interfaces_js", |
| 5699 | "//device/bluetooth/public/mojom:mojom_js", |
Donna Wu | 4dc9df3 | 2019-05-20 03:56:21 | [diff] [blame] | 5700 | "//services/device//public/mojom:usb_test_js", |
Daniel Cheng | 7a059b0 | 2018-02-03 10:04:13 | [diff] [blame] | 5701 | "//url/mojom:url_mojom_gurl_js", |
| 5702 | "//url/mojom:url_mojom_origin_js", |
vchigrin | 8eede94 | 2015-01-29 09:28:15 | [diff] [blame] | 5703 | ] |
sanfin | 3596104 | 2016-09-23 22:41:41 | [diff] [blame] | 5704 | |
Will Harris | 7ae16c7 | 2018-10-10 17:13:17 | [diff] [blame] | 5705 | if (enable_plugins) { |
| 5706 | # .json is not in the default sources_assignment_filter. |
| 5707 | if (is_chromeos) { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5708 | inputs = [ "resources/plugin_metadata/plugins_chromeos.json" ] |
Will Harris | 7ae16c7 | 2018-10-10 17:13:17 | [diff] [blame] | 5709 | } |
| 5710 | if (is_linux && !is_chromeos) { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5711 | inputs = [ "resources/plugin_metadata/plugins_linux.json" ] |
Will Harris | 7ae16c7 | 2018-10-10 17:13:17 | [diff] [blame] | 5712 | } |
| 5713 | if (is_mac) { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5714 | inputs = [ "resources/plugin_metadata/plugins_mac.json" ] |
Will Harris | 7ae16c7 | 2018-10-10 17:13:17 | [diff] [blame] | 5715 | } |
| 5716 | if (is_win) { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5717 | inputs = [ "resources/plugin_metadata/plugins_win.json" ] |
Will Harris | 7ae16c7 | 2018-10-10 17:13:17 | [diff] [blame] | 5718 | } |
| 5719 | } |
| 5720 | |
Chris Hamilton | c4453ed | 2017-11-22 16:23:17 | [diff] [blame] | 5721 | if (is_win || is_mac || is_desktop_linux || is_chromeos) { |
Sigurdur Asgeirsson | 10609e5c | 2018-10-10 19:58:49 | [diff] [blame] | 5722 | deps += [ |
Sigurdur Asgeirsson | 6ffe379a | 2018-10-31 14:45:34 | [diff] [blame] | 5723 | "//chrome/browser/resources/discards:discards_resources_gen", |
Anastasiia Nikolaienko | f978b9cd | 2020-03-04 09:14:46 | [diff] [blame] | 5724 | "//chrome/browser/resources/gaia_auth_host:modulize", |
dpapad | a91a6e4 | 2020-04-22 18:38:25 | [diff] [blame] | 5725 | "//chrome/browser/resources/management:web_components", |
| 5726 | "//chrome/browser/resources/signin:web_components", |
Sigurdur Asgeirsson | 10609e5c | 2018-10-10 19:58:49 | [diff] [blame] | 5727 | "//chrome/browser/ui/webui/discards:mojo_bindings_js", |
| 5728 | "//services/resource_coordinator/public/mojom:mojom_js", |
| 5729 | ] |
Chris Hamilton | c4453ed | 2017-11-22 16:23:17 | [diff] [blame] | 5730 | } |
| 5731 | |
Brandon Wylie | 40c6f21 | 2018-05-16 19:28:32 | [diff] [blame] | 5732 | if (is_android) { |
Samuel Huang | 002e44e6 | 2019-12-09 16:42:27 | [diff] [blame] | 5733 | deps += |
| 5734 | [ "//chrome/browser/ui/webui/explore_sites_internals:mojo_bindings_js" ] |
Brandon Wylie | 40c6f21 | 2018-05-16 19:28:32 | [diff] [blame] | 5735 | } |
alanlxl | 981e497 | 2019-05-10 11:07:08 | [diff] [blame] | 5736 | if (is_chromeos) { |
| 5737 | deps += [ |
Jason Lin | 8991e31 | 2019-09-27 03:28:22 | [diff] [blame] | 5738 | "//chrome/browser/resources/chromeos/crostini_installer:polymer3_elements", |
Nicholas Verne | d15cc1c | 2019-12-02 22:38:57 | [diff] [blame] | 5739 | "//chrome/browser/resources/chromeos/crostini_upgrader:polymer3_elements", |
Anastasiia Nikolaienko | 989692f | 2020-02-07 07:54:29 | [diff] [blame] | 5740 | "//chrome/browser/resources/chromeos/edu_login:polymer3_elements", |
dpapad | c784626 | 2019-10-23 18:15:37 | [diff] [blame] | 5741 | "//chrome/browser/resources/chromeos/emulator:polymer3_elements", |
dpapad | 653f97ce | 2019-10-16 22:27:26 | [diff] [blame] | 5742 | "//chrome/browser/resources/chromeos/set_time_dialog:polymer3_elements", |
Anand K. Mistry | 116c4ec | 2019-12-09 02:47:28 | [diff] [blame] | 5743 | "//chrome/browser/resources/chromeos/smb_shares:polymer3_elements", |
nancy | 4da74d6 | 2020-03-11 06:17:49 | [diff] [blame] | 5744 | "//chrome/browser/supervised_user:supervised_user_unscaled_resources", |
Christopher Lam | 4877235 | 2020-03-12 05:54:37 | [diff] [blame] | 5745 | "//chrome/browser/ui/webui/app_management:mojo_bindings_js", |
Danan S | eb6a862 | 2019-05-13 18:20:52 | [diff] [blame] | 5746 | "//chrome/browser/ui/webui/chromeos/add_supervision:mojo_bindings_js", |
Jason Lin | 1f4a649 | 2019-09-10 04:17:08 | [diff] [blame] | 5747 | "//chrome/browser/ui/webui/chromeos/crostini_installer:mojo_bindings_js", |
Nicholas Verne | d15cc1c | 2019-12-02 22:38:57 | [diff] [blame] | 5748 | "//chrome/browser/ui/webui/chromeos/crostini_upgrader:mojo_bindings_js", |
alanlxl | 981e497 | 2019-05-10 11:07:08 | [diff] [blame] | 5749 | "//chrome/browser/ui/webui/chromeos/machine_learning:mojo_bindings_js", |
Kyle Horimoto | 89959f8d | 2020-05-01 15:02:25 | [diff] [blame] | 5750 | "//chrome/browser/ui/webui/settings/chromeos:mojom_js", |
alanlxl | 981e497 | 2019-05-10 11:07:08 | [diff] [blame] | 5751 | ] |
| 5752 | } |
| 5753 | |
rbpotter | 7a690359 | 2019-11-21 03:35:43 | [diff] [blame] | 5754 | if (is_chromeos && optimize_webui) { |
calamity | 9b40cc3 | 2017-02-11 01:44:57 | [diff] [blame] | 5755 | deps += [ |
rbpotter | 7a690359 | 2019-11-21 03:35:43 | [diff] [blame] | 5756 | "//chrome/browser/resources/chromeos/bluetooth_pairing_dialog:build", |
| 5757 | "//chrome/browser/resources/chromeos/internet_config_dialog:build", |
| 5758 | "//chrome/browser/resources/chromeos/internet_detail_dialog:build", |
calamity | 9b40cc3 | 2017-02-11 01:44:57 | [diff] [blame] | 5759 | ] |
dpapad | 5d95e9ac | 2017-01-25 03:50:13 | [diff] [blame] | 5760 | } |
| 5761 | |
Jialiu Lin | ad8bf3d6 | 2018-05-10 19:56:27 | [diff] [blame] | 5762 | if (safe_browsing_mode == 1) { |
| 5763 | deps += [ "//chrome/browser/ui/webui/reset_password:mojo_bindings_js" ] |
| 5764 | } |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5765 | } |
| 5766 | |
engedy | 99d0e11b | 2014-09-30 13:32:41 | [diff] [blame] | 5767 | if (is_chrome_branded) { |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5768 | action("chrome_internal_resources_gen") { |
engedy | 99d0e11b | 2014-09-30 13:32:41 | [diff] [blame] | 5769 | script = "internal/transform_additional_modules_list.py" |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5770 | sources = [ "internal/resources/additional_modules_list.input" ] |
| 5771 | outputs = [ additional_modules_list_file ] |
engedy | 99d0e11b | 2014-09-30 13:32:41 | [diff] [blame] | 5772 | args = rebase_path(sources, root_build_dir) + |
| 5773 | rebase_path(outputs, root_build_dir) |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5774 | } |
| 5775 | } else { |
| 5776 | group("chrome_internal_resources_gen") { |
| 5777 | # Empty placeholder. |
| 5778 | } |
| 5779 | } |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5780 | |
Samuel Huang | 002e44e6 | 2019-12-09 16:42:27 | [diff] [blame] | 5781 | grit("dev_ui_browser_resources") { |
| 5782 | source = "dev_ui_browser_resources.grd" |
| 5783 | |
Samuel Huang | 002e44e6 | 2019-12-09 16:42:27 | [diff] [blame] | 5784 | defines = chrome_grit_defines |
| 5785 | |
| 5786 | output_dir = "$root_gen_dir/chrome" |
| 5787 | outputs = [ |
| 5788 | "grit/dev_ui_browser_resources.h", |
| 5789 | "dev_ui_browser_resources.pak", |
| 5790 | ] |
| 5791 | |
| 5792 | grit_flags = [ |
| 5793 | "-E", |
| 5794 | "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), |
| 5795 | ] |
| 5796 | |
| 5797 | deps = [ |
| 5798 | "//chrome/browser/engagement:mojo_bindings_js", |
| 5799 | "//chrome/browser/media:mojo_bindings_js", |
Becca Hughes | 640ab57 | 2020-03-10 18:04:34 | [diff] [blame] | 5800 | "//chrome/browser/media/feeds:mojo_bindings_js", |
Samuel Huang | 002e44e6 | 2019-12-09 16:42:27 | [diff] [blame] | 5801 | "//chrome/browser/ui/webui/interventions_internals:mojo_bindings_js", |
| 5802 | ] |
| 5803 | if (is_android) { |
| 5804 | deps += [ |
| 5805 | "//chrome/browser/ui/webui/feed_internals:mojo_bindings_js", |
| 5806 | "//chrome/browser/ui/webui/snippets_internals:mojo_bindings_js", |
| 5807 | ] |
| 5808 | } |
| 5809 | } |
| 5810 | |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 5811 | action("expired_flags_list_gen") { |
| 5812 | script = "//tools/flags/generate_expired_list.py" |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5813 | sources = [ "flag-metadata.json" ] |
| 5814 | inputs = [ "//chrome/VERSION" ] |
| 5815 | outputs = [ "$root_gen_dir/chrome/browser/expired_flags_list.cc" ] |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 5816 | args = rebase_path(sources, root_build_dir) + |
| 5817 | rebase_path(outputs, root_build_dir) |
| 5818 | } |
| 5819 | |
| 5820 | source_set("expired_flags_list") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5821 | deps = [ ":expired_flags_list_gen" ] |
| 5822 | sources = [ "$root_gen_dir/chrome/browser/expired_flags_list.cc" ] |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 5823 | } |
| 5824 | |
Elly Fong-Jones | 4054f14 | 2020-04-17 17:12:33 | [diff] [blame] | 5825 | action("unexpire_flags_gen") { |
| 5826 | script = "//tools/flags/generate_unexpire_flags.py" |
Elly Fong-Jones | 7ff0bab | 2020-04-20 20:57:51 | [diff] [blame] | 5827 | inputs = [ |
| 5828 | "//chrome/VERSION", |
| 5829 | "//tools/flags/generate_unexpire_flags.py", |
| 5830 | ] |
Elly Fong-Jones | 4054f14 | 2020-04-17 17:12:33 | [diff] [blame] | 5831 | outputs = [ |
| 5832 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.cc", |
| 5833 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.h", |
| 5834 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.inc", |
| 5835 | ] |
| 5836 | args = rebase_path(outputs, root_build_dir) |
| 5837 | } |
| 5838 | |
| 5839 | source_set("unexpire_flags") { |
Elly Fong-Jones | e49133f9 | 2020-04-17 20:13:25 | [diff] [blame] | 5840 | deps = [ |
| 5841 | ":unexpire_flags_gen", |
| 5842 | "//base", |
| 5843 | ] |
Elly Fong-Jones | 4054f14 | 2020-04-17 17:12:33 | [diff] [blame] | 5844 | sources = [ |
| 5845 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.cc", |
| 5846 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.h", |
| 5847 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.inc", |
| 5848 | ] |
| 5849 | } |
| 5850 | |
brettw | 022f8f3 | 2016-06-14 01:22:39 | [diff] [blame] | 5851 | # Use a static library here because many test binaries depend on this but don't |
| 5852 | # require many files from it. This makes linking more efficient. |
| 5853 | static_library("test_support") { |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5854 | testonly = true |
| 5855 | |
| 5856 | # Always include this via the main test support target. |
| 5857 | visibility = [ "//chrome/test:test_support" ] |
| 5858 | |
| 5859 | sources = [ |
Friedrich Horschig | 15ef70d | 2019-04-02 09:12:12 | [diff] [blame] | 5860 | "autofill/mock_autofill_popup_controller.cc", |
| 5861 | "autofill/mock_autofill_popup_controller.h", |
Ioana Pandele | 961d0cd | 2019-02-06 12:33:45 | [diff] [blame] | 5862 | "autofill/mock_manual_filling_controller.cc", |
| 5863 | "autofill/mock_manual_filling_controller.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5864 | "browsing_data/mock_browsing_data_flash_lso_helper.cc", |
| 5865 | "browsing_data/mock_browsing_data_flash_lso_helper.h", |
jrummell | 6f67ebb | 2016-10-13 21:24:34 | [diff] [blame] | 5866 | "browsing_data/mock_browsing_data_media_license_helper.cc", |
| 5867 | "browsing_data/mock_browsing_data_media_license_helper.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5868 | "browsing_data/mock_browsing_data_quota_helper.cc", |
| 5869 | "browsing_data/mock_browsing_data_quota_helper.h", |
Martin Sramek | b946afd | 2018-03-28 15:54:18 | [diff] [blame] | 5870 | "consent_auditor/consent_auditor_test_utils.cc", |
| 5871 | "consent_auditor/consent_auditor_test_utils.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5872 | "download/download_test_file_activity_observer.cc", |
| 5873 | "download/download_test_file_activity_observer.h", |
jochen | 3c6423f | 2016-11-12 22:23:44 | [diff] [blame] | 5874 | "history/history_test_utils.cc", |
| 5875 | "history/history_test_utils.h", |
Alexey Baskakov | 295e99a | 2018-11-16 04:45:53 | [diff] [blame] | 5876 | "installable/fake_installable_manager.cc", |
| 5877 | "installable/fake_installable_manager.h", |
Ryan Sleevi | af6d187f | 2019-12-02 20:50:47 | [diff] [blame] | 5878 | "interstitials/security_interstitial_page_test_utils.cc", |
| 5879 | "interstitials/security_interstitial_page_test_utils.h", |
Becca Hughes | 8986969 | 2020-05-04 23:37:36 | [diff] [blame] | 5880 | "media/history/media_history_test_utils.cc", |
| 5881 | "media/history/media_history_test_utils.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 5882 | "media/webrtc/fake_desktop_media_list.cc", |
| 5883 | "media/webrtc/fake_desktop_media_list.h", |
Emircan Uysaler | 54124ea | 2018-08-09 23:20:38 | [diff] [blame] | 5884 | "media/webrtc/fake_desktop_media_picker_factory.cc", |
| 5885 | "media/webrtc/fake_desktop_media_picker_factory.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5886 | "net/dns_probe_test_util.cc", |
| 5887 | "net/dns_probe_test_util.h", |
Anita Woodruff | 29eb39f | 2017-11-16 21:00:05 | [diff] [blame] | 5888 | "notifications/metrics/mock_notification_metrics_logger.cc", |
| 5889 | "notifications/metrics/mock_notification_metrics_logger.h", |
Peter Beverloo | 14d352b | 2017-08-22 19:32:41 | [diff] [blame] | 5890 | "notifications/notification_display_service_tester.cc", |
| 5891 | "notifications/notification_display_service_tester.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5892 | "notifications/notification_test_util.cc", |
| 5893 | "notifications/notification_test_util.h", |
peter | 28d8b73 | 2017-04-11 17:36:17 | [diff] [blame] | 5894 | "notifications/stub_notification_display_service.cc", |
| 5895 | "notifications/stub_notification_display_service.h", |
Tommy C. Li | fac0d44 | 2018-11-15 16:56:48 | [diff] [blame] | 5896 | "plugins/plugin_test_utils.cc", |
| 5897 | "plugins/plugin_test_utils.h", |
Owen Min | 099491d | 2019-05-16 17:37:24 | [diff] [blame] | 5898 | "policy/fake_browser_dm_token_storage.cc", |
| 5899 | "policy/fake_browser_dm_token_storage.h", |
Timothy Loh | 4a96be8 | 2017-11-13 07:41:39 | [diff] [blame] | 5900 | "predictors/loading_test_util.cc", |
| 5901 | "predictors/loading_test_util.h", |
Emily Stark | 474b8ca | 2019-10-24 15:35:39 | [diff] [blame] | 5902 | "reputation/safety_tip_test_utils.cc", |
| 5903 | "reputation/safety_tip_test_utils.h", |
Chris Hamilton | c745083 | 2018-06-12 13:41:15 | [diff] [blame] | 5904 | "resource_coordinator/tab_load_tracker_test_support.cc", |
| 5905 | "resource_coordinator/tab_load_tracker_test_support.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5906 | "search_engines/template_url_service_factory_test_util.cc", |
| 5907 | "search_engines/template_url_service_factory_test_util.h", |
| 5908 | "search_engines/template_url_service_test_util.cc", |
| 5909 | "search_engines/template_url_service_test_util.h", |
Antonio Gomes | f3118cf | 2019-02-14 22:17:07 | [diff] [blame] | 5910 | "signin/chrome_signin_client_test_util.cc", |
| 5911 | "signin/chrome_signin_client_test_util.h", |
Sven Zheng | 195cbb837 | 2019-08-09 19:01:13 | [diff] [blame] | 5912 | "signin/e2e_tests/test_accounts_util.cc", |
| 5913 | "signin/e2e_tests/test_accounts_util.h", |
Colin Blundell | 3f4b72c | 2018-10-17 11:25:57 | [diff] [blame] | 5914 | "signin/identity_test_environment_profile_adaptor.cc", |
| 5915 | "signin/identity_test_environment_profile_adaptor.h", |
Ryan Sleevi | af6d187f | 2019-12-02 20:50:47 | [diff] [blame] | 5916 | "ssl/ssl_browsertest_util.cc", |
| 5917 | "ssl/ssl_browsertest_util.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5918 | "ssl/ssl_client_auth_requestor_mock.cc", |
| 5919 | "ssl/ssl_client_auth_requestor_mock.h", |
Christopher Thompson | cca4c34 | 2019-10-22 05:13:38 | [diff] [blame] | 5920 | "ssl/tls_deprecation_test_utils.cc", |
| 5921 | "ssl/tls_deprecation_test_utils.h", |
Evan Stade | 92a59bd | 2019-08-02 20:28:02 | [diff] [blame] | 5922 | "translate/translate_test_utils.cc", |
| 5923 | "translate/translate_test_utils.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5924 | ] |
| 5925 | |
brettw | bc8b2a2 | 2015-07-28 18:24:42 | [diff] [blame] | 5926 | configs += [ "//build/config:precompiled_headers" ] |
| 5927 | |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 5928 | public_deps = [ |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5929 | ":browser", |
Daniel Bratell | 65396b85 | 2018-09-10 09:06:55 | [diff] [blame] | 5930 | "//chrome/browser/safe_browsing:test_support", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 5931 | "//chrome/browser/ui:test_support", |
| 5932 | ] |
| 5933 | deps = [ |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 5934 | "//chrome/app/theme:theme_resources", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5935 | "//chrome/browser", |
Eric Stevenson | 97e992ae | 2019-10-04 18:59:44 | [diff] [blame] | 5936 | "//chrome/browser/subresource_filter:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5937 | "//chrome/common", |
| 5938 | "//chrome/common/safe_browsing:proto", |
maxbogue | 26f4022 | 2016-09-16 20:22:18 | [diff] [blame] | 5939 | "//components/browser_sync:test_support", |
knn | 062cdbb | 2015-06-26 18:18:42 | [diff] [blame] | 5940 | "//components/invalidation/impl", |
| 5941 | "//components/invalidation/impl:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5942 | "//components/password_manager/core/browser:test_support", |
brettw | 3865a71 | 2016-12-10 05:59:08 | [diff] [blame] | 5943 | "//components/policy/core/browser:test_support", |
brettw | 9f7802a2 | 2016-01-30 06:40:17 | [diff] [blame] | 5944 | "//components/prefs:test_support", |
Ali Juma | fb3dc1f | 2020-01-07 17:33:47 | [diff] [blame] | 5945 | "//components/safe_browsing/core:csd_proto", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5946 | "//components/search_engines:test_support", |
Ken Rockot | 61df041 | 2019-07-26 17:12:19 | [diff] [blame] | 5947 | "//components/services/unzip/content", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 5948 | "//components/sessions:test_support", |
Henrique Ferreiro | 94eb46f | 2019-07-03 14:38:56 | [diff] [blame] | 5949 | "//components/signin/public/identity_manager:test_support", |
engedy | 9ae0424 | 2016-06-08 13:31:18 | [diff] [blame] | 5950 | "//components/subresource_filter/core/browser:test_support", |
pkalinnikov | f7d7ff47 | 2016-07-27 11:53:59 | [diff] [blame] | 5951 | "//components/subresource_filter/core/common:test_support", |
maxbogue | ea16ff41 | 2016-10-28 16:35:29 | [diff] [blame] | 5952 | "//components/sync_preferences:test_support", |
Colin Blundell | ec2769b | 2020-04-13 09:13:05 | [diff] [blame] | 5953 | "//components/translate/content/browser:test_support", |
oysteine | b766497 | 2017-02-01 19:18:48 | [diff] [blame] | 5954 | "//components/ukm:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5955 | "//content/test:test_support", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 5956 | "//google_apis:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5957 | "//net:test_support", |
Robert Sesek | a49d62c | 2019-11-05 22:10:12 | [diff] [blame] | 5958 | "//services/data_decoder/public/cpp:test_support", |
sammc | fb473a87 | 2017-04-03 01:56:59 | [diff] [blame] | 5959 | "//services/preferences/public/cpp/tracked:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5960 | "//skia", |
| 5961 | "//testing/gmock", |
| 5962 | "//testing/gtest", |
| 5963 | "//ui/gfx", |
| 5964 | ] |
| 5965 | |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 5966 | if (!is_android && !is_fuchsia) { |
Pavol Marko | 0260d06c0 | 2019-06-27 20:43:10 | [diff] [blame] | 5967 | deps += [ "//components/policy/test_support" ] |
Sergey Ulanov | ec1d3de | 2017-09-19 19:27:47 | [diff] [blame] | 5968 | } |
| 5969 | |
Tommy Nyquist | d7e1c1d | 2017-04-07 19:24:24 | [diff] [blame] | 5970 | if (is_android) { |
| 5971 | sources += [ |
Ioana Pandele | 67513a8 | 2019-06-11 10:21:00 | [diff] [blame] | 5972 | "autofill/mock_address_accessory_controller.cc", |
| 5973 | "autofill/mock_address_accessory_controller.h", |
Tommy Martino | f712e36 | 2019-06-26 14:45:02 | [diff] [blame] | 5974 | "autofill/mock_credit_card_accessory_controller.cc", |
| 5975 | "autofill/mock_credit_card_accessory_controller.h", |
Ioana Pandele | 67513a8 | 2019-06-11 10:21:00 | [diff] [blame] | 5976 | "autofill/mock_manual_filling_view.cc", |
| 5977 | "autofill/mock_manual_filling_view.h", |
Friedrich Horschig | 9a66f14 | 2019-06-24 17:23:28 | [diff] [blame] | 5978 | "autofill/mock_password_accessory_controller.cc", |
| 5979 | "autofill/mock_password_accessory_controller.h", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 5980 | "download/android/mock_download_controller.cc", |
| 5981 | "download/android/mock_download_controller.h", |
Tommy Nyquist | d7e1c1d | 2017-04-07 19:24:24 | [diff] [blame] | 5982 | ] |
Tanya Gupta | f66cd5d | 2019-02-22 01:22:56 | [diff] [blame] | 5983 | deps += [ "//chrome/android:test_support_jni_headers" ] |
Tommy Nyquist | d7e1c1d | 2017-04-07 19:24:24 | [diff] [blame] | 5984 | } else { |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 5985 | sources += [ |
Bret Sepulveda | e6e84f7 | 2017-10-20 03:37:40 | [diff] [blame] | 5986 | "chooser_controller/fake_bluetooth_chooser_controller.cc", |
| 5987 | "chooser_controller/fake_bluetooth_chooser_controller.h", |
| 5988 | "chooser_controller/fake_usb_chooser_controller.cc", |
| 5989 | "chooser_controller/fake_usb_chooser_controller.h", |
thestig | 259da0b | 2015-10-07 18:09:08 | [diff] [blame] | 5990 | "download/test_download_shelf.cc", |
| 5991 | "download/test_download_shelf.h", |
| 5992 | "profile_resetter/profile_resetter_test_base.cc", |
| 5993 | "profile_resetter/profile_resetter_test_base.h", |
| 5994 | "sessions/session_restore_test_helper.cc", |
| 5995 | "sessions/session_restore_test_helper.h", |
Sebastien Marchand | fbeab20 | 2018-12-03 22:10:10 | [diff] [blame] | 5996 | "sessions/session_restore_test_utils.cc", |
| 5997 | "sessions/session_restore_test_utils.h", |
thestig | 354985d | 2015-09-28 20:55:00 | [diff] [blame] | 5998 | "sessions/session_service_test_helper.cc", |
| 5999 | "sessions/session_service_test_helper.h", |
Chris Hamilton | 6b0f670 | 2018-06-05 12:57:15 | [diff] [blame] | 6000 | "sessions/tab_loader_tester.cc", |
| 6001 | "sessions/tab_loader_tester.h", |
Peter Kasting | 43899a53 | 2020-02-25 20:21:52 | [diff] [blame] | 6002 | "sessions/tab_restore_service_load_waiter.cc", |
| 6003 | "sessions/tab_restore_service_load_waiter.h", |
Michael Giuffrida | 23c0718 | 2018-02-10 09:15:09 | [diff] [blame] | 6004 | "ui/tabs/tab_activity_simulator.cc", |
| 6005 | "ui/tabs/tab_activity_simulator.h", |
thestig | 354985d | 2015-09-28 20:55:00 | [diff] [blame] | 6006 | ] |
| 6007 | } |
| 6008 | |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6009 | if (is_chromeos) { |
| 6010 | sources += [ |
| 6011 | "chromeos/app_mode/fake_cws.cc", |
| 6012 | "chromeos/app_mode/fake_cws.h", |
hidehiko | 3b196d3 | 2016-12-02 11:05:21 | [diff] [blame] | 6013 | "chromeos/arc/extensions/fake_arc_support.cc", |
| 6014 | "chromeos/arc/extensions/fake_arc_support.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6015 | "chromeos/file_manager/fake_disk_mount_manager.cc", |
| 6016 | "chromeos/file_manager/fake_disk_mount_manager.h", |
| 6017 | "chromeos/input_method/mock_candidate_window_controller.cc", |
| 6018 | "chromeos/input_method/mock_candidate_window_controller.h", |
| 6019 | "chromeos/input_method/mock_input_method_engine.cc", |
| 6020 | "chromeos/input_method/mock_input_method_engine.h", |
azurewei | 045de38 | 2017-01-06 02:06:00 | [diff] [blame] | 6021 | "chromeos/input_method/mock_input_method_manager_impl.cc", |
| 6022 | "chromeos/input_method/mock_input_method_manager_impl.h", |
jdufault | eda3863d | 2017-02-24 19:49:12 | [diff] [blame] | 6023 | "chromeos/login/screens/mock_device_disabled_screen_view.cc", |
| 6024 | "chromeos/login/screens/mock_device_disabled_screen_view.h", |
nkostylev | 393309f | 2015-02-05 13:57:39 | [diff] [blame] | 6025 | "chromeos/login/session/user_session_manager_test_api.cc", |
| 6026 | "chromeos/login/session/user_session_manager_test_api.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6027 | "chromeos/login/test/js_checker.cc", |
| 6028 | "chromeos/login/test/js_checker.h", |
Tony de Luna | f19732e7 | 2019-04-25 02:10:29 | [diff] [blame] | 6029 | "chromeos/login/test/oobe_auth_page_waiter.cc", |
| 6030 | "chromeos/login/test/oobe_auth_page_waiter.h", |
Denis Kuznetsov | 01f66ee7 | 2018-08-31 16:20:05 | [diff] [blame] | 6031 | "chromeos/login/test/oobe_configuration_waiter.cc", |
| 6032 | "chromeos/login/test/oobe_configuration_waiter.h", |
Toni Barzic | bd5c78d3 | 2019-04-03 23:39:35 | [diff] [blame] | 6033 | "chromeos/login/test/oobe_screen_exit_waiter.cc", |
| 6034 | "chromeos/login/test/oobe_screen_exit_waiter.h", |
satorux | b7a72ea | 2015-02-13 07:19:59 | [diff] [blame] | 6035 | "chromeos/login/test/oobe_screen_waiter.cc", |
| 6036 | "chromeos/login/test/oobe_screen_waiter.h", |
[email protected] | a6f4038 | 2018-03-29 22:34:49 | [diff] [blame] | 6037 | "chromeos/login/ui/fake_login_display_host.cc", |
| 6038 | "chromeos/login/ui/fake_login_display_host.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6039 | "chromeos/login/ui/mock_login_display.cc", |
| 6040 | "chromeos/login/ui/mock_login_display.h", |
| 6041 | "chromeos/login/ui/mock_login_display_host.cc", |
| 6042 | "chromeos/login/ui/mock_login_display_host.h", |
brettw | 7d6ec246 | 2015-01-07 13:00:51 | [diff] [blame] | 6043 | "chromeos/login/users/avatar/mock_user_image_manager.cc", |
| 6044 | "chromeos/login/users/avatar/mock_user_image_manager.h", |
merkulova | 793f302 | 2015-02-04 10:18:30 | [diff] [blame] | 6045 | "chromeos/login/users/fake_chrome_user_manager.cc", |
| 6046 | "chromeos/login/users/fake_chrome_user_manager.h", |
brettw | 7d6ec246 | 2015-01-07 13:00:51 | [diff] [blame] | 6047 | "chromeos/login/users/fake_supervised_user_manager.cc", |
| 6048 | "chromeos/login/users/fake_supervised_user_manager.h", |
brettw | 7d6ec246 | 2015-01-07 13:00:51 | [diff] [blame] | 6049 | "chromeos/login/users/mock_user_manager.cc", |
| 6050 | "chromeos/login/users/mock_user_manager.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6051 | "chromeos/net/network_portal_detector_test_utils.cc", |
| 6052 | "chromeos/net/network_portal_detector_test_utils.h", |
| 6053 | "chromeos/policy/cloud_external_data_manager_base_test_util.cc", |
| 6054 | "chromeos/policy/cloud_external_data_manager_base_test_util.h", |
| 6055 | "chromeos/policy/device_policy_builder.cc", |
| 6056 | "chromeos/policy/device_policy_builder.h", |
| 6057 | "chromeos/policy/fake_device_cloud_policy_initializer.cc", |
| 6058 | "chromeos/policy/fake_device_cloud_policy_initializer.h", |
brettw | a68ea2b | 2015-02-01 02:54:07 | [diff] [blame] | 6059 | "chromeos/policy/fake_device_cloud_policy_manager.cc", |
| 6060 | "chromeos/policy/fake_device_cloud_policy_manager.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6061 | "chromeos/settings/device_settings_test_helper.cc", |
| 6062 | "chromeos/settings/device_settings_test_helper.h", |
James Cook | c542d99 | 2019-11-08 23:34:24 | [diff] [blame] | 6063 | "ui/app_list/test/chrome_app_list_test_support.cc", |
| 6064 | "ui/app_list/test/chrome_app_list_test_support.h", |
| 6065 | "ui/app_list/test/test_app_list_controller_delegate.cc", |
| 6066 | "ui/app_list/test/test_app_list_controller_delegate.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6067 | ] |
agrieve | 95ba444 | 2016-04-25 15:47:13 | [diff] [blame] | 6068 | configs += [ "//build/config/linux/dbus" ] |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 6069 | deps += [ "//chromeos:test_support" ] |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6070 | } |
| 6071 | |
Daniel Bratell | 880762a9 | 2018-02-05 18:11:08 | [diff] [blame] | 6072 | if (is_win) { |
| 6073 | sources += [ |
Xi Cheng | af7de42 | 2018-11-15 22:19:18 | [diff] [blame] | 6074 | "notifications/win/fake_itoastnotification.cc", |
| 6075 | "notifications/win/fake_itoastnotification.h", |
Daniel Bratell | 880762a9 | 2018-02-05 18:11:08 | [diff] [blame] | 6076 | ] |
| 6077 | } |
| 6078 | |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6079 | if (enable_extensions) { |
| 6080 | sources += [ |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6081 | "extensions/api/messaging/native_messaging_test_util.cc", |
| 6082 | "extensions/api/messaging/native_messaging_test_util.h", |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 6083 | "extensions/chrome_extension_test_notification_observer.cc", |
| 6084 | "extensions/chrome_extension_test_notification_observer.h", |
| 6085 | "extensions/chrome_test_extension_loader.cc", |
| 6086 | "extensions/chrome_test_extension_loader.h", |
| 6087 | "extensions/extension_action_test_util.cc", |
| 6088 | "extensions/extension_action_test_util.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6089 | "extensions/mock_extension_special_storage_policy.cc", |
| 6090 | "extensions/mock_extension_special_storage_policy.h", |
| 6091 | "extensions/test_blacklist.cc", |
| 6092 | "extensions/test_blacklist.h", |
| 6093 | "extensions/test_blacklist_state_fetcher.cc", |
| 6094 | "extensions/test_blacklist_state_fetcher.h", |
satorux | b7a72ea | 2015-02-13 07:19:59 | [diff] [blame] | 6095 | "extensions/test_extension_environment.cc", |
| 6096 | "extensions/test_extension_environment.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6097 | "extensions/test_extension_prefs.cc", |
| 6098 | "extensions/test_extension_prefs.h", |
| 6099 | "extensions/test_extension_service.cc", |
| 6100 | "extensions/test_extension_service.h", |
| 6101 | "extensions/test_extension_system.cc", |
| 6102 | "extensions/test_extension_system.h", |
| 6103 | "media_galleries/media_galleries_test_util.cc", |
| 6104 | "media_galleries/media_galleries_test_util.h", |
| 6105 | ] |
lukasza | 8acc4eb | 2015-07-20 20:57:20 | [diff] [blame] | 6106 | deps += [ |
| 6107 | "//components/drive:test_support", |
Ken Rockot | 61df041 | 2019-07-26 17:12:19 | [diff] [blame] | 6108 | "//components/services/unzip:in_process", |
lukasza | 8acc4eb | 2015-07-20 20:57:20 | [diff] [blame] | 6109 | "//components/storage_monitor:test_support", |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 6110 | "//extensions:test_support", |
Mario Sanchez Prada | fdda9f6 | 2018-10-18 13:50:45 | [diff] [blame] | 6111 | "//google_apis:test_support", |
Jay Civelli | ea8f3df | 2018-01-24 05:17:32 | [diff] [blame] | 6112 | "//services/data_decoder/public/cpp:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6113 | ] |
| 6114 | } |
xhwang | c3a252b | 2016-05-23 02:35:48 | [diff] [blame] | 6115 | |
Xiaohan Wang | 3a2df1e | 2017-07-24 18:34:44 | [diff] [blame] | 6116 | if (enable_library_cdms) { |
xhwang | c3a252b | 2016-05-23 02:35:48 | [diff] [blame] | 6117 | sources += [ |
Xiaohan Wang | fef7061a | 2017-09-14 02:41:12 | [diff] [blame] | 6118 | "media/library_cdm_test_helper.cc", |
| 6119 | "media/library_cdm_test_helper.h", |
xhwang | c3a252b | 2016-05-23 02:35:48 | [diff] [blame] | 6120 | ] |
Suchit Agrawal | 33aa402 | 2017-07-12 04:13:41 | [diff] [blame] | 6121 | deps += [ "//media/cdm:cdm_paths" ] |
xhwang | c3a252b | 2016-05-23 02:35:48 | [diff] [blame] | 6122 | } |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 6123 | |
Qingsi Wang | c2213d5d | 2018-11-02 01:28:12 | [diff] [blame] | 6124 | if (enable_service_discovery) { |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 6125 | sources += [ |
| 6126 | "local_discovery/test_service_discovery_client.cc", |
| 6127 | "local_discovery/test_service_discovery_client.h", |
| 6128 | ] |
| 6129 | } |
| 6130 | |
| 6131 | if (safe_browsing_mode != 0) { |
| 6132 | # "Safe Browsing Basic" files used for safe browsing in full mode |
| 6133 | # (safe_browsing=1) and mobile (=2) |
| 6134 | sources += [ |
| 6135 | "safe_browsing/certificate_reporting_service_test_utils.cc", |
| 6136 | "safe_browsing/certificate_reporting_service_test_utils.h", |
Timothy Loh | 31cb90e | 2018-03-07 04:38:24 | [diff] [blame] | 6137 | "safe_browsing/mock_report_sender.cc", |
| 6138 | "safe_browsing/mock_report_sender.h", |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 6139 | ] |
| 6140 | } |
| 6141 | |
| 6142 | if (safe_browsing_mode == 1) { |
| 6143 | sources += [ |
| 6144 | "extensions/fake_safe_browsing_database_manager.cc", |
| 6145 | "extensions/fake_safe_browsing_database_manager.h", |
Roger Tawa | 4a99c35 | 2019-09-19 17:46:11 | [diff] [blame] | 6146 | "safe_browsing/cloud_content_scanning/fake_deep_scanning_dialog_delegate.cc", |
| 6147 | "safe_browsing/cloud_content_scanning/fake_deep_scanning_dialog_delegate.h", |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 6148 | ] |
| 6149 | } |
Dave Tapuska | 093acc6 | 2017-12-06 15:17:52 | [diff] [blame] | 6150 | |
| 6151 | if (has_spellcheck_panel) { |
| 6152 | sources += [ |
Dave Tapuska | 093acc6 | 2017-12-06 15:17:52 | [diff] [blame] | 6153 | "spellchecker/test/spellcheck_mock_panel_host.cc", |
| 6154 | "spellchecker/test/spellcheck_mock_panel_host.h", |
Ken Rockot | c185b2a | 2019-08-01 22:19:48 | [diff] [blame] | 6155 | "spellchecker/test/spellcheck_panel_browsertest_helper.cc", |
| 6156 | "spellchecker/test/spellcheck_panel_browsertest_helper.h", |
Dave Tapuska | 093acc6 | 2017-12-06 15:17:52 | [diff] [blame] | 6157 | ] |
| 6158 | } |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6159 | } |
sdefresne | d967d55 | 2015-07-16 08:34:35 | [diff] [blame] | 6160 | |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 6161 | if (!is_android) { |
| 6162 | static_library("test_support_ui") { |
| 6163 | testonly = true |
| 6164 | configs += [ "//build/config:precompiled_headers" ] |
thestig | 65d7c5c | 2015-10-06 18:13:47 | [diff] [blame] | 6165 | |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 6166 | # Always include this via the main test support UI target. |
| 6167 | visibility = [ "//chrome/test:test_support_ui" ] |
thestig | 65d7c5c | 2015-10-06 18:13:47 | [diff] [blame] | 6168 | |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 6169 | sources = [ |
Ryan Sleevi | af6d187f | 2019-12-02 20:50:47 | [diff] [blame] | 6170 | "interstitials/security_interstitial_idn_test.cc", |
| 6171 | "interstitials/security_interstitial_idn_test.h", |
vasilii | 47d59c35 | 2017-03-22 11:20:25 | [diff] [blame] | 6172 | "password_manager/password_manager_test_base.cc", |
| 6173 | "password_manager/password_manager_test_base.h", |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 6174 | "signin/token_revoker_test_utils.cc", |
| 6175 | "signin/token_revoker_test_utils.h", |
Ryan Sleevi | af6d187f | 2019-12-02 20:50:47 | [diff] [blame] | 6176 | "ssl/cert_verifier_platform_browser_test.cc", |
| 6177 | "ssl/cert_verifier_platform_browser_test.h", |
David Roger | c62f226 | 2019-01-16 17:31:04 | [diff] [blame] | 6178 | "ui/webui/signin/login_ui_test_utils.cc", |
| 6179 | "ui/webui/signin/login_ui_test_utils.h", |
rbpotter | c46964a | 2019-07-19 01:08:34 | [diff] [blame] | 6180 | "ui/webui/test_data_source.cc", |
| 6181 | "ui/webui/test_data_source.h", |
tsergeant | bd856e8 | 2017-01-12 02:36:47 | [diff] [blame] | 6182 | "ui/webui/web_ui_test_handler.cc", |
| 6183 | "ui/webui/web_ui_test_handler.h", |
| 6184 | ] |
Ivan Afanasyev | 98363376 | 2017-09-06 14:33:09 | [diff] [blame] | 6185 | |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 6186 | deps = [ |
John Budorick | fbf99d2 | 2018-06-13 22:56:35 | [diff] [blame] | 6187 | ":browser", |
Christopher Lam | bed22da4 | 2018-05-22 07:22:30 | [diff] [blame] | 6188 | "//chrome:browser_tests_pak", |
| 6189 | "//chrome/common:mojo_bindings", |
| 6190 | "//chrome/test/data:web_ui_test_bindings", |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 6191 | "//components/metrics:test_support", |
| 6192 | "//components/password_manager/core/browser:test_support", |
| 6193 | "//components/translate/content/common", |
| 6194 | ] |
| 6195 | |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 6196 | public_deps = [ "//net:test_support" ] |
tsergeant | bd856e8 | 2017-01-12 02:36:47 | [diff] [blame] | 6197 | } |
thestig | 65d7c5c | 2015-10-06 18:13:47 | [diff] [blame] | 6198 | } |
Rayan Kanso | 2e00e72b | 2019-08-23 15:32:57 | [diff] [blame] | 6199 | |
| 6200 | if (is_android) { |
| 6201 | java_cpp_enum("sharing_send_message_result_generated_enum") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 6202 | sources = [ "sharing/sharing_send_message_result.h" ] |
Rayan Kanso | 2e00e72b | 2019-08-23 15:32:57 | [diff] [blame] | 6203 | } |
Yasmin | b0ef711 | 2019-09-11 21:19:52 | [diff] [blame] | 6204 | java_cpp_enum("sharing_dialog_type_generated_enum") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 6205 | sources = [ "sharing/sharing_metrics.h" ] |
Yasmin | b0ef711 | 2019-09-11 21:19:52 | [diff] [blame] | 6206 | } |
Rayan Kanso | 2e00e72b | 2019-08-23 15:32:57 | [diff] [blame] | 6207 | } |
Zach Trudo | d10e962 | 2020-04-28 19:55:07 | [diff] [blame] | 6208 | |
| 6209 | proto_library("reporting_record_proto") { |
Zach Trudo | 1cac907 | 2020-05-07 18:41:42 | [diff] [blame] | 6210 | proto_in_dir = "//" |
Zach Trudo | d10e962 | 2020-04-28 19:55:07 | [diff] [blame] | 6211 | sources = [ "policy/messaging_layer/proto/record.proto" ] |
Zach Trudo | 1cac907 | 2020-05-07 18:41:42 | [diff] [blame] | 6212 | deps = [ "//components/policy/proto:policy_record_constants" ] |
Zach Trudo | d10e962 | 2020-04-28 19:55:07 | [diff] [blame] | 6213 | } |
| 6214 | |
| 6215 | proto_library("status_proto") { |
| 6216 | sources = [ "policy/messaging_layer/util/status.proto" ] |
| 6217 | generate_python = false |
| 6218 | } |