Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [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 |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 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") |
James Cook | a2ef888 | 2020-06-19 21:26:05 | [diff] [blame] | 9 | import("//build/config/chromeos/ui_mode.gni") |
Sebastien Marchand | 96581ee | 2020-04-21 22:34:14 | [diff] [blame] | 10 | import("//build/config/compiler/pgo/pgo.gni") |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 11 | import("//build/config/crypto.gni") |
| 12 | import("//build/config/features.gni") |
Maksim Sisov | b9326d9c | 2019-05-08 07:48:57 | [diff] [blame] | 13 | import("//build/config/linux/gtk/gtk.gni") |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 14 | import("//build/config/ui.gni") |
Tommy Steimel | 4c18d3a | 2019-11-20 19:18:36 | [diff] [blame] | 15 | import("//chrome/browser/buildflags.gni") |
Yann Dago | 78100ea | 2020-02-04 17:46:34 | [diff] [blame] | 16 | import("//chrome/browser/downgrade/buildflags.gni") |
brettw | 06c2ba3 | 2015-11-26 09:21:25 | [diff] [blame] | 17 | import("//chrome/common/features.gni") |
Mehrdad Hessar | e645ec1 | 2020-08-12 18:32:56 | [diff] [blame] | 18 | import("//chrome/services/machine_learning/features.gni") |
Colin Blundell | 7cf3fe3 | 2020-01-23 09:52:49 | [diff] [blame] | 19 | import("//components/captive_portal/core/features.gni") |
Sky Malice | b00c5d89 | 2018-05-02 19:11:13 | [diff] [blame] | 20 | import("//components/feed/features.gni") |
Dirk Pranke | ccc0c36 | 2017-09-28 22:15:11 | [diff] [blame] | 21 | import("//components/nacl/features.gni") |
Scott Violet | 9ae8289 | 2018-03-01 18:38:12 | [diff] [blame] | 22 | import("//components/offline_pages/buildflags/features.gni") |
raphael.kubo.da.costa | c4e3e52dff | 2016-08-16 15:26:48 | [diff] [blame] | 23 | import("//components/os_crypt/features.gni") |
droger | fc443126 | 2017-06-22 13:58:19 | [diff] [blame] | 24 | import("//components/signin/features.gni") |
brettw | 41446f6 | 2016-11-14 23:23:23 | [diff] [blame] | 25 | import("//components/spellcheck/spellcheck_build_features.gni") |
Scott Violet | c8240b0 | 2018-03-08 22:03:59 | [diff] [blame] | 26 | import("//device/vr/buildflags/buildflags.gni") |
| 27 | import("//extensions/buildflags/buildflags.gni") |
brettw | 5224a18 | 2016-10-28 22:13:02 | [diff] [blame] | 28 | import("//net/features.gni") |
Lei Zhang | fc8ec94 | 2018-11-17 02:53:36 | [diff] [blame] | 29 | import("//pdf/features.gni") |
Scott Violet | 02e38b9 | 2018-03-27 23:42:14 | [diff] [blame] | 30 | import("//ppapi/buildflags/buildflags.gni") |
Scott Violet | 318a55f | 2018-03-30 19:08:19 | [diff] [blame] | 31 | import("//printing/buildflags/buildflags.gni") |
Scott Violet | a5f7ba1 | 2018-04-02 22:03:40 | [diff] [blame] | 32 | import("//rlz/buildflags/buildflags.gni") |
rsesek | 7b1273af0 | 2016-12-06 20:55:47 | [diff] [blame] | 33 | import("//sandbox/features.gni") |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 34 | import("//third_party/protobuf/proto_library.gni") |
Tomas Popela | 253a583 | 2019-01-14 17:22:10 | [diff] [blame] | 35 | import("//third_party/webrtc/webrtc.gni") |
Xiaohan Wang | f170c73 | 2018-09-27 05:45:26 | [diff] [blame] | 36 | import("//third_party/widevine/cdm/widevine.gni") |
tapted | c604523 | 2016-11-30 10:42:07 | [diff] [blame] | 37 | import("//ui/base/ui_features.gni") |
scottmg | a266f95 | 2014-12-03 20:47:10 | [diff] [blame] | 38 | |
James Robinson | 2ed4d69 | 2014-09-17 05:20:58 | [diff] [blame] | 39 | # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
| 40 | # produces a conflict for the "grit" template so we have to only include one. |
| 41 | if (is_android) { |
| 42 | import("//build/config/android/rules.gni") |
Samuel Huang | 0a25657 | 2019-08-29 16:48:42 | [diff] [blame] | 43 | import("//chrome/android/features/dev_ui/dev_ui_module.gni") |
James Robinson | 2ed4d69 | 2014-09-17 05:20:58 | [diff] [blame] | 44 | } else { |
| 45 | import("//tools/grit/grit_rule.gni") |
| 46 | } |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 47 | |
Sebastien Marchand | 5caf7c3 | 2020-07-14 21:07:12 | [diff] [blame] | 48 | if (is_win) { |
| 49 | import("//build/config/win/manifest.gni") |
| 50 | } |
| 51 | |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 52 | additional_modules_list_file = |
| 53 | "$root_gen_dir/chrome/browser/internal/additional_modules_list.txt" |
| 54 | |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 55 | # Reset sources_assignment_filter for the BUILD.gn file to prevent |
| 56 | # regression during the migration of Chromium away from the feature. |
| 57 | # See docs/no_sources_assignment_filter.md for more information. |
| 58 | # TODO(crbug.com/1018739): remove this when migration is done. |
| 59 | set_sources_assignment_filter([]) |
| 60 | |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 61 | if (is_win) { |
| 62 | # This is in a separate config so the flags can be applied to dependents. |
| 63 | # ldflags in GN aren't automatically inherited. |
| 64 | config("browser_win_linker_flags") { |
| 65 | libs = [ |
| 66 | "credui.lib", |
jam | 66e4b2b | 2016-04-01 15:09:09 | [diff] [blame] | 67 | "cryptui.lib", |
| 68 | "dwmapi.lib", |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 69 | "netapi32.lib", |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 70 | "ndfapi.lib", # For browser / net / net_error_diagnostics_dialog_win.h |
| 71 | "pdh.lib", # For browser / private_working_set_snapshot.h |
| 72 | "wbemuuid.lib", # For browser / metrics / |
| 73 | # antivirus_metrics_provider_win.cc |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 74 | ] |
manzagop | 74808fc | 2016-05-13 20:44:39 | [diff] [blame] | 75 | ldflags = [ |
| 76 | "/DELAYLOAD:ndfapi.dll", |
| 77 | "/DELAYLOAD:pdh.dll", # The task manager is rarely used. |
| 78 | ] |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 79 | } |
| 80 | } |
| 81 | |
Tommy Steimel | 4c18d3a | 2019-11-20 19:18:36 | [diff] [blame] | 82 | buildflag_header("buildflags") { |
| 83 | header = "buildflags.h" |
Sebastien Marchand | 96581ee | 2020-04-21 22:34:14 | [diff] [blame] | 84 | flags = [ |
| 85 | "CLANG_PGO=$chrome_pgo_phase", |
| 86 | "ENABLE_KALEIDOSCOPE=$enable_kaleidoscope", |
Sebastien Marchand | a0dc922 | 2020-06-18 12:22:57 | [diff] [blame] | 87 | "USE_THIN_LTO=$use_thin_lto", |
Sebastien Marchand | 96581ee | 2020-04-21 22:34:14 | [diff] [blame] | 88 | ] |
Sebastien Marchand | 5caf7c3 | 2020-07-14 21:07:12 | [diff] [blame] | 89 | if (is_win) { |
| 90 | flags += [ "ENABLE_SEGMENT_HEAP=$enable_segment_heap" ] |
| 91 | } |
Tommy Steimel | 4c18d3a | 2019-11-20 19:18:36 | [diff] [blame] | 92 | } |
| 93 | |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 94 | # This proto library is used for non - android NTPs below. |
Ramya Nagarajan | 90f3b266 | 2018-05-25 15:21:20 | [diff] [blame] | 95 | proto_library("ntp_background_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 96 | sources = [ "search/background/ntp_background.proto" ] |
Ramya Nagarajan | 90f3b266 | 2018-05-25 15:21:20 | [diff] [blame] | 97 | generate_python = false |
| 98 | } |
| 99 | |
brettw | 022f8f3 | 2016-06-14 01:22:39 | [diff] [blame] | 100 | # Use a static library here because many test binaries depend on this but don't |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 101 | # require many files from it.This makes linking more efficient. |
Lei Zhang | faf6b77 | 2020-05-11 19:05:47 | [diff] [blame] | 102 | static_library("browser") { |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 103 | sources = [ |
| 104 | "about_flags.cc", |
| 105 | "about_flags.h", |
Dominic Mazzoni | 21fb028 | 2019-02-13 18:32:47 | [diff] [blame] | 106 | "accessibility/accessibility_labels_service.cc", |
| 107 | "accessibility/accessibility_labels_service.h", |
| 108 | "accessibility/accessibility_labels_service_factory.cc", |
| 109 | "accessibility/accessibility_labels_service_factory.h", |
Dominic Mazzoni | 7b82a6d | 2017-08-30 04:52:26 | [diff] [blame] | 110 | "accessibility/accessibility_permission_context.cc", |
| 111 | "accessibility/accessibility_permission_context.h", |
Katie D | 62c2b9ad | 2019-01-15 03:34:11 | [diff] [blame] | 112 | "accessibility/accessibility_state_utils.cc", |
| 113 | "accessibility/accessibility_state_utils.h", |
James Wallace-Lee | eafc94cb9 | 2018-07-23 21:35:09 | [diff] [blame] | 114 | "accessibility/accessibility_ui.cc", |
| 115 | "accessibility/accessibility_ui.h", |
Abigail Klein | a81f2e2 | 2020-05-04 14:32:41 | [diff] [blame] | 116 | "accessibility/caption_util.cc", |
| 117 | "accessibility/caption_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 118 | "after_startup_task_utils.cc", |
| 119 | "after_startup_task_utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 120 | "app_mode/app_mode_utils.cc", |
| 121 | "app_mode/app_mode_utils.h", |
[email protected] | 98820ac7 | 2019-01-24 19:47:16 | [diff] [blame] | 122 | "apps/user_type_filter.cc", |
| 123 | "apps/user_type_filter.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 124 | "assist_ranker/assist_ranker_service_factory.cc", |
| 125 | "assist_ranker/assist_ranker_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 126 | "autocomplete/autocomplete_classifier_factory.cc", |
| 127 | "autocomplete/autocomplete_classifier_factory.h", |
| 128 | "autocomplete/chrome_autocomplete_provider_client.cc", |
| 129 | "autocomplete/chrome_autocomplete_provider_client.h", |
| 130 | "autocomplete/chrome_autocomplete_scheme_classifier.cc", |
| 131 | "autocomplete/chrome_autocomplete_scheme_classifier.h", |
Travis Skare | 13393cb | 2018-07-19 02:47:56 | [diff] [blame] | 132 | "autocomplete/document_suggestions_service_factory.cc", |
| 133 | "autocomplete/document_suggestions_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 134 | "autocomplete/in_memory_url_index_factory.cc", |
| 135 | "autocomplete/in_memory_url_index_factory.h", |
Tommy C. Li | 06ec26a | 2019-06-10 18:01:42 | [diff] [blame] | 136 | "autocomplete/remote_suggestions_service_factory.cc", |
| 137 | "autocomplete/remote_suggestions_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 138 | "autocomplete/shortcuts_backend_factory.cc", |
| 139 | "autocomplete/shortcuts_backend_factory.h", |
Mathieu Perreault | 21c822a | 2017-10-24 20:13:03 | [diff] [blame] | 140 | "autofill/address_normalizer_factory.cc", |
| 141 | "autofill/address_normalizer_factory.h", |
Sebastien Lalancette | ecaff4dd | 2018-12-17 22:38:06 | [diff] [blame] | 142 | "autofill/autocomplete_history_manager_factory.cc", |
| 143 | "autofill/autocomplete_history_manager_factory.h", |
Anne Lim | 13e1d465 | 2019-08-20 17:36:41 | [diff] [blame] | 144 | "autofill/autofill_gstatic_reader.cc", |
| 145 | "autofill/autofill_gstatic_reader.h", |
Parastoo Geranmayeh | 7352302 | 2018-10-02 01:43:59 | [diff] [blame] | 146 | "autofill/autofill_profile_validator_factory.cc", |
| 147 | "autofill/autofill_profile_validator_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 148 | "autofill/personal_data_manager_factory.cc", |
| 149 | "autofill/personal_data_manager_factory.h", |
| 150 | "autofill/risk_util.cc", |
| 151 | "autofill/risk_util.h", |
Anne Lim | 6cc36db | 2018-12-18 15:52:31 | [diff] [blame] | 152 | "autofill/strike_database_factory.cc", |
| 153 | "autofill/strike_database_factory.h", |
sebsg | be92902 | 2016-10-05 15:04:14 | [diff] [blame] | 154 | "autofill/validation_rules_storage_factory.cc", |
| 155 | "autofill/validation_rules_storage_factory.h", |
Robert Ogden | 8e7116ea | 2019-07-25 18:54:08 | [diff] [blame] | 156 | "availability/availability_prober.cc", |
| 157 | "availability/availability_prober.h", |
Dan Elphick | 97521318 | 2017-09-22 10:37:47 | [diff] [blame] | 158 | "background_fetch/background_fetch_delegate_factory.cc", |
| 159 | "background_fetch/background_fetch_delegate_factory.h", |
| 160 | "background_fetch/background_fetch_delegate_impl.cc", |
| 161 | "background_fetch/background_fetch_delegate_impl.h", |
Dan Elphick | 906e137 | 2017-09-29 00:36:49 | [diff] [blame] | 162 | "background_fetch/background_fetch_download_client.cc", |
| 163 | "background_fetch/background_fetch_download_client.h", |
Mugdha Lakhani | 7895d36 | 2018-10-05 18:35:38 | [diff] [blame] | 164 | "background_fetch/background_fetch_permission_context.cc", |
| 165 | "background_fetch/background_fetch_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 166 | "background_sync/background_sync_controller_factory.cc", |
| 167 | "background_sync/background_sync_controller_factory.h", |
| 168 | "background_sync/background_sync_controller_impl.cc", |
| 169 | "background_sync/background_sync_controller_impl.h", |
Rayan Kanso | ad6f06f | 2019-04-16 19:47:13 | [diff] [blame] | 170 | "background_sync/background_sync_metrics.cc", |
| 171 | "background_sync/background_sync_metrics.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 172 | "background_sync/background_sync_permission_context.cc", |
| 173 | "background_sync/background_sync_permission_context.h", |
Mugdha Lakhani | 4ed3c29 | 2019-05-02 11:41:44 | [diff] [blame] | 174 | "background_sync/periodic_background_sync_permission_context.cc", |
| 175 | "background_sync/periodic_background_sync_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 176 | "bad_message.cc", |
| 177 | "bad_message.h", |
| 178 | "banners/app_banner_manager.cc", |
| 179 | "banners/app_banner_manager.h", |
| 180 | "banners/app_banner_metrics.cc", |
| 181 | "banners/app_banner_metrics.h", |
| 182 | "banners/app_banner_settings_helper.cc", |
| 183 | "banners/app_banner_settings_helper.h", |
Ryan Sturm | f0ad429 | 2019-05-10 00:51:10 | [diff] [blame] | 184 | "battery/battery_metrics.cc", |
| 185 | "battery/battery_metrics.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 186 | "bitmap_fetcher/bitmap_fetcher.cc", |
| 187 | "bitmap_fetcher/bitmap_fetcher.h", |
| 188 | "bitmap_fetcher/bitmap_fetcher_delegate.h", |
| 189 | "bitmap_fetcher/bitmap_fetcher_service.cc", |
| 190 | "bitmap_fetcher/bitmap_fetcher_service.h", |
| 191 | "bitmap_fetcher/bitmap_fetcher_service_factory.cc", |
| 192 | "bitmap_fetcher/bitmap_fetcher_service_factory.h", |
Ovidio Henriquez | efc822a3 | 2020-01-14 23:44:13 | [diff] [blame] | 193 | "bluetooth/bluetooth_chooser_context.cc", |
| 194 | "bluetooth/bluetooth_chooser_context.h", |
| 195 | "bluetooth/bluetooth_chooser_context_factory.cc", |
| 196 | "bluetooth/bluetooth_chooser_context_factory.h", |
Ovidio Henriquez | 3d729f6 | 2020-02-07 00:43:29 | [diff] [blame] | 197 | "bluetooth/chrome_bluetooth_delegate.cc", |
| 198 | "bluetooth/chrome_bluetooth_delegate.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 199 | "bookmarks/bookmark_model_factory.cc", |
| 200 | "bookmarks/bookmark_model_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 201 | "bookmarks/chrome_bookmark_client.cc", |
| 202 | "bookmarks/chrome_bookmark_client.h", |
| 203 | "bookmarks/managed_bookmark_service_factory.cc", |
| 204 | "bookmarks/managed_bookmark_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 205 | "browser_about_handler.cc", |
| 206 | "browser_about_handler.h", |
Ahmed Fakhry | 4f567e69 | 2018-10-16 15:51:08 | [diff] [blame] | 207 | "browser_features.cc", |
| 208 | "browser_features.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 209 | "browser_process.cc", |
| 210 | "browser_process.h", |
| 211 | "browser_process_impl.cc", |
| 212 | "browser_process_impl.h", |
| 213 | "browser_process_platform_part.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 214 | "browser_process_platform_part_base.cc", |
| 215 | "browser_process_platform_part_base.h", |
Clark DuVall | f518925 | 2020-04-15 22:33:34 | [diff] [blame] | 216 | "browsing_data/browsing_data_file_system_util.cc", |
| 217 | "browsing_data/browsing_data_file_system_util.h", |
Christian Dullweber | 828acb9 | 2018-03-20 14:54:28 | [diff] [blame] | 218 | "browsing_data/browsing_data_history_observer_service.cc", |
| 219 | "browsing_data/browsing_data_history_observer_service.h", |
dullweber | f5de69b | 2017-05-18 13:20:37 | [diff] [blame] | 220 | "browsing_data/browsing_data_important_sites_util.cc", |
| 221 | "browsing_data/browsing_data_important_sites_util.h", |
jrummell | 6f67ebb | 2016-10-13 21:24:34 | [diff] [blame] | 222 | "browsing_data/browsing_data_media_license_helper.cc", |
| 223 | "browsing_data/browsing_data_media_license_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 224 | "browsing_data/browsing_data_quota_helper.cc", |
| 225 | "browsing_data/browsing_data_quota_helper.h", |
| 226 | "browsing_data/browsing_data_quota_helper_impl.cc", |
| 227 | "browsing_data/browsing_data_quota_helper_impl.h", |
msramek | 3248025 | 2016-12-13 15:35:19 | [diff] [blame] | 228 | "browsing_data/chrome_browsing_data_remover_delegate.cc", |
| 229 | "browsing_data/chrome_browsing_data_remover_delegate.h", |
msramek | e169ccb | 2017-04-26 05:21:41 | [diff] [blame] | 230 | "browsing_data/chrome_browsing_data_remover_delegate_factory.cc", |
| 231 | "browsing_data/chrome_browsing_data_remover_delegate_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 232 | "browsing_data/cookies_tree_model.cc", |
| 233 | "browsing_data/cookies_tree_model.h", |
Christian Dullweber | 278b061 | 2018-01-15 15:44:31 | [diff] [blame] | 234 | "browsing_data/counters/browsing_data_counter_factory.cc", |
| 235 | "browsing_data/counters/browsing_data_counter_factory.h", |
| 236 | "browsing_data/counters/browsing_data_counter_utils.cc", |
| 237 | "browsing_data/counters/browsing_data_counter_utils.h", |
| 238 | "browsing_data/counters/cache_counter.cc", |
| 239 | "browsing_data/counters/cache_counter.h", |
| 240 | "browsing_data/counters/downloads_counter.cc", |
| 241 | "browsing_data/counters/downloads_counter.h", |
Martin Kreichgauer | 0c05f13 | 2018-10-02 20:13:40 | [diff] [blame] | 242 | "browsing_data/counters/signin_data_counter.cc", |
| 243 | "browsing_data/counters/signin_data_counter.h", |
Christian Dullweber | 278b061 | 2018-01-15 15:44:31 | [diff] [blame] | 244 | "browsing_data/counters/site_data_counter.cc", |
| 245 | "browsing_data/counters/site_data_counter.h", |
| 246 | "browsing_data/counters/site_data_counting_helper.cc", |
| 247 | "browsing_data/counters/site_data_counting_helper.h", |
Christian Dullweber | 5decc53 | 2018-05-03 14:53:13 | [diff] [blame] | 248 | "browsing_data/counters/site_settings_counter.cc", |
| 249 | "browsing_data/counters/site_settings_counter.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 250 | "browsing_data/local_data_container.cc", |
| 251 | "browsing_data/local_data_container.h", |
Christian Dullweber | 1af31e6 | 2018-02-22 11:49:48 | [diff] [blame] | 252 | "browsing_data/navigation_entry_remover.cc", |
| 253 | "browsing_data/navigation_entry_remover.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 254 | "browsing_data/site_data_size_collector.cc", |
| 255 | "browsing_data/site_data_size_collector.h", |
nigeltao | beff0a10 | 2017-04-29 09:30:37 | [diff] [blame] | 256 | "cache_stats_recorder.cc", |
| 257 | "cache_stats_recorder.h", |
Reilly Grant | 409406c | 2018-04-05 18:03:05 | [diff] [blame] | 258 | "chooser_controller/chooser_controller.cc", |
| 259 | "chooser_controller/chooser_controller.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 260 | "chrome_browser_field_trials.cc", |
| 261 | "chrome_browser_field_trials.h", |
Oksana Zhuravlova | 4dd171e8 | 2019-08-16 20:54:00 | [diff] [blame] | 262 | "chrome_browser_interface_binders.cc", |
| 263 | "chrome_browser_interface_binders.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 264 | "chrome_browser_main.cc", |
| 265 | "chrome_browser_main.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 266 | "chrome_browser_main_extra_parts.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 267 | "chrome_content_browser_client.cc", |
| 268 | "chrome_content_browser_client.h", |
| 269 | "chrome_content_browser_client_parts.h", |
Robert Sesek | 4fed6f1e | 2019-10-15 23:31:01 | [diff] [blame] | 270 | "chrome_content_browser_client_receiver_bindings.cc", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 271 | "chrome_notification_types.h", |
Xi Han | 349162b | 2018-10-26 12:44:23 | [diff] [blame] | 272 | "chrome_resource_bundle_helper.cc", |
| 273 | "chrome_resource_bundle_helper.h", |
Tarun Bansal | 837bac2 | 2018-12-12 06:59:01 | [diff] [blame] | 274 | "client_hints/client_hints_factory.cc", |
| 275 | "client_hints/client_hints_factory.h", |
Darwin Huang | f666174 | 2019-12-06 23:31:31 | [diff] [blame] | 276 | "clipboard/clipboard_read_write_permission_context.cc", |
| 277 | "clipboard/clipboard_read_write_permission_context.h", |
| 278 | "clipboard/clipboard_sanitized_write_permission_context.cc", |
| 279 | "clipboard/clipboard_sanitized_write_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 280 | "command_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 281 | "command_updater.h", |
| 282 | "command_updater_delegate.h", |
Ivan Sandrk | 9669d0e | 2017-12-15 23:50:20 | [diff] [blame] | 283 | "command_updater_impl.cc", |
| 284 | "command_updater_impl.h", |
David Maunder | e7daf77 | 2019-08-30 14:13:29 | [diff] [blame] | 285 | "complex_tasks/endpoint_fetcher/endpoint_fetcher.cc", |
| 286 | "complex_tasks/endpoint_fetcher/endpoint_fetcher.h", |
Mei Liang | 2efb9d13 | 2019-01-16 05:39:28 | [diff] [blame] | 287 | "complex_tasks/task_tab_helper.cc", |
| 288 | "complex_tasks/task_tab_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 289 | "component_updater/chrome_component_updater_configurator.cc", |
| 290 | "component_updater/chrome_component_updater_configurator.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 291 | "component_updater/component_updater_prefs.cc", |
| 292 | "component_updater/component_updater_prefs.h", |
sorin | 2142368 | 2016-10-06 17:51:20 | [diff] [blame] | 293 | "component_updater/component_updater_utils.cc", |
| 294 | "component_updater/component_updater_utils.h", |
Joshua Pawlicki | ddf9723e | 2017-10-24 15:24:23 | [diff] [blame] | 295 | "component_updater/crl_set_component_installer.cc", |
| 296 | "component_updater/crl_set_component_installer.h", |
Balazs Engedy | ce7f30a | 2019-11-29 17:53:00 | [diff] [blame] | 297 | "component_updater/crowd_deny_component_installer.cc", |
| 298 | "component_updater/crowd_deny_component_installer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 299 | "component_updater/file_type_policies_component_installer.cc", |
| 300 | "component_updater/file_type_policies_component_installer.h", |
Yao Xiao | 431dec6 | 2020-06-25 14:13:06 | [diff] [blame] | 301 | "component_updater/floc_blocklist_component_installer.cc", |
| 302 | "component_updater/floc_blocklist_component_installer.h", |
Sebastien | cd4ee8cb | 2019-11-20 22:33:49 | [diff] [blame] | 303 | "component_updater/games_component_installer.cc", |
| 304 | "component_updater/games_component_installer.h", |
Becca Hughes | d89f6ff | 2017-12-13 13:20:44 | [diff] [blame] | 305 | "component_updater/mei_preload_component_installer.cc", |
| 306 | "component_updater/mei_preload_component_installer.h", |
Sophie Chang | f453c052 | 2017-11-03 06:33:49 | [diff] [blame] | 307 | "component_updater/optimization_hints_component_installer.cc", |
| 308 | "component_updater/optimization_hints_component_installer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 309 | "component_updater/origin_trials_component_installer.cc", |
| 310 | "component_updater/origin_trials_component_installer.h", |
| 311 | "component_updater/pnacl_component_installer.cc", |
| 312 | "component_updater/pnacl_component_installer.h", |
| 313 | "component_updater/recovery_component_installer.cc", |
| 314 | "component_updater/recovery_component_installer.h", |
sorin | 6ddc3bb | 2017-02-08 23:35:19 | [diff] [blame] | 315 | "component_updater/recovery_improved_component_installer.cc", |
| 316 | "component_updater/recovery_improved_component_installer.h", |
Lei Zhang | c9e9f1d | 2020-02-06 04:15:22 | [diff] [blame] | 317 | "component_updater/registration.cc", |
| 318 | "component_updater/registration.h", |
Mustafa Emre Acer | b9ca6196 | 2019-07-25 06:24:13 | [diff] [blame] | 319 | "component_updater/safety_tips_component_installer.cc", |
| 320 | "component_updater/safety_tips_component_installer.h", |
Mustafa Emre Acer | a56f7bc0 | 2019-08-01 16:18:12 | [diff] [blame] | 321 | "component_updater/ssl_error_assistant_component_installer.cc", |
| 322 | "component_updater/ssl_error_assistant_component_installer.h", |
Ryan Sleevi | 3e59ea3a0 | 2019-05-28 23:33:05 | [diff] [blame] | 323 | "component_updater/sth_set_component_remover.cc", |
| 324 | "component_updater/sth_set_component_remover.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 325 | "component_updater/subresource_filter_component_installer.cc", |
| 326 | "component_updater/subresource_filter_component_installer.h", |
Christopher Thompson | be9cafe | 2020-02-05 04:46:11 | [diff] [blame] | 327 | "component_updater/tls_deprecation_config_component_installer.cc", |
| 328 | "component_updater/tls_deprecation_config_component_installer.h", |
David Van Cleve | 0463657 | 2020-04-16 20:34:53 | [diff] [blame] | 329 | "component_updater/trust_token_key_commitments_component_installer.cc", |
| 330 | "component_updater/trust_token_key_commitments_component_installer.h", |
Jan Wilken Dörrie | 28dee2de | 2020-07-28 20:15:01 | [diff] [blame] | 331 | "component_updater/zxcvbn_data_component_installer.cc", |
| 332 | "component_updater/zxcvbn_data_component_installer.h", |
Martin Sramek | 0d86260a | 2017-11-13 12:09:20 | [diff] [blame] | 333 | "consent_auditor/consent_auditor_factory.cc", |
| 334 | "consent_auditor/consent_auditor_factory.h", |
Rayan Kanso | 9f3944a | 2019-07-30 12:18:07 | [diff] [blame] | 335 | "content_index/content_index_metrics.cc", |
| 336 | "content_index/content_index_metrics.h", |
Rayan Kanso | 24f7d41 | 2019-07-11 10:09:30 | [diff] [blame] | 337 | "content_index/content_index_provider_factory.cc", |
| 338 | "content_index/content_index_provider_factory.h", |
| 339 | "content_index/content_index_provider_impl.cc", |
| 340 | "content_index/content_index_provider_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 341 | "content_settings/chrome_content_settings_utils.cc", |
| 342 | "content_settings/chrome_content_settings_utils.h", |
Clark DuVall | 06dea02 | 2020-04-21 17:07:31 | [diff] [blame] | 343 | "content_settings/content_settings_manager_delegate.cc", |
| 344 | "content_settings/content_settings_manager_delegate.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 345 | "content_settings/cookie_settings_factory.cc", |
| 346 | "content_settings/cookie_settings_factory.h", |
| 347 | "content_settings/host_content_settings_map_factory.cc", |
| 348 | "content_settings/host_content_settings_map_factory.h", |
carlosk | d9d9794 | 2017-02-16 08:58:09 | [diff] [blame] | 349 | "content_settings/mixed_content_settings_tab_helper.cc", |
| 350 | "content_settings/mixed_content_settings_tab_helper.h", |
Carlos Caballero | b428320 | 2020-08-10 14:40:46 | [diff] [blame] | 351 | "content_settings/page_specific_content_settings_delegate.cc", |
| 352 | "content_settings/page_specific_content_settings_delegate.h", |
Tommy Steimel | 2f976a6 | 2017-07-18 19:16:39 | [diff] [blame] | 353 | "content_settings/sound_content_setting_observer.cc", |
| 354 | "content_settings/sound_content_setting_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 355 | "crash_upload_list/crash_upload_list.cc", |
| 356 | "crash_upload_list/crash_upload_list.h", |
| 357 | "custom_handlers/protocol_handler_registry.cc", |
| 358 | "custom_handlers/protocol_handler_registry.h", |
| 359 | "custom_handlers/protocol_handler_registry_factory.cc", |
| 360 | "custom_handlers/protocol_handler_registry_factory.h", |
Zhuoyu Qian | cb197638 | 2018-12-13 02:18:30 | [diff] [blame] | 361 | "data_reduction_proxy/data_reduction_proxy_chrome_settings.cc", |
| 362 | "data_reduction_proxy/data_reduction_proxy_chrome_settings.h", |
| 363 | "data_reduction_proxy/data_reduction_proxy_chrome_settings_factory.cc", |
| 364 | "data_reduction_proxy/data_reduction_proxy_chrome_settings_factory.h", |
Robert Ogden | 11f6e89 | 2019-03-22 18:12:42 | [diff] [blame] | 365 | "data_reduction_proxy/data_reduction_proxy_tab_helper.cc", |
| 366 | "data_reduction_proxy/data_reduction_proxy_tab_helper.h", |
rajendrant | dce70a0 | 2018-10-12 06:24:24 | [diff] [blame] | 367 | "data_use_measurement/chrome_data_use_measurement.cc", |
| 368 | "data_use_measurement/chrome_data_use_measurement.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 369 | "defaults.cc", |
| 370 | "defaults.h", |
Anthony Vallee-Dubois | 95745e6d | 2020-02-07 21:42:30 | [diff] [blame] | 371 | "device_oauth2_token_store.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 372 | "dom_distiller/dom_distiller_service_factory.cc", |
| 373 | "dom_distiller/dom_distiller_service_factory.h", |
| 374 | "dom_distiller/lazy_dom_distiller_service.cc", |
| 375 | "dom_distiller/lazy_dom_distiller_service.h", |
| 376 | "dom_distiller/profile_utils.cc", |
| 377 | "dom_distiller/profile_utils.h", |
| 378 | "dom_distiller/tab_utils.cc", |
| 379 | "dom_distiller/tab_utils.h", |
| 380 | "domain_reliability/service_factory.cc", |
| 381 | "domain_reliability/service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 382 | "download/chrome_download_manager_delegate.cc", |
| 383 | "download/chrome_download_manager_delegate.h", |
Mohamed Heikal | a3134b9 | 2019-04-30 04:20:39 | [diff] [blame] | 384 | "download/deferred_client_wrapper.cc", |
| 385 | "download/deferred_client_wrapper.h", |
Chris Sharp | 3886555 | 2020-04-30 19:49:47 | [diff] [blame] | 386 | "download/download_auto_open_policy_handler.cc", |
| 387 | "download/download_auto_open_policy_handler.h", |
Asanka Herath | 8588407 | 2017-04-12 16:28:44 | [diff] [blame] | 388 | "download/download_confirmation_reason.h", |
| 389 | "download/download_confirmation_result.h", |
peter | ccb33e8 | 2017-05-02 19:00:44 | [diff] [blame] | 390 | "download/download_core_service.cc", |
| 391 | "download/download_core_service.h", |
| 392 | "download/download_core_service_factory.cc", |
| 393 | "download/download_core_service_factory.h", |
| 394 | "download/download_core_service_impl.cc", |
| 395 | "download/download_core_service_impl.h", |
Xing Liu | 64fab36 | 2020-06-05 00:50:03 | [diff] [blame] | 396 | "download/download_dialog_types.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 397 | "download/download_file_picker.cc", |
| 398 | "download/download_file_picker.h", |
| 399 | "download/download_history.cc", |
| 400 | "download/download_history.h", |
| 401 | "download/download_item_model.cc", |
| 402 | "download/download_item_model.h", |
Min Qin | 2ab1d14e | 2019-04-08 18:03:33 | [diff] [blame] | 403 | "download/download_manager_utils.cc", |
| 404 | "download/download_manager_utils.h", |
Shakti Sahu | e5d5c72 | 2018-06-29 02:41:13 | [diff] [blame] | 405 | "download/download_offline_content_provider.cc", |
| 406 | "download/download_offline_content_provider.h", |
Henrique Nakashima | e7f603f4 | 2019-06-21 18:38:52 | [diff] [blame] | 407 | "download/download_offline_content_provider_factory.cc", |
| 408 | "download/download_offline_content_provider_factory.h", |
timloh | 178801f | 2017-06-13 04:17:58 | [diff] [blame] | 409 | "download/download_permission_request.cc", |
| 410 | "download/download_permission_request.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 411 | "download/download_prefs.cc", |
| 412 | "download/download_prefs.h", |
Joy Ming | 41055bd | 2018-02-09 21:48:03 | [diff] [blame] | 413 | "download/download_prompt_status.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 414 | "download/download_query.cc", |
| 415 | "download/download_query.h", |
| 416 | "download/download_request_limiter.cc", |
| 417 | "download/download_request_limiter.h", |
dtrainor | 620a4a8 | 2017-05-04 17:34:50 | [diff] [blame] | 418 | "download/download_service_factory.cc", |
| 419 | "download/download_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 420 | "download/download_started_animation.h", |
| 421 | "download/download_stats.cc", |
| 422 | "download/download_stats.h", |
| 423 | "download/download_status_updater.cc", |
| 424 | "download/download_status_updater.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 425 | "download/download_target_determiner.cc", |
| 426 | "download/download_target_determiner.h", |
| 427 | "download/download_target_determiner_delegate.h", |
Asanka Herath | 8588407 | 2017-04-12 16:28:44 | [diff] [blame] | 428 | "download/download_target_info.cc", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 429 | "download/download_target_info.h", |
Shakti Sahu | b416f37 | 2017-06-13 18:12:05 | [diff] [blame] | 430 | "download/download_task_scheduler_impl.cc", |
| 431 | "download/download_task_scheduler_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 432 | "download/download_ui_controller.cc", |
| 433 | "download/download_ui_controller.h", |
Min Qin | dd83b7ab | 2018-09-14 22:40:46 | [diff] [blame] | 434 | "download/download_ui_model.cc", |
| 435 | "download/download_ui_model.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 436 | "download/drag_download_item.h", |
Joe DeBlasio | 2c5ebf3 | 2019-05-24 19:15:48 | [diff] [blame] | 437 | "download/mixed_content_download_blocking.cc", |
| 438 | "download/mixed_content_download_blocking.h", |
Min Qin | dc273049 | 2018-09-07 23:53:29 | [diff] [blame] | 439 | "download/offline_item_model.cc", |
| 440 | "download/offline_item_model.h", |
Min Qin | 27a5d1f | 2018-09-13 22:05:51 | [diff] [blame] | 441 | "download/offline_item_model_data.h", |
Min Qin | dc273049 | 2018-09-07 23:53:29 | [diff] [blame] | 442 | "download/offline_item_model_manager.cc", |
| 443 | "download/offline_item_model_manager.h", |
| 444 | "download/offline_item_model_manager_factory.cc", |
| 445 | "download/offline_item_model_manager_factory.h", |
Shakti Sahu | e5d5c72 | 2018-06-29 02:41:13 | [diff] [blame] | 446 | "download/offline_item_utils.cc", |
| 447 | "download/offline_item_utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 448 | "download/save_package_file_picker.cc", |
| 449 | "download/save_package_file_picker.h", |
Min Qin | 26f5dea | 2019-04-10 19:04:25 | [diff] [blame] | 450 | "download/simple_download_manager_coordinator_factory.cc", |
| 451 | "download/simple_download_manager_coordinator_factory.h", |
mad | 669452f | 2017-07-04 19:39:29 | [diff] [blame] | 452 | "download/trusted_sources_manager.cc", |
| 453 | "download/trusted_sources_manager.h", |
dullweber | 4870daad | 2017-05-18 15:06:10 | [diff] [blame] | 454 | "engagement/important_sites_usage_counter.cc", |
| 455 | "engagement/important_sites_usage_counter.h", |
dmurph | ef859ea | 2016-10-06 21:42:23 | [diff] [blame] | 456 | "engagement/important_sites_util.cc", |
| 457 | "engagement/important_sites_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 458 | "engagement/site_engagement_helper.cc", |
| 459 | "engagement/site_engagement_helper.h", |
| 460 | "engagement/site_engagement_metrics.cc", |
| 461 | "engagement/site_engagement_metrics.h", |
| 462 | "engagement/site_engagement_observer.cc", |
| 463 | "engagement/site_engagement_observer.h", |
| 464 | "engagement/site_engagement_score.cc", |
| 465 | "engagement/site_engagement_score.h", |
| 466 | "engagement/site_engagement_service.cc", |
| 467 | "engagement/site_engagement_service.h", |
| 468 | "engagement/site_engagement_service_factory.cc", |
| 469 | "engagement/site_engagement_service_factory.h", |
Yann Dago | 84fc62ae | 2020-05-27 17:09:07 | [diff] [blame] | 470 | "enterprise/browser_management/browser_management_service.cc", |
| 471 | "enterprise/browser_management/browser_management_service.h", |
| 472 | "enterprise/browser_management/browser_management_status_provider.cc", |
| 473 | "enterprise/browser_management/browser_management_status_provider.h", |
Tommy Martino | 52430fc | 2020-04-22 22:58:31 | [diff] [blame] | 474 | "enterprise/util/managed_browser_utils.cc", |
| 475 | "enterprise/util/managed_browser_utils.h", |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 476 | "expired_flags_list.h", |
Todd Sahl | 1395963 | 2020-06-18 07:40:11 | [diff] [blame] | 477 | "external_protocol/auto_launch_protocols_policy_handler.cc", |
| 478 | "external_protocol/auto_launch_protocols_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 479 | "external_protocol/external_protocol_handler.cc", |
| 480 | "external_protocol/external_protocol_handler.h", |
| 481 | "external_protocol/external_protocol_observer.cc", |
| 482 | "external_protocol/external_protocol_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 483 | "favicon/chrome_favicon_client.cc", |
| 484 | "favicon/chrome_favicon_client.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 485 | "favicon/favicon_service_factory.cc", |
| 486 | "favicon/favicon_service_factory.h", |
| 487 | "favicon/favicon_utils.cc", |
| 488 | "favicon/favicon_utils.h", |
Victor Hugo Vianna Silva | df127bfc | 2019-07-03 00:02:12 | [diff] [blame] | 489 | "favicon/history_ui_favicon_request_handler_factory.cc", |
| 490 | "favicon/history_ui_favicon_request_handler_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 491 | "favicon/large_icon_service_factory.cc", |
| 492 | "favicon/large_icon_service_factory.h", |
Tommy Nyquist | c1d6dea1 | 2017-07-26 20:37:23 | [diff] [blame] | 493 | "feature_engagement/tracker_factory.cc", |
| 494 | "feature_engagement/tracker_factory.h", |
Yao Xiao | bba3fec | 2020-05-29 18:13:53 | [diff] [blame] | 495 | "federated_learning/floc_id_provider.h", |
| 496 | "federated_learning/floc_id_provider_factory.cc", |
| 497 | "federated_learning/floc_id_provider_factory.h", |
| 498 | "federated_learning/floc_id_provider_impl.cc", |
| 499 | "federated_learning/floc_id_provider_impl.h", |
Yao Xiao | bc18534 | 2020-05-15 00:43:13 | [diff] [blame] | 500 | "federated_learning/floc_remote_permission_service.cc", |
| 501 | "federated_learning/floc_remote_permission_service.h", |
| 502 | "federated_learning/floc_remote_permission_service_factory.cc", |
| 503 | "federated_learning/floc_remote_permission_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 504 | "file_select_helper.cc", |
| 505 | "file_select_helper.h", |
Ken Rockot | 2925f500 | 2019-08-06 01:16:16 | [diff] [blame] | 506 | "file_util_service.cc", |
| 507 | "file_util_service.h", |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 508 | "flag_descriptions.cc", |
| 509 | "flag_descriptions.h", |
Brett Wilson | 21cf626a | 2017-09-07 00:30:20 | [diff] [blame] | 510 | "font_pref_change_notifier.cc", |
| 511 | "font_pref_change_notifier.h", |
| 512 | "font_pref_change_notifier_factory.cc", |
| 513 | "font_pref_change_notifier_factory.h", |
Sebastien | afa979b | 2019-10-04 12:39:44 | [diff] [blame] | 514 | "games/games_service_factory.cc", |
| 515 | "games/games_service_factory.h", |
peter | 9f4490a | 2017-01-27 00:58:36 | [diff] [blame] | 516 | "gcm/gcm_product_util.cc", |
| 517 | "gcm/gcm_product_util.h", |
| 518 | "gcm/gcm_profile_service_factory.cc", |
| 519 | "gcm/gcm_profile_service_factory.h", |
peter | 9f4490a | 2017-01-27 00:58:36 | [diff] [blame] | 520 | "gcm/instance_id/instance_id_profile_service_factory.cc", |
| 521 | "gcm/instance_id/instance_id_profile_service_factory.h", |
rijubrata.bhaumik | 7b072ad | 2017-08-02 07:49:29 | [diff] [blame] | 522 | "generic_sensor/sensor_permission_context.cc", |
| 523 | "generic_sensor/sensor_permission_context.h", |
Clark DuVall | 600abea | 2020-03-23 16:16:17 | [diff] [blame] | 524 | "geolocation/geolocation_permission_context_delegate.cc", |
| 525 | "geolocation/geolocation_permission_context_delegate.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 526 | "geolocation/geolocation_permission_context_extensions.cc", |
| 527 | "geolocation/geolocation_permission_context_extensions.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 528 | "google/google_brand.cc", |
| 529 | "google/google_brand.h", |
Quentin Fiard | 9e0b47c5 | 2018-06-18 20:22:33 | [diff] [blame] | 530 | "google/google_search_domain_mixing_metrics_emitter.cc", |
| 531 | "google/google_search_domain_mixing_metrics_emitter.h", |
| 532 | "google/google_search_domain_mixing_metrics_emitter_factory.cc", |
| 533 | "google/google_search_domain_mixing_metrics_emitter_factory.h", |
Peng Huang | 71d398ed | 2020-02-28 01:30:53 | [diff] [blame] | 534 | "gpu/chrome_browser_main_extra_parts_gpu.cc", |
| 535 | "gpu/chrome_browser_main_extra_parts_gpu.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 536 | "gpu/gpu_mode_manager.cc", |
| 537 | "gpu/gpu_mode_manager.h", |
Robert Sesek | dc73f6f | 2018-05-15 15:53:20 | [diff] [blame] | 538 | "hang_monitor/hang_crash_dump.h", |
John Delaney | cb76789 | 2019-08-20 15:28:08 | [diff] [blame] | 539 | "heavy_ad_intervention/heavy_ad_blocklist.cc", |
| 540 | "heavy_ad_intervention/heavy_ad_blocklist.h", |
John Delaney | e871174 | 2019-10-17 21:03:37 | [diff] [blame] | 541 | "heavy_ad_intervention/heavy_ad_features.cc", |
| 542 | "heavy_ad_intervention/heavy_ad_features.h", |
John Delaney | c513fdf | 2019-08-09 20:10:00 | [diff] [blame] | 543 | "heavy_ad_intervention/heavy_ad_helper.cc", |
| 544 | "heavy_ad_intervention/heavy_ad_helper.h", |
John Delaney | cb76789 | 2019-08-20 15:28:08 | [diff] [blame] | 545 | "heavy_ad_intervention/heavy_ad_service.cc", |
| 546 | "heavy_ad_intervention/heavy_ad_service.h", |
| 547 | "heavy_ad_intervention/heavy_ad_service_factory.cc", |
| 548 | "heavy_ad_intervention/heavy_ad_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 549 | "history/chrome_history_backend_client.cc", |
| 550 | "history/chrome_history_backend_client.h", |
| 551 | "history/chrome_history_client.cc", |
| 552 | "history/chrome_history_client.h", |
Mingjing Zhang | 939f1542 | 2020-02-07 16:06:34 | [diff] [blame] | 553 | "history/domain_diversity_reporter.cc", |
| 554 | "history/domain_diversity_reporter.h", |
| 555 | "history/domain_diversity_reporter_factory.cc", |
| 556 | "history/domain_diversity_reporter_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 557 | "history/history_service_factory.cc", |
| 558 | "history/history_service_factory.h", |
| 559 | "history/history_tab_helper.cc", |
| 560 | "history/history_tab_helper.h", |
| 561 | "history/history_utils.cc", |
| 562 | "history/history_utils.h", |
Sky Malice | 6abaf51 | 2017-08-23 19:43:43 | [diff] [blame] | 563 | "history/profile_based_browsing_history_driver.cc", |
| 564 | "history/profile_based_browsing_history_driver.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 565 | "history/top_sites_factory.cc", |
| 566 | "history/top_sites_factory.h", |
| 567 | "history/web_history_service_factory.cc", |
| 568 | "history/web_history_service_factory.h", |
| 569 | "icon_loader.cc", |
| 570 | "icon_loader.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 571 | "icon_manager.cc", |
| 572 | "icon_manager.h", |
Sam Goto | 366a1d9 | 2019-01-18 21:47:35 | [diff] [blame] | 573 | "idle/idle_detection_permission_context.cc", |
| 574 | "idle/idle_detection_permission_context.h", |
Brandon Wylie | 7debc71 | 2019-04-10 00:27:58 | [diff] [blame] | 575 | "image_fetcher/image_decoder_impl.cc", |
| 576 | "image_fetcher/image_decoder_impl.h", |
Brandon Wylie | 67a8dd1a | 2019-04-02 22:49:04 | [diff] [blame] | 577 | "image_fetcher/image_fetcher_service_factory.cc", |
| 578 | "image_fetcher/image_fetcher_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 579 | "infobars/infobar_responder.cc", |
| 580 | "infobars/infobar_responder.h", |
| 581 | "infobars/infobar_service.cc", |
| 582 | "infobars/infobar_service.h", |
Dominick Ng | a32333e | 2018-02-22 00:05:47 | [diff] [blame] | 583 | "installable/installable_ambient_badge_infobar_delegate.h", |
Christopher Lam | 1d8d471 | 2017-10-25 01:52:10 | [diff] [blame] | 584 | "installable/installable_data.cc", |
Michael McGreevy | 9de29d9 | 2017-08-22 03:08:27 | [diff] [blame] | 585 | "installable/installable_data.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 586 | "installable/installable_logging.cc", |
| 587 | "installable/installable_logging.h", |
| 588 | "installable/installable_manager.cc", |
| 589 | "installable/installable_manager.h", |
dominickn | c2d4ff6 | 2017-04-05 03:27:29 | [diff] [blame] | 590 | "installable/installable_metrics.cc", |
| 591 | "installable/installable_metrics.h", |
Michael McGreevy | 9de29d9 | 2017-08-22 03:08:27 | [diff] [blame] | 592 | "installable/installable_params.h", |
| 593 | "installable/installable_task_queue.cc", |
| 594 | "installable/installable_task_queue.h", |
Dominick Ng | c824482 | 2020-04-29 06:22:30 | [diff] [blame] | 595 | "installable/installable_utils.cc", |
| 596 | "installable/installable_utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 597 | "internal_auth.cc", |
| 598 | "internal_auth.h", |
Jialiu Lin | 2d201b1 | 2018-05-20 20:46:24 | [diff] [blame] | 599 | "interstitials/enterprise_util.cc", |
| 600 | "interstitials/enterprise_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 601 | "intranet_redirect_detector.cc", |
| 602 | "intranet_redirect_detector.h", |
Tanja Gornak | 0e706efa | 2018-08-30 11:19:10 | [diff] [blame] | 603 | "invalidation/profile_invalidation_provider_factory.cc", |
| 604 | "invalidation/profile_invalidation_provider_factory.h", |
Nicolas Ouellet-payeur | a819220 | 2018-07-09 18:37:43 | [diff] [blame] | 605 | "language/language_model_manager_factory.cc", |
| 606 | "language/language_model_manager_factory.h", |
Anthony Vallee-Dubois | e2432137a | 2019-01-17 20:06:01 | [diff] [blame] | 607 | "language/translate_frame_binder.cc", |
| 608 | "language/translate_frame_binder.h", |
Michael Martis | 98cd873 | 2017-07-14 03:26:19 | [diff] [blame] | 609 | "language/url_language_histogram_factory.cc", |
| 610 | "language/url_language_histogram_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 611 | "lifetime/application_lifetime.cc", |
| 612 | "lifetime/application_lifetime.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 613 | "lifetime/browser_shutdown.cc", |
| 614 | "lifetime/browser_shutdown.h", |
Michael Crouse | 83ed1cf | 2020-06-22 22:42:11 | [diff] [blame] | 615 | "lite_video/lite_video_decider.cc", |
| 616 | "lite_video/lite_video_decider.h", |
Michael Crouse | 6faf39f | 2020-06-05 20:27:20 | [diff] [blame] | 617 | "lite_video/lite_video_features.cc", |
| 618 | "lite_video/lite_video_features.h", |
| 619 | "lite_video/lite_video_hint.cc", |
| 620 | "lite_video/lite_video_hint.h", |
| 621 | "lite_video/lite_video_hint_cache.cc", |
| 622 | "lite_video/lite_video_hint_cache.h", |
Michael Crouse | 39368e75 | 2020-06-26 15:22:12 | [diff] [blame] | 623 | "lite_video/lite_video_keyed_service.cc", |
| 624 | "lite_video/lite_video_keyed_service.h", |
| 625 | "lite_video/lite_video_keyed_service_factory.cc", |
| 626 | "lite_video/lite_video_keyed_service_factory.h", |
Michael Crouse | c2ec4f1 | 2020-07-29 19:59:18 | [diff] [blame] | 627 | "lite_video/lite_video_navigation_metrics.cc", |
| 628 | "lite_video/lite_video_navigation_metrics.h", |
Michael Crouse | 39368e75 | 2020-06-26 15:22:12 | [diff] [blame] | 629 | "lite_video/lite_video_observer.cc", |
| 630 | "lite_video/lite_video_observer.h", |
Michael Crouse | 1c9adba | 2020-07-08 17:39:01 | [diff] [blame] | 631 | "lite_video/lite_video_switches.cc", |
| 632 | "lite_video/lite_video_switches.h", |
Michael Crouse | 83ed1cf | 2020-06-22 22:42:11 | [diff] [blame] | 633 | "lite_video/lite_video_user_blocklist.cc", |
| 634 | "lite_video/lite_video_user_blocklist.h", |
Michael Crouse | 8af479b | 2020-07-01 19:34:01 | [diff] [blame] | 635 | "lite_video/lite_video_util.cc", |
| 636 | "lite_video/lite_video_util.h", |
Livvie Lin | d9bca51 | 2020-03-03 06:26:13 | [diff] [blame] | 637 | "lookalikes/lookalike_url_blocking_page.cc", |
| 638 | "lookalikes/lookalike_url_blocking_page.h", |
Joe DeBlasio | d3a6a87 | 2019-02-06 01:53:31 | [diff] [blame] | 639 | "lookalikes/lookalike_url_controller_client.cc", |
| 640 | "lookalikes/lookalike_url_controller_client.h", |
Joe DeBlasio | 6e8409a | 2019-02-20 23:08:27 | [diff] [blame] | 641 | "lookalikes/lookalike_url_navigation_throttle.cc", |
| 642 | "lookalikes/lookalike_url_navigation_throttle.h", |
| 643 | "lookalikes/lookalike_url_service.cc", |
| 644 | "lookalikes/lookalike_url_service.h", |
Mustafa Emre Acer | 52bc9b9 | 2019-07-30 01:40:25 | [diff] [blame] | 645 | "lookalikes/lookalike_url_tab_storage.cc", |
| 646 | "lookalikes/lookalike_url_tab_storage.h", |
Guido Urdaneta | e02b572 | 2020-07-22 05:58:21 | [diff] [blame] | 647 | "media/audio_service_util.cc", |
| 648 | "media/audio_service_util.h", |
Becca Hughes | 1e9d6c0 | 2020-03-25 17:07:17 | [diff] [blame] | 649 | "media/feeds/media_feeds_utils.cc", |
| 650 | "media/feeds/media_feeds_utils.h", |
evliu | fc233aa | 2019-10-31 19:53:03 | [diff] [blame] | 651 | "media/history/media_history_contents_observer.cc", |
| 652 | "media/history/media_history_contents_observer.h", |
Becca Hughes | f105aab | 2020-03-13 02:51:00 | [diff] [blame] | 653 | "media/history/media_history_feed_items_table.cc", |
| 654 | "media/history/media_history_feed_items_table.h", |
Becca Hughes | 7f6eed59 | 2020-03-02 23:31:29 | [diff] [blame] | 655 | "media/history/media_history_feeds_table.cc", |
| 656 | "media/history/media_history_feeds_table.h", |
Becca Hughes | 644ada1 | 2020-02-13 00:35:34 | [diff] [blame] | 657 | "media/history/media_history_images_table.cc", |
| 658 | "media/history/media_history_images_table.h", |
evliu | 48214c9 | 2019-10-18 22:01:10 | [diff] [blame] | 659 | "media/history/media_history_keyed_service.cc", |
| 660 | "media/history/media_history_keyed_service.h", |
| 661 | "media/history/media_history_keyed_service_factory.cc", |
| 662 | "media/history/media_history_keyed_service_factory.h", |
| 663 | "media/history/media_history_origin_table.cc", |
| 664 | "media/history/media_history_origin_table.h", |
| 665 | "media/history/media_history_playback_table.cc", |
| 666 | "media/history/media_history_playback_table.h", |
Becca Hughes | 644ada1 | 2020-02-13 00:35:34 | [diff] [blame] | 667 | "media/history/media_history_session_images_table.cc", |
| 668 | "media/history/media_history_session_images_table.h", |
Becca Hughes | dd388f6 | 2020-01-15 23:20:33 | [diff] [blame] | 669 | "media/history/media_history_session_table.cc", |
| 670 | "media/history/media_history_session_table.h", |
evliu | 48214c9 | 2019-10-18 22:01:10 | [diff] [blame] | 671 | "media/history/media_history_store.cc", |
| 672 | "media/history/media_history_store.h", |
| 673 | "media/history/media_history_table_base.cc", |
| 674 | "media/history/media_history_table_base.h", |
raymes | 2edae96 | 2017-04-10 23:56:02 | [diff] [blame] | 675 | "media/media_access_handler.cc", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 676 | "media/media_access_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 677 | "media/media_device_id_salt.cc", |
| 678 | "media/media_device_id_salt.h", |
Mounir Lamouri | cc3ecbd | 2017-05-18 11:16:56 | [diff] [blame] | 679 | "media/media_engagement_contents_observer.cc", |
| 680 | "media/media_engagement_contents_observer.h", |
Becca Hughes | 0261a08 | 2017-12-11 16:26:38 | [diff] [blame] | 681 | "media/media_engagement_preloaded_list.cc", |
| 682 | "media/media_engagement_preloaded_list.h", |
Becca Hughes | e06e83a | 2017-07-04 16:28:17 | [diff] [blame] | 683 | "media/media_engagement_score.cc", |
| 684 | "media/media_engagement_score.h", |
mlamouri | aba690d | 2017-05-09 17:16:40 | [diff] [blame] | 685 | "media/media_engagement_service.cc", |
| 686 | "media/media_engagement_service.h", |
| 687 | "media/media_engagement_service_factory.cc", |
| 688 | "media/media_engagement_service_factory.h", |
Mounir Lamouri | cf03ec5 | 2017-12-01 14:00:38 | [diff] [blame] | 689 | "media/media_engagement_session.cc", |
| 690 | "media/media_engagement_session.h", |
John Rummell | e5621c1 | 2017-09-05 23:52:10 | [diff] [blame] | 691 | "media/media_storage_id_salt.cc", |
| 692 | "media/media_storage_id_salt.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 693 | "media/midi_permission_context.cc", |
| 694 | "media/midi_permission_context.h", |
raymes | c2cf640f | 2017-05-29 01:35:27 | [diff] [blame] | 695 | "media/midi_sysex_permission_context.cc", |
| 696 | "media/midi_sysex_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 697 | "media/output_protection_proxy.cc", |
| 698 | "media/output_protection_proxy.h", |
John Rummell | 1b5da610 | 2017-11-02 02:15:45 | [diff] [blame] | 699 | "media/platform_verification_impl.cc", |
| 700 | "media/platform_verification_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 701 | "media/router/media_router_feature.cc", |
| 702 | "media/router/media_router_feature.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 703 | "media/webrtc/audio_debug_recordings_handler.cc", |
| 704 | "media/webrtc/audio_debug_recordings_handler.h", |
François Beaufort | 087e3211 | 2020-04-15 06:01:12 | [diff] [blame] | 705 | "media/webrtc/camera_pan_tilt_zoom_permission_context.cc", |
| 706 | "media/webrtc/camera_pan_tilt_zoom_permission_context.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 707 | "media/webrtc/desktop_media_list.h", |
| 708 | "media/webrtc/desktop_media_list_base.cc", |
| 709 | "media/webrtc/desktop_media_list_base.h", |
Jeffrey Kardatzke | 3ac0c0f | 2018-01-31 02:05:40 | [diff] [blame] | 710 | "media/webrtc/desktop_media_picker.cc", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 711 | "media/webrtc/desktop_media_picker.h", |
Emircan Uysaler | 54124ea | 2018-08-09 23:20:38 | [diff] [blame] | 712 | "media/webrtc/desktop_media_picker_factory.cc", |
| 713 | "media/webrtc/desktop_media_picker_factory.h", |
Suman Kancherla | cd81063 | 2019-04-18 02:49:39 | [diff] [blame] | 714 | "media/webrtc/desktop_media_picker_manager.cc", |
| 715 | "media/webrtc/desktop_media_picker_manager.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 716 | "media/webrtc/media_capture_devices_dispatcher.cc", |
| 717 | "media/webrtc/media_capture_devices_dispatcher.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 718 | "media/webrtc/media_stream_capture_indicator.cc", |
| 719 | "media/webrtc/media_stream_capture_indicator.h", |
| 720 | "media/webrtc/media_stream_device_permission_context.cc", |
| 721 | "media/webrtc/media_stream_device_permission_context.h", |
| 722 | "media/webrtc/media_stream_device_permissions.cc", |
| 723 | "media/webrtc/media_stream_device_permissions.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 724 | "media/webrtc/native_desktop_media_list.cc", |
| 725 | "media/webrtc/native_desktop_media_list.h", |
| 726 | "media/webrtc/permission_bubble_media_access_handler.cc", |
| 727 | "media/webrtc/permission_bubble_media_access_handler.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 728 | "media/webrtc/webrtc_event_log_history.cc", |
| 729 | "media/webrtc/webrtc_event_log_history.h", |
| 730 | "media/webrtc/webrtc_event_log_manager.cc", |
| 731 | "media/webrtc/webrtc_event_log_manager.h", |
| 732 | "media/webrtc/webrtc_event_log_manager_common.cc", |
| 733 | "media/webrtc/webrtc_event_log_manager_common.h", |
Elad Alon | 0ef98df | 2018-07-26 18:10:17 | [diff] [blame] | 734 | "media/webrtc/webrtc_event_log_manager_keyed_service.cc", |
| 735 | "media/webrtc/webrtc_event_log_manager_keyed_service.h", |
| 736 | "media/webrtc/webrtc_event_log_manager_keyed_service_factory.cc", |
| 737 | "media/webrtc/webrtc_event_log_manager_keyed_service_factory.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 738 | "media/webrtc/webrtc_event_log_manager_local.cc", |
| 739 | "media/webrtc/webrtc_event_log_manager_local.h", |
| 740 | "media/webrtc/webrtc_event_log_manager_remote.cc", |
| 741 | "media/webrtc/webrtc_event_log_manager_remote.h", |
| 742 | "media/webrtc/webrtc_event_log_uploader.cc", |
| 743 | "media/webrtc/webrtc_event_log_uploader.h", |
Darin Fisher | f968ff6f | 2019-08-23 17:09:05 | [diff] [blame] | 744 | "media/webrtc/webrtc_log_buffer.cc", |
| 745 | "media/webrtc/webrtc_log_buffer.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 746 | "media/webrtc/webrtc_log_uploader.cc", |
| 747 | "media/webrtc/webrtc_log_uploader.h", |
| 748 | "media/webrtc/webrtc_log_util.cc", |
| 749 | "media/webrtc/webrtc_log_util.h", |
Darin Fisher | 09aa722 | 2019-08-29 09:27:36 | [diff] [blame] | 750 | "media/webrtc/webrtc_logging_controller.cc", |
| 751 | "media/webrtc/webrtc_logging_controller.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 752 | "media/webrtc/webrtc_rtp_dump_handler.cc", |
| 753 | "media/webrtc/webrtc_rtp_dump_handler.h", |
| 754 | "media/webrtc/webrtc_rtp_dump_writer.cc", |
| 755 | "media/webrtc/webrtc_rtp_dump_writer.h", |
| 756 | "media/webrtc/webrtc_text_log_handler.cc", |
| 757 | "media/webrtc/webrtc_text_log_handler.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 758 | "media/webrtc/window_icon_util.h", |
Sebastien Marchand | 8c008810 | 2019-10-11 16:47:56 | [diff] [blame] | 759 | "memory/chrome_browser_main_extra_parts_memory.cc", |
| 760 | "memory/chrome_browser_main_extra_parts_memory.h", |
Sebastien Marchand | 5a63997a | 2019-09-27 19:15:34 | [diff] [blame] | 761 | "memory/enterprise_memory_limit_evaluator.cc", |
| 762 | "memory/enterprise_memory_limit_evaluator.h", |
| 763 | "memory/enterprise_memory_limit_pref_observer.cc", |
| 764 | "memory/enterprise_memory_limit_pref_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 765 | "memory_details.cc", |
| 766 | "memory_details.h", |
Ken Buchanan | 17a70f7 | 2020-07-22 22:28:52 | [diff] [blame] | 767 | "metrics/authenticator_utility.cc", |
| 768 | "metrics/authenticator_utility.h", |
Ken Buchanan | 881a29a | 2019-02-08 23:13:29 | [diff] [blame] | 769 | "metrics/bluetooth_available_utility.cc", |
| 770 | "metrics/bluetooth_available_utility.h", |
mblsha | 3cfcb7c | 2017-04-20 14:59:39 | [diff] [blame] | 771 | "metrics/browser_window_histogram_helper.cc", |
| 772 | "metrics/browser_window_histogram_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 773 | "metrics/chrome_browser_main_extra_parts_metrics.cc", |
| 774 | "metrics/chrome_browser_main_extra_parts_metrics.h", |
Xi Han | 07bad289 | 2018-10-04 15:13:58 | [diff] [blame] | 775 | "metrics/chrome_feature_list_creator.cc", |
| 776 | "metrics/chrome_feature_list_creator.h", |
Scott Violet | 150dfd6c | 2020-08-25 16:57:13 | [diff] [blame] | 777 | "metrics/chrome_metrics_extensions_helper.cc", |
| 778 | "metrics/chrome_metrics_extensions_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 779 | "metrics/chrome_metrics_service_accessor.cc", |
| 780 | "metrics/chrome_metrics_service_accessor.h", |
| 781 | "metrics/chrome_metrics_service_client.cc", |
| 782 | "metrics/chrome_metrics_service_client.h", |
| 783 | "metrics/chrome_metrics_services_manager_client.cc", |
| 784 | "metrics/chrome_metrics_services_manager_client.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 785 | "metrics/https_engagement_metrics_provider.cc", |
| 786 | "metrics/https_engagement_metrics_provider.h", |
Alexei Svitkine | a19a825 | 2019-03-21 10:02:44 | [diff] [blame] | 787 | "metrics/incognito_observer.cc", |
| 788 | "metrics/incognito_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 789 | "metrics/metrics_memory_details.cc", |
| 790 | "metrics/metrics_memory_details.h", |
| 791 | "metrics/metrics_reporting_state.cc", |
| 792 | "metrics/metrics_reporting_state.h", |
tbansal | 9b3dd2bc | 2017-01-11 06:12:59 | [diff] [blame] | 793 | "metrics/network_quality_estimator_provider_impl.cc", |
| 794 | "metrics/network_quality_estimator_provider_impl.h", |
Charles Harrison | dd9b1f9 | 2017-11-08 19:46:28 | [diff] [blame] | 795 | "metrics/oom/out_of_memory_reporter.cc", |
| 796 | "metrics/oom/out_of_memory_reporter.h", |
erikchen | a6e5f68 | 2017-05-12 20:39:20 | [diff] [blame] | 797 | "metrics/process_memory_metrics_emitter.cc", |
| 798 | "metrics/process_memory_metrics_emitter.h", |
keishi | 2c94c4d | 2017-03-09 05:13:15 | [diff] [blame] | 799 | "metrics/renderer_uptime_tracker.cc", |
| 800 | "metrics/renderer_uptime_tracker.h", |
| 801 | "metrics/renderer_uptime_web_contents_observer.cc", |
| 802 | "metrics/renderer_uptime_web_contents_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 803 | "metrics/sampling_metrics_provider.cc", |
| 804 | "metrics/sampling_metrics_provider.h", |
Caroline Rising | 2ed4950 | 2019-06-19 23:05:22 | [diff] [blame] | 805 | "metrics/tab_count_metrics.cc", |
| 806 | "metrics/tab_count_metrics.h", |
Tom McKee | 9cd252e | 2018-10-19 14:09:16 | [diff] [blame] | 807 | "metrics/tab_footprint_aggregator.cc", |
| 808 | "metrics/tab_footprint_aggregator.h", |
Robert Kaplow | a5bcf62 | 2018-02-12 16:24:52 | [diff] [blame] | 809 | "metrics/testing/metrics_reporting_pref_helper.cc", |
| 810 | "metrics/testing/metrics_reporting_pref_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 811 | "metrics/thread_watcher.cc", |
| 812 | "metrics/thread_watcher.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 813 | "metrics/thread_watcher_report_hang.cc", |
| 814 | "metrics/thread_watcher_report_hang.h", |
Rayan Kanso | 05e7ca1 | 2019-05-03 20:42:50 | [diff] [blame] | 815 | "metrics/ukm_background_recorder_service.cc", |
| 816 | "metrics/ukm_background_recorder_service.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 817 | "metrics/variations/chrome_variations_service_client.cc", |
| 818 | "metrics/variations/chrome_variations_service_client.h", |
Marijn Kruisselbrink | 2ce2a9a | 2019-07-10 00:30:38 | [diff] [blame] | 819 | "native_file_system/chrome_native_file_system_permission_context.cc", |
| 820 | "native_file_system/chrome_native_file_system_permission_context.h", |
| 821 | "native_file_system/native_file_system_permission_context_factory.cc", |
| 822 | "native_file_system/native_file_system_permission_context_factory.h", |
Marijn Kruisselbrink | b65e2c8b | 2019-07-11 16:00:09 | [diff] [blame] | 823 | "native_file_system/native_file_system_permission_request_manager.cc", |
| 824 | "native_file_system/native_file_system_permission_request_manager.h", |
Marijn Kruisselbrink | 270fee78 | 2020-02-14 11:12:39 | [diff] [blame] | 825 | "native_file_system/native_file_system_tab_helper.cc", |
| 826 | "native_file_system/native_file_system_tab_helper.h", |
Marijn Kruisselbrink | be6db9b3 | 2020-01-25 01:06:34 | [diff] [blame] | 827 | "native_file_system/origin_scoped_native_file_system_permission_context.cc", |
| 828 | "native_file_system/origin_scoped_native_file_system_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 829 | "native_window_notification_source.h", |
Lu Chen | 5bec7a30 | 2018-06-26 18:52:32 | [diff] [blame] | 830 | "navigation_predictor/navigation_predictor.cc", |
| 831 | "navigation_predictor/navigation_predictor.h", |
Tarun Bansal | 486e31e | 2020-07-28 16:48:31 | [diff] [blame] | 832 | "navigation_predictor/navigation_predictor_features.cc", |
| 833 | "navigation_predictor/navigation_predictor_features.h", |
Tarun Bansal | c419328 | 2019-09-23 21:46:59 | [diff] [blame] | 834 | "navigation_predictor/navigation_predictor_keyed_service.cc", |
| 835 | "navigation_predictor/navigation_predictor_keyed_service.h", |
| 836 | "navigation_predictor/navigation_predictor_keyed_service_factory.cc", |
| 837 | "navigation_predictor/navigation_predictor_keyed_service_factory.h", |
Ryan Sturm | c53cfad6 | 2019-10-19 21:52:23 | [diff] [blame] | 838 | "navigation_predictor/navigation_predictor_preconnect_client.cc", |
| 839 | "navigation_predictor/navigation_predictor_preconnect_client.h", |
Robert Ogden | 06db33a | 2020-08-14 22:51:51 | [diff] [blame] | 840 | "navigation_predictor/navigation_predictor_renderer_warmup_client.cc", |
| 841 | "navigation_predictor/navigation_predictor_renderer_warmup_client.h", |
Ryan Sturm | cca491e | 2020-01-07 13:25:38 | [diff] [blame] | 842 | "navigation_predictor/search_engine_preconnector.cc", |
| 843 | "navigation_predictor/search_engine_preconnector.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 844 | "net/chrome_cookie_notification_details.h", |
mmenke | 1bb4d98 | 2017-06-09 22:22:05 | [diff] [blame] | 845 | "net/chrome_mojo_proxy_resolver_factory.cc", |
| 846 | "net/chrome_mojo_proxy_resolver_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 847 | "net/chrome_network_delegate.cc", |
| 848 | "net/chrome_network_delegate.h", |
John Abd-El-Malek | 19fcd26 | 2018-03-28 22:12:39 | [diff] [blame] | 849 | "net/chrome_report_sender.cc", |
| 850 | "net/chrome_report_sender.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 851 | "net/dns_probe_runner.cc", |
| 852 | "net/dns_probe_runner.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 853 | "net/dns_probe_service.h", |
Matt Mueller | daa304b | 2019-02-28 22:59:40 | [diff] [blame] | 854 | "net/dns_probe_service_factory.cc", |
| 855 | "net/dns_probe_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 856 | "net/file_downloader.cc", |
| 857 | "net/file_downloader.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 858 | "net/net_error_diagnostics_dialog.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 859 | "net/net_error_tab_helper.cc", |
| 860 | "net/net_error_tab_helper.h", |
wangyix | 1f2d9429 | 2017-02-15 21:05:26 | [diff] [blame] | 861 | "net/net_export_helper.cc", |
| 862 | "net/net_export_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 863 | "net/prediction_options.cc", |
| 864 | "net/prediction_options.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 865 | "net/probe_message.cc", |
| 866 | "net/probe_message.h", |
mmenke | 0d1d09c3 | 2017-07-23 20:19:13 | [diff] [blame] | 867 | "net/profile_network_context_service.cc", |
| 868 | "net/profile_network_context_service.h", |
| 869 | "net/profile_network_context_service_factory.cc", |
| 870 | "net/profile_network_context_service_factory.h", |
Matt Menke | d0d0d050 | 2017-12-01 19:00:50 | [diff] [blame] | 871 | "net/proxy_config_monitor.cc", |
| 872 | "net/proxy_config_monitor.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 873 | "net/proxy_service_factory.cc", |
| 874 | "net/proxy_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 875 | "net/referrer.cc", |
| 876 | "net/referrer.h", |
David Van Cleve | 723ad70 | 2019-11-27 18:50:53 | [diff] [blame] | 877 | "net/referrer_policy_policy_handler.cc", |
| 878 | "net/referrer_policy_policy_handler.h", |
Ben Schwartz | e91bdcfe4 | 2020-05-07 14:49:50 | [diff] [blame] | 879 | "net/secure_dns_config.cc", |
| 880 | "net/secure_dns_config.h", |
Steven Bingler | ace5fd2 | 2019-08-20 21:01:20 | [diff] [blame] | 881 | "net/secure_dns_policy_handler.cc", |
| 882 | "net/secure_dns_policy_handler.h", |
Ben Schwartz | 135746c | 2020-05-14 04:37:03 | [diff] [blame] | 883 | "net/secure_dns_util.cc", |
| 884 | "net/secure_dns_util.h", |
Eric Orth | 9a14dca | 2020-04-02 20:07:47 | [diff] [blame] | 885 | "net/stub_resolver_config_reader.cc", |
| 886 | "net/stub_resolver_config_reader.h", |
mmenke | f73a512 | 2017-07-13 23:27:39 | [diff] [blame] | 887 | "net/system_network_context_manager.cc", |
| 888 | "net/system_network_context_manager.h", |
dvallet | 233f57ab | 2016-12-21 03:17:10 | [diff] [blame] | 889 | "net_benchmarking.cc", |
| 890 | "net_benchmarking.h", |
Francois Beaufort | dbb86fd | 2019-11-22 14:29:09 | [diff] [blame] | 891 | "nfc/nfc_permission_context.cc", |
| 892 | "nfc/nfc_permission_context.h", |
Anita Woodruff | 29eb39f | 2017-11-16 21:00:05 | [diff] [blame] | 893 | "notifications/metrics/notification_metrics_logger.cc", |
| 894 | "notifications/metrics/notification_metrics_logger.h", |
| 895 | "notifications/metrics/notification_metrics_logger_factory.cc", |
| 896 | "notifications/metrics/notification_metrics_logger_factory.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 897 | "notifications/non_persistent_notification_handler.cc", |
| 898 | "notifications/non_persistent_notification_handler.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 899 | "notifications/notification_common.cc", |
| 900 | "notifications/notification_common.h", |
miguelg | abf610a | 2017-06-02 17:31:43 | [diff] [blame] | 901 | "notifications/notification_display_service.cc", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 902 | "notifications/notification_display_service.h", |
| 903 | "notifications/notification_display_service_factory.cc", |
| 904 | "notifications/notification_display_service_factory.h", |
Peter Beverloo | 7426194d | 2017-12-11 17:39:38 | [diff] [blame] | 905 | "notifications/notification_display_service_impl.cc", |
| 906 | "notifications/notification_display_service_impl.h", |
Peter Beverloo | 64337af | 2017-11-21 18:04:02 | [diff] [blame] | 907 | "notifications/notification_handler.cc", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 908 | "notifications/notification_handler.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 909 | "notifications/notification_permission_context.cc", |
| 910 | "notifications/notification_permission_context.h", |
Evan Stade | 25743923 | 2018-04-05 02:53:40 | [diff] [blame] | 911 | "notifications/notification_platform_bridge.cc", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 912 | "notifications/notification_platform_bridge.h", |
Richard Knoll | 902601eb | 2019-03-14 17:37:11 | [diff] [blame] | 913 | "notifications/notification_trigger_scheduler.cc", |
| 914 | "notifications/notification_trigger_scheduler.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 915 | "notifications/notification_ui_manager.h", |
| 916 | "notifications/notifier_state_tracker.cc", |
| 917 | "notifications/notifier_state_tracker.h", |
| 918 | "notifications/notifier_state_tracker_factory.cc", |
| 919 | "notifications/notifier_state_tracker_factory.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 920 | "notifications/persistent_notification_handler.cc", |
| 921 | "notifications/persistent_notification_handler.h", |
Richard Knoll | d0eae96 | 2019-04-04 12:34:02 | [diff] [blame] | 922 | "notifications/platform_notification_service_factory.cc", |
| 923 | "notifications/platform_notification_service_factory.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 924 | "notifications/platform_notification_service_impl.cc", |
| 925 | "notifications/platform_notification_service_impl.h", |
Xing Liu | 548e30f | 2019-05-24 17:16:08 | [diff] [blame] | 926 | "notifications/scheduler/notification_background_task_scheduler_impl.cc", |
| 927 | "notifications/scheduler/notification_background_task_scheduler_impl.h", |
| 928 | "notifications/scheduler/notification_schedule_service_factory.cc", |
| 929 | "notifications/scheduler/notification_schedule_service_factory.h", |
Evan Stade | ea9be28f | 2018-02-06 18:32:31 | [diff] [blame] | 930 | "notifications/system_notification_helper.cc", |
| 931 | "notifications/system_notification_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 932 | "ntp_snippets/content_suggestions_service_factory.cc", |
| 933 | "ntp_snippets/content_suggestions_service_factory.h", |
sfiera | 3cf8939 | 2017-01-13 13:53:43 | [diff] [blame] | 934 | "ntp_snippets/ntp_snippets_metrics.cc", |
| 935 | "ntp_snippets/ntp_snippets_metrics.h", |
kristipark | c019977 | 2018-07-18 05:25:42 | [diff] [blame] | 936 | "ntp_tiles/chrome_custom_links_manager_factory.cc", |
| 937 | "ntp_tiles/chrome_custom_links_manager_factory.h", |
sfiera | c35d272 | 2016-12-14 09:41:45 | [diff] [blame] | 938 | "ntp_tiles/chrome_most_visited_sites_factory.cc", |
| 939 | "ntp_tiles/chrome_most_visited_sites_factory.h", |
| 940 | "ntp_tiles/chrome_popular_sites_factory.cc", |
| 941 | "ntp_tiles/chrome_popular_sites_factory.h", |
dtrainor | e43c093 | 2017-03-20 21:14:22 | [diff] [blame] | 942 | "offline_items_collection/offline_content_aggregator_factory.cc", |
| 943 | "offline_items_collection/offline_content_aggregator_factory.h", |
Ce Chen | 8e8156df | 2019-07-16 21:13:12 | [diff] [blame] | 944 | "omnibox/common/omnibox_features.h", |
Hiroki Nakagawa | c60c0b7a | 2020-08-18 07:44:47 | [diff] [blame] | 945 | "optimization_guide/blink/blink_optimization_guide_feature_flag_helper.cc", |
| 946 | "optimization_guide/blink/blink_optimization_guide_feature_flag_helper.h", |
| 947 | "optimization_guide/blink/blink_optimization_guide_inquirer.cc", |
| 948 | "optimization_guide/blink/blink_optimization_guide_inquirer.h", |
Hiroki Nakagawa | 6c3e6b0 | 2020-08-14 08:28:03 | [diff] [blame] | 949 | "optimization_guide/blink/blink_optimization_guide_web_contents_observer.cc", |
| 950 | "optimization_guide/blink/blink_optimization_guide_web_contents_observer.h", |
Sophie Chang | 2ea7af9 | 2019-07-29 22:29:55 | [diff] [blame] | 951 | "optimization_guide/optimization_guide_hints_manager.cc", |
| 952 | "optimization_guide/optimization_guide_hints_manager.h", |
| 953 | "optimization_guide/optimization_guide_keyed_service.cc", |
| 954 | "optimization_guide/optimization_guide_keyed_service.h", |
| 955 | "optimization_guide/optimization_guide_keyed_service_factory.cc", |
| 956 | "optimization_guide/optimization_guide_keyed_service_factory.h", |
Sophie Chang | 35b8e24 | 2019-08-20 22:35:17 | [diff] [blame] | 957 | "optimization_guide/optimization_guide_navigation_data.cc", |
| 958 | "optimization_guide/optimization_guide_navigation_data.h", |
Sophie Chang | a23eb08 | 2019-10-01 20:26:55 | [diff] [blame] | 959 | "optimization_guide/optimization_guide_permissions_util.cc", |
| 960 | "optimization_guide/optimization_guide_permissions_util.h", |
Michael Crouse | 067bca10 | 2019-09-14 00:52:33 | [diff] [blame] | 961 | "optimization_guide/optimization_guide_session_statistic.cc", |
| 962 | "optimization_guide/optimization_guide_session_statistic.h", |
Sophie Chang | 9824753 | 2019-09-20 23:25:48 | [diff] [blame] | 963 | "optimization_guide/optimization_guide_top_host_provider.cc", |
| 964 | "optimization_guide/optimization_guide_top_host_provider.h", |
Sophie Chang | fdceb0c | 2019-08-02 22:51:04 | [diff] [blame] | 965 | "optimization_guide/optimization_guide_web_contents_observer.cc", |
| 966 | "optimization_guide/optimization_guide_web_contents_observer.h", |
Michael Crouse | eb782c2 | 2019-10-08 04:59:27 | [diff] [blame] | 967 | "optimization_guide/prediction/prediction_manager.cc", |
| 968 | "optimization_guide/prediction/prediction_manager.h", |
Michael Crouse | ed05178e | 2019-09-25 23:30:56 | [diff] [blame] | 969 | "optimization_guide/prediction/prediction_model_fetcher.cc", |
| 970 | "optimization_guide/prediction/prediction_model_fetcher.h", |
Jia Li | 49338c0 | 2020-07-28 21:20:24 | [diff] [blame] | 971 | "optimization_guide/prediction/remote_decision_tree_predictor.cc", |
| 972 | "optimization_guide/prediction/remote_decision_tree_predictor.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 973 | "page_load_metrics/observers/aborts_page_load_metrics_observer.cc", |
| 974 | "page_load_metrics/observers/aborts_page_load_metrics_observer.h", |
John Delaney | 72b38cb4 | 2019-02-04 19:47:13 | [diff] [blame] | 975 | "page_load_metrics/observers/ad_metrics/ads_page_load_metrics_observer.cc", |
| 976 | "page_load_metrics/observers/ad_metrics/ads_page_load_metrics_observer.h", |
| 977 | "page_load_metrics/observers/ad_metrics/frame_data.cc", |
| 978 | "page_load_metrics/observers/ad_metrics/frame_data.h", |
Justin Miron | 8b97cf1 | 2020-07-17 16:54:17 | [diff] [blame] | 979 | "page_load_metrics/observers/ad_metrics/page_ad_density_tracker.cc", |
| 980 | "page_load_metrics/observers/ad_metrics/page_ad_density_tracker.h", |
ryansturm | 675a97de | 2016-12-29 00:58:16 | [diff] [blame] | 981 | "page_load_metrics/observers/amp_page_load_metrics_observer.cc", |
| 982 | "page_load_metrics/observers/amp_page_load_metrics_observer.h", |
rajendrant | 74f3e3d | 2018-07-12 08:45:55 | [diff] [blame] | 983 | "page_load_metrics/observers/data_saver_site_breakdown_metrics_observer.cc", |
| 984 | "page_load_metrics/observers/data_saver_site_breakdown_metrics_observer.h", |
rajendrant | af64d71 | 2019-01-08 06:48:42 | [diff] [blame] | 985 | "page_load_metrics/observers/data_use_metrics_observer.cc", |
| 986 | "page_load_metrics/observers/data_use_metrics_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 987 | "page_load_metrics/observers/document_write_page_load_metrics_observer.cc", |
| 988 | "page_load_metrics/observers/document_write_page_load_metrics_observer.h", |
Annie Sullivan | 356a84d0 | 2019-01-25 22:22:34 | [diff] [blame] | 989 | "page_load_metrics/observers/foreground_duration_ukm_observer.cc", |
| 990 | "page_load_metrics/observers/foreground_duration_ukm_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 991 | "page_load_metrics/observers/from_gws_page_load_metrics_observer.cc", |
| 992 | "page_load_metrics/observers/from_gws_page_load_metrics_observer.h", |
Kunihiko Sakamoto | 428cfddd | 2017-12-15 05:07:30 | [diff] [blame] | 993 | "page_load_metrics/observers/histogram_suffixes.cc", |
| 994 | "page_load_metrics/observers/histogram_suffixes.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 995 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_page_load_metrics_observer.cc", |
| 996 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_page_load_metrics_observer.h", |
| 997 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_service.cc", |
| 998 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_service.h", |
| 999 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_service_factory.cc", |
| 1000 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_service_factory.h", |
Robert Ogden | ee08484d | 2020-03-30 22:53:04 | [diff] [blame] | 1001 | "page_load_metrics/observers/isolated_prerender_page_load_metrics_observer.cc", |
| 1002 | "page_load_metrics/observers/isolated_prerender_page_load_metrics_observer.h", |
housseindjirdeh | 0f5c20d3 | 2020-08-07 15:08:27 | [diff] [blame] | 1003 | "page_load_metrics/observers/javascript_frameworks_ukm_observer.cc", |
| 1004 | "page_load_metrics/observers/javascript_frameworks_ukm_observer.h", |
Scott Haseley | 45294ec1 | 2018-08-24 18:52:00 | [diff] [blame] | 1005 | "page_load_metrics/observers/live_tab_count_page_load_metrics_observer.cc", |
| 1006 | "page_load_metrics/observers/live_tab_count_page_load_metrics_observer.h", |
trevordixon | 3eb67a8 | 2017-06-09 12:21:32 | [diff] [blame] | 1007 | "page_load_metrics/observers/loading_predictor_page_load_metrics_observer.cc", |
| 1008 | "page_load_metrics/observers/loading_predictor_page_load_metrics_observer.h", |
Uttam Thakore | 54c314a | 2017-07-07 20:50:35 | [diff] [blame] | 1009 | "page_load_metrics/observers/local_network_requests_page_load_metrics_observer.cc", |
| 1010 | "page_load_metrics/observers/local_network_requests_page_load_metrics_observer.h", |
ryansturm | 09fb15d | 2017-03-16 00:14:55 | [diff] [blame] | 1011 | "page_load_metrics/observers/media_page_load_metrics_observer.cc", |
| 1012 | "page_load_metrics/observers/media_page_load_metrics_observer.h", |
ksakamoto | da5f02d5 | 2017-06-21 02:55:22 | [diff] [blame] | 1013 | "page_load_metrics/observers/multi_tab_loading_page_load_metrics_observer.cc", |
| 1014 | "page_load_metrics/observers/multi_tab_loading_page_load_metrics_observer.h", |
lpy | 71bcf50 | 2017-04-04 03:29:05 | [diff] [blame] | 1015 | "page_load_metrics/observers/omnibox_suggestion_used_page_load_metrics_observer.cc", |
| 1016 | "page_load_metrics/observers/omnibox_suggestion_used_page_load_metrics_observer.h", |
Michael Crouse | 067bca10 | 2019-09-14 00:52:33 | [diff] [blame] | 1017 | "page_load_metrics/observers/optimization_guide_page_load_metrics_observer.cc", |
| 1018 | "page_load_metrics/observers/optimization_guide_page_load_metrics_observer.h", |
Lucas Gadani | 97298562 | 2020-05-28 20:52:51 | [diff] [blame] | 1019 | "page_load_metrics/observers/portal_page_load_metrics_observer.cc", |
| 1020 | "page_load_metrics/observers/portal_page_load_metrics_observer.h", |
Doug Arnett | 5b47653 | 2018-10-11 19:56:27 | [diff] [blame] | 1021 | "page_load_metrics/observers/previews_page_load_metrics_observer.cc", |
| 1022 | "page_load_metrics/observers/previews_page_load_metrics_observer.h", |
ryansturm | 1806f8e1 | 2017-07-17 20:54:03 | [diff] [blame] | 1023 | "page_load_metrics/observers/previews_ukm_observer.cc", |
| 1024 | "page_load_metrics/observers/previews_ukm_observer.h", |
jkarlin | bb15011 | 2016-11-02 17:55:11 | [diff] [blame] | 1025 | "page_load_metrics/observers/protocol_page_load_metrics_observer.cc", |
| 1026 | "page_load_metrics/observers/protocol_page_load_metrics_observer.h", |
John Delaney | 037fdae | 2019-03-25 21:37:52 | [diff] [blame] | 1027 | "page_load_metrics/observers/resource_metrics_observer.cc", |
| 1028 | "page_load_metrics/observers/resource_metrics_observer.h", |
Robert Ogden | 11a4d06d | 2018-06-13 16:58:53 | [diff] [blame] | 1029 | "page_load_metrics/observers/scheme_page_load_metrics_observer.cc", |
| 1030 | "page_load_metrics/observers/scheme_page_load_metrics_observer.h", |
Christopher Thompson | b49d534 | 2018-02-21 00:12:00 | [diff] [blame] | 1031 | "page_load_metrics/observers/security_state_page_load_metrics_observer.cc", |
| 1032 | "page_load_metrics/observers/security_state_page_load_metrics_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1033 | "page_load_metrics/observers/service_worker_page_load_metrics_observer.cc", |
| 1034 | "page_load_metrics/observers/service_worker_page_load_metrics_observer.h", |
Kouhei Ueno | b3d334b | 2018-09-14 03:37:06 | [diff] [blame] | 1035 | "page_load_metrics/observers/signed_exchange_page_load_metrics_observer.cc", |
| 1036 | "page_load_metrics/observers/signed_exchange_page_load_metrics_observer.h", |
ryansturm | 248635a | 2017-02-22 14:35:59 | [diff] [blame] | 1037 | "page_load_metrics/observers/tab_restore_page_load_metrics_observer.cc", |
| 1038 | "page_load_metrics/observers/tab_restore_page_load_metrics_observer.h", |
Josh Karlin | daba3932 | 2019-07-17 23:24:33 | [diff] [blame] | 1039 | "page_load_metrics/observers/third_party_metrics_observer.cc", |
| 1040 | "page_load_metrics/observers/third_party_metrics_observer.h", |
oysteine | b766497 | 2017-02-01 19:18:48 | [diff] [blame] | 1041 | "page_load_metrics/observers/ukm_page_load_metrics_observer.cc", |
| 1042 | "page_load_metrics/observers/ukm_page_load_metrics_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1043 | "page_load_metrics/page_load_metrics_initialize.cc", |
| 1044 | "page_load_metrics/page_load_metrics_initialize.h", |
Marc Treib | 8e164bb | 2020-07-27 18:26:21 | [diff] [blame] | 1045 | "password_manager/account_password_store_factory.cc", |
| 1046 | "password_manager/account_password_store_factory.h", |
Nela Kaczmarek | 34a3fd4 | 2020-07-29 17:40:50 | [diff] [blame] | 1047 | "password_manager/affiliation_service_factory.cc", |
| 1048 | "password_manager/affiliation_service_factory.h", |
Vasilii Sukhanov | 01bfedd | 2020-02-12 12:49:36 | [diff] [blame] | 1049 | "password_manager/bulk_leak_check_service_factory.cc", |
| 1050 | "password_manager/bulk_leak_check_service_factory.h", |
Jonathan Mengedoht | be4b7f8 | 2020-07-17 11:26:33 | [diff] [blame] | 1051 | "password_manager/change_password_url_service_factory.cc", |
| 1052 | "password_manager/change_password_url_service_factory.h", |
Jan Wilken Dörrie | 8ba799fe | 2019-12-12 16:57:50 | [diff] [blame] | 1053 | "password_manager/chrome_biometric_authenticator.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1054 | "password_manager/chrome_password_manager_client.cc", |
| 1055 | "password_manager/chrome_password_manager_client.h", |
Vadym Doroshenko | 2f045cd | 2019-11-11 18:15:17 | [diff] [blame] | 1056 | "password_manager/field_info_manager_factory.cc", |
| 1057 | "password_manager/field_info_manager_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1058 | "password_manager/password_store_factory.cc", |
| 1059 | "password_manager/password_store_factory.h", |
Ivana Zuzic | 0dbf2777 | 2019-09-18 19:48:35 | [diff] [blame] | 1060 | "password_manager/password_store_utils.cc", |
| 1061 | "password_manager/password_store_utils.h", |
Jinho Bang | 22de3a9 | 2018-02-27 18:16:22 | [diff] [blame] | 1062 | "payments/payment_handler_permission_context.cc", |
| 1063 | "payments/payment_handler_permission_context.h", |
rouslan | 6e3cf7c6 | 2017-04-17 21:23:28 | [diff] [blame] | 1064 | "payments/ssl_validity_checker.cc", |
Josh Simmons | 4a41bc7 | 2020-07-06 19:13:01 | [diff] [blame] | 1065 | "performance_hints/performance_hints_features.cc", |
| 1066 | "performance_hints/performance_hints_features.h", |
Josh Simmons | 17cc88f | 2020-01-08 00:55:27 | [diff] [blame] | 1067 | "performance_hints/performance_hints_observer.cc", |
| 1068 | "performance_hints/performance_hints_observer.h", |
Josh Simmons | 6c4d39f2 | 2020-07-08 02:31:28 | [diff] [blame] | 1069 | "performance_hints/rewrite_handler.cc", |
| 1070 | "performance_hints/rewrite_handler.h", |
Sigurdur Asgeirsson | 27499a4 | 2019-02-21 14:23:20 | [diff] [blame] | 1071 | "performance_manager/browser_child_process_watcher.cc", |
| 1072 | "performance_manager/browser_child_process_watcher.h", |
Sigurdur Asgeirsson | 54b7270 | 2019-04-12 14:18:54 | [diff] [blame] | 1073 | "performance_manager/chrome_browser_main_extra_parts_performance_manager.cc", |
| 1074 | "performance_manager/chrome_browser_main_extra_parts_performance_manager.h", |
Sigurdur Asgeirsson | 7069667 | 2019-02-08 16:14:51 | [diff] [blame] | 1075 | "performance_manager/chrome_content_browser_client_performance_manager_part.cc", |
| 1076 | "performance_manager/chrome_content_browser_client_performance_manager_part.h", |
Chris Hamilton | b88db346 | 2019-10-16 19:37:24 | [diff] [blame] | 1077 | "performance_manager/decorators/frame_priority_decorator.cc", |
| 1078 | "performance_manager/decorators/frame_priority_decorator.h", |
Chris Hamilton | 90e810f | 2019-04-15 19:02:25 | [diff] [blame] | 1079 | "performance_manager/decorators/frozen_frame_aggregator.cc", |
| 1080 | "performance_manager/decorators/frozen_frame_aggregator.h", |
Sebastien Marchand | 87bb814 | 2019-12-05 23:30:35 | [diff] [blame] | 1081 | "performance_manager/decorators/helpers/page_live_state_decorator_helper.cc", |
| 1082 | "performance_manager/decorators/helpers/page_live_state_decorator_helper.h", |
Sebastien Marchand | 274517f | 2019-10-02 19:05:11 | [diff] [blame] | 1083 | "performance_manager/decorators/page_aggregator.cc", |
| 1084 | "performance_manager/decorators/page_aggregator.h", |
Sebastien Marchand | 64fa4f012 | 2019-08-28 17:16:29 | [diff] [blame] | 1085 | "performance_manager/decorators/process_metrics_decorator.cc", |
| 1086 | "performance_manager/decorators/process_metrics_decorator.h", |
Chris Hamilton | 13da6b879 | 2019-10-29 22:05:45 | [diff] [blame] | 1087 | "performance_manager/decorators/process_priority_aggregator.cc", |
| 1088 | "performance_manager/decorators/process_priority_aggregator.h", |
Brian Geffon | e8865fd5 | 2019-07-17 20:52:36 | [diff] [blame] | 1089 | "performance_manager/mechanisms/working_set_trimmer.cc", |
| 1090 | "performance_manager/mechanisms/working_set_trimmer.h", |
Sebastien Marchand | 26179f9 | 2020-02-05 15:39:42 | [diff] [blame] | 1091 | "performance_manager/metrics/memory_pressure_metrics.cc", |
| 1092 | "performance_manager/metrics/memory_pressure_metrics.h", |
Sigurdur Asgeirsson | 824ee8e | 2019-02-06 13:52:46 | [diff] [blame] | 1093 | "performance_manager/observers/background_metrics_reporter.h", |
Chris Hamilton | c5f0b26 | 2019-05-24 18:00:32 | [diff] [blame] | 1094 | "performance_manager/observers/isolation_context_metrics.cc", |
| 1095 | "performance_manager/observers/isolation_context_metrics.h", |
Sigurdur Asgeirsson | 824ee8e | 2019-02-06 13:52:46 | [diff] [blame] | 1096 | "performance_manager/observers/metrics_collector.cc", |
| 1097 | "performance_manager/observers/metrics_collector.h", |
Sigurdur Asgeirsson | 68667e1 | 2020-04-29 17:53:29 | [diff] [blame] | 1098 | "performance_manager/policies/policy_features.cc", |
| 1099 | "performance_manager/policies/policy_features.h", |
| 1100 | "performance_manager/policies/working_set_trimmer_policy.cc", |
| 1101 | "performance_manager/policies/working_set_trimmer_policy.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1102 | "performance_monitor/process_metrics_history.cc", |
| 1103 | "performance_monitor/process_metrics_history.h", |
Sebastien Marchand | 96ff7c00 | 2019-01-22 18:06:40 | [diff] [blame] | 1104 | "performance_monitor/process_monitor.cc", |
| 1105 | "performance_monitor/process_monitor.h", |
Sebastien Marchand | 6362987 | 2019-01-28 19:34:44 | [diff] [blame] | 1106 | "performance_monitor/system_monitor.cc", |
| 1107 | "performance_monitor/system_monitor.h", |
Balazs Engedy | 715b0ec | 2019-12-04 15:11:45 | [diff] [blame] | 1108 | "permissions/adaptive_quiet_notification_permission_ui_enabler.cc", |
| 1109 | "permissions/adaptive_quiet_notification_permission_ui_enabler.h", |
Clark DuVall | 38189ee | 2020-02-14 02:30:28 | [diff] [blame] | 1110 | "permissions/chrome_permissions_client.cc", |
| 1111 | "permissions/chrome_permissions_client.h", |
Balazs Engedy | ed2c217 | 2019-12-05 00:06:03 | [diff] [blame] | 1112 | "permissions/contextual_notification_permission_ui_selector.cc", |
| 1113 | "permissions/contextual_notification_permission_ui_selector.h", |
Balazs Engedy | ce7f30a | 2019-11-29 17:53:00 | [diff] [blame] | 1114 | "permissions/crowd_deny_preload_data.cc", |
| 1115 | "permissions/crowd_deny_preload_data.h", |
Balazs Engedy | 893ce4b5 | 2019-11-28 09:25:13 | [diff] [blame] | 1116 | "permissions/crowd_deny_safe_browsing_request.cc", |
| 1117 | "permissions/crowd_deny_safe_browsing_request.h", |
Clark DuVall | 03628dedc | 2020-01-30 22:25:52 | [diff] [blame] | 1118 | "permissions/permission_decision_auto_blocker_factory.cc", |
| 1119 | "permissions/permission_decision_auto_blocker_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1120 | "permissions/permission_manager_factory.cc", |
| 1121 | "permissions/permission_manager_factory.h", |
Balazs Engedy | 715b0ec | 2019-12-04 15:11:45 | [diff] [blame] | 1122 | "permissions/quiet_notification_permission_ui_config.cc", |
| 1123 | "permissions/quiet_notification_permission_ui_config.h", |
| 1124 | "permissions/quiet_notification_permission_ui_state.cc", |
| 1125 | "permissions/quiet_notification_permission_ui_state.h", |
Mounir Lamouri | abd8e1e7 | 2018-06-22 14:33:17 | [diff] [blame] | 1126 | "picture_in_picture/picture_in_picture_window_manager.cc", |
| 1127 | "picture_in_picture/picture_in_picture_window_manager.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1128 | "platform_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1129 | "platform_util_internal.h", |
Amber Won | 94afd811 | 2017-08-23 17:30:11 | [diff] [blame] | 1130 | "plugins/pdf_iframe_navigation_throttle.cc", |
| 1131 | "plugins/pdf_iframe_navigation_throttle.h", |
Amber Won | f7091da | 2017-07-28 21:09:42 | [diff] [blame] | 1132 | "plugins/pdf_plugin_placeholder_observer.cc", |
| 1133 | "plugins/pdf_plugin_placeholder_observer.h", |
James Vecore | 6bafc26 | 2020-08-04 19:50:38 | [diff] [blame] | 1134 | "policy/boolean_disabling_policy_handler.cc", |
| 1135 | "policy/boolean_disabling_policy_handler.h", |
Lutz Justen | 3ad6465 | 2018-08-20 11:54:28 | [diff] [blame] | 1136 | "policy/browsing_history_policy_handler.cc", |
| 1137 | "policy/browsing_history_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1138 | "policy/chrome_browser_policy_connector.cc", |
| 1139 | "policy/chrome_browser_policy_connector.h", |
Rohit Rao | 17a6a7e6 | 2020-02-05 18:54:49 | [diff] [blame] | 1140 | "policy/chrome_policy_conversions_client.cc", |
| 1141 | "policy/chrome_policy_conversions_client.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1142 | "policy/cloud/cloud_policy_invalidator.cc", |
| 1143 | "policy/cloud/cloud_policy_invalidator.h", |
Askar Aitzhan | 20a8002 | 2019-06-24 13:42:47 | [diff] [blame] | 1144 | "policy/cloud/policy_invalidation_util.cc", |
| 1145 | "policy/cloud/policy_invalidation_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1146 | "policy/cloud/remote_commands_invalidator.cc", |
| 1147 | "policy/cloud/remote_commands_invalidator.h", |
| 1148 | "policy/cloud/remote_commands_invalidator_impl.cc", |
| 1149 | "policy/cloud/remote_commands_invalidator_impl.h", |
| 1150 | "policy/cloud/user_cloud_policy_invalidator.cc", |
| 1151 | "policy/cloud/user_cloud_policy_invalidator.h", |
| 1152 | "policy/cloud/user_cloud_policy_invalidator_factory.cc", |
| 1153 | "policy/cloud/user_cloud_policy_invalidator_factory.h", |
| 1154 | "policy/configuration_policy_handler_list_factory.cc", |
| 1155 | "policy/configuration_policy_handler_list_factory.h", |
Pavol Marko | debb0ff | 2018-05-07 18:35:41 | [diff] [blame] | 1156 | "policy/developer_tools_policy_handler.cc", |
| 1157 | "policy/developer_tools_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1158 | "policy/device_management_service_configuration.cc", |
| 1159 | "policy/device_management_service_configuration.h", |
Anthony Vallee-Dubois | 2e5b044 | 2020-02-04 17:19:45 | [diff] [blame] | 1160 | "policy/enrollment_status.cc", |
| 1161 | "policy/enrollment_status.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1162 | "policy/file_selection_dialogs_policy_handler.cc", |
| 1163 | "policy/file_selection_dialogs_policy_handler.h", |
Lutz Justen | e4055bd | 2018-12-03 11:36:39 | [diff] [blame] | 1164 | "policy/homepage_location_policy_handler.cc", |
| 1165 | "policy/homepage_location_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1166 | "policy/javascript_policy_handler.cc", |
| 1167 | "policy/javascript_policy_handler.h", |
Leonid Baraz | 2cb92bb | 2020-08-12 00:09:24 | [diff] [blame] | 1168 | "policy/messaging_layer/encryption/encryption.cc", |
| 1169 | "policy/messaging_layer/encryption/encryption.h", |
Zach Trudo | 28b2c25 | 2020-06-04 18:34:20 | [diff] [blame] | 1170 | "policy/messaging_layer/encryption/encryption_module.cc", |
| 1171 | "policy/messaging_layer/encryption/encryption_module.h", |
Zach Trudo | 9f99295 | 2020-06-06 01:53:11 | [diff] [blame] | 1172 | "policy/messaging_layer/public/report_client.cc", |
| 1173 | "policy/messaging_layer/public/report_client.h", |
Zach Trudo | 227ef1c7 | 2020-06-02 21:45:46 | [diff] [blame] | 1174 | "policy/messaging_layer/public/report_queue.cc", |
| 1175 | "policy/messaging_layer/public/report_queue.h", |
Zach Trudo | 2ffa64a | 2020-05-05 21:53:14 | [diff] [blame] | 1176 | "policy/messaging_layer/public/report_queue_configuration.cc", |
| 1177 | "policy/messaging_layer/public/report_queue_configuration.h", |
Leonid Baraz | 161d229 | 2020-06-22 17:58:22 | [diff] [blame] | 1178 | "policy/messaging_layer/storage/storage.cc", |
| 1179 | "policy/messaging_layer/storage/storage.h", |
Zach Trudo | 28b2c25 | 2020-06-04 18:34:20 | [diff] [blame] | 1180 | "policy/messaging_layer/storage/storage_module.cc", |
| 1181 | "policy/messaging_layer/storage/storage_module.h", |
Leonid Baraz | c18c02f | 2020-06-18 07:47:41 | [diff] [blame] | 1182 | "policy/messaging_layer/storage/storage_queue.cc", |
| 1183 | "policy/messaging_layer/storage/storage_queue.h", |
Zach Trudo | 8f0dd55 | 2020-08-07 18:22:35 | [diff] [blame] | 1184 | "policy/messaging_layer/upload/app_install_report_handler.cc", |
| 1185 | "policy/messaging_layer/upload/app_install_report_handler.h", |
Zach Trudo | 537b3e2 | 2020-07-02 00:22:01 | [diff] [blame] | 1186 | "policy/messaging_layer/upload/dm_server_upload_service.cc", |
| 1187 | "policy/messaging_layer/upload/dm_server_upload_service.h", |
Zach Trudo | 81028b4 | 2020-08-12 00:04:20 | [diff] [blame] | 1188 | "policy/messaging_layer/upload/upload_client.cc", |
| 1189 | "policy/messaging_layer/upload/upload_client.h", |
Zach Trudo | 5708ce2d | 2020-06-30 23:51:52 | [diff] [blame] | 1190 | "policy/messaging_layer/util/backoff_settings.cc", |
| 1191 | "policy/messaging_layer/util/backoff_settings.h", |
Zach Trudo | ae9797c | 2020-08-07 00:06:31 | [diff] [blame] | 1192 | "policy/messaging_layer/util/shared_queue.h", |
Zach Trudo | d10e962 | 2020-04-28 19:55:07 | [diff] [blame] | 1193 | "policy/messaging_layer/util/status.cc", |
| 1194 | "policy/messaging_layer/util/status.h", |
| 1195 | "policy/messaging_layer/util/status_macros.h", |
| 1196 | "policy/messaging_layer/util/statusor.cc", |
| 1197 | "policy/messaging_layer/util/statusor.h", |
Leonid Baraz | a756662 | 2020-06-04 16:17:43 | [diff] [blame] | 1198 | "policy/messaging_layer/util/task_runner_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1199 | "policy/network_prediction_policy_handler.cc", |
| 1200 | "policy/network_prediction_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1201 | "policy/profile_policy_connector.cc", |
| 1202 | "policy/profile_policy_connector.h", |
Xi Han | acf4cfb | 2019-04-29 15:00:54 | [diff] [blame] | 1203 | "policy/profile_policy_connector_builder.cc", |
| 1204 | "policy/profile_policy_connector_builder.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1205 | "policy/schema_registry_service.cc", |
| 1206 | "policy/schema_registry_service.h", |
Xi Han | 9fd4400 | 2019-04-30 17:39:36 | [diff] [blame] | 1207 | "policy/schema_registry_service_builder.cc", |
| 1208 | "policy/schema_registry_service_builder.h", |
Ovidio Henriquez | d4412c9 | 2019-03-29 19:07:54 | [diff] [blame] | 1209 | "policy/webusb_allow_devices_for_urls_policy_handler.cc", |
| 1210 | "policy/webusb_allow_devices_for_urls_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1211 | "predictors/autocomplete_action_predictor.cc", |
| 1212 | "predictors/autocomplete_action_predictor.h", |
| 1213 | "predictors/autocomplete_action_predictor_factory.cc", |
| 1214 | "predictors/autocomplete_action_predictor_factory.h", |
| 1215 | "predictors/autocomplete_action_predictor_table.cc", |
| 1216 | "predictors/autocomplete_action_predictor_table.h", |
trevordixon | 3eb67a8 | 2017-06-09 12:21:32 | [diff] [blame] | 1217 | "predictors/loading_data_collector.cc", |
| 1218 | "predictors/loading_data_collector.h", |
lizeb | d999f0f | 2017-05-15 10:23:55 | [diff] [blame] | 1219 | "predictors/loading_predictor.cc", |
| 1220 | "predictors/loading_predictor.h", |
| 1221 | "predictors/loading_predictor_config.cc", |
| 1222 | "predictors/loading_predictor_config.h", |
| 1223 | "predictors/loading_predictor_factory.cc", |
| 1224 | "predictors/loading_predictor_factory.h", |
Alexandr Ilin | 068c897 | 2018-06-13 09:37:09 | [diff] [blame] | 1225 | "predictors/loading_predictor_tab_helper.cc", |
| 1226 | "predictors/loading_predictor_tab_helper.h", |
Alexandr Ilin | 961bcec | 2017-06-02 13:57:38 | [diff] [blame] | 1227 | "predictors/loading_stats_collector.cc", |
| 1228 | "predictors/loading_stats_collector.h", |
Alex Ilin | dc57769 | 2019-05-29 09:27:29 | [diff] [blame] | 1229 | "predictors/navigation_id.cc", |
| 1230 | "predictors/navigation_id.h", |
Darin Fisher | 86ec1f4 | 2019-10-30 04:26:53 | [diff] [blame] | 1231 | "predictors/network_hints_handler_impl.cc", |
| 1232 | "predictors/network_hints_handler_impl.h", |
Alexandr Ilin | 2f101843 | 2017-07-07 12:13:25 | [diff] [blame] | 1233 | "predictors/preconnect_manager.cc", |
| 1234 | "predictors/preconnect_manager.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1235 | "predictors/predictor_database.cc", |
| 1236 | "predictors/predictor_database.h", |
| 1237 | "predictors/predictor_database_factory.cc", |
| 1238 | "predictors/predictor_database_factory.h", |
Sophie Chang | a08624ea | 2020-03-10 19:52:10 | [diff] [blame] | 1239 | "predictors/predictors_enums.h", |
Tarun Bansal | 6c5bbd8 | 2019-06-25 04:50:58 | [diff] [blame] | 1240 | "predictors/predictors_features.cc", |
| 1241 | "predictors/predictors_features.h", |
Matt Falkenhagen | 2e2085f | 2020-08-13 03:14:24 | [diff] [blame] | 1242 | "predictors/predictors_switches.cc", |
| 1243 | "predictors/predictors_switches.h", |
Matt Falkenhagen | 7b2877d | 2020-06-19 07:59:21 | [diff] [blame] | 1244 | "predictors/prefetch_manager.cc", |
| 1245 | "predictors/prefetch_manager.h", |
Alexandr Ilin | 248c267 | 2018-09-10 10:40:51 | [diff] [blame] | 1246 | "predictors/proxy_lookup_client_impl.cc", |
| 1247 | "predictors/proxy_lookup_client_impl.h", |
Alexandr Ilin | 5b417db | 2018-08-17 18:34:00 | [diff] [blame] | 1248 | "predictors/resolve_host_client_impl.cc", |
| 1249 | "predictors/resolve_host_client_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1250 | "predictors/resource_prefetch_predictor.cc", |
| 1251 | "predictors/resource_prefetch_predictor.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1252 | "predictors/resource_prefetch_predictor_tables.cc", |
| 1253 | "predictors/resource_prefetch_predictor_tables.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1254 | "prefs/browser_prefs.cc", |
| 1255 | "prefs/browser_prefs.h", |
mlliu | f00ece6 | 2016-10-17 17:29:01 | [diff] [blame] | 1256 | "prefs/chrome_command_line_pref_store.cc", |
| 1257 | "prefs/chrome_command_line_pref_store.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1258 | "prefs/chrome_pref_model_associator_client.cc", |
| 1259 | "prefs/chrome_pref_model_associator_client.h", |
| 1260 | "prefs/chrome_pref_service_factory.cc", |
| 1261 | "prefs/chrome_pref_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1262 | "prefs/incognito_mode_prefs.cc", |
| 1263 | "prefs/incognito_mode_prefs.h", |
| 1264 | "prefs/origin_trial_prefs.cc", |
| 1265 | "prefs/origin_trial_prefs.h", |
| 1266 | "prefs/pref_metrics_service.cc", |
| 1267 | "prefs/pref_metrics_service.h", |
Ramin Halavati | c5b4977 | 2020-06-25 06:55:19 | [diff] [blame] | 1268 | "prefs/pref_service_incognito_allowlist.cc", |
| 1269 | "prefs/pref_service_incognito_allowlist.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1270 | "prefs/pref_service_syncable_util.cc", |
| 1271 | "prefs/pref_service_syncable_util.h", |
| 1272 | "prefs/profile_pref_store_manager.cc", |
| 1273 | "prefs/profile_pref_store_manager.h", |
| 1274 | "prefs/session_startup_pref.cc", |
| 1275 | "prefs/session_startup_pref.h", |
Mugdha Lakhani | 7503c2a | 2020-07-31 13:57:10 | [diff] [blame] | 1276 | "prerender/chrome_prerender_contents_delegate.cc", |
| 1277 | "prerender/chrome_prerender_contents_delegate.h", |
Mugdha Lakhani | 9dd166ea | 2020-07-30 21:37:50 | [diff] [blame] | 1278 | "prerender/chrome_prerender_manager_delegate.cc", |
| 1279 | "prerender/chrome_prerender_manager_delegate.h", |
Mugdha Lakhani | 60a30f4 | 2020-08-04 12:39:02 | [diff] [blame] | 1280 | "prerender/chrome_prerender_processor_impl_delegate.cc", |
| 1281 | "prerender/chrome_prerender_processor_impl_delegate.h", |
Robert Ogden | 841a3cd | 2020-01-24 20:47:12 | [diff] [blame] | 1282 | "prerender/isolated/isolated_prerender_features.cc", |
| 1283 | "prerender/isolated/isolated_prerender_features.h", |
Robert Ogden | d51aabc3 | 2020-01-28 00:28:54 | [diff] [blame] | 1284 | "prerender/isolated/isolated_prerender_from_string_url_loader.cc", |
| 1285 | "prerender/isolated/isolated_prerender_from_string_url_loader.h", |
Robert Ogden | e640eaf | 2020-06-23 19:05:08 | [diff] [blame] | 1286 | "prerender/isolated/isolated_prerender_network_context_client.cc", |
| 1287 | "prerender/isolated/isolated_prerender_network_context_client.h", |
Robert Ogden | 409847fb | 2020-07-30 21:19:50 | [diff] [blame] | 1288 | "prerender/isolated/isolated_prerender_origin_prober.cc", |
| 1289 | "prerender/isolated/isolated_prerender_origin_prober.h", |
Robert Ogden | 841a3cd | 2020-01-24 20:47:12 | [diff] [blame] | 1290 | "prerender/isolated/isolated_prerender_params.cc", |
| 1291 | "prerender/isolated/isolated_prerender_params.h", |
| 1292 | "prerender/isolated/isolated_prerender_proxy_configurator.cc", |
| 1293 | "prerender/isolated/isolated_prerender_proxy_configurator.h", |
Robert Ogden | 31b23471 | 2020-06-04 22:51:21 | [diff] [blame] | 1294 | "prerender/isolated/isolated_prerender_proxying_url_loader_factory.cc", |
| 1295 | "prerender/isolated/isolated_prerender_proxying_url_loader_factory.h", |
Robert Ogden | 0cb5178e | 2020-01-28 20:31:26 | [diff] [blame] | 1296 | "prerender/isolated/isolated_prerender_service.cc", |
| 1297 | "prerender/isolated/isolated_prerender_service.h", |
| 1298 | "prerender/isolated/isolated_prerender_service_factory.cc", |
| 1299 | "prerender/isolated/isolated_prerender_service_factory.h", |
Robert Ogden | 61f89aae | 2020-06-03 16:23:54 | [diff] [blame] | 1300 | "prerender/isolated/isolated_prerender_subresource_manager.cc", |
| 1301 | "prerender/isolated/isolated_prerender_subresource_manager.h", |
Robert Ogden | 8495b90 | 2020-01-24 05:27:39 | [diff] [blame] | 1302 | "prerender/isolated/isolated_prerender_tab_helper.cc", |
| 1303 | "prerender/isolated/isolated_prerender_tab_helper.h", |
Robert Ogden | 6946ad4 | 2020-01-13 18:01:30 | [diff] [blame] | 1304 | "prerender/isolated/isolated_prerender_url_loader.cc", |
| 1305 | "prerender/isolated/isolated_prerender_url_loader.h", |
| 1306 | "prerender/isolated/isolated_prerender_url_loader_interceptor.cc", |
| 1307 | "prerender/isolated/isolated_prerender_url_loader_interceptor.h", |
Robert Ogden | d5a8778 | 2020-01-31 21:05:23 | [diff] [blame] | 1308 | "prerender/isolated/prefetched_mainframe_response_container.cc", |
| 1309 | "prerender/isolated/prefetched_mainframe_response_container.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1310 | "prerender/prerender_link_manager_factory.cc", |
| 1311 | "prerender/prerender_link_manager_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1312 | "prerender/prerender_manager_factory.cc", |
| 1313 | "prerender/prerender_manager_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1314 | "prerender/prerender_tab_helper.cc", |
| 1315 | "prerender/prerender_tab_helper.h", |
Ryan Sturm | cc5071be | 2019-02-16 02:15:19 | [diff] [blame] | 1316 | "previews/previews_content_util.cc", |
| 1317 | "previews/previews_content_util.h", |
Robert Ogden | d46ffb69 | 2020-04-22 22:26:13 | [diff] [blame] | 1318 | "previews/previews_https_notification_infobar_decider.cc", |
Robert Ogden | 853933e | 2019-03-11 23:06:12 | [diff] [blame] | 1319 | "previews/previews_https_notification_infobar_decider.h", |
Robert Ogden | 21bafcb2 | 2018-10-03 06:12:10 | [diff] [blame] | 1320 | "previews/previews_lite_page_infobar_delegate.cc", |
| 1321 | "previews/previews_lite_page_infobar_delegate.h", |
ryansturm | 41832e54 | 2016-09-09 19:34:08 | [diff] [blame] | 1322 | "previews/previews_service.cc", |
| 1323 | "previews/previews_service.h", |
| 1324 | "previews/previews_service_factory.cc", |
| 1325 | "previews/previews_service_factory.h", |
Robert Ogden | a15479c | 2018-08-15 21:26:36 | [diff] [blame] | 1326 | "previews/previews_ui_tab_helper.cc", |
| 1327 | "previews/previews_ui_tab_helper.h", |
Tarun Bansal | dc97029 | 2018-07-12 00:02:58 | [diff] [blame] | 1328 | "previews/resource_loading_hints/resource_loading_hints_web_contents_observer.cc", |
| 1329 | "previews/resource_loading_hints/resource_loading_hints_web_contents_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1330 | "process_resource_usage.cc", |
| 1331 | "process_resource_usage.h", |
| 1332 | "process_singleton.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1333 | "profiles/avatar_menu_actions.h", |
| 1334 | "profiles/bookmark_model_loaded_observer.cc", |
| 1335 | "profiles/bookmark_model_loaded_observer.h", |
| 1336 | "profiles/chrome_browser_main_extra_parts_profiles.cc", |
| 1337 | "profiles/chrome_browser_main_extra_parts_profiles.h", |
| 1338 | "profiles/chrome_version_service.cc", |
| 1339 | "profiles/chrome_version_service.h", |
Lutz Justen | 3ad6465 | 2018-08-20 11:54:28 | [diff] [blame] | 1340 | "profiles/force_safe_search_policy_handler.cc", |
| 1341 | "profiles/force_safe_search_policy_handler.h", |
| 1342 | "profiles/force_youtube_safety_mode_policy_handler.cc", |
| 1343 | "profiles/force_youtube_safety_mode_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1344 | "profiles/gaia_info_update_service.cc", |
| 1345 | "profiles/gaia_info_update_service.h", |
| 1346 | "profiles/gaia_info_update_service_factory.cc", |
| 1347 | "profiles/gaia_info_update_service_factory.h", |
zmin | f9648754 | 2016-11-29 17:34:55 | [diff] [blame] | 1348 | "profiles/guest_mode_policy_handler.cc", |
| 1349 | "profiles/guest_mode_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1350 | "profiles/incognito_helpers.cc", |
| 1351 | "profiles/incognito_helpers.h", |
| 1352 | "profiles/incognito_mode_policy_handler.cc", |
| 1353 | "profiles/incognito_mode_policy_handler.h", |
| 1354 | "profiles/off_the_record_profile_impl.cc", |
| 1355 | "profiles/off_the_record_profile_impl.h", |
Xi Han | 9fd4400 | 2019-04-30 17:39:36 | [diff] [blame] | 1356 | "profiles/pref_service_builder_utils.cc", |
| 1357 | "profiles/pref_service_builder_utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1358 | "profiles/profile.cc", |
| 1359 | "profiles/profile.h", |
| 1360 | "profiles/profile_attributes_entry.cc", |
| 1361 | "profiles/profile_attributes_entry.h", |
| 1362 | "profiles/profile_attributes_storage.cc", |
| 1363 | "profiles/profile_attributes_storage.h", |
| 1364 | "profiles/profile_avatar_downloader.cc", |
| 1365 | "profiles/profile_avatar_downloader.h", |
| 1366 | "profiles/profile_avatar_icon_util.cc", |
| 1367 | "profiles/profile_avatar_icon_util.h", |
| 1368 | "profiles/profile_destroyer.cc", |
| 1369 | "profiles/profile_destroyer.h", |
| 1370 | "profiles/profile_downloader.cc", |
| 1371 | "profiles/profile_downloader.h", |
| 1372 | "profiles/profile_downloader_delegate.h", |
| 1373 | "profiles/profile_impl.cc", |
| 1374 | "profiles/profile_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1375 | "profiles/profile_info_cache.cc", |
| 1376 | "profiles/profile_info_cache.h", |
| 1377 | "profiles/profile_info_cache_observer.h", |
| 1378 | "profiles/profile_info_interface.h", |
| 1379 | "profiles/profile_io_data.cc", |
| 1380 | "profiles/profile_io_data.h", |
Matt Menke | fd17aa9 | 2020-01-07 22:54:38 | [diff] [blame] | 1381 | "profiles/profile_io_data_handle.cc", |
| 1382 | "profiles/profile_io_data_handle.h", |
Henrique Nakashima | 2ae7343 | 2019-04-11 21:26:31 | [diff] [blame] | 1383 | "profiles/profile_key.cc", |
| 1384 | "profiles/profile_key.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1385 | "profiles/profile_manager.cc", |
| 1386 | "profiles/profile_manager.h", |
Evan Stade | d89e11c | 2019-09-05 18:08:56 | [diff] [blame] | 1387 | "profiles/profile_manager_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1388 | "profiles/profile_metrics.cc", |
| 1389 | "profiles/profile_metrics.h", |
Evan Stade | cc3efefb | 2019-10-15 16:02:00 | [diff] [blame] | 1390 | "profiles/profile_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1391 | "profiles/profiles_state.cc", |
| 1392 | "profiles/profiles_state.h", |
John Abd-El-Malek | 1f7fc91 | 2018-07-26 02:48:06 | [diff] [blame] | 1393 | "profiles/renderer_updater.cc", |
| 1394 | "profiles/renderer_updater.h", |
| 1395 | "profiles/renderer_updater_factory.cc", |
| 1396 | "profiles/renderer_updater_factory.h", |
Askar Aitzhan | 6ca3ae9 | 2019-09-06 17:11:29 | [diff] [blame] | 1397 | "profiles/reporting_util.cc", |
| 1398 | "profiles/reporting_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1399 | "profiles/sql_init_error_message_ids.cc", |
| 1400 | "profiles/sql_init_error_message_ids.h", |
| 1401 | "profiles/storage_partition_descriptor.h", |
Peter Beverloo | afb1ab4 | 2018-08-20 13:03:45 | [diff] [blame] | 1402 | "push_messaging/budget_database.cc", |
| 1403 | "push_messaging/budget_database.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1404 | "push_messaging/push_messaging_app_identifier.cc", |
| 1405 | "push_messaging/push_messaging_app_identifier.h", |
| 1406 | "push_messaging/push_messaging_constants.cc", |
| 1407 | "push_messaging/push_messaging_constants.h", |
Peter Beverloo | cf7390a | 2020-01-14 13:00:54 | [diff] [blame] | 1408 | "push_messaging/push_messaging_features.cc", |
| 1409 | "push_messaging/push_messaging_features.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 1410 | "push_messaging/push_messaging_notification_manager.cc", |
| 1411 | "push_messaging/push_messaging_notification_manager.h", |
Viviane Yang | 801695b | 2020-08-26 19:57:06 | [diff] [blame] | 1412 | "push_messaging/push_messaging_refresher.cc", |
| 1413 | "push_messaging/push_messaging_refresher.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1414 | "push_messaging/push_messaging_service_factory.cc", |
| 1415 | "push_messaging/push_messaging_service_factory.h", |
| 1416 | "push_messaging/push_messaging_service_impl.cc", |
| 1417 | "push_messaging/push_messaging_service_impl.h", |
Viviane Yang | 02fa99b1 | 2020-08-25 12:29:54 | [diff] [blame] | 1418 | "push_messaging/push_messaging_utils.cc", |
| 1419 | "push_messaging/push_messaging_utils.h", |
Hesen Zhang | 7e39368 | 2020-05-01 18:52:07 | [diff] [blame] | 1420 | "query_tiles/tile_background_task.cc", |
| 1421 | "query_tiles/tile_background_task.h", |
Shakti Sahu | ce57c7d9 | 2020-04-29 01:47:17 | [diff] [blame] | 1422 | "query_tiles/tile_service_factory.cc", |
| 1423 | "query_tiles/tile_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1424 | "renderer_context_menu/context_menu_content_type_factory.cc", |
| 1425 | "renderer_context_menu/context_menu_content_type_factory.h", |
clamy | 1e5574e | 2016-09-29 16:48:44 | [diff] [blame] | 1426 | "renderer_host/chrome_navigation_ui_data.cc", |
| 1427 | "renderer_host/chrome_navigation_ui_data.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1428 | "renderer_preferences_util.cc", |
| 1429 | "renderer_preferences_util.h", |
Emily Stark | 474b8ca | 2019-10-24 15:35:39 | [diff] [blame] | 1430 | "reputation/local_heuristics.cc", |
| 1431 | "reputation/local_heuristics.h", |
| 1432 | "reputation/reputation_service.cc", |
| 1433 | "reputation/reputation_service.h", |
| 1434 | "reputation/reputation_web_contents_observer.cc", |
| 1435 | "reputation/reputation_web_contents_observer.h", |
| 1436 | "reputation/safety_tip_ui.h", |
| 1437 | "reputation/safety_tip_ui_helper.cc", |
| 1438 | "reputation/safety_tip_ui_helper.h", |
| 1439 | "reputation/safety_tips_config.cc", |
| 1440 | "reputation/safety_tips_config.h", |
Joe DeBlasio | 6d5806e1 | 2020-08-06 17:27:18 | [diff] [blame] | 1441 | "reputation/url_elision_policy.cc", |
| 1442 | "reputation/url_elision_policy.h", |
Sebastien Marchand | 2ebd925 | 2018-11-08 18:39:35 | [diff] [blame] | 1443 | "resource_coordinator/resource_coordinator_parts.cc", |
| 1444 | "resource_coordinator/resource_coordinator_parts.h", |
Chris Hamilton | cc0d13f3 | 2018-06-08 01:28:04 | [diff] [blame] | 1445 | "resource_coordinator/session_restore_policy.cc", |
| 1446 | "resource_coordinator/session_restore_policy.h", |
Sigurdur Asgeirsson | c502833 | 2018-05-24 14:29:06 | [diff] [blame] | 1447 | "resource_coordinator/tab_helper.cc", |
| 1448 | "resource_coordinator/tab_helper.h", |
Chris Hamilton | 5b424b6 | 2018-04-04 20:44:21 | [diff] [blame] | 1449 | "resource_coordinator/tab_load_tracker.cc", |
| 1450 | "resource_coordinator/tab_load_tracker.h", |
Takashi SAKAMOTO | 0065226 | 2018-05-25 06:57:15 | [diff] [blame] | 1451 | "resource_coordinator/tab_memory_metrics_reporter.cc", |
| 1452 | "resource_coordinator/tab_memory_metrics_reporter.h", |
| 1453 | "resource_coordinator/time.cc", |
| 1454 | "resource_coordinator/time.h", |
Sebastien Marchand | 2ebd925 | 2018-11-08 18:39:35 | [diff] [blame] | 1455 | "resource_coordinator/utils.cc", |
| 1456 | "resource_coordinator/utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1457 | "resources_util.cc", |
| 1458 | "resources_util.h", |
Moe Ahmadi | 47e2dc3 | 2020-06-26 18:27:42 | [diff] [blame] | 1459 | "search/ntp_features.cc", |
| 1460 | "search/ntp_features.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1461 | "search/search.cc", |
| 1462 | "search/search.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1463 | "search/suggestions/suggestions_service_factory.cc", |
| 1464 | "search/suggestions/suggestions_service_factory.h", |
| 1465 | "search/suggestions/suggestions_ui.cc", |
| 1466 | "search/suggestions/suggestions_ui.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1467 | "search_engines/chrome_template_url_service_client.cc", |
| 1468 | "search_engines/chrome_template_url_service_client.h", |
| 1469 | "search_engines/template_url_fetcher_factory.cc", |
| 1470 | "search_engines/template_url_fetcher_factory.h", |
| 1471 | "search_engines/template_url_service_factory.cc", |
| 1472 | "search_engines/template_url_service_factory.h", |
| 1473 | "search_engines/ui_thread_search_terms_data.cc", |
| 1474 | "search_engines/ui_thread_search_terms_data.h", |
Chris Pickel | 04229c8 | 2017-08-08 13:38:35 | [diff] [blame] | 1475 | "search_provider_logos/logo_service_factory.cc", |
| 1476 | "search_provider_logos/logo_service_factory.h", |
Markus Heintz | e7bd646 | 2019-03-14 14:04:10 | [diff] [blame] | 1477 | "security_events/security_event_recorder.h", |
| 1478 | "security_events/security_event_recorder_factory.cc", |
| 1479 | "security_events/security_event_recorder_factory.h", |
| 1480 | "security_events/security_event_recorder_impl.cc", |
| 1481 | "security_events/security_event_recorder_impl.h", |
| 1482 | "security_events/security_event_sync_bridge.h", |
| 1483 | "security_events/security_event_sync_bridge_impl.cc", |
| 1484 | "security_events/security_event_sync_bridge_impl.h", |
Tanya Gupta | aa62083 | 2019-02-26 17:02:46 | [diff] [blame] | 1485 | "send_tab_to_self/receiving_ui_handler.h", |
| 1486 | "send_tab_to_self/receiving_ui_handler_registry.cc", |
| 1487 | "send_tab_to_self/receiving_ui_handler_registry.h", |
| 1488 | "send_tab_to_self/send_tab_to_self_client_service.cc", |
| 1489 | "send_tab_to_self/send_tab_to_self_client_service.h", |
| 1490 | "send_tab_to_self/send_tab_to_self_client_service_factory.cc", |
| 1491 | "send_tab_to_self/send_tab_to_self_client_service_factory.h", |
sebsg | d3f9a5d | 2019-03-25 19:57:04 | [diff] [blame] | 1492 | "send_tab_to_self/send_tab_to_self_util.cc", |
| 1493 | "send_tab_to_self/send_tab_to_self_util.h", |
Alex Gough | f3ead0a | 2020-05-12 21:36:43 | [diff] [blame] | 1494 | "service_sandbox_type.h", |
thestig | c839b55 | 2017-03-23 02:38:56 | [diff] [blame] | 1495 | "sessions/chrome_serialized_navigation_driver.cc", |
| 1496 | "sessions/chrome_serialized_navigation_driver.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1497 | "sessions/chrome_tab_restore_service_client.cc", |
| 1498 | "sessions/chrome_tab_restore_service_client.h", |
Andreea Bacanu | 742f8f9 | 2020-08-13 09:21:53 | [diff] [blame] | 1499 | "sessions/closed_tab_cache.cc", |
| 1500 | "sessions/closed_tab_cache.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1501 | "sessions/restore_on_startup_policy_handler.cc", |
| 1502 | "sessions/restore_on_startup_policy_handler.h", |
| 1503 | "sessions/session_common_utils.cc", |
| 1504 | "sessions/session_common_utils.h", |
| 1505 | "sessions/session_data_deleter.cc", |
| 1506 | "sessions/session_data_deleter.h", |
Scott Violet | e41d5bc | 2020-01-14 03:53:09 | [diff] [blame] | 1507 | "sessions/session_tab_helper_factory.cc", |
| 1508 | "sessions/session_tab_helper_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1509 | "sessions/tab_restore_service_factory.cc", |
| 1510 | "sessions/tab_restore_service_factory.h", |
Melissa Zhang | 93826e69 | 2020-07-14 04:39:02 | [diff] [blame] | 1511 | "sharesheet/share_action.h", |
Melissa Zhang | ff2bca98 | 2020-06-24 02:54:48 | [diff] [blame] | 1512 | "sharesheet/sharesheet_action_cache.cc", |
| 1513 | "sharesheet/sharesheet_action_cache.h", |
Melissa Zhang | b330e5ab8 | 2020-07-21 05:51:36 | [diff] [blame] | 1514 | "sharesheet/sharesheet_types.cc", |
| 1515 | "sharesheet/sharesheet_types.h", |
Himanshu Jaju | 698d8b2 | 2019-06-18 11:47:56 | [diff] [blame] | 1516 | "sharing/ack_message_handler.cc", |
| 1517 | "sharing/ack_message_handler.h", |
Yasmin | 71ff267 | 2019-06-20 16:22:49 | [diff] [blame] | 1518 | "sharing/click_to_call/feature.cc", |
| 1519 | "sharing/click_to_call/feature.h", |
Himanshu Jaju | dbcee23 | 2019-06-17 19:41:49 | [diff] [blame] | 1520 | "sharing/features.cc", |
| 1521 | "sharing/features.h", |
Alex Chau | 0046e01 | 2019-07-04 15:28:11 | [diff] [blame] | 1522 | "sharing/ping_message_handler.cc", |
| 1523 | "sharing/ping_message_handler.h", |
Yasmin | 69a132f | 2019-08-07 15:30:36 | [diff] [blame] | 1524 | "sharing/shared_clipboard/feature_flags.cc", |
| 1525 | "sharing/shared_clipboard/feature_flags.h", |
Michael van Ouwerkerk | a1aa4dd | 2019-11-15 20:22:53 | [diff] [blame] | 1526 | "sharing/shared_clipboard/remote_copy_handle_message_result.h", |
Rayan Kanso | 5292deda | 2019-09-04 11:37:17 | [diff] [blame] | 1527 | "sharing/shared_clipboard/shared_clipboard_message_handler.cc", |
| 1528 | "sharing/shared_clipboard/shared_clipboard_message_handler.h", |
Alex Chau | f599bb38 | 2019-07-19 15:39:07 | [diff] [blame] | 1529 | "sharing/sharing_constants.cc", |
| 1530 | "sharing/sharing_constants.h", |
Himanshu Jaju | e2fbb5c5 | 2019-07-01 20:50:05 | [diff] [blame] | 1531 | "sharing/sharing_device_registration.cc", |
| 1532 | "sharing/sharing_device_registration.h", |
Alex Chau | 7c6533d | 2019-07-19 16:15:11 | [diff] [blame] | 1533 | "sharing/sharing_device_registration_result.h", |
Richard Knoll | cd7072bf | 2019-11-14 16:36:14 | [diff] [blame] | 1534 | "sharing/sharing_device_source.cc", |
| 1535 | "sharing/sharing_device_source.h", |
| 1536 | "sharing/sharing_device_source_sync.cc", |
| 1537 | "sharing/sharing_device_source_sync.h", |
Himanshu Jaju | 698d8b2 | 2019-06-18 11:47:56 | [diff] [blame] | 1538 | "sharing/sharing_fcm_handler.cc", |
| 1539 | "sharing/sharing_fcm_handler.h", |
| 1540 | "sharing/sharing_fcm_sender.cc", |
| 1541 | "sharing/sharing_fcm_sender.h", |
Richard Knoll | 367f223 | 2019-11-14 18:11:34 | [diff] [blame] | 1542 | "sharing/sharing_handler_registry.h", |
| 1543 | "sharing/sharing_handler_registry_impl.cc", |
| 1544 | "sharing/sharing_handler_registry_impl.h", |
Rushan Suleymanov | 4f66fa0 | 2020-01-21 14:12:30 | [diff] [blame] | 1545 | "sharing/sharing_message_bridge.h", |
Rushan Suleymanov | b32520d | 2020-01-23 11:35:12 | [diff] [blame] | 1546 | "sharing/sharing_message_bridge_factory.cc", |
| 1547 | "sharing/sharing_message_bridge_factory.h", |
Rushan Suleymanov | 4f66fa0 | 2020-01-21 14:12:30 | [diff] [blame] | 1548 | "sharing/sharing_message_bridge_impl.cc", |
| 1549 | "sharing/sharing_message_bridge_impl.h", |
Alex Chau | 70631ad | 2019-05-29 12:23:07 | [diff] [blame] | 1550 | "sharing/sharing_message_handler.h", |
Rushan Suleymanov | 8154680 | 2020-01-27 15:52:31 | [diff] [blame] | 1551 | "sharing/sharing_message_model_type_controller.cc", |
| 1552 | "sharing/sharing_message_model_type_controller.h", |
Himanshu Jaju | a69dbe5 | 2019-11-04 19:58:05 | [diff] [blame] | 1553 | "sharing/sharing_message_sender.cc", |
| 1554 | "sharing/sharing_message_sender.h", |
Michael van Ouwerkerk | 16acf211a | 2019-07-17 15:31:57 | [diff] [blame] | 1555 | "sharing/sharing_metrics.cc", |
| 1556 | "sharing/sharing_metrics.h", |
Alex Chau | d6eff3c | 2019-08-20 15:57:09 | [diff] [blame] | 1557 | "sharing/sharing_send_message_result.h", |
Alex Chau | 70631ad | 2019-05-29 12:23:07 | [diff] [blame] | 1558 | "sharing/sharing_service.cc", |
| 1559 | "sharing/sharing_service.h", |
| 1560 | "sharing/sharing_service_factory.cc", |
| 1561 | "sharing/sharing_service_factory.h", |
Himanshu Jaju | bcf3b929 | 2019-06-07 12:54:07 | [diff] [blame] | 1562 | "sharing/sharing_sync_preference.cc", |
| 1563 | "sharing/sharing_sync_preference.h", |
Himanshu Jaju | 115ec0b | 2019-10-30 11:59:39 | [diff] [blame] | 1564 | "sharing/sharing_utils.cc", |
| 1565 | "sharing/sharing_utils.h", |
Sam Goto | 4e2f70a | 2019-11-06 23:32:19 | [diff] [blame] | 1566 | "sharing/sms/sms_fetch_request_handler.cc", |
| 1567 | "sharing/sms/sms_fetch_request_handler.h", |
Sam Goto | 5cf068e8 | 2019-11-04 23:08:44 | [diff] [blame] | 1568 | "sharing/sms/sms_flags.cc", |
| 1569 | "sharing/sms/sms_flags.h", |
| 1570 | "sharing/sms/sms_remote_fetcher.cc", |
| 1571 | "sharing/sms/sms_remote_fetcher.h", |
Himanshu Jaju | eb8d7d0 | 2019-06-17 10:48:17 | [diff] [blame] | 1572 | "sharing/vapid_key_manager.cc", |
| 1573 | "sharing/vapid_key_manager.h", |
Alex Chau | da2073d6 | 2020-01-29 11:26:08 | [diff] [blame] | 1574 | "sharing/web_push/json_web_token_util.cc", |
| 1575 | "sharing/web_push/json_web_token_util.h", |
| 1576 | "sharing/web_push/web_push_common.cc", |
| 1577 | "sharing/web_push/web_push_common.h", |
| 1578 | "sharing/web_push/web_push_sender.cc", |
| 1579 | "sharing/web_push/web_push_sender.h", |
Himanshu Jaju | 8cf9c24 | 2019-11-06 13:52:53 | [diff] [blame] | 1580 | "sharing/webrtc/webrtc_flags.cc", |
| 1581 | "sharing/webrtc/webrtc_flags.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1582 | "shell_integration.cc", |
| 1583 | "shell_integration.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1584 | "signin/about_signin_internals_factory.cc", |
| 1585 | "signin/about_signin_internals_factory.h", |
David Roger | e5b3277a4 | 2017-11-30 12:05:52 | [diff] [blame] | 1586 | "signin/account_consistency_mode_manager.cc", |
| 1587 | "signin/account_consistency_mode_manager.h", |
David Roger | 02f680e | 2018-11-30 14:47:27 | [diff] [blame] | 1588 | "signin/account_consistency_mode_manager_factory.cc", |
| 1589 | "signin/account_consistency_mode_manager_factory.h", |
Miyoung Shin | 7ec1a231 | 2019-07-19 13:07:38 | [diff] [blame] | 1590 | "signin/account_id_from_account_info.cc", |
| 1591 | "signin/account_id_from_account_info.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1592 | "signin/account_investigator_factory.cc", |
| 1593 | "signin/account_investigator_factory.h", |
| 1594 | "signin/account_reconcilor_factory.cc", |
| 1595 | "signin/account_reconcilor_factory.h", |
David Roger | bbc341f | 2018-08-17 22:13:48 | [diff] [blame] | 1596 | "signin/chrome_device_id_helper.cc", |
| 1597 | "signin/chrome_device_id_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1598 | "signin/chrome_signin_client.cc", |
| 1599 | "signin/chrome_signin_client.h", |
| 1600 | "signin/chrome_signin_client_factory.cc", |
| 1601 | "signin/chrome_signin_client_factory.h", |
| 1602 | "signin/chrome_signin_helper.cc", |
| 1603 | "signin/chrome_signin_helper.h", |
Reilly Grant | 24bf833 | 2018-08-27 21:55:01 | [diff] [blame] | 1604 | "signin/chrome_signin_proxying_url_loader_factory.cc", |
| 1605 | "signin/chrome_signin_proxying_url_loader_factory.h", |
Reilly Grant | 3787780 | 2018-08-18 00:58:35 | [diff] [blame] | 1606 | "signin/chrome_signin_url_loader_throttle.cc", |
| 1607 | "signin/chrome_signin_url_loader_throttle.h", |
Anastasiia Nikolaienko | e6c048f | 2019-11-07 11:45:55 | [diff] [blame] | 1608 | "signin/cookie_reminter_factory.cc", |
| 1609 | "signin/cookie_reminter_factory.h", |
Reilly Grant | 24bf833 | 2018-08-27 21:55:01 | [diff] [blame] | 1610 | "signin/header_modification_delegate.h", |
Robbie McElrath | 38f47af | 2019-09-19 21:51:40 | [diff] [blame] | 1611 | "signin/header_modification_delegate_impl.cc", |
| 1612 | "signin/header_modification_delegate_impl.h", |
Colin Blundell | 28bba9f | 2017-12-19 23:01:40 | [diff] [blame] | 1613 | "signin/identity_manager_factory.cc", |
| 1614 | "signin/identity_manager_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1615 | "signin/investigator_dependency_provider.cc", |
| 1616 | "signin/investigator_dependency_provider.h", |
| 1617 | "signin/local_auth.cc", |
| 1618 | "signin/local_auth.h", |
Alex Ilin | 8c2d78fb | 2020-01-29 20:23:03 | [diff] [blame] | 1619 | "signin/reauth_result.h", |
Alex Ilin | 9a9ca2f | 2020-03-26 10:36:01 | [diff] [blame] | 1620 | "signin/reauth_tab_helper.cc", |
| 1621 | "signin/reauth_tab_helper.h", |
Alex Ilin | df39977 | 2020-06-22 11:44:41 | [diff] [blame] | 1622 | "signin/reauth_util.cc", |
| 1623 | "signin/reauth_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1624 | "signin/signin_error_controller_factory.cc", |
| 1625 | "signin/signin_error_controller_factory.h", |
David Roger | 346d667 | 2020-05-04 15:11:09 | [diff] [blame] | 1626 | "signin/signin_features.cc", |
| 1627 | "signin/signin_features.h", |
David Roger | cc13e7eb | 2018-11-29 13:15:56 | [diff] [blame] | 1628 | "signin/signin_profile_attributes_updater.cc", |
| 1629 | "signin/signin_profile_attributes_updater.h", |
| 1630 | "signin/signin_profile_attributes_updater_factory.cc", |
| 1631 | "signin/signin_profile_attributes_updater_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1632 | "signin/signin_promo_util.cc", |
| 1633 | "signin/signin_promo_util.h", |
zmin | d36229e81 | 2017-03-16 16:14:51 | [diff] [blame] | 1634 | "signin/signin_util.cc", |
| 1635 | "signin/signin_util.h", |
Lukasz Anforowicz | 65c6116 | 2019-03-27 20:33:58 | [diff] [blame] | 1636 | "site_isolation/prefs_observer.cc", |
| 1637 | "site_isolation/prefs_observer.h", |
Lukasz Anforowicz | fd30af3 | 2019-03-28 17:33:28 | [diff] [blame] | 1638 | "site_isolation/site_details.cc", |
| 1639 | "site_isolation/site_details.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1640 | "speech/chrome_speech_recognition_manager_delegate.cc", |
| 1641 | "speech/chrome_speech_recognition_manager_delegate.h", |
David Tseng | 8a5de49 | 2018-01-17 20:41:37 | [diff] [blame] | 1642 | "speech/speech_recognizer.cc", |
| 1643 | "speech/speech_recognizer.h", |
| 1644 | "speech/speech_recognizer_delegate.h", |
John Abd-El-Malek | 71e4f9f | 2018-03-28 19:52:36 | [diff] [blame] | 1645 | "ssl/certificate_error_reporter.cc", |
| 1646 | "ssl/certificate_error_reporter.h", |
Colin Blundell | 7990d26 | 2019-12-05 09:07:54 | [diff] [blame] | 1647 | "ssl/chrome_security_blocking_page_factory.cc", |
| 1648 | "ssl/chrome_security_blocking_page_factory.h", |
Carlos IL | 55ef4b4 | 2018-02-21 21:00:57 | [diff] [blame] | 1649 | "ssl/connection_help_tab_helper.cc", |
| 1650 | "ssl/connection_help_tab_helper.h", |
Carlos IL | 1a5edec | 2020-06-12 17:56:57 | [diff] [blame] | 1651 | "ssl/insecure_form/insecure_form_controller_client.cc", |
| 1652 | "ssl/insecure_form/insecure_form_controller_client.h", |
Eric Lawrence | d0acf2a7c | 2017-07-20 18:02:48 | [diff] [blame] | 1653 | "ssl/insecure_sensitive_input_driver.cc", |
| 1654 | "ssl/insecure_sensitive_input_driver.h", |
| 1655 | "ssl/insecure_sensitive_input_driver_factory.cc", |
| 1656 | "ssl/insecure_sensitive_input_driver_factory.h", |
Christopher Thompson | 2602fea | 2019-11-26 19:36:54 | [diff] [blame] | 1657 | "ssl/known_interception_disclosure_infobar_delegate.cc", |
| 1658 | "ssl/known_interception_disclosure_infobar_delegate.h", |
Chris Thompson | e2e073d4 | 2020-07-23 12:33:45 | [diff] [blame] | 1659 | "ssl/sct_reporting_service.cc", |
| 1660 | "ssl/sct_reporting_service.h", |
| 1661 | "ssl/sct_reporting_service_factory.cc", |
| 1662 | "ssl/sct_reporting_service_factory.h", |
Lutz Justen | 3ad6465 | 2018-08-20 11:54:28 | [diff] [blame] | 1663 | "ssl/secure_origin_policy_handler.cc", |
| 1664 | "ssl/secure_origin_policy_handler.h", |
Lukasz Anforowicz | 60d1253d | 2019-05-08 16:31:37 | [diff] [blame] | 1665 | "ssl/secure_origin_prefs_observer.cc", |
| 1666 | "ssl/secure_origin_prefs_observer.h", |
eseckler | cac56b6 | 2016-11-16 13:49:44 | [diff] [blame] | 1667 | "ssl/security_state_tab_helper.cc", |
| 1668 | "ssl/security_state_tab_helper.h", |
Joe DeBlasio | 9b99629 | 2019-01-31 05:09:32 | [diff] [blame] | 1669 | "ssl/ssl_client_auth_metrics.cc", |
| 1670 | "ssl/ssl_client_auth_metrics.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1671 | "ssl/ssl_client_certificate_selector.h", |
Ryan Sleevi | 4689ad3 | 2018-04-16 19:09:05 | [diff] [blame] | 1672 | "ssl/ssl_config_service_manager.h", |
| 1673 | "ssl/ssl_config_service_manager_pref.cc", |
Lucas Garron | 7b717e1 | 2017-11-16 11:39:59 | [diff] [blame] | 1674 | "ssl/ssl_error_controller_client.cc", |
| 1675 | "ssl/ssl_error_controller_client.h", |
Colin Blundell | 7657b40 | 2020-02-25 09:46:50 | [diff] [blame] | 1676 | "ssl/stateful_ssl_host_state_delegate_factory.cc", |
| 1677 | "ssl/stateful_ssl_host_state_delegate_factory.h", |
Christopher Thompson | a39bb45 | 2019-09-24 20:35:06 | [diff] [blame] | 1678 | "ssl/tls_deprecation_config.cc", |
| 1679 | "ssl/tls_deprecation_config.h", |
Xi Han | 85079c2 | 2019-04-18 21:43:05 | [diff] [blame] | 1680 | "startup_data.cc", |
| 1681 | "startup_data.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1682 | "status_icons/status_icon.cc", |
| 1683 | "status_icons/status_icon.h", |
| 1684 | "status_icons/status_icon_menu_model.cc", |
| 1685 | "status_icons/status_icon_menu_model.h", |
| 1686 | "status_icons/status_icon_observer.h", |
| 1687 | "status_icons/status_tray.cc", |
| 1688 | "status_icons/status_tray.h", |
Adrienne Walker | 29765129 | 2020-05-08 00:23:18 | [diff] [blame] | 1689 | "storage/appcache_feature_prefs.cc", |
| 1690 | "storage/appcache_feature_prefs.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1691 | "storage/durable_storage_permission_context.cc", |
| 1692 | "storage/durable_storage_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1693 | "subresource_filter/chrome_subresource_filter_client.cc", |
| 1694 | "subresource_filter/chrome_subresource_filter_client.h", |
csharrison | a2f5565 | 2017-04-11 13:13:13 | [diff] [blame] | 1695 | "subresource_filter/subresource_filter_content_settings_manager.cc", |
| 1696 | "subresource_filter/subresource_filter_content_settings_manager.h", |
csharrison | 97dde4e6 | 2017-04-24 16:35:50 | [diff] [blame] | 1697 | "subresource_filter/subresource_filter_profile_context.cc", |
| 1698 | "subresource_filter/subresource_filter_profile_context.h", |
| 1699 | "subresource_filter/subresource_filter_profile_context_factory.cc", |
| 1700 | "subresource_filter/subresource_filter_profile_context_factory.h", |
rajendrant | b9b876c | 2020-08-03 22:07:55 | [diff] [blame] | 1701 | "subresource_redirect/https_image_compression_bypass_decider.cc", |
| 1702 | "subresource_redirect/https_image_compression_bypass_decider.h", |
rajendrant | 75742d4 | 2020-06-22 22:45:33 | [diff] [blame] | 1703 | "subresource_redirect/https_image_compression_infobar_decider.cc", |
| 1704 | "subresource_redirect/https_image_compression_infobar_decider.h", |
rajendrant | 40069de | 2020-01-24 21:47:53 | [diff] [blame] | 1705 | "subresource_redirect/subresource_redirect_observer.cc", |
| 1706 | "subresource_redirect/subresource_redirect_observer.h", |
Mohamed Amir Yosef | d1950618 | 2018-06-19 13:02:14 | [diff] [blame] | 1707 | "sync/bookmark_sync_service_factory.cc", |
| 1708 | "sync/bookmark_sync_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1709 | "sync/chrome_sync_client.cc", |
| 1710 | "sync/chrome_sync_client.h", |
Mikel Astiz | 7f0276f | 2019-01-23 15:36:36 | [diff] [blame] | 1711 | "sync/device_info_sync_service_factory.cc", |
| 1712 | "sync/device_info_sync_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1713 | "sync/glue/extensions_activity_monitor.cc", |
| 1714 | "sync/glue/extensions_activity_monitor.h", |
| 1715 | "sync/glue/sync_start_util.cc", |
| 1716 | "sync/glue/sync_start_util.h", |
Mikel Astiz | 5313134 | 2018-07-19 08:59:58 | [diff] [blame] | 1717 | "sync/model_type_store_service_factory.cc", |
| 1718 | "sync/model_type_store_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1719 | "sync/profile_sync_service_factory.cc", |
| 1720 | "sync/profile_sync_service_factory.h", |
Jeffrey Cohen | 85a5ea9 | 2019-01-22 18:18:13 | [diff] [blame] | 1721 | "sync/send_tab_to_self_sync_service_factory.cc", |
| 1722 | "sync/send_tab_to_self_sync_service_factory.h", |
Mikel Astiz | 0889b2be | 2018-09-25 16:20:41 | [diff] [blame] | 1723 | "sync/session_sync_service_factory.cc", |
| 1724 | "sync/session_sync_service_factory.h", |
pnoland | 1901afa5 | 2017-03-23 21:24:00 | [diff] [blame] | 1725 | "sync/sessions/sync_sessions_router_tab_helper.cc", |
| 1726 | "sync/sessions/sync_sessions_router_tab_helper.h", |
| 1727 | "sync/sessions/sync_sessions_web_contents_router.cc", |
| 1728 | "sync/sessions/sync_sessions_web_contents_router.h", |
| 1729 | "sync/sessions/sync_sessions_web_contents_router_factory.cc", |
| 1730 | "sync/sessions/sync_sessions_web_contents_router_factory.h", |
Mikel Astiz | d749e49 | 2019-10-21 14:09:15 | [diff] [blame] | 1731 | "sync/sync_encryption_keys_tab_helper.cc", |
| 1732 | "sync/sync_encryption_keys_tab_helper.h", |
Rushan Suleymanov | d5c5ef5 | 2020-07-30 13:07:24 | [diff] [blame] | 1733 | "sync/sync_invalidations_service_factory.cc", |
| 1734 | "sync/sync_invalidations_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1735 | "sync/sync_startup_tracker.cc", |
| 1736 | "sync/sync_startup_tracker.h", |
skym | 512bdb1 | 2017-05-10 15:17:13 | [diff] [blame] | 1737 | "sync/user_event_service_factory.cc", |
| 1738 | "sync/user_event_service_factory.h", |
David Maunder | 9da03b73 | 2020-03-26 00:51:28 | [diff] [blame] | 1739 | "tab/state/tab_state_db.cc", |
| 1740 | "tab/state/tab_state_db.h", |
David Maunder | 25b3a2a | 2020-04-16 22:57:30 | [diff] [blame] | 1741 | "tab/state/tab_state_db_factory.cc", |
| 1742 | "tab/state/tab_state_db_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1743 | "tab_contents/navigation_metrics_recorder.cc", |
| 1744 | "tab_contents/navigation_metrics_recorder.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1745 | "tab_contents/tab_util.cc", |
| 1746 | "tab_contents/tab_util.h", |
| 1747 | "task_manager/web_contents_tags.cc", |
| 1748 | "task_manager/web_contents_tags.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1749 | "tracing/background_tracing_field_trial.cc", |
| 1750 | "tracing/background_tracing_field_trial.h", |
Siddhartha S | 52314f2 | 2019-03-27 20:07:16 | [diff] [blame] | 1751 | "tracing/background_tracing_metrics_provider.cc", |
| 1752 | "tracing/background_tracing_metrics_provider.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1753 | "tracing/chrome_tracing_delegate.cc", |
| 1754 | "tracing/chrome_tracing_delegate.h", |
| 1755 | "tracing/crash_service_uploader.cc", |
| 1756 | "tracing/crash_service_uploader.h", |
Sebastien Marchand | dbe43bab | 2019-02-06 18:25:51 | [diff] [blame] | 1757 | "tracing/trace_event_system_stats_monitor.cc", |
| 1758 | "tracing/trace_event_system_stats_monitor.h", |
Mohamed Heikal | b26292e | 2019-03-25 19:47:35 | [diff] [blame] | 1759 | "transition_manager/full_browser_transition_manager.cc", |
| 1760 | "transition_manager/full_browser_transition_manager.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1761 | "translate/chrome_translate_client.cc", |
| 1762 | "translate/chrome_translate_client.h", |
| 1763 | "translate/translate_accept_languages_factory.cc", |
| 1764 | "translate/translate_accept_languages_factory.h", |
rogerm | 95c55412 | 2017-04-05 12:11:52 | [diff] [blame] | 1765 | "translate/translate_ranker_factory.cc", |
| 1766 | "translate/translate_ranker_factory.h", |
| 1767 | "translate/translate_ranker_metrics_provider.cc", |
| 1768 | "translate/translate_ranker_metrics_provider.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1769 | "translate/translate_service.cc", |
| 1770 | "translate/translate_service.h", |
| 1771 | "undo/bookmark_undo_service_factory.cc", |
| 1772 | "undo/bookmark_undo_service_factory.h", |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 1773 | "unexpire_flags.cc", |
| 1774 | "unexpire_flags.h", |
Mihai Sardarescu | 9be6fcb3 | 2018-06-06 02:51:45 | [diff] [blame] | 1775 | "unified_consent/unified_consent_service_factory.cc", |
| 1776 | "unified_consent/unified_consent_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1777 | "update_client/chrome_update_query_params_delegate.cc", |
| 1778 | "update_client/chrome_update_query_params_delegate.h", |
[email protected] | 95ebe7c | 2020-04-08 19:12:45 | [diff] [blame] | 1779 | "usb/frame_usb_services.cc", |
| 1780 | "usb/frame_usb_services.h", |
reillyg | eb1d24d3 | 2016-12-16 01:54:17 | [diff] [blame] | 1781 | "usb/usb_blocklist.cc", |
| 1782 | "usb/usb_blocklist.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1783 | "usb/usb_chooser_context.cc", |
| 1784 | "usb/usb_chooser_context.h", |
| 1785 | "usb/usb_chooser_context_factory.cc", |
| 1786 | "usb/usb_chooser_context_factory.h", |
Reilly Grant | 409406c | 2018-04-05 18:03:05 | [diff] [blame] | 1787 | "usb/usb_chooser_controller.cc", |
| 1788 | "usb/usb_chooser_controller.h", |
Ovidio Henriquez | d69ab30 | 2018-10-04 16:55:24 | [diff] [blame] | 1789 | "usb/usb_policy_allowed_devices.cc", |
| 1790 | "usb/usb_policy_allowed_devices.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1791 | "usb/usb_tab_helper.cc", |
| 1792 | "usb/usb_tab_helper.h", |
Donna Wu | c98e12a | 2018-08-16 07:24:02 | [diff] [blame] | 1793 | "usb/web_usb_chooser.cc", |
| 1794 | "usb/web_usb_chooser.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1795 | "usb/web_usb_histograms.cc", |
| 1796 | "usb/web_usb_histograms.h", |
Donna Wu | 838ac36 | 2018-08-10 10:36:33 | [diff] [blame] | 1797 | "usb/web_usb_service_impl.cc", |
| 1798 | "usb/web_usb_service_impl.h", |
Shakti Sahu | 2741f8d | 2020-08-14 03:38:36 | [diff] [blame] | 1799 | "video_tutorials/video_tutorial_service_factory.cc", |
| 1800 | "video_tutorials/video_tutorial_service_factory.h", |
Amirhossein Simjour | 056aefbf | 2017-07-21 21:40:26 | [diff] [blame] | 1801 | "vr/ui_suppressed_element.h", |
Ian Vollick | e9bbbdb | 2017-07-12 15:48:44 | [diff] [blame] | 1802 | "vr/vr_tab_helper.cc", |
| 1803 | "vr/vr_tab_helper.h", |
Raphael Kubo da Costa | 1a731e10 | 2019-06-18 08:23:59 | [diff] [blame] | 1804 | "wake_lock/wake_lock_permission_context.cc", |
| 1805 | "wake_lock/wake_lock_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1806 | "web_data_service_factory.cc", |
| 1807 | "web_data_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1808 | ] |
| 1809 | |
apavlov | e749bca | 2014-09-30 11:07:41 | [diff] [blame] | 1810 | configs += [ |
| 1811 | "//build/config/compiler:wexit_time_destructors", |
brettw | bc8b2a2 | 2015-07-28 18:24:42 | [diff] [blame] | 1812 | "//build/config:precompiled_headers", |
apavlov | e749bca | 2014-09-30 11:07:41 | [diff] [blame] | 1813 | ] |
Elad Alon | 02e70958 | 2018-08-02 19:44:01 | [diff] [blame] | 1814 | defines = [ "ZLIB_CONST" ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 1815 | libs = [] |
| 1816 | ldflags = [] |
| 1817 | |
James Hollyer | d8c9d05b | 2020-08-20 08:18:28 | [diff] [blame] | 1818 | if (is_mac) { |
| 1819 | sources += [ |
| 1820 | "geolocation/geolocation_system_permission_mac.h", |
| 1821 | "geolocation/geolocation_system_permission_mac.mm", |
| 1822 | ] |
| 1823 | } |
| 1824 | |
Vincent Scheib | dbe693bee | 2017-12-06 00:54:18 | [diff] [blame] | 1825 | allow_circular_includes_from = [ |
| 1826 | "//chrome/browser/ui", |
| 1827 | "//chrome/browser/ui/webui/bluetooth_internals", |
Daniel Rubery | b4754fc | 2019-01-23 23:04:35 | [diff] [blame] | 1828 | "//chrome/browser/safe_browsing", |
Vincent Scheib | dbe693bee | 2017-12-06 00:54:18 | [diff] [blame] | 1829 | ] |
tfarina | 11b504b | 2016-03-02 19:49:51 | [diff] [blame] | 1830 | |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1831 | public_deps = [ |
Brett Wilson | 60a9dfb | 2017-09-07 22:53:42 | [diff] [blame] | 1832 | "//base", |
Jan Wilken Dörrie | 28dee2de | 2020-07-28 20:15:01 | [diff] [blame] | 1833 | "//base/util/ranges", |
brettw | 08fe0e95 | 2016-08-26 21:53:39 | [diff] [blame] | 1834 | "//chrome/common", |
Andrew Grieve | 552eabc | 2020-07-23 13:52:41 | [diff] [blame] | 1835 | "//chrome/common:buildflags", |
Ken Rockot | 2925f500 | 2019-08-06 01:16:16 | [diff] [blame] | 1836 | "//chrome/services/file_util/public/mojom", |
Mehrdad Hessar | e645ec1 | 2020-08-12 18:32:56 | [diff] [blame] | 1837 | "//chrome/services/machine_learning:machine_learning_tflite_buildflags", |
Miyoung Shin | 7ec1a231 | 2019-07-19 13:07:38 | [diff] [blame] | 1838 | "//components/account_id", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1839 | "//components/autofill/core/browser", |
Scott Violet | 9ae8289 | 2018-03-01 18:38:12 | [diff] [blame] | 1840 | "//components/nacl/common:buildflags", |
rouslan | 908248c | 2017-02-27 21:30:24 | [diff] [blame] | 1841 | "//components/payments/core", |
Amr Aboelkher | 6f81ef3 | 2020-07-15 08:14:19 | [diff] [blame] | 1842 | "//components/policy/proto", |
Nico Weber | bc5b06f | 2019-07-26 14:00:13 | [diff] [blame] | 1843 | "//components/safe_browsing:buildflags", |
Daniel Murphy | 846066f | 2020-01-06 21:31:28 | [diff] [blame] | 1844 | "//components/services/storage/public/mojom", |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 1845 | "//components/sync", |
Marc Treib | b55b67a | 2019-05-07 14:37:39 | [diff] [blame] | 1846 | "//components/sync_device_info", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1847 | "//content/public/browser", |
rockot | 38e46dd | 2017-03-24 16:55:13 | [diff] [blame] | 1848 | "//ipc", |
Ken Rockot | 78d9337 | 2019-10-24 00:33:48 | [diff] [blame] | 1849 | "//services/data_decoder/public/mojom", |
Ken Rockot | b542d2f | 2019-10-22 19:13:08 | [diff] [blame] | 1850 | "//services/image_annotation/public/mojom", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1851 | "//sql", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1852 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 1853 | deps = [ |
Greg Thompson | 85bd488c | 2017-06-08 09:18:11 | [diff] [blame] | 1854 | ":active_use_util", |
Robert Ogden | 8e7116ea | 2019-07-25 18:54:08 | [diff] [blame] | 1855 | ":availability_protos", |
Tommy Steimel | 4c18d3a | 2019-11-20 19:18:36 | [diff] [blame] | 1856 | ":buildflags", |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 1857 | ":expired_flags_list", |
Ramya Nagarajan | 90f3b266 | 2018-05-25 15:21:20 | [diff] [blame] | 1858 | ":ntp_background_proto", |
Balazs Engedy | ce7f30a | 2019-11-29 17:53:00 | [diff] [blame] | 1859 | ":permissions_proto", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1860 | ":resource_prefetch_predictor_proto", |
Zach Trudo | d10e962 | 2020-04-28 19:55:07 | [diff] [blame] | 1861 | ":status_proto", |
David Maunder | 9da03b73 | 2020-03-26 00:51:28 | [diff] [blame] | 1862 | ":tab_state_db_content_proto", |
Elly Fong-Jones | 4054f14 | 2020-04-17 17:12:33 | [diff] [blame] | 1863 | ":unexpire_flags", |
Brett Wilson | 60a9dfb | 2017-09-07 22:53:42 | [diff] [blame] | 1864 | "//base:i18n", |
Scott Violet | 4416579 | 2018-02-22 02:08:08 | [diff] [blame] | 1865 | "//base/allocator:buildflags", |
Sebastien Marchand | 5a63997a | 2019-09-27 19:15:34 | [diff] [blame] | 1866 | "//base/util/memory_pressure:memory_pressure", |
Alan Cutter | 6b884ed | 2019-05-10 20:44:05 | [diff] [blame] | 1867 | "//base/util/values:values_util", |
Nico Weber | 897593f | 2019-07-25 23:17:55 | [diff] [blame] | 1868 | "//build:branding_buildflags", |
James Cook | 26d2712 | 2020-06-26 19:57:07 | [diff] [blame] | 1869 | "//build:lacros_buildflags", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1870 | "//cc", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 1871 | "//chrome:extra_resources", |
| 1872 | "//chrome:resources", |
| 1873 | "//chrome:strings", |
[email protected] | 855b7de | 2014-07-08 21:02:45 | [diff] [blame] | 1874 | "//chrome/app/resources:platform_locale_settings", |
[email protected] | 797b2504 | 2014-07-01 23:54:17 | [diff] [blame] | 1875 | "//chrome/app/theme:theme_resources", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1876 | "//chrome/browser/devtools", |
David Trainor | 940160d | 2020-01-26 00:30:13 | [diff] [blame] | 1877 | "//chrome/browser/image_decoder", |
Becca Hughes | 0261a08 | 2017-12-11 16:26:38 | [diff] [blame] | 1878 | "//chrome/browser/media:media_engagement_preload_proto", |
Becca Hughes | a09ddac | 2017-07-10 11:11:11 | [diff] [blame] | 1879 | "//chrome/browser/media:mojo_bindings", |
Becca Hughes | 640ab57 | 2020-03-10 18:04:34 | [diff] [blame] | 1880 | "//chrome/browser/media/feeds:mojo_bindings", |
Becca Hughes | 0b229ce | 2020-03-18 19:40:20 | [diff] [blame] | 1881 | "//chrome/browser/media/feeds:proto", |
thakis | 678822e | 2017-04-20 17:20:34 | [diff] [blame] | 1882 | "//chrome/browser/media/router", |
Ira Burak | e469178 | 2017-08-18 22:06:48 | [diff] [blame] | 1883 | "//chrome/browser/metrics:expired_histograms_array", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1884 | "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
[email protected] | 797b2504 | 2014-07-01 23:54:17 | [diff] [blame] | 1885 | "//chrome/browser/net:probe_message_proto", |
Xing Liu | 4c24ab18 | 2019-02-27 01:52:07 | [diff] [blame] | 1886 | "//chrome/browser/notifications", |
Asanka Herath | 8258690 | 2020-05-22 00:20:50 | [diff] [blame] | 1887 | "//chrome/browser/privacy_budget", |
erikchen | a9db3a7 | 2018-04-12 16:24:00 | [diff] [blame] | 1888 | "//chrome/browser/profiling_host", |
Peter Beverloo | afb1ab4 | 2018-08-20 13:03:45 | [diff] [blame] | 1889 | "//chrome/browser/push_messaging:budget_proto", |
Emily Stark | 474b8ca | 2019-10-24 15:35:39 | [diff] [blame] | 1890 | "//chrome/browser/reputation:proto", |
Fadi Meawad | 9c029de7 | 2018-05-30 20:47:23 | [diff] [blame] | 1891 | "//chrome/browser/resource_coordinator:mojo_bindings", |
Charles Zhao | eab4397 | 2019-04-10 05:06:31 | [diff] [blame] | 1892 | "//chrome/browser/resource_coordinator:tab_manager_features", |
yzshen | a347106 | 2017-06-21 01:56:15 | [diff] [blame] | 1893 | "//chrome/browser/safe_browsing", |
Alex Chau | 0e2c414c | 2020-01-20 15:53:50 | [diff] [blame] | 1894 | "//chrome/browser/sharing:buildflags", |
Michael van Ouwerkerk | 741c6652 | 2019-12-17 13:51:13 | [diff] [blame] | 1895 | "//chrome/browser/sharing/proto", |
Brandon Maslen | 68e89bd | 2020-02-19 01:28:45 | [diff] [blame] | 1896 | "//chrome/browser/storage_access_api:permissions", |
David Trainor | 940160d | 2020-01-26 00:30:13 | [diff] [blame] | 1897 | "//chrome/browser/thumbnail", |
Jan Wilken Dörrie | ca074e0 | 2019-09-19 18:18:04 | [diff] [blame] | 1898 | "//chrome/browser/touch_to_fill", |
[email protected] | abd4b68 | 2014-07-16 20:26:30 | [diff] [blame] | 1899 | "//chrome/browser/ui", |
Vincent Scheib | dbe693bee | 2017-12-06 00:54:18 | [diff] [blame] | 1900 | "//chrome/browser/ui/webui/bluetooth_internals", |
Xing Liu | 7252b8d | 2020-01-22 22:12:47 | [diff] [blame] | 1901 | "//chrome/browser/updates/announcement_notification", |
Shakti Sahu | 2741f8d | 2020-08-14 03:38:36 | [diff] [blame] | 1902 | "//chrome/browser/video_tutorials", |
Michael Martis | 6b34f2a | 2019-02-18 01:11:46 | [diff] [blame] | 1903 | "//chrome/common:channel_info", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1904 | "//chrome/common/net", |
Sigurdur Asgeirsson | 8854e19 | 2020-05-15 14:42:26 | [diff] [blame] | 1905 | "//chrome/common/performance_manager/mojom", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1906 | "//chrome/installer/util:with_no_strings", |
Jia Li | 49338c0 | 2020-07-28 21:20:24 | [diff] [blame] | 1907 | "//chrome/services/machine_learning/public/cpp", |
| 1908 | "//chrome/services/machine_learning/public/mojom", |
Philippe Hamel | 6956483 | 2017-11-22 20:39:48 | [diff] [blame] | 1909 | "//components/assist_ranker", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1910 | "//components/autofill/content/browser", |
[email protected] | 604828c | 2014-07-02 20:39:12 | [diff] [blame] | 1911 | "//components/autofill/core/browser", |
Shakti Sahu | f9847ad | 2020-02-21 21:43:01 | [diff] [blame] | 1912 | "//components/background_task_scheduler", |
Aaron Colwell | 90ddc4b | 2020-06-09 18:00:45 | [diff] [blame] | 1913 | "//components/blocklist/opt_out_blocklist:opt_out_blocklist", |
| 1914 | "//components/blocklist/opt_out_blocklist/sql:opt_out_blocklist_sql", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 1915 | "//components/bookmarks/browser", |
treib | a9ea2fb | 2015-03-20 10:06:03 | [diff] [blame] | 1916 | "//components/bookmarks/managed", |
maxbogue | 26f4022 | 2016-09-16 20:22:18 | [diff] [blame] | 1917 | "//components/browser_sync", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1918 | "//components/browsing_data/content", |
| 1919 | "//components/browsing_data/core", |
Colin Blundell | 8076ed3 | 2020-01-23 14:12:24 | [diff] [blame] | 1920 | "//components/captive_portal/content", |
Colin Blundell | 7cf3fe3 | 2020-01-23 09:52:49 | [diff] [blame] | 1921 | "//components/captive_portal/core", |
| 1922 | "//components/captive_portal/core:buildflags", |
Pavol Marko | b211ab2 | 2019-01-23 20:03:04 | [diff] [blame] | 1923 | "//components/certificate_matching", |
eranm | 3c2d643 | 2016-06-01 10:17:27 | [diff] [blame] | 1924 | "//components/certificate_transparency", |
Clark DuVall | 04894d7f | 2020-04-07 23:54:21 | [diff] [blame] | 1925 | "//components/client_hints/browser", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 1926 | "//components/cloud_devices/common", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 1927 | "//components/component_updater", |
Joshua Pawlicki | ddf9723e | 2017-10-24 15:24:23 | [diff] [blame] | 1928 | "//components/component_updater:crl_set_remover", |
Ce Chen | 4d0fda7 | 2019-09-25 20:47:29 | [diff] [blame] | 1929 | "//components/component_updater/installer_policies", |
Martin Sramek | 0d86260a | 2017-11-13 12:09:20 | [diff] [blame] | 1930 | "//components/consent_auditor", |
Tao Bai | 02ab4dd4 | 2019-03-06 00:30:37 | [diff] [blame] | 1931 | "//components/content_capture/browser", |
Clark DuVall | 84a33d61 | 2020-04-17 16:01:00 | [diff] [blame] | 1932 | "//components/content_settings/browser", |
vasilii | ac46139 | 2014-09-18 11:35:17 | [diff] [blame] | 1933 | "//components/content_settings/core/browser", |
[email protected] | 08f7101 | 2014-07-25 10:27:54 | [diff] [blame] | 1934 | "//components/content_settings/core/common", |
Donn Denman | 853ffa8 | 2018-08-20 21:23:59 | [diff] [blame] | 1935 | "//components/contextual_search/content:browser", |
| 1936 | "//components/contextual_search/core:browser", |
abhishek.a21 | bbf8e4a | 2015-10-15 21:05:56 | [diff] [blame] | 1937 | "//components/cookie_config", |
Ben Schwartz | 35685c7 | 2020-06-03 04:53:13 | [diff] [blame] | 1938 | "//components/country_codes", |
[email protected] | 478ed23 | 2014-08-19 02:10:55 | [diff] [blame] | 1939 | "//components/crx_file", |
megjablon | 3476e04 | 2014-10-14 19:21:59 | [diff] [blame] | 1940 | "//components/data_reduction_proxy/core/browser", |
rajendrant | 14a5a85 | 2016-11-17 17:58:48 | [diff] [blame] | 1941 | "//components/data_use_measurement/core:ascriber", |
reillyg | 4a84927 | 2015-02-20 21:38:43 | [diff] [blame] | 1942 | "//components/device_event_log", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1943 | "//components/dom_distiller/content/browser", |
Miyoung Shin | 9dc67ba | 2019-11-08 14:04:33 | [diff] [blame] | 1944 | "//components/dom_distiller/content/common/mojom", |
[email protected] | 273ae5ab | 2014-07-09 21:10:25 | [diff] [blame] | 1945 | "//components/domain_reliability", |
David Trainor | 139fa8c | 2017-06-07 08:57:34 | [diff] [blame] | 1946 | "//components/download/content/factory", |
Min Qin | 826f29b | 2018-05-26 06:36:19 | [diff] [blame] | 1947 | "//components/download/database", |
Min Qin | 48bf2b9 | 2018-01-23 19:16:43 | [diff] [blame] | 1948 | "//components/download/public/background_service:public", |
Colin Blundell | ab45f55 | 2020-01-22 15:08:40 | [diff] [blame] | 1949 | "//components/embedder_support", |
John Abd-El-Malek | 71e4f9f | 2018-03-28 19:52:36 | [diff] [blame] | 1950 | "//components/encrypted_messages", |
Guillaume Jenkins | 93ec1c02 | 2020-06-22 15:19:17 | [diff] [blame] | 1951 | "//components/enterprise", |
Roger Tawa | fb777f76 | 2020-06-13 01:02:00 | [diff] [blame] | 1952 | "//components/enterprise/common/proto:connectors_proto", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1953 | "//components/error_page/common", |
| 1954 | "//components/favicon/content", |
sdefresne | cbacfd7 | 2015-03-20 12:11:32 | [diff] [blame] | 1955 | "//components/favicon/core", |
Scott Violet | f1185cf2 | 2020-07-17 22:24:00 | [diff] [blame] | 1956 | "//components/favicon/core:history_implementation", |
sdefresne | 001b10de | 2015-03-20 18:41:46 | [diff] [blame] | 1957 | "//components/favicon_base", |
Tommy Nyquist | c1d6dea1 | 2017-07-26 20:37:23 | [diff] [blame] | 1958 | "//components/feature_engagement", |
Yao Xiao | bba3fec | 2020-05-29 18:13:53 | [diff] [blame] | 1959 | "//components/federated_learning", |
Yafei Duan | c9f95ec | 2018-02-08 02:35:31 | [diff] [blame] | 1960 | "//components/filename_generation", |
Evan Stade | 61ccab7 | 2020-01-17 20:17:51 | [diff] [blame] | 1961 | "//components/find_in_page", |
droger | 888be0b | 2015-10-01 14:28:52 | [diff] [blame] | 1962 | "//components/flags_ui", |
Sebastien | afa979b | 2019-10-04 12:39:44 | [diff] [blame] | 1963 | "//components/games/core", |
[email protected] | abd4b68 | 2014-07-16 20:26:30 | [diff] [blame] | 1964 | "//components/gcm_driver", |
erikchen | 332265b | 2014-11-14 19:59:52 | [diff] [blame] | 1965 | "//components/handoff", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1966 | "//components/history/content/browser", |
[email protected] | 273ae5ab | 2014-07-09 21:10:25 | [diff] [blame] | 1967 | "//components/history/core/browser", |
| 1968 | "//components/history/core/common", |
Colin Blundell | 3704df9 | 2020-06-05 14:26:46 | [diff] [blame] | 1969 | "//components/infobars/content", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 1970 | "//components/infobars/core", |
knn | 062cdbb | 2015-06-26 18:18:42 | [diff] [blame] | 1971 | "//components/invalidation/impl", |
Evan Stade | 7220e47 | 2020-01-31 17:06:57 | [diff] [blame] | 1972 | "//components/javascript_dialogs", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1973 | "//components/keyed_service/content", |
Renjie Liu | 1aea053 | 2017-12-13 07:22:31 | [diff] [blame] | 1974 | "//components/language/content/browser", |
Michael Martis | 98cd873 | 2017-07-14 03:26:19 | [diff] [blame] | 1975 | "//components/language/core/browser", |
Alexandre Frechette | 0a2ada0 | 2019-03-07 14:50:50 | [diff] [blame] | 1976 | "//components/language/core/common", |
Tommy Nyquist | 61abdd0 | 2019-03-22 00:01:24 | [diff] [blame] | 1977 | "//components/leveldb_proto", |
Livvie Lin | 9e6e307 | 2020-05-04 19:55:59 | [diff] [blame] | 1978 | "//components/lookalikes/core", |
Mike Wittman | 2943c9c7 | 2018-08-31 19:28:57 | [diff] [blame] | 1979 | "//components/metrics:call_stack_profile_collector", |
Joshua Pawlicki | 0499ac8 | 2017-08-17 18:29:07 | [diff] [blame] | 1980 | "//components/metrics:component_metrics", |
John Abd-El-Malek | 161073c | 2020-06-12 20:40:28 | [diff] [blame] | 1981 | "//components/metrics:content", |
Vincent Boisselle | 30da3977 | 2019-07-24 18:55:47 | [diff] [blame] | 1982 | "//components/metrics:demographic_metrics_provider", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 1983 | "//components/metrics:net", |
blundell | 8e66adc | 2015-10-12 11:46:12 | [diff] [blame] | 1984 | "//components/metrics:ui", |
blundell | 695d61f | 2015-10-21 11:25:53 | [diff] [blame] | 1985 | "//components/metrics_services_manager", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1986 | "//components/navigation_interception", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 1987 | "//components/navigation_metrics", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1988 | "//components/net_log", |
Darin Fisher | 86ec1f4 | 2019-10-30 04:26:53 | [diff] [blame] | 1989 | "//components/network_hints/common:mojo_bindings", |
mmenke | 68a5021 | 2017-06-12 20:20:31 | [diff] [blame] | 1990 | "//components/network_session_configurator/browser", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 1991 | "//components/network_time", |
sfiera | 0dc4da51 | 2016-04-29 09:23:05 | [diff] [blame] | 1992 | "//components/ntp_tiles", |
dtrainor | b4cc245 | 2017-03-07 01:07:17 | [diff] [blame] | 1993 | "//components/offline_items_collection/core", |
Scott Violet | 9ae8289 | 2018-03-01 18:38:12 | [diff] [blame] | 1994 | "//components/offline_pages/buildflags", |
blundell | 2102f7c | 2015-07-09 10:00:53 | [diff] [blame] | 1995 | "//components/omnibox/browser", |
Sophie Chang | f453c052 | 2017-11-03 06:33:49 | [diff] [blame] | 1996 | "//components/optimization_guide", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 1997 | "//components/os_crypt", |
ckitagawa | 8dad53d | 2020-01-07 16:03:35 | [diff] [blame] | 1998 | "//components/paint_preview/buildflags", |
| 1999 | "//components/paint_preview/features", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2000 | "//components/password_manager/content/browser", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2001 | "//components/password_manager/core/browser", |
| 2002 | "//components/password_manager/core/common", |
Mathieu Perreault | 51339b8 | 2017-07-20 17:06:05 | [diff] [blame] | 2003 | "//components/payments/core", |
Sigurdur Asgeirsson | 51d9d24 | 2019-10-07 20:38:34 | [diff] [blame] | 2004 | "//components/performance_manager", |
Clark DuVall | 484c256 | 2020-01-23 22:05:09 | [diff] [blame] | 2005 | "//components/permissions", |
brettw | 083632b | 2016-08-25 20:24:46 | [diff] [blame] | 2006 | "//components/policy:generated", |
Doug Turner | 9dcaf596 | 2017-12-21 04:38:53 | [diff] [blame] | 2007 | "//components/policy/content/", |
brettw | 083632b | 2016-08-25 20:24:46 | [diff] [blame] | 2008 | "//components/policy/core/browser", |
dgozman | e5a3e25 | 2016-03-22 21:45:08 | [diff] [blame] | 2009 | "//components/policy/proto", |
Zach Trudo | 1cac907 | 2020-05-07 18:41:42 | [diff] [blame] | 2010 | "//components/policy/proto:policy_record_constants", |
Zach Trudo | 7b82cd1 | 2020-06-08 22:35:50 | [diff] [blame] | 2011 | "//components/policy/proto:reporting_record_proto", |
Lei Zhang | d866b3c | 2019-05-02 01:49:58 | [diff] [blame] | 2012 | "//components/prefs", |
Mugdha Lakhani | d46c013 | 2020-07-28 15:21:59 | [diff] [blame] | 2013 | "//components/prerender/browser", |
Mugdha Lakhani | 8ff91c8 | 2020-06-08 18:17:33 | [diff] [blame] | 2014 | "//components/prerender/common", |
Mugdha Lakhani | 2f92fbb3 | 2020-06-09 09:05:24 | [diff] [blame] | 2015 | "//components/prerender/common:mojo_bindings", |
Doug Arnett | 2c55476 | 2017-10-25 19:44:38 | [diff] [blame] | 2016 | "//components/previews/content", |
sclittle | a8780a9 | 2016-09-16 22:39:24 | [diff] [blame] | 2017 | "//components/previews/core", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2018 | "//components/profile_metrics", |
| 2019 | "//components/proxy_config", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2020 | "//components/query_parser", |
Shakti Sahu | ce57c7d9 | 2020-04-29 01:47:17 | [diff] [blame] | 2021 | "//components/query_tiles", |
[email protected] | b9f4c68 | 2014-07-10 22:00:37 | [diff] [blame] | 2022 | "//components/rappor", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2023 | "//components/renderer_context_menu", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2024 | "//components/resources", |
Ali Juma | fb3dc1f | 2020-01-07 17:33:47 | [diff] [blame] | 2025 | "//components/safe_browsing/core:public", |
Varun Khaneja | 52f03bb1 | 2020-04-01 20:50:30 | [diff] [blame] | 2026 | "//components/safe_browsing/core/common:safe_browsing_policy_handler", |
Michael Giuffrida | 2cc3a9cef | 2018-06-08 00:33:11 | [diff] [blame] | 2027 | "//components/safe_search_api", |
Caio Lima | ccae107 | 2019-03-07 13:46:54 | [diff] [blame] | 2028 | "//components/safe_search_api:safe_search_client", |
Sam Bowen | 4ea1eb42 | 2020-03-18 23:44:58 | [diff] [blame] | 2029 | "//components/schema_org/common:improved_mojom", |
[email protected] | 720b1049 | 2014-07-23 08:48:40 | [diff] [blame] | 2030 | "//components/search", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2031 | "//components/search_engines", |
| 2032 | "//components/search_provider_logos", |
Colin Blundell | 8a0bf625 | 2019-11-20 09:42:27 | [diff] [blame] | 2033 | "//components/security_interstitials/content:proto", |
jialiul | a2c06925 | 2017-01-05 18:13:04 | [diff] [blame] | 2034 | "//components/security_interstitials/content:security_interstitial_page", |
felt | 20e0f200 | 2015-07-31 15:27:36 | [diff] [blame] | 2035 | "//components/security_interstitials/core", |
eseckler | cac56b6 | 2016-11-16 13:49:44 | [diff] [blame] | 2036 | "//components/security_state/content", |
| 2037 | "//components/security_state/core", |
Jeffrey Cohen | 7fe36f50 | 2018-12-12 01:38:21 | [diff] [blame] | 2038 | "//components/send_tab_to_self", |
Alexei Filippov | 65c08b9 | 2019-02-02 03:41:00 | [diff] [blame] | 2039 | "//components/services/heap_profiling", |
Doug Arnett | cf9fd685 | 2020-04-21 15:21:20 | [diff] [blame] | 2040 | "//components/services/language_detection/public/cpp", |
| 2041 | "//components/services/language_detection/public/mojom", |
Ken Rockot | d6ac38d | 2019-07-30 21:08:58 | [diff] [blame] | 2042 | "//components/services/patch/content", |
Alexander Woolf | ed183c51 | 2019-05-17 01:18:03 | [diff] [blame] | 2043 | "//components/services/quarantine", |
| 2044 | "//components/services/quarantine/public/mojom", |
Ken Rockot | 61df041 | 2019-07-26 17:12:19 | [diff] [blame] | 2045 | "//components/services/unzip/content", |
Miyoung Shin | f917f042 | 2019-07-19 04:10:21 | [diff] [blame] | 2046 | "//components/services/unzip/public/mojom", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2047 | "//components/sessions", |
[email protected] | abd4b68 | 2014-07-16 20:26:30 | [diff] [blame] | 2048 | "//components/signin/core/browser", |
Colin Blundell | 3517170e | 2019-07-11 08:16:34 | [diff] [blame] | 2049 | "//components/signin/public/base:signin_buildflags", |
Henrique Ferreiro | 94eb46f | 2019-07-03 14:38:56 | [diff] [blame] | 2050 | "//components/signin/public/identity_manager", |
Colin Blundell | 2cdc91a | 2019-07-12 15:24:27 | [diff] [blame] | 2051 | "//components/signin/public/webdata", |
Alex Moshchuk | 51e1428b | 2020-04-22 18:00:54 | [diff] [blame] | 2052 | "//components/site_isolation", |
Scott Violet | d7983c5 | 2018-03-03 00:24:41 | [diff] [blame] | 2053 | "//components/spellcheck:buildflags", |
David Van Cleve | a39c2957 | 2020-01-14 23:04:49 | [diff] [blame] | 2054 | "//components/sqlite_proto", |
felt | 2493b445 | 2015-09-17 20:33:59 | [diff] [blame] | 2055 | "//components/ssl_errors", |
Francois Doray | 1fc6d01 | 2020-01-10 17:47:52 | [diff] [blame] | 2056 | "//components/startup_metric_utils/browser", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 2057 | "//components/storage_monitor", |
[email protected] | 797b2504 | 2014-07-01 23:54:17 | [diff] [blame] | 2058 | "//components/strings", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2059 | "//components/subresource_filter/content/browser", |
engedy | 9ae0424 | 2016-06-08 13:31:18 | [diff] [blame] | 2060 | "//components/subresource_filter/core/browser", |
mathp | 60143a3 | 2014-10-08 14:52:45 | [diff] [blame] | 2061 | "//components/suggestions", |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 2062 | "//components/sync", |
blundell | c759b68 | 2015-10-08 15:50:59 | [diff] [blame] | 2063 | "//components/sync_bookmarks", |
maxbogue | ea16ff41 | 2016-10-28 16:35:29 | [diff] [blame] | 2064 | "//components/sync_preferences", |
skym | 6b9887e | 2015-10-09 22:10:47 | [diff] [blame] | 2065 | "//components/sync_sessions", |
Caroline Rising | 2ed4950 | 2019-06-19 23:05:22 | [diff] [blame] | 2066 | "//components/tab_count_metrics", |
zhenw | ecedcf2 | 2015-08-18 23:37:46 | [diff] [blame] | 2067 | "//components/tracing:startup_tracing", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2068 | "//components/translate/content/browser", |
[email protected] | b9f4c68 | 2014-07-10 22:00:37 | [diff] [blame] | 2069 | "//components/translate/core/browser", |
| 2070 | "//components/translate/core/common", |
Mike Wasserman | 8f8b085 | 2018-12-03 22:08:10 | [diff] [blame] | 2071 | "//components/ui_devtools", |
holte | 7b74c62 | 2017-01-23 23:13:07 | [diff] [blame] | 2072 | "//components/ukm:observers", |
sdefresne | c083d1f | 2015-04-17 21:12:18 | [diff] [blame] | 2073 | "//components/undo", |
sorin | 39eab2f | 2015-01-06 01:09:08 | [diff] [blame] | 2074 | "//components/update_client", |
Joshua Pawlicki | 30ef6a1 | 2019-04-10 13:34:00 | [diff] [blame] | 2075 | "//components/update_client:common_impl", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2076 | "//components/upload_list", |
rsleevi | 24f64dc2 | 2015-08-07 21:39:21 | [diff] [blame] | 2077 | "//components/url_formatter", |
Mustafa Emre Acer | 3b701bb | 2019-07-29 22:29:15 | [diff] [blame] | 2078 | "//components/url_formatter/spoof_checks/top_domains:top500_domains", |
| 2079 | "//components/url_formatter/spoof_checks/top_domains:top500_domains_header", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2080 | "//components/url_matcher", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2081 | "//components/user_prefs", |
isherman | 3be67db | 2014-10-24 05:57:44 | [diff] [blame] | 2082 | "//components/variations", |
robliao | 48f456a | 2016-11-04 17:35:03 | [diff] [blame] | 2083 | "//components/variations/field_trial_config", |
isherman | 3be67db | 2014-10-24 05:57:44 | [diff] [blame] | 2084 | "//components/variations/net", |
blundell | b50ad70 | 2015-08-27 17:08:29 | [diff] [blame] | 2085 | "//components/variations/service", |
John Abd-El-Malek | 71e4f9f | 2018-03-28 19:52:36 | [diff] [blame] | 2086 | "//components/version_info", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2087 | "//components/visitedlink/browser", |
| 2088 | "//components/visitedlink/common", |
| 2089 | "//components/web_cache/browser", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 2090 | "//components/web_resource", |
[email protected] | bf4545f | 2014-07-11 19:49:46 | [diff] [blame] | 2091 | "//components/webdata/common", |
sdefresne | cb955cd | 2014-12-15 23:21:56 | [diff] [blame] | 2092 | "//components/webdata_services", |
Evan Stade | 32d635a | 2020-04-03 18:51:25 | [diff] [blame] | 2093 | "//components/webrtc", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 2094 | "//components/webrtc_logging/browser", |
| 2095 | "//components/webrtc_logging/common", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2096 | "//content/app/resources", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2097 | "//content/public/browser", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 2098 | "//content/public/browser", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2099 | "//content/public/common", |
ben | 51bb6c6 | 2016-11-17 20:15:57 | [diff] [blame] | 2100 | "//content/public/common:service_names", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2101 | "//crypto", |
davidben | 45eb1995 | 2016-05-05 16:30:44 | [diff] [blame] | 2102 | "//crypto:platform", |
Donna Wu | ee09a34 | 2019-05-13 02:56:18 | [diff] [blame] | 2103 | "//device/base", |
Martin Kreichgauer | 0e1b15ef | 2018-06-20 02:59:50 | [diff] [blame] | 2104 | "//device/fido", |
Matt Reynolds | 660a4775 | 2018-06-28 19:42:48 | [diff] [blame] | 2105 | "//device/gamepad/public/cpp:switches", |
Scott Violet | c8240b0 | 2018-03-08 22:03:59 | [diff] [blame] | 2106 | "//device/vr/buildflags", |
| 2107 | "//extensions/buildflags", |
[email protected] | 604828c | 2014-07-02 20:39:12 | [diff] [blame] | 2108 | "//google_apis", |
Brett Wilson | 8f132304 | 2014-09-11 16:58:56 | [diff] [blame] | 2109 | "//gpu/config", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2110 | "//media", |
Scott Violet | a35f9a4 | 2018-03-22 22:00:44 | [diff] [blame] | 2111 | "//media:media_buildflags", |
Xiangjun Zhang | 3aafe30 | 2018-02-07 20:10:40 | [diff] [blame] | 2112 | "//media/capture", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2113 | "//media/midi", |
Scott Violet | a35f9a4 | 2018-03-22 22:00:44 | [diff] [blame] | 2114 | "//media/mojo:buildflags", |
Xiangjun Zhang | 877bcd1 | 2018-01-05 02:47:53 | [diff] [blame] | 2115 | "//media/mojo/common", |
Chris Cunningham | 49934e6 | 2017-11-09 21:49:01 | [diff] [blame] | 2116 | "//media/mojo/services", |
Henrik Grunell | d085257 | 2018-10-15 09:01:38 | [diff] [blame] | 2117 | "//media/webrtc", |
Ken Rockot | 03e5ddc | 2018-07-04 19:35:08 | [diff] [blame] | 2118 | "//mojo/core/embedder", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2119 | "//mojo/public/cpp/bindings", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 2120 | "//net", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2121 | "//net:extras", |
Scott Violet | 02e38b9 | 2018-03-27 23:42:14 | [diff] [blame] | 2122 | "//ppapi/buildflags", |
Scott Violet | 318a55f | 2018-03-30 19:08:19 | [diff] [blame] | 2123 | "//printing/buildflags", |
Scott Violet | a5f7ba1 | 2018-04-02 22:03:40 | [diff] [blame] | 2124 | "//rlz/buildflags", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 2125 | "//services/audio/public/cpp", |
Matthew Denton | 03c45a2 | 2020-06-01 23:40:48 | [diff] [blame] | 2126 | "//services/cert_verifier:lib", |
rockot | e043703 | 2017-03-25 02:49:00 | [diff] [blame] | 2127 | "//services/data_decoder/public/cpp", |
ke.he | a91facd | 2017-04-12 05:11:50 | [diff] [blame] | 2128 | "//services/device/public/cpp:device_features", |
Vicky Min | b02c3e9 | 2020-07-07 20:56:52 | [diff] [blame] | 2129 | "//services/device/public/cpp/serial:switches", |
Donna Wu | 4dc9df3 | 2019-05-20 03:56:21 | [diff] [blame] | 2130 | "//services/device/public/cpp/usb", |
Ke He | 31d0bb0 | 2018-02-24 07:16:24 | [diff] [blame] | 2131 | "//services/device/public/mojom", |
Donna Wu | 4dc9df3 | 2019-05-20 03:56:21 | [diff] [blame] | 2132 | "//services/device/public/mojom:usb", |
Andrew Moylan | 8ed9d83c8 | 2019-01-29 20:23:52 | [diff] [blame] | 2133 | "//services/image_annotation:service", |
Becca Hughes | dd388f6 | 2020-01-15 23:20:33 | [diff] [blame] | 2134 | "//services/media_session/public/mojom", |
Steven Holte | ed06f3d | 2017-07-20 22:58:01 | [diff] [blame] | 2135 | "//services/metrics/public/cpp:ukm_builders", |
John Abd-El-Malek | 3bbbdf9 | 2018-01-30 03:27:35 | [diff] [blame] | 2136 | "//services/network:network_service", |
| 2137 | "//services/network/public/cpp", |
Ken Rockot | 54311e6 | 2018-02-10 19:01:52 | [diff] [blame] | 2138 | "//services/network/public/mojom", |
Christopher Thompson | be9cafe | 2020-02-05 04:46:11 | [diff] [blame] | 2139 | "//services/network/public/proto", |
sammc | 939cdb5 | 2017-03-23 01:21:13 | [diff] [blame] | 2140 | "//services/preferences/public/cpp", |
sammc | fb473a87 | 2017-04-03 01:56:59 | [diff] [blame] | 2141 | "//services/preferences/public/cpp/tracked", |
Ken Rockot | f7f533e | 2018-02-11 02:21:33 | [diff] [blame] | 2142 | "//services/preferences/public/mojom", |
sammc | fb473a87 | 2017-04-03 01:56:59 | [diff] [blame] | 2143 | "//services/preferences/tracked", |
Ken Rockot | 26cf474 | 2018-02-11 04:10:40 | [diff] [blame] | 2144 | "//services/proxy_resolver/public/mojom", |
erikchen | a6e5f68 | 2017-05-12 20:39:20 | [diff] [blame] | 2145 | "//services/resource_coordinator/public/cpp:resource_coordinator_cpp", |
Scott Violet | 482fcec | 2019-07-30 19:50:20 | [diff] [blame] | 2146 | "//services/resource_coordinator/public/cpp/memory_instrumentation:browser", |
rockot | 734fb66 | 2016-10-15 16:41:30 | [diff] [blame] | 2147 | "//services/service_manager/public/cpp", |
Ken Rockot | d7e999b | 2018-02-11 15:48:21 | [diff] [blame] | 2148 | "//services/shape_detection/public/mojom", |
Ken Rockot | cebdf9c8 | 2019-05-28 20:33:03 | [diff] [blame] | 2149 | "//services/strings", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2150 | "//skia", |
| 2151 | "//sql", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2152 | "//storage/browser", |
| 2153 | "//storage/common", |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 2154 | "//third_party/blink/public:buildflags", |
| 2155 | "//third_party/blink/public:resources", |
| 2156 | "//third_party/blink/public:scaled_resources", |
| 2157 | "//third_party/blink/public/common", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2158 | "//third_party/icu", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2159 | "//third_party/leveldatabase", |
| 2160 | "//third_party/libaddressinput", |
Robert Sesek | e63d2e22 | 2019-11-01 21:46:50 | [diff] [blame] | 2161 | "//third_party/libxml:xml_writer", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2162 | "//third_party/libyuv", |
Steven Holte | f9d5ed6 | 2017-10-21 02:02:30 | [diff] [blame] | 2163 | "//third_party/metrics_proto", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2164 | "//third_party/re2", |
Mirko Bonadei | cbc90fd0 | 2019-11-14 22:26:17 | [diff] [blame] | 2165 | "//third_party/webrtc_overrides:webrtc_component", |
Xiaohan Wang | f170c73 | 2018-09-27 05:45:26 | [diff] [blame] | 2166 | "//third_party/widevine/cdm:buildflags", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2167 | "//third_party/zlib", |
| 2168 | "//third_party/zlib:minizip", |
Thiago Farina | d8a8a07 | 2017-05-19 18:41:48 | [diff] [blame] | 2169 | "//third_party/zlib/google:compression_utils", |
| 2170 | "//third_party/zlib/google:zip", |
Jan Wilken Dörrie | 28dee2de | 2020-07-28 20:15:01 | [diff] [blame] | 2171 | "//third_party/zxcvbn-cpp", |
Chris Hall | e952239e | 2018-11-06 06:49:52 | [diff] [blame] | 2172 | "//ui/accessibility", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2173 | "//ui/base", |
sdefresne | c6574a55 | 2016-02-08 16:58:21 | [diff] [blame] | 2174 | "//ui/base:ui_data_pack", |
Steven Bennetts | 2b2d9cf | 2019-03-15 17:36:31 | [diff] [blame] | 2175 | "//ui/base/idle", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2176 | "//ui/base/ime", |
cjhopman | 09981a9 | 2014-10-27 17:11:18 | [diff] [blame] | 2177 | "//ui/events:events_base", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2178 | "//ui/gfx", |
| 2179 | "//ui/gfx/geometry", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2180 | "//ui/gl", |
Scott Violet | fd6ee11 | 2019-01-10 19:05:32 | [diff] [blame] | 2181 | "//ui/gl:buildflags", |
[email protected] | a1d7d4f | 2014-07-16 21:33:36 | [diff] [blame] | 2182 | "//ui/message_center", |
Evan Stade | 353058c | 2017-09-08 21:31:13 | [diff] [blame] | 2183 | "//ui/message_center/public/cpp", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 2184 | "//ui/resources", |
[email protected] | a1d7d4f | 2014-07-16 21:33:36 | [diff] [blame] | 2185 | "//ui/shell_dialogs", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2186 | "//ui/strings", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2187 | "//ui/surface", |
| 2188 | "//ui/web_dialogs", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2189 | ] |
| 2190 | |
Mehrdad Hessar | e645ec1 | 2020-08-12 18:32:56 | [diff] [blame] | 2191 | if (build_with_tflite_lib) { |
| 2192 | sources += [ |
| 2193 | "tflite_experiment/tflite_experiment_keyed_service.cc", |
| 2194 | "tflite_experiment/tflite_experiment_keyed_service.h", |
| 2195 | "tflite_experiment/tflite_experiment_keyed_service_factory.cc", |
| 2196 | "tflite_experiment/tflite_experiment_keyed_service_factory.h", |
| 2197 | "tflite_experiment/tflite_experiment_observer.cc", |
| 2198 | "tflite_experiment/tflite_experiment_observer.h", |
| 2199 | "tflite_experiment/tflite_experiment_switches.cc", |
| 2200 | "tflite_experiment/tflite_experiment_switches.h", |
| 2201 | ] |
| 2202 | |
| 2203 | deps += [ "//chrome/services/machine_learning:machine_learning" ] |
| 2204 | } |
| 2205 | |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 2206 | if (is_posix || is_fuchsia) { |
| 2207 | sources += [ |
| 2208 | "download/trusted_sources_manager_posix.cc", |
| 2209 | "google/google_update_settings_posix.cc", |
| 2210 | "net/net_error_diagnostics_dialog_posix.cc", |
Sebastien Marchand | c5a7c4c4 | 2019-02-21 20:30:25 | [diff] [blame] | 2211 | "performance_monitor/metric_evaluator_helper_posix.cc", |
| 2212 | "performance_monitor/metric_evaluator_helper_posix.h", |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 2213 | ] |
| 2214 | } |
| 2215 | |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2216 | if (is_android) { |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2217 | sources += [ |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2218 | "after_startup_task_utils_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2219 | "android/accessibility/font_size_prefs_android.cc", |
| 2220 | "android/accessibility/font_size_prefs_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2221 | "android/android_theme_resources.h", |
Clemens Arbesser | 82f3803 | 2019-08-29 09:05:55 | [diff] [blame] | 2222 | "android/autofill_assistant/assistant_collect_user_data_delegate.cc", |
| 2223 | "android/autofill_assistant/assistant_collect_user_data_delegate.h", |
Jordan Demeulenaere | d4c321e | 2019-05-16 14:12:12 | [diff] [blame] | 2224 | "android/autofill_assistant/assistant_form_delegate.cc", |
| 2225 | "android/autofill_assistant/assistant_form_delegate.h", |
Clemens Arbesser | 7dc18c8 | 2019-12-13 11:57:56 | [diff] [blame] | 2226 | "android/autofill_assistant/assistant_generic_ui_delegate.cc", |
| 2227 | "android/autofill_assistant/assistant_generic_ui_delegate.h", |
Jordan Demeulenaere | 640b83bb | 2019-05-23 17:45:58 | [diff] [blame] | 2228 | "android/autofill_assistant/assistant_header_delegate.cc", |
| 2229 | "android/autofill_assistant/assistant_header_delegate.h", |
Jordan Demeulenaere | ab331cf | 2019-01-28 21:20:00 | [diff] [blame] | 2230 | "android/autofill_assistant/assistant_overlay_delegate.cc", |
| 2231 | "android/autofill_assistant/assistant_overlay_delegate.h", |
Stephane Zermatten | 40481b80 | 2019-01-09 18:50:52 | [diff] [blame] | 2232 | "android/autofill_assistant/client_android.cc", |
| 2233 | "android/autofill_assistant/client_android.h", |
Clemens Arbesser | 7f817a42 | 2020-03-25 12:56:26 | [diff] [blame] | 2234 | "android/autofill_assistant/generic_ui_events_android.cc", |
| 2235 | "android/autofill_assistant/generic_ui_events_android.h", |
| 2236 | "android/autofill_assistant/generic_ui_interactions_android.cc", |
| 2237 | "android/autofill_assistant/generic_ui_interactions_android.h", |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 2238 | "android/autofill_assistant/generic_ui_nested_controller_android.cc", |
| 2239 | "android/autofill_assistant/generic_ui_nested_controller_android.h", |
| 2240 | "android/autofill_assistant/generic_ui_root_controller_android.cc", |
| 2241 | "android/autofill_assistant/generic_ui_root_controller_android.h", |
Clemens Arbesser | 7dc18c8 | 2019-12-13 11:57:56 | [diff] [blame] | 2242 | "android/autofill_assistant/interaction_handler_android.cc", |
| 2243 | "android/autofill_assistant/interaction_handler_android.h", |
Clemens Arbesser | 28a289f | 2020-08-14 16:25:51 | [diff] [blame] | 2244 | "android/autofill_assistant/lite_service_bridge.cc", |
| 2245 | "android/autofill_assistant/lite_service_bridge.h", |
Mathias Carlen | 717fbc4 | 2018-08-31 19:39:26 | [diff] [blame] | 2246 | "android/autofill_assistant/ui_controller_android.cc", |
| 2247 | "android/autofill_assistant/ui_controller_android.h", |
Clemens Arbesser | 7dc18c8 | 2019-12-13 11:57:56 | [diff] [blame] | 2248 | "android/autofill_assistant/ui_controller_android_utils.cc", |
| 2249 | "android/autofill_assistant/ui_controller_android_utils.h", |
Clemens Arbesser | 14add24 | 2020-06-08 11:35:07 | [diff] [blame] | 2250 | "android/autofill_assistant/view_handler_android.cc", |
| 2251 | "android/autofill_assistant/view_handler_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2252 | "android/background_sync_launcher_android.cc", |
| 2253 | "android/background_sync_launcher_android.h", |
ahemery | 1d5239a5 | 2017-05-18 13:19:33 | [diff] [blame] | 2254 | "android/background_tab_manager.cc", |
| 2255 | "android/background_tab_manager.h", |
Ioana Stefan | 4dc2ee2 | 2019-08-21 09:51:04 | [diff] [blame] | 2256 | "android/background_task_scheduler/chrome_background_task_factory.cc", |
| 2257 | "android/background_task_scheduler/chrome_background_task_factory.h", |
Shakti Sahu | f9847ad | 2020-02-21 21:43:01 | [diff] [blame] | 2258 | "android/background_task_scheduler/proxy_native_task.cc", |
| 2259 | "android/background_task_scheduler/proxy_native_task.h", |
Eric Seckler | f936966 | 2020-07-13 12:23:23 | [diff] [blame] | 2260 | "android/battery/android_battery_metrics.cc", |
| 2261 | "android/battery/android_battery_metrics.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2262 | "android/bookmarks/bookmark_bridge.cc", |
| 2263 | "android/bookmarks/bookmark_bridge.h", |
| 2264 | "android/bookmarks/partner_bookmarks_reader.cc", |
| 2265 | "android/bookmarks/partner_bookmarks_reader.h", |
| 2266 | "android/bookmarks/partner_bookmarks_shim.cc", |
| 2267 | "android/bookmarks/partner_bookmarks_shim.h", |
| 2268 | "android/bottombar/overlay_panel_content.cc", |
| 2269 | "android/bottombar/overlay_panel_content.h", |
dullweber | c454fad | 2017-03-28 07:56:39 | [diff] [blame] | 2270 | "android/browsing_data/browsing_data_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2271 | "android/browsing_data/browsing_data_counter_bridge.cc", |
| 2272 | "android/browsing_data/browsing_data_counter_bridge.h", |
| 2273 | "android/browsing_data/url_filter_bridge.cc", |
| 2274 | "android/browsing_data/url_filter_bridge.h", |
aberent | d56b7ec | 2016-11-16 16:43:27 | [diff] [blame] | 2275 | "android/chrome_backup_agent.cc", |
| 2276 | "android/chrome_backup_agent.h", |
| 2277 | "android/chrome_backup_watcher.cc", |
thakis | b8590c9 | 2017-03-23 18:14:53 | [diff] [blame] | 2278 | "android/chrome_backup_watcher.h", |
Henrique Nakashima | 75faa51 | 2020-01-15 23:13:12 | [diff] [blame] | 2279 | "android/chrome_session_state.cc", |
| 2280 | "android/chrome_session_state.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2281 | "android/chrome_startup_flags.cc", |
| 2282 | "android/chrome_startup_flags.h", |
Daniel Cheng | 8fedab2 | 2018-05-17 00:39:27 | [diff] [blame] | 2283 | "android/color_helpers.cc", |
| 2284 | "android/color_helpers.h", |
Tibor Goldschwendt | 11b3cf2 | 2018-07-04 15:32:44 | [diff] [blame] | 2285 | "android/component_updater/background_task_update_scheduler.cc", |
| 2286 | "android/component_updater/background_task_update_scheduler.h", |
Mei Liang | 11df03b | 2020-04-09 05:02:12 | [diff] [blame] | 2287 | "android/compose_bitmaps_helper.cc", |
| 2288 | "android/compose_bitmaps_helper.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2289 | "android/compositor/compositor_view.cc", |
| 2290 | "android/compositor/compositor_view.h", |
| 2291 | "android/compositor/decoration_title.cc", |
| 2292 | "android/compositor/decoration_title.h", |
| 2293 | "android/compositor/layer/content_layer.cc", |
| 2294 | "android/compositor/layer/content_layer.h", |
| 2295 | "android/compositor/layer/contextual_search_layer.cc", |
| 2296 | "android/compositor/layer/contextual_search_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2297 | "android/compositor/layer/layer.h", |
| 2298 | "android/compositor/layer/overlay_panel_layer.cc", |
| 2299 | "android/compositor/layer/overlay_panel_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2300 | "android/compositor/layer/tab_handle_layer.cc", |
| 2301 | "android/compositor/layer/tab_handle_layer.h", |
| 2302 | "android/compositor/layer/tab_layer.cc", |
| 2303 | "android/compositor/layer/tab_layer.h", |
Mei Liang | 6c0fe3a | 2019-02-21 02:20:03 | [diff] [blame] | 2304 | "android/compositor/layer/tabgroup_content_layer.cc", |
| 2305 | "android/compositor/layer/tabgroup_content_layer.h", |
| 2306 | "android/compositor/layer/tabgroup_tab_content_layer.cc", |
| 2307 | "android/compositor/layer/tabgroup_tab_content_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2308 | "android/compositor/layer/thumbnail_layer.cc", |
| 2309 | "android/compositor/layer/thumbnail_layer.h", |
| 2310 | "android/compositor/layer/toolbar_layer.cc", |
| 2311 | "android/compositor/layer/toolbar_layer.h", |
| 2312 | "android/compositor/layer_title_cache.cc", |
| 2313 | "android/compositor/layer_title_cache.h", |
khushalsagar | 51b27db | 2017-03-22 19:18:12 | [diff] [blame] | 2314 | "android/compositor/resources/resource_factory.cc", |
khushalsagar | 51b27db | 2017-03-22 19:18:12 | [diff] [blame] | 2315 | "android/compositor/resources/toolbar_resource.cc", |
| 2316 | "android/compositor/resources/toolbar_resource.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2317 | "android/compositor/scene_layer/contextual_search_scene_layer.cc", |
| 2318 | "android/compositor/scene_layer/contextual_search_scene_layer.h", |
Jinsuk Kim | b2861a3 | 2020-08-18 12:08:07 | [diff] [blame] | 2319 | "android/compositor/scene_layer/overscroll_scene_layer.cc", |
| 2320 | "android/compositor/scene_layer/overscroll_scene_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2321 | "android/compositor/scene_layer/scene_layer.cc", |
| 2322 | "android/compositor/scene_layer/scene_layer.h", |
Matthew Jones | d59852706 | 2018-03-14 19:27:32 | [diff] [blame] | 2323 | "android/compositor/scene_layer/scrolling_bottom_view_scene_layer.cc", |
| 2324 | "android/compositor/scene_layer/scrolling_bottom_view_scene_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2325 | "android/compositor/scene_layer/static_tab_scene_layer.cc", |
| 2326 | "android/compositor/scene_layer/static_tab_scene_layer.h", |
Sinan Sahin | 18cc52c | 2019-09-12 23:07:15 | [diff] [blame] | 2327 | "android/compositor/scene_layer/status_indicator_scene_layer.cc", |
| 2328 | "android/compositor/scene_layer/status_indicator_scene_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2329 | "android/compositor/scene_layer/tab_list_scene_layer.cc", |
| 2330 | "android/compositor/scene_layer/tab_list_scene_layer.h", |
| 2331 | "android/compositor/scene_layer/tab_strip_scene_layer.cc", |
| 2332 | "android/compositor/scene_layer/tab_strip_scene_layer.h", |
Matt Jones | 128ef328 | 2020-08-10 19:24:23 | [diff] [blame] | 2333 | "android/compositor/scene_layer/top_toolbar_scene_layer.cc", |
| 2334 | "android/compositor/scene_layer/top_toolbar_scene_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2335 | "android/compositor/tab_content_manager.cc", |
| 2336 | "android/compositor/tab_content_manager.h", |
Martin Sramek | 030b6cd | 2018-02-28 12:45:12 | [diff] [blame] | 2337 | "android/consent_auditor/consent_auditor_bridge.cc", |
Samuel Huang | 87ac6fa | 2017-07-31 18:09:15 | [diff] [blame] | 2338 | "android/content/content_utils.cc", |
Jinsuk Kim | 6d4d86e | 2020-05-14 12:10:15 | [diff] [blame] | 2339 | "android/context_menu/chrome_context_menu_populator.cc", |
| 2340 | "android/context_menu/chrome_context_menu_populator.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2341 | "android/contextualsearch/contextual_search_context.cc", |
| 2342 | "android/contextualsearch/contextual_search_context.h", |
| 2343 | "android/contextualsearch/contextual_search_delegate.cc", |
| 2344 | "android/contextualsearch/contextual_search_delegate.h", |
| 2345 | "android/contextualsearch/contextual_search_field_trial.cc", |
| 2346 | "android/contextualsearch/contextual_search_field_trial.h", |
| 2347 | "android/contextualsearch/contextual_search_manager.cc", |
| 2348 | "android/contextualsearch/contextual_search_manager.h", |
Mario Sanchez Prada | 40f9fb6 | 2019-12-04 09:32:23 | [diff] [blame] | 2349 | "android/contextualsearch/contextual_search_observer.cc", |
| 2350 | "android/contextualsearch/contextual_search_observer.h", |
donnd | 1c0f254c | 2017-05-19 17:37:57 | [diff] [blame] | 2351 | "android/contextualsearch/contextual_search_ranker_logger_impl.cc", |
| 2352 | "android/contextualsearch/contextual_search_ranker_logger_impl.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2353 | "android/contextualsearch/contextual_search_tab_helper.cc", |
| 2354 | "android/contextualsearch/contextual_search_tab_helper.h", |
donnd | 1d909b6 | 2016-09-30 20:14:52 | [diff] [blame] | 2355 | "android/contextualsearch/ctr_suppression.cc", |
| 2356 | "android/contextualsearch/ctr_suppression.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2357 | "android/contextualsearch/resolved_search_term.cc", |
| 2358 | "android/contextualsearch/resolved_search_term.h", |
Donn Denman | e32c706c | 2019-04-26 22:30:11 | [diff] [blame] | 2359 | "android/contextualsearch/simple_search_term_resolver.cc", |
| 2360 | "android/contextualsearch/simple_search_term_resolver.h", |
Donn Denman | 647df45 | 2018-03-12 21:22:34 | [diff] [blame] | 2361 | "android/contextualsearch/unhandled_tap_notifier_impl.cc", |
| 2362 | "android/contextualsearch/unhandled_tap_notifier_impl.h", |
| 2363 | "android/contextualsearch/unhandled_tap_web_contents_observer.cc", |
| 2364 | "android/contextualsearch/unhandled_tap_web_contents_observer.h", |
Pritam | df040f9 | 2018-03-02 18:28:43 | [diff] [blame] | 2365 | "android/cookies/cookies_fetcher_util.cc", |
Peter Wen | 2bf1407 | 2017-10-11 16:12:37 | [diff] [blame] | 2366 | "android/crash/pure_java_exception_handler.cc", |
| 2367 | "android/crash/pure_java_exception_handler.h", |
John Abd-El-Malek | 4f380d9 | 2020-02-19 16:43:36 | [diff] [blame] | 2368 | "android/customtabs/client_data_header_web_contents_observer.cc", |
| 2369 | "android/customtabs/client_data_header_web_contents_observer.h", |
| 2370 | "android/customtabs/custom_tabs_connection.cc", |
Benoit Lize | 385ed792 | 2018-03-01 18:49:05 | [diff] [blame] | 2371 | "android/customtabs/detached_resource_request.cc", |
| 2372 | "android/customtabs/detached_resource_request.h", |
yusufo | 2f2c75134 | 2017-04-27 21:24:17 | [diff] [blame] | 2373 | "android/customtabs/origin_verifier.cc", |
| 2374 | "android/customtabs/origin_verifier.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2375 | "android/devtools_manager_delegate_android.cc", |
| 2376 | "android/devtools_manager_delegate_android.h", |
pfeldman | 1062876 | 2016-09-08 07:59:26 | [diff] [blame] | 2377 | "android/devtools_server.cc", |
| 2378 | "android/devtools_server.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2379 | "android/document/document_web_contents_delegate.cc", |
thakis | b8590c9 | 2017-03-23 18:14:53 | [diff] [blame] | 2380 | "android/document/document_web_contents_delegate.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2381 | "android/dom_distiller/distiller_ui_handle_android.cc", |
| 2382 | "android/dom_distiller/distiller_ui_handle_android.h", |
Pete Williamson | 3c8719b | 2018-10-11 00:22:57 | [diff] [blame] | 2383 | "android/explore_sites/blacklist_site_task.cc", |
| 2384 | "android/explore_sites/blacklist_site_task.h", |
Yafei Duan | 66f0831 | 2018-06-19 19:42:13 | [diff] [blame] | 2385 | "android/explore_sites/catalog.cc", |
| 2386 | "android/explore_sites/catalog.h", |
Jian Li | edd6707f | 2019-01-16 23:02:59 | [diff] [blame] | 2387 | "android/explore_sites/clear_activities_task.cc", |
| 2388 | "android/explore_sites/clear_activities_task.h", |
Justin DeWitt | 894860e6 | 2018-12-18 23:25:25 | [diff] [blame] | 2389 | "android/explore_sites/clear_catalog_task.cc", |
| 2390 | "android/explore_sites/clear_catalog_task.h", |
Cathy Li | 21ae462 | 2018-06-13 07:20:55 | [diff] [blame] | 2391 | "android/explore_sites/explore_sites_bridge.cc", |
Justin DeWitt | 0569190 | 2018-09-27 15:15:19 | [diff] [blame] | 2392 | "android/explore_sites/explore_sites_bridge.h", |
Justin DeWitt | ac2672c | 2018-09-14 22:31:56 | [diff] [blame] | 2393 | "android/explore_sites/explore_sites_bridge_experimental.cc", |
Cathy Li | c450408f | 2018-08-02 20:32:54 | [diff] [blame] | 2394 | "android/explore_sites/explore_sites_feature.cc", |
| 2395 | "android/explore_sites/explore_sites_feature.h", |
Jonathan Freed | 07f2506d | 2018-09-20 20:02:34 | [diff] [blame] | 2396 | "android/explore_sites/explore_sites_fetcher.cc", |
| 2397 | "android/explore_sites/explore_sites_fetcher.h", |
Justin DeWitt | d7e2bf13 | 2018-08-29 16:14:58 | [diff] [blame] | 2398 | "android/explore_sites/explore_sites_schema.cc", |
| 2399 | "android/explore_sites/explore_sites_schema.h", |
Justin DeWitt | 40f76ee | 2018-08-10 23:32:35 | [diff] [blame] | 2400 | "android/explore_sites/explore_sites_service.h", |
| 2401 | "android/explore_sites/explore_sites_service_factory.cc", |
| 2402 | "android/explore_sites/explore_sites_service_factory.h", |
| 2403 | "android/explore_sites/explore_sites_service_impl.cc", |
| 2404 | "android/explore_sites/explore_sites_service_impl.h", |
Justin DeWitt | 267e8d10 | 2018-08-24 18:29:25 | [diff] [blame] | 2405 | "android/explore_sites/explore_sites_store.cc", |
| 2406 | "android/explore_sites/explore_sites_store.h", |
Justin DeWitt | 425b550f | 2018-09-14 22:18:03 | [diff] [blame] | 2407 | "android/explore_sites/explore_sites_types.cc", |
| 2408 | "android/explore_sites/explore_sites_types.h", |
| 2409 | "android/explore_sites/get_catalog_task.cc", |
| 2410 | "android/explore_sites/get_catalog_task.h", |
Justin DeWitt | f9771f0 | 2018-09-19 19:11:43 | [diff] [blame] | 2411 | "android/explore_sites/get_images_task.cc", |
| 2412 | "android/explore_sites/get_images_task.h", |
Justin DeWitt | 12e3ef38 | 2018-10-24 18:24:44 | [diff] [blame] | 2413 | "android/explore_sites/get_version_task.cc", |
| 2414 | "android/explore_sites/get_version_task.h", |
Dmitry Titov | 5f6cfb4 | 2018-10-05 18:52:14 | [diff] [blame] | 2415 | "android/explore_sites/history_statistics_reporter.cc", |
| 2416 | "android/explore_sites/history_statistics_reporter.h", |
Jonathan Freed | c985bd7 | 2018-10-08 22:08:11 | [diff] [blame] | 2417 | "android/explore_sites/image_helper.cc", |
| 2418 | "android/explore_sites/image_helper.h", |
Justin DeWitt | e02502b | 2018-09-11 17:51:09 | [diff] [blame] | 2419 | "android/explore_sites/import_catalog_task.cc", |
| 2420 | "android/explore_sites/import_catalog_task.h", |
Cathy Li | 016987e | 2019-01-19 04:35:06 | [diff] [blame] | 2421 | "android/explore_sites/increment_shown_count_task.cc", |
| 2422 | "android/explore_sites/increment_shown_count_task.h", |
Justin DeWitt | 1a287c9 | 2019-05-30 00:08:44 | [diff] [blame] | 2423 | "android/explore_sites/most_visited_client.cc", |
| 2424 | "android/explore_sites/most_visited_client.h", |
Yafei Duan | 66f0831 | 2018-06-19 19:42:13 | [diff] [blame] | 2425 | "android/explore_sites/ntp_json_fetcher.cc", |
| 2426 | "android/explore_sites/ntp_json_fetcher.h", |
Cathy Li | 72d8743 | 2019-01-18 14:59:32 | [diff] [blame] | 2427 | "android/explore_sites/record_site_click_task.cc", |
| 2428 | "android/explore_sites/record_site_click_task.h", |
Cathy Li | 448d841f | 2018-06-20 00:14:33 | [diff] [blame] | 2429 | "android/explore_sites/url_util.cc", |
| 2430 | "android/explore_sites/url_util.h", |
Jonathan Freed | 07f2506d | 2018-09-20 20:02:34 | [diff] [blame] | 2431 | "android/explore_sites/url_util_experimental.cc", |
| 2432 | "android/explore_sites/url_util_experimental.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2433 | "android/favicon_helper.cc", |
| 2434 | "android/favicon_helper.h", |
Tommy Nyquist | c1d6dea1 | 2017-07-26 20:37:23 | [diff] [blame] | 2435 | "android/feature_engagement/tracker_factory_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2436 | "android/feedback/connectivity_checker.cc", |
David Trainor | 3c8efa4 | 2018-02-16 16:51:01 | [diff] [blame] | 2437 | "android/feedback/process_id_feedback_source.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2438 | "android/feedback/screenshot_task.cc", |
David Trainor | 5397eb3 | 2017-11-30 20:46:10 | [diff] [blame] | 2439 | "android/feedback/system_info_feedback_source.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2440 | "android/foreign_session_helper.cc", |
| 2441 | "android/foreign_session_helper.h", |
Henrique Nakashima | dbd953b | 2020-07-02 19:27:02 | [diff] [blame] | 2442 | "android/historical_tab_saver.cc", |
twellington | 87cc366 | 2016-12-06 18:15:05 | [diff] [blame] | 2443 | "android/history/browsing_history_bridge.cc", |
| 2444 | "android/history/browsing_history_bridge.h", |
Brandon Wylie | 8a64874 | 2019-05-16 22:14:38 | [diff] [blame] | 2445 | "android/history/history_deletion_bridge.cc", |
| 2446 | "android/history/history_deletion_bridge.h", |
| 2447 | "android/history/history_deletion_info.cc", |
| 2448 | "android/history/history_deletion_info.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2449 | "android/history_report/data_observer.cc", |
| 2450 | "android/history_report/data_observer.h", |
| 2451 | "android/history_report/data_provider.cc", |
| 2452 | "android/history_report/data_provider.h", |
| 2453 | "android/history_report/delta_file_backend_leveldb.cc", |
| 2454 | "android/history_report/delta_file_backend_leveldb.h", |
| 2455 | "android/history_report/delta_file_commons.cc", |
| 2456 | "android/history_report/delta_file_commons.h", |
| 2457 | "android/history_report/delta_file_service.cc", |
| 2458 | "android/history_report/delta_file_service.h", |
| 2459 | "android/history_report/get_all_urls_from_history_task.cc", |
| 2460 | "android/history_report/get_all_urls_from_history_task.h", |
| 2461 | "android/history_report/historic_visits_migration_task.cc", |
| 2462 | "android/history_report/historic_visits_migration_task.h", |
| 2463 | "android/history_report/history_report_jni_bridge.cc", |
| 2464 | "android/history_report/history_report_jni_bridge.h", |
| 2465 | "android/history_report/usage_report_util.cc", |
| 2466 | "android/history_report/usage_report_util.h", |
| 2467 | "android/history_report/usage_reports_buffer_backend.cc", |
| 2468 | "android/history_report/usage_reports_buffer_backend.h", |
| 2469 | "android/history_report/usage_reports_buffer_service.cc", |
| 2470 | "android/history_report/usage_reports_buffer_service.h", |
| 2471 | "android/hung_renderer_infobar_delegate.cc", |
| 2472 | "android/hung_renderer_infobar_delegate.h", |
Brandon Wylie | 67a8dd1a | 2019-04-02 22:49:04 | [diff] [blame] | 2473 | "android/image_fetcher/image_fetcher_bridge.cc", |
| 2474 | "android/image_fetcher/image_fetcher_bridge.h", |
Rayan Kanso | d20be1e | 2020-02-12 14:47:18 | [diff] [blame] | 2475 | "android/installedapp/installed_app_verifier.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2476 | "android/instantapps/instant_apps_infobar_delegate.cc", |
| 2477 | "android/instantapps/instant_apps_infobar_delegate.h", |
mariakhomenko | bb6f794 | 2016-10-03 21:42:29 | [diff] [blame] | 2478 | "android/instantapps/instant_apps_settings.cc", |
| 2479 | "android/instantapps/instant_apps_settings.h", |
Jochen Eisinger | 7f3cb8e | 2020-07-14 12:48:27 | [diff] [blame] | 2480 | "android/intent_handler.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2481 | "android/intent_helper.cc", |
| 2482 | "android/intent_helper.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2483 | "android/large_icon_bridge.cc", |
| 2484 | "android/large_icon_bridge.h", |
tedchoc | 2928c63 | 2017-05-11 18:31:28 | [diff] [blame] | 2485 | "android/locale/locale_manager.cc", |
| 2486 | "android/locale/locale_manager.h", |
Lei Tian | 0fc3031 | 2018-05-14 21:05:56 | [diff] [blame] | 2487 | "android/locale/locale_template_url_loader.cc", |
| 2488 | "android/locale/locale_template_url_loader.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2489 | "android/logo_bridge.cc", |
| 2490 | "android/logo_bridge.h", |
Patrick Noland | d053411a | 2019-09-07 14:30:29 | [diff] [blame] | 2491 | "android/media/media_capture_devices_dispatcher_android.cc", |
Mihai Sardarescu | d5ad5b0 | 2018-12-14 21:30:42 | [diff] [blame] | 2492 | "android/metrics/android_profile_session_durations_service.cc", |
| 2493 | "android/metrics/android_profile_session_durations_service.h", |
| 2494 | "android/metrics/android_profile_session_durations_service_factory.cc", |
| 2495 | "android/metrics/android_profile_session_durations_service_factory.h", |
Henrique Nakashima | e2da3910 | 2019-09-05 23:47:01 | [diff] [blame] | 2496 | "android/metrics/background_task_memory_metrics_emitter.cc", |
| 2497 | "android/metrics/background_task_memory_metrics_emitter.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2498 | "android/metrics/launch_metrics.cc", |
Alexandre Frechette | 399dfc2 | 2019-10-22 17:14:38 | [diff] [blame] | 2499 | "android/metrics/ukm_recorder.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2500 | "android/metrics/uma_session_stats.cc", |
| 2501 | "android/metrics/uma_session_stats.h", |
| 2502 | "android/metrics/uma_utils.cc", |
| 2503 | "android/metrics/uma_utils.h", |
| 2504 | "android/metrics/variations_session.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2505 | "android/mojo/chrome_interface_registrar_android.cc", |
| 2506 | "android/mojo/chrome_interface_registrar_android.h", |
Ryan Sturm | d1d91d0 | 2020-01-24 22:37:48 | [diff] [blame] | 2507 | "android/navigation_predictor/navigation_predictor_bridge.cc", |
Michael Thiessen | 454d0c3 | 2019-04-08 13:58:54 | [diff] [blame] | 2508 | "android/net/nqe/network_quality_provider.cc", |
| 2509 | "android/net/nqe/network_quality_provider.h", |
Daniel Bratell | 4bb1b4ad | 2018-02-03 11:47:03 | [diff] [blame] | 2510 | "android/ntp/get_remote_suggestions_scheduler.cc", |
| 2511 | "android/ntp/get_remote_suggestions_scheduler.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2512 | "android/ntp/most_visited_sites_bridge.cc", |
| 2513 | "android/ntp/most_visited_sites_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2514 | "android/ntp/new_tab_page_url_handler.cc", |
| 2515 | "android/ntp/new_tab_page_url_handler.h", |
| 2516 | "android/ntp/ntp_snippets_bridge.cc", |
| 2517 | "android/ntp/ntp_snippets_bridge.h", |
| 2518 | "android/ntp/ntp_snippets_launcher.cc", |
| 2519 | "android/ntp/ntp_snippets_launcher.h", |
mvanouwerkerk | c1751e0 | 2017-01-06 12:16:43 | [diff] [blame] | 2520 | "android/ntp/recent_tabs_page_prefs.cc", |
| 2521 | "android/ntp/recent_tabs_page_prefs.h", |
dgn | ba0a51b | 2017-05-04 10:23:26 | [diff] [blame] | 2522 | "android/ntp/suggestions_event_reporter_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2523 | "android/omnibox/autocomplete_controller_android.cc", |
| 2524 | "android/omnibox/autocomplete_controller_android.h", |
| 2525 | "android/omnibox/omnibox_prerender.cc", |
| 2526 | "android/omnibox/omnibox_prerender.h", |
Kenichi Ishibashi | 0f336d00 | 2017-10-26 02:39:11 | [diff] [blame] | 2527 | "android/oom_intervention/near_oom_monitor.cc", |
| 2528 | "android/oom_intervention/near_oom_monitor.h", |
Siddhartha | eec125f | 2018-05-30 19:59:28 | [diff] [blame] | 2529 | "android/oom_intervention/oom_intervention_config.cc", |
| 2530 | "android/oom_intervention/oom_intervention_config.h", |
Kenichi Ishibashi | 35ac713 | 2017-12-08 03:44:30 | [diff] [blame] | 2531 | "android/oom_intervention/oom_intervention_decider.cc", |
| 2532 | "android/oom_intervention/oom_intervention_decider.h", |
Kenichi Ishibashi | 60fc349f | 2017-10-31 23:41:19 | [diff] [blame] | 2533 | "android/oom_intervention/oom_intervention_tab_helper.cc", |
| 2534 | "android/oom_intervention/oom_intervention_tab_helper.h", |
estevenson | cb80fc5 | 2017-03-28 16:50:57 | [diff] [blame] | 2535 | "android/partner_browser_customizations.cc", |
| 2536 | "android/partner_browser_customizations.h", |
Ivana Zuzic | 0dbf2777 | 2019-09-18 19:48:35 | [diff] [blame] | 2537 | "android/password_edit_delegate.h", |
Ioana Pandele | bb7a0433 | 2019-11-15 18:25:24 | [diff] [blame] | 2538 | "android/password_edit_delegate_settings_impl.cc", |
| 2539 | "android/password_edit_delegate_settings_impl.h", |
Ivana Zuzic | f8658c1e | 2019-08-29 13:32:41 | [diff] [blame] | 2540 | "android/password_editing_bridge.cc", |
| 2541 | "android/password_editing_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2542 | "android/password_ui_view_android.cc", |
| 2543 | "android/password_ui_view_android.h", |
Andy Paicu | bf20a77 | 2019-12-04 17:08:56 | [diff] [blame] | 2544 | "android/permissions/permission_settings_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2545 | "android/policy/policy_auditor.cc", |
Natalie Chouinard | 49cf0980 | 2019-11-06 18:53:23 | [diff] [blame] | 2546 | "android/preferences/about_settings_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2547 | "android/preferences/autofill/autofill_profile_bridge.cc", |
Natalie Chouinard | 1b63648 | 2019-12-05 01:18:17 | [diff] [blame] | 2548 | "android/preferences/autofill/autofill_profile_bridge.h", |
mlliu | ee3a405c | 2016-10-28 22:34:52 | [diff] [blame] | 2549 | "android/preferences/browser_prefs_android.cc", |
| 2550 | "android/preferences/browser_prefs_android.h", |
Mark Pearson | ee17df91 | 2017-04-27 21:51:04 | [diff] [blame] | 2551 | "android/preferences/clipboard_android.cc", |
| 2552 | "android/preferences/clipboard_android.h", |
Ehimare Okoyomon | 69926c8 | 2020-02-06 00:55:16 | [diff] [blame] | 2553 | "android/preferences/cookie_controls_service_bridge.cc", |
| 2554 | "android/preferences/cookie_controls_service_bridge.h", |
Becky Zhou | d423491 | 2017-10-20 19:46:26 | [diff] [blame] | 2555 | "android/preferences/pref_change_registrar_android.cc", |
| 2556 | "android/preferences/pref_change_registrar_android.h", |
Natalie Chouinard | 60bd0cc | 2019-11-18 20:45:12 | [diff] [blame] | 2557 | "android/preferences/privacy_preferences_manager.cc", |
Xi Han | 9fd4400 | 2019-04-30 17:39:36 | [diff] [blame] | 2558 | "android/profile_key_startup_accessor.cc", |
| 2559 | "android/profile_key_startup_accessor.h", |
Mohamed Heikal | 0b20ea11 | 2019-05-16 18:38:15 | [diff] [blame] | 2560 | "android/profile_key_util.cc", |
| 2561 | "android/profile_key_util.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2562 | "android/provider/blocking_ui_thread_async_request.cc", |
| 2563 | "android/provider/blocking_ui_thread_async_request.h", |
Ted Choc | f5e2555 | 2018-06-08 17:21:26 | [diff] [blame] | 2564 | "android/provider/bookmark_model_task.cc", |
| 2565 | "android/provider/bookmark_model_task.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2566 | "android/provider/chrome_browser_provider.cc", |
| 2567 | "android/provider/chrome_browser_provider.h", |
| 2568 | "android/provider/run_on_ui_thread_blocking.h", |
| 2569 | "android/rappor/rappor_service_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2570 | "android/recently_closed_tabs_bridge.cc", |
| 2571 | "android/recently_closed_tabs_bridge.h", |
Jinsuk Kim | fe32dfb3 | 2019-10-17 23:25:52 | [diff] [blame] | 2572 | "android/reparenting_task.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2573 | "android/resource_id.h", |
| 2574 | "android/resource_mapper.cc", |
| 2575 | "android/resource_mapper.h", |
| 2576 | "android/rlz/revenue_stats.cc", |
yusufo | cac912f1 | 2017-05-09 16:09:51 | [diff] [blame] | 2577 | "android/rlz/rlz_ping_handler.cc", |
| 2578 | "android/rlz/rlz_ping_handler.h", |
Kristi Park | d095700b | 2020-03-20 21:30:14 | [diff] [blame] | 2579 | "android/screenshot/editor_screenshot_task.cc", |
Raymes Khoury | 01251b3 | 2017-11-06 22:31:27 | [diff] [blame] | 2580 | "android/search_permissions/search_geolocation_disclosure_infobar_delegate.cc", |
| 2581 | "android/search_permissions/search_geolocation_disclosure_infobar_delegate.h", |
| 2582 | "android/search_permissions/search_geolocation_disclosure_tab_helper.cc", |
| 2583 | "android/search_permissions/search_geolocation_disclosure_tab_helper.h", |
| 2584 | "android/search_permissions/search_permissions_service.cc", |
| 2585 | "android/search_permissions/search_permissions_service.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2586 | "android/seccomp_support_detector.cc", |
| 2587 | "android/seccomp_support_detector.h", |
Tanya Gupta | ae1c28dc | 2019-03-08 20:08:28 | [diff] [blame] | 2588 | "android/send_tab_to_self/android_notification_handler.cc", |
| 2589 | "android/send_tab_to_self/android_notification_handler.h", |
Tanya Gupta | f66cd5d | 2019-02-22 01:22:56 | [diff] [blame] | 2590 | "android/send_tab_to_self/send_tab_to_self_android_bridge.cc", |
Tanya Gupta | 9cd345a2 | 2019-05-17 19:02:34 | [diff] [blame] | 2591 | "android/send_tab_to_self/send_tab_to_self_entry_bridge.cc", |
| 2592 | "android/send_tab_to_self/send_tab_to_self_entry_bridge.h", |
Tanya Gupta | bc87a99e | 2019-04-10 23:12:14 | [diff] [blame] | 2593 | "android/send_tab_to_self/send_tab_to_self_infobar.cc", |
| 2594 | "android/send_tab_to_self/send_tab_to_self_infobar.h", |
Tanya Gupta | 9cd345a2 | 2019-05-17 19:02:34 | [diff] [blame] | 2595 | "android/send_tab_to_self/send_tab_to_self_model_observer_bridge.cc", |
| 2596 | "android/send_tab_to_self/send_tab_to_self_model_observer_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2597 | "android/service_tab_launcher.cc", |
| 2598 | "android/service_tab_launcher.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2599 | "android/shortcut_helper.cc", |
| 2600 | "android/shortcut_helper.h", |
| 2601 | "android/shortcut_info.cc", |
| 2602 | "android/shortcut_info.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2603 | "android/signin/signin_investigator_android.cc", |
| 2604 | "android/signin/signin_investigator_android.h", |
| 2605 | "android/signin/signin_manager_android.cc", |
| 2606 | "android/signin/signin_manager_android.h", |
| 2607 | "android/signin/signin_promo_util_android.cc", |
| 2608 | "android/signin/signin_promo_util_android.h", |
David Roger | f0bb082 | 2019-03-13 16:09:20 | [diff] [blame] | 2609 | "android/signin/signin_utils.cc", |
| 2610 | "android/signin/signin_utils.h", |
Boris Sazonov | 484447e | 2018-08-09 21:28:40 | [diff] [blame] | 2611 | "android/signin/unified_consent_service_bridge.cc", |
Boris Sazonov | 56bdd6c | 2020-08-04 19:23:09 | [diff] [blame] | 2612 | "android/signin/web_signin_bridge.cc", |
| 2613 | "android/signin/web_signin_bridge.h", |
Mohamed Heikal | a4b8fc3 | 2019-04-23 02:24:32 | [diff] [blame] | 2614 | "android/startup_bridge.cc", |
| 2615 | "android/startup_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2616 | "android/tab_android.cc", |
| 2617 | "android/tab_android.h", |
Ted Choc | 1d47eec | 2019-11-26 17:00:11 | [diff] [blame] | 2618 | "android/tab_browser_controls_constraints_helper.cc", |
| 2619 | "android/tab_browser_controls_constraints_helper.h", |
Jinsuk Kim | e1735d5c | 2019-03-06 03:42:10 | [diff] [blame] | 2620 | "android/tab_favicon.cc", |
| 2621 | "android/tab_favicon.h", |
Jinsuk Kim | fc9e3e8 | 2019-02-13 06:50:23 | [diff] [blame] | 2622 | "android/tab_printer.cc", |
| 2623 | "android/tab_printer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2624 | "android/tab_web_contents_delegate_android.cc", |
| 2625 | "android/tab_web_contents_delegate_android.h", |
Shakti Sahu | b9f0b50 | 2020-08-18 22:21:10 | [diff] [blame] | 2626 | "android/thin_webview/chrome_thin_webview_initializer.cc", |
| 2627 | "android/thin_webview/chrome_thin_webview_initializer.h", |
Bernhard Bauer | 830124e2 | 2018-03-27 18:50:38 | [diff] [blame] | 2628 | "android/trusted_cdn.cc", |
| 2629 | "android/trusted_cdn.h", |
Richard Knoll | 911bf51 | 2019-06-05 19:12:00 | [diff] [blame] | 2630 | "android/usage_stats/notification_suspender.cc", |
Patrick Noland | 87d9f84 | 2019-01-16 03:52:02 | [diff] [blame] | 2631 | "android/usage_stats/usage_stats_bridge.cc", |
| 2632 | "android/usage_stats/usage_stats_bridge.h", |
| 2633 | "android/usage_stats/usage_stats_database.cc", |
| 2634 | "android/usage_stats/usage_stats_database.h", |
Donna Wu | c98e12a | 2018-08-16 07:24:02 | [diff] [blame] | 2635 | "android/usb/web_usb_chooser_android.cc", |
| 2636 | "android/usb/web_usb_chooser_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2637 | "android/warmup_manager.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2638 | "android/web_contents_factory.cc", |
ckitagawa | 1fa69c0 | 2019-07-24 19:20:44 | [diff] [blame] | 2639 | "android/webapk/webapk_handler_delegate.cc", |
| 2640 | "android/webapk/webapk_handler_delegate.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2641 | "android/webapk/webapk_icon_hasher.cc", |
| 2642 | "android/webapk/webapk_icon_hasher.h", |
gonzalon | 87192d77 | 2017-02-07 22:31:10 | [diff] [blame] | 2643 | "android/webapk/webapk_info.cc", |
| 2644 | "android/webapk/webapk_info.h", |
hanxi | 070d10a | 2017-01-09 15:56:50 | [diff] [blame] | 2645 | "android/webapk/webapk_install_service.cc", |
| 2646 | "android/webapk/webapk_install_service.h", |
| 2647 | "android/webapk/webapk_install_service_factory.cc", |
| 2648 | "android/webapk/webapk_install_service_factory.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2649 | "android/webapk/webapk_installer.cc", |
| 2650 | "android/webapk/webapk_installer.h", |
hanxi | 2f4bcfd | 2016-09-22 19:53:42 | [diff] [blame] | 2651 | "android/webapk/webapk_metrics.cc", |
| 2652 | "android/webapk/webapk_metrics.h", |
Ethan Xu | c4740ea | 2018-11-28 21:31:20 | [diff] [blame] | 2653 | "android/webapk/webapk_post_share_target_navigator.cc", |
| 2654 | "android/webapk/webapk_post_share_target_navigator.h", |
Peter Kotwicz | c1544b27 | 2017-11-08 17:02:28 | [diff] [blame] | 2655 | "android/webapk/webapk_types.h", |
Peter Kotwicz | 92773f1e | 2019-09-17 19:47:45 | [diff] [blame] | 2656 | "android/webapk/webapk_ukm_recorder.cc", |
| 2657 | "android/webapk/webapk_ukm_recorder.h", |
pkotwicz | b1e143c | 2016-12-09 20:52:46 | [diff] [blame] | 2658 | "android/webapk/webapk_update_data_fetcher.cc", |
| 2659 | "android/webapk/webapk_update_data_fetcher.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2660 | "android/webapk/webapk_update_manager.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2661 | "android/webapk/webapk_web_manifest_checker.cc", |
| 2662 | "android/webapk/webapk_web_manifest_checker.h", |
Mehran Mahmoudi | f53737a | 2019-11-20 23:56:45 | [diff] [blame] | 2663 | "android/webapps/add_to_homescreen_coordinator.cc", |
| 2664 | "android/webapps/add_to_homescreen_coordinator.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2665 | "android/webapps/add_to_homescreen_data_fetcher.cc", |
| 2666 | "android/webapps/add_to_homescreen_data_fetcher.h", |
Mehran Mahmoudi | a7dc407 | 2019-10-31 15:13:27 | [diff] [blame] | 2667 | "android/webapps/add_to_homescreen_installer.cc", |
| 2668 | "android/webapps/add_to_homescreen_installer.h", |
Mehran Mahmoudi | f53737a | 2019-11-20 23:56:45 | [diff] [blame] | 2669 | "android/webapps/add_to_homescreen_mediator.cc", |
| 2670 | "android/webapps/add_to_homescreen_mediator.h", |
Mehran Mahmoudi | a7dc407 | 2019-10-31 15:13:27 | [diff] [blame] | 2671 | "android/webapps/add_to_homescreen_params.cc", |
| 2672 | "android/webapps/add_to_homescreen_params.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2673 | "android/webapps/webapp_registry.cc", |
| 2674 | "android/webapps/webapp_registry.h", |
Adam Langley | a09284eb | 2020-06-11 18:58:29 | [diff] [blame] | 2675 | "android/webauth/fido2helper_native_android.cc", |
Tommy Martino | 40112a62 | 2019-04-26 15:41:12 | [diff] [blame] | 2676 | "autofill/accessory_controller.h", |
Friedrich Horschig | 6b305d1 | 2019-05-24 11:34:48 | [diff] [blame] | 2677 | "autofill/address_accessory_controller.h", |
| 2678 | "autofill/address_accessory_controller_impl.cc", |
| 2679 | "autofill/address_accessory_controller_impl.h", |
Manas Verma | 6f50f14 | 2020-04-30 18:06:44 | [diff] [blame] | 2680 | "autofill/android/internal_authenticator_android.cc", |
| 2681 | "autofill/android/internal_authenticator_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2682 | "autofill/android/personal_data_manager_android.cc", |
| 2683 | "autofill/android/personal_data_manager_android.h", |
gogerald | 7cede916 | 2017-03-14 23:53:40 | [diff] [blame] | 2684 | "autofill/android/phone_number_util_android.cc", |
Friedrich Horschig | 15ef70d | 2019-04-02 09:12:12 | [diff] [blame] | 2685 | "autofill/autofill_keyboard_accessory_adapter.cc", |
| 2686 | "autofill/autofill_keyboard_accessory_adapter.h", |
Tommy Martino | ca7902e | 2019-05-16 22:47:40 | [diff] [blame] | 2687 | "autofill/credit_card_accessory_controller.h", |
| 2688 | "autofill/credit_card_accessory_controller_impl.cc", |
| 2689 | "autofill/credit_card_accessory_controller_impl.h", |
Fabio Tirelo | bfbbb3e9 | 2018-11-20 21:02:03 | [diff] [blame] | 2690 | "autofill/manual_filling_controller.h", |
| 2691 | "autofill/manual_filling_controller_impl.cc", |
| 2692 | "autofill/manual_filling_controller_impl.h", |
Tommy Martino | 40112a62 | 2019-04-26 15:41:12 | [diff] [blame] | 2693 | "autofill/manual_filling_utils.cc", |
| 2694 | "autofill/manual_filling_utils.h", |
Fabio Tirelo | bfbbb3e9 | 2018-11-20 21:02:03 | [diff] [blame] | 2695 | "autofill/manual_filling_view_interface.h", |
Dominick Ng | 4568f11 | 2017-11-08 03:26:55 | [diff] [blame] | 2696 | "banners/app_banner_manager_android.cc", |
| 2697 | "banners/app_banner_manager_android.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 2698 | "browser_process_platform_part_android.cc", |
| 2699 | "browser_process_platform_part_android.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 2700 | "chrome_browser_field_trials_mobile.cc", |
| 2701 | "chrome_browser_field_trials_mobile.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 2702 | "chrome_browser_main_android.cc", |
| 2703 | "chrome_browser_main_android.h", |
| 2704 | "crash_upload_list/crash_upload_list_android.cc", |
| 2705 | "crash_upload_list/crash_upload_list_android.h", |
Zhuoyu Qian | cb197638 | 2018-12-13 02:18:30 | [diff] [blame] | 2706 | "data_reduction_proxy/data_reduction_promo_infobar_delegate_android.cc", |
| 2707 | "data_reduction_proxy/data_reduction_promo_infobar_delegate_android.h", |
| 2708 | "data_reduction_proxy/data_reduction_proxy_settings_android.cc", |
| 2709 | "data_reduction_proxy/data_reduction_proxy_settings_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2710 | "dom_distiller/dom_distiller_service_factory_android.cc", |
| 2711 | "dom_distiller/dom_distiller_service_factory_android.h", |
| 2712 | "dom_distiller/tab_utils_android.cc", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 2713 | "download/android/available_offline_content_provider.cc", |
| 2714 | "download/android/available_offline_content_provider.h", |
| 2715 | "download/android/chrome_duplicate_download_infobar_delegate.cc", |
| 2716 | "download/android/chrome_duplicate_download_infobar_delegate.h", |
| 2717 | "download/android/dangerous_download_infobar_delegate.cc", |
| 2718 | "download/android/dangerous_download_infobar_delegate.h", |
| 2719 | "download/android/download_controller.cc", |
| 2720 | "download/android/download_controller.h", |
| 2721 | "download/android/download_controller_base.cc", |
| 2722 | "download/android/download_controller_base.h", |
Xing Liu | 64fab36 | 2020-06-05 00:50:03 | [diff] [blame] | 2723 | "download/android/download_dialog_bridge.cc", |
Xing Liu | db26f31 | 2020-06-03 05:45:05 | [diff] [blame] | 2724 | "download/android/download_dialog_bridge.h", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 2725 | "download/android/download_manager_bridge.cc", |
| 2726 | "download/android/download_manager_bridge.h", |
| 2727 | "download/android/download_manager_service.cc", |
| 2728 | "download/android/download_manager_service.h", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 2729 | "download/android/download_open_source.h", |
| 2730 | "download/android/download_startup_utils.cc", |
| 2731 | "download/android/download_startup_utils.h", |
| 2732 | "download/android/download_utils.cc", |
| 2733 | "download/android/download_utils.h", |
| 2734 | "download/android/duplicate_download_infobar_delegate.cc", |
| 2735 | "download/android/duplicate_download_infobar_delegate.h", |
| 2736 | "download/android/intercept_oma_download_navigation_throttle.cc", |
| 2737 | "download/android/intercept_oma_download_navigation_throttle.h", |
| 2738 | "download/android/items/offline_content_aggregator_factory_android.cc", |
Joe DeBlasio | 91a975d | 2020-04-21 03:48:52 | [diff] [blame] | 2739 | "download/android/mixed_content_download_infobar_delegate.cc", |
| 2740 | "download/android/mixed_content_download_infobar_delegate.h", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 2741 | "download/android/rename_utils.cc", |
| 2742 | "download/android/service/download_background_task.cc", |
| 2743 | "download/android/service/download_task_scheduler.cc", |
| 2744 | "download/android/service/download_task_scheduler.h", |
David Trainor | d6c6cc16 | 2020-04-22 23:04:18 | [diff] [blame] | 2745 | "download/android/string_utils.cc", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 2746 | "download/download_crx_util_android.cc", |
dominickn | b8723b73 | 2016-12-12 06:42:47 | [diff] [blame] | 2747 | "engagement/site_engagement_service_android.cc", |
| 2748 | "engagement/site_engagement_service_android.h", |
Steven Bingler | 948b655 | 2020-06-26 15:28:44 | [diff] [blame] | 2749 | "enterprise/util/android_enterprise_info.cc", |
| 2750 | "enterprise/util/android_enterprise_info.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 2751 | "file_select_helper_contacts_android.cc", |
| 2752 | "file_select_helper_contacts_android.h", |
Sky Malice | d8eb430 | 2020-08-03 05:46:44 | [diff] [blame] | 2753 | "first_run/android/first_run_prefs.cc", |
| 2754 | "first_run/android/first_run_prefs.h", |
Natalie Chouinard | 990b1ae | 2019-11-18 19:15:08 | [diff] [blame] | 2755 | "first_run/android/first_run_utils.cc", |
Henrique Nakashima | 476b0b5 | 2020-01-24 22:28:03 | [diff] [blame] | 2756 | "flags/android/chrome_feature_list.cc", |
| 2757 | "flags/android/chrome_feature_list.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 2758 | "geolocation/geolocation_permission_context_delegate_android.cc", |
| 2759 | "geolocation/geolocation_permission_context_delegate_android.h", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 2760 | "history/android/android_history_provider_service.cc", |
| 2761 | "history/android/android_history_provider_service.h", |
| 2762 | "history/android/android_provider_backend.cc", |
| 2763 | "history/android/android_provider_backend.h", |
| 2764 | "history/android/bookmark_model_sql_handler.cc", |
| 2765 | "history/android/bookmark_model_sql_handler.h", |
| 2766 | "history/android/sqlite_cursor.cc", |
| 2767 | "history/android/sqlite_cursor.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 2768 | "icon_loader_android.cc", |
Dominick Ng | a32333e | 2018-02-22 00:05:47 | [diff] [blame] | 2769 | "installable/installable_ambient_badge_infobar_delegate.cc", |
Peter E Conn | 98146c1a | 2019-04-04 14:19:00 | [diff] [blame] | 2770 | "installable/installed_webapp_bridge.cc", |
| 2771 | "installable/installed_webapp_bridge.h", |
Ella Ge | 3e375b70 | 2020-06-05 15:57:16 | [diff] [blame] | 2772 | "installable/installed_webapp_geolocation_bridge.cc", |
| 2773 | "installable/installed_webapp_geolocation_bridge.h", |
| 2774 | "installable/installed_webapp_geolocation_context.cc", |
| 2775 | "installable/installed_webapp_geolocation_context.h", |
Peter E Conn | 98146c1a | 2019-04-04 14:19:00 | [diff] [blame] | 2776 | "installable/installed_webapp_provider.cc", |
| 2777 | "installable/installed_webapp_provider.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2778 | "lifetime/application_lifetime_android.cc", |
| 2779 | "lifetime/application_lifetime_android.h", |
John Rummell | 4703af6 | 2019-02-15 02:31:00 | [diff] [blame] | 2780 | "media/android/cdm/media_drm_origin_id_manager.cc", |
| 2781 | "media/android/cdm/media_drm_origin_id_manager.h", |
| 2782 | "media/android/cdm/media_drm_origin_id_manager_factory.cc", |
| 2783 | "media/android/cdm/media_drm_origin_id_manager_factory.h", |
xhwang | 116acb9 | 2017-04-03 18:27:20 | [diff] [blame] | 2784 | "media/android/cdm/media_drm_storage_factory.cc", |
| 2785 | "media/android/cdm/media_drm_storage_factory.h", |
Xiaohan Wang | b125c04 | 2019-01-18 17:27:54 | [diff] [blame] | 2786 | "media/android/cdm/per_device_provisioning_permission.cc", |
| 2787 | "media/android/cdm/per_device_provisioning_permission.h", |
Thomas Guilbert | fc4431b | 2018-07-20 19:05:47 | [diff] [blame] | 2788 | "media/android/remote/flinging_controller_bridge.cc", |
| 2789 | "media/android/remote/flinging_controller_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2790 | "media/android/router/media_router_android.cc", |
| 2791 | "media/android/router/media_router_android.h", |
avayvod | b265af9 | 2017-04-11 17:51:31 | [diff] [blame] | 2792 | "media/android/router/media_router_android_bridge.cc", |
| 2793 | "media/android/router/media_router_android_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2794 | "media/android/router/media_router_dialog_controller_android.cc", |
| 2795 | "media/android/router/media_router_dialog_controller_android.h", |
braveyao | dbb85e45 | 2016-09-23 18:49:08 | [diff] [blame] | 2796 | "media/webrtc/screen_capture_infobar_delegate_android.cc", |
| 2797 | "media/webrtc/screen_capture_infobar_delegate_android.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 2798 | "memory_details_android.cc", |
Nate Fischer | 5021efbf | 2019-10-18 01:47:05 | [diff] [blame] | 2799 | "metrics/chrome_android_metrics_provider.cc", |
| 2800 | "metrics/chrome_android_metrics_provider.h", |
Evan Stade | 7bf6d36 | 2019-07-24 17:39:36 | [diff] [blame] | 2801 | "metrics/incognito_observer_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2802 | "metrics/page_load_metrics_provider.cc", |
| 2803 | "metrics/page_load_metrics_provider.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 2804 | "metrics/thread_watcher_android.cc", |
| 2805 | "metrics/thread_watcher_android.h", |
| 2806 | "nfc/nfc_permission_context_android.cc", |
| 2807 | "nfc/nfc_permission_context_android.h", |
| 2808 | "notifications/notification_channels_provider_android.cc", |
| 2809 | "notifications/notification_channels_provider_android.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 2810 | "notifications/notification_platform_bridge_android.cc", |
| 2811 | "notifications/notification_platform_bridge_android.h", |
Richard Knoll | 7cdaa943 | 2019-04-02 14:27:53 | [diff] [blame] | 2812 | "notifications/notification_trigger_scheduler_android.cc", |
| 2813 | "notifications/notification_trigger_scheduler_android.h", |
Xing Liu | 9210f60 | 2019-06-21 00:11:12 | [diff] [blame] | 2814 | "notifications/scheduler/display_agent_android.cc", |
| 2815 | "notifications/scheduler/display_agent_android.h", |
Xing Liu | 548e30f | 2019-05-24 17:16:08 | [diff] [blame] | 2816 | "notifications/scheduler/notification_background_task_scheduler_android.cc", |
| 2817 | "notifications/scheduler/notification_background_task_scheduler_android.h", |
Hesen Zhang | 959b850b | 2020-03-12 22:56:45 | [diff] [blame] | 2818 | "offline_pages/prefetch/notifications/prefetch_notification_service_bridge_android.cc", |
| 2819 | "offline_pages/prefetch/notifications/prefetch_notification_service_bridge_android.h", |
Hesen Zhang | cd9bd92 | 2020-02-05 22:17:42 | [diff] [blame] | 2820 | "offline_pages/prefetch/notifications/prefetch_notification_service_factory.cc", |
| 2821 | "offline_pages/prefetch/notifications/prefetch_notification_service_factory.h", |
Sophie Chang | f59ec65 | 2020-03-10 06:27:02 | [diff] [blame] | 2822 | "optimization_guide/android/optimization_guide_bridge.cc", |
| 2823 | "optimization_guide/android/optimization_guide_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2824 | "page_load_metrics/observers/android_page_load_metrics_observer.cc", |
| 2825 | "page_load_metrics/observers/android_page_load_metrics_observer.h", |
Ioana Pandele | 9ae2c8e1 | 2020-08-04 10:15:25 | [diff] [blame] | 2826 | "password_check/android/password_check_bridge.cc", |
| 2827 | "password_check/android/password_check_bridge.h", |
Ioana Pandele | 0924829 | 2020-08-06 11:03:25 | [diff] [blame] | 2828 | "password_check/android/password_check_manager.cc", |
| 2829 | "password_check/android/password_check_manager.h", |
Victor Hugo Vianna Silva | 73f724e | 2020-04-22 11:46:55 | [diff] [blame] | 2830 | "password_manager/android/account_chooser_dialog_android.cc", |
| 2831 | "password_manager/android/account_chooser_dialog_android.h", |
Reda Tawfik | f57f0f8 | 2020-08-05 14:55:19 | [diff] [blame] | 2832 | "password_manager/android/all_passwords_bottom_sheet_controller.cc", |
| 2833 | "password_manager/android/all_passwords_bottom_sheet_controller.h", |
Victor Hugo Vianna Silva | 73f724e | 2020-04-22 11:46:55 | [diff] [blame] | 2834 | "password_manager/android/auto_signin_first_run_dialog_android.cc", |
| 2835 | "password_manager/android/auto_signin_first_run_dialog_android.h", |
| 2836 | "password_manager/android/auto_signin_prompt_controller.cc", |
| 2837 | "password_manager/android/auto_signin_prompt_controller.h", |
| 2838 | "password_manager/android/credential_android.cc", |
| 2839 | "password_manager/android/credential_android.h", |
| 2840 | "password_manager/android/credential_leak_controller_android.cc", |
| 2841 | "password_manager/android/credential_leak_controller_android.h", |
| 2842 | "password_manager/android/generated_password_saved_infobar_delegate_android.cc", |
| 2843 | "password_manager/android/generated_password_saved_infobar_delegate_android.h", |
| 2844 | "password_manager/android/password_accessory_controller.h", |
| 2845 | "password_manager/android/password_accessory_controller_impl.cc", |
| 2846 | "password_manager/android/password_accessory_controller_impl.h", |
| 2847 | "password_manager/android/password_accessory_metrics_util.h", |
Eleonora Rocchi | 0276c4c | 2020-08-20 13:56:29 | [diff] [blame] | 2848 | "password_manager/android/password_checkup_launcher_helper.cc", |
| 2849 | "password_manager/android/password_checkup_launcher_helper.h", |
Victor Hugo Vianna Silva | 73f724e | 2020-04-22 11:46:55 | [diff] [blame] | 2850 | "password_manager/android/password_generation_controller.h", |
| 2851 | "password_manager/android/password_generation_controller_impl.cc", |
| 2852 | "password_manager/android/password_generation_controller_impl.h", |
| 2853 | "password_manager/android/password_generation_dialog_view_interface.h", |
| 2854 | "password_manager/android/password_manager_infobar_delegate_android.cc", |
| 2855 | "password_manager/android/password_manager_infobar_delegate_android.h", |
| 2856 | "password_manager/android/password_manager_launcher_android.cc", |
| 2857 | "password_manager/android/password_manager_launcher_android.h", |
Milica Selakovic | 976e7da2b | 2020-08-19 13:27:48 | [diff] [blame] | 2858 | "password_manager/android/password_scripts_fetcher_android.cc", |
Victor Hugo Vianna Silva | 73f724e | 2020-04-22 11:46:55 | [diff] [blame] | 2859 | "password_manager/android/save_password_infobar_delegate_android.cc", |
| 2860 | "password_manager/android/save_password_infobar_delegate_android.h", |
| 2861 | "password_manager/android/touch_to_fill_view.h", |
| 2862 | "password_manager/android/update_password_infobar_delegate_android.cc", |
| 2863 | "password_manager/android/update_password_infobar_delegate_android.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 2864 | "password_manager/biometric_authenticator_android.cc", |
| 2865 | "password_manager/biometric_authenticator_android.h", |
Maxim Kolosovskiy | 3334028 | 2020-07-26 20:57:12 | [diff] [blame] | 2866 | "password_manager/password_scripts_fetcher_factory.cc", |
| 2867 | "password_manager/password_scripts_fetcher_factory.h", |
sebsg | fa910f2 | 2017-04-12 02:01:03 | [diff] [blame] | 2868 | "payments/android/journey_logger_android.cc", |
| 2869 | "payments/android/journey_logger_android.h", |
Danyao Wang | 5b6eafb | 2020-04-03 14:12:29 | [diff] [blame] | 2870 | "payments/android/payment_app_service_bridge.cc", |
| 2871 | "payments/android/payment_app_service_bridge.h", |
gogerald | 7947209 | 2017-04-27 15:38:16 | [diff] [blame] | 2872 | "payments/android/payment_manifest_web_data_service_android.cc", |
| 2873 | "payments/android/payment_manifest_web_data_service_android.h", |
Sahel Sharify | 8679b50b | 2020-01-20 21:41:41 | [diff] [blame] | 2874 | "payments/android/service_worker_payment_app_bridge.cc", |
rouslan | 6e3cf7c6 | 2017-04-17 21:23:28 | [diff] [blame] | 2875 | "payments/android/ssl_validity_checker_android.cc", |
lshang | 3b4d59b | 2016-09-29 05:40:05 | [diff] [blame] | 2876 | "permissions/grouped_permission_infobar_delegate_android.cc", |
| 2877 | "permissions/grouped_permission_infobar_delegate_android.h", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 2878 | "permissions/permission_update_infobar_delegate_android.cc", |
| 2879 | "permissions/permission_update_infobar_delegate_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2880 | "platform_util_android.cc", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 2881 | "policy/cloud/user_policy_signin_service_mobile.cc", |
| 2882 | "policy/cloud/user_policy_signin_service_mobile.h", |
Owen Min | 039b06c | 2020-08-07 01:03:38 | [diff] [blame] | 2883 | "policy/policy_service_factory_android.cc", |
Robert Ogden | 172220cf | 2018-08-23 22:52:19 | [diff] [blame] | 2884 | "previews/android/previews_android_bridge.cc", |
| 2885 | "previews/android/previews_android_bridge.h", |
Ben Schwartz | 21660590 | 2020-07-27 14:01:31 | [diff] [blame] | 2886 | "privacy/secure_dns_bridge.cc", |
Theresa Wellington | 21331e9 | 2020-03-17 01:52:05 | [diff] [blame] | 2887 | "profiles/android/profile_downloader_android.cc", |
| 2888 | "profiles/android/profile_manager_utils.cc", |
Natalie Chouinard | 798c888 | 2019-11-14 18:12:02 | [diff] [blame] | 2889 | "profiles/incognito_utils_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2890 | "profiles/profile_android.cc", |
| 2891 | "profiles/profile_android.h", |
Mohamed Heikal | 669d7039 | 2019-06-20 17:46:13 | [diff] [blame] | 2892 | "profiles/profile_key_android.cc", |
| 2893 | "profiles/profile_key_android.h", |
Alex Clarke | a4e9aa9e | 2019-10-07 15:20:33 | [diff] [blame] | 2894 | "profiles/profile_manager_android.cc", |
| 2895 | "profiles/profile_manager_android.h", |
Shakti Sahu | ce57c7d9 | 2020-04-29 01:47:17 | [diff] [blame] | 2896 | "query_tiles/android/tile_provider_factory.cc", |
Emily Stark | 474b8ca | 2019-10-24 15:35:39 | [diff] [blame] | 2897 | "reputation/safety_tip_infobar.cc", |
| 2898 | "reputation/safety_tip_infobar.h", |
| 2899 | "reputation/safety_tip_infobar_delegate.cc", |
| 2900 | "reputation/safety_tip_infobar_delegate.h", |
Xinghui Lu | 61916aca | 2020-01-18 02:48:31 | [diff] [blame] | 2901 | "safe_browsing/android/password_reuse_controller_android.cc", |
| 2902 | "safe_browsing/android/password_reuse_controller_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2903 | "search/contextual_search_policy_handler_android.cc", |
| 2904 | "search/contextual_search_policy_handler_android.h", |
Peter Wen | f517f7d | 2019-06-13 15:28:27 | [diff] [blame] | 2905 | "search_engines/template_url_service_factory_android.cc", |
| 2906 | "search_engines/template_url_service_factory_android.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 2907 | "search_engines/ui_thread_search_terms_data_android.cc", |
| 2908 | "search_engines/ui_thread_search_terms_data_android.h", |
| 2909 | "sessions/session_restore_android.cc", |
| 2910 | "sharing/click_to_call/click_to_call_message_handler_android.cc", |
| 2911 | "sharing/click_to_call/click_to_call_message_handler_android.h", |
Rayan Kanso | 5292deda | 2019-09-04 11:37:17 | [diff] [blame] | 2912 | "sharing/shared_clipboard/shared_clipboard_message_handler_android.cc", |
| 2913 | "sharing/shared_clipboard/shared_clipboard_message_handler_android.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 2914 | "sharing/sharing_service_proxy_android.cc", |
| 2915 | "sharing/sharing_service_proxy_android.h", |
| 2916 | "shell_integration_android.cc", |
Boris Sazonov | 2aa1834 | 2018-12-18 13:33:39 | [diff] [blame] | 2917 | "signin/identity_services_provider_android.cc", |
Pâris MEULEMAN | 54d14ef9 | 2019-07-24 09:50:52 | [diff] [blame] | 2918 | "signin/signin_manager_android_factory.cc", |
| 2919 | "signin/signin_manager_android_factory.h", |
Mugdha Lakhani | a372586d | 2020-04-08 21:02:06 | [diff] [blame] | 2920 | "ssl/chrome_security_state_client.cc", |
| 2921 | "ssl/chrome_security_state_client.h", |
Mugdha Lakhani | 548982f | 2020-03-03 20:59:25 | [diff] [blame] | 2922 | "ssl/chrome_security_state_model_delegate.cc", |
| 2923 | "ssl/chrome_security_state_model_delegate.h", |
Christopher Thompson | 2602fea | 2019-11-26 19:36:54 | [diff] [blame] | 2924 | "ssl/known_interception_disclosure_infobar.cc", |
| 2925 | "ssl/known_interception_disclosure_infobar.h", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 2926 | "sync/glue/synced_tab_delegate_android.cc", |
| 2927 | "sync/glue/synced_tab_delegate_android.h", |
| 2928 | "sync/glue/synced_window_delegate_android.cc", |
| 2929 | "sync/glue/synced_window_delegate_android.h", |
| 2930 | "sync/glue/synced_window_delegates_getter_android.cc", |
| 2931 | "sync/glue/synced_window_delegates_getter_android.h", |
| 2932 | "sync/profile_sync_service_android.cc", |
| 2933 | "sync/profile_sync_service_android.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 2934 | "sync/sync_error_infobar_delegate_android.cc", |
| 2935 | "sync/sync_error_infobar_delegate_android.h", |
| 2936 | "sync/trusted_vault_client_android.cc", |
| 2937 | "sync/trusted_vault_client_android.h", |
Henrique Nakashima | c498c59c | 2020-07-30 23:39:16 | [diff] [blame] | 2938 | "tab/web_contents_state.cc", |
| 2939 | "tab/web_contents_state.h", |
Jan Wilken Dörrie | a231faf3 | 2019-12-10 14:38:44 | [diff] [blame] | 2940 | "touch_to_fill/touch_to_fill_controller.cc", |
| 2941 | "touch_to_fill/touch_to_fill_controller.h", |
Anthony Vallee-Dubois | 4623e1b | 2018-10-11 22:09:18 | [diff] [blame] | 2942 | "translate/android/translate_bridge.cc", |
Natalie Chouinard | 7e61563e | 2019-11-06 17:50:08 | [diff] [blame] | 2943 | "translate/android/translate_bridge.h", |
Hesen Zhang | 8d6c805d | 2019-10-15 19:54:05 | [diff] [blame] | 2944 | "updates/update_notification_client.cc", |
| 2945 | "updates/update_notification_client.h", |
Hesen Zhang | d5899646 | 2020-01-23 23:57:58 | [diff] [blame] | 2946 | "updates/update_notification_service_bridge_android.cc", |
| 2947 | "updates/update_notification_service_bridge_android.h", |
Shakti Sahu | a7464f5 | 2020-08-25 19:25:54 | [diff] [blame] | 2948 | "video_tutorials/internal/android/video_tutorial_service_bridge_factory.cc", |
Adam Langley | 78321b3 | 2020-08-05 21:39:59 | [diff] [blame] | 2949 | "webauthn/android/cable_module_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2950 | ] |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 2951 | public_deps += [ |
Samuel Huang | 0a25657 | 2019-08-29 16:48:42 | [diff] [blame] | 2952 | "//chrome/android/features/dev_ui:buildflags", |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 2953 | "//components/image_fetcher/core", |
| 2954 | "//components/ntp_snippets", |
| 2955 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2956 | deps += [ |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 2957 | ":client_discourse_context_proto", |
| 2958 | ":delta_file_proto", |
Justin DeWitt | 21c9da9 | 2018-09-07 16:14:13 | [diff] [blame] | 2959 | ":explore_sites_proto", |
Natalie Chouinard | b293c02a73 | 2019-01-10 21:55:22 | [diff] [blame] | 2960 | ":usage_stats_proto", |
Peter Wen | eb7ef48f | 2019-02-28 18:00:57 | [diff] [blame] | 2961 | "//chrome/android:jni_headers", |
Tibor Goldschwendt | 54da7ccf | 2019-09-23 18:55:55 | [diff] [blame] | 2962 | "//chrome/android/modules/extra_icu/provider:native", |
pkotwicz | 879b1ed | 2016-08-06 00:48:22 | [diff] [blame] | 2963 | "//chrome/browser/android/webapk:proto", |
Henrique Nakashima | b6bf4bb | 2020-03-11 00:49:22 | [diff] [blame] | 2964 | "//chrome/browser/flags:flags_android", |
Xing Liu | f9d65cf | 2019-10-25 20:18:46 | [diff] [blame] | 2965 | "//chrome/browser/notifications/chime/android", |
Hesen Zhang | 8d6c805d | 2019-10-15 19:54:05 | [diff] [blame] | 2966 | "//chrome/browser/notifications/scheduler/public", |
Hesen Zhang | cd9bd92 | 2020-02-05 22:17:42 | [diff] [blame] | 2967 | "//chrome/browser/offline_pages/prefetch/notifications", |
Sophie Chang | f59ec65 | 2020-03-10 06:27:02 | [diff] [blame] | 2968 | "//chrome/browser/optimization_guide/android:jni_headers", |
Friedrich Horschig | a7194720 | 2020-08-11 15:02:52 | [diff] [blame] | 2969 | "//chrome/browser/password_check/android:jni_headers", |
Milica Selakovic | 976e7da2b | 2020-08-19 13:27:48 | [diff] [blame] | 2970 | "//chrome/browser/password_manager/android:jni_headers", |
Danyao Wang | 78889959 | 2020-03-31 20:23:18 | [diff] [blame] | 2971 | "//chrome/browser/payments/android:jni_headers", |
Owen Min | 039b06c | 2020-08-07 01:03:38 | [diff] [blame] | 2972 | "//chrome/browser/policy/android:jni_headers", |
Ben Schwartz | 21660590 | 2020-07-27 14:01:31 | [diff] [blame] | 2973 | "//chrome/browser/privacy:jni_headers", |
Andrey Zaytsev | a25411de | 2020-06-05 17:37:40 | [diff] [blame] | 2974 | "//chrome/browser/safety_check/android", |
Gayane Petrosyan | f65b584 | 2019-10-18 22:05:11 | [diff] [blame] | 2975 | "//chrome/browser/share", |
Henrique Nakashima | c498c59c | 2020-07-30 23:39:16 | [diff] [blame] | 2976 | "//chrome/browser/tab:jni_headers", |
Hesen Zhang | d5899646 | 2020-01-23 23:57:58 | [diff] [blame] | 2977 | "//chrome/browser/updates", |
Tina Wang | 490eea1 | 2020-03-23 22:07:45 | [diff] [blame] | 2978 | "//chrome/common:non_code_constants", |
Xing Liu | 302e065 | 2018-04-27 18:23:08 | [diff] [blame] | 2979 | "//chrome/services/media_gallery_util/public/cpp", |
gogerald | b85b6cd | 2018-07-25 17:00:01 | [diff] [blame] | 2980 | "//components/autofill_assistant/browser", |
Evan Stade | d9b2542 | 2020-08-26 20:28:50 | [diff] [blame] | 2981 | "//components/browser_ui/contacts_picker/android", |
Evan Stade | 25598b9 | 2020-08-24 23:02:03 | [diff] [blame] | 2982 | "//components/browser_ui/photo_picker/android", |
Robbie McElrath | 38cb3e5a | 2020-04-01 22:45:05 | [diff] [blame] | 2983 | "//components/browser_ui/site_settings/android", |
Evan Stade | 8fd3c8e4 | 2020-08-08 02:43:29 | [diff] [blame] | 2984 | "//components/browser_ui/sms/android", |
Mugdha Lakhani | 00b27a0 | 2020-03-24 13:41:31 | [diff] [blame] | 2985 | "//components/browser_ui/util/android", |
Adam Langley | 732df6a | 2020-03-09 19:13:48 | [diff] [blame] | 2986 | "//components/cbor", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 2987 | "//components/cdm/browser", |
Tao Bai | 02ab4dd4 | 2019-03-06 00:30:37 | [diff] [blame] | 2988 | "//components/content_capture/android", |
Robbie McElrath | a41e42ec | 2020-04-02 19:18:56 | [diff] [blame] | 2989 | "//components/content_settings/android", |
Tibor Goldschwendt | 0d185747 | 2018-11-28 01:36:01 | [diff] [blame] | 2990 | "//components/crash/android:crash_android", |
Robbie McElrath | 4638224 | 2020-04-24 23:48:45 | [diff] [blame] | 2991 | "//components/embedder_support/android:browser_context", |
Colin Blundell | f87822ab | 2020-02-27 16:21:19 | [diff] [blame] | 2992 | "//components/embedder_support/android:util", |
Jinsuk Kim | 351a925 | 2018-07-11 23:23:36 | [diff] [blame] | 2993 | "//components/embedder_support/android:web_contents_delegate", |
Colin Blundell | cdf9087 | 2020-03-11 12:25:51 | [diff] [blame] | 2994 | "//components/external_intents/android", |
Sky Malice | dd28f28 | 2018-06-14 03:22:24 | [diff] [blame] | 2995 | "//components/feed:buildflags", |
Theresa | 920e0ed | 2018-03-07 18:12:44 | [diff] [blame] | 2996 | "//components/feed:feature_list", |
Mikel Astiz | 7bc481a | 2018-10-23 17:30:20 | [diff] [blame] | 2997 | "//components/invalidation/impl:feature_list", |
Evan Stade | 7220e47 | 2020-01-31 17:06:57 | [diff] [blame] | 2998 | "//components/javascript_dialogs/android:jni_headers", |
Anthony Vallee-Dubois | 6f99312 | 2018-09-17 16:13:28 | [diff] [blame] | 2999 | "//components/language/android:language_bridge", |
Clark DuVall | 18d5be8 | 2020-03-16 23:40:34 | [diff] [blame] | 3000 | "//components/location/android:settings", |
Christopher Grant | 66dd2151 | 2019-09-26 22:58:26 | [diff] [blame] | 3001 | "//components/module_installer/android:native", |
Tommy C. Li | 3dac904 | 2018-10-29 17:52:34 | [diff] [blame] | 3002 | "//components/omnibox/browser", |
Ehimare Okoyomon | 2eccb607 | 2020-05-12 12:22:27 | [diff] [blame] | 3003 | "//components/page_info/android", |
Tao Bai | b827b20 | 2019-09-19 21:22:12 | [diff] [blame] | 3004 | "//components/page_load_metrics/browser", |
Maxim Kolosovskiy | 666a3bb | 2020-01-23 14:51:11 | [diff] [blame] | 3005 | "//components/password_manager/content/browser", |
rouslan | 908248c | 2017-02-27 21:30:24 | [diff] [blame] | 3006 | "//components/payments/content/android", |
Robbie McElrath | 85174a9 | 2020-03-11 19:16:17 | [diff] [blame] | 3007 | "//components/permissions/android:native", |
Shakti Sahu | ce57c7d9 | 2020-04-29 01:47:17 | [diff] [blame] | 3008 | "//components/query_tiles", |
estade | e37f822 | 2014-11-07 21:35:22 | [diff] [blame] | 3009 | "//components/resources:components_resources", |
Mugdha Lakhani | 548982f | 2020-03-03 20:59:25 | [diff] [blame] | 3010 | "//components/security_state/content/android", |
Tanya Gupta | f66cd5d | 2019-02-22 01:22:56 | [diff] [blame] | 3011 | "//components/send_tab_to_self", |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 3012 | "//components/signin/internal/identity_manager", # cf android / signin / |
| 3013 | # DEPS |
Robbie McElrath | 2259977 | 2020-03-11 23:32:27 | [diff] [blame] | 3014 | "//components/subresource_filter/android", |
Shakti Sahu | 9c215b93 | 2020-08-20 00:42:55 | [diff] [blame] | 3015 | "//components/thin_webview/internal", |
Chris Blume | 7f752e3 | 2020-02-14 22:22:33 | [diff] [blame] | 3016 | "//components/viz/common", |
Manas Verma | 6f50f14 | 2020-04-30 18:06:44 | [diff] [blame] | 3017 | "//ipc:param_traits", |
Xing Liu | e577333 | 2018-09-11 19:08:00 | [diff] [blame] | 3018 | "//media/mojo/clients", |
yusufo | cac912f1 | 2017-05-09 16:09:51 | [diff] [blame] | 3019 | "//rlz:rlz_utils", |
Peter Beverloo | c0e3f840 | 2017-08-31 16:08:30 | [diff] [blame] | 3020 | "//sandbox", |
Scott Violet | 73634e32 | 2018-04-04 21:05:02 | [diff] [blame] | 3021 | "//sandbox:sandbox_buildflags", |
Robbie McElrath | 27d1fe9 | 2020-03-13 18:52:50 | [diff] [blame] | 3022 | "//services/device/public/cpp:device_feature_list", |
Jay Civelli | 2df2464 | 2017-10-09 20:22:28 | [diff] [blame] | 3023 | "//services/proxy_resolver:lib", |
Sam Maier | 801f055 | 2019-08-27 18:09:00 | [diff] [blame] | 3024 | "//third_party/android_ndk:cpu_features", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3025 | "//third_party/android_opengl/etc1", |
Manas Verma | 6f50f14 | 2020-04-30 18:06:44 | [diff] [blame] | 3026 | "//third_party/blink/public/common", |
Clark DuVall | 471c3614 | 2019-05-23 15:28:19 | [diff] [blame] | 3027 | "//third_party/crashpad/crashpad/client:client", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3028 | "//third_party/libaddressinput:util", |
gogerald | 7cede916 | 2017-03-14 23:53:40 | [diff] [blame] | 3029 | "//third_party/libphonenumber", |
pkotwicz | 879b1ed | 2016-08-06 00:48:22 | [diff] [blame] | 3030 | "//third_party/smhasher:murmurhash2", |
Rouslan Solomakhin | c71cca62 | 2020-01-31 22:15:35 | [diff] [blame] | 3031 | "//url:origin_android", |
sievers | 2f1e811 | 2015-12-04 18:43:56 | [diff] [blame] | 3032 | ] |
Tommy Steimel | 580f118 | 2020-07-15 18:03:22 | [diff] [blame] | 3033 | allow_circular_includes_from += [ "//chrome/browser/share" ] |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3034 | |
Yaron Friedman | 6975d179 | 2020-07-08 18:50:53 | [diff] [blame] | 3035 | deps += [ "//chrome/browser/engagement/android:jni_headers" ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3036 | deps -= [ "//components/storage_monitor" ] |
| 3037 | |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3038 | if (enable_supervised_users) { |
| 3039 | sources += [ |
| 3040 | "supervised_user/child_accounts/child_account_feedback_reporter_android.cc", |
| 3041 | "supervised_user/child_accounts/child_account_feedback_reporter_android.h", |
| 3042 | "supervised_user/child_accounts/child_account_service_android.cc", |
| 3043 | "supervised_user/child_accounts/child_account_service_android.h", |
| 3044 | ] |
yilkal | fde5c72 | 2019-08-12 19:21:42 | [diff] [blame] | 3045 | deps += [ "//chrome/browser/supervised_user/supervised_user_error_page" ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3046 | } |
Samuel Huang | 568a975 | 2019-08-30 16:30:44 | [diff] [blame] | 3047 | |
| 3048 | if (dfmify_dev_ui) { |
Samuel Huang | 3a1ce1c3 | 2019-10-16 17:34:04 | [diff] [blame] | 3049 | # TODO(huangs): Extracting this to a separate target. |
Peter Kasting | 168860e0 | 2019-10-16 08:15:52 | [diff] [blame] | 3050 | sources += [ |
Samuel Huang | 3a1ce1c3 | 2019-10-16 17:34:04 | [diff] [blame] | 3051 | "dev_ui/android/dev_ui_loader_error_page.cc", |
| 3052 | "dev_ui/android/dev_ui_loader_error_page.h", |
| 3053 | "dev_ui/android/dev_ui_loader_throttle.cc", |
| 3054 | "dev_ui/android/dev_ui_loader_throttle.h", |
Peter Kasting | 168860e0 | 2019-10-16 08:15:52 | [diff] [blame] | 3055 | ] |
| 3056 | deps += [ "//chrome/android/modules/dev_ui/provider:native" ] |
Samuel Huang | 568a975 | 2019-08-30 16:30:44 | [diff] [blame] | 3057 | } |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 3058 | } else { #!is_android |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 3059 | sources += [ |
Abigail Klein | 4a4ac27 | 2020-04-07 17:47:15 | [diff] [blame] | 3060 | "accessibility/caption_controller.cc", |
| 3061 | "accessibility/caption_controller.h", |
| 3062 | "accessibility/caption_controller_factory.cc", |
| 3063 | "accessibility/caption_controller_factory.h", |
Abigail Klein | 22b0633 | 2020-04-30 20:57:18 | [diff] [blame] | 3064 | "accessibility/caption_host_impl.cc", |
| 3065 | "accessibility/caption_host_impl.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3066 | "accessibility/invert_bubble_prefs.cc", |
| 3067 | "accessibility/invert_bubble_prefs.h", |
Nigel Tao | eebdbbc9 | 2018-12-13 03:11:39 | [diff] [blame] | 3068 | "apps/app_service/app_icon_factory.cc", |
| 3069 | "apps/app_service/app_icon_factory.h", |
Melissa Zhang | 8f6d731 | 2018-12-10 06:25:09 | [diff] [blame] | 3070 | "apps/app_service/app_icon_source.cc", |
| 3071 | "apps/app_service/app_icon_source.h", |
Eric Willigers | 466d616b | 2019-07-09 04:15:50 | [diff] [blame] | 3072 | "apps/app_service/app_launch_params.cc", |
| 3073 | "apps/app_service/app_launch_params.h", |
nancy | 305b7cc | 2020-04-24 02:06:36 | [diff] [blame] | 3074 | "apps/app_service/app_notifications.cc", |
| 3075 | "apps/app_service/app_notifications.h", |
nancy | 32533d73 | 2019-09-24 12:25:14 | [diff] [blame] | 3076 | "apps/app_service/app_service_metrics.cc", |
| 3077 | "apps/app_service/app_service_metrics.h", |
nancy | 116c6e0 | 2019-07-25 05:42:44 | [diff] [blame] | 3078 | "apps/app_service/app_service_proxy.cc", |
| 3079 | "apps/app_service/app_service_proxy.h", |
Nigel Tao | d33ec52 | 2018-11-21 20:43:41 | [diff] [blame] | 3080 | "apps/app_service/app_service_proxy_factory.cc", |
| 3081 | "apps/app_service/app_service_proxy_factory.h", |
nancy | 804e49804 | 2020-03-26 23:58:39 | [diff] [blame] | 3082 | "apps/app_service/browser_app_launcher.cc", |
| 3083 | "apps/app_service/browser_app_launcher.h", |
Nigel Tao | a8728ae | 2018-12-17 21:44:27 | [diff] [blame] | 3084 | "apps/app_service/dip_px_util.cc", |
| 3085 | "apps/app_service/dip_px_util.h", |
nancy | e503985 | 2020-05-01 02:09:14 | [diff] [blame] | 3086 | "apps/app_service/extension_apps.cc", |
| 3087 | "apps/app_service/extension_apps.h", |
| 3088 | "apps/app_service/extension_apps_base.cc", |
| 3089 | "apps/app_service/extension_apps_base.h", |
| 3090 | "apps/app_service/extension_uninstaller.cc", |
| 3091 | "apps/app_service/extension_uninstaller.h", |
| 3092 | "apps/app_service/icon_key_util.cc", |
| 3093 | "apps/app_service/icon_key_util.h", |
nancy | 9fcd177 | 2020-03-25 03:24:58 | [diff] [blame] | 3094 | "apps/app_service/launch_utils.cc", |
| 3095 | "apps/app_service/launch_utils.h", |
nancy | 632ffd51 | 2020-05-04 02:13:25 | [diff] [blame] | 3096 | "apps/app_service/web_apps.cc", |
| 3097 | "apps/app_service/web_apps.h", |
| 3098 | "apps/app_service/web_apps_base.cc", |
| 3099 | "apps/app_service/web_apps_base.h", |
Maggie Cai | a2f03f5 | 2019-04-02 02:13:28 | [diff] [blame] | 3100 | "apps/intent_helper/apps_navigation_throttle.cc", |
| 3101 | "apps/intent_helper/apps_navigation_throttle.h", |
| 3102 | "apps/intent_helper/apps_navigation_types.cc", |
| 3103 | "apps/intent_helper/apps_navigation_types.h", |
| 3104 | "apps/intent_helper/intent_picker_auto_display_pref.cc", |
| 3105 | "apps/intent_helper/intent_picker_auto_display_pref.h", |
| 3106 | "apps/intent_helper/intent_picker_auto_display_service.cc", |
| 3107 | "apps/intent_helper/intent_picker_auto_display_service.h", |
| 3108 | "apps/intent_helper/intent_picker_auto_display_service_factory.cc", |
| 3109 | "apps/intent_helper/intent_picker_auto_display_service_factory.h", |
Maggie Cai | a2f03f5 | 2019-04-02 02:13:28 | [diff] [blame] | 3110 | "apps/intent_helper/page_transition_util.cc", |
| 3111 | "apps/intent_helper/page_transition_util.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3112 | "background/background_contents.cc", |
| 3113 | "background/background_contents.h", |
Evan Stade | 6670c33 | 2019-06-18 20:56:12 | [diff] [blame] | 3114 | "background/background_contents_service_observer.h", |
Eric Stevenson | 1d074a97 | 2018-12-07 14:16:45 | [diff] [blame] | 3115 | "badging/badge_manager.cc", |
| 3116 | "badging/badge_manager.h", |
| 3117 | "badging/badge_manager_delegate.h", |
| 3118 | "badging/badge_manager_factory.cc", |
| 3119 | "badging/badge_manager_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3120 | "banners/app_banner_manager_desktop.cc", |
| 3121 | "banners/app_banner_manager_desktop.h", |
| 3122 | "bookmarks/bookmark_html_writer.cc", |
| 3123 | "bookmarks/bookmark_html_writer.h", |
sauski | 822bbd0 | 2020-06-02 07:30:21 | [diff] [blame] | 3124 | "browsing_data/access_context_audit_database.cc", |
| 3125 | "browsing_data/access_context_audit_database.h", |
sauski | 8fe8936 | 2020-06-15 10:36:37 | [diff] [blame] | 3126 | "browsing_data/access_context_audit_service.cc", |
| 3127 | "browsing_data/access_context_audit_service.h", |
| 3128 | "browsing_data/access_context_audit_service_factory.cc", |
| 3129 | "browsing_data/access_context_audit_service_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3130 | "certificate_viewer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3131 | "chrome_browser_field_trials_desktop.cc", |
| 3132 | "chrome_browser_field_trials_desktop.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3133 | "chrome_process_singleton.cc", |
| 3134 | "chrome_process_singleton.h", |
Sebastien Marchand | c7d65c80 | 2020-01-14 15:24:04 | [diff] [blame] | 3135 | "component_updater/intervention_policy_database_component_installer.cc", |
| 3136 | "component_updater/intervention_policy_database_component_installer.h", |
Abigail Klein | 82807c55 | 2020-04-06 19:58:07 | [diff] [blame] | 3137 | "component_updater/soda_component_installer.cc", |
| 3138 | "component_updater/soda_component_installer.h", |
evliu | 5826f33 | 2020-08-21 21:01:22 | [diff] [blame] | 3139 | "component_updater/soda_en_us_component_installer.cc", |
| 3140 | "component_updater/soda_en_us_component_installer.h", |
| 3141 | "component_updater/soda_ja_jp_component_installer.cc", |
| 3142 | "component_updater/soda_ja_jp_component_installer.h", |
sauski | 67f2230 | 2020-05-15 20:59:19 | [diff] [blame] | 3143 | "content_settings/generated_cookie_prefs.cc", |
| 3144 | "content_settings/generated_cookie_prefs.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3145 | "custom_handlers/register_protocol_handler_permission_request.cc", |
| 3146 | "custom_handlers/register_protocol_handler_permission_request.h", |
Anthony Vallee-Dubois | 85edf22 | 2020-03-24 20:30:02 | [diff] [blame] | 3147 | "device_identity/device_identity_provider.cc", |
| 3148 | "device_identity/device_identity_provider.h", |
| 3149 | "device_identity/device_oauth2_token_service.cc", |
| 3150 | "device_identity/device_oauth2_token_service.h", |
| 3151 | "device_identity/device_oauth2_token_service_factory.cc", |
| 3152 | "device_identity/device_oauth2_token_service_factory.h", |
| 3153 | "device_identity/device_oauth2_token_store.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3154 | "diagnostics/diagnostics_controller.cc", |
| 3155 | "diagnostics/diagnostics_controller.h", |
| 3156 | "diagnostics/diagnostics_metrics.cc", |
| 3157 | "diagnostics/diagnostics_metrics.h", |
| 3158 | "diagnostics/diagnostics_model.cc", |
| 3159 | "diagnostics/diagnostics_model.h", |
| 3160 | "diagnostics/diagnostics_test.cc", |
| 3161 | "diagnostics/diagnostics_test.h", |
| 3162 | "diagnostics/diagnostics_writer.cc", |
| 3163 | "diagnostics/diagnostics_writer.h", |
| 3164 | "diagnostics/recon_diagnostics.cc", |
| 3165 | "diagnostics/recon_diagnostics.h", |
| 3166 | "diagnostics/sqlite_diagnostics.cc", |
| 3167 | "diagnostics/sqlite_diagnostics.h", |
Marc-Antoine Courteau | 7191b800 | 2017-11-23 17:23:56 | [diff] [blame] | 3168 | "download/default_download_dir_policy_handler.cc", |
| 3169 | "download/default_download_dir_policy_handler.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3170 | "download/download_commands.cc", |
| 3171 | "download/download_commands.h", |
| 3172 | "download/download_crx_util.cc", |
| 3173 | "download/download_crx_util.h", |
| 3174 | "download/download_danger_prompt.cc", |
| 3175 | "download/download_danger_prompt.h", |
| 3176 | "download/download_dir_policy_handler.cc", |
| 3177 | "download/download_dir_policy_handler.h", |
Marc-Antoine Courteau | 7191b800 | 2017-11-23 17:23:56 | [diff] [blame] | 3178 | "download/download_dir_util.cc", |
| 3179 | "download/download_dir_util.h", |
Min Qin | 7b7cbbbf | 2018-06-04 21:49:31 | [diff] [blame] | 3180 | "download/download_open_prompt.cc", |
| 3181 | "download/download_open_prompt.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3182 | "download/download_shelf.cc", |
| 3183 | "download/download_shelf.h", |
| 3184 | "download/download_shelf_context_menu.cc", |
| 3185 | "download/download_shelf_context_menu.h", |
Min Qin | dc273049 | 2018-09-07 23:53:29 | [diff] [blame] | 3186 | "download/download_shelf_controller.cc", |
| 3187 | "download/download_shelf_controller.h", |
Dominique Fauteux-Chapleau | b08d5a3 | 2020-04-23 16:21:06 | [diff] [blame] | 3188 | "enterprise/connectors/analysis_service_settings.cc", |
| 3189 | "enterprise/connectors/analysis_service_settings.h", |
Dominique Fauteux-Chapleau | 5ae6424 | 2020-04-17 13:18:26 | [diff] [blame] | 3190 | "enterprise/connectors/common.cc", |
| 3191 | "enterprise/connectors/common.h", |
Dominique Fauteux-Chapleau | c2d0a17 | 2020-04-01 20:04:13 | [diff] [blame] | 3192 | "enterprise/connectors/connectors_manager.cc", |
| 3193 | "enterprise/connectors/connectors_manager.h", |
Dominique Fauteux-Chapleau | 556bb84f | 2020-04-20 22:06:29 | [diff] [blame] | 3194 | "enterprise/connectors/connectors_prefs.cc", |
| 3195 | "enterprise/connectors/connectors_prefs.h", |
Dominique Fauteux-Chapleau | a50456d | 2020-03-27 19:19:38 | [diff] [blame] | 3196 | "enterprise/connectors/enterprise_connectors_policy_handler.cc", |
| 3197 | "enterprise/connectors/enterprise_connectors_policy_handler.h", |
Roger Tawa | 445a997 | 2020-05-20 22:44:02 | [diff] [blame] | 3198 | "enterprise/connectors/reporting_service_settings.cc", |
| 3199 | "enterprise/connectors/reporting_service_settings.h", |
Dominique Fauteux-Chapleau | 76b366a | 2020-05-28 17:15:06 | [diff] [blame] | 3200 | "enterprise/connectors/service_provider_config.cc", |
| 3201 | "enterprise/connectors/service_provider_config.h", |
Guillaume Jenkins | 41e68485 | 2020-07-03 18:31:23 | [diff] [blame] | 3202 | "enterprise/reporting/browser_report_generator_desktop.cc", |
| 3203 | "enterprise/reporting/browser_report_generator_desktop.h", |
Dominique Fauteux-Chapleau | dfe386b | 2020-03-25 18:52:36 | [diff] [blame] | 3204 | "enterprise/reporting/extension_info.cc", |
| 3205 | "enterprise/reporting/extension_info.h", |
| 3206 | "enterprise/reporting/extension_request_policy_handler.cc", |
| 3207 | "enterprise/reporting/extension_request_policy_handler.h", |
| 3208 | "enterprise/reporting/notification/extension_request_notification.cc", |
| 3209 | "enterprise/reporting/notification/extension_request_notification.h", |
| 3210 | "enterprise/reporting/notification/extension_request_observer.cc", |
| 3211 | "enterprise/reporting/notification/extension_request_observer.h", |
| 3212 | "enterprise/reporting/notification/extension_request_observer_factory.cc", |
| 3213 | "enterprise/reporting/notification/extension_request_observer_factory.h", |
Dominique Fauteux-Chapleau | dfe386b | 2020-03-25 18:52:36 | [diff] [blame] | 3214 | "enterprise/reporting/prefs.cc", |
| 3215 | "enterprise/reporting/prefs.h", |
Guillaume Jenkins | 6d7f3b1 | 2020-07-10 17:53:26 | [diff] [blame] | 3216 | "enterprise/reporting/profile_report_generator_desktop.cc", |
| 3217 | "enterprise/reporting/profile_report_generator_desktop.h", |
Guillaume Jenkins | 92a5e7f | 2020-07-16 23:54:51 | [diff] [blame] | 3218 | "enterprise/reporting/report_generator_desktop.cc", |
| 3219 | "enterprise/reporting/report_generator_desktop.h", |
Guillaume Jenkins | fe481c6 | 2020-07-22 15:19:06 | [diff] [blame] | 3220 | "enterprise/reporting/report_scheduler_desktop.cc", |
| 3221 | "enterprise/reporting/report_scheduler_desktop.h", |
Guillaume Jenkins | e71c171 | 2020-07-08 16:47:47 | [diff] [blame] | 3222 | "enterprise/reporting/reporting_delegate_factory_desktop.cc", |
| 3223 | "enterprise/reporting/reporting_delegate_factory_desktop.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3224 | "feedback/feedback_dialog_utils.cc", |
| 3225 | "feedback/feedback_dialog_utils.h", |
Ahmed Fakhry | 7ff0cdb | 2017-08-22 20:11:45 | [diff] [blame] | 3226 | "feedback/feedback_uploader_chrome.cc", |
| 3227 | "feedback/feedback_uploader_chrome.h", |
| 3228 | "feedback/feedback_uploader_factory_chrome.cc", |
| 3229 | "feedback/feedback_uploader_factory_chrome.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3230 | "feedback/show_feedback_page.cc", |
| 3231 | "feedback/system_logs/about_system_logs_fetcher.cc", |
| 3232 | "feedback/system_logs/about_system_logs_fetcher.h", |
Michael Giuffrida | caeb1d2b | 2017-06-08 19:37:17 | [diff] [blame] | 3233 | "feedback/system_logs/chrome_system_logs_fetcher.cc", |
| 3234 | "feedback/system_logs/chrome_system_logs_fetcher.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3235 | "feedback/system_logs/log_sources/chrome_internal_log_source.cc", |
| 3236 | "feedback/system_logs/log_sources/chrome_internal_log_source.h", |
| 3237 | "feedback/system_logs/log_sources/crash_ids_source.cc", |
| 3238 | "feedback/system_logs/log_sources/crash_ids_source.h", |
| 3239 | "feedback/system_logs/log_sources/memory_details_log_source.cc", |
| 3240 | "feedback/system_logs/log_sources/memory_details_log_source.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3241 | "first_run/first_run.cc", |
| 3242 | "first_run/first_run.h", |
| 3243 | "first_run/first_run_dialog.h", |
| 3244 | "first_run/first_run_internal.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3245 | "font_family_cache.cc", |
| 3246 | "font_family_cache.h", |
Matt Reynolds | 93616f9b | 2019-06-07 01:28:52 | [diff] [blame] | 3247 | "hid/chrome_hid_delegate.cc", |
| 3248 | "hid/chrome_hid_delegate.h", |
Matt Reynolds | b07027a | 2019-05-21 23:43:26 | [diff] [blame] | 3249 | "hid/hid_chooser_context.cc", |
| 3250 | "hid/hid_chooser_context.h", |
| 3251 | "hid/hid_chooser_context_factory.cc", |
| 3252 | "hid/hid_chooser_context_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3253 | "importer/external_process_importer_client.cc", |
| 3254 | "importer/external_process_importer_client.h", |
| 3255 | "importer/external_process_importer_host.cc", |
| 3256 | "importer/external_process_importer_host.h", |
| 3257 | "importer/firefox_profile_lock.cc", |
| 3258 | "importer/firefox_profile_lock.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3259 | "importer/importer_list.cc", |
| 3260 | "importer/importer_list.h", |
| 3261 | "importer/importer_lock_dialog.h", |
| 3262 | "importer/importer_progress_observer.h", |
| 3263 | "importer/importer_uma.cc", |
| 3264 | "importer/importer_uma.h", |
| 3265 | "importer/in_process_importer_bridge.cc", |
| 3266 | "importer/in_process_importer_bridge.h", |
| 3267 | "importer/profile_writer.cc", |
| 3268 | "importer/profile_writer.h", |
| 3269 | "lifetime/browser_close_manager.cc", |
| 3270 | "lifetime/browser_close_manager.h", |
thestig | ea81c77b5 | 2017-04-17 23:19:11 | [diff] [blame] | 3271 | "lifetime/termination_notification.cc", |
| 3272 | "lifetime/termination_notification.h", |
Emircan Uysaler | 0dd972a | 2018-08-14 05:15:37 | [diff] [blame] | 3273 | "media/capture_access_handler_base.cc", |
| 3274 | "media/capture_access_handler_base.h", |
Becca Hughes | f14a64bb | 2020-06-08 17:48:18 | [diff] [blame] | 3275 | "media/feeds/media_feeds_contents_observer.cc", |
| 3276 | "media/feeds/media_feeds_contents_observer.h", |
| 3277 | "media/feeds/media_feeds_converter.cc", |
| 3278 | "media/feeds/media_feeds_converter.h", |
| 3279 | "media/feeds/media_feeds_fetcher.cc", |
| 3280 | "media/feeds/media_feeds_fetcher.h", |
| 3281 | "media/feeds/media_feeds_service.cc", |
| 3282 | "media/feeds/media_feeds_service.h", |
| 3283 | "media/feeds/media_feeds_service_factory.cc", |
| 3284 | "media/feeds/media_feeds_service_factory.h", |
Becca Hughes | b90a3d9 | 2020-06-25 02:05:42 | [diff] [blame] | 3285 | "media/kaleidoscope/constants.cc", |
| 3286 | "media/kaleidoscope/constants.h", |
| 3287 | "media/kaleidoscope/kaleidoscope_data_provider_impl.cc", |
| 3288 | "media/kaleidoscope/kaleidoscope_data_provider_impl.h", |
Tommy Steimel | 7e6501d | 2020-08-21 16:05:42 | [diff] [blame] | 3289 | "media/kaleidoscope/kaleidoscope_metrics_recorder.cc", |
| 3290 | "media/kaleidoscope/kaleidoscope_metrics_recorder.h", |
Tommy Steimel | fdeeee3 | 2020-08-14 23:51:24 | [diff] [blame] | 3291 | "media/kaleidoscope/kaleidoscope_prefs.cc", |
| 3292 | "media/kaleidoscope/kaleidoscope_prefs.h", |
Becca Hughes | b90a3d9 | 2020-06-25 02:05:42 | [diff] [blame] | 3293 | "media/kaleidoscope/kaleidoscope_switches.cc", |
| 3294 | "media/kaleidoscope/kaleidoscope_switches.h", |
| 3295 | "media/kaleidoscope/kaleidoscope_tab_helper.cc", |
| 3296 | "media/kaleidoscope/kaleidoscope_tab_helper.h", |
| 3297 | "media/kaleidoscope/kaleidoscope_ui.cc", |
| 3298 | "media/kaleidoscope/kaleidoscope_ui.h", |
Becca Hughes | 7d2bbb8 | 2018-08-07 22:56:59 | [diff] [blame] | 3299 | "media/unified_autoplay_config.cc", |
| 3300 | "media/unified_autoplay_config.h", |
Emircan Uysaler | 0dd972a | 2018-08-14 05:15:37 | [diff] [blame] | 3301 | "media/webrtc/desktop_capture_devices_util.cc", |
| 3302 | "media/webrtc/desktop_capture_devices_util.h", |
John Williams | aac7b7f | 2019-09-30 22:11:23 | [diff] [blame] | 3303 | "media/webrtc/desktop_media_picker_controller.cc", |
| 3304 | "media/webrtc/desktop_media_picker_controller.h", |
Emircan Uysaler | 54124ea | 2018-08-09 23:20:38 | [diff] [blame] | 3305 | "media/webrtc/desktop_media_picker_factory_impl.cc", |
| 3306 | "media/webrtc/desktop_media_picker_factory_impl.h", |
Emircan Uysaler | 0dd972a | 2018-08-14 05:15:37 | [diff] [blame] | 3307 | "media/webrtc/display_media_access_handler.cc", |
| 3308 | "media/webrtc/display_media_access_handler.h", |
Henrik Grunell | 2010b03 | 2019-04-29 13:52:27 | [diff] [blame] | 3309 | "media/webrtc/media_authorization_wrapper_mac.h", |
Henrik Grunell | 5c79e19 | 2019-01-30 22:19:33 | [diff] [blame] | 3310 | "media/webrtc/system_media_capture_permissions_mac.h", |
| 3311 | "media/webrtc/system_media_capture_permissions_mac.mm", |
Henrik Grunell | e11045a | 2019-04-12 09:27:27 | [diff] [blame] | 3312 | "media/webrtc/system_media_capture_permissions_stats_mac.h", |
| 3313 | "media/webrtc/system_media_capture_permissions_stats_mac.mm", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3314 | "media/webrtc/tab_desktop_media_list.cc", |
| 3315 | "media/webrtc/tab_desktop_media_list.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3316 | "media_galleries/fileapi/av_scanning_file_validator.cc", |
| 3317 | "media_galleries/fileapi/av_scanning_file_validator.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3318 | "media_galleries/fileapi/media_file_system_backend.cc", |
| 3319 | "media_galleries/fileapi/media_file_system_backend.h", |
| 3320 | "media_galleries/fileapi/media_file_validator_factory.cc", |
| 3321 | "media_galleries/fileapi/media_file_validator_factory.h", |
| 3322 | "media_galleries/fileapi/media_path_filter.cc", |
| 3323 | "media_galleries/fileapi/media_path_filter.h", |
| 3324 | "media_galleries/fileapi/native_media_file_util.cc", |
| 3325 | "media_galleries/fileapi/native_media_file_util.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3326 | "media_galleries/fileapi/readahead_file_stream_reader.cc", |
| 3327 | "media_galleries/fileapi/readahead_file_stream_reader.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3328 | "media_galleries/fileapi/supported_audio_video_checker.cc", |
| 3329 | "media_galleries/fileapi/supported_audio_video_checker.h", |
| 3330 | "media_galleries/fileapi/supported_image_type_validator.cc", |
| 3331 | "media_galleries/fileapi/supported_image_type_validator.h", |
| 3332 | "media_galleries/gallery_watch_manager.cc", |
| 3333 | "media_galleries/gallery_watch_manager.h", |
| 3334 | "media_galleries/gallery_watch_manager_observer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3335 | "media_galleries/media_file_system_registry.cc", |
| 3336 | "media_galleries/media_file_system_registry.h", |
| 3337 | "media_galleries/media_galleries_dialog_controller.cc", |
| 3338 | "media_galleries/media_galleries_dialog_controller.h", |
| 3339 | "media_galleries/media_galleries_histograms.cc", |
| 3340 | "media_galleries/media_galleries_histograms.h", |
| 3341 | "media_galleries/media_galleries_permission_controller.cc", |
| 3342 | "media_galleries/media_galleries_permission_controller.h", |
| 3343 | "media_galleries/media_galleries_preferences.cc", |
| 3344 | "media_galleries/media_galleries_preferences.h", |
| 3345 | "media_galleries/media_galleries_preferences_factory.cc", |
| 3346 | "media_galleries/media_galleries_preferences_factory.h", |
| 3347 | "media_galleries/media_gallery_context_menu.cc", |
| 3348 | "media_galleries/media_gallery_context_menu.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3349 | "memory/oom_memory_details.cc", |
| 3350 | "memory/oom_memory_details.h", |
Evan Stade | 579b892 | 2019-07-17 18:03:23 | [diff] [blame] | 3351 | "metrics/browser_activity_watcher.cc", |
| 3352 | "metrics/browser_activity_watcher.h", |
Leonard Grey | 5be670c | 2019-06-13 17:56:29 | [diff] [blame] | 3353 | "metrics/desktop_platform_features_metrics_provider.cc", |
| 3354 | "metrics/desktop_platform_features_metrics_provider.h", |
Francois Doray | 6dfc80f | 2018-07-11 18:35:00 | [diff] [blame] | 3355 | "metrics/desktop_session_duration/audible_contents_tracker.cc", |
| 3356 | "metrics/desktop_session_duration/audible_contents_tracker.h", |
| 3357 | "metrics/desktop_session_duration/chrome_visibility_observer.cc", |
| 3358 | "metrics/desktop_session_duration/chrome_visibility_observer.h", |
| 3359 | "metrics/desktop_session_duration/desktop_profile_session_durations_service.cc", |
| 3360 | "metrics/desktop_session_duration/desktop_profile_session_durations_service.h", |
| 3361 | "metrics/desktop_session_duration/desktop_profile_session_durations_service_factory.cc", |
| 3362 | "metrics/desktop_session_duration/desktop_profile_session_durations_service_factory.h", |
| 3363 | "metrics/desktop_session_duration/desktop_session_duration_observer.cc", |
| 3364 | "metrics/desktop_session_duration/desktop_session_duration_observer.h", |
| 3365 | "metrics/desktop_session_duration/desktop_session_duration_tracker.cc", |
| 3366 | "metrics/desktop_session_duration/desktop_session_duration_tracker.h", |
Collin Baker | 069aa3d | 2020-07-13 23:46:50 | [diff] [blame] | 3367 | "metrics/desktop_session_duration/touch_mode_stats_tracker.cc", |
| 3368 | "metrics/desktop_session_duration/touch_mode_stats_tracker.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3369 | "metrics/first_web_contents_profiler.cc", |
| 3370 | "metrics/first_web_contents_profiler.h", |
Evan Stade | 7bf6d36 | 2019-07-24 17:39:36 | [diff] [blame] | 3371 | "metrics/incognito_observer_desktop.cc", |
Sebastien Marchand | 1ae16d1 | 2017-08-31 01:34:29 | [diff] [blame] | 3372 | "metrics/tab_stats_data_store.cc", |
| 3373 | "metrics/tab_stats_data_store.h", |
Sebastien Marchand | 2195a200 | 2017-07-27 13:47:26 | [diff] [blame] | 3374 | "metrics/tab_stats_tracker.cc", |
| 3375 | "metrics/tab_stats_tracker.h", |
Varun Mohan | 24196fa1 | 2018-04-27 20:30:04 | [diff] [blame] | 3376 | "metrics/tab_stats_tracker_delegate.h", |
Himanshu Jaju | b4ec002 | 2020-08-03 10:48:44 | [diff] [blame] | 3377 | "nearby_sharing/attachment_info.cc", |
| 3378 | "nearby_sharing/attachment_info.h", |
Himanshu Jaju | cf60a8f | 2020-08-18 17:02:49 | [diff] [blame] | 3379 | "nearby_sharing/constants.h", |
Michael Hansen | 8364d1cc | 2020-05-21 01:17:05 | [diff] [blame] | 3380 | "nearby_sharing/fast_initiation_manager.cc", |
| 3381 | "nearby_sharing/fast_initiation_manager.h", |
Himanshu Jaju | f8174e29 | 2020-07-28 08:39:14 | [diff] [blame] | 3382 | "nearby_sharing/incoming_frames_reader.cc", |
| 3383 | "nearby_sharing/incoming_frames_reader.h", |
Himanshu Jaju | 7667e5e6 | 2020-07-21 18:32:45 | [diff] [blame] | 3384 | "nearby_sharing/incoming_share_target_info.cc", |
| 3385 | "nearby_sharing/incoming_share_target_info.h", |
Himanshu Jaju | 636d3672 | 2020-06-30 17:09:32 | [diff] [blame] | 3386 | "nearby_sharing/instantmessaging/constants.h", |
| 3387 | "nearby_sharing/instantmessaging/receive_messages_express.cc", |
| 3388 | "nearby_sharing/instantmessaging/receive_messages_express.h", |
| 3389 | "nearby_sharing/instantmessaging/send_message_express.cc", |
| 3390 | "nearby_sharing/instantmessaging/send_message_express.h", |
| 3391 | "nearby_sharing/instantmessaging/stream_parser.cc", |
| 3392 | "nearby_sharing/instantmessaging/stream_parser.h", |
| 3393 | "nearby_sharing/instantmessaging/token_fetcher.cc", |
| 3394 | "nearby_sharing/instantmessaging/token_fetcher.h", |
Richard Knoll | 8f63ed8f | 2020-07-22 00:59:29 | [diff] [blame] | 3395 | "nearby_sharing/nearby_confirmation_manager.cc", |
| 3396 | "nearby_sharing/nearby_confirmation_manager.h", |
Alex Chau | d361113 | 2020-05-21 20:10:44 | [diff] [blame] | 3397 | "nearby_sharing/nearby_connection.h", |
Alex Chau | 30dba7d | 2020-08-03 21:15:27 | [diff] [blame] | 3398 | "nearby_sharing/nearby_connection_impl.cc", |
| 3399 | "nearby_sharing/nearby_connection_impl.h", |
Alex Chau | d361113 | 2020-05-21 20:10:44 | [diff] [blame] | 3400 | "nearby_sharing/nearby_connections_manager.h", |
Alex Chau | cb3504f0 | 2020-06-16 17:52:37 | [diff] [blame] | 3401 | "nearby_sharing/nearby_connections_manager_impl.cc", |
| 3402 | "nearby_sharing/nearby_connections_manager_impl.h", |
Richard Knoll | 96a273639 | 2020-08-21 16:54:12 | [diff] [blame] | 3403 | "nearby_sharing/nearby_file_handler.cc", |
| 3404 | "nearby_sharing/nearby_file_handler.h", |
Richard Knoll | 4da197f | 2020-08-03 18:39:36 | [diff] [blame] | 3405 | "nearby_sharing/nearby_notification_delegate.h", |
Richard Knoll | 257bcab | 2020-07-06 21:06:54 | [diff] [blame] | 3406 | "nearby_sharing/nearby_notification_handler.cc", |
| 3407 | "nearby_sharing/nearby_notification_handler.h", |
| 3408 | "nearby_sharing/nearby_notification_manager.cc", |
| 3409 | "nearby_sharing/nearby_notification_manager.h", |
Richard Knoll | 8f63ed8f | 2020-07-22 00:59:29 | [diff] [blame] | 3410 | "nearby_sharing/nearby_per_session_discovery_manager.cc", |
| 3411 | "nearby_sharing/nearby_per_session_discovery_manager.h", |
Richard Knoll | 5e10a0f | 2020-05-27 13:25:35 | [diff] [blame] | 3412 | "nearby_sharing/nearby_process_manager.cc", |
| 3413 | "nearby_sharing/nearby_process_manager.h", |
James Vecore | d0f5ec1 | 2020-07-29 22:08:19 | [diff] [blame] | 3414 | "nearby_sharing/nearby_share_settings.cc", |
| 3415 | "nearby_sharing/nearby_share_settings.h", |
James Vecore | 9f23a7d | 2020-05-13 01:01:22 | [diff] [blame] | 3416 | "nearby_sharing/nearby_sharing_service.h", |
| 3417 | "nearby_sharing/nearby_sharing_service_factory.cc", |
| 3418 | "nearby_sharing/nearby_sharing_service_factory.h", |
| 3419 | "nearby_sharing/nearby_sharing_service_impl.cc", |
| 3420 | "nearby_sharing/nearby_sharing_service_impl.h", |
Naomi Musgrave | 2539084 | 2020-07-21 22:13:18 | [diff] [blame] | 3421 | "nearby_sharing/outgoing_share_target_info.cc", |
| 3422 | "nearby_sharing/outgoing_share_target_info.h", |
Himanshu Jaju | f56a24f | 2020-08-14 05:52:49 | [diff] [blame] | 3423 | "nearby_sharing/paired_key_verification_runner.cc", |
| 3424 | "nearby_sharing/paired_key_verification_runner.h", |
Himanshu Jaju | 9bb5125 | 2020-08-20 22:33:32 | [diff] [blame] | 3425 | "nearby_sharing/payload_tracker.cc", |
| 3426 | "nearby_sharing/payload_tracker.h", |
Alex Chau | 8b10c4c | 2020-05-21 10:51:29 | [diff] [blame] | 3427 | "nearby_sharing/share_target.cc", |
| 3428 | "nearby_sharing/share_target.h", |
| 3429 | "nearby_sharing/share_target_discovered_callback.h", |
Richard Knoll | 97fab2be | 2020-08-12 18:21:21 | [diff] [blame] | 3430 | "nearby_sharing/share_target_info.cc", |
| 3431 | "nearby_sharing/share_target_info.h", |
Alex Chau | 8b10c4c | 2020-05-21 10:51:29 | [diff] [blame] | 3432 | "nearby_sharing/transfer_metadata.cc", |
| 3433 | "nearby_sharing/transfer_metadata.h", |
Himanshu Jaju | 2d888cc | 2020-07-31 12:39:16 | [diff] [blame] | 3434 | "nearby_sharing/transfer_metadata_builder.cc", |
| 3435 | "nearby_sharing/transfer_metadata_builder.h", |
Alex Chau | 8b10c4c | 2020-05-21 10:51:29 | [diff] [blame] | 3436 | "nearby_sharing/transfer_update_callback.h", |
Himanshu Jaju | 98dd026 | 2020-07-01 16:22:41 | [diff] [blame] | 3437 | "nearby_sharing/webrtc_signaling_messenger.cc", |
| 3438 | "nearby_sharing/webrtc_signaling_messenger.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 3439 | "notifications/notification_system_observer.cc", |
| 3440 | "notifications/notification_system_observer.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 3441 | "notifications/profile_notification.cc", |
| 3442 | "notifications/profile_notification.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3443 | "obsolete_system/obsolete_system.h", |
ducbui | 2fd90c9 | 2017-08-10 19:23:47 | [diff] [blame] | 3444 | "page_load_metrics/observers/session_restore_page_load_metrics_observer.cc", |
| 3445 | "page_load_metrics/observers/session_restore_page_load_metrics_observer.h", |
sauski | 90bffa6 | 2020-07-27 18:17:57 | [diff] [blame] | 3446 | "password_manager/generated_password_leak_detection_pref.cc", |
| 3447 | "password_manager/generated_password_leak_detection_pref.h", |
Sebastien Marchand | d5112a1 | 2020-01-15 15:19:48 | [diff] [blame] | 3448 | "performance_manager/mechanisms/page_discarder.cc", |
| 3449 | "performance_manager/mechanisms/page_discarder.h", |
Hailey Wang | eaf5460 | 2020-03-17 21:07:34 | [diff] [blame] | 3450 | "performance_manager/mechanisms/page_loader.cc", |
| 3451 | "performance_manager/mechanisms/page_loader.h", |
Sebastien Marchand | f191fde | 2020-01-08 15:37:41 | [diff] [blame] | 3452 | "performance_manager/persistence/site_data/site_data_cache_facade.cc", |
| 3453 | "performance_manager/persistence/site_data/site_data_cache_facade.h", |
| 3454 | "performance_manager/persistence/site_data/site_data_cache_facade_factory.cc", |
| 3455 | "performance_manager/persistence/site_data/site_data_cache_facade_factory.h", |
Sigurdur Asgeirsson | 68667e1 | 2020-04-29 17:53:29 | [diff] [blame] | 3456 | "performance_manager/policies/background_tab_loading_policy.cc", |
| 3457 | "performance_manager/policies/background_tab_loading_policy.h", |
| 3458 | "performance_manager/policies/background_tab_loading_policy_helpers.cc", |
| 3459 | "performance_manager/policies/background_tab_loading_policy_helpers.h", |
Sebastien Marchand | 5548808f | 2020-07-22 18:19:14 | [diff] [blame] | 3460 | "performance_manager/policies/high_pmf_discard_policy.cc", |
| 3461 | "performance_manager/policies/high_pmf_discard_policy.h", |
Sebastien Marchand | 399e41a | 2020-07-20 17:12:32 | [diff] [blame] | 3462 | "performance_manager/policies/page_discarding_helper.cc", |
| 3463 | "performance_manager/policies/page_discarding_helper.h", |
Sigurdur Asgeirsson | 68667e1 | 2020-04-29 17:53:29 | [diff] [blame] | 3464 | "performance_manager/policies/urgent_page_discarding_policy.cc", |
| 3465 | "performance_manager/policies/urgent_page_discarding_policy.h", |
Adam Langley | 85339f6 | 2018-02-12 22:03:56 | [diff] [blame] | 3466 | "permissions/attestation_permission_request.cc", |
| 3467 | "permissions/attestation_permission_request.h", |
Anthony Vallee-Dubois | 372e1169 | 2020-03-31 13:30:40 | [diff] [blame] | 3468 | "policy/device_account_initializer.cc", |
| 3469 | "policy/device_account_initializer.h", |
pastarmovj | f281a6c | 2017-06-01 13:57:17 | [diff] [blame] | 3470 | "policy/local_sync_policy_handler.cc", |
| 3471 | "policy/local_sync_policy_handler.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3472 | "process_singleton_modal_dialog_lock.cc", |
| 3473 | "process_singleton_modal_dialog_lock.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3474 | "process_singleton_startup_lock.cc", |
| 3475 | "process_singleton_startup_lock.h", |
| 3476 | "profile_resetter/brandcode_config_fetcher.cc", |
| 3477 | "profile_resetter/brandcode_config_fetcher.h", |
| 3478 | "profile_resetter/brandcoded_default_settings.cc", |
| 3479 | "profile_resetter/brandcoded_default_settings.h", |
| 3480 | "profile_resetter/profile_resetter.cc", |
| 3481 | "profile_resetter/profile_resetter.h", |
| 3482 | "profile_resetter/reset_report_uploader.cc", |
| 3483 | "profile_resetter/reset_report_uploader.h", |
| 3484 | "profile_resetter/reset_report_uploader_factory.cc", |
| 3485 | "profile_resetter/reset_report_uploader_factory.h", |
| 3486 | "profile_resetter/resettable_settings_snapshot.cc", |
| 3487 | "profile_resetter/resettable_settings_snapshot.h", |
| 3488 | "profile_resetter/triggered_profile_resetter.cc", |
| 3489 | "profile_resetter/triggered_profile_resetter.h", |
| 3490 | "profile_resetter/triggered_profile_resetter_factory.cc", |
| 3491 | "profile_resetter/triggered_profile_resetter_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3492 | "profiles/profile_shortcut_manager.cc", |
| 3493 | "profiles/profile_shortcut_manager.h", |
Alex Ilin | 1020018 | 2020-07-29 14:19:37 | [diff] [blame] | 3494 | "profiles/profile_theme_update_service.cc", |
| 3495 | "profiles/profile_theme_update_service.h", |
| 3496 | "profiles/profile_theme_update_service_factory.cc", |
| 3497 | "profiles/profile_theme_update_service_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3498 | "profiles/profile_window.cc", |
| 3499 | "profiles/profile_window.h", |
Katie D | 7bb3457 | 2019-01-11 19:54:00 | [diff] [blame] | 3500 | "renderer_context_menu/accessibility_labels_bubble_model.cc", |
| 3501 | "renderer_context_menu/accessibility_labels_bubble_model.h", |
| 3502 | "renderer_context_menu/accessibility_labels_menu_observer.cc", |
| 3503 | "renderer_context_menu/accessibility_labels_menu_observer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3504 | "renderer_context_menu/render_view_context_menu.cc", |
| 3505 | "renderer_context_menu/render_view_context_menu.h", |
| 3506 | "renderer_context_menu/spelling_bubble_model.cc", |
| 3507 | "renderer_context_menu/spelling_bubble_model.h", |
| 3508 | "renderer_context_menu/spelling_menu_observer.cc", |
| 3509 | "renderer_context_menu/spelling_menu_observer.h", |
| 3510 | "repost_form_warning_controller.cc", |
| 3511 | "repost_form_warning_controller.h", |
zhenw | 6edd49c | 2017-07-12 05:49:45 | [diff] [blame] | 3512 | "resource_coordinator/background_tab_navigation_throttle.cc", |
| 3513 | "resource_coordinator/background_tab_navigation_throttle.h", |
Chris Hamilton | f1b5912 | 2018-05-22 21:05:31 | [diff] [blame] | 3514 | "resource_coordinator/decision_details.cc", |
| 3515 | "resource_coordinator/decision_details.h", |
Francois Doray | f4e2a53 | 2018-01-11 20:12:16 | [diff] [blame] | 3516 | "resource_coordinator/discard_metrics_lifecycle_unit_observer.cc", |
| 3517 | "resource_coordinator/discard_metrics_lifecycle_unit_observer.h", |
Sebastien Marchand | c7d65c80 | 2020-01-14 15:24:04 | [diff] [blame] | 3518 | "resource_coordinator/intervention_policy_database.cc", |
| 3519 | "resource_coordinator/intervention_policy_database.h", |
Francois Doray | 306bae8 | 2017-11-21 21:46:53 | [diff] [blame] | 3520 | "resource_coordinator/lifecycle_unit.cc", |
| 3521 | "resource_coordinator/lifecycle_unit.h", |
Francois Doray | 5e2521fc | 2018-01-10 20:36:18 | [diff] [blame] | 3522 | "resource_coordinator/lifecycle_unit_base.cc", |
| 3523 | "resource_coordinator/lifecycle_unit_base.h", |
Francois Doray | 11261624 | 2018-03-30 13:21:38 | [diff] [blame] | 3524 | "resource_coordinator/lifecycle_unit_observer.cc", |
Francois Doray | 5e2521fc | 2018-01-10 20:36:18 | [diff] [blame] | 3525 | "resource_coordinator/lifecycle_unit_observer.h", |
Francois Doray | b208d41 | 2017-12-07 19:15:45 | [diff] [blame] | 3526 | "resource_coordinator/lifecycle_unit_source.h", |
Francois Doray | 67a9cc8 | 2017-12-07 20:36:48 | [diff] [blame] | 3527 | "resource_coordinator/lifecycle_unit_source_base.cc", |
| 3528 | "resource_coordinator/lifecycle_unit_source_base.h", |
Francois Doray | 3f6722a | 2017-11-24 20:03:51 | [diff] [blame] | 3529 | "resource_coordinator/lifecycle_unit_source_observer.h", |
Michael Giuffrida | dde643a5 | 2018-01-11 21:52:02 | [diff] [blame] | 3530 | "resource_coordinator/tab_activity_watcher.cc", |
| 3531 | "resource_coordinator/tab_activity_watcher.h", |
Francois Doray | e878d9f | 2017-11-22 20:02:32 | [diff] [blame] | 3532 | "resource_coordinator/tab_lifecycle_observer.h", |
Francois Doray | c78450a | 2017-12-07 21:32:46 | [diff] [blame] | 3533 | "resource_coordinator/tab_lifecycle_unit.cc", |
| 3534 | "resource_coordinator/tab_lifecycle_unit.h", |
Francois Doray | 74aed422 | 2017-12-04 16:09:09 | [diff] [blame] | 3535 | "resource_coordinator/tab_lifecycle_unit_external.cc", |
| 3536 | "resource_coordinator/tab_lifecycle_unit_external.h", |
Francois Doray | 4d08cfa | 2017-12-13 19:22:29 | [diff] [blame] | 3537 | "resource_coordinator/tab_lifecycle_unit_source.cc", |
| 3538 | "resource_coordinator/tab_lifecycle_unit_source.h", |
lpy | fedf65a | 2017-06-01 01:41:24 | [diff] [blame] | 3539 | "resource_coordinator/tab_manager.cc", |
| 3540 | "resource_coordinator/tab_manager.h", |
Peiyong Lin | 8e18bee4 | 2017-11-07 00:10:04 | [diff] [blame] | 3541 | "resource_coordinator/tab_manager_resource_coordinator_signal_observer.cc", |
| 3542 | "resource_coordinator/tab_manager_resource_coordinator_signal_observer.h", |
Scott Haseley | 665ee25 | 2017-07-18 00:15:06 | [diff] [blame] | 3543 | "resource_coordinator/tab_manager_stats_collector.cc", |
| 3544 | "resource_coordinator/tab_manager_stats_collector.h", |
lpy | fedf65a | 2017-06-01 01:41:24 | [diff] [blame] | 3545 | "resource_coordinator/tab_manager_web_contents_data.cc", |
| 3546 | "resource_coordinator/tab_manager_web_contents_data.h", |
Jia | d29483ce | 2018-02-22 00:38:32 | [diff] [blame] | 3547 | "resource_coordinator/tab_metrics_logger.cc", |
Michael Giuffrida | ff7fac5 | 2018-01-30 05:01:25 | [diff] [blame] | 3548 | "resource_coordinator/tab_metrics_logger.h", |
Francois Doray | a49186f | 2018-07-10 17:00:22 | [diff] [blame] | 3549 | "resource_coordinator/usage_clock.cc", |
| 3550 | "resource_coordinator/usage_clock.h", |
sauski | 66020b2 | 2020-06-25 10:20:46 | [diff] [blame] | 3551 | "safe_browsing/generated_safe_browsing_pref.cc", |
| 3552 | "safe_browsing/generated_safe_browsing_pref.h", |
Ramya Nagarajan | 90f3b266 | 2018-05-25 15:21:20 | [diff] [blame] | 3553 | "search/background/ntp_background_data.cc", |
| 3554 | "search/background/ntp_background_data.h", |
| 3555 | "search/background/ntp_background_service.cc", |
| 3556 | "search/background/ntp_background_service.h", |
| 3557 | "search/background/ntp_background_service_factory.cc", |
| 3558 | "search/background/ntp_background_service_factory.h", |
| 3559 | "search/background/ntp_background_service_observer.h", |
Hector Carmona | 9797cc6 | 2019-08-09 20:35:35 | [diff] [blame] | 3560 | "search/background/ntp_backgrounds.cc", |
| 3561 | "search/background/ntp_backgrounds.h", |
Gayane Petrosyan | cdf5fc5a | 2019-06-06 20:09:03 | [diff] [blame] | 3562 | "search/chrome_colors/chrome_colors_factory.cc", |
| 3563 | "search/chrome_colors/chrome_colors_factory.h", |
| 3564 | "search/chrome_colors/chrome_colors_service.cc", |
| 3565 | "search/chrome_colors/chrome_colors_service.h", |
Marc Treib | 7895941d | 2017-11-28 12:37:02 | [diff] [blame] | 3566 | "search/instant_service.cc", |
| 3567 | "search/instant_service.h", |
| 3568 | "search/instant_service_factory.cc", |
| 3569 | "search/instant_service_factory.h", |
| 3570 | "search/instant_service_observer.cc", |
| 3571 | "search/instant_service_observer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3572 | "search/local_ntp_source.cc", |
| 3573 | "search/local_ntp_source.h", |
Marc Treib | 7895941d | 2017-11-28 12:37:02 | [diff] [blame] | 3574 | "search/most_visited_iframe_source.cc", |
| 3575 | "search/most_visited_iframe_source.h", |
Moe Ahmadi | e66f1944 | 2019-12-09 06:04:37 | [diff] [blame] | 3576 | "search/ntp_custom_background_enabled_policy_handler.cc", |
| 3577 | "search/ntp_custom_background_enabled_policy_handler.h", |
Moe Ahmadi | a907fb8 | 2019-12-16 19:51:11 | [diff] [blame] | 3578 | "search/ntp_icon_source.cc", |
| 3579 | "search/ntp_icon_source.h", |
treib | 50ddc32 | 2017-04-13 13:54:20 | [diff] [blame] | 3580 | "search/one_google_bar/one_google_bar_data.cc", |
| 3581 | "search/one_google_bar/one_google_bar_data.h", |
Antonio Gomes | 8d5b3d45 | 2018-05-04 21:54:08 | [diff] [blame] | 3582 | "search/one_google_bar/one_google_bar_loader.h", |
| 3583 | "search/one_google_bar/one_google_bar_loader_impl.cc", |
| 3584 | "search/one_google_bar/one_google_bar_loader_impl.h", |
treib | 2edac8f | 2017-04-26 10:29:39 | [diff] [blame] | 3585 | "search/one_google_bar/one_google_bar_service.cc", |
| 3586 | "search/one_google_bar/one_google_bar_service.h", |
| 3587 | "search/one_google_bar/one_google_bar_service_factory.cc", |
| 3588 | "search/one_google_bar/one_google_bar_service_factory.h", |
| 3589 | "search/one_google_bar/one_google_bar_service_observer.h", |
Kyle Milka | c7955f0 | 2018-11-30 21:55:27 | [diff] [blame] | 3590 | "search/promos/promo_data.cc", |
| 3591 | "search/promos/promo_data.h", |
| 3592 | "search/promos/promo_service.cc", |
| 3593 | "search/promos/promo_service.h", |
| 3594 | "search/promos/promo_service_factory.cc", |
| 3595 | "search/promos/promo_service_factory.h", |
| 3596 | "search/promos/promo_service_observer.h", |
Marc Treib | 7895941d | 2017-11-28 12:37:02 | [diff] [blame] | 3597 | "search/search_engine_base_url_tracker.cc", |
| 3598 | "search/search_engine_base_url_tracker.h", |
Gayane Petrosyan | 1d11267c | 2019-07-25 06:17:48 | [diff] [blame] | 3599 | "search/search_provider_observer.cc", |
| 3600 | "search/search_provider_observer.h", |
Kyle Milka | 959eba4b | 2019-01-11 19:48:06 | [diff] [blame] | 3601 | "search/search_suggest/search_suggest_data.cc", |
| 3602 | "search/search_suggest/search_suggest_data.h", |
| 3603 | "search/search_suggest/search_suggest_loader.h", |
| 3604 | "search/search_suggest/search_suggest_loader_impl.cc", |
| 3605 | "search/search_suggest/search_suggest_loader_impl.h", |
| 3606 | "search/search_suggest/search_suggest_service.cc", |
| 3607 | "search/search_suggest/search_suggest_service.h", |
| 3608 | "search/search_suggest/search_suggest_service_factory.cc", |
| 3609 | "search/search_suggest/search_suggest_service_factory.h", |
| 3610 | "search/search_suggest/search_suggest_service_observer.h", |
Tina Wang | b02b5e03 | 2019-03-06 02:16:56 | [diff] [blame] | 3611 | "send_tab_to_self/desktop_notification_handler.cc", |
| 3612 | "send_tab_to_self/desktop_notification_handler.h", |
sebsg | d3f9a5d | 2019-03-25 19:57:04 | [diff] [blame] | 3613 | "send_tab_to_self/send_tab_to_self_desktop_util.cc", |
| 3614 | "send_tab_to_self/send_tab_to_self_desktop_util.h", |
Reilly Grant | 0d28232 | 2019-01-29 02:42:58 | [diff] [blame] | 3615 | "serial/chrome_serial_delegate.cc", |
| 3616 | "serial/chrome_serial_delegate.h", |
| 3617 | "serial/serial_chooser_context.cc", |
| 3618 | "serial/serial_chooser_context.h", |
| 3619 | "serial/serial_chooser_context_factory.cc", |
| 3620 | "serial/serial_chooser_context_factory.h", |
Reilly Grant | 2ca2c85 | 2020-07-21 07:08:53 | [diff] [blame] | 3621 | "serial/serial_chooser_histograms.h", |
Melissa Zhang | 93826e69 | 2020-07-14 04:39:02 | [diff] [blame] | 3622 | "sharesheet/sharesheet_controller.h", |
Melissa Zhang | c8b77957 | 2020-09-01 03:29:42 | [diff] [blame] | 3623 | "sharesheet/sharesheet_metrics.cc", |
| 3624 | "sharesheet/sharesheet_metrics.h", |
Melissa Zhang | 93826e69 | 2020-07-14 04:39:02 | [diff] [blame] | 3625 | "sharesheet/sharesheet_service.cc", |
| 3626 | "sharesheet/sharesheet_service.h", |
Melissa Zhang | db4dffa | 2020-07-01 04:03:11 | [diff] [blame] | 3627 | "sharesheet/sharesheet_service_delegate.cc", |
| 3628 | "sharesheet/sharesheet_service_delegate.h", |
Melissa Zhang | 93826e69 | 2020-07-14 04:39:02 | [diff] [blame] | 3629 | "sharesheet/sharesheet_service_factory.cc", |
| 3630 | "sharesheet/sharesheet_service_factory.h", |
Himanshu Jaju | d6b794c5 | 2019-07-16 19:31:46 | [diff] [blame] | 3631 | "sharing/click_to_call/click_to_call_context_menu_observer.cc", |
| 3632 | "sharing/click_to_call/click_to_call_context_menu_observer.h", |
Richard Knoll | 1066465 | 2019-11-29 16:36:37 | [diff] [blame] | 3633 | "sharing/click_to_call/click_to_call_metrics.cc", |
| 3634 | "sharing/click_to_call/click_to_call_metrics.h", |
Yasmin | 85bccc56 | 2019-08-12 17:25:01 | [diff] [blame] | 3635 | "sharing/click_to_call/click_to_call_ui_controller.cc", |
| 3636 | "sharing/click_to_call/click_to_call_ui_controller.h", |
Himanshu Jaju | d6b794c5 | 2019-07-16 19:31:46 | [diff] [blame] | 3637 | "sharing/click_to_call/click_to_call_utils.cc", |
| 3638 | "sharing/click_to_call/click_to_call_utils.h", |
Richard Knoll | dad4e59d | 2019-11-18 16:47:38 | [diff] [blame] | 3639 | "sharing/click_to_call/phone_number_regex.cc", |
| 3640 | "sharing/click_to_call/phone_number_regex.h", |
Michael van Ouwerkerk | 259f78e0 | 2019-11-04 15:26:03 | [diff] [blame] | 3641 | "sharing/shared_clipboard/remote_copy_message_handler.cc", |
| 3642 | "sharing/shared_clipboard/remote_copy_message_handler.h", |
Yasmin | ece0791 | 2019-08-13 17:32:10 | [diff] [blame] | 3643 | "sharing/shared_clipboard/shared_clipboard_context_menu_observer.cc", |
| 3644 | "sharing/shared_clipboard/shared_clipboard_context_menu_observer.h", |
Rayan Kanso | 5292deda | 2019-09-04 11:37:17 | [diff] [blame] | 3645 | "sharing/shared_clipboard/shared_clipboard_message_handler_desktop.cc", |
| 3646 | "sharing/shared_clipboard/shared_clipboard_message_handler_desktop.h", |
Yasmin | 426f63ee | 2019-08-09 16:07:16 | [diff] [blame] | 3647 | "sharing/shared_clipboard/shared_clipboard_ui_controller.cc", |
| 3648 | "sharing/shared_clipboard/shared_clipboard_ui_controller.h", |
Yasmin | 2b08a10 | 2019-08-15 13:09:02 | [diff] [blame] | 3649 | "sharing/shared_clipboard/shared_clipboard_utils.cc", |
| 3650 | "sharing/shared_clipboard/shared_clipboard_utils.h", |
Richard Knoll | ea1ce4a | 2019-09-25 10:55:55 | [diff] [blame] | 3651 | "sharing/sharing_app.cc", |
| 3652 | "sharing/sharing_app.h", |
Yasmin | 78e32eccc | 2019-08-02 14:54:33 | [diff] [blame] | 3653 | "sharing/sharing_dialog.h", |
Richard Knoll | 3e69eee | 2019-10-10 10:11:43 | [diff] [blame] | 3654 | "sharing/sharing_dialog_data.cc", |
| 3655 | "sharing/sharing_dialog_data.h", |
Rayan Kanso | 5292deda | 2019-09-04 11:37:17 | [diff] [blame] | 3656 | "sharing/sharing_notification_handler.cc", |
| 3657 | "sharing/sharing_notification_handler.h", |
Yasmin | 85bccc56 | 2019-08-12 17:25:01 | [diff] [blame] | 3658 | "sharing/sharing_ui_controller.cc", |
| 3659 | "sharing/sharing_ui_controller.h", |
Himanshu Jaju | 6d02188 | 2020-01-23 10:32:48 | [diff] [blame] | 3660 | "sharing/webrtc/ice_config_fetcher.cc", |
| 3661 | "sharing/webrtc/ice_config_fetcher.h", |
Richard Knoll | 46f1ab02 | 2020-01-24 21:17:21 | [diff] [blame] | 3662 | "sharing/webrtc/sharing_mojo_service.cc", |
| 3663 | "sharing/webrtc/sharing_mojo_service.h", |
| 3664 | "sharing/webrtc/sharing_service_host.cc", |
| 3665 | "sharing/webrtc/sharing_service_host.h", |
| 3666 | "sharing/webrtc/sharing_webrtc_connection_host.cc", |
| 3667 | "sharing/webrtc/sharing_webrtc_connection_host.h", |
| 3668 | "sharing/webrtc/webrtc_message_handler.cc", |
| 3669 | "sharing/webrtc/webrtc_message_handler.h", |
| 3670 | "sharing/webrtc/webrtc_signalling_host_fcm.cc", |
| 3671 | "sharing/webrtc/webrtc_signalling_host_fcm.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3672 | "signin/signin_promo.cc", |
| 3673 | "signin/signin_promo.h", |
| 3674 | "signin/signin_ui_util.cc", |
| 3675 | "signin/signin_ui_util.h", |
Nico Weber | 2d5aa49bc | 2020-01-28 20:59:42 | [diff] [blame] | 3676 | "speech/extension_api/tts_extension_api_constants.cc", # Should be moved |
| 3677 | # to extensions |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 3678 | # section ? |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3679 | "speech/extension_api/tts_extension_api_constants.h", |
evliu | 2e5dbee4 | 2020-04-09 23:35:29 | [diff] [blame] | 3680 | "speech/speech_recognition_service.cc", |
| 3681 | "speech/speech_recognition_service.h", |
| 3682 | "speech/speech_recognition_service_factory.cc", |
| 3683 | "speech/speech_recognition_service_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3684 | "ssl/ssl_client_auth_observer.cc", |
| 3685 | "ssl/ssl_client_auth_observer.h", |
| 3686 | "status_icons/desktop_notification_balloon.cc", |
| 3687 | "status_icons/desktop_notification_balloon.h", |
Jarryd | 7b4baf80 | 2019-12-25 01:21:28 | [diff] [blame] | 3688 | "storage/storage_notification_service_factory.cc", |
| 3689 | "storage/storage_notification_service_factory.h", |
| 3690 | "storage/storage_notification_service_impl.cc", |
| 3691 | "storage/storage_notification_service_impl.h", |
Mikel Astiz | a974891d | 2018-09-28 10:00:52 | [diff] [blame] | 3692 | "sync/glue/extension_model_type_controller.cc", |
| 3693 | "sync/glue/extension_model_type_controller.h", |
Mikel Astiz | 62f7ba6 | 2018-10-15 17:34:20 | [diff] [blame] | 3694 | "sync/glue/extension_setting_model_type_controller.cc", |
| 3695 | "sync/glue/extension_setting_model_type_controller.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3696 | "sync/sessions/browser_list_router_helper.cc", |
| 3697 | "sync/sessions/browser_list_router_helper.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3698 | "sync/sync_ui_util.cc", |
| 3699 | "sync/sync_ui_util.h", |
Sebastien Marchand | d1b927f | 2019-12-19 18:38:57 | [diff] [blame] | 3700 | "tab_contents/form_interaction_tab_helper.cc", |
| 3701 | "tab_contents/form_interaction_tab_helper.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3702 | "task_manager/providers/browser_process_task.cc", |
| 3703 | "task_manager/providers/browser_process_task.h", |
| 3704 | "task_manager/providers/browser_process_task_provider.cc", |
| 3705 | "task_manager/providers/browser_process_task_provider.h", |
| 3706 | "task_manager/providers/child_process_task.cc", |
| 3707 | "task_manager/providers/child_process_task.h", |
| 3708 | "task_manager/providers/child_process_task_provider.cc", |
| 3709 | "task_manager/providers/child_process_task_provider.h", |
Charles Burnell | 2ce10272 | 2017-08-14 23:15:12 | [diff] [blame] | 3710 | "task_manager/providers/fallback_task_provider.cc", |
| 3711 | "task_manager/providers/fallback_task_provider.h", |
Patrick Monette | 6773644 | 2020-02-03 06:48:21 | [diff] [blame] | 3712 | "task_manager/providers/per_profile_worker_task_tracker.cc", |
| 3713 | "task_manager/providers/per_profile_worker_task_tracker.h", |
cburn | d154ad8 | 2017-08-02 17:25:35 | [diff] [blame] | 3714 | "task_manager/providers/render_process_host_task_provider.cc", |
| 3715 | "task_manager/providers/render_process_host_task_provider.h", |
Avi Drissman | 1b4ef11 | 2020-06-17 21:19:43 | [diff] [blame] | 3716 | "task_manager/providers/spare_render_process_host_task_provider.cc", |
| 3717 | "task_manager/providers/spare_render_process_host_task_provider.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3718 | "task_manager/providers/task.cc", |
| 3719 | "task_manager/providers/task.h", |
| 3720 | "task_manager/providers/task_provider.cc", |
| 3721 | "task_manager/providers/task_provider.h", |
| 3722 | "task_manager/providers/task_provider_observer.h", |
| 3723 | "task_manager/providers/web_contents/background_contents_tag.cc", |
| 3724 | "task_manager/providers/web_contents/background_contents_tag.h", |
| 3725 | "task_manager/providers/web_contents/background_contents_task.cc", |
| 3726 | "task_manager/providers/web_contents/background_contents_task.h", |
| 3727 | "task_manager/providers/web_contents/devtools_tag.cc", |
| 3728 | "task_manager/providers/web_contents/devtools_tag.h", |
| 3729 | "task_manager/providers/web_contents/devtools_task.cc", |
| 3730 | "task_manager/providers/web_contents/devtools_task.h", |
| 3731 | "task_manager/providers/web_contents/extension_tag.cc", |
| 3732 | "task_manager/providers/web_contents/extension_tag.h", |
| 3733 | "task_manager/providers/web_contents/extension_task.cc", |
| 3734 | "task_manager/providers/web_contents/extension_task.h", |
| 3735 | "task_manager/providers/web_contents/guest_tag.cc", |
| 3736 | "task_manager/providers/web_contents/guest_tag.h", |
| 3737 | "task_manager/providers/web_contents/guest_task.cc", |
| 3738 | "task_manager/providers/web_contents/guest_task.h", |
Jeremy Roman | d26a7d1 | 2020-01-16 23:51:30 | [diff] [blame] | 3739 | "task_manager/providers/web_contents/portal_tag.cc", |
| 3740 | "task_manager/providers/web_contents/portal_tag.h", |
| 3741 | "task_manager/providers/web_contents/portal_task.cc", |
| 3742 | "task_manager/providers/web_contents/portal_task.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3743 | "task_manager/providers/web_contents/prerender_tag.cc", |
| 3744 | "task_manager/providers/web_contents/prerender_tag.h", |
| 3745 | "task_manager/providers/web_contents/prerender_task.cc", |
| 3746 | "task_manager/providers/web_contents/prerender_task.h", |
| 3747 | "task_manager/providers/web_contents/printing_tag.cc", |
| 3748 | "task_manager/providers/web_contents/printing_tag.h", |
| 3749 | "task_manager/providers/web_contents/printing_task.cc", |
| 3750 | "task_manager/providers/web_contents/printing_task.h", |
| 3751 | "task_manager/providers/web_contents/renderer_task.cc", |
| 3752 | "task_manager/providers/web_contents/renderer_task.h", |
| 3753 | "task_manager/providers/web_contents/subframe_task.cc", |
| 3754 | "task_manager/providers/web_contents/subframe_task.h", |
| 3755 | "task_manager/providers/web_contents/tab_contents_tag.cc", |
| 3756 | "task_manager/providers/web_contents/tab_contents_tag.h", |
| 3757 | "task_manager/providers/web_contents/tab_contents_task.cc", |
| 3758 | "task_manager/providers/web_contents/tab_contents_task.h", |
Avi Drissman | f6140584 | 2020-08-20 20:56:24 | [diff] [blame] | 3759 | "task_manager/providers/web_contents/tool_tag.cc", |
| 3760 | "task_manager/providers/web_contents/tool_tag.h", |
| 3761 | "task_manager/providers/web_contents/tool_task.cc", |
| 3762 | "task_manager/providers/web_contents/tool_task.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3763 | "task_manager/providers/web_contents/web_contents_tag.cc", |
| 3764 | "task_manager/providers/web_contents/web_contents_tag.h", |
| 3765 | "task_manager/providers/web_contents/web_contents_tags_manager.cc", |
| 3766 | "task_manager/providers/web_contents/web_contents_tags_manager.h", |
| 3767 | "task_manager/providers/web_contents/web_contents_task_provider.cc", |
| 3768 | "task_manager/providers/web_contents/web_contents_task_provider.h", |
Patrick Monette | 018b200 | 2020-01-23 22:56:22 | [diff] [blame] | 3769 | "task_manager/providers/worker_task.cc", |
| 3770 | "task_manager/providers/worker_task.h", |
| 3771 | "task_manager/providers/worker_task_provider.cc", |
| 3772 | "task_manager/providers/worker_task_provider.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3773 | "task_manager/sampling/shared_sampler.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3774 | "task_manager/sampling/task_group.cc", |
| 3775 | "task_manager/sampling/task_group.h", |
| 3776 | "task_manager/sampling/task_group_sampler.cc", |
| 3777 | "task_manager/sampling/task_group_sampler.h", |
| 3778 | "task_manager/sampling/task_manager_impl.cc", |
| 3779 | "task_manager/sampling/task_manager_impl.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3780 | "task_manager/task_manager_interface.cc", |
| 3781 | "task_manager/task_manager_interface.h", |
| 3782 | "task_manager/task_manager_observer.cc", |
| 3783 | "task_manager/task_manager_observer.h", |
| 3784 | "themes/browser_theme_pack.cc", |
| 3785 | "themes/browser_theme_pack.h", |
| 3786 | "themes/custom_theme_supplier.cc", |
| 3787 | "themes/custom_theme_supplier.h", |
Elly Fong-Jones | b04cbd7 | 2018-07-19 13:23:12 | [diff] [blame] | 3788 | "themes/increased_contrast_theme_supplier.cc", |
| 3789 | "themes/increased_contrast_theme_supplier.h", |
Alan Cutter | 1160e52 | 2020-01-30 04:10:02 | [diff] [blame] | 3790 | "themes/theme_helper.cc", |
| 3791 | "themes/theme_helper.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3792 | "themes/theme_properties.cc", |
| 3793 | "themes/theme_service.cc", |
| 3794 | "themes/theme_service.h", |
| 3795 | "themes/theme_service_factory.cc", |
| 3796 | "themes/theme_service_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3797 | "themes/theme_syncable_service.cc", |
| 3798 | "themes/theme_syncable_service.h", |
Greg Thompson | 429fac2 | 2020-02-03 14:06:43 | [diff] [blame] | 3799 | "upgrade_detector/build_state.cc", |
| 3800 | "upgrade_detector/build_state.h", |
| 3801 | "upgrade_detector/build_state_observer.h", |
Greg Thompson | 8bcd799b | 2018-08-10 09:49:33 | [diff] [blame] | 3802 | "upgrade_detector/upgrade_detector.cc", |
| 3803 | "upgrade_detector/upgrade_detector.h", |
| 3804 | "upgrade_detector/upgrade_observer.h", |
Donna Wu | c98e12a | 2018-08-16 07:24:02 | [diff] [blame] | 3805 | "usb/web_usb_chooser_desktop.cc", |
| 3806 | "usb/web_usb_chooser_desktop.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3807 | "usb/web_usb_detector.cc", |
| 3808 | "usb/web_usb_detector.h", |
Jay Harris | f6a6b9a | 2019-07-24 01:42:00 | [diff] [blame] | 3809 | "web_launch/web_launch_files_helper.cc", |
| 3810 | "web_launch/web_launch_files_helper.h", |
Nina Satragno | 8c832df | 2019-07-29 15:59:39 | [diff] [blame] | 3811 | "webauthn/authenticator_list_observer.h", |
| 3812 | "webauthn/authenticator_reference.cc", |
| 3813 | "webauthn/authenticator_reference.h", |
| 3814 | "webauthn/authenticator_request_dialog_model.cc", |
| 3815 | "webauthn/authenticator_request_dialog_model.h", |
| 3816 | "webauthn/authenticator_request_scheduler.cc", |
| 3817 | "webauthn/authenticator_request_scheduler.h", |
| 3818 | "webauthn/authenticator_transport.h", |
| 3819 | "webauthn/chrome_authenticator_request_delegate.cc", |
| 3820 | "webauthn/chrome_authenticator_request_delegate.h", |
| 3821 | "webauthn/observable_authenticator_list.cc", |
| 3822 | "webauthn/observable_authenticator_list.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3823 | ] |
| 3824 | deps += [ |
| 3825 | ":theme_properties", |
Ryan Powell | 412caff | 2019-08-20 20:00:26 | [diff] [blame] | 3826 | "//base/util/memory_pressure", |
Owen Min | 782b893 | 2020-04-06 14:31:06 | [diff] [blame] | 3827 | "//base/util/timer", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3828 | "//chrome/app/vector_icons", |
Becca Hughes | b90a3d9 | 2020-06-25 02:05:42 | [diff] [blame] | 3829 | "//chrome/browser/media/kaleidoscope/mojom", |
Himanshu Jaju | 6ddc4247 | 2020-07-31 12:15:11 | [diff] [blame] | 3830 | "//chrome/browser/nearby_sharing:share_target", |
Josh Nohle | 8f9edb1 | 2020-06-24 22:52:01 | [diff] [blame] | 3831 | "//chrome/browser/nearby_sharing/certificates", |
Josh Nohle | f7d2d36 | 2020-07-17 19:22:47 | [diff] [blame] | 3832 | "//chrome/browser/nearby_sharing/client", |
Josh Nohle | 13ea6b43 | 2020-07-21 20:46:59 | [diff] [blame] | 3833 | "//chrome/browser/nearby_sharing/common", |
Josh Nohle | d5563e4 | 2020-07-18 06:06:27 | [diff] [blame] | 3834 | "//chrome/browser/nearby_sharing/contacts", |
Himanshu Jaju | 636d3672 | 2020-06-30 17:09:32 | [diff] [blame] | 3835 | "//chrome/browser/nearby_sharing/instantmessaging/proto", |
Josh Nohle | 843f6a0 | 2020-07-18 01:43:11 | [diff] [blame] | 3836 | "//chrome/browser/nearby_sharing/local_device_data", |
Juliet Levesque | 1acc074 | 2020-06-12 01:13:22 | [diff] [blame] | 3837 | "//chrome/browser/nearby_sharing/logging", |
Juliet Levesque | e4458b7 | 2020-07-14 18:39:29 | [diff] [blame] | 3838 | "//chrome/browser/nearby_sharing/logging:util", |
Curt Clemens | df534697 | 2020-06-23 05:11:19 | [diff] [blame] | 3839 | "//chrome/browser/nearby_sharing/proto", |
Josh Nohle | 021dae2 | 2020-06-27 00:15:43 | [diff] [blame] | 3840 | "//chrome/browser/nearby_sharing/scheduling", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3841 | "//chrome/browser/policy:path_parser", |
| 3842 | "//chrome/browser/profile_resetter:profile_reset_report_proto", |
Sebastien Marchand | c7d65c80 | 2020-01-14 15:24:04 | [diff] [blame] | 3843 | "//chrome/browser/resource_coordinator:intervention_policy_database_proto", |
Michael Giuffrida | ff7fac5 | 2018-01-30 05:01:25 | [diff] [blame] | 3844 | "//chrome/browser/resource_coordinator:tab_metrics_event_proto", |
Michael Giuffrida | 3488249 | 2018-05-14 17:15:48 | [diff] [blame] | 3845 | "//chrome/browser/resource_coordinator/tab_ranker", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3846 | "//chrome/browser/resources:component_extension_resources", |
Marc Treib | 16f732f | 2017-07-13 13:23:25 | [diff] [blame] | 3847 | "//chrome/browser/search:generated", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3848 | "//chrome/common/importer:interfaces", |
Gayane Petrosyan | 9a939cd7 | 2019-07-25 02:32:14 | [diff] [blame] | 3849 | "//chrome/common/search:generate_chrome_colors_info", |
Gayane Petrosyan | 22ce8f2d | 2019-06-14 17:23:44 | [diff] [blame] | 3850 | "//chrome/common/themes:autogenerated_theme_util", |
Himanshu Jaju | 9616a66 | 2020-01-27 18:47:12 | [diff] [blame] | 3851 | "//chrome/services/sharing/public/cpp", |
Himanshu Jaju | 6d02188 | 2020-01-23 10:32:48 | [diff] [blame] | 3852 | "//chrome/services/sharing/public/mojom", |
Naomi Musgrave | 36f66526 | 2020-07-03 14:36:47 | [diff] [blame] | 3853 | "//chrome/services/sharing/public/proto", |
evliu | 725ad66 | 2020-05-07 17:24:11 | [diff] [blame] | 3854 | "//chrome/services/speech:buildflags", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3855 | "//components/feedback", |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 3856 | "//components/image_fetcher/core", |
Michael Giuffrida | 2dbce0d1 | 2017-09-02 03:30:59 | [diff] [blame] | 3857 | "//components/keep_alive_registry", |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 3858 | "//components/ntp_snippets", |
Becca Hughes | f14a64bb | 2020-06-08 17:48:18 | [diff] [blame] | 3859 | "//components/schema_org:extractor", |
[email protected] | 2f82f86 | 2020-05-27 01:44:40 | [diff] [blame] | 3860 | "//components/services/app_service:lib", |
Jay Harris | d3191c0 | 2019-08-16 01:23:39 | [diff] [blame] | 3861 | "//components/services/app_service/public/cpp:app_file_handling", |
[email protected] | 2f82f86 | 2020-05-27 01:44:40 | [diff] [blame] | 3862 | "//components/services/app_service/public/cpp:app_update", |
| 3863 | "//components/services/app_service/public/cpp:icon_loader", |
| 3864 | "//components/services/app_service/public/cpp:intents", |
| 3865 | "//components/services/app_service/public/cpp:preferred_apps", |
| 3866 | "//components/services/app_service/public/cpp:publisher", |
Abigail Klein | 82807c55 | 2020-04-06 19:58:07 | [diff] [blame] | 3867 | "//components/soda:constants", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3868 | "//components/vector_icons", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3869 | "//components/web_modal", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3870 | "//components/zoom", |
Yaron Friedman | ac8bf3c | 2018-07-20 15:06:30 | [diff] [blame] | 3871 | "//courgette:courgette_lib", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3872 | ] |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 3873 | |
| 3874 | if (is_posix || is_fuchsia) { |
| 3875 | sources += [ |
| 3876 | "chrome_browser_main_posix.cc", |
| 3877 | "chrome_browser_main_posix.h", |
| 3878 | "first_run/first_run_internal_posix.cc", |
| 3879 | "importer/firefox_profile_lock_posix.cc", |
| 3880 | "process_singleton_posix.cc", |
| 3881 | "task_manager/sampling/shared_sampler_posix.cc", |
| 3882 | ] |
| 3883 | } |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3884 | } |
| 3885 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3886 | if (is_chromeos) { |
James Cook | d063a6f | 2020-08-07 17:00:58 | [diff] [blame] | 3887 | assert(enable_native_notifications) |
alokp | 76ed9ed | 2017-01-26 00:17:44 | [diff] [blame] | 3888 | sources += [ |
nancylingwang | 444e86be | 2020-07-29 07:26:59 | [diff] [blame] | 3889 | "apps/app_service/arc_activity_adaptive_icon_impl.cc", |
| 3890 | "apps/app_service/arc_activity_adaptive_icon_impl.h", |
Nigel Tao | 63cfe5b8 | 2019-01-11 21:17:31 | [diff] [blame] | 3891 | "apps/app_service/arc_apps.cc", |
| 3892 | "apps/app_service/arc_apps.h", |
| 3893 | "apps/app_service/arc_apps_factory.cc", |
| 3894 | "apps/app_service/arc_apps_factory.h", |
Nigel Tao | 1695245 | 2019-08-22 23:51:27 | [diff] [blame] | 3895 | "apps/app_service/arc_icon_once_loader.cc", |
| 3896 | "apps/app_service/arc_icon_once_loader.h", |
danielng | 65295ec3 | 2020-08-24 03:58:51 | [diff] [blame] | 3897 | "apps/app_service/borealis_apps.cc", |
| 3898 | "apps/app_service/borealis_apps.h", |
Nigel Tao | d33ec52 | 2018-11-21 20:43:41 | [diff] [blame] | 3899 | "apps/app_service/built_in_chromeos_apps.cc", |
| 3900 | "apps/app_service/built_in_chromeos_apps.h", |
Nigel Tao | 307863f | 2019-01-31 09:20:26 | [diff] [blame] | 3901 | "apps/app_service/crostini_apps.cc", |
| 3902 | "apps/app_service/crostini_apps.h", |
nancy | e503985 | 2020-05-01 02:09:14 | [diff] [blame] | 3903 | "apps/app_service/extension_apps_chromeos.cc", |
| 3904 | "apps/app_service/extension_apps_chromeos.h", |
Maggie Cai | 410c779 | 2020-07-09 05:35:56 | [diff] [blame] | 3905 | "apps/app_service/file_utils.cc", |
| 3906 | "apps/app_service/file_utils.h", |
James Cook | 28acfd9d | 2020-05-08 21:17:55 | [diff] [blame] | 3907 | "apps/app_service/lacros_apps.cc", |
| 3908 | "apps/app_service/lacros_apps.h", |
nancy | 6bcfe2a | 2020-01-15 08:16:56 | [diff] [blame] | 3909 | "apps/app_service/menu_util.cc", |
| 3910 | "apps/app_service/menu_util.h", |
nancy | 5ce5814a | 2020-02-14 00:25:43 | [diff] [blame] | 3911 | "apps/app_service/paused_apps.cc", |
| 3912 | "apps/app_service/paused_apps.h", |
Patrick Meiring | 3ca11021 | 2020-04-20 03:48:49 | [diff] [blame] | 3913 | "apps/app_service/plugin_vm_apps.cc", |
| 3914 | "apps/app_service/plugin_vm_apps.h", |
Jit Yao Yap | cefea6a | 2020-07-27 13:04:33 | [diff] [blame] | 3915 | "apps/app_service/remote_apps.cc", |
| 3916 | "apps/app_service/remote_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", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 3921 | "browser_process_platform_part_chromeos.cc", |
| 3922 | "browser_process_platform_part_chromeos.h", |
Xiaochu Liu | 48ab593 | 2018-05-11 03:44:04 | [diff] [blame] | 3923 | "component_updater/cros_component_installer_chromeos.cc", |
| 3924 | "component_updater/cros_component_installer_chromeos.h", |
Erik Chen | eaddabf5 | 2020-05-08 21:35:20 | [diff] [blame] | 3925 | "component_updater/cros_component_manager.cc", |
Toni Barzic | f582b0f | 2018-10-11 17:44:46 | [diff] [blame] | 3926 | "component_updater/cros_component_manager.h", |
Xiaochu Liu | 48ab593 | 2018-05-11 03:44:04 | [diff] [blame] | 3927 | "component_updater/metadata_table_chromeos.cc", |
| 3928 | "component_updater/metadata_table_chromeos.h", |
alanlxl | cbbf9ad | 2020-03-19 21:46:28 | [diff] [blame] | 3929 | "component_updater/smart_dim_component_installer.cc", |
| 3930 | "component_updater/smart_dim_component_installer.h", |
Anthony Vallee-Dubois | 95745e6d | 2020-02-07 21:42:30 | [diff] [blame] | 3931 | "device_identity/chromeos/device_oauth2_token_store_chromeos.cc", |
| 3932 | "device_identity/chromeos/device_oauth2_token_store_chromeos.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3933 | "download/notification/download_item_notification.cc", |
| 3934 | "download/notification/download_item_notification.h", |
| 3935 | "download/notification/download_notification_manager.cc", |
| 3936 | "download/notification/download_notification_manager.h", |
Dominique Fauteux-Chapleau | dfe386b | 2020-03-25 18:52:36 | [diff] [blame] | 3937 | "enterprise/reporting/android_app_info_generator.cc", |
| 3938 | "enterprise/reporting/android_app_info_generator.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3939 | "feedback/feedback_util_chromeos.cc", |
| 3940 | "feedback/feedback_util_chromeos.h", |
Wenzhao Zang | 2015379 | 2018-09-29 00:37:10 | [diff] [blame] | 3941 | "google/google_brand_chromeos.cc", |
| 3942 | "google/google_brand_chromeos.h", |
| 3943 | "google/google_brand_code_map_chromeos.cc", |
| 3944 | "google/google_brand_code_map_chromeos.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 3945 | "icon_loader_chromeos.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3946 | "media/chromeos_login_media_access_handler.cc", |
| 3947 | "media/chromeos_login_media_access_handler.h", |
| 3948 | "media/public_session_media_access_handler.cc", |
| 3949 | "media/public_session_media_access_handler.h", |
| 3950 | "media/public_session_tab_capture_access_handler.cc", |
| 3951 | "media/public_session_tab_capture_access_handler.h", |
James Cook | 42fbcd4 | 2017-10-05 19:53:06 | [diff] [blame] | 3952 | "media/webrtc/desktop_media_list_ash.cc", |
| 3953 | "media/webrtc/desktop_media_list_ash.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 3954 | "media/webrtc/window_icon_util_chromeos.cc", |
Andrew Grieve | e0973f2 | 2020-03-16 12:13:12 | [diff] [blame] | 3955 | "media_galleries/chromeos/mtp_device_delegate_impl_chromeos.cc", |
| 3956 | "media_galleries/chromeos/mtp_device_delegate_impl_chromeos.h", |
| 3957 | "media_galleries/chromeos/mtp_device_object_enumerator.cc", |
| 3958 | "media_galleries/chromeos/mtp_device_object_enumerator.h", |
| 3959 | "media_galleries/chromeos/mtp_device_task_helper.cc", |
| 3960 | "media_galleries/chromeos/mtp_device_task_helper.h", |
| 3961 | "media_galleries/chromeos/mtp_device_task_helper_map_service.cc", |
| 3962 | "media_galleries/chromeos/mtp_device_task_helper_map_service.h", |
| 3963 | "media_galleries/chromeos/mtp_read_file_worker.cc", |
| 3964 | "media_galleries/chromeos/mtp_read_file_worker.h", |
| 3965 | "media_galleries/chromeos/snapshot_file_details.cc", |
| 3966 | "media_galleries/chromeos/snapshot_file_details.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3967 | "memory/memory_kills_histogram.h", |
| 3968 | "memory/memory_kills_monitor.cc", |
| 3969 | "memory/memory_kills_monitor.h", |
Jeffrey Young | 74a3234 | 2020-08-20 18:46:27 | [diff] [blame] | 3970 | "metrics/ambient_mode_metrics_provider.cc", |
| 3971 | "metrics/ambient_mode_metrics_provider.h", |
Meilin Wang | 46bf7d2 | 2018-11-21 21:57:00 | [diff] [blame] | 3972 | "metrics/assistant_service_metrics_provider.cc", |
| 3973 | "metrics/assistant_service_metrics_provider.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3974 | "metrics/chromeos_metrics_provider.cc", |
| 3975 | "metrics/chromeos_metrics_provider.h", |
Daniil Lunev | d429fd8 | 2020-07-28 00:18:49 | [diff] [blame] | 3976 | "metrics/cros_healthd_metrics_provider.cc", |
| 3977 | "metrics/cros_healthd_metrics_provider.h", |
Gabriel Marin | 3d99da2a | 2018-12-04 02:36:19 | [diff] [blame] | 3978 | "metrics/perf/collection_params.cc", |
| 3979 | "metrics/perf/collection_params.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3980 | "metrics/perf/cpu_identity.cc", |
| 3981 | "metrics/perf/cpu_identity.h", |
Gabriel Marin | 6972892 | 2018-12-11 17:52:05 | [diff] [blame] | 3982 | "metrics/perf/metric_collector.cc", |
| 3983 | "metrics/perf/metric_collector.h", |
Gabriel Marin | ff65236c | 2019-08-13 22:03:13 | [diff] [blame] | 3984 | "metrics/perf/metric_provider.cc", |
| 3985 | "metrics/perf/metric_provider.h", |
Gabriel Marin | 9011e61 | 2018-12-14 20:19:42 | [diff] [blame] | 3986 | "metrics/perf/perf_events_collector.cc", |
| 3987 | "metrics/perf/perf_events_collector.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3988 | "metrics/perf/perf_output.cc", |
| 3989 | "metrics/perf/perf_output.h", |
Lakshman Annadorai | 763d2d6 | 2019-03-30 00:05:24 | [diff] [blame] | 3990 | "metrics/perf/process_type_collector.cc", |
| 3991 | "metrics/perf/process_type_collector.h", |
Gabriel Marin | f4728fa | 2018-12-11 19:56:25 | [diff] [blame] | 3992 | "metrics/perf/profile_provider_chromeos.cc", |
| 3993 | "metrics/perf/profile_provider_chromeos.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3994 | "metrics/perf/random_selector.cc", |
| 3995 | "metrics/perf/random_selector.h", |
| 3996 | "metrics/perf/windowed_incognito_observer.cc", |
| 3997 | "metrics/perf/windowed_incognito_observer.h", |
James Vecore | 5700710e | 2020-08-26 19:56:03 | [diff] [blame] | 3998 | "nearby_sharing/sharesheet/nearby_share_action.cc", |
| 3999 | "nearby_sharing/sharesheet/nearby_share_action.h", |
Evan Stade | fdc58a8 | 2018-04-23 19:00:47 | [diff] [blame] | 4000 | "notifications/arc_application_notifier_controller.cc", |
| 4001 | "notifications/arc_application_notifier_controller.h", |
Evan Stade | 55575d8 | 2017-11-02 00:52:36 | [diff] [blame] | 4002 | "notifications/chrome_ash_message_center_client.cc", |
| 4003 | "notifications/chrome_ash_message_center_client.h", |
Evan Stade | feec2d11 | 2017-10-19 03:24:53 | [diff] [blame] | 4004 | "notifications/extension_notifier_controller.cc", |
| 4005 | "notifications/extension_notifier_controller.h", |
James Cook | d063a6f | 2020-08-07 17:00:58 | [diff] [blame] | 4006 | "notifications/notification_platform_bridge_chromeos.cc", |
| 4007 | "notifications/notification_platform_bridge_chromeos.h", |
| 4008 | "notifications/notification_platform_bridge_delegate.h", |
Evan Stade | feec2d11 | 2017-10-19 03:24:53 | [diff] [blame] | 4009 | "notifications/notifier_controller.h", |
| 4010 | "notifications/web_page_notifier_controller.cc", |
| 4011 | "notifications/web_page_notifier_controller.h", |
Brian Geffon | 11c0622 | 2020-08-26 18:54:35 | [diff] [blame] | 4012 | "performance_manager/mechanisms/userspace_swap_chromeos.cc", |
| 4013 | "performance_manager/mechanisms/userspace_swap_chromeos.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4014 | "performance_manager/mechanisms/working_set_trimmer_chromeos.cc", |
| 4015 | "performance_manager/mechanisms/working_set_trimmer_chromeos.h", |
Brian Geffon | 93a5b65 | 2020-07-26 04:53:37 | [diff] [blame] | 4016 | "performance_manager/policies/userspace_swap_policy_chromeos.cc", |
| 4017 | "performance_manager/policies/userspace_swap_policy_chromeos.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4018 | "performance_manager/policies/working_set_trimmer_policy_chromeos.cc", |
| 4019 | "performance_manager/policies/working_set_trimmer_policy_chromeos.h", |
| 4020 | "platform_util_chromeos.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4021 | "policy/default_geolocation_policy_handler.cc", |
| 4022 | "policy/default_geolocation_policy_handler.h", |
Li Lin | a19cf181 | 2020-01-22 01:03:15 | [diff] [blame] | 4023 | "renderer_context_menu/quick_answers_menu_observer.cc", |
| 4024 | "renderer_context_menu/quick_answers_menu_observer.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4025 | "resource_coordinator/tab_manager_delegate_chromeos.cc", |
| 4026 | "resource_coordinator/tab_manager_delegate_chromeos.h", |
| 4027 | "shell_integration_chromeos.cc", |
| 4028 | "signin/signin_status_metrics_provider_chromeos.cc", |
| 4029 | "signin/signin_status_metrics_provider_chromeos.h", |
Katie D | b2d0709 | 2018-12-04 18:59:36 | [diff] [blame] | 4030 | "speech/tts_chromeos.cc", |
| 4031 | "speech/tts_chromeos.h", |
Scott Violet | 1644cf7 | 2020-06-24 04:51:55 | [diff] [blame] | 4032 | "speech/tts_controller_delegate_impl.cc", |
| 4033 | "speech/tts_controller_delegate_impl.h", |
James Cook | 42fbcd4 | 2017-10-05 19:53:06 | [diff] [blame] | 4034 | "sync/sync_error_notifier_ash.cc", |
| 4035 | "sync/sync_error_notifier_ash.h", |
| 4036 | "sync/sync_error_notifier_factory_ash.cc", |
| 4037 | "sync/sync_error_notifier_factory_ash.h", |
Jon Mann | 8a57ae1 | 2019-08-02 22:37:55 | [diff] [blame] | 4038 | "sync/wifi_configuration_sync_service_factory.cc", |
| 4039 | "sync/wifi_configuration_sync_service_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4040 | "task_manager/providers/arc/arc_process_task.cc", |
| 4041 | "task_manager/providers/arc/arc_process_task.h", |
| 4042 | "task_manager/providers/arc/arc_process_task_provider.cc", |
| 4043 | "task_manager/providers/arc/arc_process_task_provider.h", |
Dmitry Torokhov | c62b5ff | 2019-11-12 20:03:03 | [diff] [blame] | 4044 | "task_manager/providers/vm/crostini_process_task.cc", |
| 4045 | "task_manager/providers/vm/crostini_process_task.h", |
| 4046 | "task_manager/providers/vm/plugin_vm_process_task.cc", |
| 4047 | "task_manager/providers/vm/plugin_vm_process_task.h", |
| 4048 | "task_manager/providers/vm/vm_process_task.cc", |
| 4049 | "task_manager/providers/vm/vm_process_task.h", |
| 4050 | "task_manager/providers/vm/vm_process_task_provider.cc", |
| 4051 | "task_manager/providers/vm/vm_process_task_provider.h", |
Willie Koomson | 1b9a3a4 | 2018-10-30 19:33:32 | [diff] [blame] | 4052 | "task_manager/sampling/arc_shared_sampler.cc", |
| 4053 | "task_manager/sampling/arc_shared_sampler.h", |
Greg Thompson | 429fac2 | 2020-02-03 14:06:43 | [diff] [blame] | 4054 | "upgrade_detector/installed_version_updater_chromeos.cc", |
| 4055 | "upgrade_detector/installed_version_updater_chromeos.h", |
Greg Thompson | 8bcd799b | 2018-08-10 09:49:33 | [diff] [blame] | 4056 | "upgrade_detector/upgrade_detector_chromeos.cc", |
| 4057 | "upgrade_detector/upgrade_detector_chromeos.h", |
alokp | 76ed9ed | 2017-01-26 00:17:44 | [diff] [blame] | 4058 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4059 | deps += [ |
James Cook | b9df819 | 2017-12-14 05:35:54 | [diff] [blame] | 4060 | "//ash/public/cpp", |
Mitsuru Oshima | 51bf3d547 | 2020-06-17 21:28:34 | [diff] [blame] | 4061 | "//ash/public/cpp/external_arc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4062 | "//chrome/browser/chromeos", |
Henrique Ferreiro | f193318 | 2019-07-09 09:26:01 | [diff] [blame] | 4063 | "//chromeos/components/account_manager", |
Jeffrey Kardatzke | ac0fc86 | 2020-06-18 01:45:30 | [diff] [blame] | 4064 | "//chromeos/components/cdm_factory_daemon:cdm_factory_daemon_browser", |
Li Lin | a19cf181 | 2020-01-22 01:03:15 | [diff] [blame] | 4065 | "//chromeos/components/quick_answers", |
Jon Mann | 8a57ae1 | 2019-08-02 22:37:55 | [diff] [blame] | 4066 | "//chromeos/components/sync_wifi", |
Erik Chen | 8e73ffd | 2020-07-10 22:18:27 | [diff] [blame] | 4067 | "//chromeos/crosapi/mojom", |
Brian Geffon | 11c0622 | 2020-08-26 18:54:35 | [diff] [blame] | 4068 | "//chromeos/memory/userspace_swap", |
| 4069 | "//chromeos/memory/userspace_swap:mojom", |
Xiaohui Chen | a3b92031 | 2020-04-21 22:46:23 | [diff] [blame] | 4070 | "//chromeos/services/assistant/public/cpp", |
Kyle Horimoto | 1d6a679f | 2019-04-16 23:24:21 | [diff] [blame] | 4071 | "//chromeos/services/cellular_setup", |
Ryan Hansberry | 0f40a7e | 2018-06-01 19:32:11 | [diff] [blame] | 4072 | "//chromeos/services/device_sync/public/mojom", |
Kyle Horimoto | 940d7df | 2018-03-17 01:00:23 | [diff] [blame] | 4073 | "//chromeos/services/multidevice_setup", |
Kyle Horimoto | b2868aa | 2018-10-13 00:13:44 | [diff] [blame] | 4074 | "//chromeos/services/multidevice_setup/public/cpp:first_run_field_trial", |
Kyle Horimoto | 940d7df | 2018-03-17 01:00:23 | [diff] [blame] | 4075 | "//chromeos/services/multidevice_setup/public/mojom", |
Steven Bennetts | 0c565d5b | 2019-04-24 23:52:45 | [diff] [blame] | 4076 | "//chromeos/services/network_config", |
| 4077 | "//chromeos/services/network_config/public/mojom", |
Ryan Hansberry | 9a08623c | 2018-06-14 21:28:05 | [diff] [blame] | 4078 | "//chromeos/services/secure_channel/public/mojom", |
Evan Stade | 0f41a34 | 2018-09-14 22:15:50 | [diff] [blame] | 4079 | "//chromeos/strings", |
tby | b5a4bc4 | 2019-12-11 00:47:08 | [diff] [blame] | 4080 | "//components/metrics/structured", |
[email protected] | 2f82f86 | 2020-05-27 01:44:40 | [diff] [blame] | 4081 | "//components/services/app_service/public/cpp:instance_update", |
Colin Blundell | 44b1fa51 | 2018-03-09 16:50:53 | [diff] [blame] | 4082 | "//components/services/font:lib", |
Miyoung Shin | b342db67 | 2019-07-18 11:55:10 | [diff] [blame] | 4083 | "//components/services/font/public/mojom", |
[email protected] | f0286999 | 2020-05-27 18:05:55 | [diff] [blame] | 4084 | "//components/user_manager", |
Michael Spang | ccfc6f97 | 2019-11-21 18:49:33 | [diff] [blame] | 4085 | "//ui/events/ozone", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4086 | "//ui/ozone", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4087 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4088 | allow_circular_includes_from += [ "//chrome/browser/chromeos" ] |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 4089 | } else { # Non - ChromeOS. |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4090 | sources += [ |
Evan Stade | 714657b | 2017-11-01 21:50:46 | [diff] [blame] | 4091 | "fullscreen.h", |
Julian Pastarmov | e2ebb08 | 2018-10-06 11:55:16 | [diff] [blame] | 4092 | "policy/browser_signin_policy_handler.cc", |
| 4093 | "policy/browser_signin_policy_handler.h", |
Henrique Nakashima | 81c9928 | 2019-04-18 21:24:32 | [diff] [blame] | 4094 | "policy/cloud/user_cloud_policy_manager_builder.cc", |
| 4095 | "policy/cloud/user_cloud_policy_manager_builder.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4096 | "policy/cloud/user_policy_signin_service_base.cc", |
| 4097 | "policy/cloud/user_policy_signin_service_base.h", |
| 4098 | "policy/cloud/user_policy_signin_service_factory.cc", |
| 4099 | "policy/cloud/user_policy_signin_service_factory.h", |
| 4100 | "signin/chrome_signin_status_metrics_provider_delegate.cc", |
| 4101 | "signin/chrome_signin_status_metrics_provider_delegate.h", |
| 4102 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4103 | } |
| 4104 | |
Vincent Boisselle | 30da3977 | 2019-07-24 18:55:47 | [diff] [blame] | 4105 | if (is_chromeos || enable_extensions || is_android) { |
Jeremy Klein | d3ac89e | 2019-04-03 22:24:20 | [diff] [blame] | 4106 | sources += [ |
| 4107 | "metrics/cached_metrics_profile.cc", |
| 4108 | "metrics/cached_metrics_profile.h", |
| 4109 | ] |
| 4110 | } |
| 4111 | |
James Cook | 72004c40 | 2020-08-07 21:21:05 | [diff] [blame] | 4112 | # TODO(crbug.com/1052397): Rename chromeos_is_browser_only to is_lacros. |
James Cook | a2ef888 | 2020-06-19 21:26:05 | [diff] [blame] | 4113 | if (chromeos_is_browser_only) { |
James Cook | 2cca330 | 2020-08-14 01:47:53 | [diff] [blame] | 4114 | assert(enable_native_notifications) |
James Cook | a2ef888 | 2020-06-19 21:26:05 | [diff] [blame] | 4115 | sources += [ |
Hidehiko Abe | 2eb8f9b | 2020-07-13 08:43:04 | [diff] [blame] | 4116 | "lacros/lacros_chrome_service_delegate_impl.cc", |
| 4117 | "lacros/lacros_chrome_service_delegate_impl.h", |
Jenny Zhang | 596db34 | 2020-08-25 20:09:49 | [diff] [blame] | 4118 | "lacros/system_logs/user_log_files_log_source.cc", |
| 4119 | "lacros/system_logs/user_log_files_log_source.h", |
James Cook | a2ef888 | 2020-06-19 21:26:05 | [diff] [blame] | 4120 | "metrics/lacros_metrics_provider.cc", |
| 4121 | "metrics/lacros_metrics_provider.h", |
James Cook | 72004c40 | 2020-08-07 21:21:05 | [diff] [blame] | 4122 | "notifications/notification_platform_bridge_chromeos.cc", |
| 4123 | "notifications/notification_platform_bridge_chromeos.h", |
| 4124 | "notifications/notification_platform_bridge_delegate.h", |
James Cook | 2cca330 | 2020-08-14 01:47:53 | [diff] [blame] | 4125 | "notifications/notification_platform_bridge_lacros.cc", |
| 4126 | "notifications/notification_platform_bridge_lacros.h", |
James Cook | a2ef888 | 2020-06-19 21:26:05 | [diff] [blame] | 4127 | ] |
Hidehiko Abe | eaffbbce | 2020-06-23 19:41:52 | [diff] [blame] | 4128 | deps += [ |
Erik Chen | 8e73ffd | 2020-07-10 22:18:27 | [diff] [blame] | 4129 | "//chromeos/crosapi/mojom", |
James Cook | 9273025 | 2020-07-22 01:57:26 | [diff] [blame] | 4130 | "//chromeos/lacros", |
Hidehiko Abe | eaffbbce | 2020-06-23 19:41:52 | [diff] [blame] | 4131 | ] |
James Cook | a2ef888 | 2020-06-19 21:26:05 | [diff] [blame] | 4132 | } |
| 4133 | |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4134 | if (is_win) { |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4135 | libs += [ |
| 4136 | "secur32.lib", |
| 4137 | |
| 4138 | # Needed for _variant_t used in browser_dm_token_storage_win.cc |
| 4139 | "comsuppw.lib", |
| 4140 | ] |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 4141 | sources += [ |
Jay Harris | 867b077 | 2019-01-31 23:22:25 | [diff] [blame] | 4142 | "badging/badge_manager_delegate_win.cc", |
| 4143 | "badging/badge_manager_delegate_win.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4144 | "browser_process_platform_part_win.cc", |
| 4145 | "browser_process_platform_part_win.h", |
Nicolas | 9572cdc | 2019-03-05 22:39:53 | [diff] [blame] | 4146 | "browser_switcher/browser_switcher_policy_migrator.cc", |
| 4147 | "browser_switcher/browser_switcher_policy_migrator.h", |
Nicolas | 23afdc6 | 2019-02-07 13:22:41 | [diff] [blame] | 4148 | "browser_switcher/browser_switcher_service_win.cc", |
| 4149 | "browser_switcher/browser_switcher_service_win.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4150 | "chrome_browser_main_win.cc", |
| 4151 | "chrome_browser_main_win.h", |
| 4152 | "component_updater/recovery_improved_component_installer_win.cc", |
| 4153 | "component_updater/sw_reporter_installer_win.cc", |
| 4154 | "component_updater/sw_reporter_installer_win.h", |
| 4155 | "download/download_status_updater_win.cc", |
| 4156 | "download/trusted_sources_manager_win.cc", |
| 4157 | "first_run/first_run_internal_win.cc", |
| 4158 | "first_run/upgrade_util_win.cc", |
| 4159 | "first_run/upgrade_util_win.h", |
| 4160 | "fullscreen_win.cc", |
| 4161 | "google/did_run_updater_win.cc", |
| 4162 | "google/did_run_updater_win.h", |
| 4163 | "hang_monitor/hang_crash_dump_win.cc", |
| 4164 | "icon_loader_win.cc", |
| 4165 | "importer/firefox_profile_lock_win.cc", |
| 4166 | "install_verification/win/module_info.h", |
| 4167 | "install_verification/win/module_list.cc", |
| 4168 | "install_verification/win/module_list.h", |
| 4169 | "install_verification/win/module_verification_common.cc", |
| 4170 | "install_verification/win/module_verification_common.h", |
| 4171 | "media/webrtc/window_icon_util_win.cc", |
Andrew Grieve | e0973f2 | 2020-03-16 12:13:12 | [diff] [blame] | 4172 | "media_galleries/win/mtp_device_delegate_impl_win.cc", |
| 4173 | "media_galleries/win/mtp_device_delegate_impl_win.h", |
| 4174 | "media_galleries/win/mtp_device_object_entry.cc", |
| 4175 | "media_galleries/win/mtp_device_object_entry.h", |
| 4176 | "media_galleries/win/mtp_device_object_enumerator.cc", |
| 4177 | "media_galleries/win/mtp_device_object_enumerator.h", |
| 4178 | "media_galleries/win/mtp_device_operations_util.cc", |
| 4179 | "media_galleries/win/mtp_device_operations_util.h", |
| 4180 | "media_galleries/win/portable_device_map_service.cc", |
| 4181 | "media_galleries/win/portable_device_map_service.h", |
| 4182 | "media_galleries/win/snapshot_file_details.cc", |
| 4183 | "media_galleries/win/snapshot_file_details.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4184 | "memory_details_win.cc", |
| 4185 | "metrics/antivirus_metrics_provider_win.cc", |
| 4186 | "metrics/antivirus_metrics_provider_win.h", |
| 4187 | "metrics/google_update_metrics_provider_win.cc", |
| 4188 | "metrics/google_update_metrics_provider_win.h", |
| 4189 | "metrics/jumplist_metrics_win.cc", |
| 4190 | "metrics/jumplist_metrics_win.h", |
| 4191 | "metrics/tab_stats_tracker_delegate_win.cc", |
| 4192 | "metrics/tab_stats_tracker_win.cc", |
| 4193 | "net/net_error_diagnostics_dialog_win.cc", |
| 4194 | "net/service_providers_win.cc", |
| 4195 | "net/service_providers_win.h", |
Xi Cheng | cd0313cc | 2018-05-25 17:11:49 | [diff] [blame] | 4196 | "notifications/win/notification_image_retainer.cc", |
| 4197 | "notifications/win/notification_image_retainer.h", |
| 4198 | "notifications/win/notification_template_builder.cc", |
| 4199 | "notifications/win/notification_template_builder.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4200 | "obsolete_system/obsolete_system_win.cc", |
| 4201 | "password_manager/password_manager_util_win.cc", |
| 4202 | "password_manager/password_manager_util_win.h", |
| 4203 | "performance_manager/mechanisms/working_set_trimmer_win.cc", |
| 4204 | "performance_manager/mechanisms/working_set_trimmer_win.h", |
| 4205 | "performance_manager/policies/working_set_trimmer_policy_win.cc", |
| 4206 | "performance_manager/policies/working_set_trimmer_policy_win.h", |
| 4207 | "performance_monitor/metric_evaluator_helper_win.cc", |
| 4208 | "performance_monitor/metric_evaluator_helper_win.h", |
| 4209 | "platform_util_win.cc", |
| 4210 | "policy/browser_dm_token_storage_win.cc", |
| 4211 | "policy/browser_dm_token_storage_win.h", |
| 4212 | "process_singleton_win.cc", |
| 4213 | "profile_resetter/triggered_profile_resetter_win.cc", |
| 4214 | "profiles/profile_shortcut_manager_win.cc", |
| 4215 | "profiles/profile_shortcut_manager_win.h", |
| 4216 | "shell_integration_win.cc", |
| 4217 | "shell_integration_win.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4218 | "task_manager/sampling/shared_sampler_win.cc", |
| 4219 | "task_manager/sampling/shared_sampler_win_defines.h", |
Jay Harris | 3e03e2f | 2019-01-31 01:36:31 | [diff] [blame] | 4220 | "taskbar/taskbar_decorator_win.cc", |
| 4221 | "taskbar/taskbar_decorator_win.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4222 | "themes/theme_helper_win.cc", |
| 4223 | "themes/theme_helper_win.h", |
| 4224 | "upgrade_detector/get_installed_version_win.cc", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4225 | "win/app_icon.cc", |
| 4226 | "win/app_icon.h", |
| 4227 | "win/automation_controller.cc", |
| 4228 | "win/automation_controller.h", |
| 4229 | "win/browser_util.cc", |
| 4230 | "win/browser_util.h", |
| 4231 | "win/chrome_elf_init.cc", |
| 4232 | "win/chrome_elf_init.h", |
| 4233 | "win/chrome_select_file_dialog_factory.cc", |
| 4234 | "win/chrome_select_file_dialog_factory.h", |
| 4235 | "win/conflicts/enumerate_input_method_editors.cc", |
| 4236 | "win/conflicts/enumerate_input_method_editors.h", |
| 4237 | "win/conflicts/enumerate_shell_extensions.cc", |
| 4238 | "win/conflicts/enumerate_shell_extensions.h", |
| 4239 | "win/conflicts/inspection_results_cache.cc", |
| 4240 | "win/conflicts/inspection_results_cache.h", |
| 4241 | "win/conflicts/module_database.cc", |
| 4242 | "win/conflicts/module_database.h", |
| 4243 | "win/conflicts/module_database_observer.h", |
| 4244 | "win/conflicts/module_event_sink_impl.cc", |
| 4245 | "win/conflicts/module_event_sink_impl.h", |
| 4246 | "win/conflicts/module_inspector.cc", |
| 4247 | "win/conflicts/module_inspector.h", |
| 4248 | "win/conflicts/third_party_metrics_recorder.cc", |
| 4249 | "win/conflicts/third_party_metrics_recorder.h", |
Alex Gough | a4160b85 | 2020-06-23 00:21:29 | [diff] [blame] | 4250 | "win/icon_reader_service.cc", |
| 4251 | "win/icon_reader_service.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4252 | "win/jumplist.cc", |
| 4253 | "win/jumplist.h", |
| 4254 | "win/jumplist_factory.cc", |
| 4255 | "win/jumplist_factory.h", |
| 4256 | "win/jumplist_file_util.cc", |
| 4257 | "win/jumplist_file_util.h", |
| 4258 | "win/jumplist_update_util.cc", |
| 4259 | "win/jumplist_update_util.h", |
| 4260 | "win/jumplist_updater.cc", |
| 4261 | "win/jumplist_updater.h", |
Eric Orth | 72fe84a8 | 2020-03-06 21:39:19 | [diff] [blame] | 4262 | "win/parental_controls.cc", |
| 4263 | "win/parental_controls.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4264 | "win/settings_app_monitor.cc", |
| 4265 | "win/settings_app_monitor.h", |
| 4266 | "win/taskbar_icon_finder.cc", |
| 4267 | "win/taskbar_icon_finder.h", |
| 4268 | "win/titlebar_config.cc", |
| 4269 | "win/titlebar_config.h", |
| 4270 | "win/ui_automation_util.cc", |
| 4271 | "win/ui_automation_util.h", |
Ken Rockot | 95fe3f6 | 2019-07-25 20:29:51 | [diff] [blame] | 4272 | "win/util_win_service.cc", |
| 4273 | "win/util_win_service.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 4274 | ] |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 4275 | public_deps += [ |
Ken Rockot | 95fe3f6 | 2019-07-25 20:29:51 | [diff] [blame] | 4276 | "//chrome/services/util_win/public/mojom", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 4277 | "//ui/views", |
| 4278 | "//ui/views/controls/webview", |
| 4279 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4280 | deps += [ |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 4281 | ":chrome_process_finder", |
Joe Mason | 72f7c51f0 | 2019-05-29 19:44:29 | [diff] [blame] | 4282 | "//chrome/browser/safe_browsing/chrome_cleaner", |
| 4283 | "//chrome/browser/safe_browsing/chrome_cleaner:public", |
Patrick Monette | bb54394 | 2019-05-17 17:45:32 | [diff] [blame] | 4284 | "//chrome/browser/win/conflicts:module_info", |
Patrick Monette | 0196be2 | 2019-05-10 03:33:15 | [diff] [blame] | 4285 | "//chrome/chrome_elf:constants", |
| 4286 | "//chrome/chrome_elf:dll_hash", |
mdempsky | 15a48be | 2015-10-21 23:37:53 | [diff] [blame] | 4287 | "//chrome/common:version_header", |
Roger Tawa | 53d2ef8b | 2019-05-13 14:19:53 | [diff] [blame] | 4288 | "//chrome/credential_provider/common:common_constants", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4289 | "//chrome/elevation_service:elevation_service_idl", |
grt | b4cab81 | 2017-03-31 06:58:43 | [diff] [blame] | 4290 | "//chrome/install_static:install_static_util", |
Xi Cheng | b7c35726b | 2018-04-25 04:55:14 | [diff] [blame] | 4291 | "//chrome/notification_helper:constants", |
Ken Rockot | c74e379 | 2018-02-10 16:31:30 | [diff] [blame] | 4292 | "//chrome/services/util_win/public/mojom", |
vchigrin | 61944ae | 2015-01-30 23:51:32 | [diff] [blame] | 4293 | "//components/browser_watcher:browser_watcher_client", |
manzagop | 309a9611 | 2017-05-04 19:55:38 | [diff] [blame] | 4294 | "//components/browser_watcher:stability_client", |
Joe Mason | 6c97f7f | 2018-03-19 18:49:30 | [diff] [blame] | 4295 | "//components/chrome_cleaner/public/constants", |
Patrick Monette | 8d504ab | 2018-08-29 18:40:43 | [diff] [blame] | 4296 | "//components/download/quarantine", |
manzagop | a5d6688d | 2016-10-25 20:16:03 | [diff] [blame] | 4297 | "//third_party/crashpad/crashpad/client:client", |
[email protected] | 55699f39 | 2014-08-20 22:16:30 | [diff] [blame] | 4298 | "//third_party/iaccessible2", |
| 4299 | "//third_party/isimpledom", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4300 | "//third_party/wtl", |
Varun Mohan | 24196fa1 | 2018-04-27 20:30:04 | [diff] [blame] | 4301 | "//ui/aura_extra", |
grt | ac869358 | 2017-05-19 10:37:03 | [diff] [blame] | 4302 | "//ui/base:fullscreen_win", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4303 | "//ui/base/cursor", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4304 | ] |
Joe Mason | 72f7c51f0 | 2019-05-29 19:44:29 | [diff] [blame] | 4305 | allow_circular_includes_from += |
| 4306 | [ "//chrome/browser/safe_browsing/chrome_cleaner" ] |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 4307 | |
| 4308 | all_dependent_configs = [ ":browser_win_linker_flags" ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4309 | |
| 4310 | if (enable_native_notifications) { |
| 4311 | sources += [ |
| 4312 | "notifications/notification_platform_bridge_win.cc", |
| 4313 | "notifications/notification_platform_bridge_win.h", |
Xi Cheng | cd0313cc | 2018-05-25 17:11:49 | [diff] [blame] | 4314 | "notifications/win/notification_launch_id.cc", |
| 4315 | "notifications/win/notification_launch_id.h", |
Xi Cheng | 1ed8404 | 2018-05-29 17:31:29 | [diff] [blame] | 4316 | "notifications/win/notification_metrics.cc", |
| 4317 | "notifications/win/notification_metrics.h", |
| 4318 | "notifications/win/notification_util.cc", |
| 4319 | "notifications/win/notification_util.h", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4320 | ] |
| 4321 | } |
| 4322 | |
Patrick Monette | e7d84a1 | 2018-02-28 00:16:34 | [diff] [blame] | 4323 | if (is_chrome_branded) { |
| 4324 | deps += [ |
Patrick Monette | bb54394 | 2019-05-17 17:45:32 | [diff] [blame] | 4325 | "//chrome/browser/win/conflicts:module_list_proto", |
Alexei Filippov | 3f4d813 | 2019-05-13 21:35:09 | [diff] [blame] | 4326 | "//chrome/chrome_elf:sha1", |
| 4327 | "//chrome/chrome_elf:third_party_shared_defines", |
Patrick Monette | e7d84a1 | 2018-02-28 00:16:34 | [diff] [blame] | 4328 | "//google_update", |
| 4329 | ] |
| 4330 | libs += [ "msi.lib" ] |
| 4331 | sources += [ |
| 4332 | "component_updater/third_party_module_list_component_installer_win.cc", |
| 4333 | "component_updater/third_party_module_list_component_installer_win.h", |
Yann Dago | 10433939 | 2020-02-25 17:40:07 | [diff] [blame] | 4334 | "google/google_update_policy_fetcher_win.cc", |
| 4335 | "google/google_update_policy_fetcher_win.h", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4336 | "google/google_update_win.cc", |
| 4337 | "google/google_update_win.h", |
Maciek Kumorek | f9178f0 | 2020-04-17 21:44:01 | [diff] [blame] | 4338 | "google/switches.cc", |
| 4339 | "google/switches.h", |
Patrick Monette | bb54394 | 2019-05-17 17:45:32 | [diff] [blame] | 4340 | "win/conflicts/incompatible_applications_updater.cc", |
| 4341 | "win/conflicts/incompatible_applications_updater.h", |
| 4342 | "win/conflicts/installed_applications.cc", |
| 4343 | "win/conflicts/installed_applications.h", |
| 4344 | "win/conflicts/module_blacklist_cache_updater.cc", |
| 4345 | "win/conflicts/module_blacklist_cache_updater.h", |
| 4346 | "win/conflicts/module_blacklist_cache_util.cc", |
| 4347 | "win/conflicts/module_blacklist_cache_util.h", |
| 4348 | "win/conflicts/module_list_component_updater.cc", |
| 4349 | "win/conflicts/module_list_component_updater.h", |
| 4350 | "win/conflicts/module_list_filter.cc", |
| 4351 | "win/conflicts/module_list_filter.h", |
| 4352 | "win/conflicts/module_load_attempt_log_listener.cc", |
| 4353 | "win/conflicts/module_load_attempt_log_listener.h", |
| 4354 | "win/conflicts/msi_util.cc", |
| 4355 | "win/conflicts/msi_util.h", |
| 4356 | "win/conflicts/registry_key_watcher.cc", |
| 4357 | "win/conflicts/registry_key_watcher.h", |
| 4358 | "win/conflicts/third_party_conflicts_manager.cc", |
| 4359 | "win/conflicts/third_party_conflicts_manager.h", |
| 4360 | "win/conflicts/token_util.cc", |
| 4361 | "win/conflicts/token_util.h", |
| 4362 | "win/conflicts/uninstall_application.cc", |
| 4363 | "win/conflicts/uninstall_application.h", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4364 | ] |
| 4365 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4366 | } else { |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 4367 | # Non - Windows. |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 4368 | sources += [ |
| 4369 | "profile_resetter/triggered_profile_resetter_stub.cc", |
| 4370 | "profiles/profile_shortcut_manager_stub.cc", |
| 4371 | ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4372 | if (toolkit_views) { |
| 4373 | deps += [ |
| 4374 | "//ui/views", |
| 4375 | "//ui/views/controls/webview", |
| 4376 | ] |
| 4377 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4378 | } |
| 4379 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4380 | if (is_mac) { |
Alexey Baskakov | 3f6c31f0 | 2018-08-23 00:28:09 | [diff] [blame] | 4381 | allow_circular_includes_from += [ "//chrome/browser/apps/app_shim" ] |
Jay Harris | 867b077 | 2019-01-31 23:22:25 | [diff] [blame] | 4382 | sources += [ |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4383 | "app_controller_mac.h", |
| 4384 | "app_controller_mac.mm", |
Avi Drissman | a2969a55 | 2019-10-30 15:32:25 | [diff] [blame] | 4385 | "apps/intent_helper/mac_apps_navigation_throttle.h", |
| 4386 | "apps/intent_helper/mac_apps_navigation_throttle.mm", |
Jay Harris | 867b077 | 2019-01-31 23:22:25 | [diff] [blame] | 4387 | "badging/badge_manager_delegate_mac.cc", |
| 4388 | "badging/badge_manager_delegate_mac.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4389 | "browser_process_platform_part_mac.h", |
| 4390 | "browser_process_platform_part_mac.mm", |
| 4391 | "chrome_browser_application_mac.h", |
| 4392 | "chrome_browser_application_mac.mm", |
| 4393 | "chrome_browser_main_mac.h", |
| 4394 | "chrome_browser_main_mac.mm", |
| 4395 | "download/download_status_updater_mac.mm", |
Jay Harris | 867b077 | 2019-01-31 23:22:25 | [diff] [blame] | 4396 | "download/drag_download_item_mac.mm", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4397 | "file_select_helper_mac.mm", |
| 4398 | "first_run/first_run_internal_mac.mm", |
| 4399 | "first_run/upgrade_util_mac.cc", |
| 4400 | "fullscreen_mac.mm", |
| 4401 | "global_keyboard_shortcuts_mac.h", |
| 4402 | "global_keyboard_shortcuts_mac.mm", |
| 4403 | "hang_monitor/hang_crash_dump_mac.cc", |
| 4404 | "icon_loader_mac.mm", |
| 4405 | "lifetime/application_lifetime_mac.mm", |
| 4406 | "mac/bluetooth_utility.h", |
| 4407 | "mac/bluetooth_utility.mm", |
| 4408 | "mac/dock.h", |
| 4409 | "mac/dock.mm", |
| 4410 | "mac/exception_processor.h", |
| 4411 | "mac/exception_processor.mm", |
Elly Fong-Jones | a7f076e | 2020-06-29 21:13:55 | [diff] [blame] | 4412 | "mac/initial_prefs.h", |
| 4413 | "mac/initial_prefs.mm", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4414 | "mac/install_from_dmg.h", |
| 4415 | "mac/install_from_dmg.mm", |
| 4416 | "mac/keystone_glue.h", |
| 4417 | "mac/keystone_glue.mm", |
| 4418 | "mac/keystone_registration.h", |
| 4419 | "mac/keystone_registration.mm", |
| 4420 | "mac/mac_startup_profiler.cc", |
| 4421 | "mac/mac_startup_profiler.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4422 | "mac/nsprocessinfo_additions.h", |
| 4423 | "mac/nsprocessinfo_additions.mm", |
| 4424 | "mac/relauncher.h", |
| 4425 | "mac/relauncher.mm", |
| 4426 | "media/webrtc/window_icon_util_mac.mm", |
Andrew Grieve | e0973f2 | 2020-03-16 12:13:12 | [diff] [blame] | 4427 | "media_galleries/mac/mtp_device_delegate_impl_mac.h", |
| 4428 | "media_galleries/mac/mtp_device_delegate_impl_mac.mm", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4429 | "memory_details_mac.cc", |
| 4430 | "metrics/chrome_browser_main_extra_parts_metrics_mac.mm", |
| 4431 | "metrics/power_metrics_provider_mac.h", |
| 4432 | "metrics/power_metrics_provider_mac.mm", |
| 4433 | "notifications/alert_dispatcher_mac.h", |
| 4434 | "notifications/notification_platform_bridge_mac.h", |
| 4435 | "notifications/notification_platform_bridge_mac.mm", |
| 4436 | "obsolete_system/obsolete_system_mac.cc", |
| 4437 | "password_manager/password_manager_util_mac.h", |
| 4438 | "password_manager/password_manager_util_mac.mm", |
| 4439 | "platform_util_mac.mm", |
| 4440 | "policy/browser_dm_token_storage_mac.h", |
| 4441 | "policy/browser_dm_token_storage_mac.mm", |
| 4442 | "process_singleton_mac.mm", |
| 4443 | "renderer_host/chrome_render_widget_host_view_mac_delegate.h", |
| 4444 | "renderer_host/chrome_render_widget_host_view_mac_delegate.mm", |
| 4445 | "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h", |
| 4446 | "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm", |
| 4447 | "shell_integration_mac.mm", |
| 4448 | "upgrade_detector/get_installed_version_mac.mm", |
Jay Harris | 867b077 | 2019-01-31 23:22:25 | [diff] [blame] | 4449 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4450 | deps += [ |
| 4451 | "//chrome/app_shim", |
| 4452 | "//chrome/browser/apps/app_shim", |
| 4453 | "//chrome/browser/ui/cocoa/notifications:common", |
Christopher Cameron | 7e987473 | 2019-10-25 00:40:36 | [diff] [blame] | 4454 | "//components/metal_util", |
Guido Urdaneta | 191635e | 2018-05-09 16:00:53 | [diff] [blame] | 4455 | "//services/video_capture/public/mojom:constants", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4456 | "//third_party/crashpad/crashpad/client:client", |
| 4457 | "//third_party/google_toolbox_for_mac", |
| 4458 | "//third_party/mozilla", |
| 4459 | ] |
Robert Sesek | 27656588 | 2020-07-08 01:06:52 | [diff] [blame] | 4460 | frameworks = [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4461 | "Accelerate.framework", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4462 | "AudioUnit.framework", |
Henrik Grunell | 5c79e19 | 2019-01-30 22:19:33 | [diff] [blame] | 4463 | "AVFoundation.framework", |
James Hollyer | d8c9d05b | 2020-08-20 08:18:28 | [diff] [blame] | 4464 | "CoreLocation.framework", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4465 | "DiskArbitration.framework", |
| 4466 | "IOKit.framework", |
| 4467 | "ImageCaptureCore.framework", |
| 4468 | "OpenGL.framework", |
| 4469 | "QuartzCore.framework", |
Avi Drissman | 500c212 | 2020-02-19 00:08:55 | [diff] [blame] | 4470 | "SafariServices.framework", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4471 | "SecurityInterface.framework", |
| 4472 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4473 | } |
| 4474 | |
Sean McAllister | d3bd153 | 2020-07-30 18:43:57 | [diff] [blame] | 4475 | if (is_linux || is_chromeos) { |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4476 | sources += [ |
| 4477 | "chrome_browser_main_linux.cc", |
| 4478 | "chrome_browser_main_linux.h", |
| 4479 | "first_run/first_run_internal_linux.cc", |
| 4480 | "memory_details_linux.cc", |
| 4481 | "obsolete_system/obsolete_system_linux.cc", |
| 4482 | "policy/browser_dm_token_storage_linux.cc", |
| 4483 | "policy/browser_dm_token_storage_linux.h", |
| 4484 | ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4485 | if (use_aura) { |
| 4486 | deps += [ "//third_party/fontconfig" ] |
| 4487 | if (use_dbus) { |
| 4488 | deps += [ "//dbus" ] |
| 4489 | } |
| 4490 | } |
| 4491 | if (use_x11) { |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4492 | deps += [ "//ui/gfx/x" ] |
| 4493 | } |
Brian Geffon | 3ee34f3 | 2020-06-22 22:33:59 | [diff] [blame] | 4494 | } |
Brian Geffon | c3bdd6d | 2019-08-21 22:48:31 | [diff] [blame] | 4495 | |
Brian Geffon | 3ee34f3 | 2020-06-22 22:33:59 | [diff] [blame] | 4496 | if (is_chromeos) { |
Brian Geffon | c3bdd6d | 2019-08-21 22:48:31 | [diff] [blame] | 4497 | if (use_allocator == "tcmalloc") { |
| 4498 | deps += [ "//chrome/common/performance_manager/mojom" ] |
| 4499 | |
| 4500 | sources += [ |
Brian Geffon | 3ee34f3 | 2020-06-22 22:33:59 | [diff] [blame] | 4501 | "performance_manager/policies/dynamic_tcmalloc_policy_chromeos.cc", |
| 4502 | "performance_manager/policies/dynamic_tcmalloc_policy_chromeos.h", |
Brian Geffon | c3bdd6d | 2019-08-21 22:48:31 | [diff] [blame] | 4503 | ] |
| 4504 | } |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4505 | } |
| 4506 | |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4507 | if (is_desktop_linux) { |
tonikitoo | e1ac59e | 2016-09-14 20:44:42 | [diff] [blame] | 4508 | # Desktop linux, doesn't count ChromeOS. |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 4509 | sources += [ |
Tom Anderson | b8a8603 | 2019-10-09 20:12:45 | [diff] [blame] | 4510 | "download/download_status_updater_linux.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 4511 | "first_run/upgrade_util_linux.cc", |
| 4512 | "first_run/upgrade_util_linux.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 4513 | "icon_loader_auralinux.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 4514 | "platform_util_linux.cc", |
| 4515 | "shell_integration_linux.cc", |
| 4516 | "shell_integration_linux.h", |
Tom Anderson | c7dc655a | 2019-08-09 20:29:20 | [diff] [blame] | 4517 | "themes/theme_service_aura_linux.cc", |
| 4518 | "themes/theme_service_aura_linux.h", |
Greg Thompson | 429fac2 | 2020-02-03 14:06:43 | [diff] [blame] | 4519 | "upgrade_detector/get_installed_version_linux.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 4520 | ] |
tonikitoo | c1ce090f | 2016-10-26 21:22:34 | [diff] [blame] | 4521 | |
Tommy Steimel | a8267ae | 2019-02-11 19:47:30 | [diff] [blame] | 4522 | if (use_dbus) { |
Tom Anderson | fb20eed | 2019-07-10 23:06:29 | [diff] [blame] | 4523 | deps += [ "//components/dbus/thread_linux" ] |
Tommy Steimel | a8267ae | 2019-02-11 19:47:30 | [diff] [blame] | 4524 | } |
| 4525 | |
James Cook | 72004c40 | 2020-08-07 21:21:05 | [diff] [blame] | 4526 | # TODO(crbug.com/1052397): Rename chromeos_is_browser_only to is_lacros. |
| 4527 | if (enable_native_notifications && !chromeos_is_browser_only) { |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 4528 | sources += [ |
| 4529 | "notifications/notification_platform_bridge_linux.cc", |
| 4530 | "notifications/notification_platform_bridge_linux.h", |
| 4531 | ] |
| 4532 | } |
| 4533 | |
tonikitoo | 8e861c09 | 2016-10-27 22:48:41 | [diff] [blame] | 4534 | if (use_x11) { |
| 4535 | sources += [ |
| 4536 | "fullscreen_aurax11.cc", |
| 4537 | "media/webrtc/window_icon_util_x11.cc", |
tonikitoo | 8e861c09 | 2016-10-27 22:48:41 | [diff] [blame] | 4538 | ] |
| 4539 | } |
| 4540 | |
tonikitoo | b10ea66f | 2016-11-07 23:52:01 | [diff] [blame] | 4541 | if (use_ozone) { |
| 4542 | sources += [ |
| 4543 | "fullscreen_ozone.cc", |
| 4544 | "media/webrtc/window_icon_util_ozone.cc", |
| 4545 | ] |
| 4546 | } |
Tomas Popela | 253a583 | 2019-01-14 17:22:10 | [diff] [blame] | 4547 | |
| 4548 | if (rtc_use_pipewire) { |
| 4549 | configs += |
| 4550 | [ "//third_party/webrtc/modules/desktop_capture:pipewire_config" ] |
| 4551 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 4552 | } |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 4553 | |
Fabrice de Gans-Riberi | 9fba3aff | 2018-04-12 19:00:48 | [diff] [blame] | 4554 | if (is_posix || is_fuchsia) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4555 | deps += [ "//chrome/app:shutdown_signal_handlers" ] |
| 4556 | } |
| 4557 | |
| 4558 | if (is_win || is_mac) { |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 4559 | # Sources(generally "desktop OS importers") used only on Mac & Windows. |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4560 | sources += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4561 | "recovery/recovery_install_global_error.cc", |
| 4562 | "recovery/recovery_install_global_error.h", |
| 4563 | "recovery/recovery_install_global_error_factory.cc", |
| 4564 | "recovery/recovery_install_global_error_factory.h", |
| 4565 | ] |
Robert Sesek | dc73f6f | 2018-05-15 15:53:20 | [diff] [blame] | 4566 | } else { |
| 4567 | # On other platforms, use the generic implementation. |
| 4568 | sources += [ "hang_monitor/hang_crash_dump.cc" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4569 | } |
| 4570 | |
Sean McAllister | d3bd153 | 2020-07-30 18:43:57 | [diff] [blame] | 4571 | if (is_win || is_linux || is_chromeos) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4572 | sources += [ |
| 4573 | "renderer_context_menu/spelling_options_submenu_observer.cc", |
| 4574 | "renderer_context_menu/spelling_options_submenu_observer.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4575 | ] |
| 4576 | } |
| 4577 | |
Evan Liu | f248d40 | 2019-06-26 22:57:10 | [diff] [blame] | 4578 | if (is_mac) { |
| 4579 | sources += [ |
| 4580 | "accessibility/caption_settings_dialog.h", |
| 4581 | "accessibility/caption_settings_dialog_mac.mm", |
| 4582 | ] |
| 4583 | } |
| 4584 | |
| 4585 | if (is_win) { |
| 4586 | sources += [ |
| 4587 | "accessibility/caption_settings_dialog.h", |
| 4588 | "accessibility/caption_settings_dialog_win.cc", |
| 4589 | ] |
| 4590 | } |
| 4591 | |
Eric Willigers | 80620b3 | 2020-09-01 06:27:15 | [diff] [blame^] | 4592 | if (is_win || is_chromeos) { |
| 4593 | sources += [ |
| 4594 | "webshare/share_service_impl.cc", |
| 4595 | "webshare/share_service_impl.h", |
| 4596 | ] |
| 4597 | } |
| 4598 | |
Nicolas Ouellet-Payeur | bdcab009 | 2018-10-22 14:50:33 | [diff] [blame] | 4599 | if (is_win || is_mac || is_desktop_linux) { |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 4600 | sources += [ |
Daniel Bratell | 8a22c5ff | 2018-10-19 13:51:53 | [diff] [blame] | 4601 | "browser_switcher/alternative_browser_driver.h", |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 4602 | "browser_switcher/browser_switcher_navigation_throttle.cc", |
| 4603 | "browser_switcher/browser_switcher_navigation_throttle.h", |
| 4604 | "browser_switcher/browser_switcher_prefs.cc", |
| 4605 | "browser_switcher/browser_switcher_prefs.h", |
| 4606 | "browser_switcher/browser_switcher_service.cc", |
| 4607 | "browser_switcher/browser_switcher_service.h", |
| 4608 | "browser_switcher/browser_switcher_service_factory.cc", |
| 4609 | "browser_switcher/browser_switcher_service_factory.h", |
| 4610 | "browser_switcher/browser_switcher_sitelist.cc", |
| 4611 | "browser_switcher/browser_switcher_sitelist.h", |
Nicolas Ouellet-Payeur | 5198eac | 2018-09-25 14:44:12 | [diff] [blame] | 4612 | "browser_switcher/ieem_sitelist_parser.cc", |
| 4613 | "browser_switcher/ieem_sitelist_parser.h", |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 4614 | ] |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4615 | if (is_win) { |
| 4616 | sources += [ "browser_switcher/alternative_browser_driver_win.cc" ] |
| 4617 | } |
Nicolas Ouellet-Payeur | bdcab009 | 2018-10-22 14:50:33 | [diff] [blame] | 4618 | if (is_mac || is_desktop_linux) { |
| 4619 | sources += [ "browser_switcher/alternative_browser_driver_posix.cc" ] |
| 4620 | } |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 4621 | } |
| 4622 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4623 | if (is_chromeos && use_cras) { |
| 4624 | defines += [ "USE_CRAS" ] |
| 4625 | } |
| 4626 | |
Yann Dago | 78100ea | 2020-02-04 17:46:34 | [diff] [blame] | 4627 | if (enable_downgrade_processing) { |
| 4628 | sources += [ |
| 4629 | "downgrade/downgrade_manager.cc", |
| 4630 | "downgrade/downgrade_manager.h", |
Yann Dago | 0d896f6 | 2020-02-04 19:59:15 | [diff] [blame] | 4631 | "downgrade/downgrade_prefs.cc", |
| 4632 | "downgrade/downgrade_prefs.h", |
Yann Dago | 78100ea | 2020-02-04 17:46:34 | [diff] [blame] | 4633 | "downgrade/downgrade_utils.cc", |
| 4634 | "downgrade/downgrade_utils.h", |
| 4635 | "downgrade/snapshot_file_collector.cc", |
| 4636 | "downgrade/snapshot_file_collector.h", |
| 4637 | "downgrade/snapshot_manager.cc", |
| 4638 | "downgrade/snapshot_manager.h", |
| 4639 | "downgrade/user_data_downgrade.cc", |
| 4640 | "downgrade/user_data_downgrade.h", |
| 4641 | ] |
| 4642 | } |
| 4643 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4644 | if (!is_android && !is_chromeos) { |
| 4645 | sources += [ |
Anthony Vallee-Dubois | 85edf22 | 2020-03-24 20:30:02 | [diff] [blame] | 4646 | "device_identity/device_oauth2_token_store_desktop.cc", |
| 4647 | "device_identity/device_oauth2_token_store_desktop.h", |
Anthony Vallee-Dubois | cff3fbf | 2020-08-14 21:30:54 | [diff] [blame] | 4648 | "enterprise/remote_commands/cbcm_remote_commands_factory.cc", |
| 4649 | "enterprise/remote_commands/cbcm_remote_commands_factory.h", |
| 4650 | "enterprise/remote_commands/clear_browsing_data_job.cc", |
| 4651 | "enterprise/remote_commands/clear_browsing_data_job.h", |
Greg Thompson | 87ee38f | 2019-08-09 06:00:23 | [diff] [blame] | 4652 | "first_run/upgrade_util.cc", |
| 4653 | "first_run/upgrade_util.h", |
Lei Zhang | db5696b | 2017-11-20 21:13:40 | [diff] [blame] | 4654 | "lifetime/switch_utils.cc", |
| 4655 | "lifetime/switch_utils.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4656 | "metrics/upgrade_metrics_provider.cc", |
| 4657 | "metrics/upgrade_metrics_provider.h", |
| 4658 | "net/disk_cache_dir_policy_handler.cc", |
| 4659 | "net/disk_cache_dir_policy_handler.h", |
| 4660 | "notifications/fullscreen_notification_blocker.cc", |
| 4661 | "notifications/fullscreen_notification_blocker.h", |
yoshiki iguchi | d0d0ada | 2018-08-06 19:51:00 | [diff] [blame] | 4662 | "notifications/notification_ui_manager_impl.cc", |
| 4663 | "notifications/notification_ui_manager_impl.h", |
Richard Knoll | b60074a | 2018-11-05 14:54:10 | [diff] [blame] | 4664 | "notifications/popups_only_ui_controller.cc", |
| 4665 | "notifications/popups_only_ui_controller.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4666 | "notifications/screen_lock_notification_blocker.cc", |
| 4667 | "notifications/screen_lock_notification_blocker.h", |
| 4668 | "platform_util.cc", |
Guillaume Jenkins | 12f9b5ff | 2020-07-30 20:04:45 | [diff] [blame] | 4669 | "policy/chrome_browser_cloud_management_controller_desktop.cc", |
| 4670 | "policy/chrome_browser_cloud_management_controller_desktop.h", |
Owen Min | f0b27a2 | 2019-10-16 19:58:35 | [diff] [blame] | 4671 | "policy/chrome_browser_cloud_management_register_watcher.cc", |
| 4672 | "policy/chrome_browser_cloud_management_register_watcher.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4673 | "policy/cloud/user_policy_signin_service.cc", |
| 4674 | "policy/cloud/user_policy_signin_service.h", |
Mihai Sardarescu | ca00b242 | 2018-11-28 10:54:22 | [diff] [blame] | 4675 | "policy/cloud/user_policy_signin_service_internal.h", |
Michael Giuffrida | 597c1e8 | 2018-03-10 06:25:39 | [diff] [blame] | 4676 | "profiles/avatar_menu.cc", |
| 4677 | "profiles/avatar_menu.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4678 | "profiles/avatar_menu_actions_desktop.cc", |
| 4679 | "profiles/avatar_menu_actions_desktop.h", |
| 4680 | "profiles/avatar_menu_desktop.cc", |
| 4681 | "profiles/avatar_menu_observer.h", |
Thomas Tangl | c67ace4 | 2019-06-07 19:31:50 | [diff] [blame] | 4682 | "profiles/profile_activity_metrics_recorder.cc", |
| 4683 | "profiles/profile_activity_metrics_recorder.h", |
Michael Giuffrida | 597c1e8 | 2018-03-10 06:25:39 | [diff] [blame] | 4684 | "profiles/profile_list.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4685 | "profiles/profile_list_desktop.cc", |
| 4686 | "profiles/profile_list_desktop.h", |
| 4687 | "profiles/profile_statistics.cc", |
| 4688 | "profiles/profile_statistics.h", |
| 4689 | "profiles/profile_statistics_aggregator.cc", |
| 4690 | "profiles/profile_statistics_aggregator.h", |
| 4691 | "profiles/profile_statistics_common.cc", |
| 4692 | "profiles/profile_statistics_common.h", |
| 4693 | "profiles/profile_statistics_factory.cc", |
| 4694 | "profiles/profile_statistics_factory.h", |
| 4695 | "signin/force_signin_verifier.cc", |
| 4696 | "signin/force_signin_verifier.h", |
| 4697 | "signin/signin_global_error.cc", |
| 4698 | "signin/signin_global_error.h", |
| 4699 | "signin/signin_global_error_factory.cc", |
| 4700 | "signin/signin_global_error_factory.h", |
Greg Thompson | 429fac2 | 2020-02-03 14:06:43 | [diff] [blame] | 4701 | "upgrade_detector/get_installed_version.cc", |
| 4702 | "upgrade_detector/get_installed_version.h", |
Greg Thompson | 429fac2 | 2020-02-03 14:06:43 | [diff] [blame] | 4703 | "upgrade_detector/installed_version_poller.cc", |
| 4704 | "upgrade_detector/installed_version_poller.h", |
Greg Thompson | 8bcd799b | 2018-08-10 09:49:33 | [diff] [blame] | 4705 | "upgrade_detector/upgrade_detector_impl.cc", |
| 4706 | "upgrade_detector/upgrade_detector_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4707 | ] |
Jeevan Shikaram | d88a8b2d | 2020-05-04 22:31:08 | [diff] [blame] | 4708 | } else { # is_android || is_chromeos |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4709 | sources += [ |
Jeevan Shikaram | d88a8b2d | 2020-05-04 22:31:08 | [diff] [blame] | 4710 | "installable/digital_asset_links/digital_asset_links_handler.cc", |
| 4711 | "installable/digital_asset_links/digital_asset_links_handler.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4712 | "media/protected_media_identifier_permission_context.cc", |
| 4713 | "media/protected_media_identifier_permission_context.h", |
| 4714 | ] |
| 4715 | } |
| 4716 | |
Fabrice de Gans-Riberi | 9fba3aff | 2018-04-12 19:00:48 | [diff] [blame] | 4717 | if (is_posix && !is_mac) { |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 4718 | # TODO(crbug.com / 753619): Enable crash reporting on Fuchsia. |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4719 | sources += [ |
| 4720 | "//chrome/app/chrome_crash_reporter_client.cc", |
| 4721 | "//chrome/app/chrome_crash_reporter_client.h", |
| 4722 | ] |
| 4723 | deps += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4724 | "//components/crash/content/browser", |
Rohit Rao | 92f84b6a | 2020-03-25 14:57:50 | [diff] [blame] | 4725 | "//components/crash/core/app", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4726 | "//components/version_info:generate_version_info", |
| 4727 | ] |
| 4728 | } |
| 4729 | |
| 4730 | if (is_win || is_mac || (is_linux && !is_chromeos)) { |
| 4731 | sources += [ |
| 4732 | "password_manager/password_store_signin_notifier_impl.cc", |
| 4733 | "password_manager/password_store_signin_notifier_impl.h", |
| 4734 | ] |
| 4735 | } |
| 4736 | |
Sean McAllister | d3bd153 | 2020-07-30 18:43:57 | [diff] [blame] | 4737 | if (is_win || is_mac || is_linux || is_chromeos) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4738 | sources += [ |
Joshua Peraza | ce68e2f | 2019-09-23 18:44:24 | [diff] [blame] | 4739 | "crash_upload_list/crash_upload_list_crashpad.cc", |
| 4740 | "crash_upload_list/crash_upload_list_crashpad.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4741 | "payments/chrome_payment_request_delegate.cc", |
| 4742 | "payments/chrome_payment_request_delegate.h", |
Ken Buchanan | 0786d282 | 2020-08-26 18:59:28 | [diff] [blame] | 4743 | "payments/payment_credential_factory.cc", |
| 4744 | "payments/payment_credential_factory.h", |
Anthony Vallee-Dubois | c7ae733 | 2017-12-19 20:44:07 | [diff] [blame] | 4745 | "payments/payment_request_display_manager_factory.cc", |
| 4746 | "payments/payment_request_display_manager_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4747 | "payments/payment_request_factory.cc", |
| 4748 | "payments/payment_request_factory.h", |
| 4749 | ] |
| 4750 | deps += [ "//components/payments/content" ] |
| 4751 | } |
| 4752 | |
| 4753 | if (is_win || is_mac || (is_chromeos && use_dbus)) { |
| 4754 | sources += [ |
| 4755 | "media_galleries/fileapi/device_media_async_file_util.cc", |
| 4756 | "media_galleries/fileapi/device_media_async_file_util.h", |
| 4757 | "media_galleries/fileapi/mtp_device_async_delegate.cc", |
| 4758 | "media_galleries/fileapi/mtp_device_async_delegate.h", |
| 4759 | "media_galleries/fileapi/mtp_device_map_service.cc", |
| 4760 | "media_galleries/fileapi/mtp_device_map_service.h", |
| 4761 | "media_galleries/fileapi/mtp_file_stream_reader.cc", |
| 4762 | "media_galleries/fileapi/mtp_file_stream_reader.h", |
| 4763 | ] |
| 4764 | if (is_chromeos && use_dbus) { |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 4765 | # TODO([email protected]): push this into chrome / browser / chromeos |
| 4766 | # and chrome / browser / media_galleries / chromeos |
Donna Wu | aaa4d5aa | 2018-05-14 04:33:24 | [diff] [blame] | 4767 | deps += [ "//services/device/public/mojom" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4768 | } |
| 4769 | } |
| 4770 | |
| 4771 | if (toolkit_views) { |
| 4772 | deps += [ "//ui/views" ] |
| 4773 | } |
| 4774 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4775 | if (use_aura) { |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 4776 | # Cross - platform Aura files. |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4777 | sources += [ |
Avi Drissman | 92e7ac5 | 2018-08-28 22:53:21 | [diff] [blame] | 4778 | "download/drag_download_item_aura.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4779 | "lifetime/application_lifetime_aura.cc", |
| 4780 | "platform_util_aura.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4781 | ] |
| 4782 | deps += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4783 | "//ui/aura", |
Henrique Ferreiro | 1748fd1 | 2020-08-04 12:51:46 | [diff] [blame] | 4784 | "//ui/base/dragdrop/mojom:mojom_shared", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4785 | "//ui/compositor", |
| 4786 | "//ui/snapshot", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4787 | ] |
Maksim Sisov | b9326d9c | 2019-05-08 07:48:57 | [diff] [blame] | 4788 | if (use_gtk) { |
Tom Anderson | 61fbaaf | 2020-04-02 23:16:23 | [diff] [blame] | 4789 | deps += [ "//ui/gtk" ] |
Maksim Sisov | b9326d9c | 2019-05-08 07:48:57 | [diff] [blame] | 4790 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4791 | } |
| 4792 | |
| 4793 | if (use_x11) { |
| 4794 | sources += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4795 | "password_manager/password_store_x.cc", |
| 4796 | "password_manager/password_store_x.h", |
| 4797 | ] |
| 4798 | } |
| 4799 | |
Maksim Sisov | 1686fc2 | 2020-06-17 07:59:20 | [diff] [blame] | 4800 | if (use_x11 || use_ozone) { |
| 4801 | sources += [ |
| 4802 | "chrome_browser_main_extra_parts_ozone.cc", |
| 4803 | "chrome_browser_main_extra_parts_ozone.h", |
| 4804 | ] |
| 4805 | } |
| 4806 | |
Denis Kuznetsov | 32099f3 | 2017-12-15 14:04:57 | [diff] [blame] | 4807 | if (enable_background_mode) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4808 | sources += [ |
| 4809 | "background/background_application_list_model.cc", |
| 4810 | "background/background_application_list_model.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4811 | "background/background_mode_manager.cc", |
| 4812 | "background/background_mode_manager.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4813 | "background/background_mode_optimizer.cc", |
| 4814 | "background/background_mode_optimizer.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4815 | ] |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4816 | if (is_win) { |
| 4817 | sources += [ "background/background_mode_manager_win.cc" ] |
| 4818 | } |
| 4819 | if (is_mac) { |
| 4820 | sources += [ "background/background_mode_manager_mac.mm" ] |
| 4821 | } |
| 4822 | if (is_chromeos) { |
| 4823 | sources += [ "background/background_mode_manager_chromeos.cc" ] |
| 4824 | } |
| 4825 | if (use_aura && !is_win && !is_chromeos) { |
| 4826 | sources += [ "background/background_mode_manager_aura.cc" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4827 | } |
| 4828 | } |
Denis Kuznetsov | 32099f3 | 2017-12-15 14:04:57 | [diff] [blame] | 4829 | if (enable_background_contents) { |
| 4830 | sources += [ |
| 4831 | "background/background_contents_service.cc", |
| 4832 | "background/background_contents_service.h", |
| 4833 | "background/background_contents_service_factory.cc", |
| 4834 | "background/background_contents_service_factory.h", |
| 4835 | ] |
| 4836 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4837 | |
Lei Zhang | 48a4a526 | 2018-04-17 20:18:44 | [diff] [blame] | 4838 | if (enable_basic_printing) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4839 | # Some form of printing support. |
| 4840 | sources += [ |
Nikita Podguzov | a7d3657 | 2019-12-05 15:00:40 | [diff] [blame] | 4841 | "policy/printing_restrictions_policy_handler.cc", |
| 4842 | "policy/printing_restrictions_policy_handler.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4843 | "printing/print_job.cc", |
| 4844 | "printing/print_job.h", |
| 4845 | "printing/print_job_manager.cc", |
| 4846 | "printing/print_job_manager.h", |
| 4847 | "printing/print_job_worker.cc", |
| 4848 | "printing/print_job_worker.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4849 | "printing/print_view_manager_base.cc", |
| 4850 | "printing/print_view_manager_base.h", |
| 4851 | "printing/print_view_manager_common.cc", |
| 4852 | "printing/print_view_manager_common.h", |
Lei Zhang | 8669a54 | 2017-12-05 22:59:45 | [diff] [blame] | 4853 | "printing/printer_manager_dialog.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4854 | "printing/printer_query.cc", |
| 4855 | "printing/printer_query.h", |
| 4856 | "printing/printing_init.cc", |
| 4857 | "printing/printing_init.h", |
| 4858 | "printing/printing_message_filter.cc", |
| 4859 | "printing/printing_message_filter.h", |
| 4860 | ] |
| 4861 | deps += [ |
| 4862 | "//components/printing/browser", |
Julie Jeongeun Kim | 540da41 | 2020-08-13 09:18:31 | [diff] [blame] | 4863 | "//components/printing/common:mojo_interfaces", |
Alan Screen | 6cef2c8 | 2020-01-14 20:58:52 | [diff] [blame] | 4864 | "//components/services/print_compositor/public/cpp", |
| 4865 | "//components/services/print_compositor/public/mojom", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4866 | "//printing", |
| 4867 | ] |
| 4868 | |
| 4869 | if (is_win) { |
| 4870 | sources += [ |
| 4871 | "printing/pdf_to_emf_converter.cc", |
| 4872 | "printing/pdf_to_emf_converter.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4873 | "printing/printer_manager_dialog_win.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4874 | ] |
Lei Zhang | 0ea91022 | 2017-12-19 06:27:45 | [diff] [blame] | 4875 | } |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4876 | if (is_mac) { |
| 4877 | sources += [ "printing/printer_manager_dialog_mac.mm" ] |
| 4878 | } |
Sean McAllister | d3bd153 | 2020-07-30 18:43:57 | [diff] [blame] | 4879 | if (is_linux || is_chromeos) { |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4880 | sources += [ "printing/printer_manager_dialog_linux.cc" ] |
| 4881 | } |
Lei Zhang | 0ea91022 | 2017-12-19 06:27:45 | [diff] [blame] | 4882 | if (is_win || enable_print_preview) { |
Ken Rockot | ed7f41b | 2018-02-10 16:19:10 | [diff] [blame] | 4883 | deps += [ "//chrome/services/printing/public/mojom" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4884 | } |
| 4885 | if (enable_print_preview) { |
| 4886 | # Full printing on top of the above. |
| 4887 | sources += [ |
| 4888 | "printing/background_printing_manager.cc", |
| 4889 | "printing/background_printing_manager.h", |
xlou | 8c7a329b | 2018-08-22 16:55:50 | [diff] [blame] | 4890 | "printing/pdf_nup_converter_client.cc", |
| 4891 | "printing/pdf_nup_converter_client.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4892 | "printing/print_error_dialog.cc", |
| 4893 | "printing/print_error_dialog.h", |
| 4894 | "printing/print_preview_context_menu_observer.cc", |
| 4895 | "printing/print_preview_context_menu_observer.h", |
| 4896 | "printing/print_preview_data_service.cc", |
| 4897 | "printing/print_preview_data_service.h", |
| 4898 | "printing/print_preview_dialog_controller.cc", |
| 4899 | "printing/print_preview_dialog_controller.h", |
| 4900 | "printing/print_preview_message_handler.cc", |
| 4901 | "printing/print_preview_message_handler.h", |
Nikita Podguzov | 26222d1 | 2019-12-04 11:44:31 | [diff] [blame] | 4902 | "printing/print_preview_sticky_settings.cc", |
| 4903 | "printing/print_preview_sticky_settings.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4904 | "printing/print_view_manager.cc", |
| 4905 | "printing/print_view_manager.h", |
Ken Rockot | 89a36c0 | 2019-08-08 02:19:56 | [diff] [blame] | 4906 | "printing/printing_service.cc", |
| 4907 | "printing/printing_service.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4908 | "printing/pwg_raster_converter.cc", |
| 4909 | "printing/pwg_raster_converter.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4910 | ] |
Lei Zhang | 49555f1 | 2017-11-30 01:30:47 | [diff] [blame] | 4911 | |
rbpotter | 3f6485c | 2020-04-10 02:44:48 | [diff] [blame] | 4912 | if (is_win) { |
| 4913 | sources += [ |
| 4914 | "printing/print_dialog_cloud_win.cc", |
| 4915 | "printing/print_dialog_cloud_win.h", |
| 4916 | ] |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 4917 | } |
| 4918 | |
Lei Zhang | 49555f1 | 2017-11-30 01:30:47 | [diff] [blame] | 4919 | if (!is_chromeos) { |
| 4920 | sources += [ |
| 4921 | "printing/cloud_print/cloud_print_proxy_service.cc", |
| 4922 | "printing/cloud_print/cloud_print_proxy_service.h", |
| 4923 | "printing/cloud_print/cloud_print_proxy_service_factory.cc", |
| 4924 | "printing/cloud_print/cloud_print_proxy_service_factory.h", |
| 4925 | "service_process/service_process_control.cc", |
| 4926 | "service_process/service_process_control.h", |
| 4927 | "service_process/service_process_control_mac.mm", |
| 4928 | ] |
| 4929 | public_deps += [ "//chrome/common:service_process_mojom" ] |
| 4930 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4931 | } else { |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 4932 | # Partial - only printing support. |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4933 | sources += [ |
| 4934 | "printing/print_view_manager_basic.cc", |
| 4935 | "printing/print_view_manager_basic.h", |
| 4936 | ] |
| 4937 | } |
| 4938 | } |
| 4939 | |
ckitagawa | 8dad53d | 2020-01-07 16:03:35 | [diff] [blame] | 4940 | if (enable_paint_preview) { |
| 4941 | deps += [ |
ckitagawa | b76fd0e4 | 2020-06-26 18:13:19 | [diff] [blame] | 4942 | "paint_preview:services", |
ckitagawa | 8dad53d | 2020-01-07 16:03:35 | [diff] [blame] | 4943 | "//components/paint_preview/browser", |
| 4944 | "//components/paint_preview/common", |
| 4945 | ] |
ckitagawa | b76fd0e4 | 2020-06-26 18:13:19 | [diff] [blame] | 4946 | |
| 4947 | if (is_android) { |
ckitagawa | f94de08 | 2020-07-17 16:11:57 | [diff] [blame] | 4948 | deps += [ "//components/paint_preview/player/android" ] |
ckitagawa | b76fd0e4 | 2020-06-26 18:13:19 | [diff] [blame] | 4949 | } |
ckitagawa | 8dad53d | 2020-01-07 16:03:35 | [diff] [blame] | 4950 | } |
| 4951 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4952 | if (enable_captive_portal_detection) { |
| 4953 | sources += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4954 | "captive_portal/captive_portal_service_factory.cc", |
| 4955 | "captive_portal/captive_portal_service_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4956 | ] |
| 4957 | } |
| 4958 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4959 | if (enable_dice_support) { |
| 4960 | sources += [ |
David Roger | 58e0e19 | 2020-06-17 18:03:23 | [diff] [blame] | 4961 | "signin/dice_intercepted_session_startup_helper.cc", |
| 4962 | "signin/dice_intercepted_session_startup_helper.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4963 | "signin/dice_response_handler.cc", |
| 4964 | "signin/dice_response_handler.h", |
David Roger | 4f8ae3b | 2020-06-12 08:19:20 | [diff] [blame] | 4965 | "signin/dice_signed_in_profile_creator.cc", |
| 4966 | "signin/dice_signed_in_profile_creator.h", |
Mihai Sardarescu | dfcb140 | 2017-10-02 14:04:46 | [diff] [blame] | 4967 | "signin/dice_tab_helper.cc", |
| 4968 | "signin/dice_tab_helper.h", |
David Roger | 115ec71 | 2020-05-05 16:24:25 | [diff] [blame] | 4969 | "signin/dice_web_signin_interceptor.cc", |
| 4970 | "signin/dice_web_signin_interceptor.h", |
| 4971 | "signin/dice_web_signin_interceptor_factory.cc", |
| 4972 | "signin/dice_web_signin_interceptor_factory.h", |
David Roger | 95ce049 | 2020-04-29 13:02:58 | [diff] [blame] | 4973 | "signin/logout_tab_helper.cc", |
| 4974 | "signin/logout_tab_helper.h", |
Mihai Sardarescu | 7d16b769 | 2017-11-27 20:03:24 | [diff] [blame] | 4975 | "signin/process_dice_header_delegate_impl.cc", |
| 4976 | "signin/process_dice_header_delegate_impl.h", |
Monica Basta | e95a3d2 | 2020-06-09 13:54:20 | [diff] [blame] | 4977 | "signin/signin_manager.cc", |
| 4978 | "signin/signin_manager.h", |
| 4979 | "signin/signin_manager_factory.cc", |
| 4980 | "signin/signin_manager_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4981 | ] |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4982 | if (is_win) { |
| 4983 | sources += [ |
| 4984 | "signin/signin_util_win.cc", |
| 4985 | "signin/signin_util_win.h", |
| 4986 | ] |
| 4987 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4988 | } |
| 4989 | |
mark a. foltz | ee4d8df | 2020-08-31 21:14:09 | [diff] [blame] | 4990 | if (is_win || is_mac || is_linux || is_chromeos) { |
| 4991 | sources += [ |
| 4992 | "media/cast_mirroring_service_host.cc", |
| 4993 | "media/cast_mirroring_service_host.h", |
| 4994 | "media/offscreen_tab.cc", |
| 4995 | "media/offscreen_tab.h", |
| 4996 | ] |
| 4997 | deps += [ |
| 4998 | "//components/mirroring/browser", |
| 4999 | "//components/mirroring/mojom:host", |
| 5000 | "//components/mirroring/mojom:service", |
| 5001 | "//components/mirroring/service:mirroring_service", |
| 5002 | "//media/cast:net", |
| 5003 | ] |
| 5004 | } |
| 5005 | |
| 5006 | if (enable_media_remoting) { |
| 5007 | sources += [ |
| 5008 | "media/cast_remoting_connector.cc", |
| 5009 | "media/cast_remoting_connector.h", |
| 5010 | ] |
| 5011 | deps += [ "//media/mojo/mojom:remoting" ] |
| 5012 | } |
| 5013 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5014 | if (enable_extensions) { |
| 5015 | sources += [ |
James Cook | 2a4cc610 | 2020-06-29 20:06:09 | [diff] [blame] | 5016 | "accessibility/accessibility_extension_api.cc", |
| 5017 | "accessibility/accessibility_extension_api.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5018 | "accessibility/animation_policy_prefs.cc", |
| 5019 | "accessibility/animation_policy_prefs.h", |
| 5020 | "autocomplete/keyword_extensions_delegate_impl.cc", |
| 5021 | "autocomplete/keyword_extensions_delegate_impl.h", |
| 5022 | "autocomplete/shortcuts_extensions_manager.cc", |
| 5023 | "autocomplete/shortcuts_extensions_manager.h", |
Christian Dullweber | 278b061 | 2018-01-15 15:44:31 | [diff] [blame] | 5024 | "browsing_data/counters/hosted_apps_counter.cc", |
| 5025 | "browsing_data/counters/hosted_apps_counter.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5026 | "drive/drive_notification_manager_factory.cc", |
| 5027 | "drive/drive_notification_manager_factory.h", |
| 5028 | "guest_view/app_view/chrome_app_view_guest_delegate.cc", |
| 5029 | "guest_view/app_view/chrome_app_view_guest_delegate.h", |
| 5030 | "guest_view/chrome_guest_view_manager_delegate.cc", |
| 5031 | "guest_view/chrome_guest_view_manager_delegate.h", |
| 5032 | "guest_view/extension_options/chrome_extension_options_guest_delegate.cc", |
| 5033 | "guest_view/extension_options/chrome_extension_options_guest_delegate.h", |
| 5034 | "guest_view/mime_handler_view/chrome_mime_handler_view_guest_delegate.cc", |
| 5035 | "guest_view/mime_handler_view/chrome_mime_handler_view_guest_delegate.h", |
| 5036 | "guest_view/web_view/chrome_web_view_guest_delegate.cc", |
| 5037 | "guest_view/web_view/chrome_web_view_guest_delegate.h", |
| 5038 | "guest_view/web_view/chrome_web_view_permission_helper_delegate.cc", |
| 5039 | "guest_view/web_view/chrome_web_view_permission_helper_delegate.h", |
| 5040 | "guest_view/web_view/context_menu_content_type_web_view.cc", |
| 5041 | "guest_view/web_view/context_menu_content_type_web_view.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5042 | "media/extension_media_access_handler.cc", |
| 5043 | "media/extension_media_access_handler.h", |
| 5044 | "media/webrtc/desktop_capture_access_handler.cc", |
| 5045 | "media/webrtc/desktop_capture_access_handler.h", |
| 5046 | "media/webrtc/tab_capture_access_handler.cc", |
| 5047 | "media/webrtc/tab_capture_access_handler.h", |
| 5048 | "metrics/extensions_metrics_provider.cc", |
| 5049 | "metrics/extensions_metrics_provider.h", |
Shahbaz Youssefi | b248a979 | 2018-09-11 15:14:36 | [diff] [blame] | 5050 | "policy/chrome_extension_policy_migrator.cc", |
| 5051 | "policy/chrome_extension_policy_migrator.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5052 | "renderer_context_menu/context_menu_content_type_app_mode.cc", |
| 5053 | "renderer_context_menu/context_menu_content_type_app_mode.h", |
| 5054 | "renderer_context_menu/context_menu_content_type_extension_popup.cc", |
| 5055 | "renderer_context_menu/context_menu_content_type_extension_popup.h", |
| 5056 | "renderer_context_menu/context_menu_content_type_platform_app.cc", |
| 5057 | "renderer_context_menu/context_menu_content_type_platform_app.h", |
| 5058 | "renderer_host/chrome_extension_message_filter.cc", |
| 5059 | "renderer_host/chrome_extension_message_filter.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5060 | "speech/extension_api/tts_engine_extension_api.cc", |
| 5061 | "speech/extension_api/tts_engine_extension_api.h", |
| 5062 | "speech/extension_api/tts_engine_extension_observer.cc", |
| 5063 | "speech/extension_api/tts_engine_extension_observer.h", |
| 5064 | "speech/extension_api/tts_extension_api.cc", |
| 5065 | "speech/extension_api/tts_extension_api.h", |
| 5066 | "sync_file_system/conflict_resolution_policy.h", |
| 5067 | "sync_file_system/drive_backend/callback_helper.h", |
| 5068 | "sync_file_system/drive_backend/callback_tracker.cc", |
| 5069 | "sync_file_system/drive_backend/callback_tracker.h", |
| 5070 | "sync_file_system/drive_backend/callback_tracker_internal.cc", |
| 5071 | "sync_file_system/drive_backend/callback_tracker_internal.h", |
| 5072 | "sync_file_system/drive_backend/conflict_resolver.cc", |
| 5073 | "sync_file_system/drive_backend/conflict_resolver.h", |
| 5074 | "sync_file_system/drive_backend/drive_backend_constants.cc", |
| 5075 | "sync_file_system/drive_backend/drive_backend_constants.h", |
| 5076 | "sync_file_system/drive_backend/drive_backend_util.cc", |
| 5077 | "sync_file_system/drive_backend/drive_backend_util.h", |
| 5078 | "sync_file_system/drive_backend/drive_service_on_worker.cc", |
| 5079 | "sync_file_system/drive_backend/drive_service_on_worker.h", |
| 5080 | "sync_file_system/drive_backend/drive_service_wrapper.cc", |
| 5081 | "sync_file_system/drive_backend/drive_service_wrapper.h", |
| 5082 | "sync_file_system/drive_backend/drive_uploader_on_worker.cc", |
| 5083 | "sync_file_system/drive_backend/drive_uploader_on_worker.h", |
| 5084 | "sync_file_system/drive_backend/drive_uploader_wrapper.cc", |
| 5085 | "sync_file_system/drive_backend/drive_uploader_wrapper.h", |
| 5086 | "sync_file_system/drive_backend/folder_creator.cc", |
| 5087 | "sync_file_system/drive_backend/folder_creator.h", |
| 5088 | "sync_file_system/drive_backend/leveldb_wrapper.cc", |
| 5089 | "sync_file_system/drive_backend/leveldb_wrapper.h", |
| 5090 | "sync_file_system/drive_backend/list_changes_task.cc", |
| 5091 | "sync_file_system/drive_backend/list_changes_task.h", |
| 5092 | "sync_file_system/drive_backend/local_to_remote_syncer.cc", |
| 5093 | "sync_file_system/drive_backend/local_to_remote_syncer.h", |
| 5094 | "sync_file_system/drive_backend/metadata_database.cc", |
| 5095 | "sync_file_system/drive_backend/metadata_database.h", |
| 5096 | "sync_file_system/drive_backend/metadata_database_index.cc", |
| 5097 | "sync_file_system/drive_backend/metadata_database_index.h", |
| 5098 | "sync_file_system/drive_backend/metadata_database_index_interface.h", |
| 5099 | "sync_file_system/drive_backend/metadata_database_index_on_disk.cc", |
| 5100 | "sync_file_system/drive_backend/metadata_database_index_on_disk.h", |
| 5101 | "sync_file_system/drive_backend/metadata_db_migration_util.cc", |
| 5102 | "sync_file_system/drive_backend/metadata_db_migration_util.h", |
| 5103 | "sync_file_system/drive_backend/register_app_task.cc", |
| 5104 | "sync_file_system/drive_backend/register_app_task.h", |
| 5105 | "sync_file_system/drive_backend/remote_change_processor_on_worker.cc", |
| 5106 | "sync_file_system/drive_backend/remote_change_processor_on_worker.h", |
| 5107 | "sync_file_system/drive_backend/remote_change_processor_wrapper.cc", |
| 5108 | "sync_file_system/drive_backend/remote_change_processor_wrapper.h", |
| 5109 | "sync_file_system/drive_backend/remote_to_local_syncer.cc", |
| 5110 | "sync_file_system/drive_backend/remote_to_local_syncer.h", |
| 5111 | "sync_file_system/drive_backend/sync_engine.cc", |
| 5112 | "sync_file_system/drive_backend/sync_engine.h", |
| 5113 | "sync_file_system/drive_backend/sync_engine_context.cc", |
| 5114 | "sync_file_system/drive_backend/sync_engine_context.h", |
| 5115 | "sync_file_system/drive_backend/sync_engine_initializer.cc", |
| 5116 | "sync_file_system/drive_backend/sync_engine_initializer.h", |
| 5117 | "sync_file_system/drive_backend/sync_task.cc", |
| 5118 | "sync_file_system/drive_backend/sync_task.h", |
| 5119 | "sync_file_system/drive_backend/sync_task_manager.cc", |
| 5120 | "sync_file_system/drive_backend/sync_task_manager.h", |
| 5121 | "sync_file_system/drive_backend/sync_task_token.cc", |
| 5122 | "sync_file_system/drive_backend/sync_task_token.h", |
| 5123 | "sync_file_system/drive_backend/sync_worker.cc", |
| 5124 | "sync_file_system/drive_backend/sync_worker.h", |
| 5125 | "sync_file_system/drive_backend/sync_worker_interface.h", |
| 5126 | "sync_file_system/drive_backend/task_dependency_manager.cc", |
| 5127 | "sync_file_system/drive_backend/task_dependency_manager.h", |
| 5128 | "sync_file_system/drive_backend/tracker_id_set.cc", |
| 5129 | "sync_file_system/drive_backend/tracker_id_set.h", |
| 5130 | "sync_file_system/drive_backend/uninstall_app_task.cc", |
| 5131 | "sync_file_system/drive_backend/uninstall_app_task.h", |
| 5132 | "sync_file_system/file_change.cc", |
| 5133 | "sync_file_system/file_change.h", |
| 5134 | "sync_file_system/file_status_observer.h", |
| 5135 | "sync_file_system/local/local_file_change_tracker.cc", |
| 5136 | "sync_file_system/local/local_file_change_tracker.h", |
| 5137 | "sync_file_system/local/local_file_sync_context.cc", |
| 5138 | "sync_file_system/local/local_file_sync_context.h", |
| 5139 | "sync_file_system/local/local_file_sync_service.cc", |
| 5140 | "sync_file_system/local/local_file_sync_service.h", |
| 5141 | "sync_file_system/local/local_file_sync_status.cc", |
| 5142 | "sync_file_system/local/local_file_sync_status.h", |
| 5143 | "sync_file_system/local/local_origin_change_observer.h", |
| 5144 | "sync_file_system/local/root_delete_helper.cc", |
| 5145 | "sync_file_system/local/root_delete_helper.h", |
| 5146 | "sync_file_system/local/sync_file_system_backend.cc", |
| 5147 | "sync_file_system/local/sync_file_system_backend.h", |
| 5148 | "sync_file_system/local/syncable_file_operation_runner.cc", |
| 5149 | "sync_file_system/local/syncable_file_operation_runner.h", |
| 5150 | "sync_file_system/local/syncable_file_system_operation.cc", |
| 5151 | "sync_file_system/local/syncable_file_system_operation.h", |
| 5152 | "sync_file_system/local_change_processor.h", |
| 5153 | "sync_file_system/logger.cc", |
| 5154 | "sync_file_system/logger.h", |
| 5155 | "sync_file_system/remote_change_processor.h", |
| 5156 | "sync_file_system/remote_file_sync_service.cc", |
| 5157 | "sync_file_system/remote_file_sync_service.h", |
| 5158 | "sync_file_system/subtree_set.cc", |
| 5159 | "sync_file_system/subtree_set.h", |
| 5160 | "sync_file_system/sync_action.cc", |
| 5161 | "sync_file_system/sync_action.h", |
| 5162 | "sync_file_system/sync_callbacks.h", |
| 5163 | "sync_file_system/sync_direction.h", |
| 5164 | "sync_file_system/sync_event_observer.h", |
| 5165 | "sync_file_system/sync_file_metadata.cc", |
| 5166 | "sync_file_system/sync_file_metadata.h", |
| 5167 | "sync_file_system/sync_file_status.h", |
| 5168 | "sync_file_system/sync_file_system_service.cc", |
| 5169 | "sync_file_system/sync_file_system_service.h", |
| 5170 | "sync_file_system/sync_file_system_service_factory.cc", |
| 5171 | "sync_file_system/sync_file_system_service_factory.h", |
| 5172 | "sync_file_system/sync_file_type.h", |
| 5173 | "sync_file_system/sync_operation_type.cc", |
| 5174 | "sync_file_system/sync_operation_type.h", |
| 5175 | "sync_file_system/sync_process_runner.cc", |
| 5176 | "sync_file_system/sync_process_runner.h", |
| 5177 | "sync_file_system/sync_service_state.h", |
| 5178 | "sync_file_system/sync_status_code.cc", |
| 5179 | "sync_file_system/sync_status_code.h", |
| 5180 | "sync_file_system/syncable_file_system_util.cc", |
| 5181 | "sync_file_system/syncable_file_system_util.h", |
| 5182 | "sync_file_system/task_logger.cc", |
| 5183 | "sync_file_system/task_logger.h", |
| 5184 | ] |
| 5185 | public_deps += [ |
Dominick Ng | 6ff5105 | 2018-07-06 05:30:20 | [diff] [blame] | 5186 | "//chrome/browser/apps/platform_apps", |
Devlin Cronin | 7ec3a073 | 2018-09-17 15:51:44 | [diff] [blame] | 5187 | "//chrome/browser/apps/platform_apps/api", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5188 | "//chrome/browser/extensions", |
| 5189 | ] |
| 5190 | allow_circular_includes_from += [ |
Dominick Ng | 6ff5105 | 2018-07-06 05:30:20 | [diff] [blame] | 5191 | "//chrome/browser/apps/platform_apps", |
Devlin Cronin | 7ec3a073 | 2018-09-17 15:51:44 | [diff] [blame] | 5192 | |
| 5193 | # TODO(https://crbug.com/883570): This is unfortunate, but not easy to |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 5194 | # fix.Ideally, //chrome/browser:browser shouldn't depend on these APIs |
| 5195 | #(though the APIs likely will depend on //chrome/browser), but we need |
Devlin Cronin | 7ec3a073 | 2018-09-17 15:51:44 | [diff] [blame] | 5196 | # to pull them in here to allow registration of keyed services. |
| 5197 | "//chrome/browser/apps/platform_apps/api", |
| 5198 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5199 | "//chrome/browser/extensions", |
Alexey Baskakov | 3f6c31f0 | 2018-08-23 00:28:09 | [diff] [blame] | 5200 | "//chrome/browser/web_applications", |
Alexey Baskakov | fd3894e | 2018-10-16 06:09:58 | [diff] [blame] | 5201 | |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 5202 | # TODO(loyso): Erase these.crbug.com / 877898. |
Alan Cutter | 55b7015 | 2020-01-22 01:57:08 | [diff] [blame] | 5203 | "//chrome/browser/web_applications:common", |
Alexey Baskakov | fd3894e | 2018-10-16 06:09:58 | [diff] [blame] | 5204 | "//chrome/browser/web_applications:web_applications_on_extensions", |
Alexey Baskakov | 3f6c31f0 | 2018-08-23 00:28:09 | [diff] [blame] | 5205 | "//chrome/browser/web_applications/components", |
| 5206 | "//chrome/browser/web_applications/extensions", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5207 | ] |
| 5208 | deps += [ |
| 5209 | "//apps", |
| 5210 | "//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] | 5211 | "//chrome/browser/web_applications", |
Alan Cutter | 55b7015 | 2020-01-22 01:57:08 | [diff] [blame] | 5212 | "//chrome/browser/web_applications:common", |
Alexey Baskakov | fd3894e | 2018-10-16 06:09:58 | [diff] [blame] | 5213 | "//chrome/browser/web_applications:web_applications_on_extensions", |
Alexey Baskakov | 3f6c31f0 | 2018-08-23 00:28:09 | [diff] [blame] | 5214 | "//chrome/browser/web_applications/components", |
| 5215 | "//chrome/browser/web_applications/extensions", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5216 | "//chrome/common/extensions/api", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5217 | "//chrome/common/extensions/api:extensions_features", |
| 5218 | "//components/drive", |
| 5219 | "//components/guest_view/browser", |
Evan Stade | 5210216 | 2020-08-20 19:45:20 | [diff] [blame] | 5220 | |
| 5221 | # TODO(crbug.com/879012): mirroring shouldn't depend on enable_extensions. |
| 5222 | "//components/mirroring/browser", |
| 5223 | "//components/mirroring/mojom:host", |
| 5224 | "//components/mirroring/mojom:service", |
| 5225 | "//components/mirroring/service:mirroring_service", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5226 | "//extensions/components/javascript_dialog_extensions_client", |
Mario Sanchez Prada | fdda9f6 | 2018-10-18 13:50:45 | [diff] [blame] | 5227 | "//google_apis/drive", |
Ke He | 31d0bb0 | 2018-02-24 07:16:24 | [diff] [blame] | 5228 | "//services/device/public/mojom", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5229 | ] |
| 5230 | } |
| 5231 | |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 5232 | if (enable_feed_in_chrome) { |
Peter Beverloo | 7426194d | 2017-12-11 17:39:38 | [diff] [blame] | 5233 | sources += [ |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 5234 | "android/feed/feed_content_bridge.cc", |
| 5235 | "android/feed/feed_content_bridge.h", |
Natalie Chouinard | 8f550d97 | 2019-03-11 20:28:05 | [diff] [blame] | 5236 | "android/feed/feed_debugging_bridge.cc", |
| 5237 | "android/feed/feed_debugging_bridge.h", |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 5238 | "android/feed/feed_host_service_factory.cc", |
| 5239 | "android/feed/feed_host_service_factory.h", |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 5240 | "android/feed/feed_journal_bridge.cc", |
| 5241 | "android/feed/feed_journal_bridge.h", |
| 5242 | "android/feed/feed_lifecycle_bridge.cc", |
| 5243 | "android/feed/feed_lifecycle_bridge.h", |
| 5244 | "android/feed/feed_logging_bridge.cc", |
| 5245 | "android/feed/feed_logging_bridge.h", |
| 5246 | "android/feed/feed_network_bridge.cc", |
| 5247 | "android/feed/feed_network_bridge.h", |
| 5248 | "android/feed/feed_offline_bridge.cc", |
| 5249 | "android/feed/feed_offline_bridge.h", |
| 5250 | "android/feed/feed_scheduler_bridge.cc", |
| 5251 | "android/feed/feed_scheduler_bridge.h", |
| 5252 | "android/feed/history/feed_history_helper.cc", |
| 5253 | "android/feed/history/feed_history_helper.h", |
Dan Harrington | 0022057 | 2020-05-08 18:51:18 | [diff] [blame] | 5254 | "android/feed/v2/background_refresh_task.cc", |
| 5255 | "android/feed/v2/background_refresh_task.h", |
Ian Wells | 24783226 | 2020-08-17 19:20:16 | [diff] [blame] | 5256 | "android/feed/v2/feed_image_fetch_client.cc", |
Dan Harrington | 95083ff | 2020-03-16 19:50:13 | [diff] [blame] | 5257 | "android/feed/v2/feed_service_bridge.cc", |
| 5258 | "android/feed/v2/feed_service_bridge.h", |
| 5259 | "android/feed/v2/feed_service_factory.cc", |
| 5260 | "android/feed/v2/feed_service_factory.h", |
Jian Li | 8a6a658 | 2020-03-31 16:17:54 | [diff] [blame] | 5261 | "android/feed/v2/feed_stream_surface.cc", |
| 5262 | "android/feed/v2/feed_stream_surface.h", |
Dan Harrington | 0022057 | 2020-05-08 18:51:18 | [diff] [blame] | 5263 | "android/feed/v2/refresh_task_scheduler_impl.cc", |
| 5264 | "android/feed/v2/refresh_task_scheduler_impl.h", |
Peter Beverloo | 7426194d | 2017-12-11 17:39:38 | [diff] [blame] | 5265 | ] |
Dan Harrington | 95083ff | 2020-03-16 19:50:13 | [diff] [blame] | 5266 | deps += [ |
| 5267 | "//components/feed/content:feed_content", |
| 5268 | "//components/feed/core/v2:feed_core_v2", |
| 5269 | ] |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 5270 | } |
| 5271 | |
Xiaohan Wang | 15303d0c | 2017-10-06 05:22:44 | [diff] [blame] | 5272 | if (enable_library_cdms) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5273 | sources += [ |
| 5274 | "media/output_protection_impl.cc", |
| 5275 | "media/output_protection_impl.h", |
| 5276 | ] |
Miyoung Shin | 25bb8c09 | 2019-08-03 00:56:57 | [diff] [blame] | 5277 | deps += [ "//media/mojo/mojom" ] |
Xiaohan Wang | a4e4184 | 2018-06-26 18:45:10 | [diff] [blame] | 5278 | |
Xiaohan Wang | f170c73 | 2018-09-27 05:45:26 | [diff] [blame] | 5279 | if (enable_widevine) { |
Xiaohan Wang | 609ff09 | 2018-09-28 02:31:40 | [diff] [blame] | 5280 | if (enable_widevine_cdm_component) { |
| 5281 | sources += [ |
| 5282 | "component_updater/widevine_cdm_component_installer.cc", |
| 5283 | "component_updater/widevine_cdm_component_installer.h", |
| 5284 | ] |
| 5285 | deps += [ "//third_party/widevine/cdm:headers" ] |
| 5286 | } |
Xiaohan Wang | f170c73 | 2018-09-27 05:45:26 | [diff] [blame] | 5287 | if (is_win) { |
| 5288 | sources += [ |
| 5289 | "media/widevine_hardware_caps_win.cc", |
| 5290 | "media/widevine_hardware_caps_win.h", |
| 5291 | ] |
| 5292 | libs += [ "d3d11.lib" ] |
| 5293 | } |
Xiaohan Wang | a4e4184 | 2018-06-26 18:45:10 | [diff] [blame] | 5294 | } |
| 5295 | |
John Rummell | 119e04d | 2017-10-21 05:58:00 | [diff] [blame] | 5296 | if (enable_cdm_storage_id) { |
| 5297 | sources += [ |
John Rummell | 1b5da610 | 2017-11-02 02:15:45 | [diff] [blame] | 5298 | "media/cdm_storage_id.cc", |
| 5299 | "media/cdm_storage_id.h", |
John Rummell | 119e04d | 2017-10-21 05:58:00 | [diff] [blame] | 5300 | "media/cdm_storage_id_key.cc", |
| 5301 | "media/cdm_storage_id_key.h", |
| 5302 | ] |
John Rummell | 8d67775 | 2017-12-20 02:58:41 | [diff] [blame] | 5303 | if (is_chrome_branded) { |
| 5304 | sources += [ "internal/google_chrome_cdm_storage_id_key.h" ] |
| 5305 | } |
John Rummell | 119e04d | 2017-10-21 05:58:00 | [diff] [blame] | 5306 | } |
Xiaohan Wang | a4e4184 | 2018-06-26 18:45:10 | [diff] [blame] | 5307 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5308 | if (mojo_media_host == "browser") { |
Ken Rockot | 965b477 | 2019-12-12 23:23:01 | [diff] [blame] | 5309 | deps += [ "//media/mojo/services" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5310 | } |
| 5311 | } |
| 5312 | |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 5313 | if (enable_message_center) { |
| 5314 | sources += [ |
| 5315 | "notifications/notification_platform_bridge_message_center.cc", |
| 5316 | "notifications/notification_platform_bridge_message_center.h", |
| 5317 | ] |
| 5318 | } |
| 5319 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5320 | if (enable_nacl) { |
| 5321 | sources += [ |
| 5322 | "nacl_host/nacl_browser_delegate_impl.cc", |
| 5323 | "nacl_host/nacl_browser_delegate_impl.h", |
| 5324 | "nacl_host/nacl_infobar_delegate.cc", |
| 5325 | "nacl_host/nacl_infobar_delegate.h", |
| 5326 | ] |
| 5327 | deps += [ "//components/nacl/browser" ] |
| 5328 | } |
| 5329 | |
| 5330 | if (enable_offline_pages) { |
| 5331 | sources += [ |
| 5332 | "offline_pages/background_loader_offliner.cc", |
| 5333 | "offline_pages/background_loader_offliner.h", |
Pete Williamson | 3427706 | 2018-05-24 20:05:31 | [diff] [blame] | 5334 | "offline_pages/download_archive_manager.cc", |
| 5335 | "offline_pages/download_archive_manager.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5336 | "offline_pages/fresh_offline_content_observer.cc", |
| 5337 | "offline_pages/fresh_offline_content_observer.h", |
| 5338 | "offline_pages/offline_page_bookmark_observer.cc", |
| 5339 | "offline_pages/offline_page_bookmark_observer.h", |
| 5340 | "offline_pages/offline_page_info_handler.cc", |
| 5341 | "offline_pages/offline_page_info_handler.h", |
| 5342 | "offline_pages/offline_page_mhtml_archiver.cc", |
| 5343 | "offline_pages/offline_page_mhtml_archiver.h", |
| 5344 | "offline_pages/offline_page_model_factory.h", |
| 5345 | "offline_pages/offline_page_origin_utils.h", |
Jian Li | e4f685e | 2018-05-22 18:44:17 | [diff] [blame] | 5346 | "offline_pages/offline_page_request_handler.cc", |
| 5347 | "offline_pages/offline_page_request_handler.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5348 | "offline_pages/offline_page_tab_helper.cc", |
| 5349 | "offline_pages/offline_page_tab_helper.h", |
Jian Li | de7b4379 | 2018-06-01 23:22:13 | [diff] [blame] | 5350 | "offline_pages/offline_page_url_loader.cc", |
| 5351 | "offline_pages/offline_page_url_loader.h", |
| 5352 | "offline_pages/offline_page_url_loader_request_interceptor.cc", |
| 5353 | "offline_pages/offline_page_url_loader_request_interceptor.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5354 | "offline_pages/offline_page_utils.cc", |
| 5355 | "offline_pages/offline_page_utils.h", |
| 5356 | "offline_pages/offliner_helper.cc", |
| 5357 | "offline_pages/offliner_helper.h", |
| 5358 | "offline_pages/offliner_user_data.cc", |
| 5359 | "offline_pages/offliner_user_data.h", |
Dan Harrington | 561c580 | 2019-10-16 22:01:09 | [diff] [blame] | 5360 | "offline_pages/prefetch/gcm_token.cc", |
| 5361 | "offline_pages/prefetch/gcm_token.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5362 | "offline_pages/prefetch/offline_metrics_collector_impl.cc", |
| 5363 | "offline_pages/prefetch/offline_metrics_collector_impl.h", |
| 5364 | "offline_pages/prefetch/offline_prefetch_download_client.cc", |
| 5365 | "offline_pages/prefetch/offline_prefetch_download_client.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5366 | "offline_pages/prefetch/prefetch_background_task_handler_impl.cc", |
| 5367 | "offline_pages/prefetch/prefetch_background_task_handler_impl.h", |
Jian Li | 2ca6f2b3 | 2017-10-04 02:54:06 | [diff] [blame] | 5368 | "offline_pages/prefetch/prefetch_background_task_scheduler.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5369 | "offline_pages/prefetch/prefetch_service_factory.cc", |
| 5370 | "offline_pages/prefetch/prefetch_service_factory.h", |
| 5371 | "offline_pages/prefetch/prefetched_pages_notifier.cc", |
| 5372 | "offline_pages/prefetch/prefetched_pages_notifier.h", |
Dan Harrington | ee5e69d | 2018-04-04 00:48:57 | [diff] [blame] | 5373 | "offline_pages/prefetch/thumbnail_fetcher_impl.cc", |
| 5374 | "offline_pages/prefetch/thumbnail_fetcher_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5375 | "offline_pages/recent_tab_helper.cc", |
| 5376 | "offline_pages/recent_tab_helper.h", |
| 5377 | "offline_pages/request_coordinator_factory.h", |
| 5378 | "offline_pages/resource_loading_observer.h", |
Ian Wells | 7a2cac4 | 2019-04-26 21:31:11 | [diff] [blame] | 5379 | "offline_pages/visuals_decoder_impl.cc", |
| 5380 | "offline_pages/visuals_decoder_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5381 | ] |
| 5382 | if (is_android) { |
| 5383 | sources += [ |
Dan Harrington | 954c882 | 2019-01-09 18:40:48 | [diff] [blame] | 5384 | "offline_pages/android/auto_fetch_notifier.cc", |
| 5385 | "offline_pages/android/auto_fetch_notifier.h", |
| 5386 | "offline_pages/android/auto_fetch_page_load_watcher.cc", |
| 5387 | "offline_pages/android/auto_fetch_page_load_watcher.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5388 | "offline_pages/android/background_scheduler_bridge.cc", |
| 5389 | "offline_pages/android/background_scheduler_bridge.h", |
| 5390 | "offline_pages/android/cct_origin_observer.cc", |
| 5391 | "offline_pages/android/cct_origin_observer.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5392 | "offline_pages/android/downloads/offline_page_download_bridge.cc", |
| 5393 | "offline_pages/android/downloads/offline_page_download_bridge.h", |
| 5394 | "offline_pages/android/downloads/offline_page_infobar_delegate.cc", |
| 5395 | "offline_pages/android/downloads/offline_page_infobar_delegate.h", |
Xing Liu | 3f0b115 | 2018-08-20 17:32:08 | [diff] [blame] | 5396 | "offline_pages/android/downloads/offline_page_share_helper.cc", |
| 5397 | "offline_pages/android/downloads/offline_page_share_helper.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5398 | "offline_pages/android/load_termination_listener_impl.cc", |
| 5399 | "offline_pages/android/load_termination_listener_impl.h", |
Ian Wells | 2bf173c | 2019-07-02 19:01:39 | [diff] [blame] | 5400 | "offline_pages/android/offline_page_archive_publisher_impl.cc", |
| 5401 | "offline_pages/android/offline_page_archive_publisher_impl.h", |
Dan Harrington | 954c882 | 2019-01-09 18:40:48 | [diff] [blame] | 5402 | "offline_pages/android/offline_page_auto_fetcher.cc", |
| 5403 | "offline_pages/android/offline_page_auto_fetcher.h", |
| 5404 | "offline_pages/android/offline_page_auto_fetcher_service.cc", |
| 5405 | "offline_pages/android/offline_page_auto_fetcher_service.h", |
| 5406 | "offline_pages/android/offline_page_auto_fetcher_service_factory.cc", |
| 5407 | "offline_pages/android/offline_page_auto_fetcher_service_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5408 | "offline_pages/android/offline_page_bridge.cc", |
| 5409 | "offline_pages/android/offline_page_bridge.h", |
| 5410 | "offline_pages/android/offline_page_model_factory.cc", |
| 5411 | "offline_pages/android/offline_page_origin_utils_android.cc", |
| 5412 | "offline_pages/android/offline_page_utils_android.cc", |
| 5413 | "offline_pages/android/prefetch_background_task_android.cc", |
| 5414 | "offline_pages/android/prefetch_background_task_android.h", |
Jian Li | 2ca6f2b3 | 2017-10-04 02:54:06 | [diff] [blame] | 5415 | "offline_pages/android/prefetch_background_task_scheduler_android.cc", |
Carlos Knippschild | bba5785 | 2018-07-31 22:32:55 | [diff] [blame] | 5416 | "offline_pages/android/prefetch_configuration_impl_android.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5417 | "offline_pages/android/prefetched_pages_notifier_android.cc", |
Henrique Nakashima | a8435f6 | 2019-06-27 22:27:07 | [diff] [blame] | 5418 | "offline_pages/android/request_coordinator_bridge.cc", |
| 5419 | "offline_pages/android/request_coordinator_bridge.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5420 | "offline_pages/android/request_coordinator_factory.cc", |
| 5421 | ] |
Natalie Chouinard | 87b2848 | 2020-05-08 18:15:05 | [diff] [blame] | 5422 | |
| 5423 | deps += [ "//chrome/browser/offline_pages/android:jni_headers" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5424 | } |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 5425 | |
| 5426 | public_deps += [ |
| 5427 | "//components/offline_pages/core", |
| 5428 | "//components/offline_pages/core/background:background_offliner", |
| 5429 | "//components/offline_pages/core/prefetch", |
| 5430 | ] |
| 5431 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5432 | deps += [ |
Dan Harrington | f70f8f4 | 2018-10-20 00:04:53 | [diff] [blame] | 5433 | "//chrome/common:offline_page_auto_fetcher_mojom", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5434 | "//components/offline_pages/content/background_loader", |
| 5435 | "//components/offline_pages/content/renovations", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5436 | "//components/offline_pages/core/downloads:offline_pages_ui_adapter", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5437 | "//components/offline_pages/core/renovations", |
| 5438 | "//components/offline_pages/core/request_header:request_header", |
| 5439 | ] |
| 5440 | |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 5441 | # Used to build test harness locally.The harness is used manually to |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5442 | # produce multiple offline pages to evaluate quality of the snapshots. |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 5443 | # This will only be built iff. | enable_offline_pages_harness | is set while |
| 5444 | # | enable_offline_pages | and | is_android | are both true. |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5445 | if (enable_offline_pages_harness && is_android) { |
| 5446 | sources += [ |
| 5447 | "offline_pages/android/evaluation/evaluation_test_scheduler.cc", |
| 5448 | "offline_pages/android/evaluation/evaluation_test_scheduler.h", |
| 5449 | "offline_pages/android/evaluation/offline_page_evaluation_bridge.cc", |
| 5450 | "offline_pages/android/evaluation/offline_page_evaluation_bridge.h", |
| 5451 | ] |
| 5452 | } |
| 5453 | } |
| 5454 | |
Lei Zhang | fc8ec94 | 2018-11-17 02:53:36 | [diff] [blame] | 5455 | if (enable_pdf) { |
Lei Zhang | e08eedd0 | 2019-01-09 22:16:12 | [diff] [blame] | 5456 | sources += [ |
| 5457 | "pdf/pdf_extension_util.cc", |
| 5458 | "pdf/pdf_extension_util.h", |
| 5459 | ] |
Lei Zhang | fc8ec94 | 2018-11-17 02:53:36 | [diff] [blame] | 5460 | deps += [ |
| 5461 | "//pdf:buildflags", |
| 5462 | "//pdf:features", |
| 5463 | ] |
| 5464 | } |
| 5465 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5466 | if (enable_plugins) { |
| 5467 | sources += [ |
| 5468 | "browsing_data/browsing_data_flash_lso_helper.cc", |
| 5469 | "browsing_data/browsing_data_flash_lso_helper.h", |
| 5470 | "component_updater/pepper_flash_component_installer.cc", |
| 5471 | "component_updater/pepper_flash_component_installer.h", |
| 5472 | "metrics/plugin_metrics_provider.cc", |
| 5473 | "metrics/plugin_metrics_provider.h", |
| 5474 | "pepper_broker_infobar_delegate.cc", |
| 5475 | "pepper_broker_infobar_delegate.h", |
| 5476 | "pepper_flash_settings_manager.cc", |
| 5477 | "pepper_flash_settings_manager.h", |
| 5478 | "plugins/chrome_content_browser_client_plugins_part.cc", |
| 5479 | "plugins/chrome_content_browser_client_plugins_part.h", |
| 5480 | "plugins/chrome_plugin_service_filter.cc", |
| 5481 | "plugins/chrome_plugin_service_filter.h", |
Tommy C. Li | 2c5ba15 | 2019-03-27 22:49:55 | [diff] [blame] | 5482 | "plugins/flash_deprecation_infobar_delegate.cc", |
| 5483 | "plugins/flash_deprecation_infobar_delegate.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5484 | "plugins/flash_download_interception.cc", |
| 5485 | "plugins/flash_download_interception.h", |
| 5486 | "plugins/flash_permission_context.cc", |
| 5487 | "plugins/flash_permission_context.h", |
| 5488 | "plugins/flash_temporary_permission_tracker.cc", |
| 5489 | "plugins/flash_temporary_permission_tracker.h", |
| 5490 | "plugins/flash_temporary_permission_tracker_factory.cc", |
| 5491 | "plugins/flash_temporary_permission_tracker_factory.h", |
Peter Kasting | 4840082 | 2018-01-09 02:01:04 | [diff] [blame] | 5492 | "plugins/hung_plugin_infobar_delegate.cc", |
| 5493 | "plugins/hung_plugin_infobar_delegate.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5494 | "plugins/plugin_data_remover_helper.cc", |
| 5495 | "plugins/plugin_data_remover_helper.h", |
| 5496 | "plugins/plugin_finder.cc", |
| 5497 | "plugins/plugin_finder.h", |
Nicholas Verne | d391eae | 2017-11-13 02:41:38 | [diff] [blame] | 5498 | "plugins/plugin_info_host_impl.cc", |
| 5499 | "plugins/plugin_info_host_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5500 | "plugins/plugin_infobar_delegates.cc", |
| 5501 | "plugins/plugin_infobar_delegates.h", |
| 5502 | "plugins/plugin_installer.cc", |
| 5503 | "plugins/plugin_installer.h", |
| 5504 | "plugins/plugin_installer_observer.cc", |
| 5505 | "plugins/plugin_installer_observer.h", |
| 5506 | "plugins/plugin_metadata.cc", |
| 5507 | "plugins/plugin_metadata.h", |
| 5508 | "plugins/plugin_observer.cc", |
| 5509 | "plugins/plugin_observer.h", |
| 5510 | "plugins/plugin_policy_handler.cc", |
| 5511 | "plugins/plugin_policy_handler.h", |
| 5512 | "plugins/plugin_prefs.cc", |
| 5513 | "plugins/plugin_prefs.h", |
| 5514 | "plugins/plugin_prefs_factory.cc", |
| 5515 | "plugins/plugin_prefs_factory.h", |
John Abd-El-Malek | ecc6f5f | 2018-03-02 18:47:39 | [diff] [blame] | 5516 | "plugins/plugin_response_interceptor_url_loader_throttle.cc", |
| 5517 | "plugins/plugin_response_interceptor_url_loader_throttle.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5518 | "plugins/plugin_utils.cc", |
| 5519 | "plugins/plugin_utils.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5520 | "plugins/plugins_resource_service.cc", |
| 5521 | "plugins/plugins_resource_service.h", |
Peter Kasting | e7df72d | 2018-01-05 22:13:42 | [diff] [blame] | 5522 | "plugins/reload_plugin_infobar_delegate.cc", |
| 5523 | "plugins/reload_plugin_infobar_delegate.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5524 | "renderer_host/pepper/chrome_browser_pepper_host_factory.cc", |
| 5525 | "renderer_host/pepper/chrome_browser_pepper_host_factory.h", |
| 5526 | "renderer_host/pepper/device_id_fetcher.cc", |
| 5527 | "renderer_host/pepper/device_id_fetcher.h", |
| 5528 | "renderer_host/pepper/monitor_finder_mac.h", |
| 5529 | "renderer_host/pepper/monitor_finder_mac.mm", |
| 5530 | "renderer_host/pepper/pepper_broker_message_filter.cc", |
| 5531 | "renderer_host/pepper/pepper_broker_message_filter.h", |
| 5532 | "renderer_host/pepper/pepper_flash_browser_host.cc", |
| 5533 | "renderer_host/pepper/pepper_flash_browser_host.h", |
| 5534 | "renderer_host/pepper/pepper_flash_clipboard_message_filter.cc", |
| 5535 | "renderer_host/pepper/pepper_flash_clipboard_message_filter.h", |
| 5536 | "renderer_host/pepper/pepper_flash_drm_host.cc", |
| 5537 | "renderer_host/pepper/pepper_flash_drm_host.h", |
| 5538 | "renderer_host/pepper/pepper_isolated_file_system_message_filter.cc", |
| 5539 | "renderer_host/pepper/pepper_isolated_file_system_message_filter.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5540 | ] |
| 5541 | deps += [ |
| 5542 | "//components/pdf/browser", |
Scott Violet | a35f9a4 | 2018-03-22 22:00:44 | [diff] [blame] | 5543 | "//media:media_buildflags", |
Scott Violet | 02e38b9 | 2018-03-27 23:42:14 | [diff] [blame] | 5544 | "//ppapi/buildflags", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5545 | "//ppapi/proxy:ipc", |
Ke He | 31d0bb0 | 2018-02-24 07:16:24 | [diff] [blame] | 5546 | "//services/device/public/mojom", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5547 | "//third_party/adobe/flash:flapper_version_h", |
| 5548 | ] |
| 5549 | } |
| 5550 | |
| 5551 | if (enable_rlz) { |
John Abd-El-Malek | 4970b15 | 2018-08-04 02:52:45 | [diff] [blame] | 5552 | sources += [ |
| 5553 | "rlz/chrome_rlz_tracker_delegate.cc", |
| 5554 | "rlz/chrome_rlz_tracker_delegate.h", |
| 5555 | ] |
| 5556 | |
| 5557 | public_deps += [ |
David Benjamin | 2e98977 | 2019-08-01 16:36:04 | [diff] [blame] | 5558 | "//components/google/core/common", |
John Abd-El-Malek | 4970b15 | 2018-08-04 02:52:45 | [diff] [blame] | 5559 | "//components/rlz", |
| 5560 | "//rlz:rlz_lib", |
| 5561 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5562 | } |
| 5563 | |
| 5564 | if (enable_service_discovery) { |
| 5565 | sources += [ |
| 5566 | "local_discovery/endpoint_resolver.cc", |
| 5567 | "local_discovery/endpoint_resolver.h", |
| 5568 | "local_discovery/service_discovery_client.cc", |
| 5569 | "local_discovery/service_discovery_client.h", |
| 5570 | "local_discovery/service_discovery_client_mac.h", |
| 5571 | "local_discovery/service_discovery_client_mac.mm", |
| 5572 | "local_discovery/service_discovery_client_mac_factory.h", |
| 5573 | "local_discovery/service_discovery_client_mac_factory.mm", |
| 5574 | "local_discovery/service_discovery_device_lister.cc", |
| 5575 | "local_discovery/service_discovery_device_lister.h", |
| 5576 | "local_discovery/service_discovery_shared_client.cc", |
| 5577 | "local_discovery/service_discovery_shared_client.h", |
| 5578 | "printing/cloud_print/cloud_print_printer_list.cc", |
| 5579 | "printing/cloud_print/cloud_print_printer_list.h", |
| 5580 | "printing/cloud_print/device_description.cc", |
| 5581 | "printing/cloud_print/device_description.h", |
| 5582 | "printing/cloud_print/gcd_api_flow.cc", |
| 5583 | "printing/cloud_print/gcd_api_flow.h", |
| 5584 | "printing/cloud_print/gcd_api_flow_impl.cc", |
| 5585 | "printing/cloud_print/gcd_api_flow_impl.h", |
| 5586 | "printing/cloud_print/gcd_constants.cc", |
| 5587 | "printing/cloud_print/gcd_constants.h", |
| 5588 | "printing/cloud_print/privet_confirm_api_flow.cc", |
| 5589 | "printing/cloud_print/privet_confirm_api_flow.h", |
| 5590 | "printing/cloud_print/privet_constants.cc", |
| 5591 | "printing/cloud_print/privet_constants.h", |
| 5592 | "printing/cloud_print/privet_device_lister.cc", |
| 5593 | "printing/cloud_print/privet_device_lister.h", |
| 5594 | "printing/cloud_print/privet_device_lister_impl.cc", |
| 5595 | "printing/cloud_print/privet_device_lister_impl.h", |
| 5596 | "printing/cloud_print/privet_http.cc", |
| 5597 | "printing/cloud_print/privet_http.h", |
| 5598 | "printing/cloud_print/privet_http_asynchronous_factory.cc", |
| 5599 | "printing/cloud_print/privet_http_asynchronous_factory.h", |
| 5600 | "printing/cloud_print/privet_http_asynchronous_factory_impl.cc", |
| 5601 | "printing/cloud_print/privet_http_asynchronous_factory_impl.h", |
| 5602 | "printing/cloud_print/privet_http_impl.cc", |
| 5603 | "printing/cloud_print/privet_http_impl.h", |
| 5604 | "printing/cloud_print/privet_local_printer_lister.cc", |
| 5605 | "printing/cloud_print/privet_local_printer_lister.h", |
| 5606 | "printing/cloud_print/privet_notifications.cc", |
| 5607 | "printing/cloud_print/privet_notifications.h", |
| 5608 | "printing/cloud_print/privet_notifications_factory.cc", |
| 5609 | "printing/cloud_print/privet_notifications_factory.h", |
Chris Mumford | d24b31e2 | 2018-08-24 22:21:17 | [diff] [blame] | 5610 | "printing/cloud_print/privet_url_loader.cc", |
| 5611 | "printing/cloud_print/privet_url_loader.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5612 | ] |
Qingsi Wang | c2213d5d | 2018-11-02 01:28:12 | [diff] [blame] | 5613 | |
| 5614 | if (enable_mdns) { |
| 5615 | sources += [ |
| 5616 | "local_discovery/service_discovery_client_impl.cc", |
| 5617 | "local_discovery/service_discovery_client_impl.h", |
| 5618 | "local_discovery/service_discovery_client_mdns.cc", |
| 5619 | "local_discovery/service_discovery_client_mdns.h", |
| 5620 | "printing/cloud_print/privet_traffic_detector.cc", |
| 5621 | "printing/cloud_print/privet_traffic_detector.h", |
| 5622 | ] |
| 5623 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5624 | } |
| 5625 | |
| 5626 | if (enable_session_service) { |
| 5627 | sources += [ |
| 5628 | "sessions/session_restore.cc", |
| 5629 | "sessions/session_restore.h", |
| 5630 | "sessions/session_restore_delegate.cc", |
| 5631 | "sessions/session_restore_delegate.h", |
| 5632 | "sessions/session_restore_observer.h", |
| 5633 | "sessions/session_restore_stats_collector.cc", |
| 5634 | "sessions/session_restore_stats_collector.h", |
| 5635 | "sessions/session_service.cc", |
| 5636 | "sessions/session_service.h", |
| 5637 | "sessions/session_service_factory.cc", |
| 5638 | "sessions/session_service_factory.h", |
| 5639 | "sessions/session_service_utils.cc", |
| 5640 | "sessions/session_service_utils.h", |
| 5641 | "sessions/tab_loader.cc", |
| 5642 | "sessions/tab_loader.h", |
| 5643 | "sessions/tab_loader_delegate.cc", |
| 5644 | "sessions/tab_loader_delegate.h", |
| 5645 | ] |
| 5646 | } |
| 5647 | |
| 5648 | if (enable_spellcheck) { |
| 5649 | sources += [ |
Xiaocheng Hu | 85abcd8 | 2018-01-11 02:36:56 | [diff] [blame] | 5650 | "spellchecker/spell_check_host_chrome_impl.cc", |
| 5651 | "spellchecker/spell_check_host_chrome_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5652 | "spellchecker/spellcheck_custom_dictionary.cc", |
| 5653 | "spellchecker/spellcheck_custom_dictionary.h", |
| 5654 | "spellchecker/spellcheck_factory.cc", |
| 5655 | "spellchecker/spellcheck_factory.h", |
| 5656 | "spellchecker/spellcheck_hunspell_dictionary.cc", |
| 5657 | "spellchecker/spellcheck_hunspell_dictionary.h", |
Leonard Grey | 5d31442c | 2020-06-30 19:28:39 | [diff] [blame] | 5658 | "spellchecker/spellcheck_language_blocklist_policy_handler.cc", |
| 5659 | "spellchecker/spellcheck_language_blocklist_policy_handler.h", |
Marc-Antoine Courteau | 311a7cec | 2017-12-14 21:18:49 | [diff] [blame] | 5660 | "spellchecker/spellcheck_language_policy_handler.cc", |
| 5661 | "spellchecker/spellcheck_language_policy_handler.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5662 | "spellchecker/spellcheck_service.cc", |
| 5663 | "spellchecker/spellcheck_service.h", |
| 5664 | ] |
| 5665 | |
Evan Stade | 38ec3da | 2019-12-02 19:02:59 | [diff] [blame] | 5666 | if (use_browser_spellchecker && enable_spelling_service) { |
Siye Liu | de74ce30 | 2019-06-20 20:44:43 | [diff] [blame] | 5667 | sources += [ |
| 5668 | "spellchecker/spelling_request.cc", |
| 5669 | "spellchecker/spelling_request.h", |
| 5670 | ] |
| 5671 | } |
| 5672 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5673 | if (has_spellcheck_panel) { |
| 5674 | sources += [ |
| 5675 | "spellchecker/spell_check_panel_host_impl.cc", |
| 5676 | "spellchecker/spell_check_panel_host_impl.h", |
| 5677 | ] |
| 5678 | } |
| 5679 | |
| 5680 | deps += [ |
| 5681 | "//components/spellcheck/browser", |
Lei Zhang | d866b3c | 2019-05-02 01:49:58 | [diff] [blame] | 5682 | "//components/spellcheck/common", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5683 | ] |
| 5684 | |
| 5685 | if (!is_android) { |
| 5686 | deps += [ "//third_party/hunspell" ] |
| 5687 | } |
| 5688 | } |
| 5689 | |
treib | 87bb89cbb | 2014-12-01 16:01:47 | [diff] [blame] | 5690 | if (enable_supervised_users) { |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5691 | sources += [ |
Toby H | 5cfaf94 | 2019-07-25 22:54:50 | [diff] [blame] | 5692 | "component_updater/supervised_user_whitelist_installer.cc", |
| 5693 | "component_updater/supervised_user_whitelist_installer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5694 | "content_settings/content_settings_supervised_provider.cc", |
| 5695 | "content_settings/content_settings_supervised_provider.h", |
| 5696 | "supervised_user/child_accounts/child_account_service.cc", |
| 5697 | "supervised_user/child_accounts/child_account_service.h", |
| 5698 | "supervised_user/child_accounts/child_account_service_factory.cc", |
| 5699 | "supervised_user/child_accounts/child_account_service_factory.h", |
| 5700 | "supervised_user/child_accounts/family_info_fetcher.cc", |
| 5701 | "supervised_user/child_accounts/family_info_fetcher.h", |
treib | 83eb7aa | 2017-01-27 11:16:05 | [diff] [blame] | 5702 | "supervised_user/child_accounts/kids_management_api.cc", |
| 5703 | "supervised_user/child_accounts/kids_management_api.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5704 | "supervised_user/child_accounts/permission_request_creator_apiary.cc", |
| 5705 | "supervised_user/child_accounts/permission_request_creator_apiary.h", |
Gustavo Avena | eb3a3ad | 2019-07-17 13:53:00 | [diff] [blame] | 5706 | "supervised_user/kids_chrome_management/kids_chrome_management_client.cc", |
| 5707 | "supervised_user/kids_chrome_management/kids_chrome_management_client.h", |
| 5708 | "supervised_user/kids_chrome_management/kids_chrome_management_client_factory.cc", |
| 5709 | "supervised_user/kids_chrome_management/kids_chrome_management_client_factory.h", |
Caio | 7f3de88 | 2019-03-14 16:52:22 | [diff] [blame] | 5710 | "supervised_user/kids_management_url_checker_client.cc", |
| 5711 | "supervised_user/kids_management_url_checker_client.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5712 | "supervised_user/permission_request_creator.h", |
Robbie McElrath | 2be691ca | 2020-08-17 20:14:48 | [diff] [blame] | 5713 | "supervised_user/supervised_user_allowlist_service.cc", |
| 5714 | "supervised_user/supervised_user_allowlist_service.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5715 | "supervised_user/supervised_user_constants.cc", |
| 5716 | "supervised_user/supervised_user_constants.h", |
Robbie McElrath | 2be691ca | 2020-08-17 20:14:48 | [diff] [blame] | 5717 | "supervised_user/supervised_user_denylist.cc", |
| 5718 | "supervised_user/supervised_user_denylist.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5719 | "supervised_user/supervised_user_features.cc", |
| 5720 | "supervised_user/supervised_user_features.h", |
Aga Wronska | 289815c7 | 2020-01-28 21:35:23 | [diff] [blame] | 5721 | "supervised_user/supervised_user_filtering_switches.cc", |
| 5722 | "supervised_user/supervised_user_filtering_switches.h", |
bauerb | 8f9c3774 | 2017-03-30 15:04:12 | [diff] [blame] | 5723 | "supervised_user/supervised_user_google_auth_navigation_throttle.cc", |
| 5724 | "supervised_user/supervised_user_google_auth_navigation_throttle.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5725 | "supervised_user/supervised_user_interstitial.cc", |
| 5726 | "supervised_user/supervised_user_interstitial.h", |
| 5727 | "supervised_user/supervised_user_navigation_observer.cc", |
| 5728 | "supervised_user/supervised_user_navigation_observer.h", |
mmenke | db2637ff | 2017-03-30 23:59:42 | [diff] [blame] | 5729 | "supervised_user/supervised_user_navigation_throttle.cc", |
| 5730 | "supervised_user/supervised_user_navigation_throttle.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5731 | "supervised_user/supervised_user_pref_store.cc", |
| 5732 | "supervised_user/supervised_user_pref_store.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5733 | "supervised_user/supervised_user_service.cc", |
| 5734 | "supervised_user/supervised_user_service.h", |
| 5735 | "supervised_user/supervised_user_service_factory.cc", |
| 5736 | "supervised_user/supervised_user_service_factory.h", |
| 5737 | "supervised_user/supervised_user_service_observer.h", |
| 5738 | "supervised_user/supervised_user_settings_service.cc", |
| 5739 | "supervised_user/supervised_user_settings_service.h", |
| 5740 | "supervised_user/supervised_user_settings_service_factory.cc", |
| 5741 | "supervised_user/supervised_user_settings_service_factory.h", |
| 5742 | "supervised_user/supervised_user_site_list.cc", |
| 5743 | "supervised_user/supervised_user_site_list.h", |
Mikel Astiz | ef56e36 | 2018-10-02 09:23:23 | [diff] [blame] | 5744 | "supervised_user/supervised_user_sync_model_type_controller.cc", |
| 5745 | "supervised_user/supervised_user_sync_model_type_controller.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5746 | "supervised_user/supervised_user_url_filter.cc", |
| 5747 | "supervised_user/supervised_user_url_filter.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5748 | "supervised_user/supervised_users.h", |
| 5749 | ] |
Gustavo Avena | 8d26b9a | 2019-06-25 17:00:28 | [diff] [blame] | 5750 | deps += [ |
| 5751 | "//chrome/browser/supervised_user/kids_chrome_management:proto", |
| 5752 | "//chrome/common:supervised_user_commands_mojom", |
| 5753 | ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 5754 | } |
Toby Huang | 7b4816f | 2020-02-07 23:54:07 | [diff] [blame] | 5755 | if (enable_supervised_users && enable_extensions) { |
| 5756 | sources += [ |
Toby Huang | 24f27a3 | 2020-06-18 02:06:59 | [diff] [blame] | 5757 | "supervised_user/supervised_user_extensions_delegate_impl.cc", |
| 5758 | "supervised_user/supervised_user_extensions_delegate_impl.h", |
Toby Huang | 2604e13e | 2020-03-07 05:27:57 | [diff] [blame] | 5759 | "supervised_user/supervised_user_extensions_metrics_recorder.cc", |
| 5760 | "supervised_user/supervised_user_extensions_metrics_recorder.h", |
Toby Huang | 7b4816f | 2020-02-07 23:54:07 | [diff] [blame] | 5761 | ] |
| 5762 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5763 | |
| 5764 | if (enable_vr) { |
Viatcheslav Ostapenko | 26c0aca | 2017-10-30 23:30:39 | [diff] [blame] | 5765 | if (enable_gvr_services) { |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 5766 | public_deps += [ "android/vr:vr_android" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5767 | configs += [ "//third_party/gvr-android-sdk:libgvr_config" ] |
Christopher Grant | 2b3383c2 | 2018-02-26 15:41:58 | [diff] [blame] | 5768 | allow_circular_includes_from += [ "android/vr:vr_android" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5769 | } |
Bill Orr | b94152be | 2017-10-23 19:14:10 | [diff] [blame] | 5770 | |
Daniel Bratell | adb8d82 | 2019-07-04 19:38:13 | [diff] [blame] | 5771 | if (is_win) { |
Klaus Weidner | 16a09bd6 | 2018-12-26 18:20:27 | [diff] [blame] | 5772 | sources += [ |
| 5773 | "vr/ui_host/vr_ui_host_impl.cc", |
| 5774 | "vr/ui_host/vr_ui_host_impl.h", |
| 5775 | ] |
Will Cassella | 40837ba | 2019-07-01 21:32:00 | [diff] [blame] | 5776 | |
| 5777 | deps += [ "//device/vr/public/mojom" ] |
Klaus Weidner | 16a09bd6 | 2018-12-26 18:20:27 | [diff] [blame] | 5778 | } |
| 5779 | |
Tibor Goldschwendt | a9e46b2 | 2017-11-22 23:25:15 | [diff] [blame] | 5780 | sources += [ |
| 5781 | "component_updater/vr_assets_component_installer.cc", |
| 5782 | "component_updater/vr_assets_component_installer.h", |
Alexander Cooper | f4b3013d | 2020-03-23 18:47:23 | [diff] [blame] | 5783 | "vr/chrome_xr_integration_client.cc", |
| 5784 | "vr/chrome_xr_integration_client.h", |
Tibor Goldschwendt | a9e46b2 | 2017-11-22 23:25:15 | [diff] [blame] | 5785 | ] |
Klaus Weidner | 16a09bd6 | 2018-12-26 18:20:27 | [diff] [blame] | 5786 | |
Alexander Cooper | 3f785a1 | 2020-03-26 19:39:16 | [diff] [blame] | 5787 | deps += [ |
| 5788 | "//chrome/browser/vr:vr_common", |
| 5789 | "//device/vr", |
| 5790 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5791 | } |
| 5792 | |
| 5793 | if (enable_wayland_server) { |
| 5794 | deps += [ |
| 5795 | "//components/exo", |
Mitsuru Oshima | 51bf3d547 | 2020-06-17 21:28:34 | [diff] [blame] | 5796 | "//components/exo/server", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5797 | ] |
| 5798 | sources += [ |
| 5799 | "exo_parts.cc", |
| 5800 | "exo_parts.h", |
| 5801 | ] |
| 5802 | } |
| 5803 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5804 | if (use_cups) { |
| 5805 | configs += [ "//printing:cups" ] |
Luum Habtemariam | c2ab5bc8 | 2019-09-06 21:10:05 | [diff] [blame] | 5806 | if (is_chromeos) { |
| 5807 | deps += [ |
| 5808 | "//chrome/services/cups_proxy", |
| 5809 | "//chrome/services/cups_proxy/public/mojom", |
| 5810 | ] |
| 5811 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5812 | } |
| 5813 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5814 | if (use_nss_certs) { |
| 5815 | sources += [ |
| 5816 | "certificate_manager_model.cc", |
| 5817 | "certificate_manager_model.h", |
| 5818 | "net/nss_context.cc", |
| 5819 | "net/nss_context.h", |
| 5820 | ] |
| 5821 | if (is_chromeos) { |
| 5822 | sources += [ "net/nss_context_chromeos.cc" ] |
| 5823 | } |
| 5824 | if (is_desktop_linux) { |
| 5825 | sources += [ "net/nss_context_linux.cc" ] |
xhwang | c86d76e4 | 2016-03-14 23:38:49 | [diff] [blame] | 5826 | } |
xhwang | 5e63046 | 2015-10-30 03:18:48 | [diff] [blame] | 5827 | } |
reveman | b195f41d | 2015-11-19 22:16:48 | [diff] [blame] | 5828 | |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 5829 | if (trial_comparison_cert_verifier_supported) { |
Matt Mueller | 0a4382cf | 2018-03-31 00:36:25 | [diff] [blame] | 5830 | sources += [ |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 5831 | "net/trial_comparison_cert_verifier_controller.cc", |
| 5832 | "net/trial_comparison_cert_verifier_controller.h", |
Matt Mueller | 0a4382cf | 2018-03-31 00:36:25 | [diff] [blame] | 5833 | ] |
| 5834 | } |
| 5835 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5836 | if (use_udev) { |
| 5837 | deps += [ "//device/udev_linux" ] |
dvadym | 8785e01 | 2017-06-30 09:27:07 | [diff] [blame] | 5838 | } |
Michael Thiessen | 0f4e785 | 2019-03-11 16:00:45 | [diff] [blame] | 5839 | |
Taras Antoshchuk | 805d18e | 2020-03-03 10:19:14 | [diff] [blame] | 5840 | if (tpm_fallback) { |
| 5841 | defines += [ "TPM_FALLBACK" ] |
| 5842 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 5843 | } |
| 5844 | |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 5845 | if (is_android) { |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 5846 | proto_library("client_discourse_context_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5847 | sources = [ "android/proto/client_discourse_context.proto" ] |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 5848 | } |
| 5849 | |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 5850 | proto_library("delta_file_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5851 | sources = [ "android/proto/delta_file.proto" ] |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 5852 | } |
Justin DeWitt | 21c9da9 | 2018-09-07 16:14:13 | [diff] [blame] | 5853 | |
| 5854 | proto_library("explore_sites_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5855 | sources = [ "android/explore_sites/catalog.proto" ] |
Justin DeWitt | 21c9da9 | 2018-09-07 16:14:13 | [diff] [blame] | 5856 | } |
Natalie Chouinard | b293c02a73 | 2019-01-10 21:55:22 | [diff] [blame] | 5857 | |
| 5858 | proto_library("usage_stats_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5859 | sources = [ "android/usage_stats/website_event.proto" ] |
Natalie Chouinard | b293c02a73 | 2019-01-10 21:55:22 | [diff] [blame] | 5860 | } |
James Robinson | 2ed4d69 | 2014-09-17 05:20:58 | [diff] [blame] | 5861 | } |
| 5862 | |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 5863 | if (is_win) { |
brettw | 7761761 | 2016-07-13 22:40:06 | [diff] [blame] | 5864 | static_library("chrome_process_finder") { |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 5865 | sources = [ |
pmonette | 23c8fb7e | 2016-06-27 20:45:11 | [diff] [blame] | 5866 | "win/chrome_process_finder.cc", |
| 5867 | "win/chrome_process_finder.h", |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 5868 | ] |
| 5869 | deps = [ |
| 5870 | "//base", |
brettw | 3865a71 | 2016-12-10 05:59:08 | [diff] [blame] | 5871 | "//chrome/browser/policy:path_parser", |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 5872 | "//chrome/common:constants", |
| 5873 | ] |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 5874 | } |
| 5875 | } |
| 5876 | |
Greg Thompson | 85bd488c | 2017-06-08 09:18:11 | [diff] [blame] | 5877 | # This source set is built into both //chrome:chrome_initial (chrome.exe) and |
| 5878 | # //chrome:main_dll (chrome.dll). It must not pull in additional dependencies |
| 5879 | # over what those targets already require. |
| 5880 | source_set("active_use_util") { |
| 5881 | sources = [ |
| 5882 | "active_use_util.cc", |
| 5883 | "active_use_util.h", |
| 5884 | ] |
| 5885 | deps = [ |
| 5886 | "//base", |
| 5887 | "//chrome/common:constants", |
Nico Weber | f2c3219 | 2020-03-26 15:06:15 | [diff] [blame] | 5888 | "//chrome/install_static:buildflags", |
Greg Thompson | 85bd488c | 2017-06-08 09:18:11 | [diff] [blame] | 5889 | ] |
Greg Thompson | 85bd488c | 2017-06-08 09:18:11 | [diff] [blame] | 5890 | } |
| 5891 | |
thomasanderson | 215681db8 | 2016-10-27 03:30:11 | [diff] [blame] | 5892 | source_set("theme_properties") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5893 | sources = [ "themes/theme_properties.h" ] |
Evan Stade | 71da7c4 | 2020-05-01 23:47:38 | [diff] [blame] | 5894 | deps = [ |
| 5895 | "//skia", |
| 5896 | "//ui/gfx", |
| 5897 | ] |
thomasanderson | 215681db8 | 2016-10-27 03:30:11 | [diff] [blame] | 5898 | } |
| 5899 | |
Robert Ogden | 8e7116ea | 2019-07-25 18:54:08 | [diff] [blame] | 5900 | proto_library("availability_protos") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5901 | sources = [ "availability/proto/availability_prober_cache_entry.proto" ] |
Robert Ogden | a50f1d5c | 2019-07-09 20:59:55 | [diff] [blame] | 5902 | } |
| 5903 | |
David Maunder | 9da03b73 | 2020-03-26 00:51:28 | [diff] [blame] | 5904 | proto_library("tab_state_db_content_proto") { |
| 5905 | sources = [ "tab/state/tab_state_db_content.proto" ] |
| 5906 | } |
| 5907 | |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 5908 | proto_library("resource_prefetch_predictor_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5909 | sources = [ "predictors/resource_prefetch_predictor.proto" ] |
lizeb | 60cd6e8 | 2016-08-23 12:04:26 | [diff] [blame] | 5910 | } |
| 5911 | |
Balazs Engedy | ce7f30a | 2019-11-29 17:53:00 | [diff] [blame] | 5912 | proto_library("permissions_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5913 | sources = [ "permissions/crowd_deny.proto" ] |
Balazs Engedy | ce7f30a | 2019-11-29 17:53:00 | [diff] [blame] | 5914 | } |
| 5915 | |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5916 | grit("resources") { |
| 5917 | source = "browser_resources.grd" |
brettw | ab78fef | 2016-10-12 02:56:05 | [diff] [blame] | 5918 | |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 5919 | # Required due to flattenhtml = "true" on a generated file. |
Andrew Grieve | 6ade5dc | 2020-03-17 20:52:02 | [diff] [blame] | 5920 | enable_input_discovery_for_gn_analyze = false |
Dirk Pranke | a3727f9 | 2017-07-17 17:30:33 | [diff] [blame] | 5921 | |
Andrew Grieve | 33769897 | 2019-10-07 22:01:23 | [diff] [blame] | 5922 | use_brotli = true |
Andrew Grieve | 96e8265 | 2019-09-18 14:34:16 | [diff] [blame] | 5923 | |
brettw | 06c2ba3 | 2015-11-26 09:21:25 | [diff] [blame] | 5924 | defines = chrome_grit_defines |
brettw | ab78fef | 2016-10-12 02:56:05 | [diff] [blame] | 5925 | if (enable_hangout_services_extension) { |
| 5926 | defines += [ "enable_hangout_services_extension" ] |
| 5927 | } |
| 5928 | |
[email protected] | 4888549 | 2014-08-13 11:22:41 | [diff] [blame] | 5929 | output_dir = "$root_gen_dir/chrome" |
[email protected] | cb0c67a | 2014-07-22 16:37:26 | [diff] [blame] | 5930 | outputs = [ |
| 5931 | "grit/browser_resources.h", |
| 5932 | "browser_resources.pak", |
| 5933 | ] |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5934 | |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5935 | grit_flags = [ |
scottmg | a266f95 | 2014-12-03 20:47:10 | [diff] [blame] | 5936 | "-E", |
scottmg | a266f95 | 2014-12-03 20:47:10 | [diff] [blame] | 5937 | "additional_modules_list_file=" + |
| 5938 | rebase_path(additional_modules_list_file, root_build_dir), |
| 5939 | "-E", |
calamity | d59c103 | 2015-09-22 06:35:53 | [diff] [blame] | 5940 | "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5941 | ] |
| 5942 | |
| 5943 | deps = [ |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5944 | ":chrome_internal_resources_gen", |
dpapad | a91a6e4 | 2020-04-22 18:38:25 | [diff] [blame] | 5945 | "//chrome/browser/resources/browser_switch:web_components", |
Karan Bhatia | c61c676 | 2019-12-06 20:25:44 | [diff] [blame] | 5946 | "//chrome/browser/ui/webui/usb_internals:mojo_bindings_js", |
Reilly Grant | fa93b14 | 2018-02-01 02:13:48 | [diff] [blame] | 5947 | "//device/bluetooth/public/mojom:deprecated_experimental_interfaces_js", |
| 5948 | "//device/bluetooth/public/mojom:mojom_js", |
Donna Wu | 4dc9df3 | 2019-05-20 03:56:21 | [diff] [blame] | 5949 | "//services/device//public/mojom:usb_test_js", |
Daniel Cheng | 7a059b0 | 2018-02-03 10:04:13 | [diff] [blame] | 5950 | "//url/mojom:url_mojom_gurl_js", |
| 5951 | "//url/mojom:url_mojom_origin_js", |
vchigrin | 8eede94 | 2015-01-29 09:28:15 | [diff] [blame] | 5952 | ] |
sanfin | 3596104 | 2016-09-23 22:41:41 | [diff] [blame] | 5953 | |
Will Harris | 7ae16c7 | 2018-10-10 17:13:17 | [diff] [blame] | 5954 | if (enable_plugins) { |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 5955 | #.json is not in the default sources_assignment_filter. |
Will Harris | 7ae16c7 | 2018-10-10 17:13:17 | [diff] [blame] | 5956 | if (is_chromeos) { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5957 | inputs = [ "resources/plugin_metadata/plugins_chromeos.json" ] |
Will Harris | 7ae16c7 | 2018-10-10 17:13:17 | [diff] [blame] | 5958 | } |
| 5959 | if (is_linux && !is_chromeos) { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5960 | inputs = [ "resources/plugin_metadata/plugins_linux.json" ] |
Will Harris | 7ae16c7 | 2018-10-10 17:13:17 | [diff] [blame] | 5961 | } |
| 5962 | if (is_mac) { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5963 | inputs = [ "resources/plugin_metadata/plugins_mac.json" ] |
Will Harris | 7ae16c7 | 2018-10-10 17:13:17 | [diff] [blame] | 5964 | } |
| 5965 | if (is_win) { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 5966 | inputs = [ "resources/plugin_metadata/plugins_win.json" ] |
Will Harris | 7ae16c7 | 2018-10-10 17:13:17 | [diff] [blame] | 5967 | } |
| 5968 | } |
| 5969 | |
Chris Hamilton | c4453ed | 2017-11-22 16:23:17 | [diff] [blame] | 5970 | if (is_win || is_mac || is_desktop_linux || is_chromeos) { |
Sigurdur Asgeirsson | 10609e5c | 2018-10-10 19:58:49 | [diff] [blame] | 5971 | deps += [ |
Sigurdur Asgeirsson | 6ffe379a | 2018-10-31 14:45:34 | [diff] [blame] | 5972 | "//chrome/browser/resources/discards:discards_resources_gen", |
Anastasiia Nikolaienko | f978b9cd | 2020-03-04 09:14:46 | [diff] [blame] | 5973 | "//chrome/browser/resources/gaia_auth_host:modulize", |
Anastasiia N | 2e4bec7 | 2020-07-25 21:07:33 | [diff] [blame] | 5974 | "//chrome/browser/resources/inline_login:web_components", |
dpapad | a91a6e4 | 2020-04-22 18:38:25 | [diff] [blame] | 5975 | "//chrome/browser/resources/management:web_components", |
| 5976 | "//chrome/browser/resources/signin:web_components", |
Sigurdur Asgeirsson | 10609e5c | 2018-10-10 19:58:49 | [diff] [blame] | 5977 | "//chrome/browser/ui/webui/discards:mojo_bindings_js", |
| 5978 | "//services/resource_coordinator/public/mojom:mojom_js", |
| 5979 | ] |
Chris Hamilton | c4453ed | 2017-11-22 16:23:17 | [diff] [blame] | 5980 | } |
| 5981 | |
Brandon Wylie | 40c6f21 | 2018-05-16 19:28:32 | [diff] [blame] | 5982 | if (is_android) { |
Samuel Huang | 002e44e6 | 2019-12-09 16:42:27 | [diff] [blame] | 5983 | deps += |
| 5984 | [ "//chrome/browser/ui/webui/explore_sites_internals:mojo_bindings_js" ] |
Brandon Wylie | 40c6f21 | 2018-05-16 19:28:32 | [diff] [blame] | 5985 | } |
alanlxl | 981e497 | 2019-05-10 11:07:08 | [diff] [blame] | 5986 | if (is_chromeos) { |
| 5987 | deps += [ |
Anastasiia N | b1a3781 | 2020-08-20 11:05:53 | [diff] [blame] | 5988 | "//chrome/browser/resources/chromeos/account_manager:web_components", |
Anastasiia Nikolaienko | 60a9883e | 2020-06-30 12:56:32 | [diff] [blame] | 5989 | "//chrome/browser/resources/chromeos/account_manager/components:web_components", |
Jason Lin | 8991e31 | 2019-09-27 03:28:22 | [diff] [blame] | 5990 | "//chrome/browser/resources/chromeos/crostini_installer:polymer3_elements", |
Nicholas Verne | d15cc1c | 2019-12-02 22:38:57 | [diff] [blame] | 5991 | "//chrome/browser/resources/chromeos/crostini_upgrader:polymer3_elements", |
Anastasiia Nikolaienko | 989692f | 2020-02-07 07:54:29 | [diff] [blame] | 5992 | "//chrome/browser/resources/chromeos/edu_login:polymer3_elements", |
dpapad | c784626 | 2019-10-23 18:15:37 | [diff] [blame] | 5993 | "//chrome/browser/resources/chromeos/emulator:polymer3_elements", |
Anastasiia N | 705f617 | 2020-08-06 11:36:31 | [diff] [blame] | 5994 | "//chrome/browser/resources/chromeos/gaia_action_buttons:web_components", |
dpapad | 653f97ce | 2019-10-16 22:27:26 | [diff] [blame] | 5995 | "//chrome/browser/resources/chromeos/set_time_dialog:polymer3_elements", |
Anand K. Mistry | 116c4ec | 2019-12-09 02:47:28 | [diff] [blame] | 5996 | "//chrome/browser/resources/chromeos/smb_shares:polymer3_elements", |
nancy | 4da74d6 | 2020-03-11 06:17:49 | [diff] [blame] | 5997 | "//chrome/browser/supervised_user:supervised_user_unscaled_resources", |
Christopher Lam | 4877235 | 2020-03-12 05:54:37 | [diff] [blame] | 5998 | "//chrome/browser/ui/webui/app_management:mojo_bindings_js", |
Danan S | eb6a862 | 2019-05-13 18:20:52 | [diff] [blame] | 5999 | "//chrome/browser/ui/webui/chromeos/add_supervision:mojo_bindings_js", |
Jason Lin | 1f4a649 | 2019-09-10 04:17:08 | [diff] [blame] | 6000 | "//chrome/browser/ui/webui/chromeos/crostini_installer:mojo_bindings_js", |
Nicholas Verne | d15cc1c | 2019-12-02 22:38:57 | [diff] [blame] | 6001 | "//chrome/browser/ui/webui/chromeos/crostini_upgrader:mojo_bindings_js", |
Sergei Datsenko | daa4f8f9 | 2020-08-18 11:08:56 | [diff] [blame] | 6002 | "//chrome/browser/ui/webui/chromeos/file_manager:mojo_bindings_js", |
alanlxl | 981e497 | 2019-05-10 11:07:08 | [diff] [blame] | 6003 | "//chrome/browser/ui/webui/chromeos/machine_learning:mojo_bindings_js", |
Kyle Horimoto | 89959f8d | 2020-05-01 15:02:25 | [diff] [blame] | 6004 | "//chrome/browser/ui/webui/settings/chromeos:mojom_js", |
alanlxl | 981e497 | 2019-05-10 11:07:08 | [diff] [blame] | 6005 | ] |
| 6006 | } |
| 6007 | |
rbpotter | 7a690359 | 2019-11-21 03:35:43 | [diff] [blame] | 6008 | if (is_chromeos && optimize_webui) { |
calamity | 9b40cc3 | 2017-02-11 01:44:57 | [diff] [blame] | 6009 | deps += [ |
rbpotter | 7a690359 | 2019-11-21 03:35:43 | [diff] [blame] | 6010 | "//chrome/browser/resources/chromeos/internet_config_dialog:build", |
| 6011 | "//chrome/browser/resources/chromeos/internet_detail_dialog:build", |
calamity | 9b40cc3 | 2017-02-11 01:44:57 | [diff] [blame] | 6012 | ] |
dpapad | 5d95e9ac | 2017-01-25 03:50:13 | [diff] [blame] | 6013 | } |
| 6014 | |
Jialiu Lin | ad8bf3d6 | 2018-05-10 19:56:27 | [diff] [blame] | 6015 | if (safe_browsing_mode == 1) { |
| 6016 | deps += [ "//chrome/browser/ui/webui/reset_password:mojo_bindings_js" ] |
| 6017 | } |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 6018 | } |
| 6019 | |
engedy | 99d0e11b | 2014-09-30 13:32:41 | [diff] [blame] | 6020 | if (is_chrome_branded) { |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 6021 | action("chrome_internal_resources_gen") { |
engedy | 99d0e11b | 2014-09-30 13:32:41 | [diff] [blame] | 6022 | script = "internal/transform_additional_modules_list.py" |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 6023 | sources = [ "internal/resources/additional_modules_list.input" ] |
| 6024 | outputs = [ additional_modules_list_file ] |
engedy | 99d0e11b | 2014-09-30 13:32:41 | [diff] [blame] | 6025 | args = rebase_path(sources, root_build_dir) + |
| 6026 | rebase_path(outputs, root_build_dir) |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 6027 | } |
| 6028 | } else { |
| 6029 | group("chrome_internal_resources_gen") { |
| 6030 | # Empty placeholder. |
| 6031 | } |
| 6032 | } |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6033 | |
Samuel Huang | 002e44e6 | 2019-12-09 16:42:27 | [diff] [blame] | 6034 | grit("dev_ui_browser_resources") { |
| 6035 | source = "dev_ui_browser_resources.grd" |
| 6036 | |
Samuel Huang | 002e44e6 | 2019-12-09 16:42:27 | [diff] [blame] | 6037 | defines = chrome_grit_defines |
| 6038 | |
| 6039 | output_dir = "$root_gen_dir/chrome" |
| 6040 | outputs = [ |
| 6041 | "grit/dev_ui_browser_resources.h", |
| 6042 | "dev_ui_browser_resources.pak", |
| 6043 | ] |
| 6044 | |
| 6045 | grit_flags = [ |
| 6046 | "-E", |
| 6047 | "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), |
| 6048 | ] |
| 6049 | |
| 6050 | deps = [ |
| 6051 | "//chrome/browser/engagement:mojo_bindings_js", |
| 6052 | "//chrome/browser/media:mojo_bindings_js", |
Becca Hughes | 640ab57 | 2020-03-10 18:04:34 | [diff] [blame] | 6053 | "//chrome/browser/media/feeds:mojo_bindings_js", |
Alan Cutter | c5219bf | 2020-07-07 14:58:47 | [diff] [blame] | 6054 | "//chrome/browser/resources/web_app_internals:components", |
| 6055 | "//chrome/browser/ui/webui/internals/web_app:mojo_bindings_js", |
Samuel Huang | 002e44e6 | 2019-12-09 16:42:27 | [diff] [blame] | 6056 | "//chrome/browser/ui/webui/interventions_internals:mojo_bindings_js", |
| 6057 | ] |
| 6058 | if (is_android) { |
| 6059 | deps += [ |
| 6060 | "//chrome/browser/ui/webui/feed_internals:mojo_bindings_js", |
| 6061 | "//chrome/browser/ui/webui/snippets_internals:mojo_bindings_js", |
| 6062 | ] |
| 6063 | } |
| 6064 | } |
| 6065 | |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 6066 | action("expired_flags_list_gen") { |
| 6067 | script = "//tools/flags/generate_expired_list.py" |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 6068 | sources = [ "flag-metadata.json" ] |
| 6069 | inputs = [ "//chrome/VERSION" ] |
| 6070 | outputs = [ "$root_gen_dir/chrome/browser/expired_flags_list.cc" ] |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 6071 | args = rebase_path(sources, root_build_dir) + |
| 6072 | rebase_path(outputs, root_build_dir) |
| 6073 | } |
| 6074 | |
| 6075 | source_set("expired_flags_list") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 6076 | deps = [ ":expired_flags_list_gen" ] |
| 6077 | sources = [ "$root_gen_dir/chrome/browser/expired_flags_list.cc" ] |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 6078 | } |
| 6079 | |
Elly Fong-Jones | 4054f14 | 2020-04-17 17:12:33 | [diff] [blame] | 6080 | action("unexpire_flags_gen") { |
| 6081 | script = "//tools/flags/generate_unexpire_flags.py" |
Elly Fong-Jones | 7ff0bab | 2020-04-20 20:57:51 | [diff] [blame] | 6082 | inputs = [ |
| 6083 | "//chrome/VERSION", |
| 6084 | "//tools/flags/generate_unexpire_flags.py", |
| 6085 | ] |
Elly Fong-Jones | 4054f14 | 2020-04-17 17:12:33 | [diff] [blame] | 6086 | outputs = [ |
| 6087 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.cc", |
| 6088 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.h", |
| 6089 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.inc", |
| 6090 | ] |
| 6091 | args = rebase_path(outputs, root_build_dir) |
| 6092 | } |
| 6093 | |
| 6094 | source_set("unexpire_flags") { |
Elly Fong-Jones | e49133f9 | 2020-04-17 20:13:25 | [diff] [blame] | 6095 | deps = [ |
| 6096 | ":unexpire_flags_gen", |
| 6097 | "//base", |
| 6098 | ] |
Elly Fong-Jones | 4054f14 | 2020-04-17 17:12:33 | [diff] [blame] | 6099 | sources = [ |
| 6100 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.cc", |
| 6101 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.h", |
| 6102 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.inc", |
| 6103 | ] |
| 6104 | } |
| 6105 | |
brettw | 022f8f3 | 2016-06-14 01:22:39 | [diff] [blame] | 6106 | # Use a static library here because many test binaries depend on this but don't |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 6107 | # require many files from it.This makes linking more efficient. |
brettw | 022f8f3 | 2016-06-14 01:22:39 | [diff] [blame] | 6108 | static_library("test_support") { |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6109 | testonly = true |
| 6110 | |
| 6111 | # Always include this via the main test support target. |
| 6112 | visibility = [ "//chrome/test:test_support" ] |
| 6113 | |
| 6114 | sources = [ |
Friedrich Horschig | 15ef70d | 2019-04-02 09:12:12 | [diff] [blame] | 6115 | "autofill/mock_autofill_popup_controller.cc", |
| 6116 | "autofill/mock_autofill_popup_controller.h", |
Ioana Pandele | 961d0cd | 2019-02-06 12:33:45 | [diff] [blame] | 6117 | "autofill/mock_manual_filling_controller.cc", |
| 6118 | "autofill/mock_manual_filling_controller.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6119 | "browsing_data/mock_browsing_data_flash_lso_helper.cc", |
| 6120 | "browsing_data/mock_browsing_data_flash_lso_helper.h", |
jrummell | 6f67ebb | 2016-10-13 21:24:34 | [diff] [blame] | 6121 | "browsing_data/mock_browsing_data_media_license_helper.cc", |
| 6122 | "browsing_data/mock_browsing_data_media_license_helper.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6123 | "browsing_data/mock_browsing_data_quota_helper.cc", |
| 6124 | "browsing_data/mock_browsing_data_quota_helper.h", |
Martin Sramek | b946afd | 2018-03-28 15:54:18 | [diff] [blame] | 6125 | "consent_auditor/consent_auditor_test_utils.cc", |
| 6126 | "consent_auditor/consent_auditor_test_utils.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6127 | "download/download_test_file_activity_observer.cc", |
| 6128 | "download/download_test_file_activity_observer.h", |
jochen | 3c6423f | 2016-11-12 22:23:44 | [diff] [blame] | 6129 | "history/history_test_utils.cc", |
| 6130 | "history/history_test_utils.h", |
Alexey Baskakov | 295e99a | 2018-11-16 04:45:53 | [diff] [blame] | 6131 | "installable/fake_installable_manager.cc", |
| 6132 | "installable/fake_installable_manager.h", |
Ryan Sleevi | af6d187f | 2019-12-02 20:50:47 | [diff] [blame] | 6133 | "interstitials/security_interstitial_page_test_utils.cc", |
| 6134 | "interstitials/security_interstitial_page_test_utils.h", |
Becca Hughes | 8986969 | 2020-05-04 23:37:36 | [diff] [blame] | 6135 | "media/history/media_history_test_utils.cc", |
| 6136 | "media/history/media_history_test_utils.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 6137 | "media/webrtc/fake_desktop_media_list.cc", |
| 6138 | "media/webrtc/fake_desktop_media_list.h", |
Emircan Uysaler | 54124ea | 2018-08-09 23:20:38 | [diff] [blame] | 6139 | "media/webrtc/fake_desktop_media_picker_factory.cc", |
| 6140 | "media/webrtc/fake_desktop_media_picker_factory.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6141 | "net/dns_probe_test_util.cc", |
| 6142 | "net/dns_probe_test_util.h", |
Anita Woodruff | 29eb39f | 2017-11-16 21:00:05 | [diff] [blame] | 6143 | "notifications/metrics/mock_notification_metrics_logger.cc", |
| 6144 | "notifications/metrics/mock_notification_metrics_logger.h", |
Peter Beverloo | 14d352b | 2017-08-22 19:32:41 | [diff] [blame] | 6145 | "notifications/notification_display_service_tester.cc", |
| 6146 | "notifications/notification_display_service_tester.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6147 | "notifications/notification_test_util.cc", |
| 6148 | "notifications/notification_test_util.h", |
peter | 28d8b73 | 2017-04-11 17:36:17 | [diff] [blame] | 6149 | "notifications/stub_notification_display_service.cc", |
| 6150 | "notifications/stub_notification_display_service.h", |
Tommy C. Li | fac0d44 | 2018-11-15 16:56:48 | [diff] [blame] | 6151 | "plugins/plugin_test_utils.cc", |
| 6152 | "plugins/plugin_test_utils.h", |
Timothy Loh | 4a96be8 | 2017-11-13 07:41:39 | [diff] [blame] | 6153 | "predictors/loading_test_util.cc", |
| 6154 | "predictors/loading_test_util.h", |
Emily Stark | 474b8ca | 2019-10-24 15:35:39 | [diff] [blame] | 6155 | "reputation/safety_tip_test_utils.cc", |
| 6156 | "reputation/safety_tip_test_utils.h", |
Chris Hamilton | c745083 | 2018-06-12 13:41:15 | [diff] [blame] | 6157 | "resource_coordinator/tab_load_tracker_test_support.cc", |
| 6158 | "resource_coordinator/tab_load_tracker_test_support.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6159 | "search_engines/template_url_service_factory_test_util.cc", |
| 6160 | "search_engines/template_url_service_factory_test_util.h", |
| 6161 | "search_engines/template_url_service_test_util.cc", |
| 6162 | "search_engines/template_url_service_test_util.h", |
Antonio Gomes | f3118cf | 2019-02-14 22:17:07 | [diff] [blame] | 6163 | "signin/chrome_signin_client_test_util.cc", |
| 6164 | "signin/chrome_signin_client_test_util.h", |
Sven Zheng | 195cbb837 | 2019-08-09 19:01:13 | [diff] [blame] | 6165 | "signin/e2e_tests/test_accounts_util.cc", |
| 6166 | "signin/e2e_tests/test_accounts_util.h", |
Colin Blundell | 3f4b72c | 2018-10-17 11:25:57 | [diff] [blame] | 6167 | "signin/identity_test_environment_profile_adaptor.cc", |
| 6168 | "signin/identity_test_environment_profile_adaptor.h", |
Ryan Sleevi | af6d187f | 2019-12-02 20:50:47 | [diff] [blame] | 6169 | "ssl/ssl_browsertest_util.cc", |
| 6170 | "ssl/ssl_browsertest_util.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6171 | "ssl/ssl_client_auth_requestor_mock.cc", |
| 6172 | "ssl/ssl_client_auth_requestor_mock.h", |
Christopher Thompson | cca4c34 | 2019-10-22 05:13:38 | [diff] [blame] | 6173 | "ssl/tls_deprecation_test_utils.cc", |
| 6174 | "ssl/tls_deprecation_test_utils.h", |
Evan Stade | 92a59bd | 2019-08-02 20:28:02 | [diff] [blame] | 6175 | "translate/translate_test_utils.cc", |
| 6176 | "translate/translate_test_utils.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6177 | ] |
| 6178 | |
brettw | bc8b2a2 | 2015-07-28 18:24:42 | [diff] [blame] | 6179 | configs += [ "//build/config:precompiled_headers" ] |
| 6180 | |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 6181 | public_deps = [ |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6182 | ":browser", |
Daniel Bratell | 65396b85 | 2018-09-10 09:06:55 | [diff] [blame] | 6183 | "//chrome/browser/safe_browsing:test_support", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 6184 | "//chrome/browser/ui:test_support", |
| 6185 | ] |
| 6186 | deps = [ |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 6187 | "//chrome/app/theme:theme_resources", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6188 | "//chrome/browser", |
Eric Stevenson | 97e992ae | 2019-10-04 18:59:44 | [diff] [blame] | 6189 | "//chrome/browser/subresource_filter:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6190 | "//chrome/common", |
| 6191 | "//chrome/common/safe_browsing:proto", |
maxbogue | 26f4022 | 2016-09-16 20:22:18 | [diff] [blame] | 6192 | "//components/browser_sync:test_support", |
knn | 062cdbb | 2015-06-26 18:18:42 | [diff] [blame] | 6193 | "//components/invalidation/impl", |
| 6194 | "//components/invalidation/impl:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6195 | "//components/password_manager/core/browser:test_support", |
brettw | 3865a71 | 2016-12-10 05:59:08 | [diff] [blame] | 6196 | "//components/policy/core/browser:test_support", |
brettw | 9f7802a2 | 2016-01-30 06:40:17 | [diff] [blame] | 6197 | "//components/prefs:test_support", |
Ali Juma | fb3dc1f | 2020-01-07 17:33:47 | [diff] [blame] | 6198 | "//components/safe_browsing/core:csd_proto", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6199 | "//components/search_engines:test_support", |
Ken Rockot | 61df041 | 2019-07-26 17:12:19 | [diff] [blame] | 6200 | "//components/services/unzip/content", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 6201 | "//components/sessions:test_support", |
Henrique Ferreiro | 94eb46f | 2019-07-03 14:38:56 | [diff] [blame] | 6202 | "//components/signin/public/identity_manager:test_support", |
engedy | 9ae0424 | 2016-06-08 13:31:18 | [diff] [blame] | 6203 | "//components/subresource_filter/core/browser:test_support", |
pkalinnikov | f7d7ff47 | 2016-07-27 11:53:59 | [diff] [blame] | 6204 | "//components/subresource_filter/core/common:test_support", |
maxbogue | ea16ff41 | 2016-10-28 16:35:29 | [diff] [blame] | 6205 | "//components/sync_preferences:test_support", |
Colin Blundell | ec2769b | 2020-04-13 09:13:05 | [diff] [blame] | 6206 | "//components/translate/content/browser:test_support", |
oysteine | b766497 | 2017-02-01 19:18:48 | [diff] [blame] | 6207 | "//components/ukm:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6208 | "//content/test:test_support", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 6209 | "//google_apis:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6210 | "//net:test_support", |
Robert Sesek | a49d62c | 2019-11-05 22:10:12 | [diff] [blame] | 6211 | "//services/data_decoder/public/cpp:test_support", |
sammc | fb473a87 | 2017-04-03 01:56:59 | [diff] [blame] | 6212 | "//services/preferences/public/cpp/tracked:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6213 | "//skia", |
| 6214 | "//testing/gmock", |
| 6215 | "//testing/gtest", |
| 6216 | "//ui/gfx", |
| 6217 | ] |
| 6218 | |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 6219 | if (!is_android && !is_fuchsia) { |
Pavol Marko | 0260d06c0 | 2019-06-27 20:43:10 | [diff] [blame] | 6220 | deps += [ "//components/policy/test_support" ] |
Sergey Ulanov | ec1d3de | 2017-09-19 19:27:47 | [diff] [blame] | 6221 | } |
| 6222 | |
Tommy Nyquist | d7e1c1d | 2017-04-07 19:24:24 | [diff] [blame] | 6223 | if (is_android) { |
| 6224 | sources += [ |
Ioana Pandele | 67513a8 | 2019-06-11 10:21:00 | [diff] [blame] | 6225 | "autofill/mock_address_accessory_controller.cc", |
| 6226 | "autofill/mock_address_accessory_controller.h", |
Tommy Martino | f712e36 | 2019-06-26 14:45:02 | [diff] [blame] | 6227 | "autofill/mock_credit_card_accessory_controller.cc", |
| 6228 | "autofill/mock_credit_card_accessory_controller.h", |
Ioana Pandele | 67513a8 | 2019-06-11 10:21:00 | [diff] [blame] | 6229 | "autofill/mock_manual_filling_view.cc", |
| 6230 | "autofill/mock_manual_filling_view.h", |
Friedrich Horschig | 9a66f14 | 2019-06-24 17:23:28 | [diff] [blame] | 6231 | "autofill/mock_password_accessory_controller.cc", |
| 6232 | "autofill/mock_password_accessory_controller.h", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 6233 | "download/android/mock_download_controller.cc", |
| 6234 | "download/android/mock_download_controller.h", |
Tommy Nyquist | d7e1c1d | 2017-04-07 19:24:24 | [diff] [blame] | 6235 | ] |
Tanya Gupta | f66cd5d | 2019-02-22 01:22:56 | [diff] [blame] | 6236 | deps += [ "//chrome/android:test_support_jni_headers" ] |
Tommy Nyquist | d7e1c1d | 2017-04-07 19:24:24 | [diff] [blame] | 6237 | } else { |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 6238 | sources += [ |
Bret Sepulveda | e6e84f7 | 2017-10-20 03:37:40 | [diff] [blame] | 6239 | "chooser_controller/fake_bluetooth_chooser_controller.cc", |
| 6240 | "chooser_controller/fake_bluetooth_chooser_controller.h", |
| 6241 | "chooser_controller/fake_usb_chooser_controller.cc", |
| 6242 | "chooser_controller/fake_usb_chooser_controller.h", |
thestig | 259da0b | 2015-10-07 18:09:08 | [diff] [blame] | 6243 | "download/test_download_shelf.cc", |
| 6244 | "download/test_download_shelf.h", |
Matt Reynolds | 9ae8044 | 2020-06-18 01:18:07 | [diff] [blame] | 6245 | "hid/mock_hid_device_observer.cc", |
| 6246 | "hid/mock_hid_device_observer.h", |
thestig | 259da0b | 2015-10-07 18:09:08 | [diff] [blame] | 6247 | "profile_resetter/profile_resetter_test_base.cc", |
| 6248 | "profile_resetter/profile_resetter_test_base.h", |
| 6249 | "sessions/session_restore_test_helper.cc", |
| 6250 | "sessions/session_restore_test_helper.h", |
Sebastien Marchand | fbeab20 | 2018-12-03 22:10:10 | [diff] [blame] | 6251 | "sessions/session_restore_test_utils.cc", |
| 6252 | "sessions/session_restore_test_utils.h", |
thestig | 354985d | 2015-09-28 20:55:00 | [diff] [blame] | 6253 | "sessions/session_service_test_helper.cc", |
| 6254 | "sessions/session_service_test_helper.h", |
Chris Hamilton | 6b0f670 | 2018-06-05 12:57:15 | [diff] [blame] | 6255 | "sessions/tab_loader_tester.cc", |
| 6256 | "sessions/tab_loader_tester.h", |
Peter Kasting | 43899a53 | 2020-02-25 20:21:52 | [diff] [blame] | 6257 | "sessions/tab_restore_service_load_waiter.cc", |
| 6258 | "sessions/tab_restore_service_load_waiter.h", |
Michael Giuffrida | 23c0718 | 2018-02-10 09:15:09 | [diff] [blame] | 6259 | "ui/tabs/tab_activity_simulator.cc", |
| 6260 | "ui/tabs/tab_activity_simulator.h", |
thestig | 354985d | 2015-09-28 20:55:00 | [diff] [blame] | 6261 | ] |
| 6262 | } |
| 6263 | |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6264 | if (is_chromeos) { |
| 6265 | sources += [ |
| 6266 | "chromeos/app_mode/fake_cws.cc", |
| 6267 | "chromeos/app_mode/fake_cws.h", |
hidehiko | 3b196d3 | 2016-12-02 11:05:21 | [diff] [blame] | 6268 | "chromeos/arc/extensions/fake_arc_support.cc", |
| 6269 | "chromeos/arc/extensions/fake_arc_support.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6270 | "chromeos/file_manager/fake_disk_mount_manager.cc", |
| 6271 | "chromeos/file_manager/fake_disk_mount_manager.h", |
| 6272 | "chromeos/input_method/mock_candidate_window_controller.cc", |
| 6273 | "chromeos/input_method/mock_candidate_window_controller.h", |
| 6274 | "chromeos/input_method/mock_input_method_engine.cc", |
| 6275 | "chromeos/input_method/mock_input_method_engine.h", |
azurewei | 045de38 | 2017-01-06 02:06:00 | [diff] [blame] | 6276 | "chromeos/input_method/mock_input_method_manager_impl.cc", |
| 6277 | "chromeos/input_method/mock_input_method_manager_impl.h", |
jdufault | eda3863d | 2017-02-24 19:49:12 | [diff] [blame] | 6278 | "chromeos/login/screens/mock_device_disabled_screen_view.cc", |
| 6279 | "chromeos/login/screens/mock_device_disabled_screen_view.h", |
nkostylev | 393309f | 2015-02-05 13:57:39 | [diff] [blame] | 6280 | "chromeos/login/session/user_session_manager_test_api.cc", |
| 6281 | "chromeos/login/session/user_session_manager_test_api.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6282 | "chromeos/login/test/js_checker.cc", |
| 6283 | "chromeos/login/test/js_checker.h", |
Tony de Luna | f19732e7 | 2019-04-25 02:10:29 | [diff] [blame] | 6284 | "chromeos/login/test/oobe_auth_page_waiter.cc", |
| 6285 | "chromeos/login/test/oobe_auth_page_waiter.h", |
Denis Kuznetsov | 01f66ee7 | 2018-08-31 16:20:05 | [diff] [blame] | 6286 | "chromeos/login/test/oobe_configuration_waiter.cc", |
| 6287 | "chromeos/login/test/oobe_configuration_waiter.h", |
Toni Barzic | bd5c78d3 | 2019-04-03 23:39:35 | [diff] [blame] | 6288 | "chromeos/login/test/oobe_screen_exit_waiter.cc", |
| 6289 | "chromeos/login/test/oobe_screen_exit_waiter.h", |
satorux | b7a72ea | 2015-02-13 07:19:59 | [diff] [blame] | 6290 | "chromeos/login/test/oobe_screen_waiter.cc", |
| 6291 | "chromeos/login/test/oobe_screen_waiter.h", |
[email protected] | a6f4038 | 2018-03-29 22:34:49 | [diff] [blame] | 6292 | "chromeos/login/ui/fake_login_display_host.cc", |
| 6293 | "chromeos/login/ui/fake_login_display_host.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6294 | "chromeos/login/ui/mock_login_display.cc", |
| 6295 | "chromeos/login/ui/mock_login_display.h", |
| 6296 | "chromeos/login/ui/mock_login_display_host.cc", |
| 6297 | "chromeos/login/ui/mock_login_display_host.h", |
brettw | 7d6ec246 | 2015-01-07 13:00:51 | [diff] [blame] | 6298 | "chromeos/login/users/avatar/mock_user_image_manager.cc", |
| 6299 | "chromeos/login/users/avatar/mock_user_image_manager.h", |
merkulova | 793f302 | 2015-02-04 10:18:30 | [diff] [blame] | 6300 | "chromeos/login/users/fake_chrome_user_manager.cc", |
| 6301 | "chromeos/login/users/fake_chrome_user_manager.h", |
brettw | 7d6ec246 | 2015-01-07 13:00:51 | [diff] [blame] | 6302 | "chromeos/login/users/fake_supervised_user_manager.cc", |
| 6303 | "chromeos/login/users/fake_supervised_user_manager.h", |
brettw | 7d6ec246 | 2015-01-07 13:00:51 | [diff] [blame] | 6304 | "chromeos/login/users/mock_user_manager.cc", |
| 6305 | "chromeos/login/users/mock_user_manager.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6306 | "chromeos/net/network_portal_detector_test_utils.cc", |
| 6307 | "chromeos/net/network_portal_detector_test_utils.h", |
| 6308 | "chromeos/policy/cloud_external_data_manager_base_test_util.cc", |
| 6309 | "chromeos/policy/cloud_external_data_manager_base_test_util.h", |
| 6310 | "chromeos/policy/device_policy_builder.cc", |
| 6311 | "chromeos/policy/device_policy_builder.h", |
| 6312 | "chromeos/policy/fake_device_cloud_policy_initializer.cc", |
| 6313 | "chromeos/policy/fake_device_cloud_policy_initializer.h", |
brettw | a68ea2b | 2015-02-01 02:54:07 | [diff] [blame] | 6314 | "chromeos/policy/fake_device_cloud_policy_manager.cc", |
| 6315 | "chromeos/policy/fake_device_cloud_policy_manager.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6316 | "chromeos/settings/device_settings_test_helper.cc", |
| 6317 | "chromeos/settings/device_settings_test_helper.h", |
James Cook | c542d99 | 2019-11-08 23:34:24 | [diff] [blame] | 6318 | "ui/app_list/test/chrome_app_list_test_support.cc", |
| 6319 | "ui/app_list/test/chrome_app_list_test_support.h", |
| 6320 | "ui/app_list/test/test_app_list_controller_delegate.cc", |
| 6321 | "ui/app_list/test/test_app_list_controller_delegate.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6322 | ] |
agrieve | 95ba444 | 2016-04-25 15:47:13 | [diff] [blame] | 6323 | configs += [ "//build/config/linux/dbus" ] |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 6324 | deps += [ "//chromeos:test_support" ] |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6325 | } |
| 6326 | |
Daniel Bratell | 880762a9 | 2018-02-05 18:11:08 | [diff] [blame] | 6327 | if (is_win) { |
| 6328 | sources += [ |
Xi Cheng | af7de42 | 2018-11-15 22:19:18 | [diff] [blame] | 6329 | "notifications/win/fake_itoastnotification.cc", |
| 6330 | "notifications/win/fake_itoastnotification.h", |
Daniel Bratell | 880762a9 | 2018-02-05 18:11:08 | [diff] [blame] | 6331 | ] |
| 6332 | } |
| 6333 | |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6334 | if (enable_extensions) { |
| 6335 | sources += [ |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6336 | "extensions/api/messaging/native_messaging_test_util.cc", |
| 6337 | "extensions/api/messaging/native_messaging_test_util.h", |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 6338 | "extensions/chrome_extension_test_notification_observer.cc", |
| 6339 | "extensions/chrome_extension_test_notification_observer.h", |
| 6340 | "extensions/chrome_test_extension_loader.cc", |
| 6341 | "extensions/chrome_test_extension_loader.h", |
| 6342 | "extensions/extension_action_test_util.cc", |
| 6343 | "extensions/extension_action_test_util.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6344 | "extensions/mock_extension_special_storage_policy.cc", |
| 6345 | "extensions/mock_extension_special_storage_policy.h", |
[email protected] | b5590691 | 2020-07-07 10:39:40 | [diff] [blame] | 6346 | "extensions/test_blocklist.cc", |
| 6347 | "extensions/test_blocklist.h", |
| 6348 | "extensions/test_blocklist_state_fetcher.cc", |
| 6349 | "extensions/test_blocklist_state_fetcher.h", |
satorux | b7a72ea | 2015-02-13 07:19:59 | [diff] [blame] | 6350 | "extensions/test_extension_environment.cc", |
| 6351 | "extensions/test_extension_environment.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6352 | "extensions/test_extension_prefs.cc", |
| 6353 | "extensions/test_extension_prefs.h", |
| 6354 | "extensions/test_extension_service.cc", |
| 6355 | "extensions/test_extension_service.h", |
| 6356 | "extensions/test_extension_system.cc", |
| 6357 | "extensions/test_extension_system.h", |
| 6358 | "media_galleries/media_galleries_test_util.cc", |
| 6359 | "media_galleries/media_galleries_test_util.h", |
| 6360 | ] |
lukasza | 8acc4eb | 2015-07-20 20:57:20 | [diff] [blame] | 6361 | deps += [ |
| 6362 | "//components/drive:test_support", |
Ken Rockot | 61df041 | 2019-07-26 17:12:19 | [diff] [blame] | 6363 | "//components/services/unzip:in_process", |
lukasza | 8acc4eb | 2015-07-20 20:57:20 | [diff] [blame] | 6364 | "//components/storage_monitor:test_support", |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 6365 | "//extensions:test_support", |
Mario Sanchez Prada | fdda9f6 | 2018-10-18 13:50:45 | [diff] [blame] | 6366 | "//google_apis:test_support", |
Jay Civelli | ea8f3df | 2018-01-24 05:17:32 | [diff] [blame] | 6367 | "//services/data_decoder/public/cpp:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6368 | ] |
| 6369 | } |
xhwang | c3a252b | 2016-05-23 02:35:48 | [diff] [blame] | 6370 | |
Xiaohan Wang | 3a2df1e | 2017-07-24 18:34:44 | [diff] [blame] | 6371 | if (enable_library_cdms) { |
xhwang | c3a252b | 2016-05-23 02:35:48 | [diff] [blame] | 6372 | sources += [ |
Xiaohan Wang | fef7061a | 2017-09-14 02:41:12 | [diff] [blame] | 6373 | "media/library_cdm_test_helper.cc", |
| 6374 | "media/library_cdm_test_helper.h", |
xhwang | c3a252b | 2016-05-23 02:35:48 | [diff] [blame] | 6375 | ] |
Suchit Agrawal | 33aa402 | 2017-07-12 04:13:41 | [diff] [blame] | 6376 | deps += [ "//media/cdm:cdm_paths" ] |
xhwang | c3a252b | 2016-05-23 02:35:48 | [diff] [blame] | 6377 | } |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 6378 | |
Qingsi Wang | c2213d5d | 2018-11-02 01:28:12 | [diff] [blame] | 6379 | if (enable_service_discovery) { |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 6380 | sources += [ |
Jesse Schettler | 2123954 | 2020-07-21 22:04:36 | [diff] [blame] | 6381 | "local_discovery/fake_service_discovery_device_lister.cc", |
| 6382 | "local_discovery/fake_service_discovery_device_lister.h", |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 6383 | "local_discovery/test_service_discovery_client.cc", |
| 6384 | "local_discovery/test_service_discovery_client.h", |
| 6385 | ] |
| 6386 | } |
| 6387 | |
| 6388 | if (safe_browsing_mode != 0) { |
| 6389 | # "Safe Browsing Basic" files used for safe browsing in full mode |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 6390 | #(safe_browsing = 1) and mobile(=2) |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 6391 | sources += [ |
| 6392 | "safe_browsing/certificate_reporting_service_test_utils.cc", |
| 6393 | "safe_browsing/certificate_reporting_service_test_utils.h", |
Timothy Loh | 31cb90e | 2018-03-07 04:38:24 | [diff] [blame] | 6394 | "safe_browsing/mock_report_sender.cc", |
| 6395 | "safe_browsing/mock_report_sender.h", |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 6396 | ] |
| 6397 | } |
| 6398 | |
| 6399 | if (safe_browsing_mode == 1) { |
| 6400 | sources += [ |
| 6401 | "extensions/fake_safe_browsing_database_manager.cc", |
| 6402 | "extensions/fake_safe_browsing_database_manager.h", |
Roger Tawa | 4a99c35 | 2019-09-19 17:46:11 | [diff] [blame] | 6403 | "safe_browsing/cloud_content_scanning/fake_deep_scanning_dialog_delegate.cc", |
| 6404 | "safe_browsing/cloud_content_scanning/fake_deep_scanning_dialog_delegate.h", |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 6405 | ] |
| 6406 | } |
Dave Tapuska | 093acc6 | 2017-12-06 15:17:52 | [diff] [blame] | 6407 | |
| 6408 | if (has_spellcheck_panel) { |
| 6409 | sources += [ |
Dave Tapuska | 093acc6 | 2017-12-06 15:17:52 | [diff] [blame] | 6410 | "spellchecker/test/spellcheck_mock_panel_host.cc", |
| 6411 | "spellchecker/test/spellcheck_mock_panel_host.h", |
Ken Rockot | c185b2a | 2019-08-01 22:19:48 | [diff] [blame] | 6412 | "spellchecker/test/spellcheck_panel_browsertest_helper.cc", |
| 6413 | "spellchecker/test/spellcheck_panel_browsertest_helper.h", |
Dave Tapuska | 093acc6 | 2017-12-06 15:17:52 | [diff] [blame] | 6414 | ] |
| 6415 | } |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 6416 | } |
sdefresne | d967d55 | 2015-07-16 08:34:35 | [diff] [blame] | 6417 | |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 6418 | if (!is_android) { |
| 6419 | static_library("test_support_ui") { |
| 6420 | testonly = true |
| 6421 | configs += [ "//build/config:precompiled_headers" ] |
thestig | 65d7c5c | 2015-10-06 18:13:47 | [diff] [blame] | 6422 | |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 6423 | # Always include this via the main test support UI target. |
| 6424 | visibility = [ "//chrome/test:test_support_ui" ] |
thestig | 65d7c5c | 2015-10-06 18:13:47 | [diff] [blame] | 6425 | |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 6426 | sources = [ |
Ryan Sleevi | af6d187f | 2019-12-02 20:50:47 | [diff] [blame] | 6427 | "interstitials/security_interstitial_idn_test.cc", |
| 6428 | "interstitials/security_interstitial_idn_test.h", |
vasilii | 47d59c35 | 2017-03-22 11:20:25 | [diff] [blame] | 6429 | "password_manager/password_manager_test_base.cc", |
| 6430 | "password_manager/password_manager_test_base.h", |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 6431 | "signin/token_revoker_test_utils.cc", |
| 6432 | "signin/token_revoker_test_utils.h", |
Ryan Sleevi | af6d187f | 2019-12-02 20:50:47 | [diff] [blame] | 6433 | "ssl/cert_verifier_platform_browser_test.cc", |
| 6434 | "ssl/cert_verifier_platform_browser_test.h", |
David Roger | c62f226 | 2019-01-16 17:31:04 | [diff] [blame] | 6435 | "ui/webui/signin/login_ui_test_utils.cc", |
| 6436 | "ui/webui/signin/login_ui_test_utils.h", |
rbpotter | c46964a | 2019-07-19 01:08:34 | [diff] [blame] | 6437 | "ui/webui/test_data_source.cc", |
| 6438 | "ui/webui/test_data_source.h", |
tsergeant | bd856e8 | 2017-01-12 02:36:47 | [diff] [blame] | 6439 | "ui/webui/web_ui_test_handler.cc", |
| 6440 | "ui/webui/web_ui_test_handler.h", |
| 6441 | ] |
Ivan Afanasyev | 98363376 | 2017-09-06 14:33:09 | [diff] [blame] | 6442 | |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 6443 | deps = [ |
John Budorick | fbf99d2 | 2018-06-13 22:56:35 | [diff] [blame] | 6444 | ":browser", |
Christopher Lam | bed22da4 | 2018-05-22 07:22:30 | [diff] [blame] | 6445 | "//chrome:browser_tests_pak", |
| 6446 | "//chrome/common:mojo_bindings", |
| 6447 | "//chrome/test/data:web_ui_test_bindings", |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 6448 | "//components/metrics:test_support", |
| 6449 | "//components/password_manager/core/browser:test_support", |
| 6450 | "//components/translate/content/common", |
| 6451 | ] |
| 6452 | |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 6453 | public_deps = [ "//net:test_support" ] |
tsergeant | bd856e8 | 2017-01-12 02:36:47 | [diff] [blame] | 6454 | } |
thestig | 65d7c5c | 2015-10-06 18:13:47 | [diff] [blame] | 6455 | } |
Rayan Kanso | 2e00e72b | 2019-08-23 15:32:57 | [diff] [blame] | 6456 | |
| 6457 | if (is_android) { |
| 6458 | java_cpp_enum("sharing_send_message_result_generated_enum") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 6459 | sources = [ "sharing/sharing_send_message_result.h" ] |
Rayan Kanso | 2e00e72b | 2019-08-23 15:32:57 | [diff] [blame] | 6460 | } |
Yasmin | b0ef711 | 2019-09-11 21:19:52 | [diff] [blame] | 6461 | java_cpp_enum("sharing_dialog_type_generated_enum") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 6462 | sources = [ "sharing/sharing_metrics.h" ] |
Yasmin | b0ef711 | 2019-09-11 21:19:52 | [diff] [blame] | 6463 | } |
Rayan Kanso | 2e00e72b | 2019-08-23 15:32:57 | [diff] [blame] | 6464 | } |
Zach Trudo | d10e962 | 2020-04-28 19:55:07 | [diff] [blame] | 6465 | |
Zach Trudo | d10e962 | 2020-04-28 19:55:07 | [diff] [blame] | 6466 | proto_library("status_proto") { |
| 6467 | sources = [ "policy/messaging_layer/util/status.proto" ] |
| 6468 | generate_python = false |
| 6469 | } |