Avi Drissman | 4a8573c | 2022-09-09 19:35:54 | [diff] [blame] | 1 | # Copyright 2014 The Chromium Authors |
| 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/features.gni") |
Ben Pastene | dbeeb4d | 2021-03-26 01:13:10 | [diff] [blame] | 12 | import("//build/config/python.gni") |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 13 | import("//build/config/ui.gni") |
Tommy Steimel | 4c18d3a | 2019-11-20 19:18:36 | [diff] [blame] | 14 | import("//chrome/browser/buildflags.gni") |
Yann Dago | 78100ea | 2020-02-04 17:46:34 | [diff] [blame] | 15 | import("//chrome/browser/downgrade/buildflags.gni") |
brettw | 06c2ba3 | 2015-11-26 09:21:25 | [diff] [blame] | 16 | import("//chrome/common/features.gni") |
Yilkal | c14fc55 | 2022-11-03 19:18:02 | [diff] [blame] | 17 | import("//chrome/services/speech/buildflags/buildflags.gni") |
Yeunjoo Choi | 3f43ca6 | 2022-05-16 03:05:46 | [diff] [blame] | 18 | import("//chromeos/ash/components/assistant/assistant.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") |
Duncan Mercer | 8062eef | 2022-12-28 22:28:37 | [diff] [blame] | 21 | import("//components/lens/features.gni") |
Dirk Pranke | ccc0c36 | 2017-09-28 22:15:11 | [diff] [blame] | 22 | import("//components/nacl/features.gni") |
Scott Violet | 9ae8289 | 2018-03-01 18:38:12 | [diff] [blame] | 23 | import("//components/offline_pages/buildflags/features.gni") |
Sophie Chang | 2bc2547 | 2021-02-05 17:25:02 | [diff] [blame] | 24 | import("//components/optimization_guide/features.gni") |
raphael.kubo.da.costa | c4e3e52dff | 2016-08-16 15:26:48 | [diff] [blame] | 25 | import("//components/os_crypt/features.gni") |
Ramin Halavati | 52a9a29 | 2022-04-28 04:27:49 | [diff] [blame] | 26 | import("//components/services/screen_ai/buildflags/features.gni") |
droger | fc443126 | 2017-06-22 13:58:19 | [diff] [blame] | 27 | import("//components/signin/features.gni") |
brettw | 41446f6 | 2016-11-14 23:23:23 | [diff] [blame] | 28 | import("//components/spellcheck/spellcheck_build_features.gni") |
Collin | 5baeeba5 | 2022-01-20 02:07:59 | [diff] [blame] | 29 | import("//crypto/features.gni") |
Scott Violet | c8240b0 | 2018-03-08 22:03:59 | [diff] [blame] | 30 | import("//device/vr/buildflags/buildflags.gni") |
| 31 | import("//extensions/buildflags/buildflags.gni") |
Jeffrey Kardatzke | 61442423 | 2020-12-12 00:54:06 | [diff] [blame] | 32 | import("//media/gpu/args.gni") |
brettw | 5224a18 | 2016-10-28 22:13:02 | [diff] [blame] | 33 | import("//net/features.gni") |
Lei Zhang | fc8ec94 | 2018-11-17 02:53:36 | [diff] [blame] | 34 | import("//pdf/features.gni") |
Scott Violet | 02e38b9 | 2018-03-27 23:42:14 | [diff] [blame] | 35 | import("//ppapi/buildflags/buildflags.gni") |
Scott Violet | 318a55f | 2018-03-30 19:08:19 | [diff] [blame] | 36 | import("//printing/buildflags/buildflags.gni") |
Scott Violet | a5f7ba1 | 2018-04-02 22:03:40 | [diff] [blame] | 37 | import("//rlz/buildflags/buildflags.gni") |
rsesek | 7b1273af0 | 2016-12-06 20:55:47 | [diff] [blame] | 38 | import("//sandbox/features.gni") |
Maksim Ivanov | 6c0ca92 | 2022-11-01 00:14:40 | [diff] [blame] | 39 | import("//testing/libfuzzer/fuzzer_test.gni") |
Koji Ishii | 7e4f249 | 2020-10-12 13:31:20 | [diff] [blame] | 40 | import("//third_party/blink/public/public_features.gni") |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 41 | import("//third_party/protobuf/proto_library.gni") |
Tomas Popela | 253a583 | 2019-01-14 17:22:10 | [diff] [blame] | 42 | import("//third_party/webrtc/webrtc.gni") |
Xiaohan Wang | f170c73 | 2018-09-27 05:45:26 | [diff] [blame] | 43 | import("//third_party/widevine/cdm/widevine.gni") |
Andrew Grieve | 25647916 | 2020-10-19 13:54:52 | [diff] [blame] | 44 | import("//tools/grit/grit_rule.gni") |
tapted | c604523 | 2016-11-30 10:42:07 | [diff] [blame] | 45 | import("//ui/base/ui_features.gni") |
scottmg | a266f95 | 2014-12-03 20:47:10 | [diff] [blame] | 46 | |
James Robinson | 2ed4d69 | 2014-09-17 05:20:58 | [diff] [blame] | 47 | # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
| 48 | # produces a conflict for the "grit" template so we have to only include one. |
| 49 | if (is_android) { |
| 50 | import("//build/config/android/rules.gni") |
Samuel Huang | 0a25657 | 2019-08-29 16:48:42 | [diff] [blame] | 51 | import("//chrome/android/features/dev_ui/dev_ui_module.gni") |
James Robinson | 2ed4d69 | 2014-09-17 05:20:58 | [diff] [blame] | 52 | } |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 53 | |
Sebastien Marchand | 5caf7c3 | 2020-07-14 21:07:12 | [diff] [blame] | 54 | if (is_win) { |
| 55 | import("//build/config/win/manifest.gni") |
| 56 | } |
| 57 | |
Roger Tawa | 43444daaf | 2021-02-05 00:51:39 | [diff] [blame] | 58 | declare_args() { |
| 59 | # You can set the variable 'use_official_enterprise_connectors_api_keys' to |
| 60 | # true to use the Google-internal file containing official API keys |
| 61 | # for enterprise connector partners even in a developer build. Setting this |
| 62 | # variable explicitly to true will cause your build to fail if the |
| 63 | # internal file is missing. |
| 64 | # |
| 65 | # Note that official builds always behave as if the variable |
| 66 | # was explicitly set to true, i.e. they always use official keys, |
| 67 | # and will fail to build if the internal file is missing. |
| 68 | use_official_enterprise_connectors_api_keys = false |
| 69 | } |
| 70 | |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 71 | additional_modules_list_file = |
| 72 | "$root_gen_dir/chrome/browser/internal/additional_modules_list.txt" |
| 73 | |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 74 | if (is_win) { |
| 75 | # This is in a separate config so the flags can be applied to dependents. |
| 76 | # ldflags in GN aren't automatically inherited. |
| 77 | config("browser_win_linker_flags") { |
| 78 | libs = [ |
| 79 | "credui.lib", |
jam | 66e4b2b | 2016-04-01 15:09:09 | [diff] [blame] | 80 | "cryptui.lib", |
| 81 | "dwmapi.lib", |
Stefan Smolen | 8e020ea | 2021-06-07 23:54:32 | [diff] [blame] | 82 | "imm32.lib", # chrome_elf_init.cc |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 83 | "netapi32.lib", |
David Dorwin | 4f91792 | 2021-07-08 21:32:59 | [diff] [blame] | 84 | "ndfapi.lib", # For browser/net/net_error_diagnostics_dialog_win.h |
| 85 | "pdh.lib", # For browser/private_working_set_snapshot.h |
| 86 | "wbemuuid.lib", # For browser/metrics / |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 87 | # antivirus_metrics_provider_win.cc |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 88 | ] |
manzagop | 74808fc | 2016-05-13 20:44:39 | [diff] [blame] | 89 | ldflags = [ |
| 90 | "/DELAYLOAD:ndfapi.dll", |
| 91 | "/DELAYLOAD:pdh.dll", # The task manager is rarely used. |
| 92 | ] |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 93 | } |
| 94 | } |
| 95 | |
Tommy Steimel | 4c18d3a | 2019-11-20 19:18:36 | [diff] [blame] | 96 | buildflag_header("buildflags") { |
| 97 | header = "buildflags.h" |
Sebastien Marchand | 96581ee | 2020-04-21 22:34:14 | [diff] [blame] | 98 | flags = [ |
Thiago Perrotta | 8a9aaca | 2022-11-24 11:20:13 | [diff] [blame] | 99 | "ENABLE_UPDATER=$enable_updater", |
Thiago Perrotta | ce2a2d3 | 2022-11-16 16:47:54 | [diff] [blame] | 100 | "ENABLE_UPDATE_NOTIFICATIONS=$enable_update_notifications", |
Koji Ishii | 7e4f249 | 2020-10-12 13:31:20 | [diff] [blame] | 101 | "USE_MINIKIN_HYPHENATION=$use_minikin_hyphenation", |
Sebastien Marchand | a0dc922 | 2020-06-18 12:22:57 | [diff] [blame] | 102 | "USE_THIN_LTO=$use_thin_lto", |
Sebastien Marchand | 96581ee | 2020-04-21 22:34:14 | [diff] [blame] | 103 | ] |
Georg Neis | 587393df | 2022-06-28 23:46:58 | [diff] [blame] | 104 | |
Sebastien Marchand | 5caf7c3 | 2020-07-14 21:07:12 | [diff] [blame] | 105 | if (is_win) { |
| 106 | flags += [ "ENABLE_SEGMENT_HEAP=$enable_segment_heap" ] |
| 107 | } |
Georg Neis | 587393df | 2022-06-28 23:46:58 | [diff] [blame] | 108 | |
| 109 | # Android and ChromeOS don't support multiple browser processes, so they don't |
| 110 | # employ ProcessSingleton. |
Ari Chivukula | 868b0f3 | 2022-08-04 19:59:20 | [diff] [blame] | 111 | if (is_android || is_chromeos) { |
Georg Neis | 587393df | 2022-06-28 23:46:58 | [diff] [blame] | 112 | flags += [ "ENABLE_PROCESS_SINGLETON=0" ] |
| 113 | } else { |
| 114 | flags += [ "ENABLE_PROCESS_SINGLETON=1" ] |
| 115 | } |
Tommy Steimel | 4c18d3a | 2019-11-20 19:18:36 | [diff] [blame] | 116 | } |
| 117 | |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 118 | # This proto library is used for non - android NTPs below. |
Ramya Nagarajan | 90f3b266 | 2018-05-25 15:21:20 | [diff] [blame] | 119 | proto_library("ntp_background_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 120 | sources = [ "search/background/ntp_background.proto" ] |
Ramya Nagarajan | 90f3b266 | 2018-05-25 15:21:20 | [diff] [blame] | 121 | generate_python = false |
| 122 | } |
| 123 | |
Alan Cutter | d3ee8ec | 2020-11-19 07:24:04 | [diff] [blame] | 124 | source_set("browser_process") { |
| 125 | sources = [ |
| 126 | "browser_process.cc", |
| 127 | "browser_process.h", |
| 128 | ] |
Lei Zhang | 3e63238b | 2021-04-20 17:16:15 | [diff] [blame] | 129 | deps = [ "//base" ] |
| 130 | public_deps = [ |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 131 | "//build:chromeos_buildflags", |
Alan Cutter | d3ee8ec | 2020-11-19 07:24:04 | [diff] [blame] | 132 | "//chrome/common:buildflags", |
| 133 | "//media:media_buildflags", |
| 134 | ] |
| 135 | } |
| 136 | |
brettw | 022f8f3 | 2016-06-14 01:22:39 | [diff] [blame] | 137 | # Use a static library here because many test binaries depend on this but don't |
Guillaume Jenkins | 2bc64aa | 2022-03-25 20:29:54 | [diff] [blame] | 138 | # require many files from it. This makes linking more efficient. |
Lei Zhang | faf6b77 | 2020-05-11 19:05:47 | [diff] [blame] | 139 | static_library("browser") { |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 140 | sources = [ |
| 141 | "about_flags.cc", |
| 142 | "about_flags.h", |
Dominic Mazzoni | 21fb028 | 2019-02-13 18:32:47 | [diff] [blame] | 143 | "accessibility/accessibility_labels_service.cc", |
| 144 | "accessibility/accessibility_labels_service.h", |
| 145 | "accessibility/accessibility_labels_service_factory.cc", |
| 146 | "accessibility/accessibility_labels_service_factory.h", |
Katie D | 62c2b9ad | 2019-01-15 03:34:11 | [diff] [blame] | 147 | "accessibility/accessibility_state_utils.cc", |
| 148 | "accessibility/accessibility_state_utils.h", |
James Wallace-Lee | eafc94cb9 | 2018-07-23 21:35:09 | [diff] [blame] | 149 | "accessibility/accessibility_ui.cc", |
| 150 | "accessibility/accessibility_ui.h", |
Sam Davis Omekara | 81948fd3 | 2022-07-27 21:04:06 | [diff] [blame] | 151 | "accessibility/page_colors.cc", |
| 152 | "accessibility/page_colors.h", |
| 153 | "accessibility/page_colors_factory.cc", |
| 154 | "accessibility/page_colors_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 155 | "after_startup_task_utils.cc", |
| 156 | "after_startup_task_utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 157 | "app_mode/app_mode_utils.cc", |
| 158 | "app_mode/app_mode_utils.h", |
Sammie Quon | f005735 | 2022-04-21 21:34:59 | [diff] [blame] | 159 | "apps/icon_standardizer.cc", |
| 160 | "apps/icon_standardizer.h", |
[email protected] | 98820ac7 | 2019-01-24 19:47:16 | [diff] [blame] | 161 | "apps/user_type_filter.cc", |
| 162 | "apps/user_type_filter.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 163 | "assist_ranker/assist_ranker_service_factory.cc", |
| 164 | "assist_ranker/assist_ranker_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 165 | "autocomplete/autocomplete_classifier_factory.cc", |
| 166 | "autocomplete/autocomplete_classifier_factory.h", |
| 167 | "autocomplete/chrome_autocomplete_provider_client.cc", |
| 168 | "autocomplete/chrome_autocomplete_provider_client.h", |
| 169 | "autocomplete/chrome_autocomplete_scheme_classifier.cc", |
| 170 | "autocomplete/chrome_autocomplete_scheme_classifier.h", |
Travis Skare | 13393cb | 2018-07-19 02:47:56 | [diff] [blame] | 171 | "autocomplete/document_suggestions_service_factory.cc", |
| 172 | "autocomplete/document_suggestions_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 173 | "autocomplete/in_memory_url_index_factory.cc", |
| 174 | "autocomplete/in_memory_url_index_factory.h", |
Tommy C. Li | 06ec26a | 2019-06-10 18:01:42 | [diff] [blame] | 175 | "autocomplete/remote_suggestions_service_factory.cc", |
| 176 | "autocomplete/remote_suggestions_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 177 | "autocomplete/shortcuts_backend_factory.cc", |
| 178 | "autocomplete/shortcuts_backend_factory.h", |
Khalid Peer | 171e762 | 2022-09-16 00:09:32 | [diff] [blame] | 179 | "autocomplete/zero_suggest_cache_service_factory.cc", |
| 180 | "autocomplete/zero_suggest_cache_service_factory.h", |
Dan Elphick | 97521318 | 2017-09-22 10:37:47 | [diff] [blame] | 181 | "background_fetch/background_fetch_delegate_factory.cc", |
| 182 | "background_fetch/background_fetch_delegate_factory.h", |
| 183 | "background_fetch/background_fetch_delegate_impl.cc", |
| 184 | "background_fetch/background_fetch_delegate_impl.h", |
Mugdha Lakhani | 7895d36 | 2018-10-05 18:35:38 | [diff] [blame] | 185 | "background_fetch/background_fetch_permission_context.cc", |
| 186 | "background_fetch/background_fetch_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 187 | "background_sync/background_sync_controller_factory.cc", |
| 188 | "background_sync/background_sync_controller_factory.h", |
Mugdha Lakhani | d0ac819 | 2020-10-06 18:30:36 | [diff] [blame] | 189 | "background_sync/background_sync_delegate_impl.cc", |
| 190 | "background_sync/background_sync_delegate_impl.h", |
Mugdha Lakhani | 4ed3c29 | 2019-05-02 11:41:44 | [diff] [blame] | 191 | "background_sync/periodic_background_sync_permission_context.cc", |
| 192 | "background_sync/periodic_background_sync_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 193 | "bad_message.cc", |
| 194 | "bad_message.h", |
Ryan Sturm | f0ad429 | 2019-05-10 00:51:10 | [diff] [blame] | 195 | "battery/battery_metrics.cc", |
| 196 | "battery/battery_metrics.h", |
Iman Saboori | 7336689dd | 2022-09-08 21:03:05 | [diff] [blame] | 197 | "battery/battery_saver.cc", |
| 198 | "battery/battery_saver.h", |
Ovidio Henriquez | efc822a3 | 2020-01-14 23:44:13 | [diff] [blame] | 199 | "bluetooth/bluetooth_chooser_context_factory.cc", |
| 200 | "bluetooth/bluetooth_chooser_context_factory.h", |
Michael van Ouwerkerk | ed90512 | 2021-07-22 14:24:39 | [diff] [blame] | 201 | "bluetooth/chrome_bluetooth_delegate_impl_client.cc", |
| 202 | "bluetooth/chrome_bluetooth_delegate_impl_client.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 203 | "bookmarks/bookmark_model_factory.cc", |
| 204 | "bookmarks/bookmark_model_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 205 | "bookmarks/chrome_bookmark_client.cc", |
| 206 | "bookmarks/chrome_bookmark_client.h", |
| 207 | "bookmarks/managed_bookmark_service_factory.cc", |
| 208 | "bookmarks/managed_bookmark_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 209 | "browser_about_handler.cc", |
| 210 | "browser_about_handler.h", |
Ahmed Fakhry | 4f567e69 | 2018-10-16 15:51:08 | [diff] [blame] | 211 | "browser_features.cc", |
| 212 | "browser_features.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 213 | "browser_process_impl.cc", |
| 214 | "browser_process_impl.h", |
| 215 | "browser_process_platform_part.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 216 | "browser_process_platform_part_base.cc", |
| 217 | "browser_process_platform_part_base.h", |
Theodore Olsauskas-Warren | 36e86033d | 2021-02-26 14:29:09 | [diff] [blame] | 218 | "browsing_data/access_context_audit_database.cc", |
| 219 | "browsing_data/access_context_audit_database.h", |
| 220 | "browsing_data/access_context_audit_service.cc", |
| 221 | "browsing_data/access_context_audit_service.h", |
| 222 | "browsing_data/access_context_audit_service_factory.cc", |
| 223 | "browsing_data/access_context_audit_service_factory.h", |
Clark DuVall | f518925 | 2020-04-15 22:33:34 | [diff] [blame] | 224 | "browsing_data/browsing_data_file_system_util.cc", |
| 225 | "browsing_data/browsing_data_file_system_util.h", |
Christian Dullweber | 828acb9 | 2018-03-20 14:54:28 | [diff] [blame] | 226 | "browsing_data/browsing_data_history_observer_service.cc", |
| 227 | "browsing_data/browsing_data_history_observer_service.h", |
dullweber | f5de69b | 2017-05-18 13:20:37 | [diff] [blame] | 228 | "browsing_data/browsing_data_important_sites_util.cc", |
| 229 | "browsing_data/browsing_data_important_sites_util.h", |
Yann Dago | 576d307 | 2021-04-16 13:34:29 | [diff] [blame] | 230 | "browsing_data/browsing_data_lifetime_policy_handler.cc", |
| 231 | "browsing_data/browsing_data_lifetime_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 232 | "browsing_data/browsing_data_quota_helper.cc", |
| 233 | "browsing_data/browsing_data_quota_helper.h", |
| 234 | "browsing_data/browsing_data_quota_helper_impl.cc", |
| 235 | "browsing_data/browsing_data_quota_helper_impl.h", |
Yann Dago | 9d55a30 | 2021-09-13 16:21:38 | [diff] [blame] | 236 | "browsing_data/chrome_browsing_data_lifetime_manager.cc", |
| 237 | "browsing_data/chrome_browsing_data_lifetime_manager.h", |
| 238 | "browsing_data/chrome_browsing_data_lifetime_manager_factory.cc", |
| 239 | "browsing_data/chrome_browsing_data_lifetime_manager_factory.h", |
msramek | 3248025 | 2016-12-13 15:35:19 | [diff] [blame] | 240 | "browsing_data/chrome_browsing_data_remover_delegate.cc", |
| 241 | "browsing_data/chrome_browsing_data_remover_delegate.h", |
msramek | e169ccb | 2017-04-26 05:21:41 | [diff] [blame] | 242 | "browsing_data/chrome_browsing_data_remover_delegate_factory.cc", |
| 243 | "browsing_data/chrome_browsing_data_remover_delegate_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 244 | "browsing_data/cookies_tree_model.cc", |
| 245 | "browsing_data/cookies_tree_model.h", |
Christian Dullweber | 278b061 | 2018-01-15 15:44:31 | [diff] [blame] | 246 | "browsing_data/counters/browsing_data_counter_factory.cc", |
| 247 | "browsing_data/counters/browsing_data_counter_factory.h", |
| 248 | "browsing_data/counters/browsing_data_counter_utils.cc", |
| 249 | "browsing_data/counters/browsing_data_counter_utils.h", |
| 250 | "browsing_data/counters/cache_counter.cc", |
| 251 | "browsing_data/counters/cache_counter.h", |
| 252 | "browsing_data/counters/downloads_counter.cc", |
| 253 | "browsing_data/counters/downloads_counter.h", |
Martin Kreichgauer | 0c05f13 | 2018-10-02 20:13:40 | [diff] [blame] | 254 | "browsing_data/counters/signin_data_counter.cc", |
| 255 | "browsing_data/counters/signin_data_counter.h", |
Christian Dullweber | 278b061 | 2018-01-15 15:44:31 | [diff] [blame] | 256 | "browsing_data/counters/site_data_counter.cc", |
| 257 | "browsing_data/counters/site_data_counter.h", |
| 258 | "browsing_data/counters/site_data_counting_helper.cc", |
| 259 | "browsing_data/counters/site_data_counting_helper.h", |
Christian Dullweber | 5decc53 | 2018-05-03 14:53:13 | [diff] [blame] | 260 | "browsing_data/counters/site_settings_counter.cc", |
| 261 | "browsing_data/counters/site_settings_counter.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 262 | "browsing_data/local_data_container.cc", |
| 263 | "browsing_data/local_data_container.h", |
Christian Dullweber | 1af31e6 | 2018-02-22 11:49:48 | [diff] [blame] | 264 | "browsing_data/navigation_entry_remover.cc", |
| 265 | "browsing_data/navigation_entry_remover.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 266 | "browsing_data/site_data_size_collector.cc", |
| 267 | "browsing_data/site_data_size_collector.h", |
Dylan Cutler | b3bdcaa | 2021-04-13 15:49:05 | [diff] [blame] | 268 | "browsing_data/third_party_data_remover.cc", |
| 269 | "browsing_data/third_party_data_remover.h", |
Yao Xiao | 7a1995b | 2022-03-09 08:18:55 | [diff] [blame] | 270 | "browsing_topics/browsing_topics_service_factory.cc", |
| 271 | "browsing_topics/browsing_topics_service_factory.h", |
Yue Zhang | 7ac2e33 | 2022-06-17 16:41:59 | [diff] [blame] | 272 | "cart/commerce_hint_service.cc", |
| 273 | "cart/commerce_hint_service.h", |
Will Harris | cd57b83 | 2023-01-05 20:03:10 | [diff] [blame] | 274 | "child_process_host_flags.h", |
Michael van Ouwerkerk | 18fd8d1 | 2021-05-12 16:31:43 | [diff] [blame] | 275 | "chooser_controller/title_util.cc", |
| 276 | "chooser_controller/title_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 277 | "chrome_browser_field_trials.cc", |
| 278 | "chrome_browser_field_trials.h", |
Oksana Zhuravlova | 4dd171e8 | 2019-08-16 20:54:00 | [diff] [blame] | 279 | "chrome_browser_interface_binders.cc", |
| 280 | "chrome_browser_interface_binders.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 281 | "chrome_browser_main.cc", |
| 282 | "chrome_browser_main.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 283 | "chrome_browser_main_extra_parts.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 284 | "chrome_content_browser_client.cc", |
| 285 | "chrome_content_browser_client.h", |
Lingqi Chi | 775e6075 | 2020-12-14 06:31:16 | [diff] [blame] | 286 | "chrome_content_browser_client_binder_policies.cc", |
| 287 | "chrome_content_browser_client_binder_policies.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 288 | "chrome_content_browser_client_parts.h", |
Robert Sesek | 4fed6f1e | 2019-10-15 23:31:01 | [diff] [blame] | 289 | "chrome_content_browser_client_receiver_bindings.cc", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 290 | "chrome_notification_types.h", |
Xi Han | 349162b | 2018-10-26 12:44:23 | [diff] [blame] | 291 | "chrome_resource_bundle_helper.cc", |
| 292 | "chrome_resource_bundle_helper.h", |
Tarun Bansal | 837bac2 | 2018-12-12 06:59:01 | [diff] [blame] | 293 | "client_hints/client_hints_factory.cc", |
| 294 | "client_hints/client_hints_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 295 | "command_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 296 | "command_updater.h", |
| 297 | "command_updater_delegate.h", |
Ivan Sandrk | 9669d0e | 2017-12-15 23:50:20 | [diff] [blame] | 298 | "command_updater_impl.cc", |
| 299 | "command_updater_impl.h", |
Matt Jones | 58a87bc | 2022-05-02 15:27:40 | [diff] [blame] | 300 | "commerce/shopping_service_factory.cc", |
| 301 | "commerce/shopping_service_factory.h", |
Mei Liang | 2efb9d13 | 2019-01-16 05:39:28 | [diff] [blame] | 302 | "complex_tasks/task_tab_helper.cc", |
| 303 | "complex_tasks/task_tab_helper.h", |
Hazem Ashmawy | 2cf9185 | 2021-12-03 23:48:20 | [diff] [blame] | 304 | "component_updater/chrome_client_side_phishing_component_installer.cc", |
| 305 | "component_updater/chrome_client_side_phishing_component_installer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 306 | "component_updater/chrome_component_updater_configurator.cc", |
| 307 | "component_updater/chrome_component_updater_configurator.h", |
Mugdha Lakhani | b7b34fd7 | 2021-02-18 10:31:40 | [diff] [blame] | 308 | "component_updater/chrome_origin_trials_component_installer.cc", |
| 309 | "component_updater/chrome_origin_trials_component_installer.h", |
Yue Zhang | d0f89069 | 2022-06-21 23:48:06 | [diff] [blame] | 310 | "component_updater/commerce_heuristics_component_installer.cc", |
| 311 | "component_updater/commerce_heuristics_component_installer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 312 | "component_updater/component_updater_prefs.cc", |
| 313 | "component_updater/component_updater_prefs.h", |
sorin | 2142368 | 2016-10-06 17:51:20 | [diff] [blame] | 314 | "component_updater/component_updater_utils.cc", |
| 315 | "component_updater/component_updater_utils.h", |
Joshua Pawlicki | ddf9723e | 2017-10-24 15:24:23 | [diff] [blame] | 316 | "component_updater/crl_set_component_installer.cc", |
| 317 | "component_updater/crl_set_component_installer.h", |
Balazs Engedy | ce7f30a | 2019-11-29 17:53:00 | [diff] [blame] | 318 | "component_updater/crowd_deny_component_installer.cc", |
| 319 | "component_updater/crowd_deny_component_installer.h", |
cfredric | 4968cc6 | 2020-09-10 16:48:32 | [diff] [blame] | 320 | "component_updater/first_party_sets_component_installer.cc", |
| 321 | "component_updater/first_party_sets_component_installer.h", |
Becca Hughes | d89f6ff | 2017-12-13 13:20:44 | [diff] [blame] | 322 | "component_updater/mei_preload_component_installer.cc", |
| 323 | "component_updater/mei_preload_component_installer.h", |
Carlos IL | d0ba805 | 2021-05-25 22:31:24 | [diff] [blame] | 324 | "component_updater/pki_metadata_component_installer.cc", |
| 325 | "component_updater/pki_metadata_component_installer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 326 | "component_updater/pnacl_component_installer.cc", |
| 327 | "component_updater/pnacl_component_installer.h", |
| 328 | "component_updater/recovery_component_installer.cc", |
| 329 | "component_updater/recovery_component_installer.h", |
sorin | 6ddc3bb | 2017-02-08 23:35:19 | [diff] [blame] | 330 | "component_updater/recovery_improved_component_installer.cc", |
| 331 | "component_updater/recovery_improved_component_installer.h", |
Lei Zhang | c9e9f1d | 2020-02-06 04:15:22 | [diff] [blame] | 332 | "component_updater/registration.cc", |
| 333 | "component_updater/registration.h", |
Mustafa Emre Acer | a56f7bc0 | 2019-08-01 16:18:12 | [diff] [blame] | 334 | "component_updater/ssl_error_assistant_component_installer.cc", |
| 335 | "component_updater/ssl_error_assistant_component_installer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 336 | "component_updater/subresource_filter_component_installer.cc", |
| 337 | "component_updater/subresource_filter_component_installer.h", |
David Van Cleve | 0463657 | 2020-04-16 20:34:53 | [diff] [blame] | 338 | "component_updater/trust_token_key_commitments_component_installer.cc", |
| 339 | "component_updater/trust_token_key_commitments_component_installer.h", |
Martin Sramek | 0d86260a | 2017-11-13 12:09:20 | [diff] [blame] | 340 | "consent_auditor/consent_auditor_factory.cc", |
| 341 | "consent_auditor/consent_auditor_factory.h", |
Rayan Kanso | 9f3944a | 2019-07-30 12:18:07 | [diff] [blame] | 342 | "content_index/content_index_metrics.cc", |
| 343 | "content_index/content_index_metrics.h", |
Rayan Kanso | 24f7d41 | 2019-07-11 10:09:30 | [diff] [blame] | 344 | "content_index/content_index_provider_factory.cc", |
| 345 | "content_index/content_index_provider_factory.h", |
| 346 | "content_index/content_index_provider_impl.cc", |
| 347 | "content_index/content_index_provider_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 348 | "content_settings/chrome_content_settings_utils.cc", |
| 349 | "content_settings/chrome_content_settings_utils.h", |
Clark DuVall | 06dea02 | 2020-04-21 17:07:31 | [diff] [blame] | 350 | "content_settings/content_settings_manager_delegate.cc", |
| 351 | "content_settings/content_settings_manager_delegate.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 352 | "content_settings/cookie_settings_factory.cc", |
| 353 | "content_settings/cookie_settings_factory.h", |
| 354 | "content_settings/host_content_settings_map_factory.cc", |
| 355 | "content_settings/host_content_settings_map_factory.h", |
carlosk | d9d9794 | 2017-02-16 08:58:09 | [diff] [blame] | 356 | "content_settings/mixed_content_settings_tab_helper.cc", |
| 357 | "content_settings/mixed_content_settings_tab_helper.h", |
Ravjit Singh Uppal | c73b5a6 | 2020-11-13 01:38:52 | [diff] [blame] | 358 | "content_settings/one_time_geolocation_permission_provider.cc", |
| 359 | "content_settings/one_time_geolocation_permission_provider.h", |
Carlos Caballero | b428320 | 2020-08-10 14:40:46 | [diff] [blame] | 360 | "content_settings/page_specific_content_settings_delegate.cc", |
| 361 | "content_settings/page_specific_content_settings_delegate.h", |
Tommy Steimel | 2f976a6 | 2017-07-18 19:16:39 | [diff] [blame] | 362 | "content_settings/sound_content_setting_observer.cc", |
| 363 | "content_settings/sound_content_setting_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 364 | "crash_upload_list/crash_upload_list.cc", |
| 365 | "crash_upload_list/crash_upload_list.h", |
Javier Fernández García-Boente | bdc9596 | 2021-11-30 13:49:54 | [diff] [blame] | 366 | "custom_handlers/chrome_protocol_handler_registry_delegate.cc", |
| 367 | "custom_handlers/chrome_protocol_handler_registry_delegate.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 368 | "custom_handlers/protocol_handler_registry_factory.cc", |
| 369 | "custom_handlers/protocol_handler_registry_factory.h", |
Simon Pelchat | 3f959c35 | 2022-04-13 19:52:55 | [diff] [blame] | 370 | "data_saver/data_saver.cc", |
| 371 | "data_saver/data_saver.h", |
Tarun Bansal | 3b364f4f | 2022-03-09 21:36:00 | [diff] [blame] | 372 | "data_use_measurement/chrome_data_use_measurement.cc", |
| 373 | "data_use_measurement/chrome_data_use_measurement.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 374 | "defaults.cc", |
| 375 | "defaults.h", |
Ryan Tarpine | 019b3cb | 2022-04-19 20:14:17 | [diff] [blame] | 376 | "dips/cookie_access_filter.cc", |
| 377 | "dips/cookie_access_filter.h", |
Ryan Tarpine | 44437abb | 2022-04-13 18:25:32 | [diff] [blame] | 378 | "dips/dips_bounce_detector.cc", |
| 379 | "dips/dips_bounce_detector.h", |
Joshua Hood | b8c9e12a0 | 2022-09-22 18:31:11 | [diff] [blame] | 380 | "dips/dips_database.cc", |
| 381 | "dips/dips_database.h", |
Kirubel Aklilu | b721e79ab | 2022-11-11 19:44:04 | [diff] [blame] | 382 | "dips/dips_features.cc", |
| 383 | "dips/dips_features.h", |
Ryan Tarpine | bed00676 | 2022-11-29 21:22:32 | [diff] [blame] | 384 | "dips/dips_redirect_info.cc", |
| 385 | "dips/dips_redirect_info.h", |
Ryan Tarpine | 5861d17 | 2022-03-21 17:10:59 | [diff] [blame] | 386 | "dips/dips_service.cc", |
| 387 | "dips/dips_service.h", |
| 388 | "dips/dips_service_factory.cc", |
| 389 | "dips/dips_service_factory.h", |
| 390 | "dips/dips_state.cc", |
| 391 | "dips/dips_state.h", |
| 392 | "dips/dips_storage.cc", |
| 393 | "dips/dips_storage.h", |
Joshua Hood | 10b5fed | 2022-06-08 16:05:43 | [diff] [blame] | 394 | "dips/dips_utils.cc", |
| 395 | "dips/dips_utils.h", |
Elad Alon | c0f52c9 | 2020-12-10 11:38:02 | [diff] [blame] | 396 | "display_capture/display_capture_permission_context.cc", |
| 397 | "display_capture/display_capture_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 398 | "dom_distiller/dom_distiller_service_factory.cc", |
| 399 | "dom_distiller/dom_distiller_service_factory.h", |
| 400 | "dom_distiller/lazy_dom_distiller_service.cc", |
| 401 | "dom_distiller/lazy_dom_distiller_service.h", |
| 402 | "dom_distiller/profile_utils.cc", |
| 403 | "dom_distiller/profile_utils.h", |
| 404 | "dom_distiller/tab_utils.cc", |
| 405 | "dom_distiller/tab_utils.h", |
| 406 | "domain_reliability/service_factory.cc", |
| 407 | "domain_reliability/service_factory.h", |
Xing Liu | 276df67 | 2021-06-21 19:17:52 | [diff] [blame] | 408 | "download/background_download_service_factory.cc", |
| 409 | "download/background_download_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 410 | "download/chrome_download_manager_delegate.cc", |
| 411 | "download/chrome_download_manager_delegate.h", |
Mohamed Heikal | a3134b9 | 2019-04-30 04:20:39 | [diff] [blame] | 412 | "download/deferred_client_wrapper.cc", |
| 413 | "download/deferred_client_wrapper.h", |
Asanka Herath | 8588407 | 2017-04-12 16:28:44 | [diff] [blame] | 414 | "download/download_confirmation_reason.h", |
| 415 | "download/download_confirmation_result.h", |
peter | ccb33e8 | 2017-05-02 19:00:44 | [diff] [blame] | 416 | "download/download_core_service.cc", |
| 417 | "download/download_core_service.h", |
| 418 | "download/download_core_service_factory.cc", |
| 419 | "download/download_core_service_factory.h", |
| 420 | "download/download_core_service_impl.cc", |
| 421 | "download/download_core_service_impl.h", |
Xing Liu | 64fab36 | 2020-06-05 00:50:03 | [diff] [blame] | 422 | "download/download_dialog_types.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 423 | "download/download_file_picker.cc", |
| 424 | "download/download_file_picker.h", |
| 425 | "download/download_history.cc", |
| 426 | "download/download_history.h", |
| 427 | "download/download_item_model.cc", |
| 428 | "download/download_item_model.h", |
Xinghui Lu | ec04551 | 2022-11-17 18:40:19 | [diff] [blame] | 429 | "download/download_item_warning_data.cc", |
| 430 | "download/download_item_warning_data.h", |
Min Qin | 2ab1d14e | 2019-04-08 18:03:33 | [diff] [blame] | 431 | "download/download_manager_utils.cc", |
| 432 | "download/download_manager_utils.h", |
Shakti Sahu | e5d5c72 | 2018-06-29 02:41:13 | [diff] [blame] | 433 | "download/download_offline_content_provider.cc", |
| 434 | "download/download_offline_content_provider.h", |
Henrique Nakashima | e7f603f4 | 2019-06-21 18:38:52 | [diff] [blame] | 435 | "download/download_offline_content_provider_factory.cc", |
| 436 | "download/download_offline_content_provider_factory.h", |
timloh | 178801f | 2017-06-13 04:17:58 | [diff] [blame] | 437 | "download/download_permission_request.cc", |
| 438 | "download/download_permission_request.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 439 | "download/download_prefs.cc", |
| 440 | "download/download_prefs.h", |
Joy Ming | 41055bd | 2018-02-09 21:48:03 | [diff] [blame] | 441 | "download/download_prompt_status.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 442 | "download/download_query.cc", |
| 443 | "download/download_query.h", |
| 444 | "download/download_request_limiter.cc", |
| 445 | "download/download_request_limiter.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 446 | "download/download_started_animation.h", |
| 447 | "download/download_stats.cc", |
| 448 | "download/download_stats.h", |
| 449 | "download/download_status_updater.cc", |
| 450 | "download/download_status_updater.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 451 | "download/download_target_determiner.cc", |
| 452 | "download/download_target_determiner.h", |
| 453 | "download/download_target_determiner_delegate.h", |
Asanka Herath | 8588407 | 2017-04-12 16:28:44 | [diff] [blame] | 454 | "download/download_target_info.cc", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 455 | "download/download_target_info.h", |
| 456 | "download/download_ui_controller.cc", |
| 457 | "download/download_ui_controller.h", |
Min Qin | dd83b7ab | 2018-09-14 22:40:46 | [diff] [blame] | 458 | "download/download_ui_model.cc", |
| 459 | "download/download_ui_model.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 460 | "download/drag_download_item.h", |
Joe DeBlasio | 70f924e | 2022-12-12 22:10:21 | [diff] [blame] | 461 | "download/insecure_download_blocking.cc", |
| 462 | "download/insecure_download_blocking.h", |
Colin Kincaid | 743c5fa | 2021-08-09 22:38:23 | [diff] [blame] | 463 | "download/notification/multi_profile_download_notifier.cc", |
| 464 | "download/notification/multi_profile_download_notifier.h", |
Shakti Sahu | e5d5c72 | 2018-06-29 02:41:13 | [diff] [blame] | 465 | "download/offline_item_utils.cc", |
| 466 | "download/offline_item_utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 467 | "download/save_package_file_picker.cc", |
| 468 | "download/save_package_file_picker.h", |
Min Qin | 26f5dea | 2019-04-10 19:04:25 | [diff] [blame] | 469 | "download/simple_download_manager_coordinator_factory.cc", |
| 470 | "download/simple_download_manager_coordinator_factory.h", |
mad | 669452f | 2017-07-04 19:39:29 | [diff] [blame] | 471 | "download/trusted_sources_manager.cc", |
| 472 | "download/trusted_sources_manager.h", |
Evan Stade | 4826068 | 2020-12-17 16:57:55 | [diff] [blame] | 473 | "engagement/history_aware_site_engagement_service.cc", |
| 474 | "engagement/history_aware_site_engagement_service.h", |
dmurph | ef859ea | 2016-10-06 21:42:23 | [diff] [blame] | 475 | "engagement/important_sites_util.cc", |
| 476 | "engagement/important_sites_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 477 | "engagement/site_engagement_service_factory.cc", |
| 478 | "engagement/site_engagement_service_factory.h", |
Yann Dago | 84fc62ae | 2020-05-27 17:09:07 | [diff] [blame] | 479 | "enterprise/browser_management/browser_management_service.cc", |
| 480 | "enterprise/browser_management/browser_management_service.h", |
| 481 | "enterprise/browser_management/browser_management_status_provider.cc", |
| 482 | "enterprise/browser_management/browser_management_status_provider.h", |
Yann Dago | f101f66 | 2021-08-20 02:22:37 | [diff] [blame] | 483 | "enterprise/browser_management/management_service_factory.cc", |
| 484 | "enterprise/browser_management/management_service_factory.h", |
Sneha Nagpaul | 086daa7 | 2022-11-08 19:57:45 | [diff] [blame] | 485 | "enterprise/connectors/interstitials/enterprise_block_controller_client.cc", |
| 486 | "enterprise/connectors/interstitials/enterprise_block_controller_client.h", |
| 487 | "enterprise/connectors/interstitials/enterprise_block_page.cc", |
| 488 | "enterprise/connectors/interstitials/enterprise_block_page.h", |
Sneha Nagpaul | 77498717 | 2022-10-21 23:36:31 | [diff] [blame] | 489 | "enterprise/connectors/interstitials/enterprise_warn_controller_client.cc", |
| 490 | "enterprise/connectors/interstitials/enterprise_warn_controller_client.h", |
| 491 | "enterprise/connectors/interstitials/enterprise_warn_page.cc", |
| 492 | "enterprise/connectors/interstitials/enterprise_warn_page.h", |
Og Astorga | 3089fd8 | 2021-09-21 00:02:37 | [diff] [blame] | 493 | "enterprise/reporting/prefs.cc", |
| 494 | "enterprise/reporting/prefs.h", |
Og Astorga | a0c7571 | 2021-10-21 18:34:12 | [diff] [blame] | 495 | "enterprise/reporting/profile_report_generator_delegate_base.cc", |
| 496 | "enterprise/reporting/profile_report_generator_delegate_base.h", |
Dominique Fauteux-Chapleau | c13da000 | 2021-01-05 18:38:54 | [diff] [blame] | 497 | "enterprise/util/affiliation.cc", |
| 498 | "enterprise/util/affiliation.h", |
Tommy Martino | 52430fc | 2020-04-22 22:58:31 | [diff] [blame] | 499 | "enterprise/util/managed_browser_utils.cc", |
| 500 | "enterprise/util/managed_browser_utils.h", |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 501 | "expired_flags_list.h", |
Yann Dago | 44d6cc32 | 2022-07-13 17:46:25 | [diff] [blame] | 502 | "external_protocol/constants.cc", |
| 503 | "external_protocol/constants.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 504 | "external_protocol/external_protocol_handler.cc", |
| 505 | "external_protocol/external_protocol_handler.h", |
| 506 | "external_protocol/external_protocol_observer.cc", |
| 507 | "external_protocol/external_protocol_observer.h", |
Norge Vizcay | 5f6bfb4 | 2022-06-10 08:33:14 | [diff] [blame] | 508 | "fast_checkout/fast_checkout_features.cc", |
| 509 | "fast_checkout/fast_checkout_features.h", |
Tommy Nyquist | c1d6dea1 | 2017-07-26 20:37:23 | [diff] [blame] | 510 | "feature_engagement/tracker_factory.cc", |
| 511 | "feature_engagement/tracker_factory.h", |
Shakti Sahu | 0efe25b | 2021-12-08 15:45:40 | [diff] [blame] | 512 | "feature_guide/notifications/feature_notification_guide_service_factory.cc", |
| 513 | "feature_guide/notifications/feature_notification_guide_service_factory.h", |
Jian Li | c9a227c | 2022-02-28 22:55:44 | [diff] [blame] | 514 | "feed/feed_service_factory.cc", |
| 515 | "feed/feed_service_factory.h", |
| 516 | "feed/rss_links_fetcher.cc", |
| 517 | "feed/rss_links_fetcher.h", |
Jian Li | c9a227c | 2022-02-28 22:55:44 | [diff] [blame] | 518 | "feed/web_feed_page_information_fetcher.cc", |
| 519 | "feed/web_feed_page_information_fetcher.h", |
Jian Li | 3cc7bfd | 2022-04-07 15:10:01 | [diff] [blame] | 520 | "feed/web_feed_tab_helper.cc", |
| 521 | "feed/web_feed_tab_helper.h", |
| 522 | "feed/web_feed_ui_util.cc", |
| 523 | "feed/web_feed_ui_util.h", |
| 524 | "feed/web_feed_util.cc", |
| 525 | "feed/web_feed_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 526 | "file_select_helper.cc", |
| 527 | "file_select_helper.h", |
Austin Sullivan | afefb72 | 2021-01-14 01:26:39 | [diff] [blame] | 528 | "file_system_access/chrome_file_system_access_permission_context.cc", |
| 529 | "file_system_access/chrome_file_system_access_permission_context.h", |
| 530 | "file_system_access/file_system_access_permission_context_factory.cc", |
| 531 | "file_system_access/file_system_access_permission_context_factory.h", |
| 532 | "file_system_access/file_system_access_permission_request_manager.cc", |
| 533 | "file_system_access/file_system_access_permission_request_manager.h", |
| 534 | "file_system_access/file_system_access_tab_helper.cc", |
| 535 | "file_system_access/file_system_access_tab_helper.h", |
Ken Rockot | 2925f500 | 2019-08-06 01:16:16 | [diff] [blame] | 536 | "file_util_service.cc", |
| 537 | "file_util_service.h", |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 538 | "flag_descriptions.cc", |
| 539 | "flag_descriptions.h", |
Brett Wilson | 21cf626a | 2017-09-07 00:30:20 | [diff] [blame] | 540 | "font_pref_change_notifier.cc", |
| 541 | "font_pref_change_notifier.h", |
| 542 | "font_pref_change_notifier_factory.cc", |
| 543 | "font_pref_change_notifier_factory.h", |
peter | 9f4490a | 2017-01-27 00:58:36 | [diff] [blame] | 544 | "gcm/gcm_product_util.cc", |
| 545 | "gcm/gcm_product_util.h", |
| 546 | "gcm/gcm_profile_service_factory.cc", |
| 547 | "gcm/gcm_profile_service_factory.h", |
peter | 9f4490a | 2017-01-27 00:58:36 | [diff] [blame] | 548 | "gcm/instance_id/instance_id_profile_service_factory.cc", |
| 549 | "gcm/instance_id/instance_id_profile_service_factory.h", |
Clark DuVall | 600abea | 2020-03-23 16:16:17 | [diff] [blame] | 550 | "geolocation/geolocation_permission_context_delegate.cc", |
| 551 | "geolocation/geolocation_permission_context_delegate.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 552 | "geolocation/geolocation_permission_context_extensions.cc", |
| 553 | "geolocation/geolocation_permission_context_extensions.h", |
Peng Huang | 71d398ed | 2020-02-28 01:30:53 | [diff] [blame] | 554 | "gpu/chrome_browser_main_extra_parts_gpu.cc", |
| 555 | "gpu/chrome_browser_main_extra_parts_gpu.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 556 | "gpu/gpu_mode_manager.cc", |
| 557 | "gpu/gpu_mode_manager.h", |
Robert Sesek | dc73f6f | 2018-05-15 15:53:20 | [diff] [blame] | 558 | "hang_monitor/hang_crash_dump.h", |
Peter Kvitek | 833543a | 2021-08-07 00:35:35 | [diff] [blame] | 559 | "headless/headless_mode_util.cc", |
| 560 | "headless/headless_mode_util.h", |
John Delaney | cb76789 | 2019-08-20 15:28:08 | [diff] [blame] | 561 | "heavy_ad_intervention/heavy_ad_service_factory.cc", |
| 562 | "heavy_ad_intervention/heavy_ad_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 563 | "history/chrome_history_backend_client.cc", |
| 564 | "history/chrome_history_backend_client.h", |
| 565 | "history/chrome_history_client.cc", |
| 566 | "history/chrome_history_client.h", |
Mingjing Zhang | 939f1542 | 2020-02-07 16:06:34 | [diff] [blame] | 567 | "history/domain_diversity_reporter_factory.cc", |
| 568 | "history/domain_diversity_reporter_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 569 | "history/history_service_factory.cc", |
| 570 | "history/history_service_factory.h", |
| 571 | "history/history_tab_helper.cc", |
| 572 | "history/history_tab_helper.h", |
| 573 | "history/history_utils.cc", |
| 574 | "history/history_utils.h", |
Sky Malice | 6abaf51 | 2017-08-23 19:43:43 | [diff] [blame] | 575 | "history/profile_based_browsing_history_driver.cc", |
| 576 | "history/profile_based_browsing_history_driver.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 577 | "history/top_sites_factory.cc", |
| 578 | "history/top_sites_factory.h", |
| 579 | "history/web_history_service_factory.cc", |
| 580 | "history/web_history_service_factory.h", |
mcrouse | 3fb8cdb | 2021-09-09 20:30:21 | [diff] [blame] | 581 | "history_clusters/history_clusters_metrics_logger.cc", |
| 582 | "history_clusters/history_clusters_metrics_logger.h", |
Tommy Li | 0e36f24 | 2021-05-17 21:04:25 | [diff] [blame] | 583 | "history_clusters/history_clusters_service_factory.cc", |
| 584 | "history_clusters/history_clusters_service_factory.h", |
Tommy Li | a2ee3733 | 2021-03-10 22:19:49 | [diff] [blame] | 585 | "history_clusters/history_clusters_tab_helper.cc", |
| 586 | "history_clusters/history_clusters_tab_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 587 | "icon_loader.cc", |
| 588 | "icon_loader.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 589 | "icon_manager.cc", |
| 590 | "icon_manager.h", |
Sam Goto | 366a1d9 | 2019-01-18 21:47:35 | [diff] [blame] | 591 | "idle/idle_detection_permission_context.cc", |
| 592 | "idle/idle_detection_permission_context.h", |
Brandon Wylie | 7debc71 | 2019-04-10 00:27:58 | [diff] [blame] | 593 | "image_fetcher/image_decoder_impl.cc", |
| 594 | "image_fetcher/image_decoder_impl.h", |
Brandon Wylie | 67a8dd1a | 2019-04-02 22:49:04 | [diff] [blame] | 595 | "image_fetcher/image_fetcher_service_factory.cc", |
| 596 | "image_fetcher/image_fetcher_service_factory.h", |
Tommy C. Li | bbd6d79 | 2022-11-28 22:13:46 | [diff] [blame] | 597 | "image_service/image_service_factory.cc", |
| 598 | "image_service/image_service_factory.h", |
Colin Blundell | 77efe6c | 2021-04-30 07:32:40 | [diff] [blame] | 599 | "infobars/confirm_infobar_creator.cc", |
| 600 | "infobars/confirm_infobar_creator.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 601 | "infobars/infobar_responder.cc", |
| 602 | "infobars/infobar_responder.h", |
Colin Blundell | d4d9073 | 2021-04-28 09:43:44 | [diff] [blame] | 603 | "infobars/simple_alert_infobar_creator.cc", |
| 604 | "infobars/simple_alert_infobar_creator.h", |
Dominick Ng | c824482 | 2020-04-29 06:22:30 | [diff] [blame] | 605 | "installable/installable_utils.cc", |
| 606 | "installable/installable_utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 607 | "internal_auth.cc", |
| 608 | "internal_auth.h", |
Xinghui Lu | 4ada215 | 2020-10-05 20:21:34 | [diff] [blame] | 609 | "interstitials/chrome_settings_page_helper.cc", |
| 610 | "interstitials/chrome_settings_page_helper.h", |
Jialiu Lin | 2d201b1 | 2018-05-20 20:46:24 | [diff] [blame] | 611 | "interstitials/enterprise_util.cc", |
| 612 | "interstitials/enterprise_util.h", |
Tanja Gornak | 0e706efa | 2018-08-30 11:19:10 | [diff] [blame] | 613 | "invalidation/profile_invalidation_provider_factory.cc", |
| 614 | "invalidation/profile_invalidation_provider_factory.h", |
Russ Hamilton | 20d8802 | 2022-09-15 16:43:38 | [diff] [blame] | 615 | "k_anonymity_service/k_anonymity_service_client.cc", |
| 616 | "k_anonymity_service/k_anonymity_service_client.h", |
Russ Hamilton | f61b3b5c | 2022-09-16 15:35:43 | [diff] [blame] | 617 | "k_anonymity_service/k_anonymity_service_factory.cc", |
| 618 | "k_anonymity_service/k_anonymity_service_factory.h", |
Russ Hamilton | 6f088d3 | 2022-09-15 20:04:49 | [diff] [blame] | 619 | "k_anonymity_service/k_anonymity_service_metrics.cc", |
| 620 | "k_anonymity_service/k_anonymity_service_metrics.h", |
Russ Hamilton | ef63c34 | 2023-01-04 15:29:55 | [diff] [blame] | 621 | "k_anonymity_service/k_anonymity_service_storage.cc", |
| 622 | "k_anonymity_service/k_anonymity_service_storage.h", |
Russ Hamilton | 488022a | 2022-09-12 14:39:33 | [diff] [blame] | 623 | "k_anonymity_service/k_anonymity_service_urls.h", |
| 624 | "k_anonymity_service/k_anonymity_trust_token_getter.cc", |
| 625 | "k_anonymity_service/k_anonymity_trust_token_getter.h", |
Russ Hamilton | 20d8802 | 2022-09-15 16:43:38 | [diff] [blame] | 626 | "k_anonymity_service/remote_trust_token_query_answerer.cc", |
| 627 | "k_anonymity_service/remote_trust_token_query_answerer.h", |
Anthony Cui | 2b0d3c5 | 2022-05-16 22:31:42 | [diff] [blame] | 628 | "language/accept_languages_service_factory.cc", |
| 629 | "language/accept_languages_service_factory.h", |
Nicolas Ouellet-payeur | a819220 | 2018-07-09 18:37:43 | [diff] [blame] | 630 | "language/language_model_manager_factory.cc", |
| 631 | "language/language_model_manager_factory.h", |
Michael Martis | 98cd873 | 2017-07-14 03:26:19 | [diff] [blame] | 632 | "language/url_language_histogram_factory.cc", |
| 633 | "language/url_language_histogram_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 634 | "lifetime/application_lifetime.cc", |
| 635 | "lifetime/application_lifetime.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 636 | "lifetime/browser_shutdown.cc", |
| 637 | "lifetime/browser_shutdown.h", |
Alice Wang | c9e539d | 2022-06-01 07:52:51 | [diff] [blame] | 638 | "lifetime/termination_notification.cc", |
| 639 | "lifetime/termination_notification.h", |
rajendrant | 82f7301 | 2020-12-17 23:20:31 | [diff] [blame] | 640 | "login_detection/login_detection_keyed_service.cc", |
| 641 | "login_detection/login_detection_keyed_service.h", |
| 642 | "login_detection/login_detection_keyed_service_factory.cc", |
| 643 | "login_detection/login_detection_keyed_service_factory.h", |
rajendrant | ff2361da | 2020-12-16 09:18:27 | [diff] [blame] | 644 | "login_detection/login_detection_prefs.cc", |
| 645 | "login_detection/login_detection_prefs.h", |
| 646 | "login_detection/login_detection_tab_helper.cc", |
| 647 | "login_detection/login_detection_tab_helper.h", |
rajendrant | 82f7301 | 2020-12-17 23:20:31 | [diff] [blame] | 648 | "login_detection/login_detection_type.h", |
rajendrant | ff2361da | 2020-12-16 09:18:27 | [diff] [blame] | 649 | "login_detection/login_detection_util.cc", |
| 650 | "login_detection/login_detection_util.h", |
| 651 | "login_detection/oauth_login_detector.cc", |
| 652 | "login_detection/oauth_login_detector.h", |
rajendrant | 2fda604 | 2020-12-24 15:47:17 | [diff] [blame] | 653 | "login_detection/password_store_sites.cc", |
| 654 | "login_detection/password_store_sites.h", |
Livvie Lin | d9bca51 | 2020-03-03 06:26:13 | [diff] [blame] | 655 | "lookalikes/lookalike_url_blocking_page.cc", |
| 656 | "lookalikes/lookalike_url_blocking_page.h", |
Joe DeBlasio | d3a6a87 | 2019-02-06 01:53:31 | [diff] [blame] | 657 | "lookalikes/lookalike_url_controller_client.cc", |
| 658 | "lookalikes/lookalike_url_controller_client.h", |
Joe DeBlasio | 6e8409a | 2019-02-20 23:08:27 | [diff] [blame] | 659 | "lookalikes/lookalike_url_navigation_throttle.cc", |
| 660 | "lookalikes/lookalike_url_navigation_throttle.h", |
| 661 | "lookalikes/lookalike_url_service.cc", |
| 662 | "lookalikes/lookalike_url_service.h", |
Mustafa Emre Acer | 52bc9b9 | 2019-07-30 01:40:25 | [diff] [blame] | 663 | "lookalikes/lookalike_url_tab_storage.cc", |
| 664 | "lookalikes/lookalike_url_tab_storage.h", |
Guido Urdaneta | e02b572 | 2020-07-22 05:58:21 | [diff] [blame] | 665 | "media/audio_service_util.cc", |
| 666 | "media/audio_service_util.h", |
evliu | fc233aa | 2019-10-31 19:53:03 | [diff] [blame] | 667 | "media/history/media_history_contents_observer.cc", |
| 668 | "media/history/media_history_contents_observer.h", |
Becca Hughes | 644ada1 | 2020-02-13 00:35:34 | [diff] [blame] | 669 | "media/history/media_history_images_table.cc", |
| 670 | "media/history/media_history_images_table.h", |
evliu | 48214c9 | 2019-10-18 22:01:10 | [diff] [blame] | 671 | "media/history/media_history_keyed_service.cc", |
| 672 | "media/history/media_history_keyed_service.h", |
| 673 | "media/history/media_history_keyed_service_factory.cc", |
| 674 | "media/history/media_history_keyed_service_factory.h", |
| 675 | "media/history/media_history_origin_table.cc", |
| 676 | "media/history/media_history_origin_table.h", |
| 677 | "media/history/media_history_playback_table.cc", |
| 678 | "media/history/media_history_playback_table.h", |
Becca Hughes | 644ada1 | 2020-02-13 00:35:34 | [diff] [blame] | 679 | "media/history/media_history_session_images_table.cc", |
| 680 | "media/history/media_history_session_images_table.h", |
Becca Hughes | dd388f6 | 2020-01-15 23:20:33 | [diff] [blame] | 681 | "media/history/media_history_session_table.cc", |
| 682 | "media/history/media_history_session_table.h", |
evliu | 48214c9 | 2019-10-18 22:01:10 | [diff] [blame] | 683 | "media/history/media_history_store.cc", |
| 684 | "media/history/media_history_store.h", |
| 685 | "media/history/media_history_table_base.cc", |
| 686 | "media/history/media_history_table_base.h", |
raymes | 2edae96 | 2017-04-10 23:56:02 | [diff] [blame] | 687 | "media/media_access_handler.cc", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 688 | "media/media_access_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 689 | "media/media_device_id_salt.cc", |
| 690 | "media/media_device_id_salt.h", |
Mounir Lamouri | cc3ecbd | 2017-05-18 11:16:56 | [diff] [blame] | 691 | "media/media_engagement_contents_observer.cc", |
| 692 | "media/media_engagement_contents_observer.h", |
Becca Hughes | 0261a08 | 2017-12-11 16:26:38 | [diff] [blame] | 693 | "media/media_engagement_preloaded_list.cc", |
| 694 | "media/media_engagement_preloaded_list.h", |
Becca Hughes | e06e83a | 2017-07-04 16:28:17 | [diff] [blame] | 695 | "media/media_engagement_score.cc", |
| 696 | "media/media_engagement_score.h", |
mlamouri | aba690d | 2017-05-09 17:16:40 | [diff] [blame] | 697 | "media/media_engagement_service.cc", |
| 698 | "media/media_engagement_service.h", |
| 699 | "media/media_engagement_service_factory.cc", |
| 700 | "media/media_engagement_service_factory.h", |
Mounir Lamouri | cf03ec5 | 2017-12-01 14:00:38 | [diff] [blame] | 701 | "media/media_engagement_session.cc", |
| 702 | "media/media_engagement_session.h", |
John Rummell | e5621c1 | 2017-09-05 23:52:10 | [diff] [blame] | 703 | "media/media_storage_id_salt.cc", |
| 704 | "media/media_storage_id_salt.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 705 | "media/output_protection_proxy.cc", |
| 706 | "media/output_protection_proxy.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 707 | "media/webrtc/audio_debug_recordings_handler.cc", |
| 708 | "media/webrtc/audio_debug_recordings_handler.h", |
Alex Cooper | f8d12c1a | 2021-07-30 19:34:59 | [diff] [blame] | 709 | "media/webrtc/capture_policy_utils.cc", |
| 710 | "media/webrtc/capture_policy_utils.h", |
François Beaufort | 525eabb | 2021-08-19 08:54:03 | [diff] [blame] | 711 | "media/webrtc/chrome_camera_pan_tilt_zoom_permission_context_delegate.cc", |
| 712 | "media/webrtc/chrome_camera_pan_tilt_zoom_permission_context_delegate.h", |
Simon Hangl | b272f0d | 2022-07-11 18:04:26 | [diff] [blame] | 713 | "media/webrtc/chrome_screen_enumerator.cc", |
| 714 | "media/webrtc/chrome_screen_enumerator.h", |
Tony Herre | f1411ef | 2021-09-22 19:43:32 | [diff] [blame] | 715 | "media/webrtc/desktop_media_list.cc", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 716 | "media/webrtc/desktop_media_list.h", |
| 717 | "media/webrtc/desktop_media_list_base.cc", |
| 718 | "media/webrtc/desktop_media_list_base.h", |
Jeffrey Kardatzke | 3ac0c0f | 2018-01-31 02:05:40 | [diff] [blame] | 719 | "media/webrtc/desktop_media_picker.cc", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 720 | "media/webrtc/desktop_media_picker.h", |
Emircan Uysaler | 54124ea | 2018-08-09 23:20:38 | [diff] [blame] | 721 | "media/webrtc/desktop_media_picker_factory.cc", |
| 722 | "media/webrtc/desktop_media_picker_factory.h", |
Suman Kancherla | cd81063 | 2019-04-18 02:49:39 | [diff] [blame] | 723 | "media/webrtc/desktop_media_picker_manager.cc", |
| 724 | "media/webrtc/desktop_media_picker_manager.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 725 | "media/webrtc/media_capture_devices_dispatcher.cc", |
| 726 | "media/webrtc/media_capture_devices_dispatcher.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 727 | "media/webrtc/media_stream_capture_indicator.cc", |
| 728 | "media/webrtc/media_stream_capture_indicator.h", |
| 729 | "media/webrtc/media_stream_device_permission_context.cc", |
| 730 | "media/webrtc/media_stream_device_permission_context.h", |
| 731 | "media/webrtc/media_stream_device_permissions.cc", |
| 732 | "media/webrtc/media_stream_device_permissions.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 733 | "media/webrtc/native_desktop_media_list.cc", |
| 734 | "media/webrtc/native_desktop_media_list.h", |
| 735 | "media/webrtc/permission_bubble_media_access_handler.cc", |
| 736 | "media/webrtc/permission_bubble_media_access_handler.h", |
Alex Cooper | 5afec784 | 2021-08-03 23:17:49 | [diff] [blame] | 737 | "media/webrtc/same_origin_observer.cc", |
| 738 | "media/webrtc/same_origin_observer.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 739 | "media/webrtc/webrtc_event_log_history.cc", |
| 740 | "media/webrtc/webrtc_event_log_history.h", |
| 741 | "media/webrtc/webrtc_event_log_manager.cc", |
| 742 | "media/webrtc/webrtc_event_log_manager.h", |
| 743 | "media/webrtc/webrtc_event_log_manager_common.cc", |
| 744 | "media/webrtc/webrtc_event_log_manager_common.h", |
Elad Alon | 0ef98df | 2018-07-26 18:10:17 | [diff] [blame] | 745 | "media/webrtc/webrtc_event_log_manager_keyed_service.cc", |
| 746 | "media/webrtc/webrtc_event_log_manager_keyed_service.h", |
| 747 | "media/webrtc/webrtc_event_log_manager_keyed_service_factory.cc", |
| 748 | "media/webrtc/webrtc_event_log_manager_keyed_service_factory.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 749 | "media/webrtc/webrtc_event_log_manager_local.cc", |
| 750 | "media/webrtc/webrtc_event_log_manager_local.h", |
| 751 | "media/webrtc/webrtc_event_log_manager_remote.cc", |
| 752 | "media/webrtc/webrtc_event_log_manager_remote.h", |
| 753 | "media/webrtc/webrtc_event_log_uploader.cc", |
| 754 | "media/webrtc/webrtc_event_log_uploader.h", |
Darin Fisher | f968ff6f | 2019-08-23 17:09:05 | [diff] [blame] | 755 | "media/webrtc/webrtc_log_buffer.cc", |
| 756 | "media/webrtc/webrtc_log_buffer.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 757 | "media/webrtc/webrtc_log_uploader.cc", |
| 758 | "media/webrtc/webrtc_log_uploader.h", |
| 759 | "media/webrtc/webrtc_log_util.cc", |
| 760 | "media/webrtc/webrtc_log_util.h", |
Darin Fisher | 09aa722 | 2019-08-29 09:27:36 | [diff] [blame] | 761 | "media/webrtc/webrtc_logging_controller.cc", |
| 762 | "media/webrtc/webrtc_logging_controller.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 763 | "media/webrtc/webrtc_rtp_dump_handler.cc", |
| 764 | "media/webrtc/webrtc_rtp_dump_handler.h", |
| 765 | "media/webrtc/webrtc_rtp_dump_writer.cc", |
| 766 | "media/webrtc/webrtc_rtp_dump_writer.h", |
| 767 | "media/webrtc/webrtc_text_log_handler.cc", |
| 768 | "media/webrtc/webrtc_text_log_handler.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 769 | "media/webrtc/window_icon_util.h", |
Sebastien Marchand | 8c008810 | 2019-10-11 16:47:56 | [diff] [blame] | 770 | "memory/chrome_browser_main_extra_parts_memory.cc", |
| 771 | "memory/chrome_browser_main_extra_parts_memory.h", |
Sebastien Marchand | 5a63997a | 2019-09-27 19:15:34 | [diff] [blame] | 772 | "memory/enterprise_memory_limit_evaluator.cc", |
| 773 | "memory/enterprise_memory_limit_evaluator.h", |
| 774 | "memory/enterprise_memory_limit_pref_observer.cc", |
| 775 | "memory/enterprise_memory_limit_pref_observer.h", |
Erik Chen | 39ec0fc4d | 2021-08-27 20:56:03 | [diff] [blame] | 776 | "memory/memory_ablation_study.cc", |
| 777 | "memory/memory_ablation_study.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 778 | "memory_details.cc", |
| 779 | "memory_details.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 780 | "metrics/chrome_browser_main_extra_parts_metrics.cc", |
| 781 | "metrics/chrome_browser_main_extra_parts_metrics.h", |
Luc Nguyen | edcd589 | 2022-07-15 17:59:17 | [diff] [blame] | 782 | "metrics/chrome_browser_sampling_trials.cc", |
| 783 | "metrics/chrome_browser_sampling_trials.h", |
Xi Han | 07bad289 | 2018-10-04 15:13:58 | [diff] [blame] | 784 | "metrics/chrome_feature_list_creator.cc", |
| 785 | "metrics/chrome_feature_list_creator.h", |
Scott Violet | 150dfd6c | 2020-08-25 16:57:13 | [diff] [blame] | 786 | "metrics/chrome_metrics_extensions_helper.cc", |
| 787 | "metrics/chrome_metrics_extensions_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 788 | "metrics/chrome_metrics_service_accessor.cc", |
| 789 | "metrics/chrome_metrics_service_accessor.h", |
| 790 | "metrics/chrome_metrics_service_client.cc", |
| 791 | "metrics/chrome_metrics_service_client.h", |
| 792 | "metrics/chrome_metrics_services_manager_client.cc", |
| 793 | "metrics/chrome_metrics_services_manager_client.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 794 | "metrics/https_engagement_metrics_provider.cc", |
| 795 | "metrics/https_engagement_metrics_provider.h", |
Alexei Svitkine | a19a825 | 2019-03-21 10:02:44 | [diff] [blame] | 796 | "metrics/incognito_observer.cc", |
| 797 | "metrics/incognito_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 798 | "metrics/metrics_memory_details.cc", |
| 799 | "metrics/metrics_memory_details.h", |
| 800 | "metrics/metrics_reporting_state.cc", |
| 801 | "metrics/metrics_reporting_state.h", |
Xiaohan Wang | 72f94204 | 2021-08-04 00:32:39 | [diff] [blame] | 802 | "metrics/metrics_services_web_contents_observer.cc", |
| 803 | "metrics/metrics_services_web_contents_observer.h", |
tbansal | 9b3dd2bc | 2017-01-11 06:12:59 | [diff] [blame] | 804 | "metrics/network_quality_estimator_provider_impl.cc", |
| 805 | "metrics/network_quality_estimator_provider_impl.h", |
Charles Harrison | dd9b1f9 | 2017-11-08 19:46:28 | [diff] [blame] | 806 | "metrics/oom/out_of_memory_reporter.cc", |
| 807 | "metrics/oom/out_of_memory_reporter.h", |
erikchen | a6e5f68 | 2017-05-12 20:39:20 | [diff] [blame] | 808 | "metrics/process_memory_metrics_emitter.cc", |
| 809 | "metrics/process_memory_metrics_emitter.h", |
Carlos Caballero | 6a0789b | 2021-12-01 10:38:32 | [diff] [blame] | 810 | "metrics/shutdown_watcher_helper.cc", |
| 811 | "metrics/shutdown_watcher_helper.h", |
Caroline Rising | 2ed4950 | 2019-06-19 23:05:22 | [diff] [blame] | 812 | "metrics/tab_count_metrics.cc", |
| 813 | "metrics/tab_count_metrics.h", |
Tom McKee | 9cd252e | 2018-10-19 14:09:16 | [diff] [blame] | 814 | "metrics/tab_footprint_aggregator.cc", |
| 815 | "metrics/tab_footprint_aggregator.h", |
Robert Kaplow | a5bcf62 | 2018-02-12 16:24:52 | [diff] [blame] | 816 | "metrics/testing/metrics_reporting_pref_helper.cc", |
| 817 | "metrics/testing/metrics_reporting_pref_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 818 | "metrics/thread_watcher_report_hang.cc", |
| 819 | "metrics/thread_watcher_report_hang.h", |
Rayan Kanso | 05e7ca1 | 2019-05-03 20:42:50 | [diff] [blame] | 820 | "metrics/ukm_background_recorder_service.cc", |
| 821 | "metrics/ukm_background_recorder_service.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 822 | "metrics/variations/chrome_variations_service_client.cc", |
| 823 | "metrics/variations/chrome_variations_service_client.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 824 | "native_window_notification_source.h", |
Jacob Stanley | 2978fad | 2022-03-26 01:34:23 | [diff] [blame] | 825 | "navigation_predictor/anchor_element_preloader.cc", |
| 826 | "navigation_predictor/anchor_element_preloader.h", |
Lu Chen | 5bec7a30 | 2018-06-26 18:52:32 | [diff] [blame] | 827 | "navigation_predictor/navigation_predictor.cc", |
| 828 | "navigation_predictor/navigation_predictor.h", |
Tarun Bansal | 486e31e | 2020-07-28 16:48:31 | [diff] [blame] | 829 | "navigation_predictor/navigation_predictor_features.cc", |
| 830 | "navigation_predictor/navigation_predictor_features.h", |
Tarun Bansal | c419328 | 2019-09-23 21:46:59 | [diff] [blame] | 831 | "navigation_predictor/navigation_predictor_keyed_service.cc", |
| 832 | "navigation_predictor/navigation_predictor_keyed_service.h", |
| 833 | "navigation_predictor/navigation_predictor_keyed_service_factory.cc", |
| 834 | "navigation_predictor/navigation_predictor_keyed_service_factory.h", |
Ryan Sturm | c53cfad6 | 2019-10-19 21:52:23 | [diff] [blame] | 835 | "navigation_predictor/navigation_predictor_preconnect_client.cc", |
| 836 | "navigation_predictor/navigation_predictor_preconnect_client.h", |
Ryan Sturm | cca491e | 2020-01-07 13:25:38 | [diff] [blame] | 837 | "navigation_predictor/search_engine_preconnector.cc", |
| 838 | "navigation_predictor/search_engine_preconnector.h", |
Matt Mueller | 1a7a676d | 2022-09-09 20:05:22 | [diff] [blame] | 839 | "net/cert_verifier_configuration.cc", |
| 840 | "net/cert_verifier_configuration.h", |
mmenke | 1bb4d98 | 2017-06-09 22:22:05 | [diff] [blame] | 841 | "net/chrome_mojo_proxy_resolver_factory.cc", |
| 842 | "net/chrome_mojo_proxy_resolver_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 843 | "net/chrome_network_delegate.cc", |
| 844 | "net/chrome_network_delegate.h", |
John Abd-El-Malek | 19fcd26 | 2018-03-28 22:12:39 | [diff] [blame] | 845 | "net/chrome_report_sender.cc", |
| 846 | "net/chrome_report_sender.h", |
Adam Rice | 3d178a8 | 2021-04-12 13:49:53 | [diff] [blame] | 847 | "net/convert_explicitly_allowed_network_ports_pref.cc", |
| 848 | "net/convert_explicitly_allowed_network_ports_pref.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 849 | "net/dns_probe_runner.cc", |
| 850 | "net/dns_probe_runner.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 851 | "net/dns_probe_service.h", |
Matt Mueller | daa304b | 2019-02-28 22:59:40 | [diff] [blame] | 852 | "net/dns_probe_service_factory.cc", |
| 853 | "net/dns_probe_service_factory.h", |
Adam Rice | 3d178a8 | 2021-04-12 13:49:53 | [diff] [blame] | 854 | "net/explicitly_allowed_network_ports_policy_handler.cc", |
| 855 | "net/explicitly_allowed_network_ports_policy_handler.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/probe_message.cc", |
| 864 | "net/probe_message.h", |
mmenke | 0d1d09c3 | 2017-07-23 20:19:13 | [diff] [blame] | 865 | "net/profile_network_context_service.cc", |
| 866 | "net/profile_network_context_service.h", |
| 867 | "net/profile_network_context_service_factory.cc", |
| 868 | "net/profile_network_context_service_factory.h", |
Matt Menke | d0d0d050 | 2017-12-01 19:00:50 | [diff] [blame] | 869 | "net/proxy_config_monitor.cc", |
| 870 | "net/proxy_config_monitor.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 871 | "net/proxy_service_factory.cc", |
| 872 | "net/proxy_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 873 | "net/referrer.cc", |
| 874 | "net/referrer.h", |
Ben Schwartz | e91bdcfe4 | 2020-05-07 14:49:50 | [diff] [blame] | 875 | "net/secure_dns_config.cc", |
| 876 | "net/secure_dns_config.h", |
Steven Bingler | ace5fd2 | 2019-08-20 21:01:20 | [diff] [blame] | 877 | "net/secure_dns_policy_handler.cc", |
| 878 | "net/secure_dns_policy_handler.h", |
Ben Schwartz | 135746c | 2020-05-14 04:37:03 | [diff] [blame] | 879 | "net/secure_dns_util.cc", |
| 880 | "net/secure_dns_util.h", |
Eric Orth | 9a14dca | 2020-04-02 20:07:47 | [diff] [blame] | 881 | "net/stub_resolver_config_reader.cc", |
| 882 | "net/stub_resolver_config_reader.h", |
mmenke | f73a512 | 2017-07-13 23:27:39 | [diff] [blame] | 883 | "net/system_network_context_manager.cc", |
| 884 | "net/system_network_context_manager.h", |
dvallet | 233f57ab | 2016-12-21 03:17:10 | [diff] [blame] | 885 | "net_benchmarking.cc", |
| 886 | "net_benchmarking.h", |
Michael van Ouwerkerk | 9783ec61 | 2021-03-29 11:51:51 | [diff] [blame] | 887 | "nfc/chrome_nfc_permission_context_delegate.cc", |
| 888 | "nfc/chrome_nfc_permission_context_delegate.h", |
Anita Woodruff | 29eb39f | 2017-11-16 21:00:05 | [diff] [blame] | 889 | "notifications/metrics/notification_metrics_logger.cc", |
| 890 | "notifications/metrics/notification_metrics_logger.h", |
| 891 | "notifications/metrics/notification_metrics_logger_factory.cc", |
| 892 | "notifications/metrics/notification_metrics_logger_factory.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 893 | "notifications/non_persistent_notification_handler.cc", |
| 894 | "notifications/non_persistent_notification_handler.h", |
Richard Knoll | e100fd2 | 2020-09-24 15:45:17 | [diff] [blame] | 895 | "notifications/notification_blocker.cc", |
| 896 | "notifications/notification_blocker.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 897 | "notifications/notification_common.cc", |
| 898 | "notifications/notification_common.h", |
Richard Knoll | e100fd2 | 2020-09-24 15:45:17 | [diff] [blame] | 899 | "notifications/notification_display_queue.cc", |
| 900 | "notifications/notification_display_queue.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 | a34ace9f | 2020-09-15 09:04:28 | [diff] [blame] | 913 | "notifications/notification_platform_bridge_delegator.cc", |
| 914 | "notifications/notification_platform_bridge_delegator.h", |
Richard Knoll | 902601eb | 2019-03-14 17:37:11 | [diff] [blame] | 915 | "notifications/notification_trigger_scheduler.cc", |
| 916 | "notifications/notification_trigger_scheduler.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 917 | "notifications/notifier_state_tracker.cc", |
| 918 | "notifications/notifier_state_tracker.h", |
| 919 | "notifications/notifier_state_tracker_factory.cc", |
| 920 | "notifications/notifier_state_tracker_factory.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 921 | "notifications/persistent_notification_handler.cc", |
| 922 | "notifications/persistent_notification_handler.h", |
Richard Knoll | d0eae96 | 2019-04-04 12:34:02 | [diff] [blame] | 923 | "notifications/platform_notification_service_factory.cc", |
| 924 | "notifications/platform_notification_service_factory.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 925 | "notifications/platform_notification_service_impl.cc", |
| 926 | "notifications/platform_notification_service_impl.h", |
Xing Liu | 548e30f | 2019-05-24 17:16:08 | [diff] [blame] | 927 | "notifications/scheduler/notification_background_task_scheduler_impl.cc", |
| 928 | "notifications/scheduler/notification_background_task_scheduler_impl.h", |
| 929 | "notifications/scheduler/notification_schedule_service_factory.cc", |
| 930 | "notifications/scheduler/notification_schedule_service_factory.h", |
Evan Stade | ea9be28f | 2018-02-06 18:32:31 | [diff] [blame] | 931 | "notifications/system_notification_helper.cc", |
| 932 | "notifications/system_notification_helper.h", |
kristipark | c019977 | 2018-07-18 05:25:42 | [diff] [blame] | 933 | "ntp_tiles/chrome_custom_links_manager_factory.cc", |
| 934 | "ntp_tiles/chrome_custom_links_manager_factory.h", |
sfiera | c35d272 | 2016-12-14 09:41:45 | [diff] [blame] | 935 | "ntp_tiles/chrome_most_visited_sites_factory.cc", |
| 936 | "ntp_tiles/chrome_most_visited_sites_factory.h", |
| 937 | "ntp_tiles/chrome_popular_sites_factory.cc", |
| 938 | "ntp_tiles/chrome_popular_sites_factory.h", |
dtrainor | e43c093 | 2017-03-20 21:14:22 | [diff] [blame] | 939 | "offline_items_collection/offline_content_aggregator_factory.cc", |
| 940 | "offline_items_collection/offline_content_aggregator_factory.h", |
rajendrant | 47970da | 2022-12-14 00:52:18 | [diff] [blame] | 941 | "optimization_guide/chrome_browser_main_extra_parts_optimization_guide.cc", |
| 942 | "optimization_guide/chrome_browser_main_extra_parts_optimization_guide.h", |
rajendrant | 0203d627 | 2021-08-11 06:55:39 | [diff] [blame] | 943 | "optimization_guide/chrome_hints_manager.cc", |
| 944 | "optimization_guide/chrome_hints_manager.h", |
rajendrant | 74f82a1 | 2021-09-02 18:27:32 | [diff] [blame] | 945 | "optimization_guide/model_validator_keyed_service.cc", |
| 946 | "optimization_guide/model_validator_keyed_service.h", |
| 947 | "optimization_guide/model_validator_keyed_service_factory.cc", |
| 948 | "optimization_guide/model_validator_keyed_service_factory.h", |
Zhixiang Teoh | 9da76814 | 2022-08-20 05:18:58 | [diff] [blame] | 949 | "optimization_guide/optimization_guide_internals_ui.cc", |
| 950 | "optimization_guide/optimization_guide_internals_ui.h", |
Sophie Chang | 2ea7af9 | 2019-07-29 22:29:55 | [diff] [blame] | 951 | "optimization_guide/optimization_guide_keyed_service.cc", |
| 952 | "optimization_guide/optimization_guide_keyed_service.h", |
| 953 | "optimization_guide/optimization_guide_keyed_service_factory.cc", |
| 954 | "optimization_guide/optimization_guide_keyed_service_factory.h", |
Sophie Chang | 5ea64951 | 2021-03-17 18:13:59 | [diff] [blame] | 955 | "optimization_guide/optimization_guide_tab_url_provider.cc", |
| 956 | "optimization_guide/optimization_guide_tab_url_provider.h", |
Sophie Chang | fdceb0c | 2019-08-02 22:51:04 | [diff] [blame] | 957 | "optimization_guide/optimization_guide_web_contents_observer.cc", |
| 958 | "optimization_guide/optimization_guide_web_contents_observer.h", |
Sophie Chang | 3d02351 | 2021-02-17 18:38:49 | [diff] [blame] | 959 | "optimization_guide/page_content_annotations_service_factory.cc", |
| 960 | "optimization_guide/page_content_annotations_service_factory.h", |
Sophie Chang | f51abccb | 2020-11-16 17:41:24 | [diff] [blame] | 961 | "optimization_guide/prediction/prediction_model_download_client.cc", |
| 962 | "optimization_guide/prediction/prediction_model_download_client.h", |
Peter Birk Pakkenberg | 73e07b6 | 2022-09-21 11:20:30 | [diff] [blame] | 963 | "origin_trials/origin_trials_factory.cc", |
| 964 | "origin_trials/origin_trials_factory.h", |
Olesia Marukhno | c32df88 | 2021-09-27 14:17:45 | [diff] [blame] | 965 | "page_info/about_this_site_service_factory.cc", |
| 966 | "page_info/about_this_site_service_factory.h", |
| 967 | "page_info/chrome_about_this_site_service_client.cc", |
| 968 | "page_info/chrome_about_this_site_service_client.h", |
Christian Dullweber | a0b16c187 | 2022-09-22 09:44:02 | [diff] [blame] | 969 | "page_info/page_info_features.cc", |
| 970 | "page_info/page_info_features.h", |
Nicolás Peña Moreno | 42e92d3 | 2020-09-25 02:11:34 | [diff] [blame] | 971 | "page_load_metrics/observers/core/amp_page_load_metrics_observer.cc", |
| 972 | "page_load_metrics/observers/core/amp_page_load_metrics_observer.h", |
| 973 | "page_load_metrics/observers/core/ukm_page_load_metrics_observer.cc", |
| 974 | "page_load_metrics/observers/core/ukm_page_load_metrics_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 975 | "page_load_metrics/observers/document_write_page_load_metrics_observer.cc", |
| 976 | "page_load_metrics/observers/document_write_page_load_metrics_observer.h", |
Annie Sullivan | 356a84d0 | 2019-01-25 22:22:34 | [diff] [blame] | 977 | "page_load_metrics/observers/foreground_duration_ukm_observer.cc", |
| 978 | "page_load_metrics/observers/foreground_duration_ukm_observer.h", |
Yao Xiao | a037aa2 | 2021-08-17 20:10:47 | [diff] [blame] | 979 | "page_load_metrics/observers/formfill_page_load_metrics_observer.cc", |
| 980 | "page_load_metrics/observers/formfill_page_load_metrics_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 981 | "page_load_metrics/observers/from_gws_page_load_metrics_observer.cc", |
| 982 | "page_load_metrics/observers/from_gws_page_load_metrics_observer.h", |
Simon Pelchat | 115432c | 2022-06-27 17:37:31 | [diff] [blame] | 983 | "page_load_metrics/observers/gws_page_load_metrics_observer.cc", |
| 984 | "page_load_metrics/observers/gws_page_load_metrics_observer.h", |
Kunihiko Sakamoto | 428cfddd | 2017-12-15 05:07:30 | [diff] [blame] | 985 | "page_load_metrics/observers/histogram_suffixes.cc", |
| 986 | "page_load_metrics/observers/histogram_suffixes.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 987 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_page_load_metrics_observer.cc", |
| 988 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_page_load_metrics_observer.h", |
| 989 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_service.cc", |
| 990 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_service.h", |
| 991 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_service_factory.cc", |
| 992 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_service_factory.h", |
housseindjirdeh | 0f5c20d3 | 2020-08-07 15:08:27 | [diff] [blame] | 993 | "page_load_metrics/observers/javascript_frameworks_ukm_observer.cc", |
| 994 | "page_load_metrics/observers/javascript_frameworks_ukm_observer.h", |
Scott Haseley | 45294ec1 | 2018-08-24 18:52:00 | [diff] [blame] | 995 | "page_load_metrics/observers/live_tab_count_page_load_metrics_observer.cc", |
| 996 | "page_load_metrics/observers/live_tab_count_page_load_metrics_observer.h", |
trevordixon | 3eb67a8 | 2017-06-09 12:21:32 | [diff] [blame] | 997 | "page_load_metrics/observers/loading_predictor_page_load_metrics_observer.cc", |
| 998 | "page_load_metrics/observers/loading_predictor_page_load_metrics_observer.h", |
Uttam Thakore | 54c314a | 2017-07-07 20:50:35 | [diff] [blame] | 999 | "page_load_metrics/observers/local_network_requests_page_load_metrics_observer.cc", |
| 1000 | "page_load_metrics/observers/local_network_requests_page_load_metrics_observer.h", |
ryansturm | 09fb15d | 2017-03-16 00:14:55 | [diff] [blame] | 1001 | "page_load_metrics/observers/media_page_load_metrics_observer.cc", |
| 1002 | "page_load_metrics/observers/media_page_load_metrics_observer.h", |
ksakamoto | da5f02d5 | 2017-06-21 02:55:22 | [diff] [blame] | 1003 | "page_load_metrics/observers/multi_tab_loading_page_load_metrics_observer.cc", |
| 1004 | "page_load_metrics/observers/multi_tab_loading_page_load_metrics_observer.h", |
lpy | 71bcf50 | 2017-04-04 03:29:05 | [diff] [blame] | 1005 | "page_load_metrics/observers/omnibox_suggestion_used_page_load_metrics_observer.cc", |
| 1006 | "page_load_metrics/observers/omnibox_suggestion_used_page_load_metrics_observer.h", |
Michael Crouse | 067bca10 | 2019-09-14 00:52:33 | [diff] [blame] | 1007 | "page_load_metrics/observers/optimization_guide_page_load_metrics_observer.cc", |
| 1008 | "page_load_metrics/observers/optimization_guide_page_load_metrics_observer.h", |
Simon Pelchat | 592cbb4e | 2021-05-10 21:43:13 | [diff] [blame] | 1009 | "page_load_metrics/observers/page_anchors_metrics_observer.cc", |
| 1010 | "page_load_metrics/observers/page_anchors_metrics_observer.h", |
Lucas Gadani | 97298562 | 2020-05-28 20:52:51 | [diff] [blame] | 1011 | "page_load_metrics/observers/portal_page_load_metrics_observer.cc", |
| 1012 | "page_load_metrics/observers/portal_page_load_metrics_observer.h", |
Hiroki Nakagawa | 483686a9 | 2020-10-29 04:31:45 | [diff] [blame] | 1013 | "page_load_metrics/observers/prefetch_proxy_page_load_metrics_observer.cc", |
| 1014 | "page_load_metrics/observers/prefetch_proxy_page_load_metrics_observer.h", |
jkarlin | bb15011 | 2016-11-02 17:55:11 | [diff] [blame] | 1015 | "page_load_metrics/observers/protocol_page_load_metrics_observer.cc", |
| 1016 | "page_load_metrics/observers/protocol_page_load_metrics_observer.h", |
Robert Ogden | 11a4d06d | 2018-06-13 16:58:53 | [diff] [blame] | 1017 | "page_load_metrics/observers/scheme_page_load_metrics_observer.cc", |
| 1018 | "page_load_metrics/observers/scheme_page_load_metrics_observer.h", |
Christopher Thompson | b49d534 | 2018-02-21 00:12:00 | [diff] [blame] | 1019 | "page_load_metrics/observers/security_state_page_load_metrics_observer.cc", |
| 1020 | "page_load_metrics/observers/security_state_page_load_metrics_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1021 | "page_load_metrics/observers/service_worker_page_load_metrics_observer.cc", |
| 1022 | "page_load_metrics/observers/service_worker_page_load_metrics_observer.h", |
Kouhei Ueno | b3d334b | 2018-09-14 03:37:06 | [diff] [blame] | 1023 | "page_load_metrics/observers/signed_exchange_page_load_metrics_observer.cc", |
| 1024 | "page_load_metrics/observers/signed_exchange_page_load_metrics_observer.h", |
ryansturm | 248635a | 2017-02-22 14:35:59 | [diff] [blame] | 1025 | "page_load_metrics/observers/tab_restore_page_load_metrics_observer.cc", |
| 1026 | "page_load_metrics/observers/tab_restore_page_load_metrics_observer.h", |
Josh Karlin | daba3932 | 2019-07-17 23:24:33 | [diff] [blame] | 1027 | "page_load_metrics/observers/third_party_metrics_observer.cc", |
| 1028 | "page_load_metrics/observers/third_party_metrics_observer.h", |
Max Curran | ce94b50 | 2020-09-16 00:51:06 | [diff] [blame] | 1029 | "page_load_metrics/observers/translate_page_load_metrics_observer.cc", |
| 1030 | "page_load_metrics/observers/translate_page_load_metrics_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1031 | "page_load_metrics/page_load_metrics_initialize.cc", |
| 1032 | "page_load_metrics/page_load_metrics_initialize.h", |
Cammie Smith Barnes | 6fa8e105 | 2021-02-10 21:46:56 | [diff] [blame] | 1033 | "page_load_metrics/page_load_metrics_memory_tracker_factory.cc", |
| 1034 | "page_load_metrics/page_load_metrics_memory_tracker_factory.h", |
Marc Treib | 8e164bb | 2020-07-27 18:26:21 | [diff] [blame] | 1035 | "password_manager/account_password_store_factory.cc", |
| 1036 | "password_manager/account_password_store_factory.h", |
Nela Kaczmarek | 34a3fd4 | 2020-07-29 17:40:50 | [diff] [blame] | 1037 | "password_manager/affiliation_service_factory.cc", |
| 1038 | "password_manager/affiliation_service_factory.h", |
Viktor Semeniuk | 8be18cb | 2022-12-14 15:05:49 | [diff] [blame] | 1039 | "password_manager/affiliations_prefetcher_factory.cc", |
| 1040 | "password_manager/affiliations_prefetcher_factory.h", |
Vasilii Sukhanov | 01bfedd | 2020-02-12 12:49:36 | [diff] [blame] | 1041 | "password_manager/bulk_leak_check_service_factory.cc", |
| 1042 | "password_manager/bulk_leak_check_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1043 | "password_manager/chrome_password_manager_client.cc", |
| 1044 | "password_manager/chrome_password_manager_client.h", |
Nina Satragno | 5fcac01 | 2021-09-23 19:01:18 | [diff] [blame] | 1045 | "password_manager/chrome_webauthn_credentials_delegate.cc", |
| 1046 | "password_manager/chrome_webauthn_credentials_delegate.h", |
Ken Buchanan | f91c3655f | 2022-08-26 18:48:32 | [diff] [blame] | 1047 | "password_manager/chrome_webauthn_credentials_delegate_factory.cc", |
| 1048 | "password_manager/chrome_webauthn_credentials_delegate_factory.h", |
Nicolas Ouellet-Payeur | 12301e3 | 2020-11-11 20:24:59 | [diff] [blame] | 1049 | "password_manager/credentials_cleaner_runner_factory.cc", |
| 1050 | "password_manager/credentials_cleaner_runner_factory.h", |
Vadym Doroshenko | 2f045cd | 2019-11-11 18:15:17 | [diff] [blame] | 1051 | "password_manager/field_info_manager_factory.cc", |
| 1052 | "password_manager/field_info_manager_factory.h", |
Ioana Pandele | 2f2de1f5 | 2022-05-09 20:25:37 | [diff] [blame] | 1053 | "password_manager/password_manager_settings_service_factory.cc", |
| 1054 | "password_manager/password_manager_settings_service_factory.h", |
| 1055 | "password_manager/password_manager_settings_service_impl.cc", |
| 1056 | "password_manager/password_manager_settings_service_impl.h", |
Viktor Semeniuk | 0e959a2 | 2021-06-28 09:28:01 | [diff] [blame] | 1057 | "password_manager/password_reuse_manager_factory.cc", |
| 1058 | "password_manager/password_reuse_manager_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1059 | "password_manager/password_store_factory.cc", |
| 1060 | "password_manager/password_store_factory.h", |
Ivana Zuzic | 0dbf2777 | 2019-09-18 19:48:35 | [diff] [blame] | 1061 | "password_manager/password_store_utils.cc", |
| 1062 | "password_manager/password_store_utils.h", |
Sigurdur Asgeirsson | 27499a4 | 2019-02-21 14:23:20 | [diff] [blame] | 1063 | "performance_manager/browser_child_process_watcher.cc", |
| 1064 | "performance_manager/browser_child_process_watcher.h", |
Sigurdur Asgeirsson | 54b7270 | 2019-04-12 14:18:54 | [diff] [blame] | 1065 | "performance_manager/chrome_browser_main_extra_parts_performance_manager.cc", |
Sigurdur Asgeirsson | 7069667 | 2019-02-08 16:14:51 | [diff] [blame] | 1066 | "performance_manager/chrome_content_browser_client_performance_manager_part.cc", |
Chris Hamilton | 90e810f | 2019-04-15 19:02:25 | [diff] [blame] | 1067 | "performance_manager/decorators/frozen_frame_aggregator.cc", |
| 1068 | "performance_manager/decorators/frozen_frame_aggregator.h", |
Sebastien Marchand | 87bb814 | 2019-12-05 23:30:35 | [diff] [blame] | 1069 | "performance_manager/decorators/helpers/page_live_state_decorator_helper.cc", |
| 1070 | "performance_manager/decorators/helpers/page_live_state_decorator_helper.h", |
Sebastien Marchand | 274517f | 2019-10-02 19:05:11 | [diff] [blame] | 1071 | "performance_manager/decorators/page_aggregator.cc", |
| 1072 | "performance_manager/decorators/page_aggregator.h", |
Anthony Vallee-Dubois | dcd1dfa | 2022-10-12 17:23:06 | [diff] [blame] | 1073 | "performance_manager/decorators/page_live_state_decorator_delegate_impl.cc", |
| 1074 | "performance_manager/decorators/page_live_state_decorator_delegate_impl.h", |
Chris Hamilton | 13da6b879 | 2019-10-29 22:05:45 | [diff] [blame] | 1075 | "performance_manager/decorators/process_priority_aggregator.cc", |
| 1076 | "performance_manager/decorators/process_priority_aggregator.h", |
Sebastien Marchand | 578251d | 2020-12-11 03:44:43 | [diff] [blame] | 1077 | "performance_manager/mechanisms/page_freezer.cc", |
| 1078 | "performance_manager/mechanisms/page_freezer.h", |
Brian Geffon | e8865fd5 | 2019-07-17 20:52:36 | [diff] [blame] | 1079 | "performance_manager/mechanisms/working_set_trimmer.cc", |
| 1080 | "performance_manager/mechanisms/working_set_trimmer.h", |
Sebastien Marchand | 26179f9 | 2020-02-05 15:39:42 | [diff] [blame] | 1081 | "performance_manager/metrics/memory_pressure_metrics.cc", |
| 1082 | "performance_manager/metrics/memory_pressure_metrics.h", |
Sean Maher | 991f95a | 2022-10-05 19:10:15 | [diff] [blame] | 1083 | "performance_manager/metrics/page_timeline_monitor.cc", |
| 1084 | "performance_manager/metrics/page_timeline_monitor.h", |
Francois Doray | f1cecf4 | 2020-11-02 20:15:02 | [diff] [blame] | 1085 | "performance_manager/observers/page_load_metrics_observer.cc", |
| 1086 | "performance_manager/observers/page_load_metrics_observer.h", |
Sebastien Marchand | c5b5f4b | 2020-12-15 21:30:58 | [diff] [blame] | 1087 | "performance_manager/policies/page_freezing_policy.cc", |
| 1088 | "performance_manager/policies/page_freezing_policy.h", |
Sigurdur Asgeirsson | 68667e1 | 2020-04-29 17:53:29 | [diff] [blame] | 1089 | "performance_manager/policies/policy_features.cc", |
| 1090 | "performance_manager/policies/policy_features.h", |
| 1091 | "performance_manager/policies/working_set_trimmer_policy.cc", |
| 1092 | "performance_manager/policies/working_set_trimmer_policy.h", |
Anthony Vallee-Dubois | 36b4a37 | 2022-08-23 14:54:09 | [diff] [blame] | 1093 | "performance_manager/public/chrome_browser_main_extra_parts_performance_manager.h", |
| 1094 | "performance_manager/public/chrome_content_browser_client_performance_manager_part.h", |
Anthony Vallee-Dubois | 4ad0e3b | 2022-09-30 17:19:20 | [diff] [blame] | 1095 | "performance_manager/public/user_tuning/user_tuning_utils.h", |
| 1096 | "performance_manager/user_tuning/user_tuning_utils.cc", |
Patrick Monette | a408469 | 2021-01-18 17:51:30 | [diff] [blame] | 1097 | "performance_monitor/chrome_browser_main_extra_parts_performance_monitor.cc", |
| 1098 | "performance_monitor/chrome_browser_main_extra_parts_performance_monitor.h", |
Sebastien Marchand | 6362987 | 2019-01-28 19:34:44 | [diff] [blame] | 1099 | "performance_monitor/system_monitor.cc", |
| 1100 | "performance_monitor/system_monitor.h", |
Balazs Engedy | 715b0ec | 2019-12-04 15:11:45 | [diff] [blame] | 1101 | "permissions/adaptive_quiet_notification_permission_ui_enabler.cc", |
| 1102 | "permissions/adaptive_quiet_notification_permission_ui_enabler.h", |
Clark DuVall | 38189ee | 2020-02-14 02:30:28 | [diff] [blame] | 1103 | "permissions/chrome_permissions_client.cc", |
| 1104 | "permissions/chrome_permissions_client.h", |
Balazs Engedy | ed2c217 | 2019-12-05 00:06:03 | [diff] [blame] | 1105 | "permissions/contextual_notification_permission_ui_selector.cc", |
| 1106 | "permissions/contextual_notification_permission_ui_selector.h", |
Balazs Engedy | ce7f30a | 2019-11-29 17:53:00 | [diff] [blame] | 1107 | "permissions/crowd_deny_preload_data.cc", |
| 1108 | "permissions/crowd_deny_preload_data.h", |
Balazs Engedy | 893ce4b5 | 2019-11-28 09:25:13 | [diff] [blame] | 1109 | "permissions/crowd_deny_safe_browsing_request.cc", |
| 1110 | "permissions/crowd_deny_safe_browsing_request.h", |
Ravjit Singh Uppal | c73b5a6 | 2020-11-13 01:38:52 | [diff] [blame] | 1111 | "permissions/last_tab_standing_tracker.cc", |
| 1112 | "permissions/last_tab_standing_tracker.h", |
| 1113 | "permissions/last_tab_standing_tracker_factory.cc", |
| 1114 | "permissions/last_tab_standing_tracker_factory.h", |
| 1115 | "permissions/last_tab_standing_tracker_observer.h", |
| 1116 | "permissions/last_tab_standing_tracker_tab_helper.cc", |
| 1117 | "permissions/last_tab_standing_tracker_tab_helper.h", |
Side Yilmaz | e3424a80 | 2022-09-12 10:59:25 | [diff] [blame] | 1118 | "permissions/notification_permission_review_service_factory.cc", |
| 1119 | "permissions/notification_permission_review_service_factory.h", |
Kamila | 1c047fd | 2022-05-13 17:20:36 | [diff] [blame] | 1120 | "permissions/notifications_engagement_service_factory.cc", |
| 1121 | "permissions/notifications_engagement_service_factory.h", |
Kamila | 5e993568 | 2022-08-05 12:43:29 | [diff] [blame] | 1122 | "permissions/notifications_permission_revocation_config.cc", |
| 1123 | "permissions/notifications_permission_revocation_config.h", |
Florian Jacky | 796b971 | 2022-10-20 13:42:39 | [diff] [blame] | 1124 | "permissions/origin_keyed_permission_action_service_factory.cc", |
| 1125 | "permissions/origin_keyed_permission_action_service_factory.h", |
Ravjit | 0dc26474 | 2021-10-15 11:09:35 | [diff] [blame] | 1126 | "permissions/permission_actions_history_factory.cc", |
| 1127 | "permissions/permission_actions_history_factory.h", |
Igor Tukh | a100f65 | 2020-11-25 15:53:05 | [diff] [blame] | 1128 | "permissions/permission_auditing_service_factory.cc", |
| 1129 | "permissions/permission_auditing_service_factory.h", |
Clark DuVall | 03628dedc | 2020-01-30 22:25:52 | [diff] [blame] | 1130 | "permissions/permission_decision_auto_blocker_factory.cc", |
| 1131 | "permissions/permission_decision_auto_blocker_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1132 | "permissions/permission_manager_factory.cc", |
| 1133 | "permissions/permission_manager_factory.h", |
Kamila | 5e993568 | 2022-08-05 12:43:29 | [diff] [blame] | 1134 | "permissions/permission_revocation_request.cc", |
| 1135 | "permissions/permission_revocation_request.h", |
Andy Paicu | 204a1bb8 | 2020-11-12 21:50:14 | [diff] [blame] | 1136 | "permissions/prediction_based_permission_ui_selector.cc", |
| 1137 | "permissions/prediction_based_permission_ui_selector.h", |
| 1138 | "permissions/prediction_service_factory.cc", |
| 1139 | "permissions/prediction_service_factory.h", |
| 1140 | "permissions/prediction_service_request.cc", |
| 1141 | "permissions/prediction_service_request.h", |
Andy Paicu | 8e8bea9 | 2020-11-10 16:34:18 | [diff] [blame] | 1142 | "permissions/pref_notification_permission_ui_selector.cc", |
| 1143 | "permissions/pref_notification_permission_ui_selector.h", |
Balazs Engedy | 715b0ec | 2019-12-04 15:11:45 | [diff] [blame] | 1144 | "permissions/quiet_notification_permission_ui_config.cc", |
| 1145 | "permissions/quiet_notification_permission_ui_config.h", |
| 1146 | "permissions/quiet_notification_permission_ui_state.cc", |
| 1147 | "permissions/quiet_notification_permission_ui_state.h", |
Side Yilmaz | a1a1486 | 2022-09-02 15:11:48 | [diff] [blame] | 1148 | "permissions/unused_site_permissions_service_factory.cc", |
| 1149 | "permissions/unused_site_permissions_service_factory.h", |
Mounir Lamouri | abd8e1e7 | 2018-06-22 14:33:17 | [diff] [blame] | 1150 | "picture_in_picture/picture_in_picture_window_manager.cc", |
| 1151 | "picture_in_picture/picture_in_picture_window_manager.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1152 | "platform_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1153 | "platform_util_internal.h", |
Amber Won | 94afd811 | 2017-08-23 17:30:11 | [diff] [blame] | 1154 | "plugins/pdf_iframe_navigation_throttle.cc", |
| 1155 | "plugins/pdf_iframe_navigation_throttle.h", |
James Vecore | 6bafc26 | 2020-08-04 19:50:38 | [diff] [blame] | 1156 | "policy/boolean_disabling_policy_handler.cc", |
| 1157 | "policy/boolean_disabling_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1158 | "policy/chrome_browser_policy_connector.cc", |
| 1159 | "policy/chrome_browser_policy_connector.h", |
Rohit Rao | 17a6a7e6 | 2020-02-05 18:54:49 | [diff] [blame] | 1160 | "policy/chrome_policy_conversions_client.cc", |
| 1161 | "policy/chrome_policy_conversions_client.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1162 | "policy/cloud/cloud_policy_invalidator.cc", |
| 1163 | "policy/cloud/cloud_policy_invalidator.h", |
Askar Aitzhan | 20a8002 | 2019-06-24 13:42:47 | [diff] [blame] | 1164 | "policy/cloud/policy_invalidation_util.cc", |
| 1165 | "policy/cloud/policy_invalidation_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1166 | "policy/cloud/remote_commands_invalidator.cc", |
| 1167 | "policy/cloud/remote_commands_invalidator.h", |
| 1168 | "policy/cloud/remote_commands_invalidator_impl.cc", |
| 1169 | "policy/cloud/remote_commands_invalidator_impl.h", |
| 1170 | "policy/cloud/user_cloud_policy_invalidator.cc", |
| 1171 | "policy/cloud/user_cloud_policy_invalidator.h", |
| 1172 | "policy/cloud/user_cloud_policy_invalidator_factory.cc", |
| 1173 | "policy/cloud/user_cloud_policy_invalidator_factory.h", |
| 1174 | "policy/configuration_policy_handler_list_factory.cc", |
| 1175 | "policy/configuration_policy_handler_list_factory.h", |
| 1176 | "policy/device_management_service_configuration.cc", |
| 1177 | "policy/device_management_service_configuration.h", |
Zach Trudo | cc4aa4d | 2020-09-21 22:19:45 | [diff] [blame] | 1178 | "policy/dm_token_utils.cc", |
| 1179 | "policy/dm_token_utils.h", |
Lutz Justen | e4055bd | 2018-12-03 11:36:39 | [diff] [blame] | 1180 | "policy/homepage_location_policy_handler.cc", |
| 1181 | "policy/homepage_location_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1182 | "policy/javascript_policy_handler.cc", |
| 1183 | "policy/javascript_policy_handler.h", |
Dominique Fauteux-Chapleau | 44a32f10 | 2022-12-09 18:30:38 | [diff] [blame] | 1184 | "policy/management_utils.cc", |
| 1185 | "policy/management_utils.h", |
Zach Trudo | 9f99295 | 2020-06-06 01:53:11 | [diff] [blame] | 1186 | "policy/messaging_layer/public/report_client.cc", |
| 1187 | "policy/messaging_layer/public/report_client.h", |
Zach Trudo | 537b3e2 | 2020-07-02 00:22:01 | [diff] [blame] | 1188 | "policy/messaging_layer/upload/dm_server_upload_service.cc", |
| 1189 | "policy/messaging_layer/upload/dm_server_upload_service.h", |
Hong Xu | 302543ba | 2022-04-26 16:47:15 | [diff] [blame] | 1190 | "policy/messaging_layer/upload/event_upload_size_controller.cc", |
| 1191 | "policy/messaging_layer/upload/event_upload_size_controller.h", |
Hong Xu | 7b9c73c | 2022-04-20 21:58:42 | [diff] [blame] | 1192 | "policy/messaging_layer/upload/network_condition_service.cc", |
| 1193 | "policy/messaging_layer/upload/network_condition_service.h", |
Zach Trudo | f9875f72 | 2020-12-03 01:43:53 | [diff] [blame] | 1194 | "policy/messaging_layer/upload/record_handler_impl.cc", |
| 1195 | "policy/messaging_layer/upload/record_handler_impl.h", |
Leonid Baraz | 98457f8 | 2020-12-08 02:51:30 | [diff] [blame] | 1196 | "policy/messaging_layer/upload/record_upload_request_builder.cc", |
| 1197 | "policy/messaging_layer/upload/record_upload_request_builder.h", |
Zach Trudo | 81028b4 | 2020-08-12 00:04:20 | [diff] [blame] | 1198 | "policy/messaging_layer/upload/upload_client.cc", |
| 1199 | "policy/messaging_layer/upload/upload_client.h", |
Leonid Baraz | 5a199c8 | 2021-10-01 00:31:43 | [diff] [blame] | 1200 | "policy/messaging_layer/upload/upload_provider.cc", |
| 1201 | "policy/messaging_layer/upload/upload_provider.h", |
Vignesh Shenvi | cb68f4a | 2021-11-04 02:44:17 | [diff] [blame] | 1202 | "policy/messaging_layer/util/dm_token_retriever_provider.cc", |
| 1203 | "policy/messaging_layer/util/dm_token_retriever_provider.h", |
Zach Trudo | 41d8369f | 2021-01-22 04:09:01 | [diff] [blame] | 1204 | "policy/messaging_layer/util/report_queue_manual_test_context.cc", |
| 1205 | "policy/messaging_layer/util/report_queue_manual_test_context.h", |
Leonid Baraz | b8db7c7 | 2022-07-19 01:52:44 | [diff] [blame] | 1206 | "policy/messaging_layer/util/reporting_server_connector.cc", |
| 1207 | "policy/messaging_layer/util/reporting_server_connector.h", |
Vignesh Shenvi | e61160d4 | 2021-10-21 23:52:34 | [diff] [blame] | 1208 | "policy/messaging_layer/util/user_dm_token_retriever.cc", |
| 1209 | "policy/messaging_layer/util/user_dm_token_retriever.h", |
Irem Uguz | 890e78cd | 2022-05-17 10:46:33 | [diff] [blame] | 1210 | "policy/policy_ui_utils.cc", |
| 1211 | "policy/policy_ui_utils.h", |
Irem Uguz | a1b7e1b5 | 2022-09-28 11:45:48 | [diff] [blame] | 1212 | "policy/policy_value_and_status_aggregator.cc", |
| 1213 | "policy/policy_value_and_status_aggregator.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1214 | "policy/profile_policy_connector.cc", |
| 1215 | "policy/profile_policy_connector.h", |
Xi Han | acf4cfb | 2019-04-29 15:00:54 | [diff] [blame] | 1216 | "policy/profile_policy_connector_builder.cc", |
| 1217 | "policy/profile_policy_connector_builder.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1218 | "policy/schema_registry_service.cc", |
| 1219 | "policy/schema_registry_service.h", |
Xi Han | 9fd4400 | 2019-04-30 17:39:36 | [diff] [blame] | 1220 | "policy/schema_registry_service_builder.cc", |
| 1221 | "policy/schema_registry_service_builder.h", |
Irem Uguz | c83eb19 | 2022-07-01 09:40:46 | [diff] [blame] | 1222 | "policy/status_provider/cloud_policy_core_status_provider.cc", |
| 1223 | "policy/status_provider/cloud_policy_core_status_provider.h", |
| 1224 | "policy/status_provider/status_provider_util.cc", |
| 1225 | "policy/status_provider/status_provider_util.h", |
| 1226 | "policy/status_provider/user_cloud_policy_status_provider.cc", |
| 1227 | "policy/status_provider/user_cloud_policy_status_provider.h", |
Irem Uguz | c63a923 | 2022-09-05 10:40:46 | [diff] [blame] | 1228 | "policy/value_provider/chrome_policies_value_provider.cc", |
| 1229 | "policy/value_provider/chrome_policies_value_provider.h", |
Irem Uguz | 14f529e | 2022-07-21 16:15:10 | [diff] [blame] | 1230 | "policy/value_provider/policy_value_provider.cc", |
| 1231 | "policy/value_provider/policy_value_provider.h", |
| 1232 | "policy/value_provider/value_provider_util.cc", |
| 1233 | "policy/value_provider/value_provider_util.h", |
Ovidio Henriquez | d4412c9 | 2019-03-29 19:07:54 | [diff] [blame] | 1234 | "policy/webusb_allow_devices_for_urls_policy_handler.cc", |
| 1235 | "policy/webusb_allow_devices_for_urls_policy_handler.h", |
Brandon Wylie | a73250f | 2022-08-09 21:20:26 | [diff] [blame] | 1236 | "power_bookmarks/power_bookmark_service_factory.cc", |
| 1237 | "power_bookmarks/power_bookmark_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1238 | "predictors/autocomplete_action_predictor.cc", |
| 1239 | "predictors/autocomplete_action_predictor.h", |
| 1240 | "predictors/autocomplete_action_predictor_factory.cc", |
| 1241 | "predictors/autocomplete_action_predictor_factory.h", |
| 1242 | "predictors/autocomplete_action_predictor_table.cc", |
| 1243 | "predictors/autocomplete_action_predictor_table.h", |
trevordixon | 3eb67a8 | 2017-06-09 12:21:32 | [diff] [blame] | 1244 | "predictors/loading_data_collector.cc", |
| 1245 | "predictors/loading_data_collector.h", |
lizeb | d999f0f | 2017-05-15 10:23:55 | [diff] [blame] | 1246 | "predictors/loading_predictor.cc", |
| 1247 | "predictors/loading_predictor.h", |
| 1248 | "predictors/loading_predictor_config.cc", |
| 1249 | "predictors/loading_predictor_config.h", |
| 1250 | "predictors/loading_predictor_factory.cc", |
| 1251 | "predictors/loading_predictor_factory.h", |
Alexandr Ilin | 068c897 | 2018-06-13 09:37:09 | [diff] [blame] | 1252 | "predictors/loading_predictor_tab_helper.cc", |
| 1253 | "predictors/loading_predictor_tab_helper.h", |
Alexandr Ilin | 961bcec | 2017-06-02 13:57:38 | [diff] [blame] | 1254 | "predictors/loading_stats_collector.cc", |
| 1255 | "predictors/loading_stats_collector.h", |
Darin Fisher | 86ec1f4 | 2019-10-30 04:26:53 | [diff] [blame] | 1256 | "predictors/network_hints_handler_impl.cc", |
| 1257 | "predictors/network_hints_handler_impl.h", |
Alexandr Ilin | 2f101843 | 2017-07-07 12:13:25 | [diff] [blame] | 1258 | "predictors/preconnect_manager.cc", |
| 1259 | "predictors/preconnect_manager.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1260 | "predictors/predictor_database.cc", |
| 1261 | "predictors/predictor_database.h", |
| 1262 | "predictors/predictor_database_factory.cc", |
| 1263 | "predictors/predictor_database_factory.h", |
Sophie Chang | a08624ea | 2020-03-10 19:52:10 | [diff] [blame] | 1264 | "predictors/predictors_enums.h", |
Tarun Bansal | 6c5bbd8 | 2019-06-25 04:50:58 | [diff] [blame] | 1265 | "predictors/predictors_features.cc", |
| 1266 | "predictors/predictors_features.h", |
Matt Falkenhagen | 2e2085f | 2020-08-13 03:14:24 | [diff] [blame] | 1267 | "predictors/predictors_switches.cc", |
| 1268 | "predictors/predictors_switches.h", |
Matt Falkenhagen | 7b2877d | 2020-06-19 07:59:21 | [diff] [blame] | 1269 | "predictors/prefetch_manager.cc", |
| 1270 | "predictors/prefetch_manager.h", |
Alexandr Ilin | 248c267 | 2018-09-10 10:40:51 | [diff] [blame] | 1271 | "predictors/proxy_lookup_client_impl.cc", |
| 1272 | "predictors/proxy_lookup_client_impl.h", |
Alexandr Ilin | 5b417db | 2018-08-17 18:34:00 | [diff] [blame] | 1273 | "predictors/resolve_host_client_impl.cc", |
| 1274 | "predictors/resolve_host_client_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1275 | "predictors/resource_prefetch_predictor.cc", |
| 1276 | "predictors/resource_prefetch_predictor.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1277 | "predictors/resource_prefetch_predictor_tables.cc", |
| 1278 | "predictors/resource_prefetch_predictor_tables.h", |
Ryan Sturm | 010e2f5 | 2021-01-08 00:13:56 | [diff] [blame] | 1279 | "prefetch/pref_names.cc", |
| 1280 | "prefetch/pref_names.h", |
Max Curran | f1a47299 | 2022-01-31 22:55:00 | [diff] [blame] | 1281 | "prefetch/prefetch_headers.cc", |
| 1282 | "prefetch/prefetch_headers.h", |
Simon Pelchat | 7e015de | 2021-11-17 02:56:07 | [diff] [blame] | 1283 | "prefetch/prefetch_prefs.cc", |
| 1284 | "prefetch/prefetch_prefs.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1285 | "prefs/browser_prefs.cc", |
| 1286 | "prefs/browser_prefs.h", |
mlliu | f00ece6 | 2016-10-17 17:29:01 | [diff] [blame] | 1287 | "prefs/chrome_command_line_pref_store.cc", |
| 1288 | "prefs/chrome_command_line_pref_store.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1289 | "prefs/chrome_pref_model_associator_client.cc", |
| 1290 | "prefs/chrome_pref_model_associator_client.h", |
| 1291 | "prefs/chrome_pref_service_factory.cc", |
| 1292 | "prefs/chrome_pref_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1293 | "prefs/incognito_mode_prefs.cc", |
| 1294 | "prefs/incognito_mode_prefs.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1295 | "prefs/pref_metrics_service.cc", |
| 1296 | "prefs/pref_metrics_service.h", |
Ramin Halavati | c5b4977 | 2020-06-25 06:55:19 | [diff] [blame] | 1297 | "prefs/pref_service_incognito_allowlist.cc", |
| 1298 | "prefs/pref_service_incognito_allowlist.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1299 | "prefs/pref_service_syncable_util.cc", |
| 1300 | "prefs/pref_service_syncable_util.h", |
| 1301 | "prefs/profile_pref_store_manager.cc", |
| 1302 | "prefs/profile_pref_store_manager.h", |
| 1303 | "prefs/session_startup_pref.cc", |
| 1304 | "prefs/session_startup_pref.h", |
Sreeja Kamishetty | 8ef652b | 2022-06-22 22:43:17 | [diff] [blame] | 1305 | "preloading/chrome_preloading.cc", |
| 1306 | "preloading/chrome_preloading.h", |
Ryan Sturm | 6a5fb8e6 | 2022-07-08 19:27:53 | [diff] [blame] | 1307 | "preloading/navigation_ablation_throttle.cc", |
| 1308 | "preloading/navigation_ablation_throttle.h", |
Sreeja Kamishetty | ab9948ab | 2022-07-20 23:20:23 | [diff] [blame] | 1309 | "preloading/prefetch/no_state_prefetch/chrome_no_state_prefetch_contents_delegate.cc", |
| 1310 | "preloading/prefetch/no_state_prefetch/chrome_no_state_prefetch_contents_delegate.h", |
| 1311 | "preloading/prefetch/no_state_prefetch/chrome_no_state_prefetch_manager_delegate.cc", |
| 1312 | "preloading/prefetch/no_state_prefetch/chrome_no_state_prefetch_manager_delegate.h", |
| 1313 | "preloading/prefetch/no_state_prefetch/chrome_no_state_prefetch_processor_impl_delegate.cc", |
| 1314 | "preloading/prefetch/no_state_prefetch/chrome_no_state_prefetch_processor_impl_delegate.h", |
| 1315 | "preloading/prefetch/no_state_prefetch/no_state_prefetch_link_manager_factory.cc", |
| 1316 | "preloading/prefetch/no_state_prefetch/no_state_prefetch_link_manager_factory.h", |
| 1317 | "preloading/prefetch/no_state_prefetch/no_state_prefetch_manager_factory.cc", |
| 1318 | "preloading/prefetch/no_state_prefetch/no_state_prefetch_manager_factory.h", |
| 1319 | "preloading/prefetch/no_state_prefetch/no_state_prefetch_navigation_throttle.cc", |
| 1320 | "preloading/prefetch/no_state_prefetch/no_state_prefetch_navigation_throttle.h", |
| 1321 | "preloading/prefetch/no_state_prefetch/no_state_prefetch_tab_helper.cc", |
| 1322 | "preloading/prefetch/no_state_prefetch/no_state_prefetch_tab_helper.h", |
Sreeja Kamishetty | 4ae1ab3 | 2022-07-25 19:31:57 | [diff] [blame] | 1323 | "preloading/prefetch/prefetch_proxy/chrome_prefetch_service_delegate.cc", |
| 1324 | "preloading/prefetch/prefetch_proxy/chrome_prefetch_service_delegate.h", |
| 1325 | "preloading/prefetch/prefetch_proxy/chrome_speculation_host_delegate.cc", |
| 1326 | "preloading/prefetch/prefetch_proxy/chrome_speculation_host_delegate.h", |
| 1327 | "preloading/prefetch/prefetch_proxy/prefetch_container.cc", |
| 1328 | "preloading/prefetch/prefetch_proxy/prefetch_container.h", |
| 1329 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_canary_checker.cc", |
| 1330 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_canary_checker.h", |
| 1331 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_cookie_listener.cc", |
| 1332 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_cookie_listener.h", |
| 1333 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_dns_prober.cc", |
| 1334 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_dns_prober.h", |
| 1335 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_features.cc", |
| 1336 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_features.h", |
| 1337 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_from_string_url_loader.cc", |
| 1338 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_from_string_url_loader.h", |
| 1339 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_network_context.cc", |
| 1340 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_network_context.h", |
| 1341 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_network_context_client.cc", |
| 1342 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_network_context_client.h", |
| 1343 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_origin_decider.cc", |
| 1344 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_origin_decider.h", |
| 1345 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_origin_prober.cc", |
| 1346 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_origin_prober.h", |
| 1347 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_params.cc", |
| 1348 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_params.h", |
| 1349 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_prefetch_metrics_collector.cc", |
| 1350 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_prefetch_metrics_collector.h", |
| 1351 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_prefetch_status.h", |
| 1352 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_probe_result.cc", |
| 1353 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_probe_result.h", |
| 1354 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_proxy_configurator.cc", |
| 1355 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_proxy_configurator.h", |
| 1356 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_proxying_url_loader_factory.cc", |
| 1357 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_proxying_url_loader_factory.h", |
| 1358 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_service.cc", |
| 1359 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_service.h", |
| 1360 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_service_factory.cc", |
| 1361 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_service_factory.h", |
| 1362 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_subresource_manager.cc", |
| 1363 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_subresource_manager.h", |
| 1364 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_tab_helper.cc", |
| 1365 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_tab_helper.h", |
| 1366 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_url_loader_interceptor.cc", |
| 1367 | "preloading/prefetch/prefetch_proxy/prefetch_proxy_url_loader_interceptor.h", |
| 1368 | "preloading/prefetch/prefetch_proxy/prefetch_type.cc", |
| 1369 | "preloading/prefetch/prefetch_proxy/prefetch_type.h", |
| 1370 | "preloading/prefetch/prefetch_proxy/prefetched_mainframe_response_container.cc", |
| 1371 | "preloading/prefetch/prefetch_proxy/prefetched_mainframe_response_container.h", |
Sreeja Kamishetty | b8e18ae | 2022-07-22 03:12:43 | [diff] [blame] | 1372 | "preloading/prefetch/search_prefetch/cache_alias_search_prefetch_url_loader.cc", |
| 1373 | "preloading/prefetch/search_prefetch/cache_alias_search_prefetch_url_loader.h", |
| 1374 | "preloading/prefetch/search_prefetch/field_trial_settings.cc", |
| 1375 | "preloading/prefetch/search_prefetch/field_trial_settings.h", |
| 1376 | "preloading/prefetch/search_prefetch/search_prefetch_request.cc", |
| 1377 | "preloading/prefetch/search_prefetch/search_prefetch_request.h", |
| 1378 | "preloading/prefetch/search_prefetch/search_prefetch_service.cc", |
| 1379 | "preloading/prefetch/search_prefetch/search_prefetch_service.h", |
| 1380 | "preloading/prefetch/search_prefetch/search_prefetch_service_factory.cc", |
| 1381 | "preloading/prefetch/search_prefetch/search_prefetch_service_factory.h", |
| 1382 | "preloading/prefetch/search_prefetch/search_prefetch_url_loader.cc", |
| 1383 | "preloading/prefetch/search_prefetch/search_prefetch_url_loader.h", |
| 1384 | "preloading/prefetch/search_prefetch/search_prefetch_url_loader_interceptor.cc", |
| 1385 | "preloading/prefetch/search_prefetch/search_prefetch_url_loader_interceptor.h", |
| 1386 | "preloading/prefetch/search_prefetch/streaming_search_prefetch_url_loader.cc", |
| 1387 | "preloading/prefetch/search_prefetch/streaming_search_prefetch_url_loader.h", |
Sreeja Kamishetty | 26ce369 | 2022-07-19 16:11:44 | [diff] [blame] | 1388 | "preloading/prerender/prerender_manager.cc", |
| 1389 | "preloading/prerender/prerender_manager.h", |
| 1390 | "preloading/prerender/prerender_utils.cc", |
| 1391 | "preloading/prerender/prerender_utils.h", |
sauski | 5696eba | 2021-10-05 12:19:14 | [diff] [blame] | 1392 | "privacy/privacy_metrics_service.cc", |
| 1393 | "privacy/privacy_metrics_service.h", |
| 1394 | "privacy/privacy_metrics_service_factory.cc", |
| 1395 | "privacy/privacy_metrics_service_factory.h", |
Rohit Agarwal | a1c99b0 | 2022-12-21 15:23:48 | [diff] [blame] | 1396 | "privacy_sandbox/privacy_sandbox_policy_handler.cc", |
| 1397 | "privacy_sandbox/privacy_sandbox_policy_handler.h", |
sauski | ad47e212 | 2021-12-16 16:34:29 | [diff] [blame] | 1398 | "privacy_sandbox/privacy_sandbox_service.cc", |
| 1399 | "privacy_sandbox/privacy_sandbox_service.h", |
| 1400 | "privacy_sandbox/privacy_sandbox_service_factory.cc", |
| 1401 | "privacy_sandbox/privacy_sandbox_service_factory.h", |
sauski | 2b8f678 | 2022-02-22 11:41:22 | [diff] [blame] | 1402 | "privacy_sandbox/privacy_sandbox_settings_delegate.cc", |
| 1403 | "privacy_sandbox/privacy_sandbox_settings_delegate.h", |
sauski | 4d14bcd | 2020-12-02 19:10:42 | [diff] [blame] | 1404 | "privacy_sandbox/privacy_sandbox_settings_factory.cc", |
| 1405 | "privacy_sandbox/privacy_sandbox_settings_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1406 | "process_resource_usage.cc", |
| 1407 | "process_resource_usage.h", |
| 1408 | "process_singleton.h", |
Gabriel Charette | 1d90fe5 | 2022-02-03 18:30:55 | [diff] [blame] | 1409 | "process_singleton_internal.cc", |
| 1410 | "process_singleton_internal.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1411 | "profiles/bookmark_model_loaded_observer.cc", |
| 1412 | "profiles/bookmark_model_loaded_observer.h", |
| 1413 | "profiles/chrome_browser_main_extra_parts_profiles.cc", |
| 1414 | "profiles/chrome_browser_main_extra_parts_profiles.h", |
| 1415 | "profiles/chrome_version_service.cc", |
| 1416 | "profiles/chrome_version_service.h", |
Lutz Justen | 3ad6465 | 2018-08-20 11:54:28 | [diff] [blame] | 1417 | "profiles/force_safe_search_policy_handler.cc", |
| 1418 | "profiles/force_safe_search_policy_handler.h", |
| 1419 | "profiles/force_youtube_safety_mode_policy_handler.cc", |
| 1420 | "profiles/force_youtube_safety_mode_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1421 | "profiles/incognito_mode_policy_handler.cc", |
| 1422 | "profiles/incognito_mode_policy_handler.h", |
Nicolas Ouellet-Payeur | b56014b0 | 2021-12-13 17:05:14 | [diff] [blame] | 1423 | "profiles/keep_alive/profile_keep_alive_types.cc", |
| 1424 | "profiles/keep_alive/profile_keep_alive_types.h", |
| 1425 | "profiles/keep_alive/scoped_profile_keep_alive.cc", |
| 1426 | "profiles/keep_alive/scoped_profile_keep_alive.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1427 | "profiles/off_the_record_profile_impl.cc", |
| 1428 | "profiles/off_the_record_profile_impl.h", |
Xi Han | 9fd4400 | 2019-04-30 17:39:36 | [diff] [blame] | 1429 | "profiles/pref_service_builder_utils.cc", |
| 1430 | "profiles/pref_service_builder_utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1431 | "profiles/profile_attributes_entry.cc", |
| 1432 | "profiles/profile_attributes_entry.h", |
Alex Ilin | 541937888 | 2021-04-27 08:59:25 | [diff] [blame] | 1433 | "profiles/profile_attributes_init_params.cc", |
| 1434 | "profiles/profile_attributes_init_params.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1435 | "profiles/profile_attributes_storage.cc", |
| 1436 | "profiles/profile_attributes_storage.h", |
Alex Ilin | 2c46b97 | 2021-07-09 12:44:23 | [diff] [blame] | 1437 | "profiles/profile_attributes_storage_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1438 | "profiles/profile_avatar_downloader.cc", |
| 1439 | "profiles/profile_avatar_downloader.h", |
| 1440 | "profiles/profile_avatar_icon_util.cc", |
| 1441 | "profiles/profile_avatar_icon_util.h", |
| 1442 | "profiles/profile_destroyer.cc", |
| 1443 | "profiles/profile_destroyer.h", |
| 1444 | "profiles/profile_downloader.cc", |
| 1445 | "profiles/profile_downloader.h", |
| 1446 | "profiles/profile_downloader_delegate.h", |
| 1447 | "profiles/profile_impl.cc", |
| 1448 | "profiles/profile_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1449 | "profiles/profile_io_data.cc", |
| 1450 | "profiles/profile_io_data.h", |
Henrique Nakashima | 2ae7343 | 2019-04-11 21:26:31 | [diff] [blame] | 1451 | "profiles/profile_key.cc", |
| 1452 | "profiles/profile_key.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1453 | "profiles/profile_manager.cc", |
| 1454 | "profiles/profile_manager.h", |
Evan Stade | d89e11c | 2019-09-05 18:08:56 | [diff] [blame] | 1455 | "profiles/profile_manager_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1456 | "profiles/profile_metrics.cc", |
| 1457 | "profiles/profile_metrics.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1458 | "profiles/profiles_state.cc", |
| 1459 | "profiles/profiles_state.h", |
John Abd-El-Malek | 1f7fc91 | 2018-07-26 02:48:06 | [diff] [blame] | 1460 | "profiles/renderer_updater.cc", |
| 1461 | "profiles/renderer_updater.h", |
| 1462 | "profiles/renderer_updater_factory.cc", |
| 1463 | "profiles/renderer_updater_factory.h", |
Askar Aitzhan | 6ca3ae9 | 2019-09-06 17:11:29 | [diff] [blame] | 1464 | "profiles/reporting_util.cc", |
| 1465 | "profiles/reporting_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1466 | "profiles/sql_init_error_message_ids.cc", |
| 1467 | "profiles/sql_init_error_message_ids.h", |
| 1468 | "profiles/storage_partition_descriptor.h", |
Peter Beverloo | afb1ab4 | 2018-08-20 13:03:45 | [diff] [blame] | 1469 | "push_messaging/budget_database.cc", |
| 1470 | "push_messaging/budget_database.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1471 | "push_messaging/push_messaging_app_identifier.cc", |
| 1472 | "push_messaging/push_messaging_app_identifier.h", |
| 1473 | "push_messaging/push_messaging_constants.cc", |
| 1474 | "push_messaging/push_messaging_constants.h", |
Peter Beverloo | cf7390a | 2020-01-14 13:00:54 | [diff] [blame] | 1475 | "push_messaging/push_messaging_features.cc", |
| 1476 | "push_messaging/push_messaging_features.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 1477 | "push_messaging/push_messaging_notification_manager.cc", |
| 1478 | "push_messaging/push_messaging_notification_manager.h", |
Viviane Yang | 801695b | 2020-08-26 19:57:06 | [diff] [blame] | 1479 | "push_messaging/push_messaging_refresher.cc", |
| 1480 | "push_messaging/push_messaging_refresher.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1481 | "push_messaging/push_messaging_service_factory.cc", |
| 1482 | "push_messaging/push_messaging_service_factory.h", |
| 1483 | "push_messaging/push_messaging_service_impl.cc", |
| 1484 | "push_messaging/push_messaging_service_impl.h", |
Viviane Yang | 02fa99b1 | 2020-08-25 12:29:54 | [diff] [blame] | 1485 | "push_messaging/push_messaging_utils.cc", |
| 1486 | "push_messaging/push_messaging_utils.h", |
Min Qin | f970c5ae | 2022-02-21 03:22:06 | [diff] [blame] | 1487 | "query_tiles/query_tile_utils.cc", |
| 1488 | "query_tiles/query_tile_utils.h", |
Hesen Zhang | 7e39368 | 2020-05-01 18:52:07 | [diff] [blame] | 1489 | "query_tiles/tile_background_task.cc", |
| 1490 | "query_tiles/tile_background_task.h", |
Shakti Sahu | ce57c7d9 | 2020-04-29 01:47:17 | [diff] [blame] | 1491 | "query_tiles/tile_service_factory.cc", |
| 1492 | "query_tiles/tile_service_factory.h", |
Mikel Astiz | 8627845 | 2022-12-19 11:56:47 | [diff] [blame] | 1493 | "reading_list/reading_list_model_factory.cc", |
| 1494 | "reading_list/reading_list_model_factory.h", |
Victor Tan | 13119a73 | 2022-08-12 16:46:28 | [diff] [blame] | 1495 | "reduce_accept_language/reduce_accept_language_factory.cc", |
| 1496 | "reduce_accept_language/reduce_accept_language_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1497 | "renderer_context_menu/context_menu_content_type_factory.cc", |
| 1498 | "renderer_context_menu/context_menu_content_type_factory.h", |
clamy | 1e5574e | 2016-09-29 16:48:44 | [diff] [blame] | 1499 | "renderer_host/chrome_navigation_ui_data.cc", |
| 1500 | "renderer_host/chrome_navigation_ui_data.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1501 | "renderer_preferences_util.cc", |
| 1502 | "renderer_preferences_util.h", |
Emily Stark | 474b8ca | 2019-10-24 15:35:39 | [diff] [blame] | 1503 | "reputation/local_heuristics.cc", |
| 1504 | "reputation/local_heuristics.h", |
| 1505 | "reputation/reputation_service.cc", |
| 1506 | "reputation/reputation_service.h", |
| 1507 | "reputation/reputation_web_contents_observer.cc", |
| 1508 | "reputation/reputation_web_contents_observer.h", |
| 1509 | "reputation/safety_tip_ui.h", |
| 1510 | "reputation/safety_tip_ui_helper.cc", |
| 1511 | "reputation/safety_tip_ui_helper.h", |
Sebastien Marchand | 2ebd925 | 2018-11-08 18:39:35 | [diff] [blame] | 1512 | "resource_coordinator/resource_coordinator_parts.cc", |
| 1513 | "resource_coordinator/resource_coordinator_parts.h", |
Chris Hamilton | cc0d13f3 | 2018-06-08 01:28:04 | [diff] [blame] | 1514 | "resource_coordinator/session_restore_policy.cc", |
| 1515 | "resource_coordinator/session_restore_policy.h", |
Sigurdur Asgeirsson | c502833 | 2018-05-24 14:29:06 | [diff] [blame] | 1516 | "resource_coordinator/tab_helper.cc", |
| 1517 | "resource_coordinator/tab_helper.h", |
Chris Hamilton | 5b424b6 | 2018-04-04 20:44:21 | [diff] [blame] | 1518 | "resource_coordinator/tab_load_tracker.cc", |
| 1519 | "resource_coordinator/tab_load_tracker.h", |
Takashi SAKAMOTO | 0065226 | 2018-05-25 06:57:15 | [diff] [blame] | 1520 | "resource_coordinator/tab_memory_metrics_reporter.cc", |
| 1521 | "resource_coordinator/tab_memory_metrics_reporter.h", |
| 1522 | "resource_coordinator/time.cc", |
| 1523 | "resource_coordinator/time.h", |
Sebastien Marchand | 2ebd925 | 2018-11-08 18:39:35 | [diff] [blame] | 1524 | "resource_coordinator/utils.cc", |
| 1525 | "resource_coordinator/utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1526 | "resources_util.cc", |
| 1527 | "resources_util.h", |
Jeff Cyr | 7d57117 | 2021-05-11 01:57:30 | [diff] [blame] | 1528 | "safe_browsing/metrics/safe_browsing_metrics_provider.cc", |
| 1529 | "safe_browsing/metrics/safe_browsing_metrics_provider.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1530 | "search/search.cc", |
| 1531 | "search/search.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1532 | "search_engines/chrome_template_url_service_client.cc", |
| 1533 | "search_engines/chrome_template_url_service_client.h", |
| 1534 | "search_engines/template_url_fetcher_factory.cc", |
| 1535 | "search_engines/template_url_fetcher_factory.h", |
| 1536 | "search_engines/template_url_service_factory.cc", |
| 1537 | "search_engines/template_url_service_factory.h", |
| 1538 | "search_engines/ui_thread_search_terms_data.cc", |
| 1539 | "search_engines/ui_thread_search_terms_data.h", |
Chris Pickel | 04229c8 | 2017-08-08 13:38:35 | [diff] [blame] | 1540 | "search_provider_logos/logo_service_factory.cc", |
| 1541 | "search_provider_logos/logo_service_factory.h", |
Markus Heintz | e7bd646 | 2019-03-14 14:04:10 | [diff] [blame] | 1542 | "security_events/security_event_recorder.h", |
| 1543 | "security_events/security_event_recorder_factory.cc", |
| 1544 | "security_events/security_event_recorder_factory.h", |
| 1545 | "security_events/security_event_recorder_impl.cc", |
| 1546 | "security_events/security_event_recorder_impl.h", |
| 1547 | "security_events/security_event_sync_bridge.h", |
| 1548 | "security_events/security_event_sync_bridge_impl.cc", |
| 1549 | "security_events/security_event_sync_bridge_impl.h", |
ssid | d980a67a | 2021-10-18 23:47:20 | [diff] [blame] | 1550 | "segmentation_platform/chrome_browser_main_extra_parts_segmentation_platform.cc", |
| 1551 | "segmentation_platform/chrome_browser_main_extra_parts_segmentation_platform.h", |
Shakti Sahu | 2ce4688 | 2021-06-30 18:28:01 | [diff] [blame] | 1552 | "segmentation_platform/segmentation_platform_config.cc", |
| 1553 | "segmentation_platform/segmentation_platform_config.h", |
Shakti Sahu | c9cc4094 | 2021-06-28 21:10:24 | [diff] [blame] | 1554 | "segmentation_platform/segmentation_platform_profile_observer.cc", |
| 1555 | "segmentation_platform/segmentation_platform_profile_observer.h", |
Shakti Sahu | 4f35b5e | 2021-04-24 15:55:09 | [diff] [blame] | 1556 | "segmentation_platform/segmentation_platform_service_factory.cc", |
| 1557 | "segmentation_platform/segmentation_platform_service_factory.h", |
ssid | 7784e7d2 | 2022-02-10 00:50:42 | [diff] [blame] | 1558 | "segmentation_platform/ukm_database_client.cc", |
| 1559 | "segmentation_platform/ukm_database_client.h", |
Tanya Gupta | aa62083 | 2019-02-26 17:02:46 | [diff] [blame] | 1560 | "send_tab_to_self/receiving_ui_handler.h", |
| 1561 | "send_tab_to_self/receiving_ui_handler_registry.cc", |
| 1562 | "send_tab_to_self/receiving_ui_handler_registry.h", |
| 1563 | "send_tab_to_self/send_tab_to_self_client_service.cc", |
| 1564 | "send_tab_to_self/send_tab_to_self_client_service.h", |
| 1565 | "send_tab_to_self/send_tab_to_self_client_service_factory.cc", |
| 1566 | "send_tab_to_self/send_tab_to_self_client_service_factory.h", |
sebsg | d3f9a5d | 2019-03-25 19:57:04 | [diff] [blame] | 1567 | "send_tab_to_self/send_tab_to_self_util.cc", |
| 1568 | "send_tab_to_self/send_tab_to_self_util.h", |
thestig | c839b55 | 2017-03-23 02:38:56 | [diff] [blame] | 1569 | "sessions/chrome_serialized_navigation_driver.cc", |
| 1570 | "sessions/chrome_serialized_navigation_driver.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1571 | "sessions/chrome_tab_restore_service_client.cc", |
| 1572 | "sessions/chrome_tab_restore_service_client.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1573 | "sessions/session_common_utils.cc", |
| 1574 | "sessions/session_common_utils.h", |
Scott Violet | e41d5bc | 2020-01-14 03:53:09 | [diff] [blame] | 1575 | "sessions/session_tab_helper_factory.cc", |
| 1576 | "sessions/session_tab_helper_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1577 | "sessions/tab_restore_service_factory.cc", |
| 1578 | "sessions/tab_restore_service_factory.h", |
Elly Fong-Jones | 0c55976a | 2021-10-06 18:04:30 | [diff] [blame] | 1579 | "share/share_features.cc", |
| 1580 | "share/share_features.h", |
Himanshu Jaju | 698d8b2 | 2019-06-18 11:47:56 | [diff] [blame] | 1581 | "sharing/ack_message_handler.cc", |
| 1582 | "sharing/ack_message_handler.h", |
Himanshu Jaju | dbcee23 | 2019-06-17 19:41:49 | [diff] [blame] | 1583 | "sharing/features.cc", |
| 1584 | "sharing/features.h", |
David Maunder | 0c89927ce | 2022-08-01 18:12:08 | [diff] [blame] | 1585 | "sharing/optimization_guide/optimization_guide_message_handler.cc", |
| 1586 | "sharing/optimization_guide/optimization_guide_message_handler.h", |
Alex Chau | 0046e01 | 2019-07-04 15:28:11 | [diff] [blame] | 1587 | "sharing/ping_message_handler.cc", |
| 1588 | "sharing/ping_message_handler.h", |
Michael van Ouwerkerk | a1aa4dd | 2019-11-15 20:22:53 | [diff] [blame] | 1589 | "sharing/shared_clipboard/remote_copy_handle_message_result.h", |
Rayan Kanso | 5292deda | 2019-09-04 11:37:17 | [diff] [blame] | 1590 | "sharing/shared_clipboard/shared_clipboard_message_handler.cc", |
| 1591 | "sharing/shared_clipboard/shared_clipboard_message_handler.h", |
Alex Chau | f599bb38 | 2019-07-19 15:39:07 | [diff] [blame] | 1592 | "sharing/sharing_constants.cc", |
| 1593 | "sharing/sharing_constants.h", |
Himanshu Jaju | e2fbb5c5 | 2019-07-01 20:50:05 | [diff] [blame] | 1594 | "sharing/sharing_device_registration.cc", |
| 1595 | "sharing/sharing_device_registration.h", |
Alex Chau | 7c6533d | 2019-07-19 16:15:11 | [diff] [blame] | 1596 | "sharing/sharing_device_registration_result.h", |
Richard Knoll | cd7072bf | 2019-11-14 16:36:14 | [diff] [blame] | 1597 | "sharing/sharing_device_source.cc", |
| 1598 | "sharing/sharing_device_source.h", |
| 1599 | "sharing/sharing_device_source_sync.cc", |
| 1600 | "sharing/sharing_device_source_sync.h", |
Himanshu Jaju | 698d8b2 | 2019-06-18 11:47:56 | [diff] [blame] | 1601 | "sharing/sharing_fcm_handler.cc", |
| 1602 | "sharing/sharing_fcm_handler.h", |
| 1603 | "sharing/sharing_fcm_sender.cc", |
| 1604 | "sharing/sharing_fcm_sender.h", |
Richard Knoll | 367f223 | 2019-11-14 18:11:34 | [diff] [blame] | 1605 | "sharing/sharing_handler_registry.h", |
| 1606 | "sharing/sharing_handler_registry_impl.cc", |
| 1607 | "sharing/sharing_handler_registry_impl.h", |
Rushan Suleymanov | 4f66fa0 | 2020-01-21 14:12:30 | [diff] [blame] | 1608 | "sharing/sharing_message_bridge.h", |
Rushan Suleymanov | b32520d | 2020-01-23 11:35:12 | [diff] [blame] | 1609 | "sharing/sharing_message_bridge_factory.cc", |
| 1610 | "sharing/sharing_message_bridge_factory.h", |
Rushan Suleymanov | 4f66fa0 | 2020-01-21 14:12:30 | [diff] [blame] | 1611 | "sharing/sharing_message_bridge_impl.cc", |
| 1612 | "sharing/sharing_message_bridge_impl.h", |
Alex Chau | 70631ad | 2019-05-29 12:23:07 | [diff] [blame] | 1613 | "sharing/sharing_message_handler.h", |
Rushan Suleymanov | 8154680 | 2020-01-27 15:52:31 | [diff] [blame] | 1614 | "sharing/sharing_message_model_type_controller.cc", |
| 1615 | "sharing/sharing_message_model_type_controller.h", |
Himanshu Jaju | a69dbe5 | 2019-11-04 19:58:05 | [diff] [blame] | 1616 | "sharing/sharing_message_sender.cc", |
| 1617 | "sharing/sharing_message_sender.h", |
Michael van Ouwerkerk | 16acf211a | 2019-07-17 15:31:57 | [diff] [blame] | 1618 | "sharing/sharing_metrics.cc", |
| 1619 | "sharing/sharing_metrics.h", |
Alex Chau | d6eff3c | 2019-08-20 15:57:09 | [diff] [blame] | 1620 | "sharing/sharing_send_message_result.h", |
Alex Chau | 70631ad | 2019-05-29 12:23:07 | [diff] [blame] | 1621 | "sharing/sharing_service.cc", |
| 1622 | "sharing/sharing_service.h", |
| 1623 | "sharing/sharing_service_factory.cc", |
| 1624 | "sharing/sharing_service_factory.h", |
Himanshu Jaju | bcf3b929 | 2019-06-07 12:54:07 | [diff] [blame] | 1625 | "sharing/sharing_sync_preference.cc", |
| 1626 | "sharing/sharing_sync_preference.h", |
Himanshu Jaju | 115ec0b | 2019-10-30 11:59:39 | [diff] [blame] | 1627 | "sharing/sharing_utils.cc", |
| 1628 | "sharing/sharing_utils.h", |
Sam Goto | 5cf068e8 | 2019-11-04 23:08:44 | [diff] [blame] | 1629 | "sharing/sms/sms_flags.cc", |
| 1630 | "sharing/sms/sms_flags.h", |
| 1631 | "sharing/sms/sms_remote_fetcher.cc", |
| 1632 | "sharing/sms/sms_remote_fetcher.h", |
Yi Gu | 7bb3619e | 2021-07-09 14:04:51 | [diff] [blame] | 1633 | "sharing/sms/sms_remote_fetcher_metrics.cc", |
| 1634 | "sharing/sms/sms_remote_fetcher_metrics.h", |
Himanshu Jaju | eb8d7d0 | 2019-06-17 10:48:17 | [diff] [blame] | 1635 | "sharing/vapid_key_manager.cc", |
| 1636 | "sharing/vapid_key_manager.h", |
Alex Chau | da2073d6 | 2020-01-29 11:26:08 | [diff] [blame] | 1637 | "sharing/web_push/json_web_token_util.cc", |
| 1638 | "sharing/web_push/json_web_token_util.h", |
| 1639 | "sharing/web_push/web_push_common.cc", |
| 1640 | "sharing/web_push/web_push_common.h", |
| 1641 | "sharing/web_push/web_push_sender.cc", |
| 1642 | "sharing/web_push/web_push_sender.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1643 | "shell_integration.cc", |
| 1644 | "shell_integration.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1645 | "signin/about_signin_internals_factory.cc", |
| 1646 | "signin/about_signin_internals_factory.h", |
David Roger | e5b3277a4 | 2017-11-30 12:05:52 | [diff] [blame] | 1647 | "signin/account_consistency_mode_manager.cc", |
| 1648 | "signin/account_consistency_mode_manager.h", |
David Roger | 02f680e | 2018-11-30 14:47:27 | [diff] [blame] | 1649 | "signin/account_consistency_mode_manager_factory.cc", |
| 1650 | "signin/account_consistency_mode_manager_factory.h", |
Miyoung Shin | 7ec1a231 | 2019-07-19 13:07:38 | [diff] [blame] | 1651 | "signin/account_id_from_account_info.cc", |
| 1652 | "signin/account_id_from_account_info.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1653 | "signin/account_investigator_factory.cc", |
| 1654 | "signin/account_investigator_factory.h", |
| 1655 | "signin/account_reconcilor_factory.cc", |
| 1656 | "signin/account_reconcilor_factory.h", |
David Roger | bbc341f | 2018-08-17 22:13:48 | [diff] [blame] | 1657 | "signin/chrome_device_id_helper.cc", |
| 1658 | "signin/chrome_device_id_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1659 | "signin/chrome_signin_client.cc", |
| 1660 | "signin/chrome_signin_client.h", |
| 1661 | "signin/chrome_signin_client_factory.cc", |
| 1662 | "signin/chrome_signin_client_factory.h", |
| 1663 | "signin/chrome_signin_helper.cc", |
| 1664 | "signin/chrome_signin_helper.h", |
Reilly Grant | 24bf833 | 2018-08-27 21:55:01 | [diff] [blame] | 1665 | "signin/chrome_signin_proxying_url_loader_factory.cc", |
| 1666 | "signin/chrome_signin_proxying_url_loader_factory.h", |
Reilly Grant | 3787780 | 2018-08-18 00:58:35 | [diff] [blame] | 1667 | "signin/chrome_signin_url_loader_throttle.cc", |
| 1668 | "signin/chrome_signin_url_loader_throttle.h", |
Reilly Grant | 24bf833 | 2018-08-27 21:55:01 | [diff] [blame] | 1669 | "signin/header_modification_delegate.h", |
Robbie McElrath | 38f47af | 2019-09-19 21:51:40 | [diff] [blame] | 1670 | "signin/header_modification_delegate_impl.cc", |
| 1671 | "signin/header_modification_delegate_impl.h", |
Colin Blundell | 28bba9f | 2017-12-19 23:01:40 | [diff] [blame] | 1672 | "signin/identity_manager_factory.cc", |
| 1673 | "signin/identity_manager_factory.h", |
Mihai Sardarescu | abfe622 | 2022-04-01 21:34:14 | [diff] [blame] | 1674 | "signin/primary_account_policy_manager.cc", |
| 1675 | "signin/primary_account_policy_manager.h", |
| 1676 | "signin/primary_account_policy_manager_factory.cc", |
| 1677 | "signin/primary_account_policy_manager_factory.h", |
Alex Ilin | 8c2d78fb | 2020-01-29 20:23:03 | [diff] [blame] | 1678 | "signin/reauth_result.h", |
Alex Ilin | 9a9ca2f | 2020-03-26 10:36:01 | [diff] [blame] | 1679 | "signin/reauth_tab_helper.cc", |
| 1680 | "signin/reauth_tab_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1681 | "signin/signin_error_controller_factory.cc", |
| 1682 | "signin/signin_error_controller_factory.h", |
David Roger | 346d667 | 2020-05-04 15:11:09 | [diff] [blame] | 1683 | "signin/signin_features.cc", |
| 1684 | "signin/signin_features.h", |
David Roger | cc13e7eb | 2018-11-29 13:15:56 | [diff] [blame] | 1685 | "signin/signin_profile_attributes_updater.cc", |
| 1686 | "signin/signin_profile_attributes_updater.h", |
| 1687 | "signin/signin_profile_attributes_updater_factory.cc", |
| 1688 | "signin/signin_profile_attributes_updater_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1689 | "signin/signin_promo_util.cc", |
| 1690 | "signin/signin_promo_util.h", |
zmin | d36229e81 | 2017-03-16 16:14:51 | [diff] [blame] | 1691 | "signin/signin_util.cc", |
| 1692 | "signin/signin_util.h", |
Mattias Nissler | 380cf4f | 2021-03-22 15:50:46 | [diff] [blame] | 1693 | "site_isolation/about_flags.h", |
Lukasz Anforowicz | 65c6116 | 2019-03-27 20:33:58 | [diff] [blame] | 1694 | "site_isolation/prefs_observer.cc", |
| 1695 | "site_isolation/prefs_observer.h", |
Lukasz Anforowicz | fd30af3 | 2019-03-28 17:33:28 | [diff] [blame] | 1696 | "site_isolation/site_details.cc", |
| 1697 | "site_isolation/site_details.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1698 | "speech/chrome_speech_recognition_manager_delegate.cc", |
| 1699 | "speech/chrome_speech_recognition_manager_delegate.h", |
John Abd-El-Malek | 71e4f9f | 2018-03-28 19:52:36 | [diff] [blame] | 1700 | "ssl/certificate_error_reporter.cc", |
| 1701 | "ssl/certificate_error_reporter.h", |
Colin Blundell | 7990d26 | 2019-12-05 09:07:54 | [diff] [blame] | 1702 | "ssl/chrome_security_blocking_page_factory.cc", |
| 1703 | "ssl/chrome_security_blocking_page_factory.h", |
Carlos IL | 55ef4b4 | 2018-02-21 21:00:57 | [diff] [blame] | 1704 | "ssl/connection_help_tab_helper.cc", |
| 1705 | "ssl/connection_help_tab_helper.h", |
Chris Thompson | 7aa090c | 2021-07-02 00:46:46 | [diff] [blame] | 1706 | "ssl/https_defaulted_callbacks.cc", |
| 1707 | "ssl/https_defaulted_callbacks.h", |
Chris Thompson | d58ba8d | 2021-08-20 20:36:09 | [diff] [blame] | 1708 | "ssl/https_first_mode_settings_tracker.cc", |
| 1709 | "ssl/https_first_mode_settings_tracker.h", |
Chris Thompson | 80e216e | 2021-07-09 23:25:09 | [diff] [blame] | 1710 | "ssl/https_only_mode_controller_client.cc", |
| 1711 | "ssl/https_only_mode_controller_client.h", |
Chris Thompson | 7aa090c | 2021-07-02 00:46:46 | [diff] [blame] | 1712 | "ssl/https_only_mode_navigation_throttle.cc", |
| 1713 | "ssl/https_only_mode_navigation_throttle.h", |
Chris Thompson | 80e216e | 2021-07-09 23:25:09 | [diff] [blame] | 1714 | "ssl/https_only_mode_tab_helper.cc", |
| 1715 | "ssl/https_only_mode_tab_helper.h", |
Chris Thompson | 7aa090c | 2021-07-02 00:46:46 | [diff] [blame] | 1716 | "ssl/https_only_mode_upgrade_interceptor.cc", |
| 1717 | "ssl/https_only_mode_upgrade_interceptor.h", |
| 1718 | "ssl/https_only_mode_upgrade_url_loader.cc", |
| 1719 | "ssl/https_only_mode_upgrade_url_loader.h", |
Chris Thompson | 69d0901 | 2022-12-21 01:26:05 | [diff] [blame] | 1720 | "ssl/https_upgrades_interceptor.cc", |
| 1721 | "ssl/https_upgrades_interceptor.h", |
| 1722 | "ssl/https_upgrades_navigation_throttle.cc", |
| 1723 | "ssl/https_upgrades_navigation_throttle.h", |
Carlos IL | 1a5edec | 2020-06-12 17:56:57 | [diff] [blame] | 1724 | "ssl/insecure_form/insecure_form_controller_client.cc", |
| 1725 | "ssl/insecure_form/insecure_form_controller_client.h", |
Christopher Thompson | 2602fea | 2019-11-26 19:36:54 | [diff] [blame] | 1726 | "ssl/known_interception_disclosure_infobar_delegate.cc", |
| 1727 | "ssl/known_interception_disclosure_infobar_delegate.h", |
Chris Thompson | e2e073d4 | 2020-07-23 12:33:45 | [diff] [blame] | 1728 | "ssl/sct_reporting_service.cc", |
| 1729 | "ssl/sct_reporting_service.h", |
| 1730 | "ssl/sct_reporting_service_factory.cc", |
| 1731 | "ssl/sct_reporting_service_factory.h", |
Lutz Justen | 3ad6465 | 2018-08-20 11:54:28 | [diff] [blame] | 1732 | "ssl/secure_origin_policy_handler.cc", |
| 1733 | "ssl/secure_origin_policy_handler.h", |
Lukasz Anforowicz | 60d1253d | 2019-05-08 16:31:37 | [diff] [blame] | 1734 | "ssl/secure_origin_prefs_observer.cc", |
| 1735 | "ssl/secure_origin_prefs_observer.h", |
eseckler | cac56b6 | 2016-11-16 13:49:44 | [diff] [blame] | 1736 | "ssl/security_state_tab_helper.cc", |
| 1737 | "ssl/security_state_tab_helper.h", |
Joe DeBlasio | 9b99629 | 2019-01-31 05:09:32 | [diff] [blame] | 1738 | "ssl/ssl_client_auth_metrics.cc", |
| 1739 | "ssl/ssl_client_auth_metrics.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1740 | "ssl/ssl_client_certificate_selector.h", |
David Benjamin | 38117e4c | 2022-01-22 00:06:09 | [diff] [blame] | 1741 | "ssl/ssl_config_service_manager.cc", |
Ryan Sleevi | 4689ad3 | 2018-04-16 19:09:05 | [diff] [blame] | 1742 | "ssl/ssl_config_service_manager.h", |
Lucas Garron | 7b717e1 | 2017-11-16 11:39:59 | [diff] [blame] | 1743 | "ssl/ssl_error_controller_client.cc", |
| 1744 | "ssl/ssl_error_controller_client.h", |
Colin Blundell | 7657b40 | 2020-02-25 09:46:50 | [diff] [blame] | 1745 | "ssl/stateful_ssl_host_state_delegate_factory.cc", |
| 1746 | "ssl/stateful_ssl_host_state_delegate_factory.h", |
Mustafa Emre Acer | 06028d79 | 2021-01-05 19:48:51 | [diff] [blame] | 1747 | "ssl/typed_navigation_upgrade_throttle.cc", |
| 1748 | "ssl/typed_navigation_upgrade_throttle.h", |
Xi Han | 85079c2 | 2019-04-18 21:43:05 | [diff] [blame] | 1749 | "startup_data.cc", |
| 1750 | "startup_data.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1751 | "status_icons/status_icon.cc", |
| 1752 | "status_icons/status_icon.h", |
| 1753 | "status_icons/status_icon_menu_model.cc", |
| 1754 | "status_icons/status_icon_menu_model.h", |
| 1755 | "status_icons/status_icon_observer.h", |
| 1756 | "status_icons/status_tray.cc", |
| 1757 | "status_icons/status_tray.h", |
| 1758 | "storage/durable_storage_permission_context.cc", |
| 1759 | "storage/durable_storage_permission_context.h", |
David Bokan | 3c49241 | 2021-07-29 20:39:45 | [diff] [blame] | 1760 | "subresource_filter/chrome_content_subresource_filter_web_contents_helper_factory.cc", |
| 1761 | "subresource_filter/chrome_content_subresource_filter_web_contents_helper_factory.h", |
Colin Blundell | 44fe89f6 | 2020-10-14 15:03:10 | [diff] [blame] | 1762 | "subresource_filter/subresource_filter_history_observer.cc", |
| 1763 | "subresource_filter/subresource_filter_history_observer.h", |
csharrison | 97dde4e6 | 2017-04-24 16:35:50 | [diff] [blame] | 1764 | "subresource_filter/subresource_filter_profile_context_factory.cc", |
| 1765 | "subresource_filter/subresource_filter_profile_context_factory.h", |
Mohamed Amir Yosef | d1950618 | 2018-06-19 13:02:14 | [diff] [blame] | 1766 | "sync/bookmark_sync_service_factory.cc", |
| 1767 | "sync/bookmark_sync_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1768 | "sync/chrome_sync_client.cc", |
| 1769 | "sync/chrome_sync_client.h", |
Hirthanan Subenderan | 862258ae | 2021-04-16 20:27:00 | [diff] [blame] | 1770 | "sync/device_info_sync_client_impl.cc", |
| 1771 | "sync/device_info_sync_client_impl.h", |
Mikel Astiz | 7f0276f | 2019-01-23 15:36:36 | [diff] [blame] | 1772 | "sync/device_info_sync_service_factory.cc", |
| 1773 | "sync/device_info_sync_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1774 | "sync/glue/extensions_activity_monitor.cc", |
| 1775 | "sync/glue/extensions_activity_monitor.h", |
| 1776 | "sync/glue/sync_start_util.cc", |
| 1777 | "sync/glue/sync_start_util.h", |
Mikel Astiz | 5313134 | 2018-07-19 08:59:58 | [diff] [blame] | 1778 | "sync/model_type_store_service_factory.cc", |
| 1779 | "sync/model_type_store_service_factory.h", |
Jeffrey Cohen | 85a5ea9 | 2019-01-22 18:18:13 | [diff] [blame] | 1780 | "sync/send_tab_to_self_sync_service_factory.cc", |
| 1781 | "sync/send_tab_to_self_sync_service_factory.h", |
Mikel Astiz | 0889b2be | 2018-09-25 16:20:41 | [diff] [blame] | 1782 | "sync/session_sync_service_factory.cc", |
| 1783 | "sync/session_sync_service_factory.h", |
pnoland | 1901afa5 | 2017-03-23 21:24:00 | [diff] [blame] | 1784 | "sync/sessions/sync_sessions_router_tab_helper.cc", |
| 1785 | "sync/sessions/sync_sessions_router_tab_helper.h", |
| 1786 | "sync/sessions/sync_sessions_web_contents_router.cc", |
| 1787 | "sync/sessions/sync_sessions_web_contents_router.h", |
| 1788 | "sync/sessions/sync_sessions_web_contents_router_factory.cc", |
| 1789 | "sync/sessions/sync_sessions_web_contents_router_factory.h", |
Mikel Astiz | d749e49 | 2019-10-21 14:09:15 | [diff] [blame] | 1790 | "sync/sync_encryption_keys_tab_helper.cc", |
| 1791 | "sync/sync_encryption_keys_tab_helper.h", |
Rushan Suleymanov | d5c5ef5 | 2020-07-30 13:07:24 | [diff] [blame] | 1792 | "sync/sync_invalidations_service_factory.cc", |
| 1793 | "sync/sync_invalidations_service_factory.h", |
Victor Hugo Vianna Silva | ff4e5f6e | 2021-06-01 20:12:14 | [diff] [blame] | 1794 | "sync/sync_service_factory.cc", |
| 1795 | "sync/sync_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1796 | "sync/sync_startup_tracker.cc", |
| 1797 | "sync/sync_startup_tracker.h", |
skym | 512bdb1 | 2017-05-10 15:17:13 | [diff] [blame] | 1798 | "sync/user_event_service_factory.cc", |
| 1799 | "sync/user_event_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1800 | "tab_contents/navigation_metrics_recorder.cc", |
| 1801 | "tab_contents/navigation_metrics_recorder.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1802 | "tab_contents/tab_util.cc", |
| 1803 | "tab_contents/tab_util.h", |
John Delaney | 5d98d2b | 2021-02-12 20:11:13 | [diff] [blame] | 1804 | "tab_contents/web_contents_collection.cc", |
| 1805 | "tab_contents/web_contents_collection.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1806 | "task_manager/web_contents_tags.cc", |
| 1807 | "task_manager/web_contents_tags.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1808 | "tracing/background_tracing_field_trial.cc", |
| 1809 | "tracing/background_tracing_field_trial.h", |
Oksana Zhuravlova | 466b668 | 2022-02-16 19:10:16 | [diff] [blame] | 1810 | "tracing/chrome_background_tracing_metrics_provider.cc", |
| 1811 | "tracing/chrome_background_tracing_metrics_provider.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1812 | "tracing/chrome_tracing_delegate.cc", |
| 1813 | "tracing/chrome_tracing_delegate.h", |
Sebastien Marchand | dbe43bab | 2019-02-06 18:25:51 | [diff] [blame] | 1814 | "tracing/trace_event_system_stats_monitor.cc", |
| 1815 | "tracing/trace_event_system_stats_monitor.h", |
Mohamed Heikal | b26292e | 2019-03-25 19:47:35 | [diff] [blame] | 1816 | "transition_manager/full_browser_transition_manager.cc", |
| 1817 | "transition_manager/full_browser_transition_manager.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1818 | "translate/chrome_translate_client.cc", |
| 1819 | "translate/chrome_translate_client.h", |
Anthony Cui | 22083c8 | 2021-09-10 01:40:37 | [diff] [blame] | 1820 | "translate/translate_frame_binder.cc", |
| 1821 | "translate/translate_frame_binder.h", |
Michael Crouse | ff65e81 | 2020-12-04 02:28:08 | [diff] [blame] | 1822 | "translate/translate_model_service_factory.cc", |
| 1823 | "translate/translate_model_service_factory.h", |
rogerm | 95c55412 | 2017-04-05 12:11:52 | [diff] [blame] | 1824 | "translate/translate_ranker_factory.cc", |
| 1825 | "translate/translate_ranker_factory.h", |
| 1826 | "translate/translate_ranker_metrics_provider.cc", |
| 1827 | "translate/translate_ranker_metrics_provider.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1828 | "translate/translate_service.cc", |
| 1829 | "translate/translate_service.h", |
| 1830 | "undo/bookmark_undo_service_factory.cc", |
| 1831 | "undo/bookmark_undo_service_factory.h", |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 1832 | "unexpire_flags.cc", |
| 1833 | "unexpire_flags.h", |
Mihai Sardarescu | 9be6fcb3 | 2018-06-06 02:51:45 | [diff] [blame] | 1834 | "unified_consent/unified_consent_service_factory.cc", |
| 1835 | "unified_consent/unified_consent_service_factory.h", |
Lukasz Anforowicz | 1830290 | 2021-11-16 19:45:05 | [diff] [blame] | 1836 | "universal_web_contents_observers.cc", |
| 1837 | "universal_web_contents_observers.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1838 | "update_client/chrome_update_query_params_delegate.cc", |
| 1839 | "update_client/chrome_update_query_params_delegate.h", |
Matt Reynolds | f3cce62 | 2022-06-30 02:05:57 | [diff] [blame] | 1840 | "usb/chrome_usb_delegate.cc", |
| 1841 | "usb/chrome_usb_delegate.h", |
reillyg | eb1d24d3 | 2016-12-16 01:54:17 | [diff] [blame] | 1842 | "usb/usb_blocklist.cc", |
| 1843 | "usb/usb_blocklist.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1844 | "usb/usb_chooser_context.cc", |
| 1845 | "usb/usb_chooser_context.h", |
| 1846 | "usb/usb_chooser_context_factory.cc", |
| 1847 | "usb/usb_chooser_context_factory.h", |
Reilly Grant | 409406c | 2018-04-05 18:03:05 | [diff] [blame] | 1848 | "usb/usb_chooser_controller.cc", |
| 1849 | "usb/usb_chooser_controller.h", |
Ovidio Henriquez | d69ab30 | 2018-10-04 16:55:24 | [diff] [blame] | 1850 | "usb/usb_policy_allowed_devices.cc", |
| 1851 | "usb/usb_policy_allowed_devices.h", |
Donna Wu | c98e12a | 2018-08-16 07:24:02 | [diff] [blame] | 1852 | "usb/web_usb_chooser.cc", |
| 1853 | "usb/web_usb_chooser.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1854 | "usb/web_usb_histograms.cc", |
| 1855 | "usb/web_usb_histograms.h", |
Shakti Sahu | 2741f8d | 2020-08-14 03:38:36 | [diff] [blame] | 1856 | "video_tutorials/video_tutorial_service_factory.cc", |
| 1857 | "video_tutorials/video_tutorial_service_factory.h", |
Reilly Grant | 0e21968 | 2020-09-16 21:05:31 | [diff] [blame] | 1858 | "visibility_timer_tab_helper.cc", |
| 1859 | "visibility_timer_tab_helper.h", |
Amirhossein Simjour | 056aefbf | 2017-07-21 21:40:26 | [diff] [blame] | 1860 | "vr/ui_suppressed_element.h", |
Ian Vollick | e9bbbdb | 2017-07-12 15:48:44 | [diff] [blame] | 1861 | "vr/vr_tab_helper.cc", |
| 1862 | "vr/vr_tab_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1863 | "web_data_service_factory.cc", |
| 1864 | "web_data_service_factory.h", |
Evan Stade | 05dff50d | 2020-12-04 01:10:28 | [diff] [blame] | 1865 | "webapps/chrome_webapps_client.cc", |
| 1866 | "webapps/chrome_webapps_client.h", |
Finnur Thorarinsson | 329ae1df | 2022-09-15 15:39:28 | [diff] [blame] | 1867 | "webapps/web_app_offline.cc", |
Finnur Thorarinsson | d996a878 | 2022-04-25 17:56:12 | [diff] [blame] | 1868 | "webapps/web_app_offline.h", |
Ken Buchanan | 493d764 | 2022-09-21 21:01:19 | [diff] [blame] | 1869 | "webauthn/webauthn_metrics_util.cc", |
| 1870 | "webauthn/webauthn_metrics_util.h", |
Nina Satragno | d7b8fb4 | 2022-11-10 20:43:39 | [diff] [blame] | 1871 | "webauthn/webauthn_pref_names.cc", |
| 1872 | "webauthn/webauthn_pref_names.h", |
Peter Kotwicz | 2f6e78f9 | 2022-06-08 01:31:20 | [diff] [blame] | 1873 | "webid/federated_identity_account_keyed_permission_context.cc", |
| 1874 | "webid/federated_identity_account_keyed_permission_context.h", |
Peter Kotwicz | 90c0dc22 | 2022-03-09 18:24:45 | [diff] [blame] | 1875 | "webid/federated_identity_api_permission_context.cc", |
| 1876 | "webid/federated_identity_api_permission_context.h", |
| 1877 | "webid/federated_identity_api_permission_context_factory.cc", |
| 1878 | "webid/federated_identity_api_permission_context_factory.h", |
Peter Kotwicz | 52e043dc | 2022-12-06 20:53:58 | [diff] [blame] | 1879 | "webid/federated_identity_identity_provider_signin_status_context.cc", |
| 1880 | "webid/federated_identity_identity_provider_signin_status_context.h", |
Peter Kotwicz | c18ea67 | 2022-11-30 23:58:27 | [diff] [blame] | 1881 | "webid/federated_identity_permission_context.cc", |
| 1882 | "webid/federated_identity_permission_context.h", |
| 1883 | "webid/federated_identity_permission_context_factory.cc", |
| 1884 | "webid/federated_identity_permission_context_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1885 | ] |
| 1886 | |
Jakub Flis | 9c0a0c8 | 2022-05-23 18:42:59 | [diff] [blame] | 1887 | if (is_chromeos_ash) { |
| 1888 | sources += [ |
| 1889 | "policy/os_color_mode_policy_handler.cc", |
| 1890 | "policy/os_color_mode_policy_handler.h", |
| 1891 | ] |
| 1892 | } |
| 1893 | |
apavlov | e749bca | 2014-09-30 11:07:41 | [diff] [blame] | 1894 | configs += [ |
| 1895 | "//build/config/compiler:wexit_time_destructors", |
brettw | bc8b2a2 | 2015-07-28 18:24:42 | [diff] [blame] | 1896 | "//build/config:precompiled_headers", |
apavlov | e749bca | 2014-09-30 11:07:41 | [diff] [blame] | 1897 | ] |
Elad Alon | 02e70958 | 2018-08-02 19:44:01 | [diff] [blame] | 1898 | defines = [ "ZLIB_CONST" ] |
Roger Tawa | 43444daaf | 2021-02-05 00:51:39 | [diff] [blame] | 1899 | |
| 1900 | if (is_chrome_branded || use_official_enterprise_connectors_api_keys) { |
| 1901 | defines += [ "USE_OFFICIAL_ENTERPRISE_CONNECTORS_API_KEYS=1" ] |
| 1902 | } |
| 1903 | |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 1904 | libs = [] |
| 1905 | ldflags = [] |
| 1906 | |
Vincent Scheib | dbe693bee | 2017-12-06 00:54:18 | [diff] [blame] | 1907 | allow_circular_includes_from = [ |
Christoph Schwering | d3ec94b | 2022-11-03 14:54:34 | [diff] [blame] | 1908 | "//chrome/browser/autofill", |
Rushan Suleymanov | 155daecc | 2021-02-17 10:59:17 | [diff] [blame] | 1909 | "//chrome/browser/devtools", |
Elly Fong-Jones | 54b4280 | 2022-06-13 22:56:49 | [diff] [blame] | 1910 | "//chrome/browser/favicon", |
Joshua Pawlicki | c5e437a | 2022-09-07 17:15:49 | [diff] [blame] | 1911 | "//chrome/browser/google", |
Xiaohan Wang | 2c92e63 | 2021-02-05 02:57:51 | [diff] [blame] | 1912 | "//chrome/browser/profiling_host", |
Elly Fong-Jones | 17a5822 | 2022-06-14 18:56:39 | [diff] [blame] | 1913 | |
| 1914 | # TODO(crbug.com/1335199): break this dep when favicon is in its own target |
| 1915 | "//chrome/browser/share", |
Vincent Scheib | dbe693bee | 2017-12-06 00:54:18 | [diff] [blame] | 1916 | "//chrome/browser/ui", |
Colin Blundell | 850dceba | 2021-05-06 13:34:38 | [diff] [blame] | 1917 | "//chrome/browser/storage_access_api:permissions", |
Matt Reichhoff | dae0bfb | 2023-01-06 19:55:31 | [diff] [blame] | 1918 | "//chrome/browser/top_level_storage_access_api:permissions", |
Daniel Rubery | b4754fc | 2019-01-23 23:04:35 | [diff] [blame] | 1919 | "//chrome/browser/safe_browsing", |
Xiaohan Wang | 4164fa2 | 2021-02-05 23:12:09 | [diff] [blame] | 1920 | "//chrome/browser/safe_browsing:verdict_cache_manager_factory", |
| 1921 | "//chrome/browser/safe_browsing:advanced_protection", |
| 1922 | "//chrome/browser/safe_browsing:metrics_collector", |
Muyao Xu | 0a9c435 | 2021-03-01 19:21:18 | [diff] [blame] | 1923 | |
| 1924 | # TODO(crbug.com/1030821): Eliminate usages of browser.h from Media Router. |
| 1925 | "//chrome/browser/media/router", |
Vincent Scheib | dbe693bee | 2017-12-06 00:54:18 | [diff] [blame] | 1926 | ] |
tfarina | 11b504b | 2016-03-02 19:49:51 | [diff] [blame] | 1927 | |
Theo Johnson-Kanu | 5601a63 | 2022-09-07 19:07:23 | [diff] [blame] | 1928 | if (!is_chromeos_lacros) { |
| 1929 | allow_circular_includes_from += |
| 1930 | [ "//chrome/browser/ui/webui/bluetooth_internals" ] |
| 1931 | } |
| 1932 | |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1933 | public_deps = [ |
Brett Wilson | 60a9dfb | 2017-09-07 22:53:42 | [diff] [blame] | 1934 | "//base", |
Joshua Pawlicki | c5e437a | 2022-09-07 17:15:49 | [diff] [blame] | 1935 | "//chrome/browser/google", |
brettw | 08fe0e95 | 2016-08-26 21:53:39 | [diff] [blame] | 1936 | "//chrome/common", |
Andrew Grieve | 552eabc | 2020-07-23 13:52:41 | [diff] [blame] | 1937 | "//chrome/common:buildflags", |
Caitlin Fischer | e20a3d49 | 2021-08-12 20:40:38 | [diff] [blame] | 1938 | "//chrome/common:constants", |
Ken Rockot | 2925f500 | 2019-08-06 01:16:16 | [diff] [blame] | 1939 | "//chrome/services/file_util/public/mojom", |
Miyoung Shin | 7ec1a231 | 2019-07-19 13:07:38 | [diff] [blame] | 1940 | "//components/account_id", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1941 | "//components/autofill/core/browser", |
Dominique Fauteux-Chapleau | 96d6572 | 2022-10-20 19:49:11 | [diff] [blame] | 1942 | "//components/enterprise/common:files_scan_data", |
Scott Violet | 9ae8289 | 2018-03-01 18:38:12 | [diff] [blame] | 1943 | "//components/nacl/common:buildflags", |
Sophie Chang | 2bc2547 | 2021-02-05 17:25:02 | [diff] [blame] | 1944 | "//components/optimization_guide:machine_learning_tflite_buildflags", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 1945 | "//components/page_info", |
Olesia Marukhno | 46ccd43 | 2021-12-03 08:50:27 | [diff] [blame] | 1946 | "//components/page_info/core", |
rouslan | 908248c | 2017-02-27 21:30:24 | [diff] [blame] | 1947 | "//components/payments/core", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 1948 | "//components/payments/core:error_strings", |
Amr Aboelkher | 6f81ef3 | 2020-07-15 08:14:19 | [diff] [blame] | 1949 | "//components/policy/proto", |
Nico Weber | bc5b06f | 2019-07-26 14:00:13 | [diff] [blame] | 1950 | "//components/safe_browsing:buildflags", |
Ramin Halavati | 52a9a29 | 2022-04-28 04:27:49 | [diff] [blame] | 1951 | "//components/services/screen_ai/buildflags", |
Daniel Murphy | 846066f | 2020-01-06 21:31:28 | [diff] [blame] | 1952 | "//components/services/storage/public/mojom", |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 1953 | "//components/sync", |
Marc Treib | b55b67a | 2019-05-07 14:37:39 | [diff] [blame] | 1954 | "//components/sync_device_info", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1955 | "//content/public/browser", |
rockot | 38e46dd | 2017-03-24 16:55:13 | [diff] [blame] | 1956 | "//ipc", |
David Dorwin | 7d75ca9 | 2022-03-10 21:59:56 | [diff] [blame] | 1957 | "//pdf:buildflags", |
Ken Rockot | 78d9337 | 2019-10-24 00:33:48 | [diff] [blame] | 1958 | "//services/data_decoder/public/mojom", |
Ken Rockot | b542d2f | 2019-10-22 19:13:08 | [diff] [blame] | 1959 | "//services/image_annotation/public/mojom", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1960 | "//sql", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1961 | ] |
Christoph Schwering | d3ec94b | 2022-11-03 14:54:34 | [diff] [blame] | 1962 | |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 1963 | deps = [ |
Greg Thompson | 85bd488c | 2017-06-08 09:18:11 | [diff] [blame] | 1964 | ":active_use_util", |
David Dorwin | 4f91792 | 2021-07-08 21:32:59 | [diff] [blame] | 1965 | ":browser_process", |
Tommy Steimel | 4c18d3a | 2019-11-20 19:18:36 | [diff] [blame] | 1966 | ":buildflags", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 1967 | ":dev_ui_browser_resources_grit", |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 1968 | ":expired_flags_list", |
Russ Hamilton | ef63c34 | 2023-01-04 15:29:55 | [diff] [blame] | 1969 | ":k_anonymity_storage_proto", |
Ramya Nagarajan | 90f3b266 | 2018-05-25 15:21:20 | [diff] [blame] | 1970 | ":ntp_background_proto", |
Balazs Engedy | ce7f30a | 2019-11-29 17:53:00 | [diff] [blame] | 1971 | ":permissions_proto", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1972 | ":resource_prefetch_predictor_proto", |
Elly Fong-Jones | 4054f14 | 2020-04-17 17:12:33 | [diff] [blame] | 1973 | ":unexpire_flags", |
Albert J. Wong | f60c8d2 | 2021-07-27 07:25:26 | [diff] [blame] | 1974 | "//base", |
Brett Wilson | 60a9dfb | 2017-09-07 22:53:42 | [diff] [blame] | 1975 | "//base:i18n", |
Scott Violet | 4416579 | 2018-02-22 02:08:08 | [diff] [blame] | 1976 | "//base/allocator:buildflags", |
Nico Weber | 897593f | 2019-07-25 23:17:55 | [diff] [blame] | 1977 | "//build:branding_buildflags", |
Hidehiko Abe | 7c68f58 | 2020-09-03 15:47:25 | [diff] [blame] | 1978 | "//build:chromeos_buildflags", |
Henrique Ferreiro | f608d922 | 2022-06-20 16:12:17 | [diff] [blame] | 1979 | "//build/config/chromebox_for_meetings:buildflags", |
Sebastien Marchand | 13ed58d | 2020-10-05 20:51:30 | [diff] [blame] | 1980 | "//build/config/compiler:compiler_buildflags", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1981 | "//cc", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 1982 | "//chrome:extra_resources", |
| 1983 | "//chrome:resources", |
| 1984 | "//chrome:strings", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 1985 | "//chrome/app:command_ids", |
[email protected] | 855b7de | 2014-07-08 21:02:45 | [diff] [blame] | 1986 | "//chrome/app/resources:platform_locale_settings", |
[email protected] | 797b2504 | 2014-07-01 23:54:17 | [diff] [blame] | 1987 | "//chrome/app/theme:theme_resources", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 1988 | "//chrome/app/vector_icons", |
Christoph Schwering | d3ec94b | 2022-11-03 14:54:34 | [diff] [blame] | 1989 | "//chrome/browser/autofill", |
Glen Robertson | 5655d5a3 | 2022-12-16 01:19:57 | [diff] [blame] | 1990 | "//chrome/browser/bitmap_fetcher", |
Jesse McKenna | 98e60df | 2021-08-17 16:57:08 | [diff] [blame] | 1991 | "//chrome/browser/breadcrumbs", |
Glen Robertson | e7eca7b | 2020-11-26 03:52:57 | [diff] [blame] | 1992 | "//chrome/browser/browsing_data:constants", |
Cammie Smith Barnes | 619686a | 2022-11-03 15:39:13 | [diff] [blame] | 1993 | "//chrome/browser/chrome_for_testing:buildflags", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1994 | "//chrome/browser/devtools", |
hmare | 6f303e43e | 2022-11-17 19:43:46 | [diff] [blame] | 1995 | "//chrome/browser/enterprise/identifiers", |
Igor Ruvinov | b1f7bea | 2022-11-08 23:20:50 | [diff] [blame] | 1996 | "//chrome/browser/enterprise/platform_auth:features", |
Elly Fong-Jones | 54b4280 | 2022-06-13 22:56:49 | [diff] [blame] | 1997 | "//chrome/browser/favicon", |
Shakti Sahu | aa12bfa | 2021-12-02 23:59:49 | [diff] [blame] | 1998 | "//chrome/browser/feature_guide/notifications:public", |
Shakti Sahu | 0efe25b | 2021-12-08 15:45:40 | [diff] [blame] | 1999 | "//chrome/browser/feature_guide/notifications/internal", |
Kirubel Aklilu | 70d93b5 | 2022-03-22 20:31:38 | [diff] [blame] | 2000 | "//chrome/browser/first_party_sets", |
David Trainor | 940160d | 2020-01-26 00:30:13 | [diff] [blame] | 2001 | "//chrome/browser/image_decoder", |
Becca Hughes | 0261a08 | 2017-12-11 16:26:38 | [diff] [blame] | 2002 | "//chrome/browser/media:media_engagement_preload_proto", |
Becca Hughes | a09ddac | 2017-07-10 11:11:11 | [diff] [blame] | 2003 | "//chrome/browser/media:mojo_bindings", |
thakis | 678822e | 2017-04-20 17:20:34 | [diff] [blame] | 2004 | "//chrome/browser/media/router", |
yoshiki iguchi | 6ca084b | 2021-03-02 05:06:36 | [diff] [blame] | 2005 | "//chrome/browser/media/router:media_router_feature", |
George Benz | 13da3df0 | 2022-01-14 00:03:52 | [diff] [blame] | 2006 | "//chrome/browser/media/router/discovery/access_code:access_code_cast_feature", |
Ira Burak | e469178 | 2017-08-18 22:06:48 | [diff] [blame] | 2007 | "//chrome/browser/metrics:expired_histograms_array", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2008 | "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
Carlos IL | 092a905570 | 2022-03-16 15:53:26 | [diff] [blame] | 2009 | "//chrome/browser/net:key_pinning_proto", |
[email protected] | 797b2504 | 2014-07-01 23:54:17 | [diff] [blame] | 2010 | "//chrome/browser/net:probe_message_proto", |
Xing Liu | 4c24ab18 | 2019-02-27 01:52:07 | [diff] [blame] | 2011 | "//chrome/browser/notifications", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2012 | "//chrome/browser/notifications/scheduler:factory", |
| 2013 | "//chrome/browser/notifications/scheduler/public", |
Friedrich Horschig | 64ecb65 | 2021-08-24 10:52:14 | [diff] [blame] | 2014 | "//chrome/browser/password_manager", |
David Maunder | ccffff3 | 2020-10-09 15:22:56 | [diff] [blame] | 2015 | "//chrome/browser/persisted_state_db:persisted_state_db", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2016 | "//chrome/browser/policy:path_parser", |
Asanka Herath | 8258690 | 2020-05-22 00:20:50 | [diff] [blame] | 2017 | "//chrome/browser/privacy_budget", |
Giovanni Ortuño Urquidi | 1ccc4d9f | 2021-04-01 07:24:39 | [diff] [blame] | 2018 | "//chrome/browser/profiles", |
Glen Robertson | 20a41c8b | 2021-01-19 08:20:35 | [diff] [blame] | 2019 | "//chrome/browser/profiles:profile", |
erikchen | a9db3a7 | 2018-04-12 16:24:00 | [diff] [blame] | 2020 | "//chrome/browser/profiling_host", |
Peter Beverloo | afb1ab4 | 2018-08-20 13:03:45 | [diff] [blame] | 2021 | "//chrome/browser/push_messaging:budget_proto", |
Fadi Meawad | 9c029de7 | 2018-05-30 20:47:23 | [diff] [blame] | 2022 | "//chrome/browser/resource_coordinator:mojo_bindings", |
Charles Zhao | eab4397 | 2019-04-10 05:06:31 | [diff] [blame] | 2023 | "//chrome/browser/resource_coordinator:tab_manager_features", |
yzshen | a347106 | 2017-06-21 01:56:15 | [diff] [blame] | 2024 | "//chrome/browser/safe_browsing", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2025 | "//chrome/browser/safe_browsing:advanced_protection", |
Xiaohan Wang | 4164fa2 | 2021-02-05 23:12:09 | [diff] [blame] | 2026 | "//chrome/browser/safe_browsing:metrics_collector", |
| 2027 | "//chrome/browser/safe_browsing:verdict_cache_manager_factory", |
Elly Fong-Jones | e12e87b | 2021-09-17 00:13:41 | [diff] [blame] | 2028 | "//chrome/browser/share", |
Alex Chau | 0e2c414c | 2020-01-20 15:53:50 | [diff] [blame] | 2029 | "//chrome/browser/sharing:buildflags", |
Michael van Ouwerkerk | 741c6652 | 2019-12-17 13:51:13 | [diff] [blame] | 2030 | "//chrome/browser/sharing/proto", |
Evan Stade | 19fdbe2 | 2021-04-30 16:19:32 | [diff] [blame] | 2031 | "//chrome/browser/signin:identity_manager_provider", |
Brandon Maslen | 68e89bd | 2020-02-19 01:28:45 | [diff] [blame] | 2032 | "//chrome/browser/storage_access_api:permissions", |
David Trainor | 940160d | 2020-01-26 00:30:13 | [diff] [blame] | 2033 | "//chrome/browser/thumbnail", |
Matt Reichhoff | dae0bfb | 2023-01-06 19:55:31 | [diff] [blame] | 2034 | "//chrome/browser/top_level_storage_access_api:permissions", |
Jan Wilken Dörrie | ca074e0 | 2019-09-19 18:18:04 | [diff] [blame] | 2035 | "//chrome/browser/touch_to_fill", |
[email protected] | abd4b68 | 2014-07-16 20:26:30 | [diff] [blame] | 2036 | "//chrome/browser/ui", |
Peter Kasting | e959940 | 2021-09-28 17:05:47 | [diff] [blame] | 2037 | "//chrome/browser/ui/color:mixers", |
Giovanni Ortuño Urquidi | ffb848f6 | 2022-04-20 07:40:05 | [diff] [blame] | 2038 | "//chrome/browser/ui/webui:configs", |
Tim Sergeant | aa12421 | 2021-07-12 22:52:51 | [diff] [blame] | 2039 | "//chrome/browser/ui/webui/app_service_internals:mojo_bindings", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2040 | "//chrome/browser/ui/webui/bluetooth_internals:mojo_bindings", |
Jonathan Freed | 0641eb3 | 2022-04-29 23:26:54 | [diff] [blame] | 2041 | "//chrome/browser/ui/webui/feed:mojo_bindings", |
Collin Baker | b1f1f06 | 2021-04-08 20:03:56 | [diff] [blame] | 2042 | "//chrome/browser/ui/webui/internals/user_education:mojo_bindings", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2043 | "//chrome/browser/ui/webui/omnibox:mojo_bindings", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2044 | "//chrome/browser/ui/webui/reset_password:mojo_bindings", |
Min Qin | 3ab92b2 | 2021-11-30 17:23:40 | [diff] [blame] | 2045 | "//chrome/browser/ui/webui/segmentation_internals:mojo_bindings", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2046 | "//chrome/browser/ui/webui/usb_internals:mojo_bindings", |
Xing Liu | 7252b8d | 2020-01-22 22:12:47 | [diff] [blame] | 2047 | "//chrome/browser/updates/announcement_notification", |
Shakti Sahu | 2741f8d | 2020-08-14 03:38:36 | [diff] [blame] | 2048 | "//chrome/browser/video_tutorials", |
liqining.keiling | 5a8e27f2 | 2023-01-01 17:55:47 | [diff] [blame] | 2049 | "//chrome/browser/web_applications/mojom:mojom_web_apps_enum", |
Eric Willigers | 18cb1222 | 2020-11-18 21:01:14 | [diff] [blame] | 2050 | "//chrome/browser/web_share_target", |
Michael Martis | 6b34f2a | 2019-02-18 01:11:46 | [diff] [blame] | 2051 | "//chrome/common:channel_info", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2052 | "//chrome/common:version_header", |
Yue Zhang | 7ac2e33 | 2022-06-17 16:41:59 | [diff] [blame] | 2053 | "//chrome/common/cart:mojo_bindings", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2054 | "//chrome/common/net", |
Richard Knoll | ea6f2c5 | 2021-08-25 11:44:22 | [diff] [blame] | 2055 | "//chrome/common/notifications", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2056 | "//chrome/installer/util:with_no_strings", |
Andrew Moylan | 73f7240e | 2022-04-28 23:01:26 | [diff] [blame] | 2057 | "//chrome/services/speech/buildflags", |
Philippe Hamel | 6956483 | 2017-11-22 20:39:48 | [diff] [blame] | 2058 | "//components/assist_ranker", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2059 | "//components/autofill/content/browser", |
[email protected] | 604828c | 2014-07-02 20:39:12 | [diff] [blame] | 2060 | "//components/autofill/core/browser", |
Fergal Daly | 23b8ae6 | 2021-03-30 05:43:46 | [diff] [blame] | 2061 | "//components/back_forward_cache", |
Evan Stade | be14d370 | 2021-03-29 22:50:33 | [diff] [blame] | 2062 | "//components/background_fetch", |
Mugdha Lakhani | ed1756b9 | 2020-09-23 18:32:38 | [diff] [blame] | 2063 | "//components/background_sync", |
Shakti Sahu | f9847ad | 2020-02-21 21:43:01 | [diff] [blame] | 2064 | "//components/background_task_scheduler", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2065 | "//components/blocked_content", |
| 2066 | "//components/blocklist/opt_out_blocklist", |
Aaron Colwell | 90ddc4b | 2020-06-09 18:00:45 | [diff] [blame] | 2067 | "//components/blocklist/opt_out_blocklist/sql:opt_out_blocklist_sql", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2068 | "//components/bookmarks/browser", |
treib | a9ea2fb | 2015-03-20 10:06:03 | [diff] [blame] | 2069 | "//components/bookmarks/managed", |
Jesse McKenna | 98e60df | 2021-08-17 16:57:08 | [diff] [blame] | 2070 | "//components/breadcrumbs/core", |
| 2071 | "//components/breadcrumbs/core:feature_flags", |
maxbogue | 26f4022 | 2016-09-16 20:22:18 | [diff] [blame] | 2072 | "//components/browser_sync", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2073 | "//components/browsing_data/content", |
| 2074 | "//components/browsing_data/core", |
Yao Xiao | 7a1995b | 2022-03-09 08:18:55 | [diff] [blame] | 2075 | "//components/browsing_topics", |
Yao Xiao | 21f1faa | 2022-04-29 06:20:32 | [diff] [blame] | 2076 | "//components/browsing_topics/mojom:mojo_bindings", |
Colin Blundell | 8076ed3 | 2020-01-23 14:12:24 | [diff] [blame] | 2077 | "//components/captive_portal/content", |
Colin Blundell | 7cf3fe3 | 2020-01-23 09:52:49 | [diff] [blame] | 2078 | "//components/captive_portal/core", |
| 2079 | "//components/captive_portal/core:buildflags", |
Pavol Marko | b211ab2 | 2019-01-23 20:03:04 | [diff] [blame] | 2080 | "//components/certificate_matching", |
eranm | 3c2d643 | 2016-06-01 10:17:27 | [diff] [blame] | 2081 | "//components/certificate_transparency", |
Carlos IL | bf4a6f76 | 2021-12-20 23:20:44 | [diff] [blame] | 2082 | "//components/certificate_transparency:proto", |
Clark DuVall | 04894d7f | 2020-04-07 23:54:21 | [diff] [blame] | 2083 | "//components/client_hints/browser", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2084 | "//components/cloud_devices/common", |
Mei Liang | 014bc86f | 2022-08-24 13:38:50 | [diff] [blame] | 2085 | "//components/commerce/content/browser:browser", |
Yue Zhang | 7ac2e33 | 2022-06-17 16:41:59 | [diff] [blame] | 2086 | "//components/commerce/core:commerce_heuristics_data", |
Zhiyuan Cai | d6d3fe1 | 2022-08-15 19:39:46 | [diff] [blame] | 2087 | "//components/commerce/core:commerce_subscription_db_content_proto", |
Matt Jones | a8bfcc2 | 2022-02-01 19:53:08 | [diff] [blame] | 2088 | "//components/commerce/core:feature_list", |
David Maunder | ca2c8db | 2022-07-04 16:51:01 | [diff] [blame] | 2089 | "//components/commerce/core:persisted_state_db_content_proto", |
Matt Jones | 704e1a6 | 2022-09-20 16:28:24 | [diff] [blame] | 2090 | "//components/commerce/core:pref_names", |
Matt Jones | 9bf7d2a | 2022-03-30 14:52:26 | [diff] [blame] | 2091 | "//components/commerce/core:shopping_service", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2092 | "//components/component_updater", |
Joshua Pawlicki | ddf9723e | 2017-10-24 15:24:23 | [diff] [blame] | 2093 | "//components/component_updater:crl_set_remover", |
Ce Chen | 4d0fda7 | 2019-09-25 20:47:29 | [diff] [blame] | 2094 | "//components/component_updater/installer_policies", |
Martin Sramek | 0d86260a | 2017-11-13 12:09:20 | [diff] [blame] | 2095 | "//components/consent_auditor", |
Tao Bai | 02ab4dd4 | 2019-03-06 00:30:37 | [diff] [blame] | 2096 | "//components/content_capture/browser", |
Clark DuVall | 84a33d61 | 2020-04-17 16:01:00 | [diff] [blame] | 2097 | "//components/content_settings/browser", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2098 | "//components/content_settings/common:mojom", |
vasilii | ac46139 | 2014-09-18 11:35:17 | [diff] [blame] | 2099 | "//components/content_settings/core/browser", |
[email protected] | 08f7101 | 2014-07-25 10:27:54 | [diff] [blame] | 2100 | "//components/content_settings/core/common", |
Josh Simmons | fcd83f25 | 2022-07-13 16:30:31 | [diff] [blame] | 2101 | "//components/contextual_search/core/browser", |
abhishek.a21 | bbf8e4a | 2015-10-15 21:05:56 | [diff] [blame] | 2102 | "//components/cookie_config", |
Ben Schwartz | 35685c7 | 2020-06-03 04:53:13 | [diff] [blame] | 2103 | "//components/country_codes", |
Justin Cohen | eae0a9b | 2021-02-05 17:53:36 | [diff] [blame] | 2104 | "//components/crash/core/browser", |
Jeffrey Cohen | d020aba | 2022-09-26 21:30:53 | [diff] [blame] | 2105 | "//components/creator", |
[email protected] | 478ed23 | 2014-08-19 02:10:55 | [diff] [blame] | 2106 | "//components/crx_file", |
Javier Fernández García-Boente | 7966a89 | 2021-12-09 12:28:23 | [diff] [blame] | 2107 | "//components/custom_handlers", |
reillyg | 4a84927 | 2015-02-20 21:38:43 | [diff] [blame] | 2108 | "//components/device_event_log", |
Rohit Agarwal | 58a20b1 | 2021-08-02 16:04:03 | [diff] [blame] | 2109 | "//components/device_reauth", |
Evan Stade | ea5ba79 | 2021-02-26 16:51:57 | [diff] [blame] | 2110 | "//components/digital_asset_links", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2111 | "//components/dom_distiller/content/browser", |
Miyoung Shin | 9dc67ba | 2019-11-08 14:04:33 | [diff] [blame] | 2112 | "//components/dom_distiller/content/common/mojom", |
[email protected] | 273ae5ab | 2014-07-09 21:10:25 | [diff] [blame] | 2113 | "//components/domain_reliability", |
David Trainor | 139fa8c | 2017-06-07 08:57:34 | [diff] [blame] | 2114 | "//components/download/content/factory", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2115 | "//components/download/content/public", |
Min Qin | 826f29b | 2018-05-26 06:36:19 | [diff] [blame] | 2116 | "//components/download/database", |
Min Qin | 48bf2b9 | 2018-01-23 19:16:43 | [diff] [blame] | 2117 | "//components/download/public/background_service:public", |
Colin Blundell | ab45f55 | 2020-01-22 15:08:40 | [diff] [blame] | 2118 | "//components/embedder_support", |
John Abd-El-Malek | ec1fc69e | 2021-01-28 19:14:41 | [diff] [blame] | 2119 | "//components/embedder_support:browser_util", |
Mugdha Lakhani | da851fd | 2021-03-16 18:21:02 | [diff] [blame] | 2120 | "//components/embedder_support/origin_trials", |
John Abd-El-Malek | 71e4f9f | 2018-03-28 19:52:36 | [diff] [blame] | 2121 | "//components/encrypted_messages", |
Guillaume Jenkins | 93ec1c02 | 2020-06-22 15:19:17 | [diff] [blame] | 2122 | "//components/enterprise", |
hmare | e31cadf5 | 2022-11-09 22:32:55 | [diff] [blame] | 2123 | "//components/enterprise/browser/identifiers", |
Roger Tawa | fb777f76 | 2020-06-13 01:02:00 | [diff] [blame] | 2124 | "//components/enterprise/common/proto:connectors_proto", |
Owen Min | 0e13ef5 | 2021-03-30 23:30:13 | [diff] [blame] | 2125 | "//components/enterprise/common/proto:extensions_workflow_events_proto", |
Anthony Vallee-Dubois | c69bf156 | 2021-11-29 15:08:36 | [diff] [blame] | 2126 | "//components/enterprise/content", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2127 | "//components/error_page/common", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2128 | "//components/error_page/content/browser", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2129 | "//components/favicon/content", |
sdefresne | cbacfd7 | 2015-03-20 12:11:32 | [diff] [blame] | 2130 | "//components/favicon/core", |
Scott Violet | f1185cf2 | 2020-07-17 22:24:00 | [diff] [blame] | 2131 | "//components/favicon/core:history_implementation", |
sdefresne | 001b10de | 2015-03-20 18:41:46 | [diff] [blame] | 2132 | "//components/favicon_base", |
Tommy Nyquist | c1d6dea1 | 2017-07-26 20:37:23 | [diff] [blame] | 2133 | "//components/feature_engagement", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2134 | "//components/feed:buildflags", |
Jian Li | c9a227c | 2022-02-28 22:55:44 | [diff] [blame] | 2135 | "//components/feed:feature_list", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2136 | "//components/feed/core/common:feed_core_common", |
| 2137 | "//components/feed/core/shared_prefs:feed_shared_prefs", |
| 2138 | "//components/feed/core/v2:feed_core_v2", |
Jian Li | c9a227c | 2022-02-28 22:55:44 | [diff] [blame] | 2139 | "//components/feed/mojom:mojo_bindings", |
Yafei Duan | c9f95ec | 2018-02-08 02:35:31 | [diff] [blame] | 2140 | "//components/filename_generation", |
Evan Stade | 61ccab7 | 2020-01-17 20:17:51 | [diff] [blame] | 2141 | "//components/find_in_page", |
droger | 888be0b | 2015-10-01 14:28:52 | [diff] [blame] | 2142 | "//components/flags_ui", |
[email protected] | abd4b68 | 2014-07-16 20:26:30 | [diff] [blame] | 2143 | "//components/gcm_driver", |
erikchen | 332265b | 2014-11-14 19:59:52 | [diff] [blame] | 2144 | "//components/handoff", |
Colin Blundell | a33d59b | 2021-03-10 10:02:38 | [diff] [blame] | 2145 | "//components/heavy_ad_intervention", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2146 | "//components/history/content/browser", |
[email protected] | 273ae5ab | 2014-07-09 21:10:25 | [diff] [blame] | 2147 | "//components/history/core/browser", |
| 2148 | "//components/history/core/common", |
Mingjing Zhang | 6344bd6 | 2020-12-15 18:48:36 | [diff] [blame] | 2149 | "//components/history/metrics", |
Tommy Li | 80651ab | 2021-03-30 21:58:43 | [diff] [blame] | 2150 | "//components/history_clusters/core", |
rajendrant | 8159b05 | 2022-02-18 23:31:39 | [diff] [blame] | 2151 | "//components/history_clusters/history_clusters_internals/webui", |
Tommy C. Li | 39b55a3 | 2022-12-08 03:01:43 | [diff] [blame] | 2152 | "//components/image_service", |
Colin Blundell | 3704df9 | 2020-06-05 14:26:46 | [diff] [blame] | 2153 | "//components/infobars/content", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2154 | "//components/infobars/core", |
knn | 062cdbb | 2015-06-26 18:18:42 | [diff] [blame] | 2155 | "//components/invalidation/impl", |
Evan Stade | 7220e47 | 2020-01-31 17:06:57 | [diff] [blame] | 2156 | "//components/javascript_dialogs", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2157 | "//components/keyed_service/content", |
Renjie Liu | 1aea053 | 2017-12-13 07:22:31 | [diff] [blame] | 2158 | "//components/language/content/browser", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2159 | "//components/language/content/browser/ulp_language_code_locator", |
Michael Martis | 98cd873 | 2017-07-14 03:26:19 | [diff] [blame] | 2160 | "//components/language/core/browser", |
Alexandre Frechette | 0a2ada0 | 2019-03-07 14:50:50 | [diff] [blame] | 2161 | "//components/language/core/common", |
Basia Zimirska | b447fafb | 2021-07-22 19:28:33 | [diff] [blame] | 2162 | "//components/language/core/language_model", |
Greg Schechter | 681232c | 2021-02-03 02:26:19 | [diff] [blame] | 2163 | "//components/lens", |
Duncan Mercer | 80e9910 | 2022-12-28 21:30:27 | [diff] [blame] | 2164 | "//components/lens:buildflags", |
Tommy Nyquist | 61abdd0 | 2019-03-22 00:01:24 | [diff] [blame] | 2165 | "//components/leveldb_proto", |
Amanda Deacon | b9b8b0b4 | 2021-05-18 23:32:25 | [diff] [blame] | 2166 | "//components/live_caption:constants", |
Amanda Deacon | 68a63df3 | 2021-05-19 06:26:45 | [diff] [blame] | 2167 | "//components/live_caption:utils", |
Livvie Lin | 9e6e307 | 2020-05-04 19:55:59 | [diff] [blame] | 2168 | "//components/lookalikes/core", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2169 | "//components/lookalikes/core:features", |
Albert J. Wong | 23183a1 | 2021-08-13 00:23:35 | [diff] [blame] | 2170 | "//components/memory_pressure", |
Mike Wittman | 2943c9c7 | 2018-08-31 19:28:57 | [diff] [blame] | 2171 | "//components/metrics:call_stack_profile_collector", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2172 | "//components/metrics:call_stack_profile_params", |
Joshua Pawlicki | 0499ac8 | 2017-08-17 18:29:07 | [diff] [blame] | 2173 | "//components/metrics:component_metrics", |
John Abd-El-Malek | 161073c | 2020-06-12 20:40:28 | [diff] [blame] | 2174 | "//components/metrics:content", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2175 | "//components/metrics:net", |
blundell | 8e66adc | 2015-10-12 11:46:12 | [diff] [blame] | 2176 | "//components/metrics:ui", |
Mikel Astiz | 417050a | 2020-10-16 06:35:50 | [diff] [blame] | 2177 | "//components/metrics/demographics", |
blundell | 695d61f | 2015-10-21 11:25:53 | [diff] [blame] | 2178 | "//components/metrics_services_manager", |
Elly Fong-Jones | 7e056d97 | 2022-05-26 23:02:26 | [diff] [blame] | 2179 | "//components/mirroring/service:mirroring_service", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2180 | "//components/navigation_interception", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2181 | "//components/navigation_metrics", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2182 | "//components/net_log", |
Darin Fisher | 86ec1f4 | 2019-10-30 04:26:53 | [diff] [blame] | 2183 | "//components/network_hints/common:mojo_bindings", |
mmenke | 68a5021 | 2017-06-12 20:20:31 | [diff] [blame] | 2184 | "//components/network_session_configurator/browser", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2185 | "//components/network_time", |
Hiroki Nakagawa | 76e0fe01b | 2020-11-06 04:32:45 | [diff] [blame] | 2186 | "//components/no_state_prefetch/browser", |
| 2187 | "//components/no_state_prefetch/common", |
| 2188 | "//components/no_state_prefetch/common:mojo_bindings", |
sfiera | 0dc4da51 | 2016-04-29 09:23:05 | [diff] [blame] | 2189 | "//components/ntp_tiles", |
dtrainor | b4cc245 | 2017-03-07 01:07:17 | [diff] [blame] | 2190 | "//components/offline_items_collection/core", |
Scott Violet | 9ae8289 | 2018-03-01 18:38:12 | [diff] [blame] | 2191 | "//components/offline_pages/buildflags", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2192 | "//components/offline_pages/core", |
| 2193 | "//components/offline_pages/core/background:background_offliner", |
| 2194 | "//components/offline_pages/core/prefetch", |
| 2195 | "//components/offline_pages/core/request_header", |
blundell | 2102f7c | 2015-07-09 10:00:53 | [diff] [blame] | 2196 | "//components/omnibox/browser", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2197 | "//components/onc", |
| 2198 | "//components/open_from_clipboard", |
Robert Ogden | 891a6e2 | 2021-02-02 23:47:06 | [diff] [blame] | 2199 | "//components/optimization_guide/content/browser", |
Sophie Chang | f2da5f0 | 2021-01-07 19:38:47 | [diff] [blame] | 2200 | "//components/optimization_guide/core", |
Hazem Ashmawy | 4c896fe | 2021-06-16 01:38:13 | [diff] [blame] | 2201 | "//components/optimization_guide/core:bloomfilter", |
Olivier Robin | 680922c | 2022-02-25 09:59:21 | [diff] [blame] | 2202 | "//components/optimization_guide/core:prediction", |
rajendrant | 0d190b3 | 2022-02-08 17:41:16 | [diff] [blame] | 2203 | "//components/optimization_guide/optimization_guide_internals/webui", |
Peter Birk Pakkenberg | 73e07b6 | 2022-09-21 11:20:30 | [diff] [blame] | 2204 | "//components/origin_trials:browser", |
| 2205 | "//components/origin_trials:common", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2206 | "//components/os_crypt", |
Christian Dullweber | 0897f51 | 2022-03-22 11:59:43 | [diff] [blame] | 2207 | "//components/page_info/core:proto", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2208 | "//components/page_load_metrics/browser", |
Colin Blundell | b07d2ff1 | 2021-03-10 18:17:35 | [diff] [blame] | 2209 | "//components/page_load_metrics/browser/observers/ad_metrics", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2210 | "//components/page_load_metrics/common", |
ckitagawa | 8dad53d | 2020-01-07 16:03:35 | [diff] [blame] | 2211 | "//components/paint_preview/buildflags", |
| 2212 | "//components/paint_preview/features", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2213 | "//components/password_manager/content/browser", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2214 | "//components/password_manager/core/browser", |
| 2215 | "//components/password_manager/core/common", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2216 | "//components/payments/content:utils", |
Mathieu Perreault | 51339b8 | 2017-07-20 17:06:05 | [diff] [blame] | 2217 | "//components/payments/core", |
Sigurdur Asgeirsson | 51d9d24 | 2019-10-07 20:38:34 | [diff] [blame] | 2218 | "//components/performance_manager", |
Clark DuVall | 484c256 | 2020-01-23 22:05:09 | [diff] [blame] | 2219 | "//components/permissions", |
Andy Paicu | 204a1bb8 | 2020-11-12 21:50:14 | [diff] [blame] | 2220 | "//components/permissions/prediction_service", |
| 2221 | "//components/permissions/prediction_service:prediction_service_messages_proto", |
brettw | 083632b | 2016-08-25 20:24:46 | [diff] [blame] | 2222 | "//components/policy:generated", |
Doug Turner | 9dcaf596 | 2017-12-21 04:38:53 | [diff] [blame] | 2223 | "//components/policy/content/", |
brettw | 083632b | 2016-08-25 20:24:46 | [diff] [blame] | 2224 | "//components/policy/core/browser", |
dgozman | e5a3e25 | 2016-03-22 21:45:08 | [diff] [blame] | 2225 | "//components/policy/proto", |
Brandon Wylie | a73250f | 2022-08-09 21:20:26 | [diff] [blame] | 2226 | "//components/power_bookmarks/core", |
Brandon Wylie | d552872 | 2022-11-01 20:39:42 | [diff] [blame] | 2227 | "//components/power_bookmarks/storage", |
Jonathan | 9e26b418 | 2022-04-29 21:08:18 | [diff] [blame] | 2228 | "//components/pref_registry", |
Lei Zhang | d866b3c | 2019-05-02 01:49:58 | [diff] [blame] | 2229 | "//components/prefs", |
sauski | 784b8b6 | 2022-01-07 10:09:36 | [diff] [blame] | 2230 | "//components/privacy_sandbox", |
Sean Harrison | 4685ab7 | 2020-12-08 18:26:22 | [diff] [blame] | 2231 | "//components/privacy_sandbox:privacy_sandbox_prefs", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2232 | "//components/profile_metrics", |
| 2233 | "//components/proxy_config", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2234 | "//components/query_parser", |
Shakti Sahu | ce57c7d9 | 2020-04-29 01:47:17 | [diff] [blame] | 2235 | "//components/query_tiles", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2236 | "//components/reading_list/core", |
Caroline Rising | 98e6ca12f | 2020-10-27 02:50:47 | [diff] [blame] | 2237 | "//components/reading_list/features:flags", |
Victor Tan | 13119a73 | 2022-08-12 16:46:28 | [diff] [blame] | 2238 | "//components/reduce_accept_language/browser:browser", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2239 | "//components/renderer_context_menu", |
Leonid Baraz | 61437cb | 2021-02-26 20:43:06 | [diff] [blame] | 2240 | "//components/reporting/client:report_queue", |
Leonid Baraz | caac7c9 | 2021-03-04 17:34:05 | [diff] [blame] | 2241 | "//components/reporting/client:report_queue_configuration", |
Marc Grimme | 8cfb79e | 2021-07-18 07:06:45 | [diff] [blame] | 2242 | "//components/reporting/client:report_queue_factory", |
Leonid Baraz | 85c820c | 2021-03-08 22:07:28 | [diff] [blame] | 2243 | "//components/reporting/client:report_queue_provider", |
Zach Trudo | 059a3d1 | 2021-01-29 21:47:06 | [diff] [blame] | 2244 | "//components/reporting/encryption:encryption_module", |
Leonid Baraz | 4a459c2 | 2021-03-12 02:06:12 | [diff] [blame] | 2245 | "//components/reporting/encryption:encryption_module_interface", |
Zach Trudo | 059a3d1 | 2021-01-29 21:47:06 | [diff] [blame] | 2246 | "//components/reporting/encryption:verification", |
| 2247 | "//components/reporting/proto:record_constants", |
| 2248 | "//components/reporting/proto:record_proto", |
Josh Hilke | f02516f | 2022-11-01 01:46:57 | [diff] [blame] | 2249 | "//components/reporting/proto:status_proto", |
Leonid Baraz | 2b2e0b5 | 2022-12-13 03:25:07 | [diff] [blame] | 2250 | "//components/reporting/resources:resource_manager", |
Zach Trudo | 059a3d1 | 2021-01-29 21:47:06 | [diff] [blame] | 2251 | "//components/reporting/storage:storage_configuration", |
| 2252 | "//components/reporting/storage:storage_module", |
Leonid Baraz | 1da367e | 2021-10-15 00:18:52 | [diff] [blame] | 2253 | "//components/reporting/storage:storage_module_interface", |
Leonid Baraz | 85c820c | 2021-03-08 22:07:28 | [diff] [blame] | 2254 | "//components/reporting/storage:storage_uploader_interface", |
Leonid Baraz | 52ff2bac | 2021-04-02 05:39:57 | [diff] [blame] | 2255 | "//components/reporting/storage_selector", |
Leonid Baraz | 5a199c8 | 2021-10-01 00:31:43 | [diff] [blame] | 2256 | "//components/reporting/util:backoff_settings", |
Zach Trudo | 059a3d1 | 2021-01-29 21:47:06 | [diff] [blame] | 2257 | "//components/reporting/util:status", |
Leonid Baraz | 85c820c | 2021-03-08 22:07:28 | [diff] [blame] | 2258 | "//components/reporting/util:status_macros", |
Leonid Baraz | 85c820c | 2021-03-08 22:07:28 | [diff] [blame] | 2259 | "//components/reporting/util:task_runner_context", |
Livvie Lin | 017ecfe | 2020-10-23 19:30:44 | [diff] [blame] | 2260 | "//components/reputation/core", |
| 2261 | "//components/reputation/core:proto", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2262 | "//components/resources", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2263 | "//components/safe_browsing/content/browser", |
Daniel Rubery | d166d9e | 2021-05-05 23:10:02 | [diff] [blame] | 2264 | "//components/safe_browsing/content/browser:client_side_detection", |
Colin Blundell | d200b86 | 2021-06-08 08:59:37 | [diff] [blame] | 2265 | "//components/safe_browsing/content/browser:safe_browsing_service", |
Colin Blundell | 78b3992 | 2021-06-24 08:42:08 | [diff] [blame] | 2266 | "//components/safe_browsing/content/browser/password_protection", |
Colin Blundell | 641e4e4 | 2021-06-24 16:09:53 | [diff] [blame] | 2267 | "//components/safe_browsing/content/browser/web_ui", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2268 | "//components/safe_browsing/core/browser", |
Rohit Bhatia | 4dcad28 | 2021-10-05 05:46:08 | [diff] [blame] | 2269 | "//components/safe_browsing/core/browser:safe_browsing_metrics_collector", |
Xinghui Lu | 419817a | 2022-04-02 04:59:10 | [diff] [blame] | 2270 | "//components/safe_browsing/core/browser:verdict_cache_manager", |
Colin Blundell | 9e1f765 | 2021-06-25 20:24:35 | [diff] [blame] | 2271 | "//components/safe_browsing/core/browser/db:database_manager", |
Zack Han | 573e1fc | 2022-09-26 20:47:50 | [diff] [blame] | 2272 | "//components/safe_browsing/core/browser/password_protection:password_protection_metrics_util", |
Colin Blundell | 262f9a2 | 2021-06-25 09:17:55 | [diff] [blame] | 2273 | "//components/safe_browsing/core/browser/realtime:policy_engine", |
| 2274 | "//components/safe_browsing/core/browser/realtime:url_lookup_service", |
Colin Blundell | 57009ca | 2021-01-13 17:10:05 | [diff] [blame] | 2275 | "//components/safe_browsing/core/browser/sync", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2276 | "//components/safe_browsing/core/common", |
Varun Khaneja | 52f03bb1 | 2020-04-01 20:50:30 | [diff] [blame] | 2277 | "//components/safe_browsing/core/common:safe_browsing_policy_handler", |
Olabode Anise | d0f4443 | 2021-09-09 21:40:05 | [diff] [blame] | 2278 | "//components/safe_browsing/core/common/proto:csd_proto", |
Sneha Nagpaul | 2f1cf47e | 2022-12-16 18:21:15 | [diff] [blame] | 2279 | "//components/safe_browsing/core/common/proto:realtimeapi_proto", |
Michael Giuffrida | 2cc3a9cef | 2018-06-08 00:33:11 | [diff] [blame] | 2280 | "//components/safe_search_api", |
Caio Lima | ccae107 | 2019-03-07 13:46:54 | [diff] [blame] | 2281 | "//components/safe_search_api:safe_search_client", |
David Pennington | 8f66a9a | 2022-07-25 17:42:43 | [diff] [blame] | 2282 | "//components/saved_tab_groups:core", |
Sam Bowen | 4ea1eb42 | 2020-03-18 23:44:58 | [diff] [blame] | 2283 | "//components/schema_org/common:improved_mojom", |
[email protected] | 720b1049 | 2014-07-23 08:48:40 | [diff] [blame] | 2284 | "//components/search", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2285 | "//components/search_engines", |
| 2286 | "//components/search_provider_logos", |
Colin Blundell | 8a0bf625 | 2019-11-20 09:42:27 | [diff] [blame] | 2287 | "//components/security_interstitials/content:proto", |
jialiul | a2c06925 | 2017-01-05 18:13:04 | [diff] [blame] | 2288 | "//components/security_interstitials/content:security_interstitial_page", |
felt | 20e0f200 | 2015-07-31 15:27:36 | [diff] [blame] | 2289 | "//components/security_interstitials/core", |
Sneha Nagpaul | d506c87 | 2022-12-16 16:42:41 | [diff] [blame] | 2290 | "//components/security_interstitials/core:unsafe_resource", |
eseckler | cac56b6 | 2016-11-16 13:49:44 | [diff] [blame] | 2291 | "//components/security_state/content", |
| 2292 | "//components/security_state/core", |
Shakti Sahu | 4a78843fc | 2022-06-30 03:42:00 | [diff] [blame] | 2293 | "//components/segmentation_platform/embedder", |
Siddhartha S | 9541f74 | 2022-07-01 21:17:46 | [diff] [blame] | 2294 | "//components/segmentation_platform/embedder/default_model", |
Shakti Sahu | c84590f2 | 2021-04-22 11:03:17 | [diff] [blame] | 2295 | "//components/segmentation_platform/internal", |
Hailey Wang | c184f4b | 2022-03-29 03:26:46 | [diff] [blame] | 2296 | "//components/segmentation_platform/internal/proto", |
Shakti Sahu | c84590f2 | 2021-04-22 11:03:17 | [diff] [blame] | 2297 | "//components/segmentation_platform/public", |
Jeffrey Cohen | 7fe36f50 | 2018-12-12 01:38:21 | [diff] [blame] | 2298 | "//components/send_tab_to_self", |
Maggie Cai | 770c30f | 2021-08-05 01:45:05 | [diff] [blame] | 2299 | "//components/services/app_service/public/cpp:crosapi_utils", |
Eric Willigers | 3cece5c7 | 2020-10-01 07:30:58 | [diff] [blame] | 2300 | "//components/services/app_service/public/cpp:intents", |
Fabio Rocha | 41aa734 | 2020-12-16 22:22:32 | [diff] [blame] | 2301 | "//components/services/app_service/public/cpp:protocol_handling", |
Alan Cutter | d6951ec8 | 2021-05-26 21:18:55 | [diff] [blame] | 2302 | "//components/services/app_service/public/cpp:types", |
Alexei Filippov | 65c08b9 | 2019-02-02 03:41:00 | [diff] [blame] | 2303 | "//components/services/heap_profiling", |
Doug Arnett | cf9fd685 | 2020-04-21 15:21:20 | [diff] [blame] | 2304 | "//components/services/language_detection/public/cpp", |
| 2305 | "//components/services/language_detection/public/mojom", |
Yashar Dabiran | 1d89753 | 2020-10-13 18:24:38 | [diff] [blame] | 2306 | "//components/services/paint_preview_compositor/public/mojom:mojom", |
Ken Rockot | d6ac38d | 2019-07-30 21:08:58 | [diff] [blame] | 2307 | "//components/services/patch/content", |
Alexander Woolf | ed183c51 | 2019-05-17 01:18:03 | [diff] [blame] | 2308 | "//components/services/quarantine", |
| 2309 | "//components/services/quarantine/public/mojom", |
Ayu Ishii | 73a353d | 2022-07-07 21:56:42 | [diff] [blame] | 2310 | "//components/services/storage/public/cpp:prefs", |
Ken Rockot | 61df041 | 2019-07-26 17:12:19 | [diff] [blame] | 2311 | "//components/services/unzip/content", |
Sophie Chang | 1106b13 | 2020-11-17 17:58:50 | [diff] [blame] | 2312 | "//components/services/unzip/public/cpp", |
Miyoung Shin | f917f042 | 2019-07-19 04:10:21 | [diff] [blame] | 2313 | "//components/services/unzip/public/mojom", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2314 | "//components/sessions", |
Cheick Cisse | 92797f9 | 2022-06-09 23:08:53 | [diff] [blame] | 2315 | "//components/shared_highlighting/browser", |
Gayane Petrosyan | 6538073 | 2021-01-15 01:09:53 | [diff] [blame] | 2316 | "//components/shared_highlighting/core/common", |
[email protected] | abd4b68 | 2014-07-16 20:26:30 | [diff] [blame] | 2317 | "//components/signin/core/browser", |
Colin Blundell | 3517170e | 2019-07-11 08:16:34 | [diff] [blame] | 2318 | "//components/signin/public/base:signin_buildflags", |
Henrique Ferreiro | 94eb46f | 2019-07-03 14:38:56 | [diff] [blame] | 2319 | "//components/signin/public/identity_manager", |
Colin Blundell | 2cdc91a | 2019-07-12 15:24:27 | [diff] [blame] | 2320 | "//components/signin/public/webdata", |
Evan Stade | 7d46e376 | 2021-01-06 20:53:55 | [diff] [blame] | 2321 | "//components/site_engagement/content", |
Livvie Lin | d04ef5ac | 2020-10-16 21:51:19 | [diff] [blame] | 2322 | "//components/site_engagement/core/mojom:mojo_bindings", |
Alex Moshchuk | 51e1428b | 2020-04-22 18:00:54 | [diff] [blame] | 2323 | "//components/site_isolation", |
Scott Violet | d7983c5 | 2018-03-03 00:24:41 | [diff] [blame] | 2324 | "//components/spellcheck:buildflags", |
David Van Cleve | a39c2957 | 2020-01-14 23:04:49 | [diff] [blame] | 2325 | "//components/sqlite_proto", |
felt | 2493b445 | 2015-09-17 20:33:59 | [diff] [blame] | 2326 | "//components/ssl_errors", |
Francois Doray | 1fc6d01 | 2020-01-10 17:47:52 | [diff] [blame] | 2327 | "//components/startup_metric_utils/browser", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 2328 | "//components/storage_monitor", |
[email protected] | 797b2504 | 2014-07-01 23:54:17 | [diff] [blame] | 2329 | "//components/strings", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2330 | "//components/subresource_filter/content/browser", |
engedy | 9ae0424 | 2016-06-08 13:31:18 | [diff] [blame] | 2331 | "//components/subresource_filter/core/browser", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2332 | "//components/subresource_filter/core/common", |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 2333 | "//components/sync", |
blundell | c759b68 | 2015-10-08 15:50:59 | [diff] [blame] | 2334 | "//components/sync_bookmarks", |
maxbogue | ea16ff41 | 2016-10-28 16:35:29 | [diff] [blame] | 2335 | "//components/sync_preferences", |
skym | 6b9887e | 2015-10-09 22:10:47 | [diff] [blame] | 2336 | "//components/sync_sessions", |
Caroline Rising | 2ed4950 | 2019-06-19 23:05:22 | [diff] [blame] | 2337 | "//components/tab_count_metrics", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2338 | "//components/tab_groups", |
Oksana Zhuravlova | 466b668 | 2022-02-16 19:10:16 | [diff] [blame] | 2339 | "//components/tracing:background_tracing_metrics_provider", |
Oksana Zhuravlova | 89a16eb | 2022-04-18 17:38:33 | [diff] [blame] | 2340 | "//components/tracing:background_tracing_utils", |
zhenw | ecedcf2 | 2015-08-18 23:37:46 | [diff] [blame] | 2341 | "//components/tracing:startup_tracing", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2342 | "//components/translate/content/browser", |
[email protected] | b9f4c68 | 2014-07-10 22:00:37 | [diff] [blame] | 2343 | "//components/translate/core/browser", |
Olivier Robin | 6b77ca2 | 2022-02-11 10:34:20 | [diff] [blame] | 2344 | "//components/translate/core/browser:translate_model_service", |
[email protected] | b9f4c68 | 2014-07-10 22:00:37 | [diff] [blame] | 2345 | "//components/translate/core/common", |
Mike Wasserman | 8f8b085 | 2018-12-03 22:08:10 | [diff] [blame] | 2346 | "//components/ui_devtools", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2347 | "//components/ukm", |
holte | 7b74c62 | 2017-01-23 23:13:07 | [diff] [blame] | 2348 | "//components/ukm:observers", |
sdefresne | c083d1f | 2015-04-17 21:12:18 | [diff] [blame] | 2349 | "//components/undo", |
sorin | 39eab2f | 2015-01-06 01:09:08 | [diff] [blame] | 2350 | "//components/update_client", |
James | 86eea40 | 2022-11-03 15:56:09 | [diff] [blame] | 2351 | "//components/update_client:buildflags", |
Joshua Pawlicki | 30ef6a1 | 2019-04-10 13:34:00 | [diff] [blame] | 2352 | "//components/update_client:common_impl", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2353 | "//components/upload_list", |
rsleevi | 24f64dc2 | 2015-08-07 21:39:21 | [diff] [blame] | 2354 | "//components/url_formatter", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2355 | "//components/url_formatter/spoof_checks/top_domains:common", |
Mustafa Emre Acer | 3b701bb | 2019-07-29 22:29:15 | [diff] [blame] | 2356 | "//components/url_formatter/spoof_checks/top_domains:top500_domains", |
| 2357 | "//components/url_formatter/spoof_checks/top_domains:top500_domains_header", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2358 | "//components/url_matcher", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2359 | "//components/user_manager", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2360 | "//components/user_prefs", |
isherman | 3be67db | 2014-10-24 05:57:44 | [diff] [blame] | 2361 | "//components/variations", |
Caitlin Fischer | b756877 | 2020-09-23 14:32:00 | [diff] [blame] | 2362 | "//components/variations:variations_mojom", |
robliao | 48f456a | 2016-11-04 17:35:03 | [diff] [blame] | 2363 | "//components/variations/field_trial_config", |
isherman | 3be67db | 2014-10-24 05:57:44 | [diff] [blame] | 2364 | "//components/variations/net", |
Caitlin Fischer | 542dd7a | 2020-09-17 13:08:14 | [diff] [blame] | 2365 | "//components/variations/proto", |
blundell | b50ad70 | 2015-08-27 17:08:29 | [diff] [blame] | 2366 | "//components/variations/service", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2367 | "//components/vector_icons", |
John Abd-El-Malek | 71e4f9f | 2018-03-28 19:52:36 | [diff] [blame] | 2368 | "//components/version_info", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2369 | "//components/visitedlink/browser", |
| 2370 | "//components/visitedlink/common", |
| 2371 | "//components/web_cache/browser", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 2372 | "//components/web_resource", |
Evan Stade | 2229a56 | 2021-01-12 18:30:07 | [diff] [blame] | 2373 | "//components/webapps/browser", |
Evan Stade | bdc683a | 2021-01-19 17:07:16 | [diff] [blame] | 2374 | "//components/webapps/common", |
| 2375 | "//components/webapps/common:mojo_bindings", |
[email protected] | bf4545f | 2014-07-11 19:49:46 | [diff] [blame] | 2376 | "//components/webdata/common", |
sdefresne | cb955cd | 2014-12-15 23:21:56 | [diff] [blame] | 2377 | "//components/webdata_services", |
Evan Stade | 32d635a | 2020-04-03 18:51:25 | [diff] [blame] | 2378 | "//components/webrtc", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 2379 | "//components/webrtc_logging/browser", |
| 2380 | "//components/webrtc_logging/common", |
Mark Schillaci | 1363e4a | 2021-10-04 19:10:09 | [diff] [blame] | 2381 | "//components/zoom", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2382 | "//content/public/browser", |
| 2383 | "//content/public/common", |
| 2384 | "//crypto", |
Donna Wu | ee09a34 | 2019-05-13 02:56:18 | [diff] [blame] | 2385 | "//device/base", |
Sadrul Habib Chowdhury | f6ff2b0d | 2020-10-01 13:48:51 | [diff] [blame] | 2386 | "//device/base/synchronization", |
Martin Kreichgauer | 0e1b15ef | 2018-06-20 02:59:50 | [diff] [blame] | 2387 | "//device/fido", |
Matt Reynolds | 660a4775 | 2018-06-28 19:42:48 | [diff] [blame] | 2388 | "//device/gamepad/public/cpp:switches", |
Scott Violet | c8240b0 | 2018-03-08 22:03:59 | [diff] [blame] | 2389 | "//device/vr/buildflags", |
| 2390 | "//extensions/buildflags", |
[email protected] | 604828c | 2014-07-02 20:39:12 | [diff] [blame] | 2391 | "//google_apis", |
Brett Wilson | 8f132304 | 2014-09-11 16:58:56 | [diff] [blame] | 2392 | "//gpu/config", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2393 | "//media", |
Scott Violet | a35f9a4 | 2018-03-22 22:00:44 | [diff] [blame] | 2394 | "//media:media_buildflags", |
Xiangjun Zhang | 3aafe30 | 2018-02-07 20:10:40 | [diff] [blame] | 2395 | "//media/capture", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2396 | "//media/capture:capture_switches", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2397 | "//media/midi", |
Scott Violet | a35f9a4 | 2018-03-22 22:00:44 | [diff] [blame] | 2398 | "//media/mojo:buildflags", |
Xiangjun Zhang | 877bcd1 | 2018-01-05 02:47:53 | [diff] [blame] | 2399 | "//media/mojo/common", |
Chris Cunningham | 49934e6 | 2017-11-09 21:49:01 | [diff] [blame] | 2400 | "//media/mojo/services", |
Henrik Grunell | d085257 | 2018-10-15 09:01:38 | [diff] [blame] | 2401 | "//media/webrtc", |
Ken Rockot | 03e5ddc | 2018-07-04 19:35:08 | [diff] [blame] | 2402 | "//mojo/core/embedder", |
Brian Geffon | 12b581a | 2021-02-03 23:48:03 | [diff] [blame] | 2403 | "//mojo/core/embedder:features", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2404 | "//mojo/public/cpp/bindings", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 2405 | "//net", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2406 | "//net:extras", |
Scott Violet | 02e38b9 | 2018-03-27 23:42:14 | [diff] [blame] | 2407 | "//ppapi/buildflags", |
Scott Violet | 318a55f | 2018-03-30 19:08:19 | [diff] [blame] | 2408 | "//printing/buildflags", |
Scott Violet | a5f7ba1 | 2018-04-02 22:03:40 | [diff] [blame] | 2409 | "//rlz/buildflags", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 2410 | "//services/audio/public/cpp", |
Matthew Denton | 03c45a2 | 2020-06-01 23:40:48 | [diff] [blame] | 2411 | "//services/cert_verifier:lib", |
rockot | e043703 | 2017-03-25 02:49:00 | [diff] [blame] | 2412 | "//services/data_decoder/public/cpp", |
ke.he | a91facd | 2017-04-12 05:11:50 | [diff] [blame] | 2413 | "//services/device/public/cpp:device_features", |
Vicky Min | b02c3e9 | 2020-07-07 20:56:52 | [diff] [blame] | 2414 | "//services/device/public/cpp/serial:switches", |
Donna Wu | 4dc9df3 | 2019-05-20 03:56:21 | [diff] [blame] | 2415 | "//services/device/public/cpp/usb", |
Ke He | 31d0bb0 | 2018-02-24 07:16:24 | [diff] [blame] | 2416 | "//services/device/public/mojom", |
Donna Wu | 4dc9df3 | 2019-05-20 03:56:21 | [diff] [blame] | 2417 | "//services/device/public/mojom:usb", |
Andrew Moylan | 8ed9d83c8 | 2019-01-29 20:23:52 | [diff] [blame] | 2418 | "//services/image_annotation:service", |
Becca Hughes | dd388f6 | 2020-01-15 23:20:33 | [diff] [blame] | 2419 | "//services/media_session/public/mojom", |
Steven Holte | ed06f3d | 2017-07-20 22:58:01 | [diff] [blame] | 2420 | "//services/metrics/public/cpp:ukm_builders", |
John Abd-El-Malek | 3bbbdf9 | 2018-01-30 03:27:35 | [diff] [blame] | 2421 | "//services/network:network_service", |
| 2422 | "//services/network/public/cpp", |
Ken Rockot | 54311e6 | 2018-02-10 19:01:52 | [diff] [blame] | 2423 | "//services/network/public/mojom", |
Christopher Thompson | be9cafe | 2020-02-05 04:46:11 | [diff] [blame] | 2424 | "//services/network/public/proto", |
sammc | 939cdb5 | 2017-03-23 01:21:13 | [diff] [blame] | 2425 | "//services/preferences/public/cpp", |
sammc | fb473a87 | 2017-04-03 01:56:59 | [diff] [blame] | 2426 | "//services/preferences/public/cpp/tracked", |
Ken Rockot | f7f533e | 2018-02-11 02:21:33 | [diff] [blame] | 2427 | "//services/preferences/public/mojom", |
sammc | fb473a87 | 2017-04-03 01:56:59 | [diff] [blame] | 2428 | "//services/preferences/tracked", |
Ken Rockot | 26cf474 | 2018-02-11 04:10:40 | [diff] [blame] | 2429 | "//services/proxy_resolver/public/mojom", |
erikchen | a6e5f68 | 2017-05-12 20:39:20 | [diff] [blame] | 2430 | "//services/resource_coordinator/public/cpp:resource_coordinator_cpp", |
Scott Violet | 482fcec | 2019-07-30 19:50:20 | [diff] [blame] | 2431 | "//services/resource_coordinator/public/cpp/memory_instrumentation:browser", |
rockot | 734fb66 | 2016-10-15 16:41:30 | [diff] [blame] | 2432 | "//services/service_manager/public/cpp", |
Ken Rockot | d7e999b | 2018-02-11 15:48:21 | [diff] [blame] | 2433 | "//services/shape_detection/public/mojom", |
Ken Rockot | cebdf9c8 | 2019-05-28 20:33:03 | [diff] [blame] | 2434 | "//services/strings", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2435 | "//skia", |
| 2436 | "//sql", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2437 | "//storage/browser", |
| 2438 | "//storage/common", |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 2439 | "//third_party/blink/public:buildflags", |
| 2440 | "//third_party/blink/public:resources", |
| 2441 | "//third_party/blink/public:scaled_resources", |
| 2442 | "//third_party/blink/public/common", |
Moritz Firsching | 043d3254 | 2021-04-07 14:20:59 | [diff] [blame] | 2443 | "//third_party/blink/public/common:buildflags", |
Ali Beyad | a6b0fb6f | 2021-07-28 00:13:24 | [diff] [blame] | 2444 | "//third_party/blink/public/common:headers", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2445 | "//third_party/icu", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2446 | "//third_party/leveldatabase", |
| 2447 | "//third_party/libaddressinput", |
Robert Sesek | e63d2e22 | 2019-11-01 21:46:50 | [diff] [blame] | 2448 | "//third_party/libxml:xml_writer", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2449 | "//third_party/libyuv", |
Steven Holte | f9d5ed6 | 2017-10-21 02:02:30 | [diff] [blame] | 2450 | "//third_party/metrics_proto", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2451 | "//third_party/re2", |
Mirko Bonadei | cbc90fd0 | 2019-11-14 22:26:17 | [diff] [blame] | 2452 | "//third_party/webrtc_overrides:webrtc_component", |
Xiaohan Wang | f170c73 | 2018-09-27 05:45:26 | [diff] [blame] | 2453 | "//third_party/widevine/cdm:buildflags", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2454 | "//third_party/widevine/cdm:headers", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2455 | "//third_party/zlib", |
| 2456 | "//third_party/zlib:minizip", |
Thiago Farina | d8a8a07 | 2017-05-19 18:41:48 | [diff] [blame] | 2457 | "//third_party/zlib/google:compression_utils", |
| 2458 | "//third_party/zlib/google:zip", |
Chris Hall | e952239e | 2018-11-06 06:49:52 | [diff] [blame] | 2459 | "//ui/accessibility", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2460 | "//ui/base", |
sdefresne | c6574a55 | 2016-02-08 16:58:21 | [diff] [blame] | 2461 | "//ui/base:ui_data_pack", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2462 | "//ui/base/clipboard", |
John Palmer | 11d4f530 | 2022-11-10 21:30:20 | [diff] [blame] | 2463 | "//ui/base/emoji", |
Steven Bennetts | 2b2d9cf | 2019-03-15 17:36:31 | [diff] [blame] | 2464 | "//ui/base/idle", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2465 | "//ui/base/ime", |
Peter Kasting | 125cbe4 | 2022-02-16 16:25:53 | [diff] [blame] | 2466 | "//ui/color", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2467 | "//ui/compositor", |
Femi Adegunloye | f500de3 | 2022-05-05 23:09:22 | [diff] [blame] | 2468 | "//ui/display/util:util", |
cjhopman | 09981a9 | 2014-10-27 17:11:18 | [diff] [blame] | 2469 | "//ui/events:events_base", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2470 | "//ui/events/devices", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2471 | "//ui/gfx", |
| 2472 | "//ui/gfx/geometry", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2473 | "//ui/gl", |
Scott Violet | fd6ee11 | 2019-01-10 19:05:32 | [diff] [blame] | 2474 | "//ui/gl:buildflags", |
[email protected] | a1d7d4f | 2014-07-16 21:33:36 | [diff] [blame] | 2475 | "//ui/message_center", |
Evan Stade | 353058c | 2017-09-08 21:31:13 | [diff] [blame] | 2476 | "//ui/message_center/public/cpp", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 2477 | "//ui/resources", |
[email protected] | a1d7d4f | 2014-07-16 21:33:36 | [diff] [blame] | 2478 | "//ui/shell_dialogs", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2479 | "//ui/snapshot", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2480 | "//ui/strings", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2481 | "//ui/surface", |
| 2482 | "//ui/web_dialogs", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2483 | "//ui/webui", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2484 | ] |
Christopher Lam | f48c52c | 2021-11-25 01:56:05 | [diff] [blame] | 2485 | |
Ramin Halavati | 52a9a29 | 2022-04-28 04:27:49 | [diff] [blame] | 2486 | if (enable_screen_ai_service) { |
Ramin Halavati | f5e14f2c | 2022-04-20 08:26:25 | [diff] [blame] | 2487 | sources += [ |
Ramin Halavati | 52a9a29 | 2022-04-28 04:27:49 | [diff] [blame] | 2488 | "accessibility/ax_screen_ai_annotator.cc", |
| 2489 | "accessibility/ax_screen_ai_annotator.h", |
Ramin Halavati | eb9f61f5 | 2022-09-09 05:27:03 | [diff] [blame] | 2490 | "accessibility/ax_screen_ai_annotator_factory.cc", |
| 2491 | "accessibility/ax_screen_ai_annotator_factory.h", |
Ramin Halavati | f5e14f2c | 2022-04-20 08:26:25 | [diff] [blame] | 2492 | ] |
| 2493 | deps += [ |
| 2494 | "//components/services/screen_ai", |
Ramin Halavati | 7de1b0e | 2022-09-15 14:31:15 | [diff] [blame] | 2495 | "//components/services/screen_ai/public/cpp:screen_ai_install_state", |
Ramin Halavati | f5e14f2c | 2022-04-20 08:26:25 | [diff] [blame] | 2496 | "//components/services/screen_ai/public/cpp:screen_ai_service_router_factory", |
Ramin Halavati | 52a9a29 | 2022-04-28 04:27:49 | [diff] [blame] | 2497 | "//components/services/screen_ai/public/cpp:utilities", |
Ramin Halavati | b33fc0c | 2022-05-06 09:32:22 | [diff] [blame] | 2498 | "//components/services/screen_ai/public/mojom", |
Ramin Halavati | f5e14f2c | 2022-04-20 08:26:25 | [diff] [blame] | 2499 | ] |
Ramin Halavati | 8601690 | 2022-12-05 09:12:16 | [diff] [blame] | 2500 | |
| 2501 | if (!is_chromeos_ash) { |
| 2502 | sources += [ |
| 2503 | "component_updater/screen_ai_component_installer.cc", |
| 2504 | "component_updater/screen_ai_component_installer.h", |
| 2505 | ] |
| 2506 | } |
Ramin Halavati | f5e14f2c | 2022-04-20 08:26:25 | [diff] [blame] | 2507 | } |
| 2508 | |
Ian Barkley-Yeung | dcc65295 | 2020-10-29 18:46:31 | [diff] [blame] | 2509 | if (is_linux || is_chromeos) { |
Ramin Halavati | 52a9a29 | 2022-04-28 04:27:49 | [diff] [blame] | 2510 | deps += [ "//chrome/browser/error_reporting" ] |
Ian Barkley-Yeung | dcc65295 | 2020-10-29 18:46:31 | [diff] [blame] | 2511 | } |
Ramin Halavati | 26dcce2 | 2022-02-23 13:11:14 | [diff] [blame] | 2512 | |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 2513 | if (use_ozone) { |
| 2514 | deps += [ |
| 2515 | "//ui/events/ozone", |
| 2516 | "//ui/ozone", |
| 2517 | ] |
| 2518 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2519 | |
Trent Begin | c61d2d6 | 2020-11-10 06:52:13 | [diff] [blame] | 2520 | # Platforms that have a network diagnostics dialog. All others fall through |
| 2521 | # to the stub which is not implemented. |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 2522 | if (is_chromeos_ash) { |
Trent Begin | c61d2d6 | 2020-11-10 06:52:13 | [diff] [blame] | 2523 | sources += [ "net/net_error_diagnostics_dialog_chromeos.cc" ] |
Eriko Kurimoto | b4fba88 | 2022-07-21 01:15:44 | [diff] [blame] | 2524 | } else if (is_chromeos_lacros) { |
| 2525 | sources += [ "net/net_error_diagnostics_dialog_lacros.cc" ] |
Trent Begin | c61d2d6 | 2020-11-10 06:52:13 | [diff] [blame] | 2526 | } else if (is_win) { |
| 2527 | sources += [ "net/net_error_diagnostics_dialog_win.cc" ] |
| 2528 | } else { |
| 2529 | sources += [ "net/net_error_diagnostics_dialog_stub.cc" ] |
| 2530 | } |
| 2531 | |
liqining.keiling | 151bedd6 | 2022-08-17 19:18:26 | [diff] [blame] | 2532 | if (!is_android && !is_chromeos) { |
| 2533 | deps += [ "//chrome/browser/ui/webui/app_home:mojo_bindings" ] |
| 2534 | } |
| 2535 | |
Benjamin Lerman | a379644 | 2021-08-05 12:39:25 | [diff] [blame] | 2536 | if (is_posix || is_fuchsia) { |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 2537 | sources += [ |
| 2538 | "download/trusted_sources_manager_posix.cc", |
Sebastien Marchand | c5a7c4c4 | 2019-02-21 20:30:25 | [diff] [blame] | 2539 | "performance_monitor/metric_evaluator_helper_posix.cc", |
| 2540 | "performance_monitor/metric_evaluator_helper_posix.h", |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 2541 | ] |
| 2542 | } |
| 2543 | |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2544 | if (is_android) { |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2545 | sources += [ |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2546 | "after_startup_task_utils_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2547 | "android/android_theme_resources.h", |
Tomasz Wiszkowski | 281da3f | 2021-10-14 19:23:19 | [diff] [blame] | 2548 | "android/autocomplete/tab_matcher_android.cc", |
| 2549 | "android/autocomplete/tab_matcher_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2550 | "android/background_sync_launcher_android.cc", |
| 2551 | "android/background_sync_launcher_android.h", |
ahemery | 1d5239a5 | 2017-05-18 13:19:33 | [diff] [blame] | 2552 | "android/background_tab_manager.cc", |
| 2553 | "android/background_tab_manager.h", |
Ioana Stefan | 4dc2ee2 | 2019-08-21 09:51:04 | [diff] [blame] | 2554 | "android/background_task_scheduler/chrome_background_task_factory.cc", |
| 2555 | "android/background_task_scheduler/chrome_background_task_factory.h", |
Shakti Sahu | f9847ad | 2020-02-21 21:43:01 | [diff] [blame] | 2556 | "android/background_task_scheduler/proxy_native_task.cc", |
| 2557 | "android/background_task_scheduler/proxy_native_task.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2558 | "android/bookmarks/partner_bookmarks_reader.cc", |
| 2559 | "android/bookmarks/partner_bookmarks_reader.h", |
| 2560 | "android/bookmarks/partner_bookmarks_shim.cc", |
| 2561 | "android/bookmarks/partner_bookmarks_shim.h", |
| 2562 | "android/bottombar/overlay_panel_content.cc", |
| 2563 | "android/bottombar/overlay_panel_content.h", |
Peter E Conn | 31e57520 | 2021-02-22 10:28:51 | [diff] [blame] | 2564 | "android/browserservices/site_isolator.cc", |
dullweber | c454fad | 2017-03-28 07:56:39 | [diff] [blame] | 2565 | "android/browsing_data/browsing_data_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2566 | "android/browsing_data/browsing_data_counter_bridge.cc", |
| 2567 | "android/browsing_data/browsing_data_counter_bridge.h", |
| 2568 | "android/browsing_data/url_filter_bridge.cc", |
| 2569 | "android/browsing_data/url_filter_bridge.h", |
aberent | d56b7ec | 2016-11-16 16:43:27 | [diff] [blame] | 2570 | "android/chrome_backup_agent.cc", |
| 2571 | "android/chrome_backup_agent.h", |
| 2572 | "android/chrome_backup_watcher.cc", |
thakis | b8590c9 | 2017-03-23 18:14:53 | [diff] [blame] | 2573 | "android/chrome_backup_watcher.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2574 | "android/chrome_startup_flags.cc", |
| 2575 | "android/chrome_startup_flags.h", |
Mei Liang | 11df03b | 2020-04-09 05:02:12 | [diff] [blame] | 2576 | "android/compose_bitmaps_helper.cc", |
| 2577 | "android/compose_bitmaps_helper.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2578 | "android/compositor/compositor_view.cc", |
| 2579 | "android/compositor/compositor_view.h", |
| 2580 | "android/compositor/decoration_title.cc", |
| 2581 | "android/compositor/decoration_title.h", |
| 2582 | "android/compositor/layer/content_layer.cc", |
| 2583 | "android/compositor/layer/content_layer.h", |
| 2584 | "android/compositor/layer/contextual_search_layer.cc", |
| 2585 | "android/compositor/layer/contextual_search_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2586 | "android/compositor/layer/layer.h", |
| 2587 | "android/compositor/layer/overlay_panel_layer.cc", |
| 2588 | "android/compositor/layer/overlay_panel_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2589 | "android/compositor/layer/tab_handle_layer.cc", |
| 2590 | "android/compositor/layer/tab_handle_layer.h", |
| 2591 | "android/compositor/layer/tab_layer.cc", |
| 2592 | "android/compositor/layer/tab_layer.h", |
Mei Liang | 6c0fe3a | 2019-02-21 02:20:03 | [diff] [blame] | 2593 | "android/compositor/layer/tabgroup_content_layer.cc", |
| 2594 | "android/compositor/layer/tabgroup_content_layer.h", |
| 2595 | "android/compositor/layer/tabgroup_tab_content_layer.cc", |
| 2596 | "android/compositor/layer/tabgroup_tab_content_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2597 | "android/compositor/layer/thumbnail_layer.cc", |
| 2598 | "android/compositor/layer/thumbnail_layer.h", |
| 2599 | "android/compositor/layer/toolbar_layer.cc", |
| 2600 | "android/compositor/layer/toolbar_layer.h", |
| 2601 | "android/compositor/layer_title_cache.cc", |
| 2602 | "android/compositor/layer_title_cache.h", |
khushalsagar | 51b27db | 2017-03-22 19:18:12 | [diff] [blame] | 2603 | "android/compositor/resources/resource_factory.cc", |
khushalsagar | 51b27db | 2017-03-22 19:18:12 | [diff] [blame] | 2604 | "android/compositor/resources/toolbar_resource.cc", |
| 2605 | "android/compositor/resources/toolbar_resource.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2606 | "android/compositor/scene_layer/contextual_search_scene_layer.cc", |
| 2607 | "android/compositor/scene_layer/contextual_search_scene_layer.h", |
Jinsuk Kim | b2861a3 | 2020-08-18 12:08:07 | [diff] [blame] | 2608 | "android/compositor/scene_layer/overscroll_scene_layer.cc", |
| 2609 | "android/compositor/scene_layer/overscroll_scene_layer.h", |
Matthew Jones | d59852706 | 2018-03-14 19:27:32 | [diff] [blame] | 2610 | "android/compositor/scene_layer/scrolling_bottom_view_scene_layer.cc", |
| 2611 | "android/compositor/scene_layer/scrolling_bottom_view_scene_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2612 | "android/compositor/scene_layer/static_tab_scene_layer.cc", |
| 2613 | "android/compositor/scene_layer/static_tab_scene_layer.h", |
Sinan Sahin | 18cc52c | 2019-09-12 23:07:15 | [diff] [blame] | 2614 | "android/compositor/scene_layer/status_indicator_scene_layer.cc", |
| 2615 | "android/compositor/scene_layer/status_indicator_scene_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2616 | "android/compositor/scene_layer/tab_list_scene_layer.cc", |
| 2617 | "android/compositor/scene_layer/tab_list_scene_layer.h", |
| 2618 | "android/compositor/scene_layer/tab_strip_scene_layer.cc", |
| 2619 | "android/compositor/scene_layer/tab_strip_scene_layer.h", |
Matt Jones | 5b05657 | 2021-04-23 21:09:28 | [diff] [blame] | 2620 | "android/compositor/scene_layer/toolbar_swipe_scene_layer.cc", |
| 2621 | "android/compositor/scene_layer/toolbar_swipe_scene_layer.h", |
Matt Jones | 128ef328 | 2020-08-10 19:24:23 | [diff] [blame] | 2622 | "android/compositor/scene_layer/top_toolbar_scene_layer.cc", |
| 2623 | "android/compositor/scene_layer/top_toolbar_scene_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2624 | "android/compositor/tab_content_manager.cc", |
| 2625 | "android/compositor/tab_content_manager.h", |
Martin Sramek | 030b6cd | 2018-02-28 12:45:12 | [diff] [blame] | 2626 | "android/consent_auditor/consent_auditor_bridge.cc", |
Samuel Huang | 87ac6fa | 2017-07-31 18:09:15 | [diff] [blame] | 2627 | "android/content/content_utils.cc", |
Sinan Sahin | ebfa88e | 2020-10-12 22:45:48 | [diff] [blame] | 2628 | "android/context_menu/context_menu_native_delegate_impl.cc", |
| 2629 | "android/context_menu/context_menu_native_delegate_impl.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2630 | "android/contextualsearch/contextual_search_manager.cc", |
| 2631 | "android/contextualsearch/contextual_search_manager.h", |
| 2632 | "android/contextualsearch/contextual_search_tab_helper.cc", |
| 2633 | "android/contextualsearch/contextual_search_tab_helper.h", |
Josh Simmons | fcd83f25 | 2022-07-13 16:30:31 | [diff] [blame] | 2634 | "android/contextualsearch/native_contextual_search_context.cc", |
| 2635 | "android/contextualsearch/native_contextual_search_context.h", |
Donn Denman | 647df45 | 2018-03-12 21:22:34 | [diff] [blame] | 2636 | "android/contextualsearch/unhandled_tap_notifier_impl.cc", |
| 2637 | "android/contextualsearch/unhandled_tap_notifier_impl.h", |
| 2638 | "android/contextualsearch/unhandled_tap_web_contents_observer.cc", |
| 2639 | "android/contextualsearch/unhandled_tap_web_contents_observer.h", |
Pritam | df040f9 | 2018-03-02 18:28:43 | [diff] [blame] | 2640 | "android/cookies/cookies_fetcher_util.cc", |
Susanne Westphal | dd83fd2 | 2022-09-13 09:01:13 | [diff] [blame] | 2641 | "android/customtabs/chrome_origin_verifier.cc", |
| 2642 | "android/customtabs/chrome_origin_verifier.h", |
John Abd-El-Malek | 4f380d9 | 2020-02-19 16:43:36 | [diff] [blame] | 2643 | "android/customtabs/client_data_header_web_contents_observer.cc", |
| 2644 | "android/customtabs/client_data_header_web_contents_observer.h", |
Ella Ge | 4d23aa8 | 2022-06-08 23:04:36 | [diff] [blame] | 2645 | "android/customtabs/custom_tab_session_state_tracker.cc", |
| 2646 | "android/customtabs/custom_tab_session_state_tracker.h", |
John Abd-El-Malek | 4f380d9 | 2020-02-19 16:43:36 | [diff] [blame] | 2647 | "android/customtabs/custom_tabs_connection.cc", |
Benoit Lize | 385ed792 | 2018-03-01 18:49:05 | [diff] [blame] | 2648 | "android/customtabs/detached_resource_request.cc", |
| 2649 | "android/customtabs/detached_resource_request.h", |
Wenyu Fu | 678864f | 2022-06-09 01:22:52 | [diff] [blame] | 2650 | "android/customtabs/tab_interaction_recorder_android.cc", |
| 2651 | "android/customtabs/tab_interaction_recorder_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2652 | "android/devtools_manager_delegate_android.cc", |
| 2653 | "android/devtools_manager_delegate_android.h", |
pfeldman | 1062876 | 2016-09-08 07:59:26 | [diff] [blame] | 2654 | "android/devtools_server.cc", |
| 2655 | "android/devtools_server.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2656 | "android/dom_distiller/distiller_ui_handle_android.cc", |
| 2657 | "android/dom_distiller/distiller_ui_handle_android.h", |
Josh Karlin | 3a607750 | 2020-10-28 21:03:22 | [diff] [blame] | 2658 | "android/explore_sites/block_site_task.cc", |
| 2659 | "android/explore_sites/block_site_task.h", |
Yafei Duan | 66f0831 | 2018-06-19 19:42:13 | [diff] [blame] | 2660 | "android/explore_sites/catalog.cc", |
| 2661 | "android/explore_sites/catalog.h", |
Jian Li | edd6707f | 2019-01-16 23:02:59 | [diff] [blame] | 2662 | "android/explore_sites/clear_activities_task.cc", |
| 2663 | "android/explore_sites/clear_activities_task.h", |
Justin DeWitt | 894860e6 | 2018-12-18 23:25:25 | [diff] [blame] | 2664 | "android/explore_sites/clear_catalog_task.cc", |
| 2665 | "android/explore_sites/clear_catalog_task.h", |
Cathy Li | c450408f | 2018-08-02 20:32:54 | [diff] [blame] | 2666 | "android/explore_sites/explore_sites_feature.cc", |
| 2667 | "android/explore_sites/explore_sites_feature.h", |
Jonathan Freed | 07f2506d | 2018-09-20 20:02:34 | [diff] [blame] | 2668 | "android/explore_sites/explore_sites_fetcher.cc", |
| 2669 | "android/explore_sites/explore_sites_fetcher.h", |
Justin DeWitt | d7e2bf13 | 2018-08-29 16:14:58 | [diff] [blame] | 2670 | "android/explore_sites/explore_sites_schema.cc", |
| 2671 | "android/explore_sites/explore_sites_schema.h", |
Justin DeWitt | 40f76ee | 2018-08-10 23:32:35 | [diff] [blame] | 2672 | "android/explore_sites/explore_sites_service.h", |
| 2673 | "android/explore_sites/explore_sites_service_factory.cc", |
| 2674 | "android/explore_sites/explore_sites_service_factory.h", |
| 2675 | "android/explore_sites/explore_sites_service_impl.cc", |
| 2676 | "android/explore_sites/explore_sites_service_impl.h", |
Justin DeWitt | 267e8d10 | 2018-08-24 18:29:25 | [diff] [blame] | 2677 | "android/explore_sites/explore_sites_store.cc", |
| 2678 | "android/explore_sites/explore_sites_store.h", |
Justin DeWitt | 425b550f | 2018-09-14 22:18:03 | [diff] [blame] | 2679 | "android/explore_sites/explore_sites_types.cc", |
| 2680 | "android/explore_sites/explore_sites_types.h", |
| 2681 | "android/explore_sites/get_catalog_task.cc", |
| 2682 | "android/explore_sites/get_catalog_task.h", |
Justin DeWitt | f9771f0 | 2018-09-19 19:11:43 | [diff] [blame] | 2683 | "android/explore_sites/get_images_task.cc", |
| 2684 | "android/explore_sites/get_images_task.h", |
Justin DeWitt | 12e3ef38 | 2018-10-24 18:24:44 | [diff] [blame] | 2685 | "android/explore_sites/get_version_task.cc", |
| 2686 | "android/explore_sites/get_version_task.h", |
Dmitry Titov | 5f6cfb4 | 2018-10-05 18:52:14 | [diff] [blame] | 2687 | "android/explore_sites/history_statistics_reporter.cc", |
| 2688 | "android/explore_sites/history_statistics_reporter.h", |
Jonathan Freed | c985bd7 | 2018-10-08 22:08:11 | [diff] [blame] | 2689 | "android/explore_sites/image_helper.cc", |
| 2690 | "android/explore_sites/image_helper.h", |
Justin DeWitt | e02502b | 2018-09-11 17:51:09 | [diff] [blame] | 2691 | "android/explore_sites/import_catalog_task.cc", |
| 2692 | "android/explore_sites/import_catalog_task.h", |
Cathy Li | 016987e | 2019-01-19 04:35:06 | [diff] [blame] | 2693 | "android/explore_sites/increment_shown_count_task.cc", |
| 2694 | "android/explore_sites/increment_shown_count_task.h", |
Cathy Li | 72d8743 | 2019-01-18 14:59:32 | [diff] [blame] | 2695 | "android/explore_sites/record_site_click_task.cc", |
| 2696 | "android/explore_sites/record_site_click_task.h", |
Cathy Li | 448d841f | 2018-06-20 00:14:33 | [diff] [blame] | 2697 | "android/explore_sites/url_util.cc", |
| 2698 | "android/explore_sites/url_util.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2699 | "android/favicon_helper.cc", |
| 2700 | "android/favicon_helper.h", |
Tommy Nyquist | c1d6dea1 | 2017-07-26 20:37:23 | [diff] [blame] | 2701 | "android/feature_engagement/tracker_factory_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2702 | "android/feedback/connectivity_checker.cc", |
Luca Hunkeler | 0a50031 | 2021-02-12 11:48:14 | [diff] [blame] | 2703 | "android/feedback/screenshot_mode.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2704 | "android/feedback/screenshot_task.cc", |
Aishwarya Rajesh | eafccfe | 2022-03-04 23:55:30 | [diff] [blame] | 2705 | "android/flags/bad_flags_snackbar_manager.cc", |
| 2706 | "android/flags/bad_flags_snackbar_manager.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2707 | "android/foreign_session_helper.cc", |
| 2708 | "android/foreign_session_helper.h", |
Liam Brady | df3510c | 2022-07-21 17:00:32 | [diff] [blame] | 2709 | "android/framebust_intervention/framebust_blocked_delegate_android.cc", |
| 2710 | "android/framebust_intervention/framebust_blocked_delegate_android.h", |
Henrique Nakashima | dbd953b | 2020-07-02 19:27:02 | [diff] [blame] | 2711 | "android/historical_tab_saver.cc", |
ckitagawa | bb90416d | 2022-03-16 15:53:56 | [diff] [blame] | 2712 | "android/historical_tab_saver.h", |
twellington | 87cc366 | 2016-12-06 18:15:05 | [diff] [blame] | 2713 | "android/history/browsing_history_bridge.cc", |
| 2714 | "android/history/browsing_history_bridge.h", |
Brandon Wylie | 8a64874 | 2019-05-16 22:14:38 | [diff] [blame] | 2715 | "android/history/history_deletion_bridge.cc", |
| 2716 | "android/history/history_deletion_bridge.h", |
| 2717 | "android/history/history_deletion_info.cc", |
| 2718 | "android/history/history_deletion_info.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2719 | "android/history_report/data_observer.cc", |
| 2720 | "android/history_report/data_observer.h", |
| 2721 | "android/history_report/data_provider.cc", |
| 2722 | "android/history_report/data_provider.h", |
| 2723 | "android/history_report/delta_file_backend_leveldb.cc", |
| 2724 | "android/history_report/delta_file_backend_leveldb.h", |
| 2725 | "android/history_report/delta_file_commons.cc", |
| 2726 | "android/history_report/delta_file_commons.h", |
| 2727 | "android/history_report/delta_file_service.cc", |
| 2728 | "android/history_report/delta_file_service.h", |
| 2729 | "android/history_report/get_all_urls_from_history_task.cc", |
| 2730 | "android/history_report/get_all_urls_from_history_task.h", |
| 2731 | "android/history_report/historic_visits_migration_task.cc", |
| 2732 | "android/history_report/historic_visits_migration_task.h", |
| 2733 | "android/history_report/history_report_jni_bridge.cc", |
| 2734 | "android/history_report/history_report_jni_bridge.h", |
| 2735 | "android/history_report/usage_report_util.cc", |
| 2736 | "android/history_report/usage_report_util.h", |
| 2737 | "android/history_report/usage_reports_buffer_backend.cc", |
| 2738 | "android/history_report/usage_reports_buffer_backend.h", |
| 2739 | "android/history_report/usage_reports_buffer_service.cc", |
| 2740 | "android/history_report/usage_reports_buffer_service.h", |
Mohamed Heikal | e8d9a06 | 2022-07-19 14:47:30 | [diff] [blame] | 2741 | "android/httpclient/http_client_bridge.cc", |
| 2742 | "android/httpclient/http_client_bridge.h", |
Jochen Eisinger | 7f3cb8e | 2020-07-14 12:48:27 | [diff] [blame] | 2743 | "android/intent_handler.cc", |
Ben Goldberger | 06c5dc3 | 2020-11-11 19:46:54 | [diff] [blame] | 2744 | "android/javascript/web_context_fetcher.cc", |
tedchoc | 2928c63 | 2017-05-11 18:31:28 | [diff] [blame] | 2745 | "android/locale/locale_manager.cc", |
| 2746 | "android/locale/locale_manager.h", |
Lei Tian | 0fc3031 | 2018-05-14 21:05:56 | [diff] [blame] | 2747 | "android/locale/locale_template_url_loader.cc", |
| 2748 | "android/locale/locale_template_url_loader.h", |
Patrick Noland | d053411a | 2019-09-07 14:30:29 | [diff] [blame] | 2749 | "android/media/media_capture_devices_dispatcher_android.cc", |
Pavel Yatsuk | 9947bf8 | 2021-08-17 21:48:34 | [diff] [blame] | 2750 | "android/messages_resource_mapper_initializer.cc", |
Ramin Halavati | 1b71f91 | 2021-04-15 14:47:12 | [diff] [blame] | 2751 | "android/metrics/android_session_durations_service.cc", |
| 2752 | "android/metrics/android_session_durations_service.h", |
| 2753 | "android/metrics/android_session_durations_service_factory.cc", |
| 2754 | "android/metrics/android_session_durations_service_factory.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2755 | "android/metrics/launch_metrics.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2756 | "android/metrics/uma_session_stats.cc", |
| 2757 | "android/metrics/uma_session_stats.h", |
| 2758 | "android/metrics/uma_utils.cc", |
| 2759 | "android/metrics/uma_utils.h", |
| 2760 | "android/metrics/variations_session.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2761 | "android/mojo/chrome_interface_registrar_android.cc", |
| 2762 | "android/mojo/chrome_interface_registrar_android.h", |
Ryan Sturm | d1d91d0 | 2020-01-24 22:37:48 | [diff] [blame] | 2763 | "android/navigation_predictor/navigation_predictor_bridge.cc", |
Michael Thiessen | 454d0c3 | 2019-04-08 13:58:54 | [diff] [blame] | 2764 | "android/net/nqe/network_quality_provider.cc", |
| 2765 | "android/net/nqe/network_quality_provider.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2766 | "android/ntp/most_visited_sites_bridge.cc", |
| 2767 | "android/ntp/most_visited_sites_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2768 | "android/ntp/new_tab_page_url_handler.cc", |
| 2769 | "android/ntp/new_tab_page_url_handler.h", |
mvanouwerkerk | c1751e0 | 2017-01-06 12:16:43 | [diff] [blame] | 2770 | "android/ntp/recent_tabs_page_prefs.cc", |
| 2771 | "android/ntp/recent_tabs_page_prefs.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2772 | "android/omnibox/autocomplete_controller_android.cc", |
| 2773 | "android/omnibox/autocomplete_controller_android.h", |
Ryan Sturm | 6c2905d | 2020-12-17 00:23:09 | [diff] [blame] | 2774 | "android/omnibox/geolocation_header.cc", |
| 2775 | "android/omnibox/geolocation_header.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2776 | "android/omnibox/omnibox_prerender.cc", |
| 2777 | "android/omnibox/omnibox_prerender.h", |
Kenichi Ishibashi | 0f336d00 | 2017-10-26 02:39:11 | [diff] [blame] | 2778 | "android/oom_intervention/near_oom_monitor.cc", |
| 2779 | "android/oom_intervention/near_oom_monitor.h", |
Aishwarya Rajesh | 79cc12d | 2021-09-16 05:38:42 | [diff] [blame] | 2780 | "android/oom_intervention/near_oom_reduction_message_delegate.cc", |
| 2781 | "android/oom_intervention/near_oom_reduction_message_delegate.h", |
Siddhartha | eec125f | 2018-05-30 19:59:28 | [diff] [blame] | 2782 | "android/oom_intervention/oom_intervention_config.cc", |
| 2783 | "android/oom_intervention/oom_intervention_config.h", |
Kenichi Ishibashi | 35ac713 | 2017-12-08 03:44:30 | [diff] [blame] | 2784 | "android/oom_intervention/oom_intervention_decider.cc", |
| 2785 | "android/oom_intervention/oom_intervention_decider.h", |
Kenichi Ishibashi | 60fc349f | 2017-10-31 23:41:19 | [diff] [blame] | 2786 | "android/oom_intervention/oom_intervention_tab_helper.cc", |
| 2787 | "android/oom_intervention/oom_intervention_tab_helper.h", |
estevenson | cb80fc5 | 2017-03-28 16:50:57 | [diff] [blame] | 2788 | "android/partner_browser_customizations.cc", |
| 2789 | "android/partner_browser_customizations.h", |
Andy Paicu | bf20a77 | 2019-12-04 17:08:56 | [diff] [blame] | 2790 | "android/permissions/permission_settings_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2791 | "android/policy/policy_auditor.cc", |
Peilin Wang | 530c14a0 | 2022-09-02 17:37:13 | [diff] [blame] | 2792 | "android/policy/policy_auditor_bridge.cc", |
| 2793 | "android/policy/policy_auditor_bridge.h", |
Natalie Chouinard | 49cf0980 | 2019-11-06 18:53:23 | [diff] [blame] | 2794 | "android/preferences/about_settings_bridge.cc", |
Kyle Zhou | df99e1f | 2022-02-16 19:58:33 | [diff] [blame] | 2795 | "android/preferences/autofill/autofill_payment_methods_delegate.cc", |
| 2796 | "android/preferences/autofill/autofill_payment_methods_delegate.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2797 | "android/preferences/autofill/autofill_profile_bridge.cc", |
Natalie Chouinard | 1b63648 | 2019-12-05 01:18:17 | [diff] [blame] | 2798 | "android/preferences/autofill/autofill_profile_bridge.h", |
mlliu | ee3a405c | 2016-10-28 22:34:52 | [diff] [blame] | 2799 | "android/preferences/browser_prefs_android.cc", |
| 2800 | "android/preferences/browser_prefs_android.h", |
Mark Pearson | ee17df91 | 2017-04-27 21:51:04 | [diff] [blame] | 2801 | "android/preferences/clipboard_android.cc", |
| 2802 | "android/preferences/clipboard_android.h", |
Ehimare Okoyomon | 69926c8 | 2020-02-06 00:55:16 | [diff] [blame] | 2803 | "android/preferences/cookie_controls_service_bridge.cc", |
| 2804 | "android/preferences/cookie_controls_service_bridge.h", |
Becky Zhou | d423491 | 2017-10-20 19:46:26 | [diff] [blame] | 2805 | "android/preferences/pref_change_registrar_android.cc", |
| 2806 | "android/preferences/pref_change_registrar_android.h", |
Andrey Zaytsev | 34b637c | 2020-11-18 19:17:12 | [diff] [blame] | 2807 | "android/preferences/privacy_preferences_manager_impl.cc", |
Jan Keitel | 0b54911 | 2022-09-16 06:39:08 | [diff] [blame] | 2808 | "android/preferences/shared_preferences_migrator_android.cc", |
| 2809 | "android/preferences/shared_preferences_migrator_android.h", |
Xi Han | 9fd4400 | 2019-04-30 17:39:36 | [diff] [blame] | 2810 | "android/profile_key_startup_accessor.cc", |
| 2811 | "android/profile_key_startup_accessor.h", |
Mohamed Heikal | 0b20ea11 | 2019-05-16 18:38:15 | [diff] [blame] | 2812 | "android/profile_key_util.cc", |
| 2813 | "android/profile_key_util.h", |
Xing Liu | 56a8c5c8 | 2020-12-09 03:38:26 | [diff] [blame] | 2814 | "android/reading_list/reading_list_bridge.cc", |
| 2815 | "android/reading_list/reading_list_bridge.h", |
Xing Liu | 8e0e15b | 2020-09-20 00:11:57 | [diff] [blame] | 2816 | "android/reading_list/reading_list_manager_factory.cc", |
| 2817 | "android/reading_list/reading_list_manager_factory.h", |
Xing Liu | 1bc29a4d | 2020-11-19 22:56:33 | [diff] [blame] | 2818 | "android/reading_list/reading_list_notification_service_factory.cc", |
| 2819 | "android/reading_list/reading_list_notification_service_factory.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2820 | "android/recently_closed_tabs_bridge.cc", |
| 2821 | "android/recently_closed_tabs_bridge.h", |
Brandon Wylie | a20e67ae | 2022-07-26 22:01:20 | [diff] [blame] | 2822 | "android/renderer_host/chrome_navigation_ui_data_android.cc", |
Jinsuk Kim | fe32dfb3 | 2019-10-17 23:25:52 | [diff] [blame] | 2823 | "android/reparenting_task.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2824 | "android/resource_id.h", |
| 2825 | "android/resource_mapper.cc", |
| 2826 | "android/resource_mapper.h", |
| 2827 | "android/rlz/revenue_stats.cc", |
yusufo | cac912f1 | 2017-05-09 16:09:51 | [diff] [blame] | 2828 | "android/rlz/rlz_ping_handler.cc", |
| 2829 | "android/rlz/rlz_ping_handler.h", |
Raymes Khoury | 01251b3 | 2017-11-06 22:31:27 | [diff] [blame] | 2830 | "android/search_permissions/search_permissions_service.cc", |
| 2831 | "android/search_permissions/search_permissions_service.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2832 | "android/seccomp_support_detector.cc", |
| 2833 | "android/seccomp_support_detector.h", |
Tanya Gupta | ae1c28dc | 2019-03-08 20:08:28 | [diff] [blame] | 2834 | "android/send_tab_to_self/android_notification_handler.cc", |
| 2835 | "android/send_tab_to_self/android_notification_handler.h", |
Victor Hugo Vianna Silva | 511d2e6 | 2021-05-05 12:00:14 | [diff] [blame] | 2836 | "android/send_tab_to_self/metrics_recorder.cc", |
Tanya Gupta | f66cd5d | 2019-02-22 01:22:56 | [diff] [blame] | 2837 | "android/send_tab_to_self/send_tab_to_self_android_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2838 | "android/service_tab_launcher.cc", |
| 2839 | "android/service_tab_launcher.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2840 | "android/shortcut_helper.cc", |
| 2841 | "android/shortcut_helper.h", |
Tanmoy Mollik | 1d37fa9c | 2021-08-18 10:53:31 | [diff] [blame] | 2842 | "android/signin/fre_mobile_identity_consistency_field_trial.cc", |
| 2843 | "android/signin/fre_mobile_identity_consistency_field_trial.h", |
Alice Wang | 2c7ad74 | 2021-01-15 14:19:24 | [diff] [blame] | 2844 | "android/signin/signin_bridge.cc", |
| 2845 | "android/signin/signin_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2846 | "android/signin/signin_manager_android.cc", |
| 2847 | "android/signin/signin_manager_android.h", |
Alice Wang | 309a638 | 2020-12-11 15:25:31 | [diff] [blame] | 2848 | "android/signin/signin_metrics_utils.cc", |
Boris Sazonov | 484447e | 2018-08-09 21:28:40 | [diff] [blame] | 2849 | "android/signin/unified_consent_service_bridge.cc", |
Boris Sazonov | 56bdd6c | 2020-08-04 19:23:09 | [diff] [blame] | 2850 | "android/signin/web_signin_bridge.cc", |
| 2851 | "android/signin/web_signin_bridge.h", |
Mohamed Heikal | a4b8fc3 | 2019-04-23 02:24:32 | [diff] [blame] | 2852 | "android/startup_bridge.cc", |
| 2853 | "android/startup_bridge.h", |
Wenyu Fu | 4bdbc3c | 2021-05-11 19:25:00 | [diff] [blame] | 2854 | "android/survey/http_client_type.cc", |
Xing Liu | d36be1f | 2021-03-22 23:46:17 | [diff] [blame] | 2855 | "android/survey/http_client_type.h", |
Wenyu Fu | 929d167c4 | 2021-02-17 01:54:44 | [diff] [blame] | 2856 | "android/survey/survey_http_client.cc", |
| 2857 | "android/survey/survey_http_client.h", |
| 2858 | "android/survey/survey_http_client_bridge.cc", |
| 2859 | "android/survey/survey_http_client_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2860 | "android/tab_android.cc", |
| 2861 | "android/tab_android.h", |
Gang Wu | 4f474f7 | 2020-10-16 22:27:13 | [diff] [blame] | 2862 | "android/tab_android_user_data.h", |
Ted Choc | 1d47eec | 2019-11-26 17:00:11 | [diff] [blame] | 2863 | "android/tab_browser_controls_constraints_helper.cc", |
| 2864 | "android/tab_browser_controls_constraints_helper.h", |
Jinsuk Kim | e1735d5c | 2019-03-06 03:42:10 | [diff] [blame] | 2865 | "android/tab_favicon.cc", |
| 2866 | "android/tab_favicon.h", |
Jinsuk Kim | fc9e3e8 | 2019-02-13 06:50:23 | [diff] [blame] | 2867 | "android/tab_printer.cc", |
| 2868 | "android/tab_printer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2869 | "android/tab_web_contents_delegate_android.cc", |
| 2870 | "android/tab_web_contents_delegate_android.h", |
Shakti Sahu | b9f0b50 | 2020-08-18 22:21:10 | [diff] [blame] | 2871 | "android/thin_webview/chrome_thin_webview_initializer.cc", |
| 2872 | "android/thin_webview/chrome_thin_webview_initializer.h", |
Bernhard Bauer | 830124e2 | 2018-03-27 18:50:38 | [diff] [blame] | 2873 | "android/trusted_cdn.cc", |
| 2874 | "android/trusted_cdn.h", |
Richard Knoll | 911bf51 | 2019-06-05 19:12:00 | [diff] [blame] | 2875 | "android/usage_stats/notification_suspender.cc", |
Patrick Noland | 87d9f84 | 2019-01-16 03:52:02 | [diff] [blame] | 2876 | "android/usage_stats/usage_stats_bridge.cc", |
| 2877 | "android/usage_stats/usage_stats_bridge.h", |
| 2878 | "android/usage_stats/usage_stats_database.cc", |
| 2879 | "android/usage_stats/usage_stats_database.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2880 | "android/warmup_manager.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2881 | "android/web_contents_factory.cc", |
ckitagawa | 1fa69c0 | 2019-07-24 19:20:44 | [diff] [blame] | 2882 | "android/webapk/webapk_handler_delegate.cc", |
| 2883 | "android/webapk/webapk_handler_delegate.h", |
gonzalon | 87192d77 | 2017-02-07 22:31:10 | [diff] [blame] | 2884 | "android/webapk/webapk_info.cc", |
| 2885 | "android/webapk/webapk_info.h", |
Susanne Westphal | 1156ecb | 2022-04-11 16:03:26 | [diff] [blame] | 2886 | "android/webapk/webapk_install_coordinator_bridge.cc", |
| 2887 | "android/webapk/webapk_install_coordinator_bridge.h", |
hanxi | 070d10a | 2017-01-09 15:56:50 | [diff] [blame] | 2888 | "android/webapk/webapk_install_service.cc", |
| 2889 | "android/webapk/webapk_install_service.h", |
| 2890 | "android/webapk/webapk_install_service_factory.cc", |
| 2891 | "android/webapk/webapk_install_service_factory.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2892 | "android/webapk/webapk_installer.cc", |
| 2893 | "android/webapk/webapk_installer.h", |
hanxi | 2f4bcfd | 2016-09-22 19:53:42 | [diff] [blame] | 2894 | "android/webapk/webapk_metrics.cc", |
| 2895 | "android/webapk/webapk_metrics.h", |
Ethan Xu | c4740ea | 2018-11-28 21:31:20 | [diff] [blame] | 2896 | "android/webapk/webapk_post_share_target_navigator.cc", |
| 2897 | "android/webapk/webapk_post_share_target_navigator.h", |
Peter Kotwicz | 92773f1e | 2019-09-17 19:47:45 | [diff] [blame] | 2898 | "android/webapk/webapk_ukm_recorder.cc", |
| 2899 | "android/webapk/webapk_ukm_recorder.h", |
pkotwicz | b1e143c | 2016-12-09 20:52:46 | [diff] [blame] | 2900 | "android/webapk/webapk_update_data_fetcher.cc", |
| 2901 | "android/webapk/webapk_update_data_fetcher.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2902 | "android/webapk/webapk_update_manager.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2903 | "android/webapps/webapp_registry.cc", |
| 2904 | "android/webapps/webapp_registry.h", |
Evan Stade | 7f46275 | 2021-02-02 06:01:52 | [diff] [blame] | 2905 | "banners/android/chrome_app_banner_manager_android.cc", |
| 2906 | "banners/android/chrome_app_banner_manager_android.h", |
François Beaufort | c38276a | 2022-04-29 07:34:31 | [diff] [blame] | 2907 | "bluetooth/android/bluetooth_bridge.cc", |
bttk | 46f2ece73 | 2022-06-07 19:41:57 | [diff] [blame] | 2908 | "bookmarks/android/bookmark_bridge.cc", |
| 2909 | "bookmarks/android/bookmark_bridge.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 2910 | "browser_process_platform_part_android.cc", |
| 2911 | "browser_process_platform_part_android.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 2912 | "chrome_browser_main_android.cc", |
| 2913 | "chrome_browser_main_android.h", |
Matt Jones | c69516e | 2022-11-04 14:48:30 | [diff] [blame] | 2914 | "commerce/android/price_tracking_utils_android.cc", |
Matt Jones | 8cd0a4e | 2022-04-12 15:25:33 | [diff] [blame] | 2915 | "commerce/android/shopping_service_factory_android.cc", |
Ayman Almadhoun | b902377 | 2021-04-21 01:08:22 | [diff] [blame] | 2916 | "commerce/merchant_viewer/web_contents_helper.cc", |
Xing Liu | 0f1459f | 2021-10-13 21:13:36 | [diff] [blame] | 2917 | "commerce/price_tracking/android/price_tracking_notification_bridge.cc", |
| 2918 | "commerce/price_tracking/android/price_tracking_notification_bridge.h", |
Travis Skare | 92e2f81 | 2022-04-28 13:15:26 | [diff] [blame] | 2919 | "component_updater/crow_domain_list_component_installer.cc", |
| 2920 | "component_updater/crow_domain_list_component_installer.h", |
Jeffrey Cohen | 2e5d7b3 | 2021-06-25 19:52:58 | [diff] [blame] | 2921 | "component_updater/desktop_sharing_hub_component_remover.cc", |
| 2922 | "component_updater/desktop_sharing_hub_component_remover.h", |
Sebastien | 0ad7091 | 2021-05-04 17:39:11 | [diff] [blame] | 2923 | "content_creation/notes/internal/android/note_service_bridge_factory.cc", |
SebSG | e6b5350 | 2021-06-16 22:59:52 | [diff] [blame] | 2924 | "content_creation/notes/internal/note_service_factory.cc", |
| 2925 | "content_creation/notes/internal/note_service_factory.h", |
Shu Yang | 5756fa42 | 2021-11-05 23:02:54 | [diff] [blame] | 2926 | "content_settings/request_desktop_site_web_contents_observer_android.cc", |
| 2927 | "content_settings/request_desktop_site_web_contents_observer_android.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 2928 | "crash_upload_list/crash_upload_list_android.cc", |
| 2929 | "crash_upload_list/crash_upload_list_android.h", |
Kristi Park | da0d4a0 | 2022-10-21 20:30:50 | [diff] [blame] | 2930 | "creator/android/creator_api_bridge.cc", |
Rohit Agarwal | 58a20b1 | 2021-08-02 16:04:03 | [diff] [blame] | 2931 | "device_reauth/android/biometric_authenticator_android.cc", |
| 2932 | "device_reauth/android/biometric_authenticator_android.h", |
| 2933 | "device_reauth/android/biometric_authenticator_bridge.h", |
| 2934 | "device_reauth/android/biometric_authenticator_bridge_impl.cc", |
| 2935 | "device_reauth/android/biometric_authenticator_bridge_impl.h", |
Milica Selakovic | c8166b3 | 2021-09-08 11:51:18 | [diff] [blame] | 2936 | "device_reauth/android/reauthenticator_bridge.cc", |
| 2937 | "device_reauth/android/reauthenticator_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2938 | "dom_distiller/dom_distiller_service_factory_android.cc", |
| 2939 | "dom_distiller/dom_distiller_service_factory_android.h", |
| 2940 | "dom_distiller/tab_utils_android.cc", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 2941 | "download/android/available_offline_content_provider.cc", |
| 2942 | "download/android/available_offline_content_provider.h", |
| 2943 | "download/android/chrome_duplicate_download_infobar_delegate.cc", |
| 2944 | "download/android/chrome_duplicate_download_infobar_delegate.h", |
Min Qin | 28d0794 | 2021-08-05 01:10:14 | [diff] [blame] | 2945 | "download/android/dangerous_download_dialog_bridge.cc", |
| 2946 | "download/android/dangerous_download_dialog_bridge.h", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 2947 | "download/android/dangerous_download_infobar_delegate.cc", |
| 2948 | "download/android/dangerous_download_infobar_delegate.h", |
Min Qin | b48b6bd | 2021-12-04 03:12:32 | [diff] [blame] | 2949 | "download/android/download_callback_validator.cc", |
| 2950 | "download/android/download_callback_validator.h", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 2951 | "download/android/download_controller.cc", |
| 2952 | "download/android/download_controller.h", |
| 2953 | "download/android/download_controller_base.cc", |
| 2954 | "download/android/download_controller_base.h", |
Xing Liu | 64fab36 | 2020-06-05 00:50:03 | [diff] [blame] | 2955 | "download/android/download_dialog_bridge.cc", |
Xing Liu | db26f31 | 2020-06-03 05:45:05 | [diff] [blame] | 2956 | "download/android/download_dialog_bridge.h", |
Min Qin | 42484d7 | 2021-08-27 14:52:05 | [diff] [blame] | 2957 | "download/android/download_dialog_utils.cc", |
| 2958 | "download/android/download_dialog_utils.h", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 2959 | "download/android/download_manager_bridge.cc", |
| 2960 | "download/android/download_manager_bridge.h", |
| 2961 | "download/android/download_manager_service.cc", |
| 2962 | "download/android/download_manager_service.h", |
Nicola Tommasi | 06d53bc | 2022-06-20 08:34:55 | [diff] [blame] | 2963 | "download/android/download_message_bridge.cc", |
| 2964 | "download/android/download_message_bridge.h", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 2965 | "download/android/download_open_source.h", |
| 2966 | "download/android/download_startup_utils.cc", |
| 2967 | "download/android/download_startup_utils.h", |
| 2968 | "download/android/download_utils.cc", |
| 2969 | "download/android/download_utils.h", |
Min Qin | 42484d7 | 2021-08-27 14:52:05 | [diff] [blame] | 2970 | "download/android/duplicate_download_dialog_bridge.cc", |
| 2971 | "download/android/duplicate_download_dialog_bridge.h", |
| 2972 | "download/android/duplicate_download_dialog_bridge_delegate.cc", |
| 2973 | "download/android/duplicate_download_dialog_bridge_delegate.h", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 2974 | "download/android/duplicate_download_infobar_delegate.cc", |
| 2975 | "download/android/duplicate_download_infobar_delegate.h", |
Joe DeBlasio | 70f924e | 2022-12-12 22:10:21 | [diff] [blame] | 2976 | "download/android/insecure_download_dialog_bridge.cc", |
| 2977 | "download/android/insecure_download_dialog_bridge.h", |
| 2978 | "download/android/insecure_download_infobar_delegate.cc", |
| 2979 | "download/android/insecure_download_infobar_delegate.h", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 2980 | "download/android/intercept_oma_download_navigation_throttle.cc", |
| 2981 | "download/android/intercept_oma_download_navigation_throttle.h", |
| 2982 | "download/android/items/offline_content_aggregator_factory_android.cc", |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 2983 | "download/android/service/download_background_task.cc", |
| 2984 | "download/android/service/download_task_scheduler.cc", |
| 2985 | "download/android/service/download_task_scheduler.h", |
David Trainor | d6c6cc16 | 2020-04-22 23:04:18 | [diff] [blame] | 2986 | "download/android/string_utils.cc", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 2987 | "download/download_crx_util_android.cc", |
David Maunder | c445500 | 2022-06-03 20:27:47 | [diff] [blame] | 2988 | "endpoint_fetcher/endpoint_fetcher_android.cc", |
Og Astorga | 7504f92c | 2021-08-21 04:10:20 | [diff] [blame] | 2989 | "enterprise/reporting/browser_report_generator_android.cc", |
| 2990 | "enterprise/reporting/browser_report_generator_android.h", |
Og Astorga | d94127a | 2021-08-20 23:15:37 | [diff] [blame] | 2991 | "enterprise/reporting/profile_report_generator_android.cc", |
| 2992 | "enterprise/reporting/profile_report_generator_android.h", |
Og Astorga | 3089fd8 | 2021-09-21 00:02:37 | [diff] [blame] | 2993 | "enterprise/reporting/report_scheduler_android.cc", |
| 2994 | "enterprise/reporting/report_scheduler_android.h", |
Og Astorga | 8d8e2ce | 2021-07-16 23:25:33 | [diff] [blame] | 2995 | "enterprise/reporting/reporting_delegate_factory_android.cc", |
| 2996 | "enterprise/reporting/reporting_delegate_factory_android.h", |
Steven Bingler | 948b655 | 2020-06-26 15:28:44 | [diff] [blame] | 2997 | "enterprise/util/android_enterprise_info.cc", |
| 2998 | "enterprise/util/android_enterprise_info.h", |
Jan Keitel | 3f4d43a | 2022-08-11 08:04:13 | [diff] [blame] | 2999 | "fast_checkout/fast_checkout_capabilities_fetcher.h", |
Jan Keitel | f5047515 | 2022-08-16 07:46:49 | [diff] [blame] | 3000 | "fast_checkout/fast_checkout_capabilities_fetcher_factory.cc", |
| 3001 | "fast_checkout/fast_checkout_capabilities_fetcher_factory.h", |
Jan Keitel | 3f4d43a | 2022-08-11 08:04:13 | [diff] [blame] | 3002 | "fast_checkout/fast_checkout_capabilities_fetcher_impl.cc", |
| 3003 | "fast_checkout/fast_checkout_capabilities_fetcher_impl.h", |
Wolfgang Billenstein | 0a1098a8 | 2022-06-23 08:53:42 | [diff] [blame] | 3004 | "fast_checkout/fast_checkout_client.cc", |
| 3005 | "fast_checkout/fast_checkout_client.h", |
| 3006 | "fast_checkout/fast_checkout_client_impl.cc", |
| 3007 | "fast_checkout/fast_checkout_client_impl.h", |
Jan Keitel | b16cbb7 | 2022-09-14 10:46:13 | [diff] [blame] | 3008 | "fast_checkout/fast_checkout_tab_helper.cc", |
| 3009 | "fast_checkout/fast_checkout_tab_helper.h", |
Shakti Sahu | bfa6585 | 2021-12-09 18:33:31 | [diff] [blame] | 3010 | "feature_guide/notifications/android/feature_notification_guide_bridge.cc", |
| 3011 | "feature_guide/notifications/android/feature_notification_guide_bridge.h", |
| 3012 | "feature_guide/notifications/android/feature_notification_guide_service_factory_android.cc", |
Dan Harrington | ef8ddd5 | 2021-10-07 15:46:18 | [diff] [blame] | 3013 | "feed/android/background_refresh_task.cc", |
| 3014 | "feed/android/background_refresh_task.h", |
| 3015 | "feed/android/feed_image_fetch_client.cc", |
| 3016 | "feed/android/feed_persistent_key_value_cache.cc", |
| 3017 | "feed/android/feed_process_scope_dependency_provider.cc", |
| 3018 | "feed/android/feed_reliability_logging_bridge.cc", |
| 3019 | "feed/android/feed_reliability_logging_bridge.h", |
| 3020 | "feed/android/feed_service_bridge.cc", |
| 3021 | "feed/android/feed_service_bridge.h", |
Dan Harrington | ef8ddd5 | 2021-10-07 15:46:18 | [diff] [blame] | 3022 | "feed/android/feed_stream.cc", |
| 3023 | "feed/android/feed_stream.h", |
Dan Harrington | 85d248a | 2022-01-12 19:09:22 | [diff] [blame] | 3024 | "feed/android/jni_translation.cc", |
| 3025 | "feed/android/jni_translation.h", |
Dan Harrington | ef8ddd5 | 2021-10-07 15:46:18 | [diff] [blame] | 3026 | "feed/android/refresh_task_scheduler_impl.cc", |
| 3027 | "feed/android/refresh_task_scheduler_impl.h", |
Dan Harrington | ef8ddd5 | 2021-10-07 15:46:18 | [diff] [blame] | 3028 | "feed/android/web_feed_bridge.cc", |
Nohemi Fernandez | 47122ebc | 2022-06-22 16:48:52 | [diff] [blame] | 3029 | "feedback/android/family_info_feedback_source.cc", |
| 3030 | "feedback/android/family_info_feedback_source.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 3031 | "file_select_helper_contacts_android.cc", |
| 3032 | "file_select_helper_contacts_android.h", |
Sky Malice | d8eb430 | 2020-08-03 05:46:44 | [diff] [blame] | 3033 | "first_run/android/first_run_prefs.cc", |
| 3034 | "first_run/android/first_run_prefs.h", |
Natalie Chouinard | 990b1ae | 2019-11-18 19:15:08 | [diff] [blame] | 3035 | "first_run/android/first_run_utils.cc", |
Henrique Nakashima | 476b0b5 | 2020-01-24 22:28:03 | [diff] [blame] | 3036 | "flags/android/chrome_feature_list.cc", |
| 3037 | "flags/android/chrome_feature_list.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 3038 | "geolocation/geolocation_permission_context_delegate_android.cc", |
| 3039 | "geolocation/geolocation_permission_context_delegate_android.h", |
Patrick Noland | ba99e8a | 2022-03-04 23:12:39 | [diff] [blame] | 3040 | "history_clusters/history_clusters_bridge.cc", |
| 3041 | "history_clusters/history_clusters_bridge.h", |
Tomasz Wiszkowski | 40eab8a | 2021-04-13 23:48:00 | [diff] [blame] | 3042 | "history_clusters/history_clusters_tab_helper_android.cc", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 3043 | "icon_loader_android.cc", |
Henrique Nakashima | b1a3cc84 | 2021-08-18 19:47:19 | [diff] [blame] | 3044 | "incognito/android/incognito_utils_android.cc", |
Peter E Conn | 98146c1a | 2019-04-04 14:19:00 | [diff] [blame] | 3045 | "installable/installed_webapp_bridge.cc", |
| 3046 | "installable/installed_webapp_bridge.h", |
Ella Ge | 3e375b70 | 2020-06-05 15:57:16 | [diff] [blame] | 3047 | "installable/installed_webapp_geolocation_bridge.cc", |
| 3048 | "installable/installed_webapp_geolocation_bridge.h", |
| 3049 | "installable/installed_webapp_geolocation_context.cc", |
| 3050 | "installable/installed_webapp_geolocation_context.h", |
Peter E Conn | 98146c1a | 2019-04-04 14:19:00 | [diff] [blame] | 3051 | "installable/installed_webapp_provider.cc", |
| 3052 | "installable/installed_webapp_provider.h", |
Ella Ge | 9929cab | 2020-11-12 08:59:43 | [diff] [blame] | 3053 | "installable/quality_enforcer.cc", |
Trevor Perrier | cf57677 | 2022-04-22 22:23:52 | [diff] [blame] | 3054 | "language/android/language_bridge.cc", |
| 3055 | "language/android/language_bridge.h", |
Yu Su | 4d45986 | 2021-04-15 04:19:54 | [diff] [blame] | 3056 | "lens/android/lens_policy_utils.cc", |
| 3057 | "lens/android/lens_prefs.cc", |
| 3058 | "lens/android/lens_prefs.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3059 | "lifetime/application_lifetime_android.cc", |
| 3060 | "lifetime/application_lifetime_android.h", |
Tanya Gupta | 1d37bca | 2020-12-08 22:57:31 | [diff] [blame] | 3061 | "long_screenshots/long_screenshots_tab_service_factory.cc", |
| 3062 | "long_screenshots/long_screenshots_tab_service_factory.h", |
John Rummell | 4703af6 | 2019-02-15 02:31:00 | [diff] [blame] | 3063 | "media/android/cdm/media_drm_origin_id_manager.cc", |
| 3064 | "media/android/cdm/media_drm_origin_id_manager.h", |
| 3065 | "media/android/cdm/media_drm_origin_id_manager_factory.cc", |
| 3066 | "media/android/cdm/media_drm_origin_id_manager_factory.h", |
xhwang | 116acb9 | 2017-04-03 18:27:20 | [diff] [blame] | 3067 | "media/android/cdm/media_drm_storage_factory.cc", |
| 3068 | "media/android/cdm/media_drm_storage_factory.h", |
Xiaohan Wang | b125c04 | 2019-01-18 17:27:54 | [diff] [blame] | 3069 | "media/android/cdm/per_device_provisioning_permission.cc", |
| 3070 | "media/android/cdm/per_device_provisioning_permission.h", |
Evan Stade | 80ca3d20 | 2020-09-03 04:41:55 | [diff] [blame] | 3071 | "media/android/router/chrome_media_router_client.cc", |
| 3072 | "media/android/router/chrome_media_router_client.h", |
Alexander Cooper | 63f644f0 | 2022-04-01 18:06:57 | [diff] [blame] | 3073 | "media/webrtc/screen_capture_permission_handler_android.cc", |
| 3074 | "media/webrtc/screen_capture_permission_handler_android.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 3075 | "memory_details_android.cc", |
Nate Fischer | 5021efbf | 2019-10-18 01:47:05 | [diff] [blame] | 3076 | "metrics/chrome_android_metrics_provider.cc", |
| 3077 | "metrics/chrome_android_metrics_provider.h", |
Nohemi Fernandez | a6bda568 | 2022-07-28 12:23:12 | [diff] [blame] | 3078 | "metrics/family_link_user_metrics_provider.cc", |
| 3079 | "metrics/family_link_user_metrics_provider.h", |
Evan Stade | 7bf6d36 | 2019-07-24 17:39:36 | [diff] [blame] | 3080 | "metrics/incognito_observer_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3081 | "metrics/page_load_metrics_provider.cc", |
| 3082 | "metrics/page_load_metrics_provider.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 3083 | "notifications/notification_platform_bridge_android.cc", |
| 3084 | "notifications/notification_platform_bridge_android.h", |
Richard Knoll | 7cdaa943 | 2019-04-02 14:27:53 | [diff] [blame] | 3085 | "notifications/notification_trigger_scheduler_android.cc", |
| 3086 | "notifications/notification_trigger_scheduler_android.h", |
Xing Liu | 9210f60 | 2019-06-21 00:11:12 | [diff] [blame] | 3087 | "notifications/scheduler/display_agent_android.cc", |
| 3088 | "notifications/scheduler/display_agent_android.h", |
Xing Liu | 548e30f | 2019-05-24 17:16:08 | [diff] [blame] | 3089 | "notifications/scheduler/notification_background_task_scheduler_android.cc", |
| 3090 | "notifications/scheduler/notification_background_task_scheduler_android.h", |
Sophie Chang | f59ec65 | 2020-03-10 06:27:02 | [diff] [blame] | 3091 | "optimization_guide/android/optimization_guide_bridge.cc", |
| 3092 | "optimization_guide/android/optimization_guide_bridge.h", |
Sophie Chang | 5ea64951 | 2021-03-17 18:13:59 | [diff] [blame] | 3093 | "optimization_guide/android/optimization_guide_tab_url_provider_android.cc", |
| 3094 | "optimization_guide/android/optimization_guide_tab_url_provider_android.h", |
Christian Dullweber | 47467ce2 | 2021-10-13 17:28:17 | [diff] [blame] | 3095 | "page_info/about_this_site_controller_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3096 | "page_load_metrics/observers/android_page_load_metrics_observer.cc", |
| 3097 | "page_load_metrics/observers/android_page_load_metrics_observer.h", |
Ioana Pandele | 9ae2c8e1 | 2020-08-04 10:15:25 | [diff] [blame] | 3098 | "password_check/android/password_check_bridge.cc", |
| 3099 | "password_check/android/password_check_bridge.h", |
Ioana Pandele | 0924829 | 2020-08-06 11:03:25 | [diff] [blame] | 3100 | "password_check/android/password_check_manager.cc", |
| 3101 | "password_check/android/password_check_manager.h", |
Victor Hugo Vianna Silva | 73f724e | 2020-04-22 11:46:55 | [diff] [blame] | 3102 | "password_manager/android/account_chooser_dialog_android.cc", |
| 3103 | "password_manager/android/account_chooser_dialog_android.h", |
Reda Tawfik | f57f0f8 | 2020-08-05 14:55:19 | [diff] [blame] | 3104 | "password_manager/android/all_passwords_bottom_sheet_controller.cc", |
| 3105 | "password_manager/android/all_passwords_bottom_sheet_controller.h", |
Friedrich Horschig | 12cb39d | 2020-11-09 21:21:33 | [diff] [blame] | 3106 | "password_manager/android/all_passwords_bottom_sheet_helper.cc", |
| 3107 | "password_manager/android/all_passwords_bottom_sheet_helper.h", |
Victor Hugo Vianna Silva | 73f724e | 2020-04-22 11:46:55 | [diff] [blame] | 3108 | "password_manager/android/auto_signin_first_run_dialog_android.cc", |
| 3109 | "password_manager/android/auto_signin_first_run_dialog_android.h", |
| 3110 | "password_manager/android/auto_signin_prompt_controller.cc", |
| 3111 | "password_manager/android/auto_signin_prompt_controller.h", |
| 3112 | "password_manager/android/credential_android.cc", |
| 3113 | "password_manager/android/credential_android.h", |
| 3114 | "password_manager/android/credential_leak_controller_android.cc", |
| 3115 | "password_manager/android/credential_leak_controller_android.h", |
Lijin Shen | ae2645e | 2021-04-19 19:19:42 | [diff] [blame] | 3116 | "password_manager/android/generated_password_saved_message_delegate.cc", |
| 3117 | "password_manager/android/generated_password_saved_message_delegate.h", |
Victor Hugo Vianna Silva | 73f724e | 2020-04-22 11:46:55 | [diff] [blame] | 3118 | "password_manager/android/password_accessory_controller.h", |
| 3119 | "password_manager/android/password_accessory_controller_impl.cc", |
| 3120 | "password_manager/android/password_accessory_controller_impl.h", |
| 3121 | "password_manager/android/password_accessory_metrics_util.h", |
Jan Keitel | 29849bcc | 2022-05-13 08:53:53 | [diff] [blame] | 3122 | "password_manager/android/password_change_success_tracker_bridge.cc", |
Eleonora Rocchi | 0276c4c | 2020-08-20 13:56:29 | [diff] [blame] | 3123 | "password_manager/android/password_checkup_launcher_helper.cc", |
| 3124 | "password_manager/android/password_checkup_launcher_helper.h", |
Victor Hugo Vianna Silva | 73f724e | 2020-04-22 11:46:55 | [diff] [blame] | 3125 | "password_manager/android/password_generation_controller.h", |
| 3126 | "password_manager/android/password_generation_controller_impl.cc", |
| 3127 | "password_manager/android/password_generation_controller_impl.h", |
| 3128 | "password_manager/android/password_generation_dialog_view_interface.h", |
Anne Lim | 6a923c8 | 2020-11-25 00:38:18 | [diff] [blame] | 3129 | "password_manager/android/password_infobar_utils.cc", |
| 3130 | "password_manager/android/password_infobar_utils.h", |
Ivana Žužić | 2d69afe7 | 2022-08-26 16:33:47 | [diff] [blame] | 3131 | "password_manager/android/password_manager_error_message_delegate.cc", |
| 3132 | "password_manager/android/password_manager_error_message_delegate.h", |
Ioana Pandele | c59ec92 | 2022-09-20 15:26:23 | [diff] [blame] | 3133 | "password_manager/android/password_manager_error_message_helper_bridge.h", |
| 3134 | "password_manager/android/password_manager_error_message_helper_bridge_impl.cc", |
| 3135 | "password_manager/android/password_manager_error_message_helper_bridge_impl.h", |
Victor Hugo Vianna Silva | 73f724e | 2020-04-22 11:46:55 | [diff] [blame] | 3136 | "password_manager/android/password_manager_launcher_android.cc", |
| 3137 | "password_manager/android/password_manager_launcher_android.h", |
Norge Vizcay | 6b691fdc | 2021-01-12 19:18:19 | [diff] [blame] | 3138 | "password_manager/android/password_store_bridge.cc", |
| 3139 | "password_manager/android/password_store_bridge.h", |
Ioana Pandele | cb67921 | 2021-01-28 13:30:31 | [diff] [blame] | 3140 | "password_manager/android/password_ui_view_android.cc", |
| 3141 | "password_manager/android/password_ui_view_android.h", |
Lijin Shen | 3058d34 | 2021-11-16 23:49:12 | [diff] [blame] | 3142 | "password_manager/android/save_update_password_message_delegate.cc", |
| 3143 | "password_manager/android/save_update_password_message_delegate.h", |
Sahel Sharify | 8679b50b | 2020-01-20 21:41:41 | [diff] [blame] | 3144 | "payments/android/service_worker_payment_app_bridge.cc", |
Lijin Shen | 20a1b6e | 2022-01-15 00:52:50 | [diff] [blame] | 3145 | "permissions/notification_blocked_dialog_controller_android.cc", |
| 3146 | "permissions/notification_blocked_dialog_controller_android.h", |
Lijin Shen | 9cb57a22 | 2021-11-16 02:17:37 | [diff] [blame] | 3147 | "permissions/notification_blocked_message_delegate_android.cc", |
| 3148 | "permissions/notification_blocked_message_delegate_android.h", |
Thomas Nguyen | 034e9663 | 2022-09-13 08:46:59 | [diff] [blame] | 3149 | "permissions/permission_infobar_delegate_android.cc", |
| 3150 | "permissions/permission_infobar_delegate_android.h", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 3151 | "permissions/permission_update_infobar_delegate_android.cc", |
| 3152 | "permissions/permission_update_infobar_delegate_android.h", |
Lijin Shen | 4eae756 | 2021-10-06 21:45:17 | [diff] [blame] | 3153 | "permissions/permission_update_message_controller_android.cc", |
| 3154 | "permissions/permission_update_message_controller_android.h", |
| 3155 | "permissions/permission_update_message_delegate_android.cc", |
| 3156 | "permissions/permission_update_message_delegate_android.h", |
| 3157 | "permissions/permission_update_requester_android.cc", |
| 3158 | "permissions/permission_update_requester_android.h", |
Lijin Shen | 20a1b6e | 2022-01-15 00:52:50 | [diff] [blame] | 3159 | "permissions/quiet_permission_prompt_model_android.cc", |
| 3160 | "permissions/quiet_permission_prompt_model_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3161 | "platform_util_android.cc", |
Lei Zhang | 60f4128 | 2021-12-23 18:16:31 | [diff] [blame] | 3162 | "plugins/plugin_observer_android.cc", |
| 3163 | "plugins/plugin_observer_android.h", |
Fabio Tirelo | ad3ba783 | 2021-05-19 21:28:33 | [diff] [blame] | 3164 | "policy/android/cloud_management_shared_preferences.cc", |
| 3165 | "policy/android/cloud_management_shared_preferences.h", |
Fabio Tirelo | b3c942b5 | 2021-05-11 19:53:56 | [diff] [blame] | 3166 | "policy/browser_dm_token_storage_android.cc", |
| 3167 | "policy/browser_dm_token_storage_android.h", |
| 3168 | "policy/chrome_browser_cloud_management_controller_android.cc", |
| 3169 | "policy/chrome_browser_cloud_management_controller_android.h", |
Fabio Tirelo | 90a262e7 | 2021-08-20 17:59:05 | [diff] [blame] | 3170 | "policy/client_data_delegate_android.cc", |
| 3171 | "policy/client_data_delegate_android.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3172 | "policy/cloud/user_policy_signin_service_mobile.cc", |
| 3173 | "policy/cloud/user_policy_signin_service_mobile.h", |
Owen Min | 039b06c | 2020-08-07 01:03:38 | [diff] [blame] | 3174 | "policy/policy_service_factory_android.cc", |
Simon Pelchat | 7e015de | 2021-11-17 02:56:07 | [diff] [blame] | 3175 | "prefetch/android/preload_pages_settings_bridge.cc", |
Ben Schwartz | 21660590 | 2020-07-27 14:01:31 | [diff] [blame] | 3176 | "privacy/secure_dns_bridge.cc", |
Andrey Zaytsev | 134c4ed | 2021-01-21 13:08:52 | [diff] [blame] | 3177 | "privacy_sandbox/android/privacy_sandbox_bridge.cc", |
Theresa Wellington | 21331e9 | 2020-03-17 01:52:05 | [diff] [blame] | 3178 | "profiles/android/profile_manager_utils.cc", |
Sky Malice | e4b4f4c2 | 2021-03-11 20:03:21 | [diff] [blame] | 3179 | "profiles/android/profile_resolver.cc", |
| 3180 | "profiles/android/profile_resolver.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3181 | "profiles/profile_android.cc", |
| 3182 | "profiles/profile_android.h", |
Mohamed Heikal | 669d7039 | 2019-06-20 17:46:13 | [diff] [blame] | 3183 | "profiles/profile_key_android.cc", |
| 3184 | "profiles/profile_key_android.h", |
Alex Clarke | a4e9aa9e | 2019-10-07 15:20:33 | [diff] [blame] | 3185 | "profiles/profile_manager_android.cc", |
| 3186 | "profiles/profile_manager_android.h", |
Shakti Sahu | ce57c7d9 | 2020-04-29 01:47:17 | [diff] [blame] | 3187 | "query_tiles/android/tile_provider_factory.cc", |
Emily Stark | 474b8ca | 2019-10-24 15:35:39 | [diff] [blame] | 3188 | "reputation/safety_tip_infobar.cc", |
| 3189 | "reputation/safety_tip_infobar.h", |
| 3190 | "reputation/safety_tip_infobar_delegate.cc", |
| 3191 | "reputation/safety_tip_infobar_delegate.h", |
Mustafa Emre Acer | 646cc99 | 2022-06-03 19:34:56 | [diff] [blame] | 3192 | "reputation/safety_tip_message_delegate_android.cc", |
| 3193 | "reputation/safety_tip_message_delegate_android.h", |
Xinghui Lu | 61916aca | 2020-01-18 02:48:31 | [diff] [blame] | 3194 | "safe_browsing/android/password_reuse_controller_android.cc", |
| 3195 | "safe_browsing/android/password_reuse_controller_android.h", |
Xinghui Lu | a6c977b | 2020-12-10 21:34:55 | [diff] [blame] | 3196 | "safe_browsing/android/safe_browsing_referring_app_bridge_android.cc", |
| 3197 | "safe_browsing/android/safe_browsing_referring_app_bridge_android.h", |
Xinghui Lu | b5a365f | 2020-10-07 18:35:02 | [diff] [blame] | 3198 | "safe_browsing/android/safe_browsing_settings_launcher_android.cc", |
| 3199 | "safe_browsing/android/safe_browsing_settings_launcher_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3200 | "search/contextual_search_policy_handler_android.cc", |
| 3201 | "search/contextual_search_policy_handler_android.h", |
Peter Wen | f517f7d | 2019-06-13 15:28:27 | [diff] [blame] | 3202 | "search_engines/template_url_service_factory_android.cc", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 3203 | "search_engines/ui_thread_search_terms_data_android.cc", |
| 3204 | "search_engines/ui_thread_search_terms_data_android.h", |
Xi Han | b973ad1 | 2022-07-21 16:23:01 | [diff] [blame] | 3205 | "search_resumption/search_resumption_module_bridge.cc", |
| 3206 | "search_resumption/search_resumption_module_bridge.h", |
| 3207 | "search_resumption/start_suggest_service_factory.cc", |
| 3208 | "search_resumption/start_suggest_service_factory.h", |
Shakti Sahu | dcff472 | 2022-07-10 18:58:52 | [diff] [blame] | 3209 | "segmentation_platform/android/contextual_page_action_controller_android.cc", |
Shakti Sahu | 4f35b5e | 2021-04-24 15:55:09 | [diff] [blame] | 3210 | "segmentation_platform/android/segmentation_platform_service_factory_android.cc", |
ssid | 813583b | 2022-04-06 07:38:59 | [diff] [blame] | 3211 | "segmentation_platform/default_model/chrome_start_model_android.cc", |
| 3212 | "segmentation_platform/default_model/chrome_start_model_android.h", |
ssid | 2a0d7e9a | 2022-09-16 19:54:21 | [diff] [blame] | 3213 | "segmentation_platform/default_model/chrome_start_model_android_v2.cc", |
| 3214 | "segmentation_platform/default_model/chrome_start_model_android_v2.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 3215 | "sessions/session_restore_android.cc", |
| 3216 | "sharing/click_to_call/click_to_call_message_handler_android.cc", |
| 3217 | "sharing/click_to_call/click_to_call_message_handler_android.h", |
Rayan Kanso | 5292deda | 2019-09-04 11:37:17 | [diff] [blame] | 3218 | "sharing/shared_clipboard/shared_clipboard_message_handler_android.cc", |
| 3219 | "sharing/shared_clipboard/shared_clipboard_message_handler_android.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 3220 | "sharing/sharing_service_proxy_android.cc", |
| 3221 | "sharing/sharing_service_proxy_android.h", |
Yi Gu | 835847b | 2021-03-18 02:58:36 | [diff] [blame] | 3222 | "sharing/sms/sms_fetch_request_handler.cc", |
| 3223 | "sharing/sms/sms_fetch_request_handler.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 3224 | "shell_integration_android.cc", |
Boris Sazonov | 2aa1834 | 2018-12-18 13:33:39 | [diff] [blame] | 3225 | "signin/identity_services_provider_android.cc", |
Pâris MEULEMAN | 54d14ef9 | 2019-07-24 09:50:52 | [diff] [blame] | 3226 | "signin/signin_manager_android_factory.cc", |
| 3227 | "signin/signin_manager_android_factory.h", |
Mugdha Lakhani | a372586d | 2020-04-08 21:02:06 | [diff] [blame] | 3228 | "ssl/chrome_security_state_client.cc", |
| 3229 | "ssl/chrome_security_state_client.h", |
Mugdha Lakhani | 548982f | 2020-03-03 20:59:25 | [diff] [blame] | 3230 | "ssl/chrome_security_state_model_delegate.cc", |
| 3231 | "ssl/chrome_security_state_model_delegate.h", |
Christopher Thompson | 2602fea | 2019-11-26 19:36:54 | [diff] [blame] | 3232 | "ssl/known_interception_disclosure_infobar.cc", |
| 3233 | "ssl/known_interception_disclosure_infobar.h", |
[email protected] | 2e83c35 | 2022-09-06 14:46:57 | [diff] [blame] | 3234 | "supervised_user/android/favicon_fetcher.cc", |
| 3235 | "supervised_user/android/favicon_fetcher.h", |
Ioana Pandele | 3aa3481 | 2021-11-10 17:00:17 | [diff] [blame] | 3236 | "sync/android/sync_service_android_bridge.cc", |
| 3237 | "sync/android/sync_service_android_bridge.h", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 3238 | "sync/glue/synced_tab_delegate_android.cc", |
| 3239 | "sync/glue/synced_tab_delegate_android.h", |
| 3240 | "sync/glue/synced_window_delegate_android.cc", |
| 3241 | "sync/glue/synced_window_delegate_android.h", |
| 3242 | "sync/glue/synced_window_delegates_getter_android.cc", |
| 3243 | "sync/glue/synced_window_delegates_getter_android.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 3244 | "sync/trusted_vault_client_android.cc", |
| 3245 | "sync/trusted_vault_client_android.h", |
Henrique Nakashima | c498c59c | 2020-07-30 23:39:16 | [diff] [blame] | 3246 | "tab/web_contents_state.cc", |
| 3247 | "tab/web_contents_state.h", |
Elizabeth Popova | 1011ee0 | 2022-08-25 01:48:42 | [diff] [blame] | 3248 | "touch_to_fill/payments/android/touch_to_fill_credit_card_controller.cc", |
| 3249 | "touch_to_fill/payments/android/touch_to_fill_credit_card_controller.h", |
Jan Wilken Dörrie | a231faf3 | 2019-12-10 14:38:44 | [diff] [blame] | 3250 | "touch_to_fill/touch_to_fill_controller.cc", |
| 3251 | "touch_to_fill/touch_to_fill_controller.h", |
Ken Buchanan | 29829a8 | 2022-12-07 13:51:59 | [diff] [blame] | 3252 | "touch_to_fill/touch_to_fill_controller_autofill_delegate.cc", |
| 3253 | "touch_to_fill/touch_to_fill_controller_autofill_delegate.h", |
| 3254 | "touch_to_fill/touch_to_fill_controller_delegate.cc", |
| 3255 | "touch_to_fill/touch_to_fill_controller_delegate.h", |
Ken Buchanan | 8578b6e6 | 2022-12-14 14:19:49 | [diff] [blame] | 3256 | "touch_to_fill/touch_to_fill_controller_webauthn_delegate.cc", |
| 3257 | "touch_to_fill/touch_to_fill_controller_webauthn_delegate.h", |
Ken Buchanan | 0ffd367 | 2022-05-03 17:07:00 | [diff] [blame] | 3258 | "touch_to_fill/touch_to_fill_webauthn_credential.cc", |
| 3259 | "touch_to_fill/touch_to_fill_webauthn_credential.h", |
Anthony Vallee-Dubois | 4623e1b | 2018-10-11 22:09:18 | [diff] [blame] | 3260 | "translate/android/translate_bridge.cc", |
Natalie Chouinard | 7e61563e | 2019-11-06 17:50:08 | [diff] [blame] | 3261 | "translate/android/translate_bridge.h", |
François Beaufort | 4eb9a11e | 2022-05-17 09:28:28 | [diff] [blame] | 3262 | "usb/android/usb_bridge.cc", |
Matt Reynolds | 476e674 | 2022-07-01 19:26:48 | [diff] [blame] | 3263 | "usb/android/web_usb_chooser_android.cc", |
| 3264 | "usb/android/web_usb_chooser_android.h", |
Shakti Sahu | a7464f5 | 2020-08-25 19:25:54 | [diff] [blame] | 3265 | "video_tutorials/internal/android/video_tutorial_service_bridge_factory.cc", |
Finnur Thorarinsson | d996a878 | 2022-04-25 17:56:12 | [diff] [blame] | 3266 | "webapps/web_app_offline_android.cc", |
Adam Langley | 78321b3 | 2020-08-05 21:39:59 | [diff] [blame] | 3267 | "webauthn/android/cable_module_android.cc", |
Ken Buchanan | 32d7f6c1 | 2022-05-16 15:54:51 | [diff] [blame] | 3268 | "webauthn/android/chrome_webauthn_client_android.cc", |
| 3269 | "webauthn/android/chrome_webauthn_client_android.h", |
Ken Buchanan | cc1c93d | 2022-12-08 16:25:30 | [diff] [blame] | 3270 | "webauthn/android/webauthn_request_delegate_android.cc", |
| 3271 | "webauthn/android/webauthn_request_delegate_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3272 | ] |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 3273 | public_deps += [ |
Samuel Huang | 0a25657 | 2019-08-29 16:48:42 | [diff] [blame] | 3274 | "//chrome/android/features/dev_ui:buildflags", |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 3275 | "//components/image_fetcher/core", |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 3276 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 3277 | deps += [ |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 3278 | ":delta_file_proto", |
Justin DeWitt | 21c9da9 | 2018-09-07 16:14:13 | [diff] [blame] | 3279 | ":explore_sites_proto", |
Sky Malice | e4b4f4c2 | 2021-03-11 20:03:21 | [diff] [blame] | 3280 | ":profile_token", |
Natalie Chouinard | b293c02a73 | 2019-01-10 21:55:22 | [diff] [blame] | 3281 | ":usage_stats_proto", |
Peter Wen | eb7ef48f | 2019-02-28 18:00:57 | [diff] [blame] | 3282 | "//chrome/android:jni_headers", |
Mohamed Heikal | e8d9a06 | 2022-07-19 14:47:30 | [diff] [blame] | 3283 | "//chrome/browser/android/httpclient:android", |
| 3284 | "//chrome/browser/android/httpclient:jni_headers", |
Pavel Yatsuk | 9947bf8 | 2021-08-17 21:48:34 | [diff] [blame] | 3285 | "//chrome/browser/android/messages:jni_headers", |
Ramin Halavati | 1dcebc15 | 2021-06-21 17:28:28 | [diff] [blame] | 3286 | "//chrome/browser/android/metrics:jni_headers", |
Rayan Kanso | 1a23d4c3 | 2022-02-11 11:53:07 | [diff] [blame] | 3287 | "//chrome/browser/android/webapk:webapk_features", |
Finnur Thorarinsson | 55f84623 | 2020-11-03 12:36:05 | [diff] [blame] | 3288 | "//chrome/browser/banners/android:jni_headers", |
François Beaufort | c38276a | 2022-04-29 07:34:31 | [diff] [blame] | 3289 | "//chrome/browser/bluetooth/android:jni_headers", |
Matt Jones | 8cd0a4e | 2022-04-12 15:25:33 | [diff] [blame] | 3290 | "//chrome/browser/commerce/android:shopping_service_jni", |
Zhiyuan Cai | cef49ee | 2021-04-20 00:08:58 | [diff] [blame] | 3291 | "//chrome/browser/commerce/merchant_viewer:merchant_signal_db", |
Ayman Almadhoun | 3c18ed6 | 2021-06-08 20:28:00 | [diff] [blame] | 3292 | "//chrome/browser/commerce/merchant_viewer:merchant_viewer_data_manager", |
Zhiyuan Cai | cef49ee | 2021-04-20 00:08:58 | [diff] [blame] | 3293 | "//chrome/browser/commerce/merchant_viewer/android:jni_headers", |
Yue Zhang | 817e1900 | 2021-03-22 06:03:11 | [diff] [blame] | 3294 | "//chrome/browser/commerce/subscriptions:commerce_subscription_db", |
Yue Zhang | 817e1900 | 2021-03-22 06:03:11 | [diff] [blame] | 3295 | "//chrome/browser/commerce/subscriptions/android:jni_headers", |
Alice Wang | fb935802 | 2020-11-30 11:30:08 | [diff] [blame] | 3296 | "//chrome/browser/consent_auditor/android:jni_headers", |
Sebastien | 0ad7091 | 2021-05-04 17:39:11 | [diff] [blame] | 3297 | "//chrome/browser/content_creation/notes/internal/android:jni_headers", |
Kristi Park | da0d4a0 | 2022-10-21 20:30:50 | [diff] [blame] | 3298 | "//chrome/browser/creator/android:jni_headers", |
Rohit Agarwal | 58a20b1 | 2021-08-02 16:04:03 | [diff] [blame] | 3299 | "//chrome/browser/device_reauth/android:jni_headers", |
David Trainor | 842ac7e | 2020-11-13 03:15:40 | [diff] [blame] | 3300 | "//chrome/browser/download/internal/android", |
David Maunder | 012fe329 | 2020-09-15 15:38:49 | [diff] [blame] | 3301 | "//chrome/browser/endpoint_fetcher:jni_headers", |
Dan Harrington | 8d5c7158 | 2021-03-31 15:18:37 | [diff] [blame] | 3302 | "//chrome/browser/feed/android:jni_headers", |
Xinghui Lu | 55d1d21 | 2020-10-28 19:03:09 | [diff] [blame] | 3303 | "//chrome/browser/feedback/android", |
Nohemi Fernandez | 47122ebc | 2022-06-22 16:48:52 | [diff] [blame] | 3304 | "//chrome/browser/feedback/android:jni_headers", |
Henrique Nakashima | b6bf4bb | 2020-03-11 00:49:22 | [diff] [blame] | 3305 | "//chrome/browser/flags:flags_android", |
Trevor Perrier | 2922454 | 2021-02-12 03:42:00 | [diff] [blame] | 3306 | "//chrome/browser/language/android:jni_headers", |
Tanya Gupta | 9e6d0cf | 2020-11-09 20:08:05 | [diff] [blame] | 3307 | "//chrome/browser/long_screenshots:services", |
David Trainor | 8276a73 | 2021-05-04 21:22:30 | [diff] [blame] | 3308 | "//chrome/browser/notifications:jni_headers", |
Xing Liu | f9d65cf | 2019-10-25 20:18:46 | [diff] [blame] | 3309 | "//chrome/browser/notifications/chime/android", |
Hesen Zhang | 8d6c805d | 2019-10-15 19:54:05 | [diff] [blame] | 3310 | "//chrome/browser/notifications/scheduler/public", |
Sophie Chang | f59ec65 | 2020-03-10 06:27:02 | [diff] [blame] | 3311 | "//chrome/browser/optimization_guide/android:jni_headers", |
Brandon Wylie | 254d31968 | 2022-03-10 16:38:21 | [diff] [blame] | 3312 | "//chrome/browser/partnercustomizations:jni_headers", |
Friedrich Horschig | a7194720 | 2020-08-11 15:02:52 | [diff] [blame] | 3313 | "//chrome/browser/password_check/android:jni_headers", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3314 | "//chrome/browser/password_check/android:password_check_enums_srcjar", |
Pavel Yatsuk | 6447d4f | 2021-04-29 14:40:37 | [diff] [blame] | 3315 | "//chrome/browser/password_edit_dialog/android", |
Ioana Pandele | 8042a4d | 2021-02-02 19:50:48 | [diff] [blame] | 3316 | "//chrome/browser/password_entry_edit/android", |
Maxim Anufriev | 9ece57e | 2022-02-04 03:54:02 | [diff] [blame] | 3317 | "//chrome/browser/password_manager:password_manager_buildflags", |
Ioana Pandele | 063b926 | 2022-04-28 17:28:48 | [diff] [blame] | 3318 | "//chrome/browser/password_manager/android:backend_public", |
Milica Selakovic | 976e7da2b | 2020-08-19 13:27:48 | [diff] [blame] | 3319 | "//chrome/browser/password_manager/android:jni_headers", |
Danyao Wang | 78889959 | 2020-03-31 20:23:18 | [diff] [blame] | 3320 | "//chrome/browser/payments/android:jni_headers", |
Fabio Tirelo | ee7a5f4 | 2021-08-16 19:30:15 | [diff] [blame] | 3321 | "//chrome/browser/policy/android:android", |
Owen Min | 039b06c | 2020-08-07 01:03:38 | [diff] [blame] | 3322 | "//chrome/browser/policy/android:jni_headers", |
Simon Pelchat | 7e015de | 2021-11-17 02:56:07 | [diff] [blame] | 3323 | "//chrome/browser/prefetch/android:jni_headers", |
Ben Schwartz | 21660590 | 2020-07-27 14:01:31 | [diff] [blame] | 3324 | "//chrome/browser/privacy:jni_headers", |
Andrey Zaytsev | 134c4ed | 2021-01-21 13:08:52 | [diff] [blame] | 3325 | "//chrome/browser/privacy_sandbox/android:jni_headers", |
Xing Liu | 8e0e15b | 2020-09-20 00:11:57 | [diff] [blame] | 3326 | "//chrome/browser/reading_list/android", |
Daniel Rubery | 29247cd | 2021-12-13 19:32:18 | [diff] [blame] | 3327 | "//chrome/browser/safe_browsing/android:safe_browsing_enums", |
Andrey Zaytsev | a25411de | 2020-06-05 17:37:40 | [diff] [blame] | 3328 | "//chrome/browser/safety_check/android", |
Xi Han | b973ad1 | 2022-07-21 16:23:01 | [diff] [blame] | 3329 | "//chrome/browser/search_resumption:jni_headers", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3330 | "//chrome/browser/share/android:jni_headers", |
Travis Skare | 3907b1a | 2022-06-06 22:16:38 | [diff] [blame] | 3331 | "//chrome/browser/share/core/crow:crow_configuration", |
Alice Wang | 4912e76 | 2020-11-24 20:35:57 | [diff] [blame] | 3332 | "//chrome/browser/signin/services/android:jni_headers", |
Ioana Pandele | 3aa3481 | 2021-11-10 17:00:17 | [diff] [blame] | 3333 | "//chrome/browser/sync/android:jni_headers", |
Henrique Nakashima | c498c59c | 2020-07-30 23:39:16 | [diff] [blame] | 3334 | "//chrome/browser/tab:jni_headers", |
Elizabeth Popova | 1011ee0 | 2022-08-25 01:48:42 | [diff] [blame] | 3335 | "//chrome/browser/touch_to_fill/payments/android:public", |
Shakti Sahu | 57ccad7 | 2022-12-15 18:11:54 | [diff] [blame] | 3336 | "//chrome/browser/ui:adaptive_toolbar_enums_java", |
Matt Jones | 1a2989c6 | 2020-11-06 20:32:06 | [diff] [blame] | 3337 | "//chrome/browser/ui/android/layouts:android", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3338 | "//chrome/browser/ui/webui/explore_sites_internals:mojo_bindings", |
Dan Harrington | e274ab4 | 2020-09-30 19:06:12 | [diff] [blame] | 3339 | "//chrome/browser/ui/webui/feed_internals:mojo_bindings", |
François Beaufort | 4eb9a11e | 2022-05-17 09:28:28 | [diff] [blame] | 3340 | "//chrome/browser/usb/android:jni_headers", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3341 | "//chrome/browser/video_tutorials/internal", |
| 3342 | "//chrome/browser/video_tutorials/internal:jni_headers", |
Tina Wang | 490eea1 | 2020-03-23 22:07:45 | [diff] [blame] | 3343 | "//chrome/common:non_code_constants", |
Xing Liu | 302e065 | 2018-04-27 18:23:08 | [diff] [blame] | 3344 | "//chrome/services/media_gallery_util/public/cpp", |
Mugdha Lakhani | ed1756b9 | 2020-09-23 18:32:38 | [diff] [blame] | 3345 | "//components/background_sync", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3346 | "//components/bookmarks/common/android", |
Clark DuVall | 51cac46 | 2022-02-16 05:29:23 | [diff] [blame] | 3347 | "//components/browser_ui/accessibility/android", |
Evan Stade | d9b2542 | 2020-08-26 20:28:50 | [diff] [blame] | 3348 | "//components/browser_ui/contacts_picker/android", |
Evan Stade | 25598b9 | 2020-08-24 23:02:03 | [diff] [blame] | 3349 | "//components/browser_ui/photo_picker/android", |
Fabio Tirelo | 982d196 | 2022-10-24 18:05:03 | [diff] [blame] | 3350 | "//components/browser_ui/settings/android", |
John Abd-El-Malek | 3b560b70 | 2021-10-01 17:14:09 | [diff] [blame] | 3351 | "//components/browser_ui/share/android", |
Robbie McElrath | 38cb3e5a | 2020-04-01 22:45:05 | [diff] [blame] | 3352 | "//components/browser_ui/site_settings/android", |
Evan Stade | 8fd3c8e4 | 2020-08-08 02:43:29 | [diff] [blame] | 3353 | "//components/browser_ui/sms/android", |
Mugdha Lakhani | 00b27a0 | 2020-03-24 13:41:31 | [diff] [blame] | 3354 | "//components/browser_ui/util/android", |
Adam Langley | 732df6a | 2020-03-09 19:13:48 | [diff] [blame] | 3355 | "//components/cbor", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3356 | "//components/cdm/browser", |
David Maunder | c035f35 | 2022-06-24 20:45:21 | [diff] [blame] | 3357 | "//components/commerce/core:commerce_subscription_db_content_proto", |
Matt Jones | a8bfcc2 | 2022-02-01 19:53:08 | [diff] [blame] | 3358 | "//components/commerce/core:feature_list", |
Jan Keitel | b16cbb7 | 2022-09-14 10:46:13 | [diff] [blame] | 3359 | "//components/commerce/core:heuristics_provider", |
David Maunder | 1bfa912 | 2022-06-23 21:27:25 | [diff] [blame] | 3360 | "//components/commerce/core:merchant_signal_db_proto", |
Matt Jones | 3f57a82 | 2021-12-13 22:08:53 | [diff] [blame] | 3361 | "//components/commerce/core:proto", |
Hazem Ashmawy | 80470f5 | 2021-02-02 18:55:11 | [diff] [blame] | 3362 | "//components/component_updater/android:native_background_task_update_scheduler", |
Tao Bai | 02ab4dd4 | 2019-03-06 00:30:37 | [diff] [blame] | 3363 | "//components/content_capture/android", |
Sebastien | 0ad7091 | 2021-05-04 17:39:11 | [diff] [blame] | 3364 | "//components/content_creation/notes/android", |
SebSG | e6b5350 | 2021-06-16 22:59:52 | [diff] [blame] | 3365 | "//components/content_creation/notes/core", |
Sebastien | 9f7d94c | 2021-06-14 22:41:04 | [diff] [blame] | 3366 | "//components/content_creation/notes/core:features", |
Sebastien Lalancette | 374cf6a | 2021-06-22 17:23:52 | [diff] [blame] | 3367 | "//components/content_creation/notes/core:prefs", |
SebSG | e6b5350 | 2021-06-16 22:59:52 | [diff] [blame] | 3368 | "//components/content_creation/notes/core/server", |
| 3369 | "//components/content_creation/notes/core/templates", |
Robbie McElrath | a41e42ec | 2020-04-02 19:18:56 | [diff] [blame] | 3370 | "//components/content_settings/android", |
Tibor Goldschwendt | 0d185747 | 2018-11-28 01:36:01 | [diff] [blame] | 3371 | "//components/crash/android:crash_android", |
Kristi Park | da0d4a0 | 2022-10-21 20:30:50 | [diff] [blame] | 3372 | "//components/creator", |
Rohit Agarwal | 58a20b1 | 2021-08-02 16:04:03 | [diff] [blame] | 3373 | "//components/device_reauth", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3374 | "//components/embedder_support/android:context_menu", |
Sky Malice | e4b4f4c2 | 2021-03-11 20:03:21 | [diff] [blame] | 3375 | "//components/embedder_support/android:simple_factory_key", |
Colin Blundell | f87822ab | 2020-02-27 16:21:19 | [diff] [blame] | 3376 | "//components/embedder_support/android:util", |
Jinsuk Kim | 351a925 | 2018-07-11 23:23:36 | [diff] [blame] | 3377 | "//components/embedder_support/android:web_contents_delegate", |
David Maunder | c445500 | 2022-06-03 20:27:47 | [diff] [blame] | 3378 | "//components/endpoint_fetcher:endpoint_fetcher", |
Colin Blundell | cdf9087 | 2020-03-11 12:25:51 | [diff] [blame] | 3379 | "//components/external_intents/android", |
Evan Stade | 212c73f2 | 2020-10-27 00:38:42 | [diff] [blame] | 3380 | "//components/favicon/android", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3381 | "//components/favicon/core:database", |
Tommy C. Li | 4a7e510 | 2022-12-12 19:28:44 | [diff] [blame] | 3382 | "//components/history_clusters/ui", |
Brandon Wylie | c47d170 | 2021-07-12 23:47:51 | [diff] [blame] | 3383 | "//components/image_fetcher:android", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3384 | "//components/image_fetcher/core:metrics", |
| 3385 | "//components/infobars/android", |
Evan Stade | a1db1d1 | 2021-03-01 21:12:45 | [diff] [blame] | 3386 | "//components/installedapp/android", |
Mikel Astiz | 7bc481a | 2018-10-23 17:30:20 | [diff] [blame] | 3387 | "//components/invalidation/impl:feature_list", |
Evan Stade | 7220e47 | 2020-01-31 17:06:57 | [diff] [blame] | 3388 | "//components/javascript_dialogs/android:jni_headers", |
Anthony Vallee-Dubois | 6f99312 | 2018-09-17 16:13:28 | [diff] [blame] | 3389 | "//components/language/android:language_bridge", |
Clark DuVall | 18d5be8 | 2020-03-16 23:40:34 | [diff] [blame] | 3390 | "//components/location/android:settings", |
Pavel Yatsuk | 2a38f605 | 2020-11-06 21:29:42 | [diff] [blame] | 3391 | "//components/messages/android", |
Pavel Yatsuk | 35829175 | 2020-09-03 18:25:22 | [diff] [blame] | 3392 | "//components/messages/android:feature_flags", |
Christopher Grant | 66dd2151 | 2019-09-26 22:58:26 | [diff] [blame] | 3393 | "//components/module_installer/android:native", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3394 | "//components/offline_pages/task", |
Tommy C. Li | 3dac904 | 2018-10-29 17:52:34 | [diff] [blame] | 3395 | "//components/omnibox/browser", |
Ehimare Okoyomon | 2eccb607 | 2020-05-12 12:22:27 | [diff] [blame] | 3396 | "//components/page_info/android", |
Olesia Marukhno | 46ccd43 | 2021-12-03 08:50:27 | [diff] [blame] | 3397 | "//components/page_info/core:proto", |
Tao Bai | b827b20 | 2019-09-19 21:22:12 | [diff] [blame] | 3398 | "//components/page_load_metrics/browser", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3399 | "//components/paint_preview/browser", |
Maxim Kolosovskiy | 666a3bb | 2020-01-23 14:51:11 | [diff] [blame] | 3400 | "//components/password_manager/content/browser", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3401 | "//components/password_manager/core/browser:affiliation", |
Norge Vizcay | 971f8eb | 2020-12-10 13:36:45 | [diff] [blame] | 3402 | "//components/password_manager/core/browser/form_parsing:form_parsing", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3403 | "//components/password_manager/core/browser/leak_detection", |
| 3404 | "//components/payments/content", |
rouslan | 908248c | 2017-02-27 21:30:24 | [diff] [blame] | 3405 | "//components/payments/content/android", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3406 | "//components/payments/content/android:jni_headers", |
Robbie McElrath | 85174a9 | 2020-03-11 19:16:17 | [diff] [blame] | 3407 | "//components/permissions/android:native", |
Brandon Wylie | 4253384 | 2022-06-13 18:54:58 | [diff] [blame] | 3408 | "//components/power_bookmarks/core", |
Brandon Wylie | d552872 | 2022-11-01 20:39:42 | [diff] [blame] | 3409 | "//components/power_bookmarks/storage", |
Shakti Sahu | ce57c7d9 | 2020-04-29 01:47:17 | [diff] [blame] | 3410 | "//components/query_tiles", |
Caroline Rising | 98e6ca12f | 2020-10-27 02:50:47 | [diff] [blame] | 3411 | "//components/reading_list/features:flags", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3412 | "//components/resources:android_resources", |
estade | e37f822 | 2014-11-07 21:35:22 | [diff] [blame] | 3413 | "//components/resources:components_resources", |
Colin Blundell | 51fe564 | 2021-06-25 11:58:37 | [diff] [blame] | 3414 | "//components/safe_browsing/core/browser/password_protection:password_protection_metrics_util", |
Xi Han | b973ad1 | 2022-07-21 16:23:01 | [diff] [blame] | 3415 | "//components/search:start_suggest", |
Mugdha Lakhani | 548982f | 2020-03-03 20:59:25 | [diff] [blame] | 3416 | "//components/security_state/content/android", |
Tanya Gupta | f66cd5d | 2019-02-22 01:22:56 | [diff] [blame] | 3417 | "//components/send_tab_to_self", |
David Dorwin | 4f91792 | 2021-07-08 21:32:59 | [diff] [blame] | 3418 | "//components/signin/internal/identity_manager", # cf android/signin/DEPS |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3419 | "//components/signin/public/android:jni_headers", |
Robbie McElrath | 2259977 | 2020-03-11 23:32:27 | [diff] [blame] | 3420 | "//components/subresource_filter/android", |
Shakti Sahu | 9c215b93 | 2020-08-20 00:42:55 | [diff] [blame] | 3421 | "//components/thin_webview/internal", |
Scott Little | 0bb4b2c | 2022-03-23 18:11:14 | [diff] [blame] | 3422 | "//components/translate/content/android", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3423 | "//components/translate/core/language_detection", |
Jinsuk Kim | 05e7f4f | 2021-03-14 17:45:15 | [diff] [blame] | 3424 | "//components/ukm/android:ukm_recorder", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3425 | "//components/ukm/content", |
Chris Blume | 7f752e3 | 2020-02-14 22:22:33 | [diff] [blame] | 3426 | "//components/viz/common", |
Tim Sergeant | 7bd0593 | 2021-04-26 14:26:11 | [diff] [blame] | 3427 | "//components/webapk:proto", |
Robbie McElrath | 82dc8de | 2021-04-01 07:18:18 | [diff] [blame] | 3428 | "//components/webauthn/android", |
Michael Thiessen | 428eaac4 | 2021-08-11 14:26:07 | [diff] [blame] | 3429 | "//content/public/browser", |
Adam Langley | 779743a | 2020-10-29 19:14:43 | [diff] [blame] | 3430 | "//device/fido:cablev2_registration", |
Manas Verma | 6f50f14 | 2020-04-30 18:06:44 | [diff] [blame] | 3431 | "//ipc:param_traits", |
Xing Liu | e577333 | 2018-09-11 19:08:00 | [diff] [blame] | 3432 | "//media/mojo/clients", |
yusufo | cac912f1 | 2017-05-09 16:09:51 | [diff] [blame] | 3433 | "//rlz:rlz_utils", |
Peter Beverloo | c0e3f840 | 2017-08-31 16:08:30 | [diff] [blame] | 3434 | "//sandbox", |
Scott Violet | 73634e32 | 2018-04-04 21:05:02 | [diff] [blame] | 3435 | "//sandbox:sandbox_buildflags", |
Robbie McElrath | 27d1fe9 | 2020-03-13 18:52:50 | [diff] [blame] | 3436 | "//services/device/public/cpp:device_feature_list", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3437 | "//services/device/public/cpp/geolocation", |
Jay Civelli | 2df2464 | 2017-10-09 20:22:28 | [diff] [blame] | 3438 | "//services/proxy_resolver:lib", |
Sam Maier | 801f055 | 2019-08-27 18:09:00 | [diff] [blame] | 3439 | "//third_party/android_ndk:cpu_features", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3440 | "//third_party/android_opengl/etc1", |
Manas Verma | 6f50f14 | 2020-04-30 18:06:44 | [diff] [blame] | 3441 | "//third_party/blink/public/common", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3442 | "//third_party/blink/public/mojom:android_mojo_bindings_blink_headers", |
| 3443 | "//third_party/crashpad/crashpad/client", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3444 | "//third_party/libaddressinput:util", |
gogerald | 7cede916 | 2017-03-14 23:53:40 | [diff] [blame] | 3445 | "//third_party/libphonenumber", |
pkotwicz | 879b1ed | 2016-08-06 00:48:22 | [diff] [blame] | 3446 | "//third_party/smhasher:murmurhash2", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 3447 | "//url:gurl_android", |
Rouslan Solomakhin | c71cca62 | 2020-01-31 22:15:35 | [diff] [blame] | 3448 | "//url:origin_android", |
sievers | 2f1e811 | 2015-12-04 18:43:56 | [diff] [blame] | 3449 | ] |
Nicolas Arciniega | 7529d333 | 2021-11-30 21:01:13 | [diff] [blame] | 3450 | |
Sarah Krakowiak | cab0816b | 2022-12-21 19:20:42 | [diff] [blame] | 3451 | if (safe_browsing_mode == 2) { |
| 3452 | sources += [ |
| 3453 | "component_updater/real_time_url_checks_allowlist_component_installer.cc", |
| 3454 | "component_updater/real_time_url_checks_allowlist_component_installer.h", |
| 3455 | ] |
| 3456 | deps += [ |
| 3457 | "//components/safe_browsing/android:real_time_url_checks_allowlist", |
| 3458 | ] |
| 3459 | } |
| 3460 | |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3461 | deps -= [ "//components/storage_monitor" ] |
| 3462 | |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3463 | if (enable_supervised_users) { |
| 3464 | sources += [ |
James Lee | e120d07 | 2022-05-23 19:01:23 | [diff] [blame] | 3465 | "supervised_user/android/website_parent_approval.cc", |
| 3466 | "supervised_user/android/website_parent_approval.h", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3467 | "supervised_user/child_accounts/child_account_feedback_reporter_android.cc", |
| 3468 | "supervised_user/child_accounts/child_account_feedback_reporter_android.h", |
| 3469 | "supervised_user/child_accounts/child_account_service_android.cc", |
| 3470 | "supervised_user/child_accounts/child_account_service_android.h", |
| 3471 | ] |
Courtney Wong | 8f25ea9 | 2021-09-09 23:05:22 | [diff] [blame] | 3472 | deps += [ |
James Lee | e120d07 | 2022-05-23 19:01:23 | [diff] [blame] | 3473 | "//chrome/browser/supervised_user:jni_headers", |
Nohemi Fernandez | 6f8379b6 | 2022-12-15 23:21:55 | [diff] [blame] | 3474 | "//components/supervised_user/core/browser", |
| 3475 | "//components/supervised_user/core/common", |
Courtney Wong | 8f25ea9 | 2021-09-09 23:05:22 | [diff] [blame] | 3476 | ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3477 | } |
Samuel Huang | 568a975 | 2019-08-30 16:30:44 | [diff] [blame] | 3478 | |
| 3479 | if (dfmify_dev_ui) { |
Samuel Huang | 3a1ce1c3 | 2019-10-16 17:34:04 | [diff] [blame] | 3480 | # TODO(huangs): Extracting this to a separate target. |
Peter Kasting | 168860e0 | 2019-10-16 08:15:52 | [diff] [blame] | 3481 | sources += [ |
Samuel Huang | 3a1ce1c3 | 2019-10-16 17:34:04 | [diff] [blame] | 3482 | "dev_ui/android/dev_ui_loader_error_page.cc", |
| 3483 | "dev_ui/android/dev_ui_loader_error_page.h", |
| 3484 | "dev_ui/android/dev_ui_loader_throttle.cc", |
| 3485 | "dev_ui/android/dev_ui_loader_throttle.h", |
Peter Kasting | 168860e0 | 2019-10-16 08:15:52 | [diff] [blame] | 3486 | ] |
| 3487 | deps += [ "//chrome/android/modules/dev_ui/provider:native" ] |
Samuel Huang | 568a975 | 2019-08-30 16:30:44 | [diff] [blame] | 3488 | } |
Clemens Arbesser | de0ebb0d7 | 2020-11-11 19:01:04 | [diff] [blame] | 3489 | } else { |
| 3490 | #!is_android |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 3491 | sources += [ |
Abigail Klein | 7ba47d2 | 2021-08-20 13:41:24 | [diff] [blame] | 3492 | "accessibility/caption_bubble_context_browser.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3493 | "accessibility/invert_bubble_prefs.cc", |
| 3494 | "accessibility/invert_bubble_prefs.h", |
Amanda Deacon | bc21ec9 | 2021-05-20 00:06:01 | [diff] [blame] | 3495 | "accessibility/live_caption_controller_factory.cc", |
| 3496 | "accessibility/live_caption_controller_factory.h", |
Amanda Deacon | ff54f2c | 2021-05-19 00:21:34 | [diff] [blame] | 3497 | "accessibility/live_caption_speech_recognition_host.cc", |
| 3498 | "accessibility/live_caption_speech_recognition_host.h", |
Evan Liu | 7e3849d | 2022-03-24 21:39:14 | [diff] [blame] | 3499 | "accessibility/live_caption_unavailability_notifier.cc", |
| 3500 | "accessibility/live_caption_unavailability_notifier.h", |
evliu | c5b5a72 | 2022-10-28 00:05:49 | [diff] [blame] | 3501 | "accessibility/live_translate_controller_factory.cc", |
| 3502 | "accessibility/live_translate_controller_factory.h", |
Nancy Wang | 57fb70db | 2021-10-08 03:28:15 | [diff] [blame] | 3503 | "apps/app_service/app_icon/app_icon_factory.cc", |
| 3504 | "apps/app_service/app_icon/app_icon_factory.h", |
| 3505 | "apps/app_service/app_icon/app_icon_loader.cc", |
| 3506 | "apps/app_service/app_icon/app_icon_loader.h", |
| 3507 | "apps/app_service/app_icon/app_icon_source.cc", |
| 3508 | "apps/app_service/app_icon/app_icon_source.h", |
Nancy Wang | 58fbc57 | 2022-11-08 04:20:52 | [diff] [blame] | 3509 | "apps/app_service/app_icon/app_icon_util.cc", |
Nancy Wang | ec9b031 | 2022-11-02 05:44:58 | [diff] [blame] | 3510 | "apps/app_service/app_icon/app_icon_util.h", |
Nancy Wang | 57fb70db | 2021-10-08 03:28:15 | [diff] [blame] | 3511 | "apps/app_service/app_icon/dip_px_util.cc", |
| 3512 | "apps/app_service/app_icon/dip_px_util.h", |
| 3513 | "apps/app_service/app_icon/icon_key_util.cc", |
| 3514 | "apps/app_service/app_icon/icon_key_util.h", |
Eric Willigers | 466d616b | 2019-07-09 04:15:50 | [diff] [blame] | 3515 | "apps/app_service/app_launch_params.cc", |
| 3516 | "apps/app_service/app_launch_params.h", |
nancy | 116c6e0 | 2019-07-25 05:42:44 | [diff] [blame] | 3517 | "apps/app_service/app_service_proxy.h", |
Nancy Wang | 4bf6089 | 2021-04-01 17:24:15 | [diff] [blame] | 3518 | "apps/app_service/app_service_proxy_base.cc", |
| 3519 | "apps/app_service/app_service_proxy_base.h", |
Nigel Tao | d33ec52 | 2018-11-21 20:43:41 | [diff] [blame] | 3520 | "apps/app_service/app_service_proxy_factory.cc", |
| 3521 | "apps/app_service/app_service_proxy_factory.h", |
Dominick Ng | fad1e11 | 2021-11-03 03:25:44 | [diff] [blame] | 3522 | "apps/app_service/app_service_proxy_forward.h", |
nancy | 804e49804 | 2020-03-26 23:58:39 | [diff] [blame] | 3523 | "apps/app_service/browser_app_launcher.cc", |
| 3524 | "apps/app_service/browser_app_launcher.h", |
nancy | e503985 | 2020-05-01 02:09:14 | [diff] [blame] | 3525 | "apps/app_service/extension_uninstaller.cc", |
| 3526 | "apps/app_service/extension_uninstaller.h", |
Eric Willigers | 29591c5 | 2021-04-23 02:04:40 | [diff] [blame] | 3527 | "apps/app_service/intent_util.cc", |
| 3528 | "apps/app_service/intent_util.h", |
Maggie Cai | f51779c | 2021-12-03 06:22:29 | [diff] [blame] | 3529 | "apps/app_service/launch_result_type.cc", |
Maggie Cai | c36bb468 | 2021-11-18 07:43:23 | [diff] [blame] | 3530 | "apps/app_service/launch_result_type.h", |
nancy | 9fcd177 | 2020-03-25 03:24:58 | [diff] [blame] | 3531 | "apps/app_service/launch_utils.cc", |
| 3532 | "apps/app_service/launch_utils.h", |
Nancy Wang | 811fe4f9 | 2021-10-08 12:28:13 | [diff] [blame] | 3533 | "apps/app_service/metrics/app_service_metrics.cc", |
| 3534 | "apps/app_service/metrics/app_service_metrics.h", |
Tim Sergeant | d8c5d84 | 2023-01-06 01:26:22 | [diff] [blame] | 3535 | "apps/app_service/package_id.cc", |
| 3536 | "apps/app_service/package_id.h", |
Eric Willigers | d96d69d | 2021-05-31 09:08:59 | [diff] [blame] | 3537 | "apps/app_service/paused_apps.cc", |
| 3538 | "apps/app_service/paused_apps.h", |
Andrew Rayskiy | fc4c349 | 2022-11-18 17:46:09 | [diff] [blame] | 3539 | "apps/app_service/policy_util.cc", |
| 3540 | "apps/app_service/policy_util.h", |
Nancy Wang | f204f734 | 2022-02-11 03:48:32 | [diff] [blame] | 3541 | "apps/app_service/publishers/app_publisher.cc", |
| 3542 | "apps/app_service/publishers/app_publisher.h", |
Erik Chen | 359241dd | 2021-09-10 19:17:43 | [diff] [blame] | 3543 | "apps/app_service/publishers/extension_apps_enable_flow.cc", |
| 3544 | "apps/app_service/publishers/extension_apps_enable_flow.h", |
Erik Chen | 72301c5 | 2021-08-03 22:39:06 | [diff] [blame] | 3545 | "apps/app_service/publishers/extension_apps_util.cc", |
| 3546 | "apps/app_service/publishers/extension_apps_util.h", |
Alexander Bolodurin | b8a90e54d | 2021-08-13 00:13:29 | [diff] [blame] | 3547 | "apps/app_service/web_contents_app_id_utils.cc", |
| 3548 | "apps/app_service/web_contents_app_id_utils.h", |
Maggie Cai | a2f03f5 | 2019-04-02 02:13:28 | [diff] [blame] | 3549 | "apps/intent_helper/apps_navigation_throttle.cc", |
| 3550 | "apps/intent_helper/apps_navigation_throttle.h", |
| 3551 | "apps/intent_helper/apps_navigation_types.cc", |
| 3552 | "apps/intent_helper/apps_navigation_types.h", |
Tim Sergeant | c943d06 | 2022-04-04 15:31:28 | [diff] [blame] | 3553 | "apps/intent_helper/intent_picker_auto_display_prefs.cc", |
| 3554 | "apps/intent_helper/intent_picker_auto_display_prefs.h", |
Vivian Pao | b1d2c9c | 2022-04-13 07:03:57 | [diff] [blame] | 3555 | "apps/intent_helper/intent_picker_constants.cc", |
Maggie Cai | 089f5a3 | 2020-11-16 07:53:08 | [diff] [blame] | 3556 | "apps/intent_helper/intent_picker_constants.h", |
Tim Sergeant | e9c45c4 | 2022-03-17 21:53:52 | [diff] [blame] | 3557 | "apps/intent_helper/intent_picker_features.cc", |
| 3558 | "apps/intent_helper/intent_picker_features.h", |
Maggie Cai | 089f5a3 | 2020-11-16 07:53:08 | [diff] [blame] | 3559 | "apps/intent_helper/intent_picker_helpers.cc", |
| 3560 | "apps/intent_helper/intent_picker_helpers.h", |
| 3561 | "apps/intent_helper/intent_picker_internal.cc", |
| 3562 | "apps/intent_helper/intent_picker_internal.h", |
Maggie Cai | a2f03f5 | 2019-04-02 02:13:28 | [diff] [blame] | 3563 | "apps/intent_helper/page_transition_util.cc", |
| 3564 | "apps/intent_helper/page_transition_util.h", |
Lei Zhang | 3dfb22f | 2022-05-19 20:20:34 | [diff] [blame] | 3565 | "autocomplete/tab_matcher_desktop.cc", |
| 3566 | "autocomplete/tab_matcher_desktop.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3567 | "background/background_contents.cc", |
| 3568 | "background/background_contents.h", |
Evan Stade | 6670c33 | 2019-06-18 20:56:12 | [diff] [blame] | 3569 | "background/background_contents_service_observer.h", |
Eric Stevenson | 1d074a97 | 2018-12-07 14:16:45 | [diff] [blame] | 3570 | "badging/badge_manager.cc", |
| 3571 | "badging/badge_manager.h", |
| 3572 | "badging/badge_manager_delegate.h", |
| 3573 | "badging/badge_manager_factory.cc", |
| 3574 | "badging/badge_manager_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3575 | "banners/app_banner_manager_desktop.cc", |
| 3576 | "banners/app_banner_manager_desktop.h", |
| 3577 | "bookmarks/bookmark_html_writer.cc", |
| 3578 | "bookmarks/bookmark_html_writer.h", |
Brandon Wylie | e039fb6 | 2022-08-02 21:58:30 | [diff] [blame] | 3579 | "bookmarks/url_and_id.h", |
Yue Zhang | 6e46908 | 2021-01-13 20:31:11 | [diff] [blame] | 3580 | "cart/cart_db.cc", |
| 3581 | "cart/cart_db.h", |
Mei Liang | fe36b23 | 2021-05-10 22:25:45 | [diff] [blame] | 3582 | "cart/cart_discount_fetcher.cc", |
| 3583 | "cart/cart_discount_fetcher.h", |
Mei Liang | ad161323 | 2021-05-12 15:57:17 | [diff] [blame] | 3584 | "cart/cart_discount_link_fetcher.cc", |
| 3585 | "cart/cart_discount_link_fetcher.h", |
Mei Liang | 1c387dd8 | 2021-07-07 07:53:16 | [diff] [blame] | 3586 | "cart/cart_discount_metric_collector.cc", |
| 3587 | "cart/cart_discount_metric_collector.h", |
Yue Zhang | 5ccb3f5 | 2020-12-23 19:23:41 | [diff] [blame] | 3588 | "cart/cart_handler.cc", |
| 3589 | "cart/cart_handler.h", |
Yue Zhang | 08dbee1 | 2021-06-16 04:32:37 | [diff] [blame] | 3590 | "cart/cart_metrics_tracker.cc", |
| 3591 | "cart/cart_metrics_tracker.h", |
Yue Zhang | 5ccb3f5 | 2020-12-23 19:23:41 | [diff] [blame] | 3592 | "cart/cart_service.cc", |
| 3593 | "cart/cart_service.h", |
| 3594 | "cart/cart_service_factory.cc", |
| 3595 | "cart/cart_service_factory.h", |
Yue Zhang | 1514bdfd | 2021-06-16 20:40:03 | [diff] [blame] | 3596 | "cart/discount_url_loader.cc", |
| 3597 | "cart/discount_url_loader.h", |
Mei Liang | fe36b23 | 2021-05-10 22:25:45 | [diff] [blame] | 3598 | "cart/fetch_discount_worker.cc", |
| 3599 | "cart/fetch_discount_worker.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3600 | "certificate_viewer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3601 | "chrome_process_singleton.cc", |
| 3602 | "chrome_process_singleton.h", |
Yue Zhang | 6914b20 | 2021-10-04 19:21:55 | [diff] [blame] | 3603 | "commerce/coupons/coupon_db.cc", |
| 3604 | "commerce/coupons/coupon_db.h", |
Yue Zhang | 09ce2c25 | 2021-09-28 07:12:03 | [diff] [blame] | 3605 | "commerce/coupons/coupon_service.cc", |
| 3606 | "commerce/coupons/coupon_service.h", |
| 3607 | "commerce/coupons/coupon_service_factory.cc", |
| 3608 | "commerce/coupons/coupon_service_factory.h", |
Yue Zhang | bbdc6307 | 2021-12-02 22:01:51 | [diff] [blame] | 3609 | "commerce/coupons/coupon_service_observer.h", |
Travis Skare | 2c6d69e | 2022-03-17 20:04:49 | [diff] [blame] | 3610 | "component_updater/desktop_screenshot_editor_component_installer.cc", |
| 3611 | "component_updater/desktop_screenshot_editor_component_installer.h", |
Jeffrey Cohen | 2e5d7b3 | 2021-06-25 19:52:58 | [diff] [blame] | 3612 | "component_updater/desktop_sharing_hub_component_installer.cc", |
| 3613 | "component_updater/desktop_sharing_hub_component_installer.h", |
Sebastien Marchand | c7d65c80 | 2020-01-14 15:24:04 | [diff] [blame] | 3614 | "component_updater/intervention_policy_database_component_installer.cc", |
| 3615 | "component_updater/intervention_policy_database_component_installer.h", |
Abigail Klein | 82807c55 | 2020-04-06 19:58:07 | [diff] [blame] | 3616 | "component_updater/soda_component_installer.cc", |
| 3617 | "component_updater/soda_component_installer.h", |
evliu | 9717353 | 2021-01-15 21:45:26 | [diff] [blame] | 3618 | "component_updater/soda_language_pack_component_installer.cc", |
| 3619 | "component_updater/soda_language_pack_component_installer.h", |
Vasilii Sukhanov | d95dd69a3 | 2021-05-03 19:03:59 | [diff] [blame] | 3620 | "component_updater/zxcvbn_data_component_installer.cc", |
| 3621 | "component_updater/zxcvbn_data_component_installer.h", |
sauski | 67f2230 | 2020-05-15 20:59:19 | [diff] [blame] | 3622 | "content_settings/generated_cookie_prefs.cc", |
| 3623 | "content_settings/generated_cookie_prefs.h", |
Tymofii Chudakov | ae1a094 | 2020-09-14 12:55:44 | [diff] [blame] | 3624 | "content_settings/generated_notification_pref.cc", |
| 3625 | "content_settings/generated_notification_pref.h", |
Anqing Zhao | c7136af | 2021-01-20 05:52:39 | [diff] [blame] | 3626 | "device_api/device_attribute_api.cc", |
| 3627 | "device_api/device_attribute_api.h", |
Anatoliy Potapchuk | 096e4d0a | 2020-12-01 16:49:21 | [diff] [blame] | 3628 | "device_api/device_service_impl.cc", |
| 3629 | "device_api/device_service_impl.h", |
Anatoliy Potapchuk | 2b4a3bc | 2020-12-15 18:01:30 | [diff] [blame] | 3630 | "device_api/managed_configuration_api.cc", |
| 3631 | "device_api/managed_configuration_api.h", |
| 3632 | "device_api/managed_configuration_api_factory.cc", |
| 3633 | "device_api/managed_configuration_api_factory.h", |
Anatoliy Potapchuk | dbe8904 | 2021-03-30 23:04:02 | [diff] [blame] | 3634 | "device_api/managed_configuration_service.cc", |
| 3635 | "device_api/managed_configuration_service.h", |
Anatoliy Potapchuk | 2b4a3bc | 2020-12-15 18:01:30 | [diff] [blame] | 3636 | "device_api/managed_configuration_store.cc", |
| 3637 | "device_api/managed_configuration_store.h", |
Anthony Vallee-Dubois | 85edf22 | 2020-03-24 20:30:02 | [diff] [blame] | 3638 | "device_identity/device_identity_provider.cc", |
| 3639 | "device_identity/device_identity_provider.h", |
| 3640 | "device_identity/device_oauth2_token_service.cc", |
| 3641 | "device_identity/device_oauth2_token_service.h", |
| 3642 | "device_identity/device_oauth2_token_service_factory.cc", |
| 3643 | "device_identity/device_oauth2_token_service_factory.h", |
| 3644 | "device_identity/device_oauth2_token_store.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3645 | "diagnostics/diagnostics_controller.cc", |
| 3646 | "diagnostics/diagnostics_controller.h", |
| 3647 | "diagnostics/diagnostics_metrics.cc", |
| 3648 | "diagnostics/diagnostics_metrics.h", |
| 3649 | "diagnostics/diagnostics_model.cc", |
| 3650 | "diagnostics/diagnostics_model.h", |
| 3651 | "diagnostics/diagnostics_test.cc", |
| 3652 | "diagnostics/diagnostics_test.h", |
| 3653 | "diagnostics/diagnostics_writer.cc", |
| 3654 | "diagnostics/diagnostics_writer.h", |
| 3655 | "diagnostics/recon_diagnostics.cc", |
| 3656 | "diagnostics/recon_diagnostics.h", |
| 3657 | "diagnostics/sqlite_diagnostics.cc", |
| 3658 | "diagnostics/sqlite_diagnostics.h", |
Andrew Rayskiy | b6d99498 | 2022-09-01 10:24:42 | [diff] [blame] | 3659 | "direct_sockets/chrome_direct_sockets_delegate.cc", |
| 3660 | "direct_sockets/chrome_direct_sockets_delegate.h", |
Rohit Bhatia | 569d07d | 2022-03-18 04:07:25 | [diff] [blame] | 3661 | "download/bubble/download_bubble_controller.cc", |
| 3662 | "download/bubble/download_bubble_controller.h", |
Xinghui Lu | 8ca8b88 | 2022-03-18 00:03:46 | [diff] [blame] | 3663 | "download/bubble/download_bubble_prefs.cc", |
| 3664 | "download/bubble/download_bubble_prefs.h", |
Rohit Bhatia | 569d07d | 2022-03-18 04:07:25 | [diff] [blame] | 3665 | "download/bubble/download_display.cc", |
| 3666 | "download/bubble/download_display.h", |
| 3667 | "download/bubble/download_display_controller.cc", |
| 3668 | "download/bubble/download_display_controller.h", |
| 3669 | "download/bubble/download_icon_state.h", |
Marc-Antoine Courteau | 7191b800 | 2017-11-23 17:23:56 | [diff] [blame] | 3670 | "download/default_download_dir_policy_handler.cc", |
| 3671 | "download/default_download_dir_policy_handler.h", |
Yann Dago | c2a22ac2 | 2022-04-13 15:58:14 | [diff] [blame] | 3672 | "download/download_auto_open_policy_handler.cc", |
| 3673 | "download/download_auto_open_policy_handler.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3674 | "download/download_commands.cc", |
| 3675 | "download/download_commands.h", |
| 3676 | "download/download_crx_util.cc", |
| 3677 | "download/download_crx_util.h", |
| 3678 | "download/download_danger_prompt.cc", |
| 3679 | "download/download_danger_prompt.h", |
| 3680 | "download/download_dir_policy_handler.cc", |
| 3681 | "download/download_dir_policy_handler.h", |
Marc-Antoine Courteau | 7191b800 | 2017-11-23 17:23:56 | [diff] [blame] | 3682 | "download/download_dir_util.cc", |
| 3683 | "download/download_dir_util.h", |
Min Qin | 7b7cbbbf | 2018-06-04 21:49:31 | [diff] [blame] | 3684 | "download/download_open_prompt.cc", |
| 3685 | "download/download_open_prompt.h", |
Xinghui Lu | da62471 | 2022-10-17 20:42:03 | [diff] [blame] | 3686 | "download/download_session_durations_metrics_recorder.cc", |
| 3687 | "download/download_session_durations_metrics_recorder.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3688 | "download/download_shelf.cc", |
| 3689 | "download/download_shelf.h", |
| 3690 | "download/download_shelf_context_menu.cc", |
| 3691 | "download/download_shelf_context_menu.h", |
Min Qin | dc273049 | 2018-09-07 23:53:29 | [diff] [blame] | 3692 | "download/download_shelf_controller.cc", |
| 3693 | "download/download_shelf_controller.h", |
Evan Stade | f1c13ce | 2021-03-04 22:41:09 | [diff] [blame] | 3694 | "download/offline_item_model.cc", |
| 3695 | "download/offline_item_model.h", |
| 3696 | "download/offline_item_model_data.h", |
| 3697 | "download/offline_item_model_manager.cc", |
| 3698 | "download/offline_item_model_manager.h", |
| 3699 | "download/offline_item_model_manager_factory.cc", |
| 3700 | "download/offline_item_model_manager_factory.h", |
Dominique Fauteux-Chapleau | d280fd5 | 2021-02-03 20:06:00 | [diff] [blame] | 3701 | "enterprise/connectors/analysis/analysis_service_settings.cc", |
| 3702 | "enterprise/connectors/analysis/analysis_service_settings.h", |
Dominique Fauteux-Chapleau | 45e75c4 | 2022-06-29 20:06:26 | [diff] [blame] | 3703 | "enterprise/connectors/analysis/analysis_settings.cc", |
| 3704 | "enterprise/connectors/analysis/analysis_settings.h", |
Dominique Fauteux-Chapleau | d280fd5 | 2021-02-03 20:06:00 | [diff] [blame] | 3705 | "enterprise/connectors/analysis/content_analysis_delegate.cc", |
| 3706 | "enterprise/connectors/analysis/content_analysis_delegate.h", |
Sneha Nagpaul | d5ecbfd | 2022-03-31 15:36:27 | [diff] [blame] | 3707 | "enterprise/connectors/analysis/content_analysis_delegate_base.cc", |
Anthony Vallee-Dubois | dd9e7822 | 2021-05-19 21:27:31 | [diff] [blame] | 3708 | "enterprise/connectors/analysis/content_analysis_delegate_base.h", |
Dominique Fauteux-Chapleau | d280fd5 | 2021-02-03 20:06:00 | [diff] [blame] | 3709 | "enterprise/connectors/analysis/content_analysis_dialog.cc", |
| 3710 | "enterprise/connectors/analysis/content_analysis_dialog.h", |
Anthony Vallee-Dubois | 4c2c716 | 2021-06-09 21:06:29 | [diff] [blame] | 3711 | "enterprise/connectors/analysis/content_analysis_downloads_delegate.cc", |
| 3712 | "enterprise/connectors/analysis/content_analysis_downloads_delegate.h", |
Steffen Seckler | 2e481300 | 2022-06-10 13:01:47 | [diff] [blame] | 3713 | "enterprise/connectors/analysis/files_request_handler.cc", |
| 3714 | "enterprise/connectors/analysis/files_request_handler.h", |
Dominique Fauteux-Chapleau | 5a76a0bdda | 2022-01-12 20:53:57 | [diff] [blame] | 3715 | "enterprise/connectors/analysis/page_print_analysis_request.cc", |
| 3716 | "enterprise/connectors/analysis/page_print_analysis_request.h", |
Steffen Seckler | 2e481300 | 2022-06-10 13:01:47 | [diff] [blame] | 3717 | "enterprise/connectors/analysis/request_handler_base.cc", |
| 3718 | "enterprise/connectors/analysis/request_handler_base.h", |
Dominique Fauteux-Chapleau | 5ae6424 | 2020-04-17 13:18:26 | [diff] [blame] | 3719 | "enterprise/connectors/common.cc", |
| 3720 | "enterprise/connectors/common.h", |
Dominique Fauteux-Chapleau | c2d0a17 | 2020-04-01 20:04:13 | [diff] [blame] | 3721 | "enterprise/connectors/connectors_manager.cc", |
| 3722 | "enterprise/connectors/connectors_manager.h", |
Dominique Fauteux-Chapleau | 556bb84f | 2020-04-20 22:06:29 | [diff] [blame] | 3723 | "enterprise/connectors/connectors_prefs.cc", |
| 3724 | "enterprise/connectors/connectors_prefs.h", |
Dominique Fauteux-Chapleau | 130242bf | 2020-12-07 19:07:48 | [diff] [blame] | 3725 | "enterprise/connectors/connectors_service.cc", |
| 3726 | "enterprise/connectors/connectors_service.h", |
Dominique Fauteux-Chapleau | a50456d | 2020-03-27 19:19:38 | [diff] [blame] | 3727 | "enterprise/connectors/enterprise_connectors_policy_handler.cc", |
| 3728 | "enterprise/connectors/enterprise_connectors_policy_handler.h", |
Haifan Wang | 30d3f69 | 2022-08-18 14:51:24 | [diff] [blame] | 3729 | "enterprise/connectors/reporting/browser_crash_event_router.cc", |
| 3730 | "enterprise/connectors/reporting/browser_crash_event_router.h", |
Shanthanu Bhardwaj | adf4f342d | 2022-07-19 17:16:55 | [diff] [blame] | 3731 | "enterprise/connectors/reporting/extension_install_event_router.cc", |
| 3732 | "enterprise/connectors/reporting/extension_install_event_router.h", |
Shanthanu Bhardwaj | f1d3865 | 2022-07-06 20:06:22 | [diff] [blame] | 3733 | "enterprise/connectors/reporting/realtime_reporting_client.cc", |
| 3734 | "enterprise/connectors/reporting/realtime_reporting_client.h", |
| 3735 | "enterprise/connectors/reporting/realtime_reporting_client_factory.cc", |
| 3736 | "enterprise/connectors/reporting/realtime_reporting_client_factory.h", |
Dominique Fauteux-Chapleau | d280fd5 | 2021-02-03 20:06:00 | [diff] [blame] | 3737 | "enterprise/connectors/reporting/reporting_service_settings.cc", |
| 3738 | "enterprise/connectors/reporting/reporting_service_settings.h", |
Dominique Fauteux-Chapleau | 76b366a | 2020-05-28 17:15:06 | [diff] [blame] | 3739 | "enterprise/connectors/service_provider_config.cc", |
| 3740 | "enterprise/connectors/service_provider_config.h", |
Guillaume Jenkins | 41e68485 | 2020-07-03 18:31:23 | [diff] [blame] | 3741 | "enterprise/reporting/browser_report_generator_desktop.cc", |
| 3742 | "enterprise/reporting/browser_report_generator_desktop.h", |
Dominique Fauteux-Chapleau | dfe386b | 2020-03-25 18:52:36 | [diff] [blame] | 3743 | "enterprise/reporting/extension_info.cc", |
| 3744 | "enterprise/reporting/extension_info.h", |
Owen Min | 4dad567 | 2020-10-15 16:25:55 | [diff] [blame] | 3745 | "enterprise/reporting/extension_request/extension_request_notification.cc", |
| 3746 | "enterprise/reporting/extension_request/extension_request_notification.h", |
| 3747 | "enterprise/reporting/extension_request/extension_request_observer.cc", |
| 3748 | "enterprise/reporting/extension_request/extension_request_observer.h", |
| 3749 | "enterprise/reporting/extension_request/extension_request_observer_factory.cc", |
| 3750 | "enterprise/reporting/extension_request/extension_request_observer_factory.h", |
| 3751 | "enterprise/reporting/extension_request/extension_request_policy_handler.cc", |
| 3752 | "enterprise/reporting/extension_request/extension_request_policy_handler.h", |
Owen Min | 054fbc25 | 2021-04-15 14:51:22 | [diff] [blame] | 3753 | "enterprise/reporting/extension_request/extension_request_report_generator.cc", |
| 3754 | "enterprise/reporting/extension_request/extension_request_report_generator.h", |
Guillaume Jenkins | 6d7f3b1 | 2020-07-10 17:53:26 | [diff] [blame] | 3755 | "enterprise/reporting/profile_report_generator_desktop.cc", |
| 3756 | "enterprise/reporting/profile_report_generator_desktop.h", |
Owen Min | 99467f0 | 2021-04-30 18:02:12 | [diff] [blame] | 3757 | "enterprise/reporting/real_time_report_generator_desktop.cc", |
| 3758 | "enterprise/reporting/real_time_report_generator_desktop.h", |
Guillaume Jenkins | 92a5e7f | 2020-07-16 23:54:51 | [diff] [blame] | 3759 | "enterprise/reporting/report_generator_desktop.cc", |
| 3760 | "enterprise/reporting/report_generator_desktop.h", |
Guillaume Jenkins | fe481c6 | 2020-07-22 15:19:06 | [diff] [blame] | 3761 | "enterprise/reporting/report_scheduler_desktop.cc", |
| 3762 | "enterprise/reporting/report_scheduler_desktop.h", |
Guillaume Jenkins | e71c171 | 2020-07-08 16:47:47 | [diff] [blame] | 3763 | "enterprise/reporting/reporting_delegate_factory_desktop.cc", |
| 3764 | "enterprise/reporting/reporting_delegate_factory_desktop.h", |
Anthony Vallee-Dubois | a8f9d15 | 2021-04-15 23:56:32 | [diff] [blame] | 3765 | "enterprise/signals/client_certificate_fetcher.cc", |
| 3766 | "enterprise/signals/client_certificate_fetcher.h", |
Dominique Fauteux-Chapleau | ba4cc43 | 2021-03-25 18:43:21 | [diff] [blame] | 3767 | "enterprise/signals/context_info_fetcher.cc", |
| 3768 | "enterprise/signals/context_info_fetcher.h", |
Albert J. Wong | 7f7489ec | 2021-02-05 01:53:32 | [diff] [blame] | 3769 | "enterprise/signals/device_info_fetcher.cc", |
| 3770 | "enterprise/signals/device_info_fetcher.h", |
Sebastien Lalancette | da1b8cfb | 2021-09-24 18:07:58 | [diff] [blame] | 3771 | "enterprise/signals/signals_common.cc", |
Lina Ismail | 6b710e0 | 2021-07-23 18:25:03 | [diff] [blame] | 3772 | "enterprise/signals/signals_common.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3773 | "feedback/feedback_dialog_utils.cc", |
| 3774 | "feedback/feedback_dialog_utils.h", |
Ahmed Fakhry | 7ff0cdb | 2017-08-22 20:11:45 | [diff] [blame] | 3775 | "feedback/feedback_uploader_chrome.cc", |
| 3776 | "feedback/feedback_uploader_chrome.h", |
| 3777 | "feedback/feedback_uploader_factory_chrome.cc", |
| 3778 | "feedback/feedback_uploader_factory_chrome.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3779 | "feedback/show_feedback_page.cc", |
| 3780 | "feedback/system_logs/about_system_logs_fetcher.cc", |
| 3781 | "feedback/system_logs/about_system_logs_fetcher.h", |
Michael Giuffrida | caeb1d2b | 2017-06-08 19:37:17 | [diff] [blame] | 3782 | "feedback/system_logs/chrome_system_logs_fetcher.cc", |
| 3783 | "feedback/system_logs/chrome_system_logs_fetcher.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3784 | "feedback/system_logs/log_sources/chrome_internal_log_source.cc", |
| 3785 | "feedback/system_logs/log_sources/chrome_internal_log_source.h", |
| 3786 | "feedback/system_logs/log_sources/crash_ids_source.cc", |
| 3787 | "feedback/system_logs/log_sources/crash_ids_source.h", |
Matej Aleksandrov | 0da87cd3c | 2022-11-22 09:37:08 | [diff] [blame] | 3788 | "feedback/system_logs/log_sources/device_event_log_source.cc", |
| 3789 | "feedback/system_logs/log_sources/device_event_log_source.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3790 | "feedback/system_logs/log_sources/memory_details_log_source.cc", |
| 3791 | "feedback/system_logs/log_sources/memory_details_log_source.h", |
Steven Luong | 2d903f1b | 2022-12-07 01:12:24 | [diff] [blame] | 3792 | "feedback/system_logs/log_sources/performance_log_source.cc", |
| 3793 | "feedback/system_logs/log_sources/performance_log_source.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3794 | "first_run/first_run.cc", |
| 3795 | "first_run/first_run.h", |
| 3796 | "first_run/first_run_dialog.h", |
| 3797 | "first_run/first_run_internal.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3798 | "font_family_cache.cc", |
| 3799 | "font_family_cache.h", |
Matt Reynolds | 93616f9b | 2019-06-07 01:28:52 | [diff] [blame] | 3800 | "hid/chrome_hid_delegate.cc", |
| 3801 | "hid/chrome_hid_delegate.h", |
Matt Reynolds | b07027a | 2019-05-21 23:43:26 | [diff] [blame] | 3802 | "hid/hid_chooser_context.cc", |
| 3803 | "hid/hid_chooser_context.h", |
| 3804 | "hid/hid_chooser_context_factory.cc", |
| 3805 | "hid/hid_chooser_context_factory.h", |
Jack Hsieh | aba56028 | 2022-12-12 17:36:53 | [diff] [blame] | 3806 | "hid/hid_connection_tracker.cc", |
| 3807 | "hid/hid_connection_tracker.h", |
| 3808 | "hid/hid_connection_tracker_factory.cc", |
| 3809 | "hid/hid_connection_tracker_factory.h", |
Matt Reynolds | 1914ff6b | 2022-02-04 08:48:26 | [diff] [blame] | 3810 | "hid/hid_policy_allowed_devices.cc", |
| 3811 | "hid/hid_policy_allowed_devices.h", |
Jack Hsieh | ea76b94b5 | 2022-12-13 16:37:05 | [diff] [blame] | 3812 | "hid/hid_system_tray_icon.cc", |
| 3813 | "hid/hid_system_tray_icon.h", |
Matt Reynolds | 61f77ed | 2021-01-21 19:15:02 | [diff] [blame] | 3814 | "hid/web_hid_histograms.cc", |
| 3815 | "hid/web_hid_histograms.h", |
Nicholas Verne | 1088c2e | 2021-12-02 22:08:16 | [diff] [blame] | 3816 | "icon_transcoder/svg_icon_transcoder.cc", |
| 3817 | "icon_transcoder/svg_icon_transcoder.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3818 | "importer/external_process_importer_client.cc", |
| 3819 | "importer/external_process_importer_client.h", |
| 3820 | "importer/external_process_importer_host.cc", |
| 3821 | "importer/external_process_importer_host.h", |
| 3822 | "importer/firefox_profile_lock.cc", |
| 3823 | "importer/firefox_profile_lock.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3824 | "importer/importer_list.cc", |
| 3825 | "importer/importer_list.h", |
| 3826 | "importer/importer_lock_dialog.h", |
| 3827 | "importer/importer_progress_observer.h", |
| 3828 | "importer/importer_uma.cc", |
| 3829 | "importer/importer_uma.h", |
| 3830 | "importer/in_process_importer_bridge.cc", |
| 3831 | "importer/in_process_importer_bridge.h", |
| 3832 | "importer/profile_writer.cc", |
| 3833 | "importer/profile_writer.h", |
Tommy Li | d5b7c22b | 2020-10-28 01:26:51 | [diff] [blame] | 3834 | "intranet_redirect_detector.cc", |
| 3835 | "intranet_redirect_detector.h", |
Miriam Polzer | 521da5e | 2022-09-30 14:03:58 | [diff] [blame] | 3836 | "lifetime/application_lifetime_desktop.cc", |
| 3837 | "lifetime/application_lifetime_desktop.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3838 | "lifetime/browser_close_manager.cc", |
| 3839 | "lifetime/browser_close_manager.h", |
Emircan Uysaler | 0dd972a | 2018-08-14 05:15:37 | [diff] [blame] | 3840 | "media/capture_access_handler_base.cc", |
| 3841 | "media/capture_access_handler_base.h", |
Becca Hughes | 7d2bbb8 | 2018-08-07 22:56:59 | [diff] [blame] | 3842 | "media/unified_autoplay_config.cc", |
| 3843 | "media/unified_autoplay_config.h", |
Elad Alon | 6bd941b6 | 2021-02-20 15:20:16 | [diff] [blame] | 3844 | "media/webrtc/current_tab_desktop_media_list.cc", |
| 3845 | "media/webrtc/current_tab_desktop_media_list.h", |
Emircan Uysaler | 0dd972a | 2018-08-14 05:15:37 | [diff] [blame] | 3846 | "media/webrtc/desktop_capture_devices_util.cc", |
| 3847 | "media/webrtc/desktop_capture_devices_util.h", |
John Williams | aac7b7f | 2019-09-30 22:11:23 | [diff] [blame] | 3848 | "media/webrtc/desktop_media_picker_controller.cc", |
| 3849 | "media/webrtc/desktop_media_picker_controller.h", |
Emircan Uysaler | 54124ea | 2018-08-09 23:20:38 | [diff] [blame] | 3850 | "media/webrtc/desktop_media_picker_factory_impl.cc", |
| 3851 | "media/webrtc/desktop_media_picker_factory_impl.h", |
Emircan Uysaler | 0dd972a | 2018-08-14 05:15:37 | [diff] [blame] | 3852 | "media/webrtc/display_media_access_handler.cc", |
| 3853 | "media/webrtc/display_media_access_handler.h", |
Elad Alon | 97d6e9c | 2021-08-27 13:29:14 | [diff] [blame] | 3854 | "media/webrtc/media_stream_focus_delegate.cc", |
| 3855 | "media/webrtc/media_stream_focus_delegate.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3856 | "media/webrtc/tab_desktop_media_list.cc", |
| 3857 | "media/webrtc/tab_desktop_media_list.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3858 | "media_galleries/fileapi/av_scanning_file_validator.cc", |
| 3859 | "media_galleries/fileapi/av_scanning_file_validator.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3860 | "media_galleries/fileapi/media_file_system_backend.cc", |
| 3861 | "media_galleries/fileapi/media_file_system_backend.h", |
| 3862 | "media_galleries/fileapi/media_file_validator_factory.cc", |
| 3863 | "media_galleries/fileapi/media_file_validator_factory.h", |
| 3864 | "media_galleries/fileapi/media_path_filter.cc", |
| 3865 | "media_galleries/fileapi/media_path_filter.h", |
| 3866 | "media_galleries/fileapi/native_media_file_util.cc", |
| 3867 | "media_galleries/fileapi/native_media_file_util.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3868 | "media_galleries/fileapi/readahead_file_stream_reader.cc", |
| 3869 | "media_galleries/fileapi/readahead_file_stream_reader.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3870 | "media_galleries/fileapi/supported_audio_video_checker.cc", |
| 3871 | "media_galleries/fileapi/supported_audio_video_checker.h", |
| 3872 | "media_galleries/fileapi/supported_image_type_validator.cc", |
| 3873 | "media_galleries/fileapi/supported_image_type_validator.h", |
| 3874 | "media_galleries/gallery_watch_manager.cc", |
| 3875 | "media_galleries/gallery_watch_manager.h", |
| 3876 | "media_galleries/gallery_watch_manager_observer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3877 | "media_galleries/media_file_system_registry.cc", |
| 3878 | "media_galleries/media_file_system_registry.h", |
| 3879 | "media_galleries/media_galleries_dialog_controller.cc", |
| 3880 | "media_galleries/media_galleries_dialog_controller.h", |
| 3881 | "media_galleries/media_galleries_histograms.cc", |
| 3882 | "media_galleries/media_galleries_histograms.h", |
| 3883 | "media_galleries/media_galleries_permission_controller.cc", |
| 3884 | "media_galleries/media_galleries_permission_controller.h", |
| 3885 | "media_galleries/media_galleries_preferences.cc", |
| 3886 | "media_galleries/media_galleries_preferences.h", |
| 3887 | "media_galleries/media_galleries_preferences_factory.cc", |
| 3888 | "media_galleries/media_galleries_preferences_factory.h", |
| 3889 | "media_galleries/media_gallery_context_menu.cc", |
| 3890 | "media_galleries/media_gallery_context_menu.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3891 | "memory/oom_memory_details.cc", |
| 3892 | "memory/oom_memory_details.h", |
Evan Stade | 579b892 | 2019-07-17 18:03:23 | [diff] [blame] | 3893 | "metrics/browser_activity_watcher.cc", |
| 3894 | "metrics/browser_activity_watcher.h", |
Leonard Grey | 5be670c | 2019-06-13 17:56:29 | [diff] [blame] | 3895 | "metrics/desktop_platform_features_metrics_provider.cc", |
| 3896 | "metrics/desktop_platform_features_metrics_provider.h", |
Francois Doray | 6dfc80f | 2018-07-11 18:35:00 | [diff] [blame] | 3897 | "metrics/desktop_session_duration/audible_contents_tracker.cc", |
| 3898 | "metrics/desktop_session_duration/audible_contents_tracker.h", |
| 3899 | "metrics/desktop_session_duration/chrome_visibility_observer.cc", |
| 3900 | "metrics/desktop_session_duration/chrome_visibility_observer.h", |
| 3901 | "metrics/desktop_session_duration/desktop_profile_session_durations_service.cc", |
| 3902 | "metrics/desktop_session_duration/desktop_profile_session_durations_service.h", |
| 3903 | "metrics/desktop_session_duration/desktop_profile_session_durations_service_factory.cc", |
| 3904 | "metrics/desktop_session_duration/desktop_profile_session_durations_service_factory.h", |
| 3905 | "metrics/desktop_session_duration/desktop_session_duration_observer.cc", |
| 3906 | "metrics/desktop_session_duration/desktop_session_duration_observer.h", |
| 3907 | "metrics/desktop_session_duration/desktop_session_duration_tracker.cc", |
| 3908 | "metrics/desktop_session_duration/desktop_session_duration_tracker.h", |
Roger McFarlane | 0b7e3eb | 2021-08-11 17:45:17 | [diff] [blame] | 3909 | "metrics/desktop_session_duration/desktop_session_metrics_provider.cc", |
| 3910 | "metrics/desktop_session_duration/desktop_session_metrics_provider.h", |
Collin Baker | 069aa3d | 2020-07-13 23:46:50 | [diff] [blame] | 3911 | "metrics/desktop_session_duration/touch_mode_stats_tracker.cc", |
| 3912 | "metrics/desktop_session_duration/touch_mode_stats_tracker.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3913 | "metrics/first_web_contents_profiler.cc", |
| 3914 | "metrics/first_web_contents_profiler.h", |
Nicolas Dossou-Gbete | dfcddb4c | 2021-12-14 16:26:18 | [diff] [blame] | 3915 | "metrics/first_web_contents_profiler_base.cc", |
| 3916 | "metrics/first_web_contents_profiler_base.h", |
Evan Stade | 7bf6d36 | 2019-07-24 17:39:36 | [diff] [blame] | 3917 | "metrics/incognito_observer_desktop.cc", |
Patrick Monette | 54c87465 | 2022-09-29 18:46:07 | [diff] [blame] | 3918 | "metrics/power/battery_discharge_reporter.cc", |
| 3919 | "metrics/power/battery_discharge_reporter.h", |
Patrick Monette | 503df73 | 2022-04-26 20:04:37 | [diff] [blame] | 3920 | "metrics/power/power_metrics.cc", |
| 3921 | "metrics/power/power_metrics.h", |
Patrick Monette | 315b9dc | 2022-06-03 23:56:11 | [diff] [blame] | 3922 | "metrics/power/power_metrics_constants.cc", |
| 3923 | "metrics/power/power_metrics_constants.h", |
Sebastien Marchand | 319a6c99 | 2021-03-01 23:03:12 | [diff] [blame] | 3924 | "metrics/power/power_metrics_reporter.cc", |
| 3925 | "metrics/power/power_metrics_reporter.h", |
Patrick Monette | 4ca5bdf2 | 2022-05-25 15:05:00 | [diff] [blame] | 3926 | "metrics/power/process_metrics_recorder_util.cc", |
| 3927 | "metrics/power/process_metrics_recorder_util.h", |
| 3928 | "metrics/power/process_monitor.cc", |
| 3929 | "metrics/power/process_monitor.h", |
Patrick Monette | 660a4c6 | 2022-04-25 22:32:13 | [diff] [blame] | 3930 | "metrics/power/usage_scenario.cc", |
| 3931 | "metrics/power/usage_scenario.h", |
Sebastien Marchand | e9f7b99 | 2021-02-10 03:11:08 | [diff] [blame] | 3932 | "metrics/tab_stats/tab_stats_data_store.cc", |
| 3933 | "metrics/tab_stats/tab_stats_data_store.h", |
| 3934 | "metrics/tab_stats/tab_stats_observer.h", |
| 3935 | "metrics/tab_stats/tab_stats_tracker.cc", |
| 3936 | "metrics/tab_stats/tab_stats_tracker.h", |
Sebastien Marchand | 994a74d | 2021-07-15 03:06:37 | [diff] [blame] | 3937 | "metrics/usage_scenario/system_event_provider.cc", |
| 3938 | "metrics/usage_scenario/system_event_provider.h", |
Olivier Li | c3c58c73 | 2021-02-05 13:52:54 | [diff] [blame] | 3939 | "metrics/usage_scenario/tab_usage_scenario_tracker.cc", |
| 3940 | "metrics/usage_scenario/tab_usage_scenario_tracker.h", |
Sebastien Marchand | 319a6c99 | 2021-03-01 23:03:12 | [diff] [blame] | 3941 | "metrics/usage_scenario/usage_scenario_data_store.cc", |
| 3942 | "metrics/usage_scenario/usage_scenario_data_store.h", |
| 3943 | "metrics/usage_scenario/usage_scenario_tracker.cc", |
| 3944 | "metrics/usage_scenario/usage_scenario_tracker.h", |
| 3945 | "metrics/usage_scenario/video_capture_event_provider.cc", |
| 3946 | "metrics/usage_scenario/video_capture_event_provider.h", |
Tibor Goldschwendt | 6dd8808 | 2021-10-06 02:47:54 | [diff] [blame] | 3947 | "new_tab_page/chrome_colors/chrome_colors_factory.cc", |
| 3948 | "new_tab_page/chrome_colors/chrome_colors_factory.h", |
| 3949 | "new_tab_page/chrome_colors/chrome_colors_service.cc", |
| 3950 | "new_tab_page/chrome_colors/chrome_colors_service.h", |
Tibor Goldschwendt | 83b26a0 | 2021-07-09 23:13:18 | [diff] [blame] | 3951 | "new_tab_page/modules/drive/drive_handler.cc", |
| 3952 | "new_tab_page/modules/drive/drive_handler.h", |
| 3953 | "new_tab_page/modules/drive/drive_service.cc", |
| 3954 | "new_tab_page/modules/drive/drive_service.h", |
| 3955 | "new_tab_page/modules/drive/drive_service_factory.cc", |
| 3956 | "new_tab_page/modules/drive/drive_service_factory.h", |
Ian Wells | 2dc829b | 2022-07-02 01:17:58 | [diff] [blame] | 3957 | "new_tab_page/modules/feed/feed_handler.cc", |
| 3958 | "new_tab_page/modules/feed/feed_handler.h", |
Roman Arora | 5c16d4b | 2022-12-15 03:07:45 | [diff] [blame] | 3959 | "new_tab_page/modules/new_tab_page_modules.cc", |
| 3960 | "new_tab_page/modules/new_tab_page_modules.h", |
Jeremy Selier | 13d96a3 | 2021-07-21 15:28:15 | [diff] [blame] | 3961 | "new_tab_page/modules/photos/photos_handler.cc", |
| 3962 | "new_tab_page/modules/photos/photos_handler.h", |
| 3963 | "new_tab_page/modules/photos/photos_service.cc", |
| 3964 | "new_tab_page/modules/photos/photos_service.h", |
| 3965 | "new_tab_page/modules/photos/photos_service_factory.cc", |
| 3966 | "new_tab_page/modules/photos/photos_service_factory.h", |
Riley Tatum | c48258f1 | 2022-08-18 22:13:13 | [diff] [blame] | 3967 | "new_tab_page/modules/recipes/recipes_handler.cc", |
| 3968 | "new_tab_page/modules/recipes/recipes_handler.h", |
| 3969 | "new_tab_page/modules/recipes/recipes_service.cc", |
| 3970 | "new_tab_page/modules/recipes/recipes_service.h", |
| 3971 | "new_tab_page/modules/recipes/recipes_service_factory.cc", |
| 3972 | "new_tab_page/modules/recipes/recipes_service_factory.h", |
| 3973 | "new_tab_page/modules/recipes/time_format_util.cc", |
| 3974 | "new_tab_page/modules/recipes/time_format_util.h", |
Rohit Bhatia | 22e544f | 2021-10-05 15:32:26 | [diff] [blame] | 3975 | "new_tab_page/modules/safe_browsing/safe_browsing_handler.cc", |
| 3976 | "new_tab_page/modules/safe_browsing/safe_browsing_handler.h", |
| 3977 | "new_tab_page/modules/safe_browsing/safe_browsing_prefs.cc", |
| 3978 | "new_tab_page/modules/safe_browsing/safe_browsing_prefs.h", |
Yuheng Huang | 473d2c0 | 2022-07-21 16:01:24 | [diff] [blame] | 3979 | "new_tab_page/new_tab_page_util.cc", |
| 3980 | "new_tab_page/new_tab_page_util.h", |
Tibor Goldschwendt | 83b26a0 | 2021-07-09 23:13:18 | [diff] [blame] | 3981 | "new_tab_page/one_google_bar/one_google_bar_data.cc", |
| 3982 | "new_tab_page/one_google_bar/one_google_bar_data.h", |
| 3983 | "new_tab_page/one_google_bar/one_google_bar_loader.h", |
| 3984 | "new_tab_page/one_google_bar/one_google_bar_loader_impl.cc", |
| 3985 | "new_tab_page/one_google_bar/one_google_bar_loader_impl.h", |
| 3986 | "new_tab_page/one_google_bar/one_google_bar_service.cc", |
| 3987 | "new_tab_page/one_google_bar/one_google_bar_service.h", |
| 3988 | "new_tab_page/one_google_bar/one_google_bar_service_factory.cc", |
| 3989 | "new_tab_page/one_google_bar/one_google_bar_service_factory.h", |
| 3990 | "new_tab_page/one_google_bar/one_google_bar_service_observer.h", |
Tibor Goldschwendt | 53a0eab | 2021-07-29 10:40:25 | [diff] [blame] | 3991 | "new_tab_page/promos/promo_data.cc", |
| 3992 | "new_tab_page/promos/promo_data.h", |
| 3993 | "new_tab_page/promos/promo_service.cc", |
| 3994 | "new_tab_page/promos/promo_service.h", |
| 3995 | "new_tab_page/promos/promo_service_factory.cc", |
| 3996 | "new_tab_page/promos/promo_service_factory.h", |
| 3997 | "new_tab_page/promos/promo_service_observer.h", |
Richard Knoll | 1fd473e9 | 2020-10-26 13:59:59 | [diff] [blame] | 3998 | "notifications/muted_notification_handler.cc", |
| 3999 | "notifications/muted_notification_handler.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 4000 | "notifications/profile_notification.cc", |
| 4001 | "notifications/profile_notification.h", |
Richard Knoll | 0c262f75 | 2020-10-09 14:29:50 | [diff] [blame] | 4002 | "notifications/screen_capture_notification_blocker.cc", |
| 4003 | "notifications/screen_capture_notification_blocker.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4004 | "obsolete_system/obsolete_system.h", |
Christian Dullweber | 2c61592 | 2022-08-01 15:07:36 | [diff] [blame] | 4005 | "page_info/about_this_site_side_panel_throttle.cc", |
| 4006 | "page_info/about_this_site_side_panel_throttle.h", |
Christian Dullweber | 020c2f9 | 2022-08-24 18:16:06 | [diff] [blame] | 4007 | "page_info/about_this_site_tab_helper.cc", |
| 4008 | "page_info/about_this_site_tab_helper.h", |
sauski | 90bffa6 | 2020-07-27 18:17:57 | [diff] [blame] | 4009 | "password_manager/generated_password_leak_detection_pref.cc", |
| 4010 | "password_manager/generated_password_leak_detection_pref.h", |
Sebastien Marchand | d5112a1 | 2020-01-15 15:19:48 | [diff] [blame] | 4011 | "performance_manager/mechanisms/page_discarder.cc", |
| 4012 | "performance_manager/mechanisms/page_discarder.h", |
Hailey Wang | eaf5460 | 2020-03-17 21:07:34 | [diff] [blame] | 4013 | "performance_manager/mechanisms/page_loader.cc", |
| 4014 | "performance_manager/mechanisms/page_loader.h", |
Anthony Vallee-Dubois | f125643 | 2022-08-11 18:20:51 | [diff] [blame] | 4015 | "performance_manager/metrics/metrics_provider.cc", |
| 4016 | "performance_manager/metrics/metrics_provider.h", |
Sebastien Marchand | f191fde | 2020-01-08 15:37:41 | [diff] [blame] | 4017 | "performance_manager/persistence/site_data/site_data_cache_facade.cc", |
| 4018 | "performance_manager/persistence/site_data/site_data_cache_facade.h", |
| 4019 | "performance_manager/persistence/site_data/site_data_cache_facade_factory.cc", |
| 4020 | "performance_manager/persistence/site_data/site_data_cache_facade_factory.h", |
Sigurdur Asgeirsson | 68667e1 | 2020-04-29 17:53:29 | [diff] [blame] | 4021 | "performance_manager/policies/background_tab_loading_policy.cc", |
| 4022 | "performance_manager/policies/background_tab_loading_policy.h", |
| 4023 | "performance_manager/policies/background_tab_loading_policy_helpers.cc", |
| 4024 | "performance_manager/policies/background_tab_loading_policy_helpers.h", |
Anthony Vallee-Dubois | 1740681 | 2022-05-20 15:50:22 | [diff] [blame] | 4025 | "performance_manager/policies/high_efficiency_mode_policy.cc", |
| 4026 | "performance_manager/policies/high_efficiency_mode_policy.h", |
Sebastien Marchand | 399e41a | 2020-07-20 17:12:32 | [diff] [blame] | 4027 | "performance_manager/policies/page_discarding_helper.cc", |
| 4028 | "performance_manager/policies/page_discarding_helper.h", |
Sigurdur Asgeirsson | 68667e1 | 2020-04-29 17:53:29 | [diff] [blame] | 4029 | "performance_manager/policies/urgent_page_discarding_policy.cc", |
| 4030 | "performance_manager/policies/urgent_page_discarding_policy.h", |
Anthony Vallee-Dubois | 36b4a37 | 2022-08-23 14:54:09 | [diff] [blame] | 4031 | "performance_manager/public/user_tuning/user_performance_tuning_manager.h", |
Anthony Vallee-Dubois | 8029174 | 2022-07-12 09:08:00 | [diff] [blame] | 4032 | "performance_manager/user_tuning/profile_discard_opt_out_list_helper.cc", |
| 4033 | "performance_manager/user_tuning/profile_discard_opt_out_list_helper.h", |
Anthony Vallee-Dubois | 768e1fdb | 2022-08-09 18:07:54 | [diff] [blame] | 4034 | "performance_manager/user_tuning/user_performance_tuning_manager.cc", |
Anthony Vallee-Dubois | 3828759 | 2022-09-08 16:19:24 | [diff] [blame] | 4035 | "performance_manager/user_tuning/user_performance_tuning_notifier.cc", |
| 4036 | "performance_manager/user_tuning/user_performance_tuning_notifier.h", |
Adam Langley | 85339f6 | 2018-02-12 22:03:56 | [diff] [blame] | 4037 | "permissions/attestation_permission_request.cc", |
| 4038 | "permissions/attestation_permission_request.h", |
Yann Dago | 9ce48a34 | 2022-07-26 02:30:53 | [diff] [blame] | 4039 | "policy/browsing_history_policy_handler.cc", |
| 4040 | "policy/browsing_history_policy_handler.h", |
| 4041 | "policy/developer_tools_policy_handler.cc", |
| 4042 | "policy/developer_tools_policy_handler.h", |
Anthony Vallee-Dubois | 372e1169 | 2020-03-31 13:30:40 | [diff] [blame] | 4043 | "policy/device_account_initializer.cc", |
| 4044 | "policy/device_account_initializer.h", |
Yann Dago | c4c1f87 | 2021-05-21 16:11:08 | [diff] [blame] | 4045 | "policy/managed_account_policy_handler.cc", |
| 4046 | "policy/managed_account_policy_handler.h", |
Matt Reynolds | 1914ff6b | 2022-02-04 08:48:26 | [diff] [blame] | 4047 | "policy/webhid_device_policy_handler.cc", |
| 4048 | "policy/webhid_device_policy_handler.h", |
Sreeja Kamishetty | ab9948ab | 2022-07-20 23:20:23 | [diff] [blame] | 4049 | "preloading/prefetch/zero_suggest_prefetch/zero_suggest_prefetch_tab_helper.cc", |
| 4050 | "preloading/prefetch/zero_suggest_prefetch/zero_suggest_prefetch_tab_helper.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4051 | "process_singleton_modal_dialog_lock.cc", |
| 4052 | "process_singleton_modal_dialog_lock.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4053 | "process_singleton_startup_lock.cc", |
| 4054 | "process_singleton_startup_lock.h", |
| 4055 | "profile_resetter/brandcode_config_fetcher.cc", |
| 4056 | "profile_resetter/brandcode_config_fetcher.h", |
| 4057 | "profile_resetter/brandcoded_default_settings.cc", |
| 4058 | "profile_resetter/brandcoded_default_settings.h", |
| 4059 | "profile_resetter/profile_resetter.cc", |
| 4060 | "profile_resetter/profile_resetter.h", |
| 4061 | "profile_resetter/reset_report_uploader.cc", |
| 4062 | "profile_resetter/reset_report_uploader.h", |
| 4063 | "profile_resetter/reset_report_uploader_factory.cc", |
| 4064 | "profile_resetter/reset_report_uploader_factory.h", |
| 4065 | "profile_resetter/resettable_settings_snapshot.cc", |
| 4066 | "profile_resetter/resettable_settings_snapshot.h", |
| 4067 | "profile_resetter/triggered_profile_resetter.cc", |
| 4068 | "profile_resetter/triggered_profile_resetter.h", |
| 4069 | "profile_resetter/triggered_profile_resetter_factory.cc", |
| 4070 | "profile_resetter/triggered_profile_resetter_factory.h", |
David Roger | c7532421 | 2022-11-29 13:48:20 | [diff] [blame] | 4071 | "profiles/delete_profile_helper.cc", |
| 4072 | "profiles/delete_profile_helper.h", |
Yann Dago | 9ce48a34 | 2022-07-26 02:30:53 | [diff] [blame] | 4073 | "profiles/guest_mode_policy_handler.cc", |
| 4074 | "profiles/guest_mode_policy_handler.h", |
Nicolas Dossou-Gbete | ef2efb8c | 2022-01-26 14:09:14 | [diff] [blame] | 4075 | "profiles/guest_profile_creation_logger.cc", |
| 4076 | "profiles/guest_profile_creation_logger.h", |
David Roger | c7532421 | 2022-11-29 13:48:20 | [diff] [blame] | 4077 | "profiles/nuke_profile_directory_utils.cc", |
| 4078 | "profiles/nuke_profile_directory_utils.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4079 | "profiles/profile_shortcut_manager.cc", |
| 4080 | "profiles/profile_shortcut_manager.h", |
Alex Ilin | 1020018 | 2020-07-29 14:19:37 | [diff] [blame] | 4081 | "profiles/profile_theme_update_service.cc", |
| 4082 | "profiles/profile_theme_update_service.h", |
| 4083 | "profiles/profile_theme_update_service_factory.cc", |
| 4084 | "profiles/profile_theme_update_service_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4085 | "profiles/profile_window.cc", |
| 4086 | "profiles/profile_window.h", |
Katie D | 7bb3457 | 2019-01-11 19:54:00 | [diff] [blame] | 4087 | "renderer_context_menu/accessibility_labels_bubble_model.cc", |
| 4088 | "renderer_context_menu/accessibility_labels_bubble_model.h", |
| 4089 | "renderer_context_menu/accessibility_labels_menu_observer.cc", |
| 4090 | "renderer_context_menu/accessibility_labels_menu_observer.h", |
Kyle Milka | d51af38 | 2021-03-20 02:42:20 | [diff] [blame] | 4091 | "renderer_context_menu/link_to_text_menu_observer.cc", |
| 4092 | "renderer_context_menu/link_to_text_menu_observer.h", |
Kyungjun Lee | 0dcd7c3e | 2022-12-16 22:01:39 | [diff] [blame] | 4093 | "renderer_context_menu/pdf_ocr_menu_observer.cc", |
| 4094 | "renderer_context_menu/pdf_ocr_menu_observer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4095 | "renderer_context_menu/render_view_context_menu.cc", |
| 4096 | "renderer_context_menu/render_view_context_menu.h", |
| 4097 | "renderer_context_menu/spelling_bubble_model.cc", |
| 4098 | "renderer_context_menu/spelling_bubble_model.h", |
| 4099 | "renderer_context_menu/spelling_menu_observer.cc", |
| 4100 | "renderer_context_menu/spelling_menu_observer.h", |
| 4101 | "repost_form_warning_controller.cc", |
| 4102 | "repost_form_warning_controller.h", |
Chris Hamilton | f1b5912 | 2018-05-22 21:05:31 | [diff] [blame] | 4103 | "resource_coordinator/decision_details.cc", |
| 4104 | "resource_coordinator/decision_details.h", |
Francois Doray | f4e2a53 | 2018-01-11 20:12:16 | [diff] [blame] | 4105 | "resource_coordinator/discard_metrics_lifecycle_unit_observer.cc", |
| 4106 | "resource_coordinator/discard_metrics_lifecycle_unit_observer.h", |
Sebastien Marchand | c7d65c80 | 2020-01-14 15:24:04 | [diff] [blame] | 4107 | "resource_coordinator/intervention_policy_database.cc", |
| 4108 | "resource_coordinator/intervention_policy_database.h", |
Francois Doray | 306bae8 | 2017-11-21 21:46:53 | [diff] [blame] | 4109 | "resource_coordinator/lifecycle_unit.cc", |
| 4110 | "resource_coordinator/lifecycle_unit.h", |
Francois Doray | 5e2521fc | 2018-01-10 20:36:18 | [diff] [blame] | 4111 | "resource_coordinator/lifecycle_unit_base.cc", |
| 4112 | "resource_coordinator/lifecycle_unit_base.h", |
Francois Doray | 11261624 | 2018-03-30 13:21:38 | [diff] [blame] | 4113 | "resource_coordinator/lifecycle_unit_observer.cc", |
Francois Doray | 5e2521fc | 2018-01-10 20:36:18 | [diff] [blame] | 4114 | "resource_coordinator/lifecycle_unit_observer.h", |
Francois Doray | b208d41 | 2017-12-07 19:15:45 | [diff] [blame] | 4115 | "resource_coordinator/lifecycle_unit_source.h", |
Francois Doray | 67a9cc8 | 2017-12-07 20:36:48 | [diff] [blame] | 4116 | "resource_coordinator/lifecycle_unit_source_base.cc", |
| 4117 | "resource_coordinator/lifecycle_unit_source_base.h", |
Francois Doray | 3f6722a | 2017-11-24 20:03:51 | [diff] [blame] | 4118 | "resource_coordinator/lifecycle_unit_source_observer.h", |
Francois Doray | e878d9f | 2017-11-22 20:02:32 | [diff] [blame] | 4119 | "resource_coordinator/tab_lifecycle_observer.h", |
Francois Doray | c78450a | 2017-12-07 21:32:46 | [diff] [blame] | 4120 | "resource_coordinator/tab_lifecycle_unit.cc", |
| 4121 | "resource_coordinator/tab_lifecycle_unit.h", |
Francois Doray | 74aed422 | 2017-12-04 16:09:09 | [diff] [blame] | 4122 | "resource_coordinator/tab_lifecycle_unit_external.cc", |
| 4123 | "resource_coordinator/tab_lifecycle_unit_external.h", |
Francois Doray | 4d08cfa | 2017-12-13 19:22:29 | [diff] [blame] | 4124 | "resource_coordinator/tab_lifecycle_unit_source.cc", |
| 4125 | "resource_coordinator/tab_lifecycle_unit_source.h", |
lpy | fedf65a | 2017-06-01 01:41:24 | [diff] [blame] | 4126 | "resource_coordinator/tab_manager.cc", |
| 4127 | "resource_coordinator/tab_manager.h", |
Peiyong Lin | 8e18bee4 | 2017-11-07 00:10:04 | [diff] [blame] | 4128 | "resource_coordinator/tab_manager_resource_coordinator_signal_observer.cc", |
| 4129 | "resource_coordinator/tab_manager_resource_coordinator_signal_observer.h", |
Francois Doray | a49186f | 2018-07-10 17:00:22 | [diff] [blame] | 4130 | "resource_coordinator/usage_clock.cc", |
| 4131 | "resource_coordinator/usage_clock.h", |
Robert Sesek | b49a6bb | 2021-05-10 14:53:17 | [diff] [blame] | 4132 | "resources_integrity.cc", |
| 4133 | "resources_integrity.h", |
sauski | 66020b2 | 2020-06-25 10:20:46 | [diff] [blame] | 4134 | "safe_browsing/generated_safe_browsing_pref.cc", |
| 4135 | "safe_browsing/generated_safe_browsing_pref.h", |
Ramya Nagarajan | 90f3b266 | 2018-05-25 15:21:20 | [diff] [blame] | 4136 | "search/background/ntp_background_data.cc", |
| 4137 | "search/background/ntp_background_data.h", |
| 4138 | "search/background/ntp_background_service.cc", |
| 4139 | "search/background/ntp_background_service.h", |
| 4140 | "search/background/ntp_background_service_factory.cc", |
| 4141 | "search/background/ntp_background_service_factory.h", |
| 4142 | "search/background/ntp_background_service_observer.h", |
Hector Carmona | 9797cc6 | 2019-08-09 20:35:35 | [diff] [blame] | 4143 | "search/background/ntp_backgrounds.cc", |
| 4144 | "search/background/ntp_backgrounds.h", |
Tibor Goldschwendt | 49af434 | 2021-08-05 02:37:33 | [diff] [blame] | 4145 | "search/background/ntp_custom_background_service.cc", |
| 4146 | "search/background/ntp_custom_background_service.h", |
| 4147 | "search/background/ntp_custom_background_service_factory.cc", |
| 4148 | "search/background/ntp_custom_background_service_factory.h", |
| 4149 | "search/background/ntp_custom_background_service_observer.h", |
Marc Treib | 7895941d | 2017-11-28 12:37:02 | [diff] [blame] | 4150 | "search/instant_service.cc", |
| 4151 | "search/instant_service.h", |
| 4152 | "search/instant_service_factory.cc", |
| 4153 | "search/instant_service_factory.h", |
| 4154 | "search/instant_service_observer.cc", |
| 4155 | "search/instant_service_observer.h", |
Marc Treib | 7895941d | 2017-11-28 12:37:02 | [diff] [blame] | 4156 | "search/most_visited_iframe_source.cc", |
| 4157 | "search/most_visited_iframe_source.h", |
Moe Ahmadi | e66f1944 | 2019-12-09 06:04:37 | [diff] [blame] | 4158 | "search/ntp_custom_background_enabled_policy_handler.cc", |
| 4159 | "search/ntp_custom_background_enabled_policy_handler.h", |
Marc Treib | 7895941d | 2017-11-28 12:37:02 | [diff] [blame] | 4160 | "search/search_engine_base_url_tracker.cc", |
| 4161 | "search/search_engine_base_url_tracker.h", |
Tina Wang | b02b5e03 | 2019-03-06 02:16:56 | [diff] [blame] | 4162 | "send_tab_to_self/desktop_notification_handler.cc", |
| 4163 | "send_tab_to_self/desktop_notification_handler.h", |
Reilly Grant | 0d28232 | 2019-01-29 02:42:58 | [diff] [blame] | 4164 | "serial/chrome_serial_delegate.cc", |
| 4165 | "serial/chrome_serial_delegate.h", |
Reilly Grant | 2919ec5 | 2021-01-08 02:37:01 | [diff] [blame] | 4166 | "serial/serial_blocklist.cc", |
| 4167 | "serial/serial_blocklist.h", |
Reilly Grant | 0d28232 | 2019-01-29 02:42:58 | [diff] [blame] | 4168 | "serial/serial_chooser_context.cc", |
| 4169 | "serial/serial_chooser_context.h", |
| 4170 | "serial/serial_chooser_context_factory.cc", |
| 4171 | "serial/serial_chooser_context_factory.h", |
Reilly Grant | 2ca2c85 | 2020-07-21 07:08:53 | [diff] [blame] | 4172 | "serial/serial_chooser_histograms.h", |
Reilly Grant | d4fb584 | 2021-03-15 23:16:49 | [diff] [blame] | 4173 | "serial/serial_policy_allowed_ports.cc", |
| 4174 | "serial/serial_policy_allowed_ports.h", |
Tobias Soppa | 0828088 | 2021-08-12 13:02:01 | [diff] [blame] | 4175 | "sessions/closed_tab_cache.cc", |
| 4176 | "sessions/closed_tab_cache.h", |
Sreeja Kamishetty | babf9da | 2020-12-02 07:19:13 | [diff] [blame] | 4177 | "sessions/closed_tab_cache_service.cc", |
| 4178 | "sessions/closed_tab_cache_service.h", |
| 4179 | "sessions/closed_tab_cache_service_factory.cc", |
| 4180 | "sessions/closed_tab_cache_service_factory.h", |
Yann Dago | c2a22ac2 | 2022-04-13 15:58:14 | [diff] [blame] | 4181 | "sessions/restore_on_startup_policy_handler.cc", |
| 4182 | "sessions/restore_on_startup_policy_handler.h", |
Elly Fong-Jones | 8d5a964 | 2021-09-28 23:25:37 | [diff] [blame] | 4183 | "share/share_metrics.cc", |
| 4184 | "share/share_metrics.h", |
Himanshu Jaju | d6b794c5 | 2019-07-16 19:31:46 | [diff] [blame] | 4185 | "sharing/click_to_call/click_to_call_context_menu_observer.cc", |
| 4186 | "sharing/click_to_call/click_to_call_context_menu_observer.h", |
Richard Knoll | 1066465 | 2019-11-29 16:36:37 | [diff] [blame] | 4187 | "sharing/click_to_call/click_to_call_metrics.cc", |
| 4188 | "sharing/click_to_call/click_to_call_metrics.h", |
Yasmin | 85bccc56 | 2019-08-12 17:25:01 | [diff] [blame] | 4189 | "sharing/click_to_call/click_to_call_ui_controller.cc", |
| 4190 | "sharing/click_to_call/click_to_call_ui_controller.h", |
Michael van Ouwerkerk | 259f78e0 | 2019-11-04 15:26:03 | [diff] [blame] | 4191 | "sharing/shared_clipboard/remote_copy_message_handler.cc", |
| 4192 | "sharing/shared_clipboard/remote_copy_message_handler.h", |
Rayan Kanso | 5292deda | 2019-09-04 11:37:17 | [diff] [blame] | 4193 | "sharing/shared_clipboard/shared_clipboard_message_handler_desktop.cc", |
| 4194 | "sharing/shared_clipboard/shared_clipboard_message_handler_desktop.h", |
Richard Knoll | ea1ce4a | 2019-09-25 10:55:55 | [diff] [blame] | 4195 | "sharing/sharing_app.cc", |
| 4196 | "sharing/sharing_app.h", |
Yasmin | 78e32eccc | 2019-08-02 14:54:33 | [diff] [blame] | 4197 | "sharing/sharing_dialog.h", |
Richard Knoll | 3e69eee | 2019-10-10 10:11:43 | [diff] [blame] | 4198 | "sharing/sharing_dialog_data.cc", |
| 4199 | "sharing/sharing_dialog_data.h", |
Rayan Kanso | 5292deda | 2019-09-04 11:37:17 | [diff] [blame] | 4200 | "sharing/sharing_notification_handler.cc", |
| 4201 | "sharing/sharing_notification_handler.h", |
Yasmin | 85bccc56 | 2019-08-12 17:25:01 | [diff] [blame] | 4202 | "sharing/sharing_ui_controller.cc", |
| 4203 | "sharing/sharing_ui_controller.h", |
Yi Gu | 67500e57 | 2021-03-20 01:44:13 | [diff] [blame] | 4204 | "sharing/sms/sms_remote_fetcher_ui_controller.cc", |
| 4205 | "sharing/sms/sms_remote_fetcher_ui_controller.h", |
Kristi Park | eb87b30 | 2021-05-07 17:44:20 | [diff] [blame] | 4206 | "sharing_hub/sharing_hub_features.cc", |
| 4207 | "sharing_hub/sharing_hub_features.h", |
| 4208 | "sharing_hub/sharing_hub_model.cc", |
| 4209 | "sharing_hub/sharing_hub_model.h", |
| 4210 | "sharing_hub/sharing_hub_service.cc", |
| 4211 | "sharing_hub/sharing_hub_service.h", |
| 4212 | "sharing_hub/sharing_hub_service_factory.cc", |
| 4213 | "sharing_hub/sharing_hub_service_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4214 | "signin/signin_promo.cc", |
| 4215 | "signin/signin_promo.h", |
Alex Ilin | a9004c4 | 2022-05-02 17:31:15 | [diff] [blame] | 4216 | "signin/signin_ui_delegate.cc", |
| 4217 | "signin/signin_ui_delegate.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4218 | "signin/signin_ui_util.cc", |
| 4219 | "signin/signin_ui_util.h", |
Rob Schonberger | 48454fb | 2021-02-10 22:04:10 | [diff] [blame] | 4220 | "speech/chrome_speech_recognition_service.cc", |
| 4221 | "speech/chrome_speech_recognition_service.h", |
Nico Weber | 2d5aa49bc | 2020-01-28 20:59:42 | [diff] [blame] | 4222 | "speech/extension_api/tts_extension_api_constants.cc", # Should be moved |
| 4223 | # to extensions |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 4224 | # section ? |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4225 | "speech/extension_api/tts_extension_api_constants.h", |
evliu | 3b6e6d5 | 2020-10-20 17:34:14 | [diff] [blame] | 4226 | "speech/speech_recognition_client_browser_interface.cc", |
| 4227 | "speech/speech_recognition_client_browser_interface.h", |
| 4228 | "speech/speech_recognition_client_browser_interface_factory.cc", |
| 4229 | "speech/speech_recognition_client_browser_interface_factory.h", |
evliu | 2e5dbee4 | 2020-04-09 23:35:29 | [diff] [blame] | 4230 | "speech/speech_recognition_service.h", |
| 4231 | "speech/speech_recognition_service_factory.cc", |
| 4232 | "speech/speech_recognition_service_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4233 | "ssl/ssl_client_auth_observer.cc", |
| 4234 | "ssl/ssl_client_auth_observer.h", |
| 4235 | "status_icons/desktop_notification_balloon.cc", |
| 4236 | "status_icons/desktop_notification_balloon.h", |
Jarryd | 7b4baf80 | 2019-12-25 01:21:28 | [diff] [blame] | 4237 | "storage/storage_notification_service_factory.cc", |
| 4238 | "storage/storage_notification_service_factory.h", |
| 4239 | "storage/storage_notification_service_impl.cc", |
| 4240 | "storage/storage_notification_service_impl.h", |
Irem Uguz | 7df02449 | 2021-12-16 11:40:05 | [diff] [blame] | 4241 | "support_tool/data_collector.h", |
Irem Uguz | 0a1f164 | 2022-11-07 10:16:10 | [diff] [blame] | 4242 | "support_tool/data_collector_utils.cc", |
| 4243 | "support_tool/data_collector_utils.h", |
Irem Uguz | 03f5b10 | 2022-10-12 15:31:40 | [diff] [blame] | 4244 | "support_tool/policy_data_collector.cc", |
| 4245 | "support_tool/policy_data_collector.h", |
Irem Uguz | 1781ccd | 2022-05-17 11:56:50 | [diff] [blame] | 4246 | "support_tool/support_packet_metadata.cc", |
| 4247 | "support_tool/support_packet_metadata.h", |
Irem Uguz | 7df02449 | 2021-12-16 11:40:05 | [diff] [blame] | 4248 | "support_tool/support_tool_handler.cc", |
| 4249 | "support_tool/support_tool_handler.h", |
| 4250 | "support_tool/support_tool_util.cc", |
| 4251 | "support_tool/support_tool_util.h", |
Irem Uguz | 3195652 | 2022-01-12 17:59:40 | [diff] [blame] | 4252 | "support_tool/system_log_source_data_collector_adaptor.cc", |
| 4253 | "support_tool/system_log_source_data_collector_adaptor.h", |
Mikel Astiz | a974891d | 2018-09-28 10:00:52 | [diff] [blame] | 4254 | "sync/glue/extension_model_type_controller.cc", |
| 4255 | "sync/glue/extension_model_type_controller.h", |
Mikel Astiz | 62f7ba6 | 2018-10-15 17:34:20 | [diff] [blame] | 4256 | "sync/glue/extension_setting_model_type_controller.cc", |
| 4257 | "sync/glue/extension_setting_model_type_controller.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4258 | "sync/sessions/browser_list_router_helper.cc", |
| 4259 | "sync/sessions/browser_list_router_helper.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4260 | "sync/sync_ui_util.cc", |
| 4261 | "sync/sync_ui_util.h", |
Sebastien Marchand | d1b927f | 2019-12-19 18:38:57 | [diff] [blame] | 4262 | "tab_contents/form_interaction_tab_helper.cc", |
| 4263 | "tab_contents/form_interaction_tab_helper.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4264 | "task_manager/providers/browser_process_task.cc", |
| 4265 | "task_manager/providers/browser_process_task.h", |
| 4266 | "task_manager/providers/browser_process_task_provider.cc", |
| 4267 | "task_manager/providers/browser_process_task_provider.h", |
| 4268 | "task_manager/providers/child_process_task.cc", |
| 4269 | "task_manager/providers/child_process_task.h", |
| 4270 | "task_manager/providers/child_process_task_provider.cc", |
| 4271 | "task_manager/providers/child_process_task_provider.h", |
Charles Burnell | 2ce10272 | 2017-08-14 23:15:12 | [diff] [blame] | 4272 | "task_manager/providers/fallback_task_provider.cc", |
| 4273 | "task_manager/providers/fallback_task_provider.h", |
Patrick Monette | 6773644 | 2020-02-03 06:48:21 | [diff] [blame] | 4274 | "task_manager/providers/per_profile_worker_task_tracker.cc", |
| 4275 | "task_manager/providers/per_profile_worker_task_tracker.h", |
cburn | d154ad8 | 2017-08-02 17:25:35 | [diff] [blame] | 4276 | "task_manager/providers/render_process_host_task_provider.cc", |
| 4277 | "task_manager/providers/render_process_host_task_provider.h", |
Avi Drissman | 1b4ef11 | 2020-06-17 21:19:43 | [diff] [blame] | 4278 | "task_manager/providers/spare_render_process_host_task_provider.cc", |
| 4279 | "task_manager/providers/spare_render_process_host_task_provider.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4280 | "task_manager/providers/task.cc", |
| 4281 | "task_manager/providers/task.h", |
| 4282 | "task_manager/providers/task_provider.cc", |
| 4283 | "task_manager/providers/task_provider.h", |
| 4284 | "task_manager/providers/task_provider_observer.h", |
Johann | a22cce7 | 2021-06-28 01:32:20 | [diff] [blame] | 4285 | "task_manager/providers/web_contents/back_forward_cache_task.cc", |
| 4286 | "task_manager/providers/web_contents/back_forward_cache_task.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4287 | "task_manager/providers/web_contents/background_contents_tag.cc", |
| 4288 | "task_manager/providers/web_contents/background_contents_tag.h", |
| 4289 | "task_manager/providers/web_contents/background_contents_task.cc", |
| 4290 | "task_manager/providers/web_contents/background_contents_task.h", |
| 4291 | "task_manager/providers/web_contents/devtools_tag.cc", |
| 4292 | "task_manager/providers/web_contents/devtools_tag.h", |
| 4293 | "task_manager/providers/web_contents/devtools_task.cc", |
| 4294 | "task_manager/providers/web_contents/devtools_task.h", |
| 4295 | "task_manager/providers/web_contents/extension_tag.cc", |
| 4296 | "task_manager/providers/web_contents/extension_tag.h", |
| 4297 | "task_manager/providers/web_contents/extension_task.cc", |
| 4298 | "task_manager/providers/web_contents/extension_task.h", |
William Liu | 93e4992 | 2022-05-18 19:48:49 | [diff] [blame] | 4299 | "task_manager/providers/web_contents/fenced_frame_task.cc", |
| 4300 | "task_manager/providers/web_contents/fenced_frame_task.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4301 | "task_manager/providers/web_contents/guest_tag.cc", |
| 4302 | "task_manager/providers/web_contents/guest_tag.h", |
| 4303 | "task_manager/providers/web_contents/guest_task.cc", |
| 4304 | "task_manager/providers/web_contents/guest_task.h", |
William Liu | 93e4992 | 2022-05-18 19:48:49 | [diff] [blame] | 4305 | "task_manager/providers/web_contents/no_state_prefetch_tag.cc", |
| 4306 | "task_manager/providers/web_contents/no_state_prefetch_tag.h", |
| 4307 | "task_manager/providers/web_contents/no_state_prefetch_task.cc", |
| 4308 | "task_manager/providers/web_contents/no_state_prefetch_task.h", |
Jeremy Roman | d26a7d1 | 2020-01-16 23:51:30 | [diff] [blame] | 4309 | "task_manager/providers/web_contents/portal_tag.cc", |
| 4310 | "task_manager/providers/web_contents/portal_tag.h", |
| 4311 | "task_manager/providers/web_contents/portal_task.cc", |
| 4312 | "task_manager/providers/web_contents/portal_task.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4313 | "task_manager/providers/web_contents/prerender_task.cc", |
| 4314 | "task_manager/providers/web_contents/prerender_task.h", |
| 4315 | "task_manager/providers/web_contents/printing_tag.cc", |
| 4316 | "task_manager/providers/web_contents/printing_tag.h", |
| 4317 | "task_manager/providers/web_contents/printing_task.cc", |
| 4318 | "task_manager/providers/web_contents/printing_task.h", |
| 4319 | "task_manager/providers/web_contents/renderer_task.cc", |
| 4320 | "task_manager/providers/web_contents/renderer_task.h", |
| 4321 | "task_manager/providers/web_contents/subframe_task.cc", |
| 4322 | "task_manager/providers/web_contents/subframe_task.h", |
| 4323 | "task_manager/providers/web_contents/tab_contents_tag.cc", |
| 4324 | "task_manager/providers/web_contents/tab_contents_tag.h", |
| 4325 | "task_manager/providers/web_contents/tab_contents_task.cc", |
| 4326 | "task_manager/providers/web_contents/tab_contents_task.h", |
Avi Drissman | f6140584 | 2020-08-20 20:56:24 | [diff] [blame] | 4327 | "task_manager/providers/web_contents/tool_tag.cc", |
| 4328 | "task_manager/providers/web_contents/tool_tag.h", |
| 4329 | "task_manager/providers/web_contents/tool_task.cc", |
| 4330 | "task_manager/providers/web_contents/tool_task.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4331 | "task_manager/providers/web_contents/web_contents_tag.cc", |
| 4332 | "task_manager/providers/web_contents/web_contents_tag.h", |
| 4333 | "task_manager/providers/web_contents/web_contents_tags_manager.cc", |
| 4334 | "task_manager/providers/web_contents/web_contents_tags_manager.h", |
| 4335 | "task_manager/providers/web_contents/web_contents_task_provider.cc", |
| 4336 | "task_manager/providers/web_contents/web_contents_task_provider.h", |
Patrick Monette | 018b200 | 2020-01-23 22:56:22 | [diff] [blame] | 4337 | "task_manager/providers/worker_task.cc", |
| 4338 | "task_manager/providers/worker_task.h", |
| 4339 | "task_manager/providers/worker_task_provider.cc", |
| 4340 | "task_manager/providers/worker_task_provider.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4341 | "task_manager/sampling/shared_sampler.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4342 | "task_manager/sampling/task_group.cc", |
| 4343 | "task_manager/sampling/task_group.h", |
| 4344 | "task_manager/sampling/task_group_sampler.cc", |
| 4345 | "task_manager/sampling/task_group_sampler.h", |
| 4346 | "task_manager/sampling/task_manager_impl.cc", |
| 4347 | "task_manager/sampling/task_manager_impl.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4348 | "task_manager/task_manager_interface.cc", |
| 4349 | "task_manager/task_manager_interface.h", |
| 4350 | "task_manager/task_manager_observer.cc", |
| 4351 | "task_manager/task_manager_observer.h", |
| 4352 | "themes/browser_theme_pack.cc", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4353 | "themes/custom_theme_supplier.cc", |
Alan Cutter | 1160e52 | 2020-01-30 04:10:02 | [diff] [blame] | 4354 | "themes/theme_helper.cc", |
| 4355 | "themes/theme_helper.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4356 | "themes/theme_properties.cc", |
| 4357 | "themes/theme_service.cc", |
| 4358 | "themes/theme_service.h", |
| 4359 | "themes/theme_service_factory.cc", |
| 4360 | "themes/theme_service_factory.h", |
Tommy Steimel | 2dffd3c | 2021-03-10 23:27:21 | [diff] [blame] | 4361 | "themes/theme_service_observer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4362 | "themes/theme_syncable_service.cc", |
| 4363 | "themes/theme_syncable_service.h", |
Greg Thompson | 429fac2 | 2020-02-03 14:06:43 | [diff] [blame] | 4364 | "upgrade_detector/build_state.cc", |
| 4365 | "upgrade_detector/build_state.h", |
| 4366 | "upgrade_detector/build_state_observer.h", |
Greg Thompson | 8bcd799b | 2018-08-10 09:49:33 | [diff] [blame] | 4367 | "upgrade_detector/upgrade_detector.cc", |
| 4368 | "upgrade_detector/upgrade_detector.h", |
| 4369 | "upgrade_detector/upgrade_observer.h", |
Donna Wu | c98e12a | 2018-08-16 07:24:02 | [diff] [blame] | 4370 | "usb/web_usb_chooser_desktop.cc", |
| 4371 | "usb/web_usb_chooser_desktop.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4372 | "usb/web_usb_detector.cc", |
| 4373 | "usb/web_usb_detector.h", |
Guillaume Jenkins | d4f15fd | 2022-03-28 20:40:31 | [diff] [blame] | 4374 | "user_notes/user_note_service_delegate_impl.cc", |
| 4375 | "user_notes/user_note_service_delegate_impl.h", |
Guillaume Jenkins | 2bc64aa | 2022-03-25 20:29:54 | [diff] [blame] | 4376 | "user_notes/user_note_service_factory.cc", |
| 4377 | "user_notes/user_note_service_factory.h", |
Guillaume Jenkins | a288ef2 | 2022-04-05 18:26:47 | [diff] [blame] | 4378 | "user_notes/user_notes_tab_helper.cc", |
| 4379 | "user_notes/user_notes_tab_helper.h", |
Nina Satragno | 8c832df | 2019-07-29 15:59:39 | [diff] [blame] | 4380 | "webauthn/authenticator_list_observer.h", |
| 4381 | "webauthn/authenticator_reference.cc", |
| 4382 | "webauthn/authenticator_reference.h", |
| 4383 | "webauthn/authenticator_request_dialog_model.cc", |
| 4384 | "webauthn/authenticator_request_dialog_model.h", |
| 4385 | "webauthn/authenticator_request_scheduler.cc", |
| 4386 | "webauthn/authenticator_request_scheduler.h", |
| 4387 | "webauthn/authenticator_transport.h", |
Adam Langley | f71ddba | 2021-12-13 19:57:03 | [diff] [blame] | 4388 | "webauthn/cablev2_devices.cc", |
| 4389 | "webauthn/cablev2_devices.h", |
Nina Satragno | 8c832df | 2019-07-29 15:59:39 | [diff] [blame] | 4390 | "webauthn/chrome_authenticator_request_delegate.cc", |
| 4391 | "webauthn/chrome_authenticator_request_delegate.h", |
Angela Zhang | 5619ced | 2022-08-31 19:40:07 | [diff] [blame] | 4392 | "webauthn/local_credential_management.cc", |
Adam Langley | a5ea957 | 2022-07-13 22:37:43 | [diff] [blame] | 4393 | "webauthn/local_credential_management.h", |
Nina Satragno | 8c832df | 2019-07-29 15:59:39 | [diff] [blame] | 4394 | "webauthn/observable_authenticator_list.cc", |
| 4395 | "webauthn/observable_authenticator_list.h", |
Martin Kreichgauer | d7aa4f9 | 2022-02-22 20:46:21 | [diff] [blame] | 4396 | "webauthn/webauthn_switches.cc", |
| 4397 | "webauthn/webauthn_switches.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4398 | ] |
| 4399 | deps += [ |
Allen Bauer | ace9190 | 2022-02-07 17:59:01 | [diff] [blame] | 4400 | ":browser_themes", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4401 | ":theme_properties", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 4402 | "//chrome/app:command_ids", |
| 4403 | "//chrome/app/theme:chrome_unscaled_resources_grit", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4404 | "//chrome/app/vector_icons", |
Alexey Baskakov | 314f4267 | 2022-05-20 04:41:17 | [diff] [blame] | 4405 | "//chrome/browser/ash/system_web_apps/types:types", |
Wei-Yin Chen (陳威尹) | 02727cb | 2021-02-17 08:59:33 | [diff] [blame] | 4406 | "//chrome/browser/cart:mojo_bindings", |
Dominique Fauteux-Chapleau | 53864323 | 2022-06-09 19:19:00 | [diff] [blame] | 4407 | "//chrome/browser/enterprise/connectors/analysis:features", |
Hamda | 94bacaf | 2022-08-30 04:21:52 | [diff] [blame] | 4408 | "//chrome/browser/enterprise/connectors/device_trust:prefs", |
Sebastien Lalancette | 5f88e24 | 2021-09-29 15:11:34 | [diff] [blame] | 4409 | "//chrome/browser/enterprise/signals:utils", |
Kirubel Aklilu | 70d93b5 | 2022-03-22 20:31:38 | [diff] [blame] | 4410 | "//chrome/browser/first_party_sets", |
Travis Skare | 7196746 | 2022-04-27 14:45:02 | [diff] [blame] | 4411 | "//chrome/browser/image_editor:image_editor_component_util", |
George Benz | 874148c | 2022-03-25 00:31:45 | [diff] [blame] | 4412 | "//chrome/browser/media/router/discovery/access_code:access_code_sink_service", |
Tibor Goldschwendt | 6dd8808 | 2021-10-06 02:47:54 | [diff] [blame] | 4413 | "//chrome/browser/new_tab_page/chrome_colors:generate_chrome_colors_info", |
| 4414 | "//chrome/browser/new_tab_page/chrome_colors:generate_colors_info", |
dpapad | d580808 | 2022-06-23 16:20:42 | [diff] [blame] | 4415 | "//chrome/browser/new_tab_page/modules/drive:mojo_bindings", |
Ian Wells | 2dc829b | 2022-07-02 01:17:58 | [diff] [blame] | 4416 | "//chrome/browser/new_tab_page/modules/feed:mojo_bindings", |
dpapad | d580808 | 2022-06-23 16:20:42 | [diff] [blame] | 4417 | "//chrome/browser/new_tab_page/modules/photos:mojo_bindings", |
Riley Tatum | c48258f1 | 2022-08-18 22:13:13 | [diff] [blame] | 4418 | "//chrome/browser/new_tab_page/modules/recipes:mojo_bindings", |
dpapad | d580808 | 2022-06-23 16:20:42 | [diff] [blame] | 4419 | "//chrome/browser/new_tab_page/modules/safe_browsing:mojo_bindings", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4420 | "//chrome/browser/policy:path_parser", |
| 4421 | "//chrome/browser/profile_resetter:profile_reset_report_proto", |
Sebastien Marchand | c7d65c80 | 2020-01-14 15:24:04 | [diff] [blame] | 4422 | "//chrome/browser/resource_coordinator:intervention_policy_database_proto", |
Łukasz Anforowicz | 0e4647c | 2022-12-19 19:51:15 | [diff] [blame] | 4423 | "//chrome/browser/resource_coordinator:tab_metrics_event_proto", |
| 4424 | "//chrome/browser/resource_coordinator/tab_ranker", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4425 | "//chrome/browser/resources:component_extension_resources", |
Jeffrey Cohen | ea8b24f4 | 2021-07-01 22:12:12 | [diff] [blame] | 4426 | "//chrome/browser/share/core:share_targets", |
Jeffrey Cohen | 94e6cc67 | 2021-06-14 20:25:45 | [diff] [blame] | 4427 | "//chrome/browser/share/proto:proto", |
Irem Uguz | df3efb3 | 2022-02-07 15:05:10 | [diff] [blame] | 4428 | "//chrome/browser/support_tool:support_tool_proto", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 4429 | "//chrome/browser/ui/color:color_headers", |
Takumi Fujimoto | f3c610e | 2021-11-24 21:23:27 | [diff] [blame] | 4430 | "//chrome/browser/ui/webui/access_code_cast:mojo_bindings", |
dpapad | d580808 | 2022-06-23 16:20:42 | [diff] [blame] | 4431 | "//chrome/browser/ui/webui/downloads:mojo_bindings", |
Travis Skare | cd4d17a9 | 2022-06-09 21:25:45 | [diff] [blame] | 4432 | "//chrome/browser/ui/webui/image_editor:image_editor_ui", |
Jeffrey Cohen | a1b0c4e | 2022-02-16 22:15:25 | [diff] [blame] | 4433 | "//chrome/browser/ui/webui/image_editor:mojo_bindings", |
dpapad | c996ee5 | 2022-03-28 08:10:46 | [diff] [blame] | 4434 | "//chrome/browser/ui/webui/new_tab_page:mojo_bindings", |
| 4435 | "//chrome/browser/ui/webui/new_tab_page_third_party:mojo_bindings", |
dpapad | cd9f071 | 2022-06-21 21:19:08 | [diff] [blame] | 4436 | "//chrome/browser/ui/webui/side_panel/bookmarks:mojo_bindings", |
Nihar Majmudar | a5da7d5 | 2022-07-27 21:57:44 | [diff] [blame] | 4437 | "//chrome/browser/ui/webui/side_panel/customize_chrome:mojo_bindings", |
dpapad | cd9f071 | 2022-06-21 21:19:08 | [diff] [blame] | 4438 | "//chrome/browser/ui/webui/side_panel/reading_list:mojo_bindings", |
Caroline Rising | ec0e2ebd | 2022-10-21 15:02:50 | [diff] [blame] | 4439 | "//chrome/browser/ui/webui/side_panel/user_notes:mojo_bindings", |
dpapad | d580808 | 2022-06-23 16:20:42 | [diff] [blame] | 4440 | "//chrome/browser/ui/webui/tab_search:mojo_bindings", |
Mark Pearson | 799d6e6 | 2021-10-13 00:35:38 | [diff] [blame] | 4441 | "//chrome/browser/ui/webui/tab_strip:mojo_bindings", |
Song Fangzhen | 07a1f39 | 2021-07-20 22:05:59 | [diff] [blame] | 4442 | "//chrome/browser/web_applications", |
Alan Cutter | 8eaae69 | 2022-02-01 06:25:28 | [diff] [blame] | 4443 | "//chrome/browser/web_applications/adjustments", |
Eric Willigers | 996ddd7 | 2021-09-10 20:11:53 | [diff] [blame] | 4444 | "//chrome/browser/web_applications/app_service", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 4445 | "//chrome/common/apps/platform_apps", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4446 | "//chrome/common/importer:interfaces", |
Gayane Petrosyan | 22ce8f2d | 2019-06-14 17:23:44 | [diff] [blame] | 4447 | "//chrome/common/themes:autogenerated_theme_util", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 4448 | "//chrome/services/media_gallery_util/public/cpp", |
ahmedmoussa | 542d59a | 2022-12-13 03:23:35 | [diff] [blame] | 4449 | "//components/access_code_cast/common:common", |
Devlin Cronin | 3d432af | 2022-01-27 23:08:39 | [diff] [blame] | 4450 | "//components/app_constants", |
David Maunder | a0e594af | 2022-06-28 23:35:39 | [diff] [blame] | 4451 | "//components/commerce/core:cart_db_content_proto", |
David Maunder | 3edd4a32 | 2022-07-01 17:05:25 | [diff] [blame] | 4452 | "//components/commerce/core:coupon_db_content_proto", |
Mei Liang | 471e5d3 | 2022-03-29 01:00:40 | [diff] [blame] | 4453 | "//components/commerce/core:public", |
Yue Zhang | 4b9e823 | 2022-08-17 00:36:05 | [diff] [blame] | 4454 | "//components/commerce/core/mojom:mojo_bindings", |
Dominique Fauteux-Chapleau | 7191299 | 2020-10-22 18:15:37 | [diff] [blame] | 4455 | "//components/constrained_window", |
Sebastien Lalancette | 3e77ecb | 2022-05-31 15:49:38 | [diff] [blame] | 4456 | "//components/device_signals/core/browser", |
David Maunder | c445500 | 2022-06-03 20:27:47 | [diff] [blame] | 4457 | "//components/endpoint_fetcher:endpoint_fetcher", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4458 | "//components/feedback", |
Sylvain Defresne | 3ea5768c | 2021-03-03 15:39:57 | [diff] [blame] | 4459 | "//components/feedback/content:factory", |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 4460 | "//components/image_fetcher/core", |
Michael Giuffrida | 2dbce0d1 | 2017-09-02 03:30:59 | [diff] [blame] | 4461 | "//components/keep_alive_registry", |
Abigail Klein | df1bc11 | 2021-08-20 00:59:36 | [diff] [blame] | 4462 | "//components/live_caption", |
evliu | c9a9f753 | 2022-12-21 19:22:53 | [diff] [blame] | 4463 | "//components/live_caption:live_translate", |
Albert J. Wong | 23183a1 | 2021-08-13 00:23:35 | [diff] [blame] | 4464 | "//components/memory_pressure", |
Moe Ahmadi | ba2c145 | 2022-12-07 04:18:24 | [diff] [blame] | 4465 | "//components/omnibox/browser:mojo_bindings", |
[email protected] | 2f82f86 | 2020-05-27 01:44:40 | [diff] [blame] | 4466 | "//components/services/app_service:lib", |
Jay Harris | d3191c0 | 2019-08-16 01:23:39 | [diff] [blame] | 4467 | "//components/services/app_service/public/cpp:app_file_handling", |
Eric Willigers | dfea211 | 2020-09-08 06:25:19 | [diff] [blame] | 4468 | "//components/services/app_service/public/cpp:app_share_target", |
Nancy Wang | 6d25c18 | 2021-11-10 06:43:41 | [diff] [blame] | 4469 | "//components/services/app_service/public/cpp:app_types", |
[email protected] | 2f82f86 | 2020-05-27 01:44:40 | [diff] [blame] | 4470 | "//components/services/app_service/public/cpp:app_update", |
| 4471 | "//components/services/app_service/public/cpp:icon_loader", |
Nancy Wang | 784439bc | 2021-11-08 20:35:28 | [diff] [blame] | 4472 | "//components/services/app_service/public/cpp:icon_types", |
[email protected] | 2f82f86 | 2020-05-27 01:44:40 | [diff] [blame] | 4473 | "//components/services/app_service/public/cpp:intents", |
| 4474 | "//components/services/app_service/public/cpp:preferred_apps", |
Fabio Rocha | 41aa734 | 2020-12-16 22:22:32 | [diff] [blame] | 4475 | "//components/services/app_service/public/cpp:protocol_handling", |
[email protected] | 2f82f86 | 2020-05-27 01:44:40 | [diff] [blame] | 4476 | "//components/services/app_service/public/cpp:publisher", |
Dibyajyoti Pal | cfde661 | 2022-02-04 15:09:17 | [diff] [blame] | 4477 | "//components/services/app_service/public/cpp:run_on_os_login", |
Gayane Petrosyan | 6788384 | 2020-11-04 17:57:39 | [diff] [blame] | 4478 | "//components/shared_highlighting/core/common", |
Amanda Deacon | 074dfb5d | 2021-05-04 01:19:12 | [diff] [blame] | 4479 | "//components/soda", |
Abigail Klein | 82807c55 | 2020-04-06 19:58:07 | [diff] [blame] | 4480 | "//components/soda:constants", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 4481 | "//components/ukm/content", |
Guillaume Jenkins | 2bc64aa | 2022-03-25 20:29:54 | [diff] [blame] | 4482 | "//components/user_notes:features", |
| 4483 | "//components/user_notes/browser", |
Guillaume Jenkins | d4f15fd | 2022-03-28 20:40:31 | [diff] [blame] | 4484 | "//components/user_notes/interfaces", |
Guillaume Jenkins | db601f9 | 2022-06-22 20:49:17 | [diff] [blame] | 4485 | "//components/user_notes/storage", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4486 | "//components/web_modal", |
Yaron Friedman | ac8bf3c | 2018-07-20 15:06:30 | [diff] [blame] | 4487 | "//courgette:courgette_lib", |
Matt Reynolds | b3040fd | 2020-12-21 21:53:18 | [diff] [blame] | 4488 | "//services/device/public/cpp/hid", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 4489 | "//third_party/sqlite", |
Vasilii Sukhanov | d95dd69a3 | 2021-05-03 19:03:59 | [diff] [blame] | 4490 | "//third_party/zxcvbn-cpp", |
Evan Stade | 8ad157f8 | 2022-03-04 01:04:58 | [diff] [blame] | 4491 | "//ui/webui/resources/cr_components/app_management:mojo_bindings", |
Dana Fried | 84cd714c | 2022-08-11 17:16:39 | [diff] [blame] | 4492 | "//ui/webui/resources/cr_components/help_bubble:mojo_bindings", |
Marlon Facey | 18a7d7d | 2022-05-09 21:22:29 | [diff] [blame] | 4493 | "//ui/webui/resources/cr_components/history_clusters:mojo_bindings", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4494 | ] |
Lei Zhang | 3e63238b | 2021-04-20 17:16:15 | [diff] [blame] | 4495 | public_deps += [ |
| 4496 | "//chrome/common:buildflags", |
| 4497 | "//extensions/buildflags", |
| 4498 | ] |
Eric Willigers | 996ddd7 | 2021-09-10 20:11:53 | [diff] [blame] | 4499 | allow_circular_includes_from += [ |
George Benz | 874148c | 2022-03-25 00:31:45 | [diff] [blame] | 4500 | # TODO(b/220386256): Remove circular dependency from the browser. |
| 4501 | "//chrome/browser/media/router/discovery/access_code:access_code_sink_service", |
George Benz | cfe5bf5c | 2021-12-08 22:29:46 | [diff] [blame] | 4502 | |
Eric Willigers | 996ddd7 | 2021-09-10 20:11:53 | [diff] [blame] | 4503 | # TODO(crbug.com/1200215): Remove cycles and simplify all dependencies. |
| 4504 | "//chrome/browser/web_applications", |
Alan Cutter | 8eaae69 | 2022-02-01 06:25:28 | [diff] [blame] | 4505 | |
| 4506 | # TODO(crbug.com/1292435): Remove once AppServiceProxy is extracted from |
| 4507 | # //chrome/browser. |
| 4508 | "//chrome/browser/web_applications/adjustments", |
Eric Willigers | 996ddd7 | 2021-09-10 20:11:53 | [diff] [blame] | 4509 | "//chrome/browser/web_applications/app_service", |
| 4510 | ] |
Jack Hsieh | d06b101 | 2022-12-13 18:20:14 | [diff] [blame] | 4511 | if (!is_android && !is_chromeos) { |
| 4512 | sources += [ |
| 4513 | "hid/hid_status_icon.cc", |
| 4514 | "hid/hid_status_icon.h", |
| 4515 | ] |
| 4516 | } |
Lei Zhang | a5c0a0a | 2022-05-20 16:03:01 | [diff] [blame] | 4517 | if (!is_chromeos) { |
| 4518 | sources += [ |
| 4519 | "apps/app_service/app_service_proxy_desktop.cc", |
| 4520 | "apps/app_service/app_service_proxy_desktop.h", |
Yann Dago | 44d6cc32 | 2022-07-13 17:46:25 | [diff] [blame] | 4521 | "external_protocol/auto_launch_protocols_policy_handler.cc", |
| 4522 | "external_protocol/auto_launch_protocols_policy_handler.h", |
Yann Dago | 9ce48a34 | 2022-07-26 02:30:53 | [diff] [blame] | 4523 | "net/disk_cache_dir_policy_handler.cc", |
| 4524 | "net/disk_cache_dir_policy_handler.h", |
Yann Dago | 44d6cc32 | 2022-07-13 17:46:25 | [diff] [blame] | 4525 | "policy/file_selection_dialogs_policy_handler.cc", |
| 4526 | "policy/file_selection_dialogs_policy_handler.h", |
| 4527 | "themes/theme_color_policy_handler.cc", |
| 4528 | "themes/theme_color_policy_handler.h", |
Lei Zhang | a5c0a0a | 2022-05-20 16:03:01 | [diff] [blame] | 4529 | ] |
| 4530 | } |
Lei Zhang | 647a4d4 | 2021-04-20 03:09:27 | [diff] [blame] | 4531 | if (!is_chromeos_ash) { |
Abigail Klein | 5eb53a4 | 2020-11-08 22:06:15 | [diff] [blame] | 4532 | sources += [ |
| 4533 | "accessibility/soda_installer_impl.cc", |
| 4534 | "accessibility/soda_installer_impl.h", |
Lei Zhang | a5c0a0a | 2022-05-20 16:03:01 | [diff] [blame] | 4535 | "device_identity/device_oauth2_token_store_desktop.cc", |
| 4536 | "device_identity/device_oauth2_token_store_desktop.h", |
| 4537 | "enterprise/remote_commands/cbcm_remote_commands_factory.cc", |
| 4538 | "enterprise/remote_commands/cbcm_remote_commands_factory.h", |
| 4539 | "enterprise/remote_commands/clear_browsing_data_job.cc", |
| 4540 | "enterprise/remote_commands/clear_browsing_data_job.h", |
| 4541 | "first_run/upgrade_util.cc", |
| 4542 | "first_run/upgrade_util.h", |
| 4543 | "lifetime/switch_utils.cc", |
| 4544 | "lifetime/switch_utils.h", |
| 4545 | "metrics/upgrade_metrics_provider.cc", |
| 4546 | "metrics/upgrade_metrics_provider.h", |
Lei Zhang | a5c0a0a | 2022-05-20 16:03:01 | [diff] [blame] | 4547 | "platform_util.cc", |
| 4548 | "policy/cbcm_invalidations_initializer.cc", |
| 4549 | "policy/cbcm_invalidations_initializer.h", |
| 4550 | "policy/chrome_browser_cloud_management_controller_desktop.cc", |
| 4551 | "policy/chrome_browser_cloud_management_controller_desktop.h", |
| 4552 | "policy/chrome_browser_cloud_management_register_watcher.cc", |
| 4553 | "policy/chrome_browser_cloud_management_register_watcher.h", |
| 4554 | "policy/client_data_delegate_desktop.cc", |
| 4555 | "policy/client_data_delegate_desktop.h", |
| 4556 | "policy/cloud/user_policy_signin_service.cc", |
| 4557 | "policy/cloud/user_policy_signin_service.h", |
| 4558 | "policy/cloud/user_policy_signin_service_internal.h", |
| 4559 | "profiles/avatar_menu.cc", |
| 4560 | "profiles/avatar_menu.h", |
Lei Zhang | a5c0a0a | 2022-05-20 16:03:01 | [diff] [blame] | 4561 | "profiles/avatar_menu_desktop.cc", |
| 4562 | "profiles/avatar_menu_observer.h", |
| 4563 | "profiles/profile_activity_metrics_recorder.cc", |
| 4564 | "profiles/profile_activity_metrics_recorder.h", |
Lei Zhang | a5c0a0a | 2022-05-20 16:03:01 | [diff] [blame] | 4565 | "profiles/profile_list_desktop.cc", |
| 4566 | "profiles/profile_list_desktop.h", |
| 4567 | "profiles/profile_statistics.cc", |
| 4568 | "profiles/profile_statistics.h", |
| 4569 | "profiles/profile_statistics_aggregator.cc", |
| 4570 | "profiles/profile_statistics_aggregator.h", |
| 4571 | "profiles/profile_statistics_common.cc", |
| 4572 | "profiles/profile_statistics_common.h", |
| 4573 | "profiles/profile_statistics_factory.cc", |
| 4574 | "profiles/profile_statistics_factory.h", |
| 4575 | "signin/force_signin_verifier.cc", |
| 4576 | "signin/force_signin_verifier.h", |
| 4577 | "signin/signin_manager.cc", |
| 4578 | "signin/signin_manager.h", |
| 4579 | "signin/signin_manager_factory.cc", |
| 4580 | "signin/signin_manager_factory.h", |
| 4581 | "upgrade_detector/get_installed_version.cc", |
| 4582 | "upgrade_detector/get_installed_version.h", |
| 4583 | "upgrade_detector/installed_version_monitor.h", |
| 4584 | "upgrade_detector/installed_version_poller.cc", |
| 4585 | "upgrade_detector/installed_version_poller.h", |
| 4586 | "upgrade_detector/upgrade_detector_impl.cc", |
| 4587 | "upgrade_detector/upgrade_detector_impl.h", |
| 4588 | ] |
| 4589 | |
Hamda | 94bacaf | 2022-08-30 04:21:52 | [diff] [blame] | 4590 | deps += [ |
| 4591 | "//chrome/browser/enterprise/connectors/device_trust:features", |
| 4592 | "//chrome/browser/enterprise/connectors/device_trust/key_management/browser", |
| 4593 | ] |
Lei Zhang | a5c0a0a | 2022-05-20 16:03:01 | [diff] [blame] | 4594 | } |
| 4595 | if (!is_chromeos_lacros) { |
| 4596 | sources += [ |
| 4597 | "apps/app_service/publisher_host.cc", |
| 4598 | "apps/app_service/publisher_host.h", |
| 4599 | "apps/app_service/publishers/extension_apps.cc", |
| 4600 | "apps/app_service/publishers/extension_apps.h", |
| 4601 | "apps/app_service/publishers/extension_apps_base.cc", |
| 4602 | "apps/app_service/publishers/extension_apps_base.h", |
Abigail Klein | 5eb53a4 | 2020-11-08 22:06:15 | [diff] [blame] | 4603 | ] |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 4604 | } |
| 4605 | if (enable_extensions) { |
Evan Stade | 442ec9d | 2021-01-07 21:59:11 | [diff] [blame] | 4606 | deps += [ |
| 4607 | "//extensions/browser", |
Julie Jeongeun Kim | 73c8cc3 | 2021-02-26 03:17:59 | [diff] [blame] | 4608 | "//extensions/common:mojom", |
Evan Stade | 442ec9d | 2021-01-07 21:59:11 | [diff] [blame] | 4609 | ] |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 4610 | } |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 4611 | |
Joshua Peraza | 7c44905 | 2022-10-05 22:15:41 | [diff] [blame] | 4612 | if (!is_fuchsia) { |
| 4613 | deps += [ "//third_party/crashpad/crashpad/client:common" ] |
| 4614 | } |
| 4615 | |
Robert Sesek | 7dbafc82 | 2021-05-21 21:13:08 | [diff] [blame] | 4616 | # On Windows, the hashes are embedded in //chrome:chrome_initial rather |
| 4617 | # than here in :chrome_dll. |
| 4618 | if (!is_win) { |
Robert Sesek | b49a6bb | 2021-05-10 14:53:17 | [diff] [blame] | 4619 | deps += [ "//chrome:packed_resources_integrity" ] |
Gabriel Charette | fe05104 | 2022-01-19 09:27:29 | [diff] [blame] | 4620 | sources += [ "certificate_viewer_stub.cc" ] |
Robert Sesek | b49a6bb | 2021-05-10 14:53:17 | [diff] [blame] | 4621 | } |
| 4622 | |
Wez | 9f5c119 | 2021-07-14 16:04:18 | [diff] [blame] | 4623 | if (is_posix) { |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 4624 | sources += [ |
| 4625 | "chrome_browser_main_posix.cc", |
| 4626 | "chrome_browser_main_posix.h", |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 4627 | "importer/firefox_profile_lock_posix.cc", |
| 4628 | "process_singleton_posix.cc", |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 4629 | ] |
James Cook | de37558 | 2020-09-23 21:14:07 | [diff] [blame] | 4630 | |
Eriko Kurimoto | 1fc62ad | 2022-04-27 11:33:53 | [diff] [blame] | 4631 | if (is_chromeos) { |
| 4632 | sources += [ "first_run/first_run_internal_chromeos.cc" ] |
| 4633 | } else { |
James Cook | de37558 | 2020-09-23 21:14:07 | [diff] [blame] | 4634 | sources += [ "first_run/first_run_internal_posix.cc" ] |
| 4635 | } |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 4636 | } |
Wez | 3fbbced | 2021-07-26 13:13:27 | [diff] [blame] | 4637 | |
| 4638 | if (is_posix || is_fuchsia) { |
| 4639 | sources += [ "task_manager/sampling/shared_sampler_stub.cc" ] |
| 4640 | } |
Lei Zhang | a5c0a0a | 2022-05-20 16:03:01 | [diff] [blame] | 4641 | |
Lei Zhang | a5c0a0a | 2022-05-20 16:03:01 | [diff] [blame] | 4642 | if (!is_official_build) { |
| 4643 | deps += [ "//chrome/browser/ui/webui/new_tab_page/foo:mojo_bindings" ] |
| 4644 | } |
| 4645 | |
| 4646 | if (use_minikin_hyphenation) { |
| 4647 | sources += [ |
| 4648 | "component_updater/hyphenation_component_installer.cc", |
| 4649 | "component_updater/hyphenation_component_installer.h", |
| 4650 | ] |
| 4651 | } |
Hubert Chao | fb41ebe0 | 2022-11-29 18:42:18 | [diff] [blame] | 4652 | |
| 4653 | if (chrome_root_store_supported) { |
| 4654 | sources += [ |
| 4655 | "feedback/system_logs/log_sources/chrome_root_store_log_source.cc", |
| 4656 | "feedback/system_logs/log_sources/chrome_root_store_log_source.h", |
| 4657 | ] |
| 4658 | } |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 4659 | } |
| 4660 | |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 4661 | if (is_chromeos_ash) { |
Peter Beverloo | c30c9ddf | 2021-02-24 19:56:03 | [diff] [blame] | 4662 | assert(enable_system_notifications) |
alokp | 76ed9ed | 2017-01-26 00:17:44 | [diff] [blame] | 4663 | sources += [ |
Maggie Cai | afec0b5 | 2022-07-13 08:21:23 | [diff] [blame] | 4664 | "apps/app_deduplication_service/app_deduplication_service.cc", |
| 4665 | "apps/app_deduplication_service/app_deduplication_service.h", |
| 4666 | "apps/app_deduplication_service/app_deduplication_service_factory.cc", |
| 4667 | "apps/app_deduplication_service/app_deduplication_service_factory.h", |
Maggie Cai | e18f5d8 | 2022-08-02 04:36:47 | [diff] [blame] | 4668 | "apps/app_deduplication_service/duplicate_group.cc", |
| 4669 | "apps/app_deduplication_service/duplicate_group.h", |
| 4670 | "apps/app_deduplication_service/entry_types.cc", |
| 4671 | "apps/app_deduplication_service/entry_types.h", |
Melissa Zhang | c79366cf | 2022-01-12 03:11:47 | [diff] [blame] | 4672 | "apps/app_discovery_service/app_discovery_service.cc", |
| 4673 | "apps/app_discovery_service/app_discovery_service.h", |
| 4674 | "apps/app_discovery_service/app_discovery_service_factory.cc", |
| 4675 | "apps/app_discovery_service/app_discovery_service_factory.h", |
| 4676 | "apps/app_discovery_service/app_discovery_util.h", |
| 4677 | "apps/app_discovery_service/app_fetcher_manager.cc", |
| 4678 | "apps/app_discovery_service/app_fetcher_manager.h", |
tby | 79c1639b | 2022-03-25 06:18:30 | [diff] [blame] | 4679 | "apps/app_discovery_service/game_extras.cc", |
| 4680 | "apps/app_discovery_service/game_extras.h", |
Melissa Zhang | e8376dd | 2022-03-28 01:04:12 | [diff] [blame] | 4681 | "apps/app_discovery_service/game_fetcher.cc", |
| 4682 | "apps/app_discovery_service/game_fetcher.h", |
Melissa Zhang | c79366cf | 2022-01-12 03:11:47 | [diff] [blame] | 4683 | "apps/app_discovery_service/play_extras.cc", |
| 4684 | "apps/app_discovery_service/play_extras.h", |
| 4685 | "apps/app_discovery_service/recommended_arc_app_fetcher.cc", |
| 4686 | "apps/app_discovery_service/recommended_arc_app_fetcher.h", |
Melissa Zhang | c79366cf | 2022-01-12 03:11:47 | [diff] [blame] | 4687 | "apps/app_discovery_service/result.cc", |
| 4688 | "apps/app_discovery_service/result.h", |
| 4689 | "apps/app_discovery_service/test_fetcher.cc", |
| 4690 | "apps/app_discovery_service/test_fetcher.h", |
Tim Sergeant | 0d4bc8e | 2022-11-17 06:06:45 | [diff] [blame] | 4691 | "apps/app_preload_service/almanac_api_util.cc", |
| 4692 | "apps/app_preload_service/almanac_api_util.h", |
Jeevan Shikaram | 6e8786ac | 2022-09-12 06:35:23 | [diff] [blame] | 4693 | "apps/app_preload_service/app_preload_server_connector.cc", |
| 4694 | "apps/app_preload_service/app_preload_server_connector.h", |
Jeevan Shikaram | 1fa00e3 | 2022-08-29 08:34:06 | [diff] [blame] | 4695 | "apps/app_preload_service/app_preload_service.cc", |
| 4696 | "apps/app_preload_service/app_preload_service.h", |
| 4697 | "apps/app_preload_service/app_preload_service_factory.cc", |
| 4698 | "apps/app_preload_service/app_preload_service_factory.h", |
Jeevan Shikaram | b212a6d | 2022-09-13 01:26:38 | [diff] [blame] | 4699 | "apps/app_preload_service/device_info_manager.cc", |
| 4700 | "apps/app_preload_service/device_info_manager.h", |
Jeevan Shikaram | 4191a1a | 2022-10-11 05:15:36 | [diff] [blame] | 4701 | "apps/app_preload_service/preload_app_definition.cc", |
| 4702 | "apps/app_preload_service/preload_app_definition.h", |
Tim Sergeant | ee9fad93 | 2022-11-20 03:13:46 | [diff] [blame] | 4703 | "apps/app_preload_service/web_app_preload_installer.cc", |
| 4704 | "apps/app_preload_service/web_app_preload_installer.h", |
Melissa Zhang | e4c1f98 | 2022-03-04 05:08:39 | [diff] [blame] | 4705 | "apps/app_provisioning_service/app_provisioning_data_manager.cc", |
| 4706 | "apps/app_provisioning_service/app_provisioning_data_manager.h", |
Nancy Wang | 6d885ee | 2022-11-14 23:49:29 | [diff] [blame] | 4707 | "apps/app_service/app_icon/app_icon_decoder.cc", |
| 4708 | "apps/app_service/app_icon/app_icon_decoder.h", |
Nancy Wang | 264f82a4 | 2022-11-02 06:42:43 | [diff] [blame] | 4709 | "apps/app_service/app_icon/app_icon_reader.cc", |
| 4710 | "apps/app_service/app_icon/app_icon_reader.h", |
| 4711 | "apps/app_service/app_icon/app_icon_writer.cc", |
| 4712 | "apps/app_service/app_icon/app_icon_writer.h", |
Nancy Wang | 57fb70db | 2021-10-08 03:28:15 | [diff] [blame] | 4713 | "apps/app_service/app_icon/arc_activity_adaptive_icon_impl.cc", |
| 4714 | "apps/app_service/app_icon/arc_activity_adaptive_icon_impl.h", |
| 4715 | "apps/app_service/app_icon/arc_icon_once_loader.cc", |
| 4716 | "apps/app_service/app_icon/arc_icon_once_loader.h", |
Maggie Cai | 5faf4aac | 2021-12-01 05:58:52 | [diff] [blame] | 4717 | "apps/app_service/app_service_proxy_ash.cc", |
| 4718 | "apps/app_service/app_service_proxy_ash.h", |
Alexey Baskakov | 2397451 | 2021-03-18 04:16:44 | [diff] [blame] | 4719 | "apps/app_service/app_shortcut_item.cc", |
| 4720 | "apps/app_service/app_shortcut_item.h", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 4721 | "apps/app_service/browser_app_instance_registry.cc", |
| 4722 | "apps/app_service/browser_app_instance_registry.h", |
Maggie Cai | 410c779 | 2020-07-09 05:35:56 | [diff] [blame] | 4723 | "apps/app_service/file_utils.cc", |
| 4724 | "apps/app_service/file_utils.h", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 4725 | "apps/app_service/instance_registry_updater.cc", |
| 4726 | "apps/app_service/instance_registry_updater.h", |
nancy | 6bcfe2a | 2020-01-15 08:16:56 | [diff] [blame] | 4727 | "apps/app_service/menu_util.cc", |
| 4728 | "apps/app_service/menu_util.h", |
Nancy Wang | 1f26814 | 2021-12-21 06:44:17 | [diff] [blame] | 4729 | "apps/app_service/metrics/app_platform_input_metrics.cc", |
| 4730 | "apps/app_service/metrics/app_platform_input_metrics.h", |
Nancy Wang | 811fe4f9 | 2021-10-08 12:28:13 | [diff] [blame] | 4731 | "apps/app_service/metrics/app_platform_metrics.cc", |
| 4732 | "apps/app_service/metrics/app_platform_metrics.h", |
| 4733 | "apps/app_service/metrics/app_platform_metrics_service.cc", |
| 4734 | "apps/app_service/metrics/app_platform_metrics_service.h", |
Nancy Wang | a3003cb | 2021-10-20 05:34:01 | [diff] [blame] | 4735 | "apps/app_service/metrics/app_platform_metrics_utils.cc", |
| 4736 | "apps/app_service/metrics/app_platform_metrics_utils.h", |
Nancy Wang | 4a949e87 | 2021-12-22 03:42:31 | [diff] [blame] | 4737 | "apps/app_service/metrics/browser_to_tab_list.cc", |
| 4738 | "apps/app_service/metrics/browser_to_tab_list.h", |
Nancy Wang | 8951d42 | 2022-06-08 12:52:00 | [diff] [blame] | 4739 | "apps/app_service/metrics/website_metrics.cc", |
| 4740 | "apps/app_service/metrics/website_metrics.h", |
Nancy Wang | 0c552fa | 2021-03-23 04:29:33 | [diff] [blame] | 4741 | "apps/app_service/publishers/arc_apps.cc", |
| 4742 | "apps/app_service/publishers/arc_apps.h", |
| 4743 | "apps/app_service/publishers/arc_apps_factory.cc", |
| 4744 | "apps/app_service/publishers/arc_apps_factory.h", |
| 4745 | "apps/app_service/publishers/borealis_apps.cc", |
| 4746 | "apps/app_service/publishers/borealis_apps.h", |
| 4747 | "apps/app_service/publishers/built_in_chromeos_apps.cc", |
| 4748 | "apps/app_service/publishers/built_in_chromeos_apps.h", |
| 4749 | "apps/app_service/publishers/crostini_apps.cc", |
| 4750 | "apps/app_service/publishers/crostini_apps.h", |
| 4751 | "apps/app_service/publishers/extension_apps_chromeos.cc", |
| 4752 | "apps/app_service/publishers/extension_apps_chromeos.h", |
Nancy Wang | 0c552fa | 2021-03-23 04:29:33 | [diff] [blame] | 4753 | "apps/app_service/publishers/plugin_vm_apps.cc", |
| 4754 | "apps/app_service/publishers/plugin_vm_apps.h", |
| 4755 | "apps/app_service/publishers/remote_apps.cc", |
| 4756 | "apps/app_service/publishers/remote_apps.h", |
Maggie Cai | 6dd6b55 | 2021-04-27 08:40:32 | [diff] [blame] | 4757 | "apps/app_service/publishers/standalone_browser_apps.cc", |
| 4758 | "apps/app_service/publishers/standalone_browser_apps.h", |
Erik Chen | b5ded30 | 2021-07-09 21:35:28 | [diff] [blame] | 4759 | "apps/app_service/publishers/standalone_browser_extension_apps.cc", |
| 4760 | "apps/app_service/publishers/standalone_browser_extension_apps.h", |
| 4761 | "apps/app_service/publishers/standalone_browser_extension_apps_factory.cc", |
| 4762 | "apps/app_service/publishers/standalone_browser_extension_apps_factory.h", |
Maggie Cai | 6dd6b55 | 2021-04-27 08:40:32 | [diff] [blame] | 4763 | "apps/app_service/publishers/web_apps_crosapi.cc", |
| 4764 | "apps/app_service/publishers/web_apps_crosapi.h", |
| 4765 | "apps/app_service/publishers/web_apps_crosapi_factory.cc", |
| 4766 | "apps/app_service/publishers/web_apps_crosapi_factory.h", |
Maggie Cai | 35cec47 | 2021-07-28 08:28:53 | [diff] [blame] | 4767 | "apps/app_service/subscriber_crosapi.cc", |
| 4768 | "apps/app_service/subscriber_crosapi.h", |
| 4769 | "apps/app_service/subscriber_crosapi_factory.cc", |
| 4770 | "apps/app_service/subscriber_crosapi_factory.h", |
nancy | e503985 | 2020-05-01 02:09:14 | [diff] [blame] | 4771 | "apps/app_service/uninstall_dialog.cc", |
| 4772 | "apps/app_service/uninstall_dialog.h", |
Tim Sergeant | 19be9ea | 2021-05-05 16:44:59 | [diff] [blame] | 4773 | "apps/app_service/webapk/webapk_install_queue.cc", |
| 4774 | "apps/app_service/webapk/webapk_install_queue.h", |
| 4775 | "apps/app_service/webapk/webapk_install_task.cc", |
| 4776 | "apps/app_service/webapk/webapk_install_task.h", |
Tim Sergeant | 03628ded1 | 2021-04-28 07:15:43 | [diff] [blame] | 4777 | "apps/app_service/webapk/webapk_manager.cc", |
| 4778 | "apps/app_service/webapk/webapk_manager.h", |
Tim Sergeant | 6b8ca79 | 2021-06-24 00:50:21 | [diff] [blame] | 4779 | "apps/app_service/webapk/webapk_metrics.cc", |
| 4780 | "apps/app_service/webapk/webapk_metrics.h", |
Tim Sergeant | 1231dcc | 2021-05-10 14:00:57 | [diff] [blame] | 4781 | "apps/app_service/webapk/webapk_prefs.cc", |
| 4782 | "apps/app_service/webapk/webapk_prefs.h", |
Alexander Bolodurin | ccd17f9 | 2022-05-21 03:13:11 | [diff] [blame] | 4783 | "apps/digital_goods/digital_goods_ash.cc", |
| 4784 | "apps/digital_goods/digital_goods_ash.h", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 4785 | "apps/digital_goods/digital_goods_factory_impl.cc", |
| 4786 | "apps/digital_goods/digital_goods_factory_impl.h", |
| 4787 | "apps/digital_goods/digital_goods_impl.cc", |
| 4788 | "apps/digital_goods/digital_goods_impl.h", |
| 4789 | "apps/digital_goods/util.cc", |
| 4790 | "apps/digital_goods/util.h", |
Tom Lukaszewicz | a03db3e | 2022-06-02 19:00:38 | [diff] [blame] | 4791 | "browser_process_platform_part_ash.cc", |
| 4792 | "browser_process_platform_part_ash.h", |
Melissa Zhang | 5358ae70 | 2022-03-09 11:40:09 | [diff] [blame] | 4793 | "component_updater/app_provisioning_component_installer.cc", |
| 4794 | "component_updater/app_provisioning_component_installer.h", |
Xiaochu Liu | 48ab593 | 2018-05-11 03:44:04 | [diff] [blame] | 4795 | "component_updater/cros_component_installer_chromeos.cc", |
| 4796 | "component_updater/cros_component_installer_chromeos.h", |
Erik Chen | eaddabf5 | 2020-05-08 21:35:20 | [diff] [blame] | 4797 | "component_updater/cros_component_manager.cc", |
Toni Barzic | f582b0f | 2018-10-11 17:44:46 | [diff] [blame] | 4798 | "component_updater/cros_component_manager.h", |
Xiaochu Liu | 48ab593 | 2018-05-11 03:44:04 | [diff] [blame] | 4799 | "component_updater/metadata_table_chromeos.cc", |
| 4800 | "component_updater/metadata_table_chromeos.h", |
alanlxl | cbbf9ad | 2020-03-19 21:46:28 | [diff] [blame] | 4801 | "component_updater/smart_dim_component_installer.cc", |
| 4802 | "component_updater/smart_dim_component_installer.h", |
Anthony Vallee-Dubois | 95745e6d | 2020-02-07 21:42:30 | [diff] [blame] | 4803 | "device_identity/chromeos/device_oauth2_token_store_chromeos.cc", |
| 4804 | "device_identity/chromeos/device_oauth2_token_store_chromeos.h", |
Steffen Seckler | b914cff9 | 2022-07-06 13:58:32 | [diff] [blame] | 4805 | "enterprise/connectors/analysis/file_transfer_analysis_delegate.cc", |
| 4806 | "enterprise/connectors/analysis/file_transfer_analysis_delegate.h", |
Steffen Seckler | 6ef24b8 | 2022-07-22 08:46:07 | [diff] [blame] | 4807 | "enterprise/connectors/analysis/source_destination_matcher_ash.cc", |
| 4808 | "enterprise/connectors/analysis/source_destination_matcher_ash.h", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 4809 | "enterprise/connectors/device_trust/signals/decorators/ash/ash_signals_decorator.cc", |
| 4810 | "enterprise/connectors/device_trust/signals/decorators/ash/ash_signals_decorator.h", |
Dominique Fauteux-Chapleau | dfe386b | 2020-03-25 18:52:36 | [diff] [blame] | 4811 | "enterprise/reporting/android_app_info_generator.cc", |
| 4812 | "enterprise/reporting/android_app_info_generator.h", |
Luke Nihlen | d8dfbed8 | 2021-11-02 22:57:26 | [diff] [blame] | 4813 | "feedback/system_logs/log_sources/lacros_log_files_log_source.cc", |
| 4814 | "feedback/system_logs/log_sources/lacros_log_files_log_source.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4815 | "icon_loader_chromeos.cc", |
Miriam Polzer | 76e2956f | 2022-05-11 06:03:21 | [diff] [blame] | 4816 | "lifetime/application_lifetime_chromeos.cc", |
| 4817 | "lifetime/application_lifetime_chromeos.h", |
Danila Kuzmin | 63b4122 | 2022-08-10 07:05:45 | [diff] [blame] | 4818 | "media/chromeos_login_and_lock_media_access_handler.cc", |
| 4819 | "media/chromeos_login_and_lock_media_access_handler.h", |
James Cook | 42fbcd4 | 2017-10-05 19:53:06 | [diff] [blame] | 4820 | "media/webrtc/desktop_media_list_ash.cc", |
| 4821 | "media/webrtc/desktop_media_list_ash.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4822 | "media/webrtc/window_icon_util_chromeos.cc", |
Andrew Grieve | e0973f2 | 2020-03-16 12:13:12 | [diff] [blame] | 4823 | "media_galleries/chromeos/mtp_device_delegate_impl_chromeos.cc", |
| 4824 | "media_galleries/chromeos/mtp_device_delegate_impl_chromeos.h", |
| 4825 | "media_galleries/chromeos/mtp_device_object_enumerator.cc", |
| 4826 | "media_galleries/chromeos/mtp_device_object_enumerator.h", |
| 4827 | "media_galleries/chromeos/mtp_device_task_helper.cc", |
| 4828 | "media_galleries/chromeos/mtp_device_task_helper.h", |
| 4829 | "media_galleries/chromeos/mtp_device_task_helper_map_service.cc", |
| 4830 | "media_galleries/chromeos/mtp_device_task_helper_map_service.h", |
| 4831 | "media_galleries/chromeos/mtp_read_file_worker.cc", |
| 4832 | "media_galleries/chromeos/mtp_read_file_worker.h", |
| 4833 | "media_galleries/chromeos/snapshot_file_details.cc", |
| 4834 | "media_galleries/chromeos/snapshot_file_details.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4835 | "memory/memory_kills_histogram.h", |
| 4836 | "memory/memory_kills_monitor.cc", |
| 4837 | "memory/memory_kills_monitor.h", |
Jeffrey Young | 74a3234 | 2020-08-20 18:46:27 | [diff] [blame] | 4838 | "metrics/ambient_mode_metrics_provider.cc", |
| 4839 | "metrics/ambient_mode_metrics_provider.h", |
Meilin Wang | 46bf7d2 | 2018-11-21 21:57:00 | [diff] [blame] | 4840 | "metrics/assistant_service_metrics_provider.cc", |
| 4841 | "metrics/assistant_service_metrics_provider.h", |
Nohemi Fernandez | a32abc0 | 2022-01-21 10:00:45 | [diff] [blame] | 4842 | "metrics/chromeos_family_link_user_metrics_provider.cc", |
| 4843 | "metrics/chromeos_family_link_user_metrics_provider.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4844 | "metrics/chromeos_metrics_provider.cc", |
| 4845 | "metrics/chromeos_metrics_provider.h", |
Andrew Bregger | f8f1d68 | 2022-09-28 23:23:37 | [diff] [blame] | 4846 | "metrics/chromeos_system_profile_provider.cc", |
| 4847 | "metrics/chromeos_system_profile_provider.h", |
Daniil Lunev | d429fd8 | 2020-07-28 00:18:49 | [diff] [blame] | 4848 | "metrics/cros_healthd_metrics_provider.cc", |
| 4849 | "metrics/cros_healthd_metrics_provider.h", |
James Cook | 295aaca | 2020-10-13 18:52:24 | [diff] [blame] | 4850 | "metrics/enrollment_status.h", |
Toby Huang | bb2e7e34 | 2020-10-06 23:14:26 | [diff] [blame] | 4851 | "metrics/family_user_metrics_provider.cc", |
| 4852 | "metrics/family_user_metrics_provider.h", |
Jonghyun Ahn | 550d879 | 2021-11-08 18:40:41 | [diff] [blame] | 4853 | "metrics/per_user_state_manager_chromeos.cc", |
| 4854 | "metrics/per_user_state_manager_chromeos.h", |
Gabriel Marin | 3d99da2a | 2018-12-04 02:36:19 | [diff] [blame] | 4855 | "metrics/perf/collection_params.cc", |
| 4856 | "metrics/perf/collection_params.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4857 | "metrics/perf/cpu_identity.cc", |
| 4858 | "metrics/perf/cpu_identity.h", |
Gabriel Marin | 6972892 | 2018-12-11 17:52:05 | [diff] [blame] | 4859 | "metrics/perf/metric_collector.cc", |
| 4860 | "metrics/perf/metric_collector.h", |
Gabriel Marin | ff65236c | 2019-08-13 22:03:13 | [diff] [blame] | 4861 | "metrics/perf/metric_provider.cc", |
| 4862 | "metrics/perf/metric_provider.h", |
Gabriel Marin | 9011e61 | 2018-12-14 20:19:42 | [diff] [blame] | 4863 | "metrics/perf/perf_events_collector.cc", |
| 4864 | "metrics/perf/perf_events_collector.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4865 | "metrics/perf/perf_output.cc", |
| 4866 | "metrics/perf/perf_output.h", |
Lakshman Annadorai | 763d2d6 | 2019-03-30 00:05:24 | [diff] [blame] | 4867 | "metrics/perf/process_type_collector.cc", |
| 4868 | "metrics/perf/process_type_collector.h", |
Gabriel Marin | f4728fa | 2018-12-11 19:56:25 | [diff] [blame] | 4869 | "metrics/perf/profile_provider_chromeos.cc", |
| 4870 | "metrics/perf/profile_provider_chromeos.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4871 | "metrics/perf/random_selector.cc", |
| 4872 | "metrics/perf/random_selector.h", |
| 4873 | "metrics/perf/windowed_incognito_observer.cc", |
| 4874 | "metrics/perf/windowed_incognito_observer.h", |
Jonghyun Ahn | 550d879 | 2021-11-08 18:40:41 | [diff] [blame] | 4875 | "metrics/profile_pref_names.cc", |
| 4876 | "metrics/profile_pref_names.h", |
Yuanpeng Ni | 619ae76 | 2022-08-31 01:40:42 | [diff] [blame] | 4877 | "metrics/update_engine_metrics_provider.cc", |
| 4878 | "metrics/update_engine_metrics_provider.h", |
Brian Malcolm | 70649b2 | 2021-02-09 00:15:48 | [diff] [blame] | 4879 | "metrics/usertype_by_devicetype_metrics_provider.cc", |
| 4880 | "metrics/usertype_by_devicetype_metrics_provider.h", |
James Hawkins | 225001cf | 2020-09-18 16:04:34 | [diff] [blame] | 4881 | "nearby_sharing/attachment_info.cc", |
| 4882 | "nearby_sharing/attachment_info.h", |
Michael Hansen | d9dac6e | 2020-10-19 21:38:23 | [diff] [blame] | 4883 | "nearby_sharing/bluetooth_advertising_interval_client.cc", |
| 4884 | "nearby_sharing/bluetooth_advertising_interval_client.h", |
James Hawkins | 225001cf | 2020-09-18 16:04:34 | [diff] [blame] | 4885 | "nearby_sharing/constants.h", |
Michael Hansen | 9e3e0ce | 2021-07-27 22:50:04 | [diff] [blame] | 4886 | "nearby_sharing/fast_initiation/constants.h", |
| 4887 | "nearby_sharing/fast_initiation/fast_initiation_advertiser.cc", |
| 4888 | "nearby_sharing/fast_initiation/fast_initiation_advertiser.h", |
Michael Hansen | d6912b7 | 2021-07-28 22:19:32 | [diff] [blame] | 4889 | "nearby_sharing/fast_initiation/fast_initiation_scanner.cc", |
| 4890 | "nearby_sharing/fast_initiation/fast_initiation_scanner.h", |
Michael Hansen | 6d77808 | 2021-09-22 22:09:15 | [diff] [blame] | 4891 | "nearby_sharing/fast_initiation/fast_initiation_scanner_feature_usage_metrics.cc", |
| 4892 | "nearby_sharing/fast_initiation/fast_initiation_scanner_feature_usage_metrics.h", |
Josh Nohle | 73001421 | 2022-01-12 18:10:47 | [diff] [blame] | 4893 | "nearby_sharing/firewall_hole/nearby_connections_firewall_hole.cc", |
| 4894 | "nearby_sharing/firewall_hole/nearby_connections_firewall_hole.h", |
| 4895 | "nearby_sharing/firewall_hole/nearby_connections_firewall_hole_factory.cc", |
| 4896 | "nearby_sharing/firewall_hole/nearby_connections_firewall_hole_factory.h", |
James Hawkins | 225001cf | 2020-09-18 16:04:34 | [diff] [blame] | 4897 | "nearby_sharing/incoming_frames_reader.cc", |
| 4898 | "nearby_sharing/incoming_frames_reader.h", |
| 4899 | "nearby_sharing/incoming_share_target_info.cc", |
| 4900 | "nearby_sharing/incoming_share_target_info.h", |
| 4901 | "nearby_sharing/instantmessaging/constants.h", |
| 4902 | "nearby_sharing/instantmessaging/receive_messages_express.cc", |
| 4903 | "nearby_sharing/instantmessaging/receive_messages_express.h", |
| 4904 | "nearby_sharing/instantmessaging/send_message_express.cc", |
| 4905 | "nearby_sharing/instantmessaging/send_message_express.h", |
| 4906 | "nearby_sharing/instantmessaging/stream_parser.cc", |
| 4907 | "nearby_sharing/instantmessaging/stream_parser.h", |
| 4908 | "nearby_sharing/instantmessaging/token_fetcher.cc", |
| 4909 | "nearby_sharing/instantmessaging/token_fetcher.h", |
| 4910 | "nearby_sharing/nearby_confirmation_manager.cc", |
| 4911 | "nearby_sharing/nearby_confirmation_manager.h", |
James Hawkins | 225001cf | 2020-09-18 16:04:34 | [diff] [blame] | 4912 | "nearby_sharing/nearby_connection_impl.cc", |
| 4913 | "nearby_sharing/nearby_connection_impl.h", |
James Hawkins | 225001cf | 2020-09-18 16:04:34 | [diff] [blame] | 4914 | "nearby_sharing/nearby_connections_manager_impl.cc", |
| 4915 | "nearby_sharing/nearby_connections_manager_impl.h", |
| 4916 | "nearby_sharing/nearby_file_handler.cc", |
| 4917 | "nearby_sharing/nearby_file_handler.h", |
| 4918 | "nearby_sharing/nearby_notification_delegate.h", |
| 4919 | "nearby_sharing/nearby_notification_handler.cc", |
| 4920 | "nearby_sharing/nearby_notification_handler.h", |
| 4921 | "nearby_sharing/nearby_notification_manager.cc", |
| 4922 | "nearby_sharing/nearby_notification_manager.h", |
| 4923 | "nearby_sharing/nearby_per_session_discovery_manager.cc", |
| 4924 | "nearby_sharing/nearby_per_session_discovery_manager.h", |
James Hawkins | 225001cf | 2020-09-18 16:04:34 | [diff] [blame] | 4925 | "nearby_sharing/nearby_receive_manager.cc", |
| 4926 | "nearby_sharing/nearby_receive_manager.h", |
Curt Clemens | c665963 | 2020-09-16 18:32:15 | [diff] [blame] | 4927 | "nearby_sharing/nearby_share_delegate_impl.cc", |
| 4928 | "nearby_sharing/nearby_share_delegate_impl.h", |
Claudius van der Merwe | c8d5cc7 | 2021-09-15 01:40:34 | [diff] [blame] | 4929 | "nearby_sharing/nearby_share_feature_status.cc", |
| 4930 | "nearby_sharing/nearby_share_feature_status.h", |
Josh Nohle | 1bf1c9b1 | 2021-05-27 23:31:00 | [diff] [blame] | 4931 | "nearby_sharing/nearby_share_feature_usage_metrics.cc", |
| 4932 | "nearby_sharing/nearby_share_feature_usage_metrics.h", |
Josh Nohle | 4847553d | 2020-11-11 07:57:45 | [diff] [blame] | 4933 | "nearby_sharing/nearby_share_metrics_logger.cc", |
| 4934 | "nearby_sharing/nearby_share_metrics_logger.h", |
Josh Nohle | 7555cf7 | 2021-03-10 03:01:48 | [diff] [blame] | 4935 | "nearby_sharing/nearby_share_profile_info_provider_impl.cc", |
| 4936 | "nearby_sharing/nearby_share_profile_info_provider_impl.h", |
James Hawkins | 225001cf | 2020-09-18 16:04:34 | [diff] [blame] | 4937 | "nearby_sharing/nearby_share_settings.cc", |
| 4938 | "nearby_sharing/nearby_share_settings.h", |
| 4939 | "nearby_sharing/nearby_sharing_service.h", |
| 4940 | "nearby_sharing/nearby_sharing_service_factory.cc", |
| 4941 | "nearby_sharing/nearby_sharing_service_factory.h", |
| 4942 | "nearby_sharing/nearby_sharing_service_impl.cc", |
| 4943 | "nearby_sharing/nearby_sharing_service_impl.h", |
Curt Clemens | 3d659534 | 2021-05-26 23:43:46 | [diff] [blame] | 4944 | "nearby_sharing/network_traversal_ice_config_fetcher.cc", |
| 4945 | "nearby_sharing/network_traversal_ice_config_fetcher.h", |
James Hawkins | 225001cf | 2020-09-18 16:04:34 | [diff] [blame] | 4946 | "nearby_sharing/outgoing_share_target_info.cc", |
| 4947 | "nearby_sharing/outgoing_share_target_info.h", |
| 4948 | "nearby_sharing/paired_key_verification_runner.cc", |
| 4949 | "nearby_sharing/paired_key_verification_runner.h", |
| 4950 | "nearby_sharing/payload_tracker.cc", |
| 4951 | "nearby_sharing/payload_tracker.h", |
Michael Hansen | 37a69e79 | 2020-09-18 19:49:52 | [diff] [blame] | 4952 | "nearby_sharing/power_client.cc", |
| 4953 | "nearby_sharing/power_client.h", |
Michael Hansen | b8df7419 | 2021-01-27 17:32:48 | [diff] [blame] | 4954 | "nearby_sharing/power_client_chromeos.cc", |
| 4955 | "nearby_sharing/power_client_chromeos.h", |
James Hawkins | 225001cf | 2020-09-18 16:04:34 | [diff] [blame] | 4956 | "nearby_sharing/share_target_discovered_callback.h", |
| 4957 | "nearby_sharing/share_target_info.cc", |
| 4958 | "nearby_sharing/share_target_info.h", |
James Vecore | 5700710e | 2020-08-26 19:56:03 | [diff] [blame] | 4959 | "nearby_sharing/sharesheet/nearby_share_action.cc", |
| 4960 | "nearby_sharing/sharesheet/nearby_share_action.h", |
Curt Clemens | 3d659534 | 2021-05-26 23:43:46 | [diff] [blame] | 4961 | "nearby_sharing/sharing_mojo_service.cc", |
| 4962 | "nearby_sharing/sharing_mojo_service.h", |
| 4963 | "nearby_sharing/tachyon_ice_config_fetcher.cc", |
| 4964 | "nearby_sharing/tachyon_ice_config_fetcher.h", |
Josh Nohle | c1c9d05b | 2022-01-12 00:53:58 | [diff] [blame] | 4965 | "nearby_sharing/tcp_socket/nearby_connections_tcp_socket_factory.cc", |
| 4966 | "nearby_sharing/tcp_socket/nearby_connections_tcp_socket_factory.h", |
James Hawkins | 225001cf | 2020-09-18 16:04:34 | [diff] [blame] | 4967 | "nearby_sharing/transfer_metadata.cc", |
| 4968 | "nearby_sharing/transfer_metadata.h", |
| 4969 | "nearby_sharing/transfer_metadata_builder.cc", |
| 4970 | "nearby_sharing/transfer_metadata_builder.h", |
| 4971 | "nearby_sharing/transfer_update_callback.h", |
Michael Hansen | 9dcf1d6 | 2020-10-08 18:08:59 | [diff] [blame] | 4972 | "nearby_sharing/webrtc_request_builder.cc", |
| 4973 | "nearby_sharing/webrtc_request_builder.h", |
James Hawkins | 225001cf | 2020-09-18 16:04:34 | [diff] [blame] | 4974 | "nearby_sharing/webrtc_signaling_messenger.cc", |
| 4975 | "nearby_sharing/webrtc_signaling_messenger.h", |
Crisrael Lucero | 41415ae | 2022-02-28 19:58:03 | [diff] [blame] | 4976 | "nearby_sharing/wifi_network_configuration/wifi_network_configuration_handler.cc", |
| 4977 | "nearby_sharing/wifi_network_configuration/wifi_network_configuration_handler.h", |
Evan Stade | fdc58a8 | 2018-04-23 19:00:47 | [diff] [blame] | 4978 | "notifications/arc_application_notifier_controller.cc", |
| 4979 | "notifications/arc_application_notifier_controller.h", |
Evan Stade | 55575d8 | 2017-11-02 00:52:36 | [diff] [blame] | 4980 | "notifications/chrome_ash_message_center_client.cc", |
| 4981 | "notifications/chrome_ash_message_center_client.h", |
Evan Stade | feec2d11 | 2017-10-19 03:24:53 | [diff] [blame] | 4982 | "notifications/extension_notifier_controller.cc", |
| 4983 | "notifications/extension_notifier_controller.h", |
James Cook | d063a6f | 2020-08-07 17:00:58 | [diff] [blame] | 4984 | "notifications/notification_platform_bridge_chromeos.cc", |
| 4985 | "notifications/notification_platform_bridge_chromeos.h", |
| 4986 | "notifications/notification_platform_bridge_delegate.h", |
Evan Stade | feec2d11 | 2017-10-19 03:24:53 | [diff] [blame] | 4987 | "notifications/notifier_controller.h", |
Yulun Wu | b88a920 | 2021-07-13 19:44:56 | [diff] [blame] | 4988 | "notifications/notifier_dataset.cc", |
| 4989 | "notifications/notifier_dataset.h", |
| 4990 | "notifications/pwa_notifier_controller.cc", |
| 4991 | "notifications/pwa_notifier_controller.h", |
Evan Stade | feec2d11 | 2017-10-19 03:24:53 | [diff] [blame] | 4992 | "notifications/web_page_notifier_controller.cc", |
| 4993 | "notifications/web_page_notifier_controller.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4994 | "performance_manager/mechanisms/working_set_trimmer_chromeos.cc", |
| 4995 | "performance_manager/mechanisms/working_set_trimmer_chromeos.h", |
Yusuke Sato | 0dda9554 | 2021-06-10 07:01:31 | [diff] [blame] | 4996 | "performance_manager/policies/working_set_trimmer_policy_arcvm.cc", |
| 4997 | "performance_manager/policies/working_set_trimmer_policy_arcvm.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 4998 | "performance_manager/policies/working_set_trimmer_policy_chromeos.cc", |
| 4999 | "performance_manager/policies/working_set_trimmer_policy_chromeos.h", |
James Cook | 7415f4c7 | 2020-10-22 17:40:58 | [diff] [blame] | 5000 | "platform_util_ash.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5001 | "policy/default_geolocation_policy_handler.cc", |
| 5002 | "policy/default_geolocation_policy_handler.h", |
Irem Uguz | c83eb19 | 2022-07-01 09:40:46 | [diff] [blame] | 5003 | "policy/status_provider/device_active_directory_policy_status_provider.cc", |
| 5004 | "policy/status_provider/device_active_directory_policy_status_provider.h", |
| 5005 | "policy/status_provider/device_cloud_policy_status_provider_chromeos.cc", |
| 5006 | "policy/status_provider/device_cloud_policy_status_provider_chromeos.h", |
| 5007 | "policy/status_provider/device_local_account_policy_status_provider.cc", |
| 5008 | "policy/status_provider/device_local_account_policy_status_provider.h", |
| 5009 | "policy/status_provider/user_active_directory_policy_status_provider.cc", |
| 5010 | "policy/status_provider/user_active_directory_policy_status_provider.h", |
| 5011 | "policy/status_provider/user_cloud_policy_status_provider_chromeos.cc", |
| 5012 | "policy/status_provider/user_cloud_policy_status_provider_chromeos.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5013 | "resource_coordinator/tab_manager_delegate_chromeos.cc", |
| 5014 | "resource_coordinator/tab_manager_delegate_chromeos.h", |
Eric Willigers | 35ea0f2e | 2022-02-11 02:01:38 | [diff] [blame] | 5015 | "sharesheet/share_action/example_action.cc", |
| 5016 | "sharesheet/share_action/example_action.h", |
| 5017 | "sharesheet/share_action/share_action.cc", |
| 5018 | "sharesheet/share_action/share_action.h", |
| 5019 | "sharesheet/share_action/share_action_cache.cc", |
| 5020 | "sharesheet/share_action/share_action_cache.h", |
| 5021 | "sharesheet/sharesheet_controller.h", |
| 5022 | "sharesheet/sharesheet_metrics.cc", |
| 5023 | "sharesheet/sharesheet_metrics.h", |
| 5024 | "sharesheet/sharesheet_service.cc", |
| 5025 | "sharesheet/sharesheet_service.h", |
| 5026 | "sharesheet/sharesheet_service_delegator.cc", |
| 5027 | "sharesheet/sharesheet_service_delegator.h", |
| 5028 | "sharesheet/sharesheet_service_factory.cc", |
| 5029 | "sharesheet/sharesheet_service_factory.h", |
| 5030 | "sharesheet/sharesheet_types.cc", |
| 5031 | "sharesheet/sharesheet_types.h", |
| 5032 | "sharesheet/sharesheet_ui_delegate.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5033 | "shell_integration_chromeos.cc", |
Lei Zhang | 647a4d4 | 2021-04-20 03:09:27 | [diff] [blame] | 5034 | "speech/cros_speech_recognition_service.cc", |
| 5035 | "speech/cros_speech_recognition_service.h", |
| 5036 | "speech/cros_speech_recognition_service_factory.cc", |
| 5037 | "speech/cros_speech_recognition_service_factory.h", |
Maggie Cai | dd6f2e0 | 2021-10-12 05:24:34 | [diff] [blame] | 5038 | "speech/crosapi_tts_engine_delegate_ash.cc", |
| 5039 | "speech/crosapi_tts_engine_delegate_ash.h", |
yilkal | 1e84d89 | 2021-06-04 00:57:39 | [diff] [blame] | 5040 | "speech/network_speech_recognizer.cc", |
| 5041 | "speech/network_speech_recognizer.h", |
Akihiro Ota | 3ec7f76 | 2021-11-14 16:09:01 | [diff] [blame] | 5042 | "speech/speech_recognition_constants.cc", |
| 5043 | "speech/speech_recognition_constants.h", |
Yilkal | 908d16d3 | 2022-09-30 23:45:54 | [diff] [blame] | 5044 | "speech/speech_recognition_recognizer_client_impl.cc", |
| 5045 | "speech/speech_recognition_recognizer_client_impl.h", |
yilkal | 1e84d89 | 2021-06-04 00:57:39 | [diff] [blame] | 5046 | "speech/speech_recognizer.cc", |
| 5047 | "speech/speech_recognizer.h", |
| 5048 | "speech/speech_recognizer_delegate.h", |
Jenny Zhang | fcf6f0e | 2021-10-08 22:16:21 | [diff] [blame] | 5049 | "speech/tts_ash.cc", |
| 5050 | "speech/tts_ash.h", |
Katie D | b2d0709 | 2018-12-04 18:59:36 | [diff] [blame] | 5051 | "speech/tts_chromeos.cc", |
| 5052 | "speech/tts_chromeos.h", |
Scott Violet | 1644cf7 | 2020-06-24 04:51:55 | [diff] [blame] | 5053 | "speech/tts_controller_delegate_impl.cc", |
| 5054 | "speech/tts_controller_delegate_impl.h", |
Irem Uguz | 493c0c1 | 2022-11-10 13:41:05 | [diff] [blame] | 5055 | "support_tool/ash/chrome_user_logs_data_collector.cc", |
| 5056 | "support_tool/ash/chrome_user_logs_data_collector.h", |
Irem Uguz | 60c9262 | 2022-11-24 20:40:54 | [diff] [blame] | 5057 | "support_tool/ash/network_health_data_collector.cc", |
| 5058 | "support_tool/ash/network_health_data_collector.h", |
Irem Uguz | ad139b8 | 2022-06-03 16:07:02 | [diff] [blame] | 5059 | "support_tool/ash/network_routes_data_collector.cc", |
| 5060 | "support_tool/ash/network_routes_data_collector.h", |
Yumin Su | 5d99de7 | 2022-08-02 20:09:56 | [diff] [blame] | 5061 | "support_tool/ash/shill_data_collector.cc", |
| 5062 | "support_tool/ash/shill_data_collector.h", |
Irem Uguz | 4f3747d | 2022-10-31 10:31:50 | [diff] [blame] | 5063 | "support_tool/ash/system_logs_data_collector.cc", |
| 5064 | "support_tool/ash/system_logs_data_collector.h", |
Irem Uguz | 946c204 | 2022-10-19 10:02:02 | [diff] [blame] | 5065 | "support_tool/ash/system_state_data_collector.cc", |
| 5066 | "support_tool/ash/system_state_data_collector.h", |
Irem Uguz | 5806c1a | 2022-01-05 08:13:35 | [diff] [blame] | 5067 | "support_tool/ash/ui_hierarchy_data_collector.cc", |
| 5068 | "support_tool/ash/ui_hierarchy_data_collector.h", |
Yanzhu Du | c87d866 | 2021-09-13 16:47:48 | [diff] [blame] | 5069 | "sync/desk_sync_service_factory.cc", |
| 5070 | "sync/desk_sync_service_factory.h", |
Jon Mann | 8a57ae1 | 2019-08-02 22:37:55 | [diff] [blame] | 5071 | "sync/wifi_configuration_sync_service_factory.cc", |
| 5072 | "sync/wifi_configuration_sync_service_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5073 | "task_manager/providers/arc/arc_process_task.cc", |
| 5074 | "task_manager/providers/arc/arc_process_task.h", |
| 5075 | "task_manager/providers/arc/arc_process_task_provider.cc", |
| 5076 | "task_manager/providers/arc/arc_process_task_provider.h", |
Jenny Zhang | 2536a65 | 2021-03-23 16:23:14 | [diff] [blame] | 5077 | "task_manager/providers/crosapi/crosapi_task.cc", |
| 5078 | "task_manager/providers/crosapi/crosapi_task.h", |
Jenny Zhang | b7b44f2 | 2021-04-06 18:09:37 | [diff] [blame] | 5079 | "task_manager/providers/crosapi/crosapi_task_provider_ash.cc", |
| 5080 | "task_manager/providers/crosapi/crosapi_task_provider_ash.h", |
Dmitry Torokhov | c62b5ff | 2019-11-12 20:03:03 | [diff] [blame] | 5081 | "task_manager/providers/vm/crostini_process_task.cc", |
| 5082 | "task_manager/providers/vm/crostini_process_task.h", |
| 5083 | "task_manager/providers/vm/plugin_vm_process_task.cc", |
| 5084 | "task_manager/providers/vm/plugin_vm_process_task.h", |
| 5085 | "task_manager/providers/vm/vm_process_task.cc", |
| 5086 | "task_manager/providers/vm/vm_process_task.h", |
| 5087 | "task_manager/providers/vm/vm_process_task_provider.cc", |
| 5088 | "task_manager/providers/vm/vm_process_task_provider.h", |
Willie Koomson | 1b9a3a4 | 2018-10-30 19:33:32 | [diff] [blame] | 5089 | "task_manager/sampling/arc_shared_sampler.cc", |
| 5090 | "task_manager/sampling/arc_shared_sampler.h", |
Greg Thompson | 429fac2 | 2020-02-03 14:06:43 | [diff] [blame] | 5091 | "upgrade_detector/installed_version_updater_chromeos.cc", |
| 5092 | "upgrade_detector/installed_version_updater_chromeos.h", |
Greg Thompson | 8bcd799b | 2018-08-10 09:49:33 | [diff] [blame] | 5093 | "upgrade_detector/upgrade_detector_chromeos.cc", |
| 5094 | "upgrade_detector/upgrade_detector_chromeos.h", |
alokp | 76ed9ed | 2017-01-26 00:17:44 | [diff] [blame] | 5095 | ] |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5096 | public_deps += [ |
| 5097 | "//chromeos/components/sharesheet:constants", |
| 5098 | "//ui/lottie", |
| 5099 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 5100 | deps += [ |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 5101 | "//ash", |
Yao Li | 5a6b842 | 2021-12-03 03:23:25 | [diff] [blame] | 5102 | "//ash/components/arc", |
Yao Li | 97072e6 | 2021-11-16 02:35:54 | [diff] [blame] | 5103 | "//ash/components/arc:arc_base", |
Yao Li | c9cd767d | 2021-11-16 02:17:47 | [diff] [blame] | 5104 | "//ash/components/arc:arc_base_utils", |
Yao Li | 01a863b | 2021-11-23 00:39:59 | [diff] [blame] | 5105 | "//ash/components/arc/enterprise", |
Yao Li | 3273890 | 2021-11-30 03:39:06 | [diff] [blame] | 5106 | "//ash/components/arc/mojom", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5107 | "//ash/components/arc/mojom", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5108 | "//ash/constants", |
James Cook | b9df819 | 2017-12-14 05:35:54 | [diff] [blame] | 5109 | "//ash/public/cpp", |
Mitsuru Oshima | 51bf3d547 | 2020-06-17 21:28:34 | [diff] [blame] | 5110 | "//ash/public/cpp/external_arc", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5111 | "//ash/webui/camera_app_ui", |
| 5112 | "//ash/webui/camera_app_ui:mojo_bindings", |
Meredith Lane | 0ffca57c | 2022-09-06 00:08:19 | [diff] [blame] | 5113 | "//ash/webui/color_internals", |
Jeffrey Young | 1ccf56a | 2022-11-03 00:32:30 | [diff] [blame] | 5114 | "//ash/webui/color_internals/mojom", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5115 | "//ash/webui/common/mojom", |
| 5116 | "//ash/webui/connectivity_diagnostics", |
Jackson Tadie | d80565e | 2022-09-06 17:42:14 | [diff] [blame] | 5117 | "//ash/webui/demo_mode_app_ui", |
| 5118 | "//ash/webui/demo_mode_app_ui/mojom", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5119 | "//ash/webui/diagnostics_ui", |
| 5120 | "//ash/webui/diagnostics_ui/mojom", |
| 5121 | "//ash/webui/eche_app_ui", |
| 5122 | "//ash/webui/eche_app_ui/mojom", |
Leo Zhang | 206fd5e | 2022-08-23 01:15:24 | [diff] [blame] | 5123 | "//ash/webui/face_ml_app_ui", |
yipingchen | 6cfa544 | 2022-09-08 01:23:22 | [diff] [blame] | 5124 | "//ash/webui/face_ml_app_ui/mojom:trusted", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5125 | "//ash/webui/file_manager:file_manager_ui", |
| 5126 | "//ash/webui/file_manager/mojom", |
Nigel Tao | 702f864 | 2022-10-07 04:46:44 | [diff] [blame] | 5127 | "//ash/webui/files_internals", |
Nigel Tao | a1d4dce | 2022-10-18 00:01:20 | [diff] [blame] | 5128 | "//ash/webui/files_internals/mojom", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5129 | "//ash/webui/firmware_update_ui", |
| 5130 | "//ash/webui/firmware_update_ui/mojom", |
Fergus Dall | 4b6d013 | 2022-06-07 07:06:16 | [diff] [blame] | 5131 | "//ash/webui/guest_os_installer", |
| 5132 | "//ash/webui/guest_os_installer/mojom", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5133 | "//ash/webui/help_app_ui", |
| 5134 | "//ash/webui/help_app_ui:mojo_bindings", |
| 5135 | "//ash/webui/help_app_ui/search:mojo_bindings", |
| 5136 | "//ash/webui/media_app_ui", |
| 5137 | "//ash/webui/media_app_ui:mojo_bindings", |
| 5138 | "//ash/webui/multidevice_debug", |
| 5139 | "//ash/webui/os_feedback_ui", |
| 5140 | "//ash/webui/os_feedback_ui/mojom", |
| 5141 | "//ash/webui/personalization_app", |
| 5142 | "//ash/webui/personalization_app/mojom", |
| 5143 | "//ash/webui/personalization_app/search:mojo_bindings", |
| 5144 | "//ash/webui/print_management", |
Yeunjoo Choi | e2ae103 | 2021-10-22 02:55:11 | [diff] [blame] | 5145 | "//ash/webui/projector_app", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5146 | "//ash/webui/scanning", |
| 5147 | "//ash/webui/scanning/mojom", |
| 5148 | "//ash/webui/shimless_rma", |
| 5149 | "//ash/webui/shimless_rma/mojom", |
| 5150 | "//ash/webui/shortcut_customization_ui", |
Cam Bickel | 5034825 | 2022-10-24 19:30:46 | [diff] [blame] | 5151 | "//ash/webui/shortcut_customization_ui/mojom", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5152 | "//ash/webui/system_extensions_internals_ui", |
| 5153 | "//ash/webui/system_extensions_internals_ui/mojom", |
Lei Zhang | 647a4d4 | 2021-04-20 03:09:27 | [diff] [blame] | 5154 | "//build:chromeos_buildflags", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5155 | "//chrome/app/theme:chrome_unscaled_resources_grit", |
Jeevan Shikaram | 4191a1a | 2022-10-11 05:15:36 | [diff] [blame] | 5156 | "//chrome/browser/apps/app_preload_service/proto", |
| 5157 | "//chrome/browser/apps/app_preload_service/proto:proto", |
Melissa Zhang | 8831d23 | 2022-03-23 07:53:11 | [diff] [blame] | 5158 | "//chrome/browser/apps/app_provisioning_service/proto", |
| 5159 | "//chrome/browser/apps/app_provisioning_service/proto:proto", |
Henrique Ferreiro | 82e49ca4 | 2022-04-25 21:51:16 | [diff] [blame] | 5160 | "//chrome/browser/ash", |
Samuel Huang | 4acab96 | 2021-05-25 17:11:05 | [diff] [blame] | 5161 | "//chrome/browser/ash/crosapi", |
Yeunjoo Choi | 13791ba0 | 2021-06-02 02:49:08 | [diff] [blame] | 5162 | "//chrome/browser/ash/power/ml/smart_dim", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5163 | "//chrome/browser/ash/system_extensions", |
| 5164 | "//chrome/browser/ash/system_extensions/api/hid", |
| 5165 | "//chrome/browser/ash/system_extensions/api/window_management", |
Alexey Baskakov | 31587bb | 2022-07-14 01:41:47 | [diff] [blame] | 5166 | "//chrome/browser/ash/system_web_apps", |
sanjeetnd | 6a425ac | 2022-12-14 01:20:17 | [diff] [blame] | 5167 | "//chrome/browser/ash/video_conference", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5168 | "//chrome/browser/enterprise/connectors/device_trust/attestation/ash", |
James Hawkins | 225001cf | 2020-09-18 16:04:34 | [diff] [blame] | 5169 | "//chrome/browser/nearby_sharing:share_target", |
| 5170 | "//chrome/browser/nearby_sharing/certificates", |
| 5171 | "//chrome/browser/nearby_sharing/client", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5172 | "//chrome/browser/nearby_sharing/common", |
James Hawkins | 225001cf | 2020-09-18 16:04:34 | [diff] [blame] | 5173 | "//chrome/browser/nearby_sharing/contacts", |
| 5174 | "//chrome/browser/nearby_sharing/instantmessaging/proto", |
| 5175 | "//chrome/browser/nearby_sharing/local_device_data", |
| 5176 | "//chrome/browser/nearby_sharing/logging", |
| 5177 | "//chrome/browser/nearby_sharing/logging:util", |
| 5178 | "//chrome/browser/nearby_sharing/proto", |
Curt Clemens | 3d659534 | 2021-05-26 23:43:46 | [diff] [blame] | 5179 | "//chrome/browser/nearby_sharing/proto:tachyon_proto", |
Curt Clemens | df6e9183 | 2022-11-04 22:09:30 | [diff] [blame] | 5180 | "//chrome/browser/nearby_sharing/public/cpp", |
James Hawkins | 225001cf | 2020-09-18 16:04:34 | [diff] [blame] | 5181 | "//chrome/browser/nearby_sharing/scheduling", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5182 | "//chrome/browser/policy:onc", |
Eriko Kurimoto | e7bc958 | 2021-12-16 04:44:03 | [diff] [blame] | 5183 | "//chrome/browser/resources/chromeos:app_icon_resources", |
Alexey Baskakov | 31587bb | 2022-07-14 01:41:47 | [diff] [blame] | 5184 | "//chrome/browser/ui/ash/system_web_apps", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5185 | "//chrome/browser/ui/quick_answers", |
Yeunjoo Choi | 33f34ec | 2022-08-31 00:54:55 | [diff] [blame] | 5186 | "//chrome/browser/ui/webui/ash/add_supervision:mojo_bindings", |
Yeunjoo Choi | 59de2a6 | 2022-09-02 06:39:03 | [diff] [blame] | 5187 | "//chrome/browser/ui/webui/ash/audio:mojo_bindings", |
Yeunjoo Choi | add29f2 | 2022-09-22 01:01:28 | [diff] [blame] | 5188 | "//chrome/browser/ui/webui/ash/cloud_upload:mojo_bindings", |
Yeunjoo Choi | d86b71f | 2022-10-05 02:41:03 | [diff] [blame] | 5189 | "//chrome/browser/ui/webui/ash/crostini_installer:mojo_bindings", |
| 5190 | "//chrome/browser/ui/webui/ash/crostini_upgrader:mojo_bindings", |
Yeunjoo Choi | fd0441b0 | 2022-10-10 04:07:48 | [diff] [blame] | 5191 | "//chrome/browser/ui/webui/ash/emoji:mojo_bindings", |
Yeunjoo Choi | 4d60463 | 2022-10-13 14:23:28 | [diff] [blame] | 5192 | "//chrome/browser/ui/webui/ash/launcher_internals:mojo_bindings", |
Yeunjoo Choi | 95d5752 | 2022-10-20 01:16:58 | [diff] [blame] | 5193 | "//chrome/browser/ui/webui/ash/manage_mirrorsync:mojo_bindings", |
Cassy Chun-Crogan | 3df6b7b | 2022-11-03 00:19:47 | [diff] [blame] | 5194 | "//chrome/browser/ui/webui/ash/office_fallback:mojo_bindings", |
Yeunjoo Choi | ef3401f1 | 2022-10-18 00:57:48 | [diff] [blame] | 5195 | "//chrome/browser/ui/webui/ash/parent_access:mojo_bindings", |
Yeunjoo Choi | b319d59 | 2022-10-24 02:28:20 | [diff] [blame] | 5196 | "//chrome/browser/ui/webui/ash/vm:mojo_bindings", |
James Hawkins | 225001cf | 2020-09-18 16:04:34 | [diff] [blame] | 5197 | "//chrome/browser/ui/webui/nearby_share:mojom", |
| 5198 | "//chrome/browser/ui/webui/nearby_share/public/mojom", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5199 | "//chrome/browser/ui/webui/settings/ash/os_apps_page/mojom", |
Yeunjoo Choi | 6e279c542 | 2022-06-16 09:36:48 | [diff] [blame] | 5200 | "//chrome/browser/ui/webui/settings/ash/search:mojo_bindings", |
Lei Zhang | 647a4d4 | 2021-04-20 03:09:27 | [diff] [blame] | 5201 | "//chrome/services/sharing/public/cpp", |
| 5202 | "//chrome/services/sharing/public/proto", |
| 5203 | "//chrome/services/speech:lib", |
Henrique Ferreiro | cd1ad60 | 2022-08-08 23:58:03 | [diff] [blame] | 5204 | "//chromeos/ash/components/account_manager", |
Yeunjoo Choi | 3f43ca6 | 2022-05-16 03:05:46 | [diff] [blame] | 5205 | "//chromeos/ash/components/assistant:buildflags", |
Henrique Ferreiro | 94c5e50 | 2022-08-17 14:20:22 | [diff] [blame] | 5206 | "//chromeos/ash/components/audio", |
| 5207 | "//chromeos/ash/components/audio/public/mojom", |
Yeunjoo Choi | d7659a65 | 2022-08-18 12:24:35 | [diff] [blame] | 5208 | "//chromeos/ash/components/dbus", |
Yeunjoo Choi | 5597682d | 2022-07-12 01:20:42 | [diff] [blame] | 5209 | "//chromeos/ash/components/dbus/attestation", |
| 5210 | "//chromeos/ash/components/dbus/attestation:attestation_proto", |
Anton Romanov | 4475e08 | 2022-05-13 20:52:58 | [diff] [blame] | 5211 | "//chromeos/ash/components/dbus/concierge", |
Yeunjoo Choi | f8f9bc7 | 2022-07-20 02:55:39 | [diff] [blame] | 5212 | "//chromeos/ash/components/dbus/cros_disks", |
Yeunjoo Choi | e18402d | 2022-08-08 07:41:43 | [diff] [blame] | 5213 | "//chromeos/ash/components/dbus/cryptohome", |
Yeunjoo Choi | 1974fd13 | 2022-07-08 03:44:54 | [diff] [blame] | 5214 | "//chromeos/ash/components/dbus/image_loader", |
Yeunjoo Choi | 4095986d | 2022-06-20 05:30:03 | [diff] [blame] | 5215 | "//chromeos/ash/components/dbus/session_manager", |
Yeunjoo Choi | 47ccaff8 | 2022-08-10 13:11:23 | [diff] [blame] | 5216 | "//chromeos/ash/components/dbus/shill", |
Elie Maamari | 7c8f8e4 | 2022-12-01 12:36:52 | [diff] [blame] | 5217 | "//chromeos/ash/components/dbus/spaced", |
Yeunjoo Choi | 4dad6db1 | 2022-07-04 08:51:19 | [diff] [blame] | 5218 | "//chromeos/ash/components/dbus/update_engine", |
Yeunjoo Choi | c87d5453 | 2022-06-23 04:45:31 | [diff] [blame] | 5219 | "//chromeos/ash/components/dbus/userdataauth:userdataauth", |
| 5220 | "//chromeos/ash/components/dbus/userdataauth:userdataauth_proto", |
Henrique Ferreiro | 35a7b8c | 2022-08-19 01:32:13 | [diff] [blame] | 5221 | "//chromeos/ash/components/device_activity", |
Henrique Ferreiro | 8ce81e30 | 2022-07-15 17:38:59 | [diff] [blame] | 5222 | "//chromeos/ash/components/feature_usage", |
Henrique Ferreiro | 129f0b7 | 2022-09-01 20:57:05 | [diff] [blame] | 5223 | "//chromeos/ash/components/geolocation", |
Maksim Ivanov | 0e1dbd6 | 2022-08-05 21:05:00 | [diff] [blame] | 5224 | "//chromeos/ash/components/install_attributes", |
Henrique Ferreiro | c9e2aaf | 2022-07-07 13:45:18 | [diff] [blame] | 5225 | "//chromeos/ash/components/local_search_service", |
| 5226 | "//chromeos/ash/components/local_search_service/public/cpp", |
| 5227 | "//chromeos/ash/components/local_search_service/public/mojom", |
Yeunjoo Choi | 2dade3c | 2022-12-01 04:00:53 | [diff] [blame] | 5228 | "//chromeos/ash/components/login/login_state", |
Henrique Ferreiro | 43f91aec | 2022-09-09 00:40:07 | [diff] [blame] | 5229 | "//chromeos/ash/components/login/session", |
Yeunjoo Choi | 1b38260 | 2022-05-18 06:58:28 | [diff] [blame] | 5230 | "//chromeos/ash/components/memory", |
Yeunjoo Choi | deeacaf | 2022-07-20 02:59:08 | [diff] [blame] | 5231 | "//chromeos/ash/components/network", |
Henrique Ferreiro | 1eaedc4 | 2022-10-05 15:33:47 | [diff] [blame] | 5232 | "//chromeos/ash/components/settings", |
Yeunjoo Choi | 99e053f | 2022-08-10 16:45:52 | [diff] [blame] | 5233 | "//chromeos/ash/components/sync_wifi", |
Yeunjoo Choi | a10bd86e | 2022-12-15 02:34:51 | [diff] [blame] | 5234 | "//chromeos/ash/components/system", |
Henrique Ferreiro | acf00270 | 2022-10-06 21:54:59 | [diff] [blame] | 5235 | "//chromeos/ash/components/timezone", |
Henrique Ferreiro | e792468 | 2022-10-07 06:47:56 | [diff] [blame] | 5236 | "//chromeos/ash/components/tpm", |
Yeunjoo Choi | 2d3704c1 | 2022-06-21 02:44:34 | [diff] [blame] | 5237 | "//chromeos/ash/services/assistant/public/cpp", |
Martin Bidlingmaier | 3bc842d | 2022-07-19 20:18:53 | [diff] [blame] | 5238 | "//chromeos/ash/services/auth_factor_config", |
Henrique Ferreiro | ae001e9 | 2022-09-01 16:58:46 | [diff] [blame] | 5239 | "//chromeos/ash/services/bluetooth_config", |
| 5240 | "//chromeos/ash/services/bluetooth_config/public/mojom", |
Yeunjoo Choi | 6fb8f89 | 2022-09-05 02:33:22 | [diff] [blame] | 5241 | "//chromeos/ash/services/cellular_setup", |
Henrique Ferreiro | ee26d6a | 2022-06-22 12:16:27 | [diff] [blame] | 5242 | "//chromeos/ash/services/cros_healthd/public/cpp", |
| 5243 | "//chromeos/ash/services/cros_healthd/public/mojom", |
Yeunjoo Choi | a292ed7 | 2022-11-01 01:19:55 | [diff] [blame] | 5244 | "//chromeos/ash/services/device_sync/public/cpp:prefs", |
| 5245 | "//chromeos/ash/services/device_sync/public/cpp:prefs", |
| 5246 | "//chromeos/ash/services/device_sync/public/mojom", |
Jason Zhang | 2a92d4f | 2022-11-30 23:31:55 | [diff] [blame] | 5247 | "//chromeos/ash/services/hotspot_config", |
Yeunjoo Choi | c3a52ea | 2022-09-20 07:00:06 | [diff] [blame] | 5248 | "//chromeos/ash/services/hotspot_config/public/mojom", |
Yeunjoo Choi | e4980f45 | 2022-10-21 16:07:58 | [diff] [blame] | 5249 | "//chromeos/ash/services/multidevice_setup", |
Yeunjoo Choi | ee2039b | 2022-10-20 14:51:05 | [diff] [blame] | 5250 | "//chromeos/ash/services/multidevice_setup/public/cpp", |
| 5251 | "//chromeos/ash/services/multidevice_setup/public/cpp:first_run_field_trial", |
| 5252 | "//chromeos/ash/services/multidevice_setup/public/cpp:prefs", |
| 5253 | "//chromeos/ash/services/multidevice_setup/public/mojom", |
Yeunjoo Choi | 4f0993a | 2022-10-11 04:01:25 | [diff] [blame] | 5254 | "//chromeos/ash/services/nearby/public/cpp", |
| 5255 | "//chromeos/ash/services/nearby/public/cpp:tcp_server_socket_port", |
| 5256 | "//chromeos/ash/services/nearby/public/mojom", |
Yeunjoo Choi | 0097a55 | 2022-10-25 02:04:43 | [diff] [blame] | 5257 | "//chromeos/ash/services/secure_channel/public/mojom", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5258 | "//chromeos/components/onc", |
Yeunjoo Choi | 8d2d0bff | 2022-12-02 03:00:36 | [diff] [blame] | 5259 | "//chromeos/components/print_management/mojom", |
Yue Li | f0da5bf | 2021-11-19 22:01:57 | [diff] [blame] | 5260 | "//chromeos/components/quick_answers", |
Erik Chen | 3f958af | 2021-01-14 03:54:00 | [diff] [blame] | 5261 | "//chromeos/crosapi/cpp", |
Eriko Kurimoto | 710910a | 2022-04-26 05:21:56 | [diff] [blame] | 5262 | "//chromeos/crosapi/cpp:crosapi_constants", |
Erik Chen | 8e73ffd | 2020-07-10 22:18:27 | [diff] [blame] | 5263 | "//chromeos/crosapi/mojom", |
Howard Yang | 032a80c | 2022-05-05 03:32:36 | [diff] [blame] | 5264 | "//chromeos/dbus/tpm_manager", |
| 5265 | "//chromeos/dbus/tpm_manager:tpm_manager_proto", |
Steven Bennetts | 0c565d5b | 2019-04-24 23:52:45 | [diff] [blame] | 5266 | "//chromeos/services/network_config", |
Crisrael Lucero | 41415ae | 2022-02-28 19:58:03 | [diff] [blame] | 5267 | "//chromeos/services/network_config:in_process_instance", |
Steven Bennetts | 0c565d5b | 2019-04-24 23:52:45 | [diff] [blame] | 5268 | "//chromeos/services/network_config/public/mojom", |
Steven Bennetts | 2038c6c | 2022-12-02 20:06:09 | [diff] [blame] | 5269 | "//chromeos/services/network_health/public/cpp", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5270 | "//chromeos/services/network_health/public/mojom:mojom", |
Evan Stade | 0f41a34 | 2018-09-14 22:15:50 | [diff] [blame] | 5271 | "//chromeos/strings", |
Antonio Gomes | 7cdd266 | 2020-10-19 01:08:45 | [diff] [blame] | 5272 | "//chromeos/ui/base", |
Antonio Gomes | e282be4 | 2020-09-24 11:43:17 | [diff] [blame] | 5273 | "//chromeos/ui/vector_icons", |
Di Wu | 699bd37e | 2022-07-28 02:26:25 | [diff] [blame] | 5274 | "//chromeos/version", |
Kushagra Sinha | b37e24db | 2021-07-02 15:14:24 | [diff] [blame] | 5275 | "//components/account_manager_core", |
Devlin Cronin | 3d432af | 2022-01-27 23:08:39 | [diff] [blame] | 5276 | "//components/app_constants", |
Sammie Quon | 53afe7f | 2021-09-14 20:10:42 | [diff] [blame] | 5277 | "//components/app_restore", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 5278 | "//components/arc", |
Eriko Kurimoto | 34b87d8 | 2021-12-08 07:00:50 | [diff] [blame] | 5279 | "//components/arc/common", |
Eriko Kurimoto | ed166c6 | 2022-02-10 10:44:11 | [diff] [blame] | 5280 | "//components/arc/common:arc_intent_helper_constants", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5281 | "//components/certificate_transparency", |
Yanzhu Du | c87d866 | 2021-09-13 16:47:48 | [diff] [blame] | 5282 | "//components/desks_storage", |
Alexander Bolodurin | 547d8ed | 2022-05-20 17:18:59 | [diff] [blame] | 5283 | "//components/digital_goods/mojom", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5284 | "//components/drive", |
Jong Ahn | 217b79b | 2022-05-03 20:45:40 | [diff] [blame] | 5285 | "//components/metrics/structured", |
Paul Dyson | c98c28c | 2021-08-31 02:04:20 | [diff] [blame] | 5286 | "//components/metrics/structured:neutrino_logging", |
| 5287 | "//components/metrics/structured:neutrino_logging_util", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5288 | "//components/quirks", |
[email protected] | 2f82f86 | 2020-05-27 01:44:40 | [diff] [blame] | 5289 | "//components/services/app_service/public/cpp:instance_update", |
Maggie Cai | dd6f2e0 | 2021-10-12 05:24:34 | [diff] [blame] | 5290 | "//components/services/app_service/public/cpp:permission_utils", |
Colin Blundell | 44b1fa51 | 2018-03-09 16:50:53 | [diff] [blame] | 5291 | "//components/services/font:lib", |
Miyoung Shin | b342db67 | 2019-07-18 11:55:10 | [diff] [blame] | 5292 | "//components/services/font/public/mojom", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5293 | "//components/session_manager/core", |
[email protected] | f0286999 | 2020-05-27 18:05:55 | [diff] [blame] | 5294 | "//components/user_manager", |
Tim Sergeant | 19be9ea | 2021-05-05 16:44:59 | [diff] [blame] | 5295 | "//components/webapk:proto", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5296 | "//device/vr/public/mojom:isolated_xr_service", |
| 5297 | "//remoting/host/chromeos:features", |
Josh Nohle | 2659bec | 2020-09-11 20:00:06 | [diff] [blame] | 5298 | "//ui/chromeos", |
Henrique Ferreiro | 06849cb | 2022-12-31 17:19:05 | [diff] [blame] | 5299 | "//ui/chromeos/resources", |
| 5300 | "//ui/chromeos/strings", |
Michael Spang | ccfc6f97 | 2019-11-21 18:49:33 | [diff] [blame] | 5301 | "//ui/events/ozone", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5302 | "//ui/ozone", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 5303 | "//ui/wm/public", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 5304 | ] |
Samuel Huang | 4acab96 | 2021-05-25 17:11:05 | [diff] [blame] | 5305 | allow_circular_includes_from += [ |
Henrique Ferreiro | 253c6b2 | 2022-04-28 13:44:28 | [diff] [blame] | 5306 | "//chrome/browser/ash", |
Samuel Huang | 4acab96 | 2021-05-25 17:11:05 | [diff] [blame] | 5307 | "//chrome/browser/ash/crosapi", |
Alexey Baskakov | 31587bb | 2022-07-14 01:41:47 | [diff] [blame] | 5308 | "//chrome/browser/ash/system_web_apps", |
| 5309 | "//chrome/browser/ui/ash/system_web_apps", |
Samuel Huang | 4acab96 | 2021-05-25 17:11:05 | [diff] [blame] | 5310 | ] |
Lei Zhang | 647a4d4 | 2021-04-20 03:09:27 | [diff] [blame] | 5311 | |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5312 | allow_circular_includes_from += [ |
| 5313 | # TODO(crbug.com/1253318): Refactor window_management into ash/ and expose |
| 5314 | # the InstanceRegistry via an InstanceRegistryWrapper, then remove this. |
| 5315 | "//chrome/browser/ash/system_extensions/api/window_management", |
| 5316 | ] |
| 5317 | |
Brian Geffon | 15e678e | 2021-08-06 19:57:56 | [diff] [blame] | 5318 | if (target_cpu == "x64") { |
| 5319 | sources += [ |
| 5320 | "performance_manager/mechanisms/userspace_swap_chromeos.cc", |
| 5321 | "performance_manager/mechanisms/userspace_swap_chromeos.h", |
| 5322 | "performance_manager/policies/userspace_swap_policy_chromeos.cc", |
| 5323 | "performance_manager/policies/userspace_swap_policy_chromeos.h", |
| 5324 | ] |
| 5325 | |
| 5326 | deps += [ |
Yeunjoo Choi | 1b38260 | 2022-05-18 06:58:28 | [diff] [blame] | 5327 | "//chromeos/ash/components/memory/userspace_swap", |
| 5328 | "//chromeos/ash/components/memory/userspace_swap:mojom", |
Brian Geffon | 15e678e | 2021-08-06 19:57:56 | [diff] [blame] | 5329 | ] |
| 5330 | } |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5331 | |
| 5332 | if (!is_official_build) { |
| 5333 | deps += [ |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5334 | "//ash/webui/sample_system_web_app_ui", |
| 5335 | "//ash/webui/sample_system_web_app_ui/mojom:shared", |
| 5336 | "//ash/webui/sample_system_web_app_ui/mojom:trusted", |
| 5337 | ] |
| 5338 | } |
| 5339 | |
| 5340 | if (enable_cros_libassistant) { |
Yeunjoo Choi | 598657a | 2022-08-29 04:22:00 | [diff] [blame] | 5341 | deps += [ "//chromeos/ash/services/libassistant/public/mojom" ] |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5342 | } |
Yilkal | c14fc55 | 2022-11-03 19:18:02 | [diff] [blame] | 5343 | |
| 5344 | if (enable_server_based_recognition) { |
| 5345 | deps += [ "//chrome/services/speech/internal:lib" ] |
| 5346 | } |
Eric Willigers | 38715f67 | 2021-08-30 05:12:16 | [diff] [blame] | 5347 | } else { # Non - Ash. |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5348 | sources += [ |
Owen Min | cfa08b51 | 2022-03-24 19:21:31 | [diff] [blame] | 5349 | "enterprise/reporting/cloud_profile_reporting_service.cc", |
| 5350 | "enterprise/reporting/cloud_profile_reporting_service.h", |
| 5351 | "enterprise/reporting/cloud_profile_reporting_service_factory.cc", |
| 5352 | "enterprise/reporting/cloud_profile_reporting_service_factory.h", |
Evan Stade | 714657b | 2017-11-01 21:50:46 | [diff] [blame] | 5353 | "fullscreen.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5354 | "policy/cloud/user_policy_signin_service_factory.cc", |
| 5355 | "policy/cloud/user_policy_signin_service_factory.h", |
Vincent Boisselle | b2c1f1de6 | 2022-03-15 17:01:46 | [diff] [blame] | 5356 | "policy/cloud/user_policy_signin_service_util.cc", |
| 5357 | "policy/cloud/user_policy_signin_service_util.h", |
David Roger | 2fa3863 | 2021-09-10 23:16:41 | [diff] [blame] | 5358 | "profiles/gaia_info_update_service.cc", |
| 5359 | "profiles/gaia_info_update_service.h", |
| 5360 | "profiles/gaia_info_update_service_factory.cc", |
| 5361 | "profiles/gaia_info_update_service_factory.h", |
Mark Pearson | 350e9551 | 2022-04-30 00:56:13 | [diff] [blame] | 5362 | "signin/chrome_signin_and_sync_status_metrics_provider.cc", |
| 5363 | "signin/chrome_signin_and_sync_status_metrics_provider.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5364 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 5365 | } |
| 5366 | |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 5367 | if (is_chromeos_ash || enable_extensions || is_android) { |
Jeremy Klein | d3ac89e | 2019-04-03 22:24:20 | [diff] [blame] | 5368 | sources += [ |
| 5369 | "metrics/cached_metrics_profile.cc", |
| 5370 | "metrics/cached_metrics_profile.h", |
| 5371 | ] |
| 5372 | } |
| 5373 | |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 5374 | if (is_chromeos_lacros) { |
Peter Beverloo | c30c9ddf | 2021-02-24 19:56:03 | [diff] [blame] | 5375 | assert(enable_system_notifications) |
James Cook | a2ef888 | 2020-06-19 21:26:05 | [diff] [blame] | 5376 | sources += [ |
Maggie Cai | d1805235 | 2021-07-29 00:12:43 | [diff] [blame] | 5377 | "apps/app_service/app_service_proxy_lacros.cc", |
| 5378 | "apps/app_service/app_service_proxy_lacros.h", |
Alexander Bolodurin | c2e4e261 | 2021-09-20 11:15:49 | [diff] [blame] | 5379 | "apps/app_service/browser_app_instance_forwarder.cc", |
| 5380 | "apps/app_service/browser_app_instance_forwarder.h", |
Nancy Wang | c84098e | 2022-10-24 10:30:36 | [diff] [blame] | 5381 | "apps/app_service/metrics/website_metrics.cc", |
| 5382 | "apps/app_service/metrics/website_metrics.h", |
Nancy Wang | f986977 | 2022-10-14 08:17:34 | [diff] [blame] | 5383 | "apps/app_service/metrics/website_metrics_service_lacros.cc", |
| 5384 | "apps/app_service/metrics/website_metrics_service_lacros.h", |
Alexander Bolodurin | 17ba018 | 2022-03-16 07:45:09 | [diff] [blame] | 5385 | "apps/digital_goods/digital_goods_factory_stub.cc", |
| 5386 | "apps/digital_goods/digital_goods_factory_stub.h", |
Alexander Bolodurin | ccd17f9 | 2022-05-21 03:13:11 | [diff] [blame] | 5387 | "apps/digital_goods/digital_goods_lacros.cc", |
| 5388 | "apps/digital_goods/digital_goods_lacros.h", |
James Cook | 70fee986 | 2020-11-18 17:28:40 | [diff] [blame] | 5389 | "chrome_browser_main_parts_lacros.cc", |
| 5390 | "chrome_browser_main_parts_lacros.h", |
Jenny Zhang | b940077 | 2020-09-29 00:17:41 | [diff] [blame] | 5391 | "feedback/show_feedback_page_lacros.cc", |
Alex Ilin | 953f109 | 2021-11-26 15:49:10 | [diff] [blame] | 5392 | "lacros/account_manager/account_cache.cc", |
| 5393 | "lacros/account_manager/account_cache.h", |
Alex Ilin | e9f4117 | 2021-08-03 09:28:30 | [diff] [blame] | 5394 | "lacros/account_manager/account_manager_util.cc", |
| 5395 | "lacros/account_manager/account_manager_util.h", |
David Roger | 7a36e939 | 2021-09-14 08:38:23 | [diff] [blame] | 5396 | "lacros/account_manager/account_profile_mapper.cc", |
| 5397 | "lacros/account_manager/account_profile_mapper.h", |
David Roger | b506977 | 2021-10-14 13:26:42 | [diff] [blame] | 5398 | "lacros/account_manager/add_account_helper.cc", |
| 5399 | "lacros/account_manager/add_account_helper.h", |
Fabian Sommer | 3dcbe0a | 2021-11-10 11:02:26 | [diff] [blame] | 5400 | "lacros/account_manager/get_account_information_helper.cc", |
| 5401 | "lacros/account_manager/get_account_information_helper.h", |
Alex Ilin | 642a57d | 2021-08-04 06:45:07 | [diff] [blame] | 5402 | "lacros/account_manager/profile_account_manager.cc", |
| 5403 | "lacros/account_manager/profile_account_manager.h", |
| 5404 | "lacros/account_manager/profile_account_manager_factory.cc", |
| 5405 | "lacros/account_manager/profile_account_manager_factory.h", |
Alex Ilin | 55868e9 | 2022-04-25 08:11:43 | [diff] [blame] | 5406 | "lacros/account_manager/signin_helper_lacros.cc", |
| 5407 | "lacros/account_manager/signin_helper_lacros.h", |
Ben Franz | 686d6df | 2022-05-05 10:52:36 | [diff] [blame] | 5408 | "lacros/app_mode/chrome_kiosk_launch_controller_lacros.cc", |
| 5409 | "lacros/app_mode/chrome_kiosk_launch_controller_lacros.h", |
Ben Franz | 016c099 | 2022-09-13 12:27:26 | [diff] [blame] | 5410 | "lacros/app_mode/device_local_account_extension_installer_lacros.cc", |
| 5411 | "lacros/app_mode/device_local_account_extension_installer_lacros.h", |
ananubis | cde27c7c | 2021-09-08 22:44:21 | [diff] [blame] | 5412 | "lacros/app_mode/kiosk_session_service_lacros.cc", |
| 5413 | "lacros/app_mode/kiosk_session_service_lacros.h", |
Eriko Kurimoto | 30fd84f | 2021-12-16 01:49:11 | [diff] [blame] | 5414 | "lacros/arc/arc_icon_cache.cc", |
| 5415 | "lacros/arc/arc_icon_cache.h", |
Eriko Kurimoto | 0e0d14a | 2022-01-28 01:57:04 | [diff] [blame] | 5416 | "lacros/arc/arc_intent_helper_mojo_lacros.cc", |
| 5417 | "lacros/arc/arc_intent_helper_mojo_lacros.h", |
Erik Chen | 9e037b67 | 2021-03-16 20:44:36 | [diff] [blame] | 5418 | "lacros/automation_manager_lacros.cc", |
| 5419 | "lacros/automation_manager_lacros.h", |
Thomas Lukaszewicz | 8fe9687d | 2022-08-29 17:56:22 | [diff] [blame] | 5420 | "lacros/browser_launcher.cc", |
| 5421 | "lacros/browser_launcher.h", |
Hidehiko Abe | 481a0b5f | 2021-06-30 08:59:39 | [diff] [blame] | 5422 | "lacros/browser_service_lacros.cc", |
| 5423 | "lacros/browser_service_lacros.h", |
Michael Ershov | 389d344 | 2022-03-07 14:55:18 | [diff] [blame] | 5424 | "lacros/cert/cert_db_initializer.h", |
| 5425 | "lacros/cert/cert_db_initializer_factory.cc", |
| 5426 | "lacros/cert/cert_db_initializer_factory.h", |
| 5427 | "lacros/cert/cert_db_initializer_impl.cc", |
| 5428 | "lacros/cert/cert_db_initializer_impl.h", |
| 5429 | "lacros/cert/cert_db_initializer_io_impl.cc", |
| 5430 | "lacros/cert/cert_db_initializer_io_impl.h", |
| 5431 | "lacros/cert/client_cert_store_lacros.cc", |
| 5432 | "lacros/cert/client_cert_store_lacros.h", |
Erik Chen | 9e037b67 | 2021-03-16 20:44:36 | [diff] [blame] | 5433 | "lacros/chrome_browser_main_extra_parts_lacros.cc", |
| 5434 | "lacros/chrome_browser_main_extra_parts_lacros.h", |
Alexander Dunaev | 27c700d | 2022-03-07 16:42:13 | [diff] [blame] | 5435 | "lacros/desk_template_client_lacros.cc", |
| 5436 | "lacros/desk_template_client_lacros.h", |
David Roger | 96672035 | 2022-07-28 15:46:12 | [diff] [blame] | 5437 | "lacros/device_oauth2_token_service_lacros.cc", |
| 5438 | "lacros/device_oauth2_token_service_lacros.h", |
Igor | 900cbc1 | 2021-10-12 17:58:23 | [diff] [blame] | 5439 | "lacros/device_settings_lacros.cc", |
| 5440 | "lacros/device_settings_lacros.h", |
Angus L. M. McLean IV | 15486f3 | 2021-05-12 22:12:52 | [diff] [blame] | 5441 | "lacros/download_controller_client_lacros.cc", |
| 5442 | "lacros/download_controller_client_lacros.h", |
Olya Kalitova | 2d2bf0d | 2021-08-16 16:03:28 | [diff] [blame] | 5443 | "lacros/drivefs_cache.cc", |
| 5444 | "lacros/drivefs_cache.h", |
Eriko Kurimoto | ac6d060 | 2022-02-03 04:26:02 | [diff] [blame] | 5445 | "lacros/external_protocol_dialog.cc", |
Jenny Zhang | aa67f65 | 2020-10-15 18:22:31 | [diff] [blame] | 5446 | "lacros/feedback_util.cc", |
| 5447 | "lacros/feedback_util.h", |
Yuheng Huang | be20c83 | 2021-09-09 03:11:25 | [diff] [blame] | 5448 | "lacros/field_trial_observer.cc", |
| 5449 | "lacros/field_trial_observer.h", |
Samuel Huang | 65b69af | 2022-03-29 18:07:19 | [diff] [blame] | 5450 | "lacros/for_which_extension_type.cc", |
| 5451 | "lacros/for_which_extension_type.h", |
ananubis | e2df314 | 2021-10-08 19:38:44 | [diff] [blame] | 5452 | "lacros/force_installed_tracker_lacros.cc", |
| 5453 | "lacros/force_installed_tracker_lacros.h", |
anina koehler | f1e29df6 | 2022-08-10 07:22:32 | [diff] [blame] | 5454 | "lacros/fullscreen_controller_client_lacros.cc", |
| 5455 | "lacros/fullscreen_controller_client_lacros.h", |
Fabian Sommer | bb850ef | 2021-09-27 18:04:11 | [diff] [blame] | 5456 | "lacros/identity_manager_lacros.cc", |
| 5457 | "lacros/identity_manager_lacros.h", |
Erik Chen | 28dd7ccc | 2021-09-15 00:23:54 | [diff] [blame] | 5458 | "lacros/lacros_butter_bar.cc", |
| 5459 | "lacros/lacros_butter_bar.h", |
Erik Chen | cd47116 | 2021-07-27 23:45:46 | [diff] [blame] | 5460 | "lacros/lacros_extension_apps_controller.cc", |
| 5461 | "lacros/lacros_extension_apps_controller.h", |
Erik Chen | 92fcb75 | 2021-07-15 02:04:44 | [diff] [blame] | 5462 | "lacros/lacros_extension_apps_publisher.cc", |
| 5463 | "lacros/lacros_extension_apps_publisher.h", |
Samuel Huang | 5c96bde | 2022-02-18 14:03:12 | [diff] [blame] | 5464 | "lacros/lacros_extensions_util.cc", |
| 5465 | "lacros/lacros_extensions_util.h", |
Erik Chen | bd1412f | 2022-05-25 04:49:25 | [diff] [blame] | 5466 | "lacros/lacros_file_system_provider.cc", |
| 5467 | "lacros/lacros_file_system_provider.h", |
Kuo-Hsin Yang | dbcf807 | 2021-06-18 23:44:12 | [diff] [blame] | 5468 | "lacros/lacros_memory_pressure_evaluator.cc", |
| 5469 | "lacros/lacros_memory_pressure_evaluator.h", |
Erik Chen | 38ceca08 | 2020-12-16 01:31:35 | [diff] [blame] | 5470 | "lacros/lacros_prefs.cc", |
| 5471 | "lacros/lacros_prefs.h", |
Erik Chen | 760c6902 | 2021-05-12 18:11:43 | [diff] [blame] | 5472 | "lacros/lacros_startup_infobar_delegate.cc", |
| 5473 | "lacros/lacros_startup_infobar_delegate.h", |
Darin Fisher | 127d578 | 2021-01-20 20:32:34 | [diff] [blame] | 5474 | "lacros/lacros_url_handling.cc", |
| 5475 | "lacros/lacros_url_handling.h", |
Rachel Wong | af7b2acc | 2022-01-27 04:30:14 | [diff] [blame] | 5476 | "lacros/launcher_search/search_controller_lacros.cc", |
| 5477 | "lacros/launcher_search/search_controller_lacros.h", |
James Cook | f07ca660 | 2020-12-08 02:49:17 | [diff] [blame] | 5478 | "lacros/metrics_reporting_observer.cc", |
| 5479 | "lacros/metrics_reporting_observer.h", |
Andreea Costinas | 42e0050 | 2021-10-07 14:11:22 | [diff] [blame] | 5480 | "lacros/net/lacros_extension_proxy_tracker.cc", |
| 5481 | "lacros/net/lacros_extension_proxy_tracker.h", |
Eriko Kurimoto | 6465646 | 2022-07-21 01:07:49 | [diff] [blame] | 5482 | "lacros/net/network_change_manager_bridge.cc", |
| 5483 | "lacros/net/network_change_manager_bridge.h", |
Andreea Costinas | 68cad91f | 2021-09-22 15:58:09 | [diff] [blame] | 5484 | "lacros/net/network_settings_translation.h", |
Andreea Costinas | 68cad91f | 2021-09-22 15:58:09 | [diff] [blame] | 5485 | "lacros/net/network_settings_translation_crosapi.cc", |
| 5486 | "lacros/net/network_settings_translation_net_proxy.cc", |
Travis Skare | 05ebbf1d | 2021-09-23 22:04:36 | [diff] [blame] | 5487 | "lacros/net/proxy_config_service_lacros.cc", |
| 5488 | "lacros/net/proxy_config_service_lacros.h", |
Samuel Huang | 43c5ab9 | 2021-08-30 23:39:22 | [diff] [blame] | 5489 | "lacros/prefs_ash_observer.cc", |
| 5490 | "lacros/prefs_ash_observer.h", |
Jit Yao Yap | 6db53595 | 2022-05-18 06:56:43 | [diff] [blame] | 5491 | "lacros/remote_apps/remote_apps_proxy_lacros.cc", |
| 5492 | "lacros/remote_apps/remote_apps_proxy_lacros.h", |
| 5493 | "lacros/remote_apps/remote_apps_proxy_lacros_factory.cc", |
| 5494 | "lacros/remote_apps/remote_apps_proxy_lacros_factory.h", |
jonahwilliams | 9fdb3fed | 2021-10-13 18:24:44 | [diff] [blame] | 5495 | "lacros/screen_orientation_delegate_lacros.cc", |
| 5496 | "lacros/screen_orientation_delegate_lacros.h", |
Alexander Bolodurin | 583f125 | 2021-12-08 07:59:54 | [diff] [blame] | 5497 | "lacros/standalone_browser_test_controller.cc", |
| 5498 | "lacros/standalone_browser_test_controller.h", |
Maksim Moskvitin | f28b77f | 2022-08-05 16:50:01 | [diff] [blame] | 5499 | "lacros/sync/sync_crosapi_manager_lacros.cc", |
| 5500 | "lacros/sync/sync_crosapi_manager_lacros.h", |
Maksim Moskvitin | f2c97a34 | 2022-02-21 14:39:54 | [diff] [blame] | 5501 | "lacros/sync/sync_explicit_passphrase_client_lacros.cc", |
| 5502 | "lacros/sync/sync_explicit_passphrase_client_lacros.h", |
Maksim Moskvitin | a250940 | 2022-08-03 12:05:56 | [diff] [blame] | 5503 | "lacros/sync/sync_user_settings_client_lacros.cc", |
| 5504 | "lacros/sync/sync_user_settings_client_lacros.h", |
Jenny Zhang | aa67f65 | 2020-10-15 18:22:31 | [diff] [blame] | 5505 | "lacros/system_logs/lacros_system_log_fetcher.cc", |
| 5506 | "lacros/system_logs/lacros_system_log_fetcher.h", |
Jenny Zhang | c7c2d5f | 2021-03-16 23:32:17 | [diff] [blame] | 5507 | "lacros/task_manager_lacros.cc", |
| 5508 | "lacros/task_manager_lacros.h", |
Yichen | a8c4bd9 | 2022-10-27 00:47:00 | [diff] [blame] | 5509 | "lacros/ui_metric_recorder_lacros.cc", |
| 5510 | "lacros/ui_metric_recorder_lacros.h", |
Colin Kincaid | c2c67580 | 2022-12-14 22:38:49 | [diff] [blame] | 5511 | "lacros/views_text_services_context_menu_lacros.cc", |
| 5512 | "lacros/views_text_services_context_menu_lacros.h", |
Andrew Rayskiy | f7cd55cf | 2022-05-19 23:25:15 | [diff] [blame] | 5513 | "lacros/vpn_extension_tracker_lacros.cc", |
| 5514 | "lacros/vpn_extension_tracker_lacros.h", |
Alexander Bolodurin | 90ac087 | 2022-03-15 10:25:37 | [diff] [blame] | 5515 | "lacros/web_app_provider_bridge_lacros.cc", |
| 5516 | "lacros/web_app_provider_bridge_lacros.h", |
Antonio Gomes | 22056e2 | 2021-04-16 16:56:19 | [diff] [blame] | 5517 | "lacros/web_contents_can_go_back_observer.cc", |
| 5518 | "lacros/web_contents_can_go_back_observer.h", |
alanlxl | f2c5e82 | 2021-06-10 00:05:24 | [diff] [blame] | 5519 | "lacros/web_page_info_lacros.cc", |
| 5520 | "lacros/web_page_info_lacros.h", |
Howard Yang | 72a1412b | 2022-04-13 00:16:02 | [diff] [blame] | 5521 | "lacros/webauthn_request_registrar_lacros.cc", |
| 5522 | "lacros/webauthn_request_registrar_lacros.h", |
James Cook | 295aaca | 2020-10-13 18:52:24 | [diff] [blame] | 5523 | "metrics/enrollment_status.h", |
James Cook | a2ef888 | 2020-06-19 21:26:05 | [diff] [blame] | 5524 | "metrics/lacros_metrics_provider.cc", |
| 5525 | "metrics/lacros_metrics_provider.h", |
James Cook | 72004c40 | 2020-08-07 21:21:05 | [diff] [blame] | 5526 | "notifications/notification_platform_bridge_chromeos.cc", |
| 5527 | "notifications/notification_platform_bridge_chromeos.h", |
| 5528 | "notifications/notification_platform_bridge_delegate.h", |
James Cook | 2cca330 | 2020-08-14 01:47:53 | [diff] [blame] | 5529 | "notifications/notification_platform_bridge_lacros.cc", |
| 5530 | "notifications/notification_platform_bridge_lacros.h", |
Kuo-Hsin Yang | 16e0b33 | 2022-08-12 08:33:59 | [diff] [blame] | 5531 | "performance_manager/policies/oom_score_policy_lacros.cc", |
| 5532 | "performance_manager/policies/oom_score_policy_lacros.h", |
James Cook | 7415f4c7 | 2020-10-22 17:40:58 | [diff] [blame] | 5533 | "platform_util_lacros.cc", |
Irem Uguz | c63a923 | 2022-09-05 10:40:46 | [diff] [blame] | 5534 | "policy/status_provider/ash_lacros_policy_stack_bridge.cc", |
| 5535 | "policy/status_provider/ash_lacros_policy_stack_bridge.h", |
Irem Uguz | c83eb19 | 2022-07-01 09:40:46 | [diff] [blame] | 5536 | "policy/status_provider/user_policy_status_provider_lacros.cc", |
| 5537 | "policy/status_provider/user_policy_status_provider_lacros.h", |
Alex Ilin | a9004c4 | 2022-05-02 17:31:15 | [diff] [blame] | 5538 | "signin/signin_ui_delegate_impl_lacros.cc", |
| 5539 | "signin/signin_ui_delegate_impl_lacros.h", |
Jenny Zhang | fcf6f0e | 2021-10-08 22:16:21 | [diff] [blame] | 5540 | "speech/tts_client_factory_lacros.cc", |
| 5541 | "speech/tts_client_factory_lacros.h", |
| 5542 | "speech/tts_client_lacros.cc", |
| 5543 | "speech/tts_client_lacros.h", |
Anthony Vallee-Dubois | dcd1dfa | 2022-10-12 17:23:06 | [diff] [blame] | 5544 | "speech/tts_external_platform_delegate_impl_lacros.cc", |
| 5545 | "speech/tts_external_platform_delegate_impl_lacros.h", |
Jenny Zhang | fcf6f0e | 2021-10-08 22:16:21 | [diff] [blame] | 5546 | "speech/tts_lacros.cc", |
| 5547 | "speech/tts_lacros.h", |
Jenny Zhang | b7b44f2 | 2021-04-06 18:09:37 | [diff] [blame] | 5548 | "task_manager/providers/crosapi/task_manager_controller_lacros.cc", |
| 5549 | "task_manager/providers/crosapi/task_manager_controller_lacros.h", |
Sammie Quon | b34fbe33 | 2022-08-18 21:54:52 | [diff] [blame] | 5550 | "ui/lacros/float_controller_lacros.cc", |
| 5551 | "ui/lacros/float_controller_lacros.h", |
Sean Kau | 68a9e5e | 2021-11-16 00:47:24 | [diff] [blame] | 5552 | "ui/lacros/immersive_context_lacros.cc", |
| 5553 | "ui/lacros/immersive_context_lacros.h", |
Sammie Quon | b34fbe33 | 2022-08-18 21:54:52 | [diff] [blame] | 5554 | "ui/lacros/snap_controller_lacros.cc", |
| 5555 | "ui/lacros/snap_controller_lacros.h", |
Sean Kau | 3a62c199 | 2021-11-02 22:01:29 | [diff] [blame] | 5556 | "ui/lacros/window_properties.cc", |
| 5557 | "ui/lacros/window_properties.h", |
Sean Kau | 5c87815 | 2021-11-08 13:18:45 | [diff] [blame] | 5558 | "ui/lacros/window_utility.cc", |
| 5559 | "ui/lacros/window_utility.h", |
James Cook | a2ef888 | 2020-06-19 21:26:05 | [diff] [blame] | 5560 | ] |
Hidehiko Abe | eaffbbce | 2020-06-23 19:41:52 | [diff] [blame] | 5561 | deps += [ |
Andrew Rayskiy | 9b43e9b | 2022-06-01 21:00:33 | [diff] [blame] | 5562 | "//chrome/browser/chromeos/extensions/vpn_provider", |
April Zhou | bd94d91 | 2022-12-02 23:31:49 | [diff] [blame] | 5563 | "//chrome/browser/chromeos/extensions/wm", |
Michael Martis | 21272820 | 2022-07-05 08:14:00 | [diff] [blame] | 5564 | "//chrome/browser/chromeos/launcher_search:search_util", |
Erik Chen | 31aa171 | 2022-05-27 23:32:06 | [diff] [blame] | 5565 | "//chrome/common/chromeos/extensions", |
Erik Chen | 3f958af | 2021-01-14 03:54:00 | [diff] [blame] | 5566 | "//chromeos/crosapi/cpp", |
Eriko Kurimoto | 710910a | 2022-04-26 05:21:56 | [diff] [blame] | 5567 | "//chromeos/crosapi/cpp:crosapi_constants", |
Erik Chen | 8e73ffd | 2020-07-10 22:18:27 | [diff] [blame] | 5568 | "//chromeos/crosapi/mojom", |
Alvin Lee | 99f8d9a8 | 2021-11-18 18:45:55 | [diff] [blame] | 5569 | "//chromeos/dbus/dlp:dlp", |
James Cook | 9273025 | 2020-07-22 01:57:26 | [diff] [blame] | 5570 | "//chromeos/lacros", |
Samuel Huang | 5949df9 | 2021-11-30 17:02:43 | [diff] [blame] | 5571 | "//chromeos/lacros/dbus", |
Eriko Kurimoto | c355d97 | 2022-05-26 04:15:34 | [diff] [blame] | 5572 | "//chromeos/startup", |
Andrea Orru | 1dbd7450 | 2022-11-09 01:02:47 | [diff] [blame] | 5573 | "//chromeos/startup:constants", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5574 | "//chromeos/ui/base", |
Antonio Gomes | aa260336 | 2020-10-24 12:20:18 | [diff] [blame] | 5575 | "//chromeos/ui/frame", |
anina koehler | f1e29df6 | 2022-08-10 07:22:32 | [diff] [blame] | 5576 | "//chromeos/ui/wm", |
Eriko Kurimoto | 34b87d8 | 2021-12-08 07:00:50 | [diff] [blame] | 5577 | "//components/arc/common", |
Vignesh Shenvi | 430834d | 2022-08-18 22:25:53 | [diff] [blame] | 5578 | "//components/reporting/metrics:metrics_data_collection", |
Ben Franz | c1d9294 | 2022-05-10 13:35:52 | [diff] [blame] | 5579 | "//extensions/browser/updater", |
Anna Ibatullina | 920a4c7 | 2022-09-14 15:28:27 | [diff] [blame] | 5580 | "//ui/chromeos/strings:strings_grit", |
Alvin Lee | 2e8763c9 | 2022-03-31 12:29:25 | [diff] [blame] | 5581 | "//ui/chromeos/styles:cros_styles_views", |
Erik Chen | 878b80e | 2021-05-11 21:29:17 | [diff] [blame] | 5582 | "//ui/platform_window", |
Colin Kincaid | c2c67580 | 2022-12-14 22:38:49 | [diff] [blame] | 5583 | "//ui/strings:ui_strings_grit", |
Hidehiko Abe | eaffbbce | 2020-06-23 19:41:52 | [diff] [blame] | 5584 | ] |
Erik Chen | b6a4f41 | 2022-03-24 01:33:01 | [diff] [blame] | 5585 | |
| 5586 | # component builds are not compatible on device. |
| 5587 | assert(!is_chromeos_device || !is_component_build) |
Theo Johnson-Kanu | 5601a63 | 2022-09-07 19:07:23 | [diff] [blame] | 5588 | } else { |
| 5589 | deps += [ "//chrome/browser/ui/webui/bluetooth_internals" ] |
James Cook | a2ef888 | 2020-06-19 21:26:05 | [diff] [blame] | 5590 | } |
| 5591 | |
Nico Weber | d73c9038 | 2022-03-30 20:37:50 | [diff] [blame] | 5592 | if (is_chromeos) { |
Eric Willigers | b630a93d | 2021-05-18 02:50:41 | [diff] [blame] | 5593 | sources += [ |
Eric Willigers | e47f8a2 | 2021-06-16 02:01:42 | [diff] [blame] | 5594 | "apps/app_service/app_notifications.cc", |
| 5595 | "apps/app_service/app_notifications.h", |
Eric Willigers | b630a93d | 2021-05-18 02:50:41 | [diff] [blame] | 5596 | "apps/app_service/app_web_contents_data.cc", |
| 5597 | "apps/app_service/app_web_contents_data.h", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5598 | "apps/app_service/browser_app_instance.cc", |
| 5599 | "apps/app_service/browser_app_instance.h", |
| 5600 | "apps/app_service/browser_app_instance_map.h", |
| 5601 | "apps/app_service/browser_app_instance_observer.cc", |
| 5602 | "apps/app_service/browser_app_instance_observer.h", |
| 5603 | "apps/app_service/browser_app_instance_tracker.cc", |
| 5604 | "apps/app_service/browser_app_instance_tracker.h", |
| 5605 | "apps/app_service/extension_apps_utils.cc", |
| 5606 | "apps/app_service/extension_apps_utils.h", |
Eric Willigers | b630a93d | 2021-05-18 02:50:41 | [diff] [blame] | 5607 | "apps/app_service/media_requests.cc", |
| 5608 | "apps/app_service/media_requests.h", |
Maggie Cai | 83663c1b3 | 2021-06-17 01:40:13 | [diff] [blame] | 5609 | "apps/app_service/menu_item_constants.h", |
Eric Willigers | 3bb226fc | 2022-07-08 06:40:14 | [diff] [blame] | 5610 | "apps/app_service/webapk/webapk_utils.cc", |
| 5611 | "apps/app_service/webapk/webapk_utils.h", |
Maggie Cai | 3416746 | 2021-09-21 07:56:37 | [diff] [blame] | 5612 | "apps/intent_helper/chromeos_intent_picker_helpers.cc", |
| 5613 | "apps/intent_helper/chromeos_intent_picker_helpers.h", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5614 | "apps/intent_helper/common_apps_navigation_throttle.cc", |
| 5615 | "apps/intent_helper/common_apps_navigation_throttle.h", |
Maggie Cai | 3416746 | 2021-09-21 07:56:37 | [diff] [blame] | 5616 | "apps/intent_helper/metrics/intent_handling_metrics.cc", |
| 5617 | "apps/intent_helper/metrics/intent_handling_metrics.h", |
Tim Sergeant | 4be27a65 | 2022-03-29 17:49:47 | [diff] [blame] | 5618 | "apps/intent_helper/supported_links_infobar_delegate.cc", |
| 5619 | "apps/intent_helper/supported_links_infobar_delegate.h", |
Tim Sergeant | 2b6bc66e | 2022-04-14 20:15:21 | [diff] [blame] | 5620 | "apps/intent_helper/supported_links_infobar_prefs_service.cc", |
| 5621 | "apps/intent_helper/supported_links_infobar_prefs_service.h", |
| 5622 | "apps/intent_helper/supported_links_infobar_prefs_service_factory.cc", |
| 5623 | "apps/intent_helper/supported_links_infobar_prefs_service_factory.h", |
Tom Lukaszewicz | 6c7b31e | 2022-06-02 21:31:11 | [diff] [blame] | 5624 | "browser_process_platform_part_chromeos.cc", |
| 5625 | "browser_process_platform_part_chromeos.h", |
Oleksandr Kulkov | 9c7cf955 | 2022-06-02 12:25:43 | [diff] [blame] | 5626 | "certificate_provider/certificate_provider.h", |
| 5627 | "certificate_provider/certificate_provider_service.cc", |
| 5628 | "certificate_provider/certificate_provider_service.h", |
| 5629 | "certificate_provider/certificate_provider_service_factory.cc", |
| 5630 | "certificate_provider/certificate_provider_service_factory.h", |
| 5631 | "certificate_provider/certificate_requests.cc", |
| 5632 | "certificate_provider/certificate_requests.h", |
| 5633 | "certificate_provider/pin_dialog_manager.cc", |
| 5634 | "certificate_provider/pin_dialog_manager.h", |
| 5635 | "certificate_provider/security_token_pin_dialog_host.h", |
| 5636 | "certificate_provider/security_token_pin_dialog_host_popup_impl.cc", |
| 5637 | "certificate_provider/security_token_pin_dialog_host_popup_impl.h", |
| 5638 | "certificate_provider/sign_requests.cc", |
| 5639 | "certificate_provider/sign_requests.h", |
| 5640 | "certificate_provider/thread_safe_certificate_map.cc", |
| 5641 | "certificate_provider/thread_safe_certificate_map.h", |
Yuheng Huang | eb4590c | 2021-11-19 22:33:37 | [diff] [blame] | 5642 | "download/notification/download_item_notification.cc", |
| 5643 | "download/notification/download_item_notification.h", |
| 5644 | "download/notification/download_notification_manager.cc", |
| 5645 | "download/notification/download_notification_manager.h", |
Jack Hsieh | d06b101 | 2022-12-13 18:20:14 | [diff] [blame] | 5646 | "hid/hid_pinned_notification.cc", |
| 5647 | "hid/hid_pinned_notification.h", |
Erik Chen | b3ede93 | 2021-06-28 20:03:17 | [diff] [blame] | 5648 | "media/platform_verification_chromeos.cc", |
| 5649 | "media/platform_verification_chromeos.h", |
Kuo-Hsin Yang | 59aed351 | 2022-04-28 19:10:22 | [diff] [blame] | 5650 | "memory/oom_kills_monitor.cc", |
| 5651 | "memory/oom_kills_monitor.h", |
Oleksandr Kulkov | cb527f8 | 2022-05-25 22:51:43 | [diff] [blame] | 5652 | "notifications/passphrase_textfield.cc", |
| 5653 | "notifications/passphrase_textfield.h", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5654 | "obsolete_system/obsolete_system_stub.cc", |
Elie Maamari | 57a48e5 | 2022-12-01 12:49:52 | [diff] [blame] | 5655 | "password_manager/password_manager_util_chromeos.cc", |
| 5656 | "password_manager/password_manager_util_chromeos.h", |
Michael Ershov | b1837a9 | 2021-06-23 09:38:29 | [diff] [blame] | 5657 | "platform_keys/extension_key_permissions_service.cc", |
| 5658 | "platform_keys/extension_key_permissions_service.h", |
| 5659 | "platform_keys/extension_key_permissions_service_factory.cc", |
| 5660 | "platform_keys/extension_key_permissions_service_factory.h", |
| 5661 | "platform_keys/extension_platform_keys_service.cc", |
| 5662 | "platform_keys/extension_platform_keys_service.h", |
| 5663 | "platform_keys/extension_platform_keys_service_factory.cc", |
| 5664 | "platform_keys/extension_platform_keys_service_factory.h", |
| 5665 | "platform_keys/platform_keys.cc", |
| 5666 | "platform_keys/platform_keys.h", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5667 | "policy/messaging_layer/util/manual_test_heartbeat_event.cc", |
| 5668 | "policy/messaging_layer/util/manual_test_heartbeat_event.h", |
| 5669 | "policy/messaging_layer/util/manual_test_heartbeat_event_factory.cc", |
| 5670 | "policy/messaging_layer/util/manual_test_heartbeat_event_factory.h", |
Maria Petrisor | fe9cbc1 | 2022-06-24 12:22:22 | [diff] [blame] | 5671 | "policy/restricted_mgs_policy_provider.cc", |
| 5672 | "policy/restricted_mgs_policy_provider.h", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5673 | "policy/system_features_disable_list_policy_handler.cc", |
| 5674 | "policy/system_features_disable_list_policy_handler.h", |
Yue Li | 5c60dec | 2022-04-13 21:35:42 | [diff] [blame] | 5675 | "renderer_context_menu/quick_answers_menu_observer.cc", |
| 5676 | "renderer_context_menu/quick_answers_menu_observer.h", |
Jenny Zhang | fcf6f0e | 2021-10-08 22:16:21 | [diff] [blame] | 5677 | "speech/tts_crosapi_util.cc", |
| 5678 | "speech/tts_crosapi_util.h", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5679 | "webshare/chromeos/sharesheet_client.cc", |
| 5680 | "webshare/chromeos/sharesheet_client.h", |
Michael Ershov | b1837a9 | 2021-06-23 09:38:29 | [diff] [blame] | 5681 | ] |
| 5682 | deps += [ |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5683 | "//ash/webui/projector_app/public/cpp", |
Henrique Ferreiro | 06849cb | 2022-12-31 17:19:05 | [diff] [blame] | 5684 | "//chrome/browser/chromeos", |
Oleh Lamzin | 685efd0 | 2022-08-08 14:12:46 | [diff] [blame] | 5685 | "//chrome/browser/chromeos/extensions/telemetry", |
Alexander Bolodurin | 25ac2ee | 2022-12-15 10:19:59 | [diff] [blame] | 5686 | |
| 5687 | # This is a dependency only to allow `allow_circular_includes_from` to |
| 5688 | # include this target (which actually depends on //chrome/browser). |
| 5689 | # TODO(b/262484731): Remove this when app service has its own target. |
| 5690 | "//chrome/browser/chromeos/office_web_app", |
Jonghyun Ahn | e37cad3 | 2021-09-28 02:55:38 | [diff] [blame] | 5691 | "//chrome/browser/metrics/structured", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5692 | "//chrome/browser/policy:onc", |
Yue Li | 5c60dec | 2022-04-13 21:35:42 | [diff] [blame] | 5693 | "//chrome/browser/ui/quick_answers", |
Garrick Evans | 0feb53c | 2021-08-25 07:04:40 | [diff] [blame] | 5694 | "//chrome/browser/ui/webui/settings/chromeos/constants:mojom", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5695 | "//chrome/browser/webshare:storage", |
Oleh Lamzin | 685efd0 | 2022-08-08 14:12:46 | [diff] [blame] | 5696 | "//chrome/common/chromeos/extensions", |
Jeffrey Kardatzke | 18c219e | 2021-08-24 21:11:49 | [diff] [blame] | 5697 | "//chromeos/components/cdm_factory_daemon:cdm_factory_daemon_browser", |
Oleksandr Kulkov | 584f61b6 | 2022-08-12 18:59:05 | [diff] [blame] | 5698 | "//chromeos/components/certificate_provider:certificate_provider", |
Momoko Hattori | b8a406e | 2022-05-25 03:43:15 | [diff] [blame] | 5699 | "//chromeos/components/disks:prefs", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5700 | "//chromeos/components/onc:onc", |
Yue Li | 5c60dec | 2022-04-13 21:35:42 | [diff] [blame] | 5701 | "//chromeos/components/quick_answers:quick_answers", |
| 5702 | "//chromeos/components/quick_answers/public/cpp:cpp", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5703 | "//chromeos/components/quick_answers/public/cpp:cpp", |
| 5704 | "//chromeos/components/quick_answers/public/cpp:prefs", |
Oleksandr Kulkov | 9c7cf955 | 2022-06-02 12:25:43 | [diff] [blame] | 5705 | "//chromeos/components/security_token_pin", |
Howard Yang | 72a1412b | 2022-04-13 00:16:02 | [diff] [blame] | 5706 | "//chromeos/components/webauthn", |
Samuel Huang | 885fb15b | 2021-11-08 19:16:52 | [diff] [blame] | 5707 | "//chromeos/constants", |
Michael Ershov | b1837a9 | 2021-06-23 09:38:29 | [diff] [blame] | 5708 | "//chromeos/crosapi/cpp", |
Eriko Kurimoto | 710910a | 2022-04-26 05:21:56 | [diff] [blame] | 5709 | "//chromeos/crosapi/cpp:crosapi_constants", |
Michael Ershov | b1837a9 | 2021-06-23 09:38:29 | [diff] [blame] | 5710 | "//chromeos/crosapi/mojom", |
Marc-Antoine Abou Jaoude | ff43e13 | 2021-08-10 14:33:29 | [diff] [blame] | 5711 | "//chromeos/dbus/constants", |
Daniel d'Andrada | 7c839fda | 2022-07-18 10:28:25 | [diff] [blame] | 5712 | "//chromeos/dbus/power", |
Cattalyya Nuengsigkapian | 1fd3bcb | 2021-09-29 21:58:22 | [diff] [blame] | 5713 | "//chromeos/ui/wm", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5714 | "//components/app_constants", |
Eriko Kurimoto | b9da403 | 2022-01-20 00:57:41 | [diff] [blame] | 5715 | "//components/arc/common", |
Eriko Kurimoto | ed166c6 | 2022-02-10 10:44:11 | [diff] [blame] | 5716 | "//components/arc/common:arc_intent_helper_constants", |
Maria Petrisor | bb5226b | 2022-06-02 09:10:51 | [diff] [blame] | 5717 | "//components/pref_registry:pref_registry", |
| 5718 | "//components/prefs:prefs", |
Vignesh Shenvi | c2d232c | 2022-08-09 01:37:17 | [diff] [blame] | 5719 | "//components/reporting/metrics:metrics_data_collection", |
| 5720 | "//components/reporting/proto:metric_data_proto", |
Eric Willigers | 3bb226fc | 2022-07-08 06:40:14 | [diff] [blame] | 5721 | "//components/webapk:proto", |
| 5722 | "//third_party/smhasher:murmurhash2", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5723 | "//ui/wm/public", |
Eric Willigers | b630a93d | 2021-05-18 02:50:41 | [diff] [blame] | 5724 | ] |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5725 | |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5726 | allow_circular_includes_from += [ |
Henrique Ferreiro | 06849cb | 2022-12-31 17:19:05 | [diff] [blame] | 5727 | "//chrome/browser/chromeos", |
Maria Petrisor | bb5226b | 2022-06-02 09:10:51 | [diff] [blame] | 5728 | "//chrome/browser/policy:onc", |
| 5729 | |
Alexander Bolodurin | 25ac2ee | 2022-12-15 10:19:59 | [diff] [blame] | 5730 | # TODO(b/262484731): Remove this when app service has its own target. |
| 5731 | "//chrome/browser/chromeos/office_web_app", |
| 5732 | |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 5733 | # TODO(b/215757706): Find a way to avoid the circular include. |
| 5734 | "//chrome/browser/ui/quick_answers", |
| 5735 | ] |
Eric Willigers | b630a93d | 2021-05-18 02:50:41 | [diff] [blame] | 5736 | } |
Angela Zhang | 8f5604f | 2022-08-23 18:43:51 | [diff] [blame] | 5737 | if (is_mac) { |
| 5738 | sources += [ |
| 5739 | "webauthn/local_credential_management_mac.cc", |
| 5740 | "webauthn/local_credential_management_mac.h", |
| 5741 | ] |
| 5742 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 5743 | if (is_win) { |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5744 | libs += [ |
| 5745 | "secur32.lib", |
| 5746 | |
| 5747 | # Needed for _variant_t used in browser_dm_token_storage_win.cc |
| 5748 | "comsuppw.lib", |
| 5749 | ] |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5750 | sources += [ |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 5751 | "accessibility/caption_settings_dialog.h", |
| 5752 | "accessibility/caption_settings_dialog_win.cc", |
Jay Harris | 867b077 | 2019-01-31 23:22:25 | [diff] [blame] | 5753 | "badging/badge_manager_delegate_win.cc", |
| 5754 | "badging/badge_manager_delegate_win.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5755 | "browser_process_platform_part_win.cc", |
| 5756 | "browser_process_platform_part_win.h", |
Nicolas | 9572cdc | 2019-03-05 22:39:53 | [diff] [blame] | 5757 | "browser_switcher/browser_switcher_policy_migrator.cc", |
| 5758 | "browser_switcher/browser_switcher_policy_migrator.h", |
Nicolas | 23afdc6 | 2019-02-07 13:22:41 | [diff] [blame] | 5759 | "browser_switcher/browser_switcher_service_win.cc", |
| 5760 | "browser_switcher/browser_switcher_service_win.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5761 | "chrome_browser_main_win.cc", |
| 5762 | "chrome_browser_main_win.h", |
| 5763 | "component_updater/recovery_improved_component_installer_win.cc", |
| 5764 | "component_updater/sw_reporter_installer_win.cc", |
| 5765 | "component_updater/sw_reporter_installer_win.h", |
Karol Sygiet | 4dab92b0 | 2022-09-13 15:12:56 | [diff] [blame] | 5766 | "device_reauth/win/authenticator_win.cc", |
| 5767 | "device_reauth/win/authenticator_win.h", |
Karol Sygiet | 4bc754cd | 2022-08-24 08:27:46 | [diff] [blame] | 5768 | "device_reauth/win/biometric_authenticator_win.cc", |
| 5769 | "device_reauth/win/biometric_authenticator_win.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5770 | "download/download_status_updater_win.cc", |
| 5771 | "download/trusted_sources_manager_win.cc", |
Igor Ruvinov | b4352058 | 2022-12-12 20:56:19 | [diff] [blame] | 5772 | "enterprise/platform_auth/cloud_ap_provider_win.cc", |
| 5773 | "enterprise/platform_auth/cloud_ap_provider_win.h", |
| 5774 | "enterprise/platform_auth/cloud_ap_utils_win.cc", |
| 5775 | "enterprise/platform_auth/cloud_ap_utils_win.h", |
| 5776 | "enterprise/platform_auth/platform_auth_navigation_throttle.cc", |
| 5777 | "enterprise/platform_auth/platform_auth_navigation_throttle.h", |
Igor Ruvinov | 13e658e | 2022-12-13 03:15:20 | [diff] [blame] | 5778 | "enterprise/platform_auth/platform_auth_policy_observer.cc", |
| 5779 | "enterprise/platform_auth/platform_auth_policy_observer.h", |
Igor Ruvinov | b4352058 | 2022-12-12 20:56:19 | [diff] [blame] | 5780 | "enterprise/platform_auth/platform_auth_provider.h", |
| 5781 | "enterprise/platform_auth/platform_auth_provider_manager.cc", |
| 5782 | "enterprise/platform_auth/platform_auth_provider_manager.h", |
Albert J. Wong | 7f7489ec | 2021-02-05 01:53:32 | [diff] [blame] | 5783 | "enterprise/signals/device_info_fetcher_win.cc", |
| 5784 | "enterprise/signals/device_info_fetcher_win.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5785 | "first_run/first_run_internal_win.cc", |
| 5786 | "first_run/upgrade_util_win.cc", |
| 5787 | "first_run/upgrade_util_win.h", |
Scott Violet | 3ff87d06 | 2021-12-21 06:10:10 | [diff] [blame] | 5788 | "font_prewarmer_tab_helper.cc", |
| 5789 | "font_prewarmer_tab_helper.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5790 | "fullscreen_win.cc", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5791 | "hang_monitor/hang_crash_dump_win.cc", |
| 5792 | "icon_loader_win.cc", |
| 5793 | "importer/firefox_profile_lock_win.cc", |
| 5794 | "install_verification/win/module_info.h", |
| 5795 | "install_verification/win/module_list.cc", |
| 5796 | "install_verification/win/module_list.h", |
| 5797 | "install_verification/win/module_verification_common.cc", |
| 5798 | "install_verification/win/module_verification_common.h", |
| 5799 | "media/webrtc/window_icon_util_win.cc", |
Andrew Grieve | e0973f2 | 2020-03-16 12:13:12 | [diff] [blame] | 5800 | "media_galleries/win/mtp_device_delegate_impl_win.cc", |
| 5801 | "media_galleries/win/mtp_device_delegate_impl_win.h", |
| 5802 | "media_galleries/win/mtp_device_object_entry.cc", |
| 5803 | "media_galleries/win/mtp_device_object_entry.h", |
| 5804 | "media_galleries/win/mtp_device_object_enumerator.cc", |
| 5805 | "media_galleries/win/mtp_device_object_enumerator.h", |
| 5806 | "media_galleries/win/mtp_device_operations_util.cc", |
| 5807 | "media_galleries/win/mtp_device_operations_util.h", |
| 5808 | "media_galleries/win/portable_device_map_service.cc", |
| 5809 | "media_galleries/win/portable_device_map_service.h", |
| 5810 | "media_galleries/win/snapshot_file_details.cc", |
| 5811 | "media_galleries/win/snapshot_file_details.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5812 | "memory_details_win.cc", |
| 5813 | "metrics/antivirus_metrics_provider_win.cc", |
| 5814 | "metrics/antivirus_metrics_provider_win.h", |
| 5815 | "metrics/google_update_metrics_provider_win.cc", |
| 5816 | "metrics/google_update_metrics_provider_win.h", |
| 5817 | "metrics/jumplist_metrics_win.cc", |
| 5818 | "metrics/jumplist_metrics_win.h", |
Nicolas Arciniega | 7529d333 | 2021-11-30 21:01:13 | [diff] [blame] | 5819 | "net/chrome_mojo_proxy_resolver_win.cc", |
| 5820 | "net/chrome_mojo_proxy_resolver_win.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5821 | "net/service_providers_win.cc", |
| 5822 | "net/service_providers_win.h", |
Xi Cheng | cd0313cc | 2018-05-25 17:11:49 | [diff] [blame] | 5823 | "notifications/win/notification_template_builder.cc", |
| 5824 | "notifications/win/notification_template_builder.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5825 | "obsolete_system/obsolete_system_win.cc", |
Will Harris | eb364b2c | 2022-06-23 00:49:01 | [diff] [blame] | 5826 | "os_crypt/app_bound_encryption_metrics_win.cc", |
| 5827 | "os_crypt/app_bound_encryption_metrics_win.h", |
| 5828 | "os_crypt/app_bound_encryption_win.cc", |
| 5829 | "os_crypt/app_bound_encryption_win.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5830 | "password_manager/password_manager_util_win.cc", |
| 5831 | "password_manager/password_manager_util_win.h", |
| 5832 | "performance_manager/mechanisms/working_set_trimmer_win.cc", |
| 5833 | "performance_manager/mechanisms/working_set_trimmer_win.h", |
| 5834 | "performance_manager/policies/working_set_trimmer_policy_win.cc", |
| 5835 | "performance_manager/policies/working_set_trimmer_policy_win.h", |
| 5836 | "performance_monitor/metric_evaluator_helper_win.cc", |
| 5837 | "performance_monitor/metric_evaluator_helper_win.h", |
| 5838 | "platform_util_win.cc", |
| 5839 | "policy/browser_dm_token_storage_win.cc", |
| 5840 | "policy/browser_dm_token_storage_win.h", |
| 5841 | "process_singleton_win.cc", |
| 5842 | "profile_resetter/triggered_profile_resetter_win.cc", |
| 5843 | "profiles/profile_shortcut_manager_win.cc", |
| 5844 | "profiles/profile_shortcut_manager_win.h", |
| 5845 | "shell_integration_win.cc", |
| 5846 | "shell_integration_win.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5847 | "task_manager/sampling/shared_sampler_win.cc", |
| 5848 | "task_manager/sampling/shared_sampler_win_defines.h", |
Jay Harris | 3e03e2f | 2019-01-31 01:36:31 | [diff] [blame] | 5849 | "taskbar/taskbar_decorator_win.cc", |
| 5850 | "taskbar/taskbar_decorator_win.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5851 | "themes/theme_helper_win.cc", |
| 5852 | "themes/theme_helper_win.h", |
| 5853 | "upgrade_detector/get_installed_version_win.cc", |
Greg Thompson | 3022543 | 2020-10-15 11:20:29 | [diff] [blame] | 5854 | "upgrade_detector/registry_monitor.cc", |
| 5855 | "upgrade_detector/registry_monitor.h", |
Adam Langley | a5ea957 | 2022-07-13 22:37:43 | [diff] [blame] | 5856 | "webauthn/local_credential_management_win.cc", |
Angela Zhang | 8f5604f | 2022-08-23 18:43:51 | [diff] [blame] | 5857 | "webauthn/local_credential_management_win.h", |
Hoch Hochkeppel | e790f0c | 2020-10-28 18:24:31 | [diff] [blame] | 5858 | "webshare/win/share_operation.cc", |
| 5859 | "webshare/win/share_operation.h", |
Hoch Hochkeppel | 6b477d9e | 2020-09-28 18:48:23 | [diff] [blame] | 5860 | "webshare/win/show_share_ui_for_window_operation.cc", |
| 5861 | "webshare/win/show_share_ui_for_window_operation.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5862 | "win/app_icon.cc", |
| 5863 | "win/app_icon.h", |
| 5864 | "win/automation_controller.cc", |
| 5865 | "win/automation_controller.h", |
| 5866 | "win/browser_util.cc", |
| 5867 | "win/browser_util.h", |
| 5868 | "win/chrome_elf_init.cc", |
| 5869 | "win/chrome_elf_init.h", |
| 5870 | "win/chrome_select_file_dialog_factory.cc", |
| 5871 | "win/chrome_select_file_dialog_factory.h", |
| 5872 | "win/conflicts/enumerate_input_method_editors.cc", |
| 5873 | "win/conflicts/enumerate_input_method_editors.h", |
| 5874 | "win/conflicts/enumerate_shell_extensions.cc", |
| 5875 | "win/conflicts/enumerate_shell_extensions.h", |
| 5876 | "win/conflicts/inspection_results_cache.cc", |
| 5877 | "win/conflicts/inspection_results_cache.h", |
| 5878 | "win/conflicts/module_database.cc", |
| 5879 | "win/conflicts/module_database.h", |
| 5880 | "win/conflicts/module_database_observer.h", |
| 5881 | "win/conflicts/module_event_sink_impl.cc", |
| 5882 | "win/conflicts/module_event_sink_impl.h", |
| 5883 | "win/conflicts/module_inspector.cc", |
| 5884 | "win/conflicts/module_inspector.h", |
| 5885 | "win/conflicts/third_party_metrics_recorder.cc", |
| 5886 | "win/conflicts/third_party_metrics_recorder.h", |
Alex Gough | a4160b85 | 2020-06-23 00:21:29 | [diff] [blame] | 5887 | "win/icon_reader_service.cc", |
| 5888 | "win/icon_reader_service.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5889 | "win/jumplist.cc", |
| 5890 | "win/jumplist.h", |
| 5891 | "win/jumplist_factory.cc", |
| 5892 | "win/jumplist_factory.h", |
| 5893 | "win/jumplist_file_util.cc", |
| 5894 | "win/jumplist_file_util.h", |
| 5895 | "win/jumplist_update_util.cc", |
| 5896 | "win/jumplist_update_util.h", |
| 5897 | "win/jumplist_updater.cc", |
| 5898 | "win/jumplist_updater.h", |
Eric Orth | 72fe84a8 | 2020-03-06 21:39:19 | [diff] [blame] | 5899 | "win/parental_controls.cc", |
| 5900 | "win/parental_controls.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5901 | "win/settings_app_monitor.cc", |
| 5902 | "win/settings_app_monitor.h", |
| 5903 | "win/taskbar_icon_finder.cc", |
| 5904 | "win/taskbar_icon_finder.h", |
| 5905 | "win/titlebar_config.cc", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 5906 | "win/ui_automation_util.cc", |
| 5907 | "win/ui_automation_util.h", |
Sunggook Chue | a9b31ac | 2020-11-14 09:32:50 | [diff] [blame] | 5908 | "win/uninstallation_via_os_settings.cc", |
| 5909 | "win/uninstallation_via_os_settings.h", |
Ken Rockot | 95fe3f6 | 2019-07-25 20:29:51 | [diff] [blame] | 5910 | "win/util_win_service.cc", |
| 5911 | "win/util_win_service.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5912 | ] |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 5913 | public_deps += [ |
Allen Bauer | ace9190 | 2022-02-07 17:59:01 | [diff] [blame] | 5914 | ":titlebar_config", |
Sylvain Defresne | 81f08bb | 2021-03-25 14:36:59 | [diff] [blame] | 5915 | "//build:branding_buildflags", |
Cammie Smith Barnes | 619686a | 2022-11-03 15:39:13 | [diff] [blame] | 5916 | "//chrome/browser/chrome_for_testing:buildflags", |
Ken Rockot | 95fe3f6 | 2019-07-25 20:29:51 | [diff] [blame] | 5917 | "//chrome/services/util_win/public/mojom", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 5918 | "//ui/views", |
| 5919 | "//ui/views/controls/webview", |
| 5920 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 5921 | deps += [ |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 5922 | ":chrome_process_finder", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 5923 | "//base/win:base_win_buildflags", |
Robert Sesek | 7dbafc82 | 2021-05-21 21:13:08 | [diff] [blame] | 5924 | "//chrome/app:chrome_exe_main_exports", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 5925 | "//chrome/app/theme:chrome_unscaled_resources_grit", |
Joe Mason | 72f7c51f0 | 2019-05-29 19:44:29 | [diff] [blame] | 5926 | "//chrome/browser/safe_browsing/chrome_cleaner", |
| 5927 | "//chrome/browser/safe_browsing/chrome_cleaner:public", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 5928 | "//chrome/browser/web_applications/chrome_pwa_launcher:util", |
Patrick Monette | bb54394 | 2019-05-17 17:45:32 | [diff] [blame] | 5929 | "//chrome/browser/win/conflicts:module_info", |
Patrick Monette | 0196be2 | 2019-05-10 03:33:15 | [diff] [blame] | 5930 | "//chrome/chrome_elf:constants", |
| 5931 | "//chrome/chrome_elf:dll_hash", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 5932 | "//chrome/chrome_elf:third_party_shared_defines", |
mdempsky | 15a48be | 2015-10-21 23:37:53 | [diff] [blame] | 5933 | "//chrome/common:version_header", |
Roger Tawa | 53d2ef8b | 2019-05-13 14:19:53 | [diff] [blame] | 5934 | "//chrome/credential_provider/common:common_constants", |
Will Harris | eb364b2c | 2022-06-23 00:49:01 | [diff] [blame] | 5935 | "//chrome/elevation_service:public_headers", |
grt | b4cab81 | 2017-03-31 06:58:43 | [diff] [blame] | 5936 | "//chrome/install_static:install_static_util", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 5937 | "//chrome/installer/util:with_no_strings", |
Xi Cheng | b7c35726b | 2018-04-25 04:55:14 | [diff] [blame] | 5938 | "//chrome/notification_helper:constants", |
Ken Rockot | c74e379 | 2018-02-10 16:31:30 | [diff] [blame] | 5939 | "//chrome/services/util_win/public/mojom", |
vchigrin | 61944ae | 2015-01-30 23:51:32 | [diff] [blame] | 5940 | "//components/browser_watcher:browser_watcher_client", |
manzagop | 309a9611 | 2017-05-04 19:55:38 | [diff] [blame] | 5941 | "//components/browser_watcher:stability_client", |
Joe Mason | 6c97f7f | 2018-03-19 18:49:30 | [diff] [blame] | 5942 | "//components/chrome_cleaner/public/constants", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 5943 | "//components/crash/core/app", |
| 5944 | "//components/crash/core/app:crash_export_thunk_include", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 5945 | "//google_update", |
| 5946 | "//sandbox/win:sandbox", |
Nicolas Arciniega | 7529d333 | 2021-11-30 21:01:13 | [diff] [blame] | 5947 | "//services/proxy_resolver_win/public/mojom", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 5948 | "//third_party/crashpad/crashpad/client", |
[email protected] | 55699f39 | 2014-08-20 22:16:30 | [diff] [blame] | 5949 | "//third_party/iaccessible2", |
| 5950 | "//third_party/isimpledom", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 5951 | "//third_party/wtl", |
Varun Mohan | 24196fa1 | 2018-04-27 20:30:04 | [diff] [blame] | 5952 | "//ui/aura_extra", |
grt | ac869358 | 2017-05-19 10:37:03 | [diff] [blame] | 5953 | "//ui/base:fullscreen_win", |
Peter Kasting | e63a2e18 | 2021-12-08 18:05:21 | [diff] [blame] | 5954 | "//ui/color:accent_color_observer", |
Femi Adegunloye | f500de3 | 2022-05-05 23:09:22 | [diff] [blame] | 5955 | "//ui/display/util:util", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 5956 | ] |
Joe Mason | 72f7c51f0 | 2019-05-29 19:44:29 | [diff] [blame] | 5957 | allow_circular_includes_from += |
| 5958 | [ "//chrome/browser/safe_browsing/chrome_cleaner" ] |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 5959 | |
| 5960 | all_dependent_configs = [ ":browser_win_linker_flags" ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 5961 | |
Peter Beverloo | c30c9ddf | 2021-02-24 19:56:03 | [diff] [blame] | 5962 | if (enable_system_notifications) { |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 5963 | sources += [ |
| 5964 | "notifications/notification_platform_bridge_win.cc", |
| 5965 | "notifications/notification_platform_bridge_win.h", |
Xi Cheng | cd0313cc | 2018-05-25 17:11:49 | [diff] [blame] | 5966 | "notifications/win/notification_launch_id.cc", |
| 5967 | "notifications/win/notification_launch_id.h", |
Xi Cheng | 1ed8404 | 2018-05-29 17:31:29 | [diff] [blame] | 5968 | "notifications/win/notification_metrics.cc", |
| 5969 | "notifications/win/notification_metrics.h", |
| 5970 | "notifications/win/notification_util.cc", |
| 5971 | "notifications/win/notification_util.h", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 5972 | ] |
| 5973 | } |
| 5974 | |
Patrick Monette | e7d84a1 | 2018-02-28 00:16:34 | [diff] [blame] | 5975 | if (is_chrome_branded) { |
| 5976 | deps += [ |
Patrick Monette | bb54394 | 2019-05-17 17:45:32 | [diff] [blame] | 5977 | "//chrome/browser/win/conflicts:module_list_proto", |
Alexei Filippov | 3f4d813 | 2019-05-13 21:35:09 | [diff] [blame] | 5978 | "//chrome/chrome_elf:sha1", |
| 5979 | "//chrome/chrome_elf:third_party_shared_defines", |
Patrick Monette | e7d84a1 | 2018-02-28 00:16:34 | [diff] [blame] | 5980 | "//google_update", |
| 5981 | ] |
| 5982 | libs += [ "msi.lib" ] |
| 5983 | sources += [ |
| 5984 | "component_updater/third_party_module_list_component_installer_win.cc", |
| 5985 | "component_updater/third_party_module_list_component_installer_win.h", |
Irem Uguz | 4136c04 | 2022-08-05 13:02:19 | [diff] [blame] | 5986 | "policy/status_provider/updater_status_and_value_provider.cc", |
| 5987 | "policy/status_provider/updater_status_and_value_provider.h", |
Patrick Monette | bb54394 | 2019-05-17 17:45:32 | [diff] [blame] | 5988 | "win/conflicts/incompatible_applications_updater.cc", |
| 5989 | "win/conflicts/incompatible_applications_updater.h", |
| 5990 | "win/conflicts/installed_applications.cc", |
| 5991 | "win/conflicts/installed_applications.h", |
Peter Kasting | 21509fa | 2020-11-25 22:10:04 | [diff] [blame] | 5992 | "win/conflicts/module_blocklist_cache_updater.cc", |
| 5993 | "win/conflicts/module_blocklist_cache_updater.h", |
| 5994 | "win/conflicts/module_blocklist_cache_util.cc", |
| 5995 | "win/conflicts/module_blocklist_cache_util.h", |
Patrick Monette | bb54394 | 2019-05-17 17:45:32 | [diff] [blame] | 5996 | "win/conflicts/module_list_component_updater.cc", |
| 5997 | "win/conflicts/module_list_component_updater.h", |
| 5998 | "win/conflicts/module_list_filter.cc", |
| 5999 | "win/conflicts/module_list_filter.h", |
| 6000 | "win/conflicts/module_load_attempt_log_listener.cc", |
| 6001 | "win/conflicts/module_load_attempt_log_listener.h", |
| 6002 | "win/conflicts/msi_util.cc", |
| 6003 | "win/conflicts/msi_util.h", |
| 6004 | "win/conflicts/registry_key_watcher.cc", |
| 6005 | "win/conflicts/registry_key_watcher.h", |
| 6006 | "win/conflicts/third_party_conflicts_manager.cc", |
| 6007 | "win/conflicts/third_party_conflicts_manager.h", |
| 6008 | "win/conflicts/token_util.cc", |
| 6009 | "win/conflicts/token_util.h", |
| 6010 | "win/conflicts/uninstall_application.cc", |
| 6011 | "win/conflicts/uninstall_application.h", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 6012 | ] |
| 6013 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 6014 | } else { |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 6015 | # Non - Windows. |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 6016 | sources += [ |
| 6017 | "profile_resetter/triggered_profile_resetter_stub.cc", |
| 6018 | "profiles/profile_shortcut_manager_stub.cc", |
| 6019 | ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 6020 | if (toolkit_views) { |
| 6021 | deps += [ |
| 6022 | "//ui/views", |
| 6023 | "//ui/views/controls/webview", |
| 6024 | ] |
| 6025 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 6026 | } |
| 6027 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6028 | if (is_mac) { |
Alexey Baskakov | 3f6c31f0 | 2018-08-23 00:28:09 | [diff] [blame] | 6029 | allow_circular_includes_from += [ "//chrome/browser/apps/app_shim" ] |
Jay Harris | 867b077 | 2019-01-31 23:22:25 | [diff] [blame] | 6030 | sources += [ |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 6031 | "accessibility/caption_settings_dialog.h", |
Avi Drissman | 35b115d | 2022-11-01 19:28:50 | [diff] [blame] | 6032 | "accessibility/caption_settings_dialog_mac.cc", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6033 | "app_controller_mac.h", |
| 6034 | "app_controller_mac.mm", |
Maggie Cai | 089f5a3 | 2020-11-16 07:53:08 | [diff] [blame] | 6035 | "apps/intent_helper/mac_intent_picker_helpers.h", |
| 6036 | "apps/intent_helper/mac_intent_picker_helpers.mm", |
Jay Harris | 867b077 | 2019-01-31 23:22:25 | [diff] [blame] | 6037 | "badging/badge_manager_delegate_mac.cc", |
| 6038 | "badging/badge_manager_delegate_mac.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6039 | "browser_process_platform_part_mac.h", |
| 6040 | "browser_process_platform_part_mac.mm", |
| 6041 | "chrome_browser_application_mac.h", |
| 6042 | "chrome_browser_application_mac.mm", |
| 6043 | "chrome_browser_main_mac.h", |
| 6044 | "chrome_browser_main_mac.mm", |
Joshua Pawlicki | 6c5657ad | 2022-02-04 22:18:57 | [diff] [blame] | 6045 | "component_updater/recovery_improved_component_installer_mac.cc", |
Karol Sygiet | a35a0815 | 2022-08-08 15:53:42 | [diff] [blame] | 6046 | "device_reauth/mac/biometric_authenticator_mac.h", |
| 6047 | "device_reauth/mac/biometric_authenticator_mac.mm", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6048 | "download/download_status_updater_mac.mm", |
Jay Harris | 867b077 | 2019-01-31 23:22:25 | [diff] [blame] | 6049 | "download/drag_download_item_mac.mm", |
Albert J. Wong | 7f7489ec | 2021-02-05 01:53:32 | [diff] [blame] | 6050 | "enterprise/signals/device_info_fetcher_mac.h", |
| 6051 | "enterprise/signals/device_info_fetcher_mac.mm", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6052 | "file_select_helper_mac.mm", |
| 6053 | "first_run/first_run_internal_mac.mm", |
| 6054 | "first_run/upgrade_util_mac.cc", |
| 6055 | "fullscreen_mac.mm", |
| 6056 | "global_keyboard_shortcuts_mac.h", |
| 6057 | "global_keyboard_shortcuts_mac.mm", |
| 6058 | "hang_monitor/hang_crash_dump_mac.cc", |
| 6059 | "icon_loader_mac.mm", |
| 6060 | "lifetime/application_lifetime_mac.mm", |
Avi Drissman | 12b967f | 2021-03-08 15:36:47 | [diff] [blame] | 6061 | "mac/auth_session_request.h", |
| 6062 | "mac/auth_session_request.mm", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6063 | "mac/bluetooth_utility.h", |
| 6064 | "mac/bluetooth_utility.mm", |
Mitsuru Oshima | c0a0320 | 2022-08-09 12:04:56 | [diff] [blame] | 6065 | "mac/chrome_browser_main_extra_parts_mac.h", |
| 6066 | "mac/chrome_browser_main_extra_parts_mac.mm", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6067 | "mac/dock.h", |
| 6068 | "mac/dock.mm", |
| 6069 | "mac/exception_processor.h", |
| 6070 | "mac/exception_processor.mm", |
Elly Fong-Jones | a7f076e | 2020-06-29 21:13:55 | [diff] [blame] | 6071 | "mac/initial_prefs.h", |
| 6072 | "mac/initial_prefs.mm", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6073 | "mac/install_from_dmg.h", |
| 6074 | "mac/install_from_dmg.mm", |
Charlie Harrison | 325846b | 2021-07-14 13:57:41 | [diff] [blame] | 6075 | "mac/key_window_notifier.cc", |
| 6076 | "mac/key_window_notifier.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6077 | "mac/mac_startup_profiler.cc", |
| 6078 | "mac/mac_startup_profiler.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6079 | "mac/nsprocessinfo_additions.h", |
| 6080 | "mac/nsprocessinfo_additions.mm", |
| 6081 | "mac/relauncher.h", |
| 6082 | "mac/relauncher.mm", |
Tomasz Moniuszko | adb59e6 | 2021-10-29 14:12:19 | [diff] [blame] | 6083 | "media/webrtc/media_authorization_wrapper_mac.h", |
| 6084 | "media/webrtc/system_media_capture_permissions_mac.h", |
| 6085 | "media/webrtc/system_media_capture_permissions_mac.mm", |
| 6086 | "media/webrtc/system_media_capture_permissions_stats_mac.h", |
| 6087 | "media/webrtc/system_media_capture_permissions_stats_mac.mm", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6088 | "media/webrtc/window_icon_util_mac.mm", |
Andrew Grieve | e0973f2 | 2020-03-16 12:13:12 | [diff] [blame] | 6089 | "media_galleries/mac/mtp_device_delegate_impl_mac.h", |
| 6090 | "media_galleries/mac/mtp_device_delegate_impl_mac.mm", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6091 | "memory_details_mac.cc", |
| 6092 | "metrics/chrome_browser_main_extra_parts_metrics_mac.mm", |
Francois Doray | 0084434 | 2022-02-10 18:51:02 | [diff] [blame] | 6093 | "metrics/power/coalition_resource_usage_provider_mac.h", |
| 6094 | "metrics/power/coalition_resource_usage_provider_mac.mm", |
Etienne Pierre-doray | 61a2224 | 2021-01-06 23:49:08 | [diff] [blame] | 6095 | "metrics/power/power_metrics_provider_mac.h", |
| 6096 | "metrics/power/power_metrics_provider_mac.mm", |
Richard Knoll | 83c4fd04 | 2021-07-23 10:12:19 | [diff] [blame] | 6097 | "notifications/mac_notification_provider_factory.cc", |
Richard Knoll | 73529f3 | 2021-02-24 19:22:25 | [diff] [blame] | 6098 | "notifications/mac_notification_provider_factory.h", |
Richard Knoll | 83c4fd04 | 2021-07-23 10:12:19 | [diff] [blame] | 6099 | "notifications/notification_dispatcher_mac.h", |
| 6100 | "notifications/notification_dispatcher_mojo.cc", |
| 6101 | "notifications/notification_dispatcher_mojo.h", |
| 6102 | "notifications/notification_platform_bridge_mac.cc", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6103 | "notifications/notification_platform_bridge_mac.h", |
Richard Knoll | 83c4fd04 | 2021-07-23 10:12:19 | [diff] [blame] | 6104 | "notifications/notification_platform_bridge_mac_utils.cc", |
Mohamed Adel | e80c2da4 | 2020-09-22 16:22:58 | [diff] [blame] | 6105 | "notifications/notification_platform_bridge_mac_utils.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6106 | "obsolete_system/obsolete_system_mac.cc", |
| 6107 | "password_manager/password_manager_util_mac.h", |
| 6108 | "password_manager/password_manager_util_mac.mm", |
| 6109 | "platform_util_mac.mm", |
| 6110 | "policy/browser_dm_token_storage_mac.h", |
| 6111 | "policy/browser_dm_token_storage_mac.mm", |
| 6112 | "process_singleton_mac.mm", |
| 6113 | "renderer_host/chrome_render_widget_host_view_mac_delegate.h", |
| 6114 | "renderer_host/chrome_render_widget_host_view_mac_delegate.mm", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6115 | "shell_integration_mac.mm", |
Greg Thompson | 593ceeb | 2021-02-03 15:51:31 | [diff] [blame] | 6116 | "upgrade_detector/directory_monitor.cc", |
| 6117 | "upgrade_detector/directory_monitor.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6118 | "upgrade_detector/get_installed_version_mac.mm", |
Lei Zhang | 647a4d4 | 2021-04-20 03:09:27 | [diff] [blame] | 6119 | "webshare/mac/sharing_service_operation.h", |
| 6120 | "webshare/mac/sharing_service_operation.mm", |
Jay Harris | 867b077 | 2019-01-31 23:22:25 | [diff] [blame] | 6121 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6122 | deps += [ |
Richard Knoll | d557745d | 2021-07-21 00:40:24 | [diff] [blame] | 6123 | "//chrome/app:notification_metrics", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6124 | "//chrome/app_shim", |
| 6125 | "//chrome/browser/apps/app_shim", |
Zhuang Xu | 7a8580ef | 2022-09-10 00:08:44 | [diff] [blame] | 6126 | "//chrome/browser/renderer_host:history_swiper", |
Joshua Pawlicki | 623ea2b | 2022-09-22 20:02:55 | [diff] [blame] | 6127 | "//chrome/browser/updater:browser_updater_client", |
| 6128 | "//chrome/browser/updater:scheduler", |
Lei Zhang | 647a4d4 | 2021-04-20 03:09:27 | [diff] [blame] | 6129 | "//chrome/browser/webshare:storage", |
Richard Knoll | 73529f3 | 2021-02-24 19:22:25 | [diff] [blame] | 6130 | "//chrome/services/mac_notifications", |
Richard Knoll | 2a0dae1 | 2021-09-07 12:23:22 | [diff] [blame] | 6131 | "//chrome/services/mac_notifications/public/cpp", |
Richard Knoll | d2ee65e | 2021-02-09 19:28:43 | [diff] [blame] | 6132 | "//chrome/services/mac_notifications/public/mojom", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 6133 | "//components/crash/core/app", |
Christopher Cameron | 7e987473 | 2019-10-25 00:40:36 | [diff] [blame] | 6134 | "//components/metal_util", |
Francois Doray | dbfac690 | 2021-11-24 19:13:10 | [diff] [blame] | 6135 | "//components/power_metrics", |
Christopher Cameron | eeba897 | 2021-03-12 07:31:57 | [diff] [blame] | 6136 | "//components/remote_cocoa/browser:browser", |
Evan Liu | 054dc08 | 2020-09-30 14:09:42 | [diff] [blame] | 6137 | "//sandbox/mac:seatbelt", |
| 6138 | "//sandbox/policy", |
James Hollyer | 63eb7e0f | 2021-02-24 03:02:40 | [diff] [blame] | 6139 | "//services/device/public/cpp/geolocation", |
Guido Urdaneta | 191635e | 2018-05-09 16:00:53 | [diff] [blame] | 6140 | "//services/video_capture/public/mojom:constants", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 6141 | "//third_party/crashpad/crashpad/client", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6142 | "//third_party/google_toolbox_for_mac", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6143 | ] |
Robert Sesek | 27656588 | 2020-07-08 01:06:52 | [diff] [blame] | 6144 | frameworks = [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6145 | "Accelerate.framework", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6146 | "AudioUnit.framework", |
Henrik Grunell | 5c79e19 | 2019-01-30 22:19:33 | [diff] [blame] | 6147 | "AVFoundation.framework", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6148 | "DiskArbitration.framework", |
| 6149 | "IOKit.framework", |
| 6150 | "ImageCaptureCore.framework", |
Karol Sygiet | 686757cf | 2022-08-26 14:34:50 | [diff] [blame] | 6151 | "LocalAuthentication.framework", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6152 | "OpenGL.framework", |
| 6153 | "QuartzCore.framework", |
Avi Drissman | 69badca | 2022-05-17 18:56:31 | [diff] [blame] | 6154 | "SafariServices.framework", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6155 | "SecurityInterface.framework", |
Robert Sesek | b16f80223 | 2020-09-25 02:05:00 | [diff] [blame] | 6156 | ] |
| 6157 | weak_frameworks = [ |
Avi Drissman | 12b967f | 2021-03-08 15:36:47 | [diff] [blame] | 6158 | "AuthenticationServices.framework", # macOS 10.15 |
Avi Drissman | cafec43 | 2023-01-04 18:14:47 | [diff] [blame] | 6159 | "UniformTypeIdentifiers.framework", # macOS 11 |
Robert Sesek | b16f80223 | 2020-09-25 02:05:00 | [diff] [blame] | 6160 | "UserNotifications.framework", # macOS 10.14 |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6161 | ] |
Joshua Pawlicki | 623ea2b | 2022-09-22 20:02:55 | [diff] [blame] | 6162 | public_deps += [ "//chrome/browser/mac:keystone_glue" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6163 | } |
| 6164 | |
Jorge Lucangeli Obes | 605f118a | 2021-10-07 21:12:32 | [diff] [blame] | 6165 | if (is_win || is_linux || is_android || is_chromeos) { |
Nicolas Ouellet-Payeur | 326a269 | 2021-07-15 01:17:33 | [diff] [blame] | 6166 | deps += [ "//chrome/browser/privacy:traffic_annotation_proto" ] |
| 6167 | } |
| 6168 | |
Karol Sygiet | 4bc754cd | 2022-08-24 08:27:46 | [diff] [blame] | 6169 | if (is_android || is_mac || is_win) { |
| 6170 | sources += [ |
| 6171 | "device_reauth/chrome_biometric_authenticator_common.cc", |
| 6172 | "device_reauth/chrome_biometric_authenticator_common.h", |
| 6173 | "device_reauth/chrome_biometric_authenticator_factory.cc", |
| 6174 | "device_reauth/chrome_biometric_authenticator_factory.h", |
| 6175 | ] |
| 6176 | } |
| 6177 | |
Sorin Jianu | 81d1632 | 2022-02-04 19:13:04 | [diff] [blame] | 6178 | if (is_mac || is_win) { |
| 6179 | # Support for the recovery improved component. |
| 6180 | sources += [ |
| 6181 | "component_updater/updater_state.cc", |
| 6182 | "component_updater/updater_state.h", |
| 6183 | ] |
| 6184 | deps += [ "//chrome/updater:browser_sources" ] |
| 6185 | if (is_mac) { |
| 6186 | sources += [ "component_updater/updater_state_mac.mm" ] |
| 6187 | } |
| 6188 | if (is_win) { |
| 6189 | sources += [ "component_updater/updater_state_win.cc" ] |
| 6190 | } |
| 6191 | } |
| 6192 | |
Martin Rodriguez | c9a6e78f | 2021-07-19 10:56:17 | [diff] [blame] | 6193 | if (is_linux || is_win || is_mac || is_chromeos_ash) { |
| 6194 | sources += [ |
Sebastien Lalancette | a62c8f4 | 2021-11-17 00:11:34 | [diff] [blame] | 6195 | "enterprise/connectors/device_trust/device_trust_connector_service.cc", |
| 6196 | "enterprise/connectors/device_trust/device_trust_connector_service.h", |
| 6197 | "enterprise/connectors/device_trust/device_trust_connector_service_factory.cc", |
| 6198 | "enterprise/connectors/device_trust/device_trust_connector_service_factory.h", |
Martin Rodriguez | c9a6e78f | 2021-07-19 10:56:17 | [diff] [blame] | 6199 | "enterprise/connectors/device_trust/device_trust_service.cc", |
| 6200 | "enterprise/connectors/device_trust/device_trust_service.h", |
Sebastien Lalancette | ca2580f | 2021-08-11 22:58:21 | [diff] [blame] | 6201 | "enterprise/connectors/device_trust/device_trust_service_factory.cc", |
| 6202 | "enterprise/connectors/device_trust/device_trust_service_factory.h", |
Martin Rodriguez | c9a6e78f | 2021-07-19 10:56:17 | [diff] [blame] | 6203 | "enterprise/connectors/device_trust/navigation_throttle.cc", |
| 6204 | "enterprise/connectors/device_trust/navigation_throttle.h", |
Sebastien Lalancette | 0e9164bd | 2022-10-05 17:03:51 | [diff] [blame] | 6205 | "enterprise/connectors/device_trust/signals/decorators/common/context_signals_decorator.cc", |
| 6206 | "enterprise/connectors/device_trust/signals/decorators/common/context_signals_decorator.h", |
Sebastien Lalancette | 71ee76e4 | 2021-08-17 18:21:45 | [diff] [blame] | 6207 | "enterprise/connectors/device_trust/signals/signals_service_factory.cc", |
| 6208 | "enterprise/connectors/device_trust/signals/signals_service_factory.h", |
| 6209 | "enterprise/connectors/device_trust/signals/signals_service_impl.cc", |
| 6210 | "enterprise/connectors/device_trust/signals/signals_service_impl.h", |
Martin Rodriguez | c9a6e78f | 2021-07-19 10:56:17 | [diff] [blame] | 6211 | ] |
| 6212 | deps += [ |
Sebastien Lalancette | 2e87dc4 | 2021-10-13 20:17:54 | [diff] [blame] | 6213 | "//chrome/browser/enterprise/connectors/device_trust:features", |
Sebastien Lalancette | 48db571 | 2021-08-11 21:06:14 | [diff] [blame] | 6214 | "//chrome/browser/enterprise/connectors/device_trust/attestation/common", |
Sebastien Lalancette | 3a3b711 | 2021-09-22 21:12:42 | [diff] [blame] | 6215 | "//chrome/browser/enterprise/connectors/device_trust/attestation/common:types", |
Sebastien Lalancette | 25f07a1 | 2021-11-24 17:40:26 | [diff] [blame] | 6216 | "//chrome/browser/enterprise/connectors/device_trust/common", |
Sebastien Lalancette | 71ee76e4 | 2021-08-17 18:21:45 | [diff] [blame] | 6217 | "//chrome/browser/enterprise/connectors/device_trust/signals", |
| 6218 | "//chrome/browser/enterprise/connectors/device_trust/signals/decorators/common", |
Lei Zhang | 979b0dbc | 2022-05-19 03:13:02 | [diff] [blame] | 6219 | "//chrome/browser/ui/webui/connectors_internals:mojo_bindings", |
Roger Tawa | 3b6f358 | 2021-08-11 15:55:34 | [diff] [blame] | 6220 | "//components/policy/proto:proto", |
hmare | 9798e54 | 2022-04-12 00:30:10 | [diff] [blame] | 6221 | "//services/data_decoder/public/cpp", |
Martin Rodriguez | c9a6e78f | 2021-07-19 10:56:17 | [diff] [blame] | 6222 | ] |
| 6223 | } |
| 6224 | |
Hamda | 7d50999 | 2022-08-02 17:24:34 | [diff] [blame] | 6225 | if (is_mac) { |
| 6226 | sources += [ |
| 6227 | "enterprise/connectors/device_trust/browser/mac_device_trust_connector_service.cc", |
| 6228 | "enterprise/connectors/device_trust/browser/mac_device_trust_connector_service.h", |
| 6229 | ] |
Hamda | 12e3da3f | 2022-09-08 13:10:57 | [diff] [blame] | 6230 | |
| 6231 | deps += [ "//chrome/browser/enterprise/connectors/device_trust/key_management/core/mac" ] |
Hamda | 7d50999 | 2022-08-02 17:24:34 | [diff] [blame] | 6232 | } |
| 6233 | |
Sebastien Lalancette | b531dc4 | 2021-08-16 15:24:25 | [diff] [blame] | 6234 | if (is_linux || is_win || is_mac) { |
Martin Rodriguez | 99ed3f1f | 2021-03-25 19:31:48 | [diff] [blame] | 6235 | sources += [ |
Roger Tawa | 671dc43 | 2022-08-23 15:58:21 | [diff] [blame] | 6236 | "enterprise/chrome_browser_main_extra_parts_enterprise.cc", |
| 6237 | "enterprise/chrome_browser_main_extra_parts_enterprise.h", |
Roger Tawa | 67f10b1 | 2022-07-22 17:28:22 | [diff] [blame] | 6238 | "enterprise/connectors/analysis/content_analysis_sdk_manager.cc", |
| 6239 | "enterprise/connectors/analysis/content_analysis_sdk_manager.h", |
| 6240 | "enterprise/connectors/analysis/local_binary_upload_service.cc", |
| 6241 | "enterprise/connectors/analysis/local_binary_upload_service.h", |
Roger Tawa | 2170841 | 2022-07-26 21:53:25 | [diff] [blame] | 6242 | "enterprise/connectors/analysis/local_binary_upload_service_factory.cc", |
| 6243 | "enterprise/connectors/analysis/local_binary_upload_service_factory.h", |
Sebastien Lalancette | 48db571 | 2021-08-11 21:06:14 | [diff] [blame] | 6244 | "enterprise/connectors/device_trust/attestation/desktop/crypto_utility.cc", |
| 6245 | "enterprise/connectors/device_trust/attestation/desktop/crypto_utility.h", |
| 6246 | "enterprise/connectors/device_trust/attestation/desktop/desktop_attestation_service.cc", |
| 6247 | "enterprise/connectors/device_trust/attestation/desktop/desktop_attestation_service.h", |
Philippe Leblanc | f1510d5 | 2022-09-12 22:49:02 | [diff] [blame] | 6248 | "enterprise/connectors/device_trust/attestation/desktop/desktop_attestation_switches.cc", |
| 6249 | "enterprise/connectors/device_trust/attestation/desktop/desktop_attestation_switches.h", |
Sebastien Lalancette | 48db571 | 2021-08-11 21:06:14 | [diff] [blame] | 6250 | "enterprise/connectors/device_trust/attestation/desktop/google_keys.cc", |
| 6251 | "enterprise/connectors/device_trust/attestation/desktop/google_keys.h", |
Sebastien Lalancette | 73886adb | 2021-11-17 23:30:34 | [diff] [blame] | 6252 | "enterprise/connectors/device_trust/browser/browser_device_trust_connector_service.cc", |
| 6253 | "enterprise/connectors/device_trust/browser/browser_device_trust_connector_service.h", |
Sebastien Lalancette | e4d66cf | 2021-08-24 17:40:27 | [diff] [blame] | 6254 | "enterprise/connectors/device_trust/signals/decorators/browser/browser_signals_decorator.cc", |
| 6255 | "enterprise/connectors/device_trust/signals/decorators/browser/browser_signals_decorator.h", |
Nicolas Ouellet-Payeur | 29df36b | 2022-11-09 14:48:55 | [diff] [blame] | 6256 | "enterprise/idle/action.cc", |
| 6257 | "enterprise/idle/action.h", |
| 6258 | "enterprise/idle/action_runner.cc", |
| 6259 | "enterprise/idle/action_runner.h", |
Nicolas Ouellet-Payeur | 340eab6f | 2022-11-01 17:22:02 | [diff] [blame] | 6260 | "enterprise/idle/browser_closer.cc", |
| 6261 | "enterprise/idle/browser_closer.h", |
Nicolas Ouellet-Payeur | 88283a00 | 2022-07-11 19:24:34 | [diff] [blame] | 6262 | "enterprise/idle/idle_service.cc", |
| 6263 | "enterprise/idle/idle_service.h", |
| 6264 | "enterprise/idle/idle_service_factory.cc", |
| 6265 | "enterprise/idle/idle_service_factory.h", |
Nicolas Ouellet-Payeur | dd46024 | 2022-12-14 22:46:22 | [diff] [blame] | 6266 | "enterprise/idle/idle_timeout_policy_handler.cc", |
| 6267 | "enterprise/idle/idle_timeout_policy_handler.h", |
Sebastien Lalancette | 4d244a2 | 2022-01-05 14:10:04 | [diff] [blame] | 6268 | "enterprise/remote_commands/rotate_attestation_credential_job.cc", |
| 6269 | "enterprise/remote_commands/rotate_attestation_credential_job.h", |
Sebastien Lalancette | 4aa13dc1 | 2022-06-09 14:14:16 | [diff] [blame] | 6270 | "enterprise/signals/signals_aggregator_factory.cc", |
| 6271 | "enterprise/signals/signals_aggregator_factory.h", |
| 6272 | "enterprise/signals/system_signals_service_host_factory.cc", |
| 6273 | "enterprise/signals/system_signals_service_host_factory.h", |
| 6274 | "enterprise/signals/user_delegate_impl.cc", |
| 6275 | "enterprise/signals/user_delegate_impl.h", |
| 6276 | "enterprise/signals/user_permission_service_factory.cc", |
| 6277 | "enterprise/signals/user_permission_service_factory.h", |
Yann Dago | 44d6cc32 | 2022-07-13 17:46:25 | [diff] [blame] | 6278 | "policy/local_sync_policy_handler.cc", |
| 6279 | "policy/local_sync_policy_handler.h", |
Martin Rodriguez | 99ed3f1f | 2021-03-25 19:31:48 | [diff] [blame] | 6280 | ] |
Sebastien Lalancette | 4aa13dc1 | 2022-06-09 14:14:16 | [diff] [blame] | 6281 | deps += [ |
Sebastien Lalancette | 48db571 | 2021-08-11 21:06:14 | [diff] [blame] | 6282 | "//chrome/browser/enterprise/connectors/device_trust/attestation/common/proto:attestation_ca_proto", |
| 6283 | "//chrome/browser/enterprise/connectors/device_trust/attestation/common/proto:google_key_proto", |
| 6284 | "//chrome/browser/enterprise/connectors/device_trust/attestation/common/proto:interface_proto", |
Sebastien Lalancette | 062272e7 | 2021-10-21 14:44:51 | [diff] [blame] | 6285 | "//chrome/browser/enterprise/connectors/device_trust/key_management/core", |
| 6286 | "//chrome/browser/enterprise/connectors/device_trust/key_management/core/persistence", |
Sebastien Lalancette | 4aa13dc1 | 2022-06-09 14:14:16 | [diff] [blame] | 6287 | "//chrome/services/system_signals/public/cpp/browser", |
| 6288 | "//components/device_signals/core/browser", |
hmare | e1773a4 | 2022-05-10 19:19:31 | [diff] [blame] | 6289 | "//components/device_signals/core/common", |
Martin Rodriguez | 4275873 | 2021-06-21 15:15:46 | [diff] [blame] | 6290 | ] |
Nancy Xiao | ee5d1e29 | 2022-09-14 16:20:49 | [diff] [blame] | 6291 | public_deps += |
| 6292 | [ "//chrome/browser/enterprise/connectors/analysis:sdk_manager" ] |
Sebastien Lalancette | 4aa13dc1 | 2022-06-09 14:14:16 | [diff] [blame] | 6293 | |
| 6294 | if (is_win) { |
| 6295 | deps += [ |
Sebastien Lalancette | e1ffa56 | 2022-11-25 15:44:38 | [diff] [blame] | 6296 | "//chrome/browser/enterprise/connectors/device_trust/signals/decorators/browser/win", |
Sebastien Lalancette | 4aa13dc1 | 2022-06-09 14:14:16 | [diff] [blame] | 6297 | "//components/device_signals/core/browser/win", |
| 6298 | "//components/device_signals/core/common/win", |
| 6299 | ] |
| 6300 | } |
Hamda | fa25017 | 2022-10-04 22:02:43 | [diff] [blame] | 6301 | |
| 6302 | if (is_mac) { |
| 6303 | deps += [ "//components/device_signals/core/browser/mac" ] |
| 6304 | } |
Martin Rodriguez | 99ed3f1f | 2021-03-25 19:31:48 | [diff] [blame] | 6305 | } |
| 6306 | |
Sean McAllister | d3bd153 | 2020-07-30 18:43:57 | [diff] [blame] | 6307 | if (is_linux || is_chromeos) { |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6308 | sources += [ |
| 6309 | "chrome_browser_main_linux.cc", |
| 6310 | "chrome_browser_main_linux.h", |
Albert J. Wong | 7f7489ec | 2021-02-05 01:53:32 | [diff] [blame] | 6311 | "enterprise/signals/device_info_fetcher_linux.cc", |
| 6312 | "enterprise/signals/device_info_fetcher_linux.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6313 | "first_run/first_run_internal_linux.cc", |
| 6314 | "memory_details_linux.cc", |
Ken Buchanan | f305d17a | 2022-11-21 17:27:50 | [diff] [blame] | 6315 | "metrics/bluetooth_metrics_provider.cc", |
| 6316 | "metrics/bluetooth_metrics_provider.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6317 | "policy/browser_dm_token_storage_linux.cc", |
| 6318 | "policy/browser_dm_token_storage_linux.h", |
| 6319 | ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 6320 | if (use_aura) { |
| 6321 | deps += [ "//third_party/fontconfig" ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 6322 | } |
Ryan Gonzalez | 2d2a732 | 2021-08-31 19:45:24 | [diff] [blame] | 6323 | if (use_dbus) { |
| 6324 | deps += [ "//dbus" ] |
| 6325 | defines += [ "USE_DBUS" ] |
| 6326 | } |
Dominique Fauteux-Chapleau | 3c6d684 | 2021-06-02 20:56:36 | [diff] [blame] | 6327 | |
| 6328 | # device_info_fetcher uses a "defined(USE_GIO)" macro, so if it's refactored |
| 6329 | # away from this file make sure gio_config is still added to configs. |
| 6330 | if (use_gio) { |
| 6331 | configs += [ "//build/linux:gio_config" ] |
| 6332 | } |
Brian Geffon | 3ee34f3 | 2020-06-22 22:33:59 | [diff] [blame] | 6333 | } |
Brian Geffon | c3bdd6d | 2019-08-21 22:48:31 | [diff] [blame] | 6334 | |
Ryan Gonzalez | 2d2a732 | 2021-08-31 19:45:24 | [diff] [blame] | 6335 | if (is_linux && use_dbus) { |
| 6336 | sources += [ |
| 6337 | "dbus_memory_pressure_evaluator_linux.cc", |
| 6338 | "dbus_memory_pressure_evaluator_linux.h", |
| 6339 | ] |
| 6340 | |
| 6341 | deps += [ "//chrome/common:chrome_features" ] |
| 6342 | } |
| 6343 | |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 6344 | if (is_linux || is_chromeos_lacros) { |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 6345 | sources += [ |
Tom Anderson | b8a8603 | 2019-10-09 20:12:45 | [diff] [blame] | 6346 | "download/download_status_updater_linux.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 6347 | "first_run/upgrade_util_linux.cc", |
| 6348 | "first_run/upgrade_util_linux.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 6349 | ] |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 6350 | deps += [ "//chrome/app/theme:chrome_unscaled_resources_grit" ] |
tonikitoo | c1ce090f | 2016-10-26 21:22:34 | [diff] [blame] | 6351 | |
Tommy Steimel | a8267ae | 2019-02-11 19:47:30 | [diff] [blame] | 6352 | if (use_dbus) { |
Tom Anderson | fb20eed | 2019-07-10 23:06:29 | [diff] [blame] | 6353 | deps += [ "//components/dbus/thread_linux" ] |
Tommy Steimel | a8267ae | 2019-02-11 19:47:30 | [diff] [blame] | 6354 | } |
| 6355 | |
Eriko Kurimoto | c69dc63d | 2021-06-21 19:16:33 | [diff] [blame] | 6356 | if (is_chromeos_lacros) { |
Eriko Kurimoto | bd90d9c | 2021-08-10 02:54:24 | [diff] [blame] | 6357 | sources += [ |
| 6358 | "icon_loader_chromeos.cc", |
| 6359 | "shell_integration_chromeos.cc", |
Roman Arora | 7612ec9 | 2021-09-17 19:42:41 | [diff] [blame] | 6360 | "upgrade_detector/get_installed_version_lacros.cc", |
| 6361 | "upgrade_detector/installed_version_monitor_lacros.cc", |
| 6362 | "upgrade_detector/installed_version_monitor_lacros.h", |
Eriko Kurimoto | bd90d9c | 2021-08-10 02:54:24 | [diff] [blame] | 6363 | ] |
Eriko Kurimoto | c69dc63d | 2021-06-21 19:16:33 | [diff] [blame] | 6364 | } else { |
| 6365 | sources += [ |
Eriko Kurimoto | bd90d9c | 2021-08-10 02:54:24 | [diff] [blame] | 6366 | "icon_loader_auralinux.cc", |
Eriko Kurimoto | c69dc63d | 2021-06-21 19:16:33 | [diff] [blame] | 6367 | "platform_util_linux.cc", |
| 6368 | "shell_integration_linux.cc", |
| 6369 | "shell_integration_linux.h", |
Roman Arora | 7612ec9 | 2021-09-17 19:42:41 | [diff] [blame] | 6370 | "upgrade_detector/directory_monitor.cc", |
| 6371 | "upgrade_detector/directory_monitor.h", |
| 6372 | "upgrade_detector/get_installed_version_linux.cc", |
Eriko Kurimoto | c69dc63d | 2021-06-21 19:16:33 | [diff] [blame] | 6373 | ] |
James Cook | 7415f4c7 | 2020-10-22 17:40:58 | [diff] [blame] | 6374 | |
Peter Beverloo | c30c9ddf | 2021-02-24 19:56:03 | [diff] [blame] | 6375 | if (enable_system_notifications) { |
James Cook | 7415f4c7 | 2020-10-22 17:40:58 | [diff] [blame] | 6376 | sources += [ |
| 6377 | "notifications/notification_platform_bridge_linux.cc", |
| 6378 | "notifications/notification_platform_bridge_linux.h", |
| 6379 | ] |
| 6380 | } |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 6381 | } |
| 6382 | |
Maksim Sisov | b1428907 | 2021-03-30 18:09:58 | [diff] [blame] | 6383 | if (is_linux) { |
| 6384 | sources += [ "fullscreen_linux.cc" ] |
| 6385 | } else if (use_ozone) { |
| 6386 | sources += [ "fullscreen_ozone.cc" ] |
tonikitoo | b10ea66f | 2016-11-07 23:52:01 | [diff] [blame] | 6387 | } |
Tomas Popela | 253a583 | 2019-01-14 17:22:10 | [diff] [blame] | 6388 | |
Maksim Sisov | 213ddfa | 2021-09-30 08:18:56 | [diff] [blame] | 6389 | if (use_ozone) { |
| 6390 | sources += [ "media/webrtc/window_icon_util_ozone.cc" ] |
Maksim Sisov | 6207e18 | 2021-04-05 07:29:57 | [diff] [blame] | 6391 | } |
| 6392 | |
Tomas Popela | 253a583 | 2019-01-14 17:22:10 | [diff] [blame] | 6393 | if (rtc_use_pipewire) { |
| 6394 | configs += |
| 6395 | [ "//third_party/webrtc/modules/desktop_capture:pipewire_config" ] |
| 6396 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 6397 | } |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 6398 | |
Wez | 3fbbced | 2021-07-26 13:13:27 | [diff] [blame] | 6399 | if (is_fuchsia) { |
| 6400 | sources += [ |
Benjamin Lerman | f0eb92e | 2021-07-30 11:23:51 | [diff] [blame] | 6401 | "crash_upload_list/crash_upload_list_fuchsia.cc", |
| 6402 | "crash_upload_list/crash_upload_list_fuchsia.h", |
Wez | 36412b1 | 2021-07-26 20:02:47 | [diff] [blame] | 6403 | "download/download_status_updater_fuchsia.cc", |
Benjamin Lerman | 66b34d12 | 2021-08-02 09:42:59 | [diff] [blame] | 6404 | "first_run/first_run_internal_fuchsia.cc", |
| 6405 | "first_run/upgrade_util_fuchsia.cc", |
Benjamin Lerman | 08b328d | 2022-01-27 16:14:57 | [diff] [blame] | 6406 | "fuchsia/chrome_browser_main_parts_fuchsia.cc", |
| 6407 | "fuchsia/chrome_browser_main_parts_fuchsia.h", |
Benjamin Lerman | cf49567 | 2022-02-01 16:05:22 | [diff] [blame] | 6408 | "fuchsia/element_manager_impl.cc", |
| 6409 | "fuchsia/element_manager_impl.h", |
Rohan Pavone | 29d955e | 2022-03-01 21:57:15 | [diff] [blame] | 6410 | "fuchsia/switches.cc", |
| 6411 | "fuchsia/switches.h", |
Benjamin Lerman | 2b9bf156 | 2021-08-05 17:36:24 | [diff] [blame] | 6412 | "fullscreen_fuchsia.cc", |
Wez | 3fbbced | 2021-07-26 13:13:27 | [diff] [blame] | 6413 | "icon_loader_fuchsia.cc", |
Benjamin Lerman | a379644 | 2021-08-05 12:39:25 | [diff] [blame] | 6414 | "importer/firefox_profile_lock_fuchsia.cc", |
Benjamin Lerman | 3a07ac39 | 2021-08-02 08:55:49 | [diff] [blame] | 6415 | "media/webrtc/window_icon_util_fuchsia.cc", |
Wez | 3fbbced | 2021-07-26 13:13:27 | [diff] [blame] | 6416 | "memory_details_fuchsia.cc", |
| 6417 | "obsolete_system/obsolete_system_stub.cc", |
Benjamin Lerman | a379644 | 2021-08-05 12:39:25 | [diff] [blame] | 6418 | "platform_util_fuchsia.cc", |
Benjamin Lerman | e659880 | 2021-08-05 15:17:19 | [diff] [blame] | 6419 | "policy/browser_dm_token_storage_fuchsia.cc", |
| 6420 | "policy/browser_dm_token_storage_fuchsia.h", |
Benjamin Lerman | a379644 | 2021-08-05 12:39:25 | [diff] [blame] | 6421 | "process_singleton_fuchsia.cc", |
Wez | 3fbbced | 2021-07-26 13:13:27 | [diff] [blame] | 6422 | "shell_integration_fuchsia.cc", |
Benjamin Lerman | a379644 | 2021-08-05 12:39:25 | [diff] [blame] | 6423 | "upgrade_detector/get_installed_version_fuchsia.cc", |
| 6424 | "upgrade_detector/installed_version_monitor_fuchsia.cc", |
Wez | 3fbbced | 2021-07-26 13:13:27 | [diff] [blame] | 6425 | ] |
Benjamin Lerman | fea6cfd | 2021-09-14 20:06:05 | [diff] [blame] | 6426 | |
| 6427 | deps += [ |
David Dorwin | 80e9ffc | 2022-11-16 04:34:37 | [diff] [blame] | 6428 | "//components/fuchsia_component_support", |
Wez | 1054d0b | 2022-12-15 16:00:28 | [diff] [blame] | 6429 | "//components/fuchsia_component_support:annotations_manager", |
Benjamin Lerman | fea6cfd | 2021-09-14 20:06:05 | [diff] [blame] | 6430 | "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.ui.app", |
Wez | 9e93c2ba | 2022-01-13 23:47:20 | [diff] [blame] | 6431 | "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.ui.composition", |
Benjamin Lerman | fea6cfd | 2021-09-14 20:06:05 | [diff] [blame] | 6432 | "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.ui.scenic", |
Wez | 9e93c2ba | 2022-01-13 23:47:20 | [diff] [blame] | 6433 | "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.ui.views", |
Benjamin Lerman | fea6cfd | 2021-09-14 20:06:05 | [diff] [blame] | 6434 | "//third_party/fuchsia-sdk/sdk/pkg/scenic_cpp", |
| 6435 | "//third_party/fuchsia-sdk/sdk/pkg/sys_cpp", |
| 6436 | "//ui/platform_window", |
| 6437 | ] |
Benjamin Lerman | cf49567 | 2022-02-01 16:05:22 | [diff] [blame] | 6438 | |
| 6439 | public_deps += [ "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.element" ] |
Lei Zhang | 3dfb22f | 2022-05-19 20:20:34 | [diff] [blame] | 6440 | } else { |
| 6441 | #!is_fuchsia |
| 6442 | sources += [ |
| 6443 | "component_updater/file_type_policies_component_installer.cc", |
| 6444 | "component_updater/file_type_policies_component_installer.h", |
| 6445 | ] |
Wez | 3fbbced | 2021-07-26 13:13:27 | [diff] [blame] | 6446 | } |
| 6447 | |
Wez | 9f5c119 | 2021-07-14 16:04:18 | [diff] [blame] | 6448 | if (is_posix) { |
David Dorwin | 4f91792 | 2021-07-08 21:32:59 | [diff] [blame] | 6449 | sources += [ |
| 6450 | "shutdown_signal_handlers_posix.cc", |
| 6451 | "shutdown_signal_handlers_posix.h", |
| 6452 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6453 | } |
| 6454 | |
| 6455 | if (is_win || is_mac) { |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 6456 | # Sources(generally "desktop OS importers") used only on Mac & Windows. |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6457 | sources += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6458 | "recovery/recovery_install_global_error.cc", |
| 6459 | "recovery/recovery_install_global_error.h", |
| 6460 | "recovery/recovery_install_global_error_factory.cc", |
| 6461 | "recovery/recovery_install_global_error_factory.h", |
| 6462 | ] |
Michael Chang | 6dc34ae | 2020-11-11 21:26:27 | [diff] [blame] | 6463 | |
Sorin Jianu | 81d1632 | 2022-02-04 19:13:04 | [diff] [blame] | 6464 | deps += [ |
Joshua Pawlicki | 3b74461 | 2022-10-21 17:01:44 | [diff] [blame] | 6465 | "//chrome/browser/updater:browser_updater_client", |
Sorin Jianu | 81d1632 | 2022-02-04 19:13:04 | [diff] [blame] | 6466 | "//chrome/common/notifications", |
| 6467 | "//chrome/updater:browser_sources", |
| 6468 | ] |
Robert Sesek | dc73f6f | 2018-05-15 15:53:20 | [diff] [blame] | 6469 | } else { |
| 6470 | # On other platforms, use the generic implementation. |
| 6471 | sources += [ "hang_monitor/hang_crash_dump.cc" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6472 | } |
| 6473 | |
Benjamin Lerman | a379644 | 2021-08-05 12:39:25 | [diff] [blame] | 6474 | if (is_win || is_linux || is_chromeos || is_fuchsia) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6475 | sources += [ |
| 6476 | "renderer_context_menu/spelling_options_submenu_observer.cc", |
| 6477 | "renderer_context_menu/spelling_options_submenu_observer.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6478 | ] |
Benjamin Lerman | a379644 | 2021-08-05 12:39:25 | [diff] [blame] | 6479 | } |
Juan Mojica | b552e8f6 | 2021-07-15 06:13:21 | [diff] [blame] | 6480 | |
Eric Willigers | 911b59d | 2022-02-15 18:54:04 | [diff] [blame] | 6481 | if (is_win || is_chromeos || is_mac) { |
Eric Willigers | 80620b3 | 2020-09-01 06:27:15 | [diff] [blame] | 6482 | sources += [ |
François Beaufort | 7d30d42 | 2021-07-08 19:35:37 | [diff] [blame] | 6483 | "webshare/safe_browsing_request.cc", |
| 6484 | "webshare/safe_browsing_request.h", |
Eric Willigers | 80620b3 | 2020-09-01 06:27:15 | [diff] [blame] | 6485 | "webshare/share_service_impl.cc", |
| 6486 | "webshare/share_service_impl.h", |
| 6487 | ] |
| 6488 | } |
| 6489 | |
Nicolas Ouellet-Payeur | c1b8993 | 2022-09-30 16:22:53 | [diff] [blame] | 6490 | if (is_win || is_mac || is_linux) { |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 6491 | sources += [ |
Daniel Bratell | 8a22c5ff | 2018-10-19 13:51:53 | [diff] [blame] | 6492 | "browser_switcher/alternative_browser_driver.h", |
Nicolas Ouellet-Payeur | 2858b13a | 2022-01-15 00:26:53 | [diff] [blame] | 6493 | "browser_switcher/browser_switcher_features.cc", |
| 6494 | "browser_switcher/browser_switcher_features.h", |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 6495 | "browser_switcher/browser_switcher_navigation_throttle.cc", |
| 6496 | "browser_switcher/browser_switcher_navigation_throttle.h", |
| 6497 | "browser_switcher/browser_switcher_prefs.cc", |
| 6498 | "browser_switcher/browser_switcher_prefs.h", |
| 6499 | "browser_switcher/browser_switcher_service.cc", |
| 6500 | "browser_switcher/browser_switcher_service.h", |
| 6501 | "browser_switcher/browser_switcher_service_factory.cc", |
| 6502 | "browser_switcher/browser_switcher_service_factory.h", |
| 6503 | "browser_switcher/browser_switcher_sitelist.cc", |
| 6504 | "browser_switcher/browser_switcher_sitelist.h", |
Nicolas Ouellet-Payeur | 5198eac | 2018-09-25 14:44:12 | [diff] [blame] | 6505 | "browser_switcher/ieem_sitelist_parser.cc", |
| 6506 | "browser_switcher/ieem_sitelist_parser.h", |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 6507 | ] |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6508 | if (is_win) { |
| 6509 | sources += [ "browser_switcher/alternative_browser_driver_win.cc" ] |
| 6510 | } |
Nicolas Ouellet-Payeur | c1b8993 | 2022-09-30 16:22:53 | [diff] [blame] | 6511 | if (is_mac || is_linux) { |
Nicolas Ouellet-Payeur | bdcab009 | 2018-10-22 14:50:33 | [diff] [blame] | 6512 | sources += [ "browser_switcher/alternative_browser_driver_posix.cc" ] |
| 6513 | } |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 6514 | } |
| 6515 | |
Erik Chen | 8a63f19 | 2021-11-18 22:40:47 | [diff] [blame] | 6516 | if (use_cras) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6517 | defines += [ "USE_CRAS" ] |
| 6518 | } |
| 6519 | |
Yann Dago | 78100ea | 2020-02-04 17:46:34 | [diff] [blame] | 6520 | if (enable_downgrade_processing) { |
| 6521 | sources += [ |
| 6522 | "downgrade/downgrade_manager.cc", |
| 6523 | "downgrade/downgrade_manager.h", |
Yann Dago | 0d896f6 | 2020-02-04 19:59:15 | [diff] [blame] | 6524 | "downgrade/downgrade_prefs.cc", |
| 6525 | "downgrade/downgrade_prefs.h", |
Yann Dago | 78100ea | 2020-02-04 17:46:34 | [diff] [blame] | 6526 | "downgrade/downgrade_utils.cc", |
| 6527 | "downgrade/downgrade_utils.h", |
| 6528 | "downgrade/snapshot_file_collector.cc", |
| 6529 | "downgrade/snapshot_file_collector.h", |
| 6530 | "downgrade/snapshot_manager.cc", |
| 6531 | "downgrade/snapshot_manager.h", |
| 6532 | "downgrade/user_data_downgrade.cc", |
| 6533 | "downgrade/user_data_downgrade.h", |
| 6534 | ] |
| 6535 | } |
| 6536 | |
Erik Chen | 7adcc08 | 2021-06-11 19:12:39 | [diff] [blame] | 6537 | if (is_android || is_chromeos || is_win) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6538 | sources += [ |
| 6539 | "media/protected_media_identifier_permission_context.cc", |
| 6540 | "media/protected_media_identifier_permission_context.h", |
| 6541 | ] |
| 6542 | } |
| 6543 | |
Yann Dago | 9ce48a34 | 2022-07-26 02:30:53 | [diff] [blame] | 6544 | if (!is_chromeos) { |
| 6545 | sources += [ |
| 6546 | "policy/browser_signin_policy_handler.cc", |
| 6547 | "policy/browser_signin_policy_handler.h", |
| 6548 | ] |
| 6549 | } |
| 6550 | |
Fabrice de Gans-Riberi | 9fba3aff | 2018-04-12 19:00:48 | [diff] [blame] | 6551 | if (is_posix && !is_mac) { |
Wez | 9f5c119 | 2021-07-14 16:04:18 | [diff] [blame] | 6552 | # TODO(crbug.com/1226159): Complete crash reporting integration on Fuchsia. |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6553 | sources += [ |
| 6554 | "//chrome/app/chrome_crash_reporter_client.cc", |
| 6555 | "//chrome/app/chrome_crash_reporter_client.h", |
| 6556 | ] |
| 6557 | deps += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6558 | "//components/crash/content/browser", |
Rohit Rao | 92f84b6a | 2020-03-25 14:57:50 | [diff] [blame] | 6559 | "//components/crash/core/app", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6560 | "//components/version_info:generate_version_info", |
| 6561 | ] |
| 6562 | } |
| 6563 | |
Benjamin Lerman | a379644 | 2021-08-05 12:39:25 | [diff] [blame] | 6564 | if (is_win || is_mac || is_linux || is_chromeos || is_fuchsia) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6565 | sources += [ |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 6566 | "media/cast_mirroring_service_host.cc", |
| 6567 | "media/cast_mirroring_service_host.h", |
| 6568 | "media/offscreen_tab.cc", |
| 6569 | "media/offscreen_tab.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6570 | "payments/chrome_payment_request_delegate.cc", |
| 6571 | "payments/chrome_payment_request_delegate.h", |
Anthony Vallee-Dubois | c7ae733 | 2017-12-19 20:44:07 | [diff] [blame] | 6572 | "payments/payment_request_display_manager_factory.cc", |
| 6573 | "payments/payment_request_display_manager_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6574 | "payments/payment_request_factory.cc", |
| 6575 | "payments/payment_request_factory.h", |
| 6576 | ] |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 6577 | deps += [ |
| 6578 | "//chrome/browser/ui/webui/discards:mojo_bindings", |
Evan Stade | bbb9f524 | 2020-09-25 17:26:46 | [diff] [blame] | 6579 | "//components/media_router/browser", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 6580 | "//components/mirroring/browser", |
| 6581 | "//components/mirroring/mojom:host", |
| 6582 | "//components/mirroring/mojom:service", |
| 6583 | "//components/mirroring/service:mirroring_service", |
| 6584 | "//components/payments/content", |
Nick Burris | 8545b38 | 2020-11-23 17:51:11 | [diff] [blame] | 6585 | "//components/payments/content:utils", |
Liquan (Max) Gu | 5710af13 | 2021-06-28 07:22:23 | [diff] [blame] | 6586 | "//components/webauthn/content/browser", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 6587 | "//media/cast:net", |
| 6588 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6589 | } |
| 6590 | |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 6591 | if (is_win || is_mac || (is_chromeos_ash && use_dbus)) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6592 | sources += [ |
| 6593 | "media_galleries/fileapi/device_media_async_file_util.cc", |
| 6594 | "media_galleries/fileapi/device_media_async_file_util.h", |
| 6595 | "media_galleries/fileapi/mtp_device_async_delegate.cc", |
| 6596 | "media_galleries/fileapi/mtp_device_async_delegate.h", |
| 6597 | "media_galleries/fileapi/mtp_device_map_service.cc", |
| 6598 | "media_galleries/fileapi/mtp_device_map_service.h", |
| 6599 | "media_galleries/fileapi/mtp_file_stream_reader.cc", |
| 6600 | "media_galleries/fileapi/mtp_file_stream_reader.h", |
| 6601 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6602 | } |
| 6603 | |
| 6604 | if (toolkit_views) { |
Lei Zhang | 3dfb22f | 2022-05-19 20:20:34 | [diff] [blame] | 6605 | sources += [ |
| 6606 | "page_load_metrics/observers/side_search_page_load_metrics_observer.cc", |
| 6607 | "page_load_metrics/observers/side_search_page_load_metrics_observer.h", |
| 6608 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6609 | deps += [ "//ui/views" ] |
| 6610 | } |
| 6611 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6612 | if (use_aura) { |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 6613 | # Cross - platform Aura files. |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6614 | sources += [ |
Avi Drissman | 92e7ac5 | 2018-08-28 22:53:21 | [diff] [blame] | 6615 | "download/drag_download_item_aura.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6616 | "lifetime/application_lifetime_aura.cc", |
| 6617 | "platform_util_aura.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6618 | ] |
| 6619 | deps += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6620 | "//ui/aura", |
Henrique Ferreiro | 0fe310d11 | 2021-03-23 23:09:04 | [diff] [blame] | 6621 | "//ui/base/dragdrop:types", |
Henrique Ferreiro | 1748fd1 | 2020-08-04 12:51:46 | [diff] [blame] | 6622 | "//ui/base/dragdrop/mojom:mojom_shared", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6623 | "//ui/compositor", |
| 6624 | "//ui/snapshot", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 6625 | "//ui/wm", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6626 | ] |
Tom Anderson | 80d3ad4 | 2022-05-03 12:09:27 | [diff] [blame] | 6627 | if (is_linux) { |
Tom Anderson | 4ee8374 | 2022-07-14 20:58:41 | [diff] [blame] | 6628 | deps += [ |
| 6629 | "//ui/linux:linux_ui", |
| 6630 | "//ui/linux:linux_ui_factory", |
| 6631 | ] |
Maksim Sisov | b9326d9c | 2019-05-08 07:48:57 | [diff] [blame] | 6632 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6633 | } |
| 6634 | |
Maksim Sisov | 213ddfa | 2021-09-30 08:18:56 | [diff] [blame] | 6635 | if (use_ozone) { |
Maksim Sisov | 1686fc2 | 2020-06-17 07:59:20 | [diff] [blame] | 6636 | sources += [ |
| 6637 | "chrome_browser_main_extra_parts_ozone.cc", |
| 6638 | "chrome_browser_main_extra_parts_ozone.h", |
| 6639 | ] |
Maksim Sisov | 213ddfa | 2021-09-30 08:18:56 | [diff] [blame] | 6640 | deps += [ "//ui/ozone" ] |
Maksim Sisov | 1686fc2 | 2020-06-17 07:59:20 | [diff] [blame] | 6641 | } |
| 6642 | |
Alexander Dunaev | 43cfb2f | 2021-10-19 06:08:06 | [diff] [blame] | 6643 | if (is_linux) { |
| 6644 | sources += [ |
| 6645 | "chrome_browser_main_extra_parts_linux.cc", |
| 6646 | "chrome_browser_main_extra_parts_linux.h", |
Tom Anderson | d5044f5 | 2022-05-02 21:52:21 | [diff] [blame] | 6647 | "obsolete_system/obsolete_system_linux.cc", |
Tom Anderson | cec0281 | 2022-08-29 21:53:53 | [diff] [blame] | 6648 | "themes/theme_service_aura_linux.cc", |
| 6649 | "themes/theme_service_aura_linux.h", |
Alexander Dunaev | 43cfb2f | 2021-10-19 06:08:06 | [diff] [blame] | 6650 | ] |
| 6651 | } |
| 6652 | |
Guillaume Jenkins | 8db6529 | 2022-03-02 20:40:34 | [diff] [blame] | 6653 | if (is_win || is_mac || is_linux || is_chromeos) { |
| 6654 | deps += [ |
| 6655 | "//components/user_notes:features", |
| 6656 | "//components/user_notes/browser", |
Guillaume Jenkins | fb93327e | 2022-03-10 18:09:55 | [diff] [blame] | 6657 | "//components/user_notes/interfaces", |
Guillaume Jenkins | 8db6529 | 2022-03-02 20:40:34 | [diff] [blame] | 6658 | "//components/user_notes/model", |
| 6659 | ] |
| 6660 | } |
| 6661 | |
Benjamin Lerman | 4d4ec3d1 | 2021-07-29 15:17:35 | [diff] [blame] | 6662 | if (enable_click_to_call) { |
| 6663 | sources += [ |
| 6664 | "sharing/click_to_call/click_to_call_utils.cc", |
| 6665 | "sharing/click_to_call/click_to_call_utils.h", |
| 6666 | "sharing/click_to_call/phone_number_regex.cc", |
| 6667 | "sharing/click_to_call/phone_number_regex.h", |
| 6668 | ] |
| 6669 | } |
| 6670 | |
Denis Kuznetsov | 32099f3 | 2017-12-15 14:04:57 | [diff] [blame] | 6671 | if (enable_background_mode) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6672 | sources += [ |
| 6673 | "background/background_application_list_model.cc", |
| 6674 | "background/background_application_list_model.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6675 | "background/background_mode_manager.cc", |
| 6676 | "background/background_mode_manager.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6677 | "background/background_mode_optimizer.cc", |
| 6678 | "background/background_mode_optimizer.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6679 | ] |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6680 | if (is_win) { |
| 6681 | sources += [ "background/background_mode_manager_win.cc" ] |
| 6682 | } |
| 6683 | if (is_mac) { |
Avi Drissman | fee70e5f | 2022-11-02 20:50:11 | [diff] [blame] | 6684 | sources += [ "background/background_mode_manager_mac.cc" ] |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6685 | } |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 6686 | if (is_chromeos_ash) { |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6687 | sources += [ "background/background_mode_manager_chromeos.cc" ] |
| 6688 | } |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 6689 | if (use_aura && !is_win && !is_chromeos_ash) { |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6690 | sources += [ "background/background_mode_manager_aura.cc" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6691 | } |
| 6692 | } |
Denis Kuznetsov | 32099f3 | 2017-12-15 14:04:57 | [diff] [blame] | 6693 | if (enable_background_contents) { |
| 6694 | sources += [ |
| 6695 | "background/background_contents_service.cc", |
| 6696 | "background/background_contents_service.h", |
| 6697 | "background/background_contents_service_factory.cc", |
| 6698 | "background/background_contents_service_factory.h", |
| 6699 | ] |
| 6700 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6701 | |
Alan Screen | 737d2472 | 2022-10-18 18:43:47 | [diff] [blame] | 6702 | if (enable_printing) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6703 | # Some form of printing support. |
| 6704 | sources += [ |
Nikita Podguzov | a7d3657 | 2019-12-05 15:00:40 | [diff] [blame] | 6705 | "policy/printing_restrictions_policy_handler.cc", |
| 6706 | "policy/printing_restrictions_policy_handler.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6707 | "printing/print_job.cc", |
| 6708 | "printing/print_job.h", |
| 6709 | "printing/print_job_manager.cc", |
| 6710 | "printing/print_job_manager.h", |
| 6711 | "printing/print_job_worker.cc", |
| 6712 | "printing/print_job_worker.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6713 | "printing/print_view_manager_base.cc", |
| 6714 | "printing/print_view_manager_base.h", |
| 6715 | "printing/print_view_manager_common.cc", |
| 6716 | "printing/print_view_manager_common.h", |
Lei Zhang | 8669a54 | 2017-12-05 22:59:45 | [diff] [blame] | 6717 | "printing/printer_manager_dialog.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6718 | "printing/printer_query.cc", |
| 6719 | "printing/printer_query.h", |
| 6720 | "printing/printing_init.cc", |
| 6721 | "printing/printing_init.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6722 | ] |
| 6723 | deps += [ |
Alan Screen | 53a2813 | 2021-04-27 23:03:31 | [diff] [blame] | 6724 | "//chrome/common/printing", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6725 | "//components/printing/browser", |
Peter Kvitek | 9d9c4ef | 2022-07-21 18:48:52 | [diff] [blame] | 6726 | "//components/printing/browser/headless", |
Peter Kvitek | 95daae5 | 2022-07-29 18:16:16 | [diff] [blame] | 6727 | "//components/printing/browser/print_to_pdf", |
Julie Jeongeun Kim | 540da41 | 2020-08-13 09:18:31 | [diff] [blame] | 6728 | "//components/printing/common:mojo_interfaces", |
Alan Screen | 6cef2c8 | 2020-01-14 20:58:52 | [diff] [blame] | 6729 | "//components/services/print_compositor/public/cpp", |
| 6730 | "//components/services/print_compositor/public/mojom", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6731 | "//printing", |
Lei Zhang | e947a64 | 2021-09-17 02:01:34 | [diff] [blame] | 6732 | "//printing/backend", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6733 | ] |
| 6734 | |
David Dorwin | af18aca | 2022-03-03 01:06:42 | [diff] [blame] | 6735 | if (!is_android) { |
| 6736 | sources += [ |
| 6737 | "printing/print_error_dialog.cc", |
| 6738 | "printing/print_error_dialog.h", |
| 6739 | ] |
| 6740 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6741 | if (is_win) { |
| 6742 | sources += [ |
| 6743 | "printing/pdf_to_emf_converter.cc", |
| 6744 | "printing/pdf_to_emf_converter.h", |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6745 | "printing/printer_manager_dialog_win.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6746 | ] |
Lei Zhang | 0ea91022 | 2017-12-19 06:27:45 | [diff] [blame] | 6747 | } |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6748 | if (is_mac) { |
Avi Drissman | 35b115d | 2022-11-01 19:28:50 | [diff] [blame] | 6749 | sources += [ "printing/printer_manager_dialog_mac.cc" ] |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6750 | } |
Pranav Batra | 9847090 | 2022-02-09 19:05:44 | [diff] [blame] | 6751 | if (is_chromeos_lacros) { |
| 6752 | sources += [ |
| 6753 | "printing/print_job_utils_lacros.cc", |
| 6754 | "printing/print_job_utils_lacros.h", |
| 6755 | ] |
| 6756 | } |
Pranav Batra | 4c26263 | 2021-05-06 03:08:59 | [diff] [blame] | 6757 | if (is_chromeos) { |
| 6758 | deps += [ "//chromeos/crosapi/mojom" ] |
| 6759 | } |
Sean McAllister | d3bd153 | 2020-07-30 18:43:57 | [diff] [blame] | 6760 | if (is_linux || is_chromeos) { |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6761 | sources += [ "printing/printer_manager_dialog_linux.cc" ] |
| 6762 | } |
David Dorwin | ed2ac5c2 | 2022-03-05 02:04:58 | [diff] [blame] | 6763 | if (is_fuchsia) { |
| 6764 | sources += [ "printing/printer_manager_dialog_fuchsia.cc" ] |
| 6765 | } |
Alan Screen | ed2fdda | 2021-09-15 17:24:46 | [diff] [blame] | 6766 | if (enable_oop_printing) { |
Alan Screen | 65304d5 | 2020-10-29 16:42:22 | [diff] [blame] | 6767 | sources += [ |
Alan Screen | a2b1f89 | 2021-05-07 22:00:45 | [diff] [blame] | 6768 | "printing/print_backend_service_manager.cc", |
| 6769 | "printing/print_backend_service_manager.h", |
Alan Screen | ec824a0 | 2021-11-24 18:33:33 | [diff] [blame] | 6770 | "printing/print_job_worker_oop.cc", |
| 6771 | "printing/print_job_worker_oop.h", |
Etienne Pierre-doray | 7cfd1a9 | 2022-12-24 03:53:59 | [diff] [blame] | 6772 | "printing/printer_query_oop.cc", |
| 6773 | "printing/printer_query_oop.h", |
Alan Screen | 65304d5 | 2020-10-29 16:42:22 | [diff] [blame] | 6774 | ] |
Alan Screen | e09623df | 2021-07-09 06:57:31 | [diff] [blame] | 6775 | deps += [ |
| 6776 | "//chrome/services/printing/public/mojom", |
| 6777 | "//components/crash/core/common", |
| 6778 | ] |
Andy Phan | d8ca243 | 2022-10-14 21:11:52 | [diff] [blame] | 6779 | if (is_win) { |
| 6780 | sources += [ |
| 6781 | "printing/printer_xml_parser_impl.cc", |
| 6782 | "printing/printer_xml_parser_impl.h", |
| 6783 | ] |
| 6784 | deps += [ "//printing:printing_base" ] |
| 6785 | } |
Alan Screen | 65304d5 | 2020-10-29 16:42:22 | [diff] [blame] | 6786 | } |
Lei Zhang | 0ea91022 | 2017-12-19 06:27:45 | [diff] [blame] | 6787 | if (is_win || enable_print_preview) { |
Ken Rockot | ed7f41b | 2018-02-10 16:19:10 | [diff] [blame] | 6788 | deps += [ "//chrome/services/printing/public/mojom" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6789 | } |
| 6790 | if (enable_print_preview) { |
| 6791 | # Full printing on top of the above. |
| 6792 | sources += [ |
| 6793 | "printing/background_printing_manager.cc", |
| 6794 | "printing/background_printing_manager.h", |
xlou | 8c7a329b | 2018-08-22 16:55:50 | [diff] [blame] | 6795 | "printing/pdf_nup_converter_client.cc", |
| 6796 | "printing/pdf_nup_converter_client.h", |
Lei Zhang | eb4033f9 | 2021-09-28 03:38:25 | [diff] [blame] | 6797 | "printing/prefs_util.cc", |
| 6798 | "printing/prefs_util.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6799 | "printing/print_preview_context_menu_observer.cc", |
| 6800 | "printing/print_preview_context_menu_observer.h", |
| 6801 | "printing/print_preview_data_service.cc", |
| 6802 | "printing/print_preview_data_service.h", |
| 6803 | "printing/print_preview_dialog_controller.cc", |
| 6804 | "printing/print_preview_dialog_controller.h", |
Nikita Podguzov | 26222d1 | 2019-12-04 11:44:31 | [diff] [blame] | 6805 | "printing/print_preview_sticky_settings.cc", |
| 6806 | "printing/print_preview_sticky_settings.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6807 | "printing/print_view_manager.cc", |
| 6808 | "printing/print_view_manager.h", |
Ken Rockot | 89a36c0 | 2019-08-08 02:19:56 | [diff] [blame] | 6809 | "printing/printing_service.cc", |
| 6810 | "printing/printing_service.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6811 | "printing/pwg_raster_converter.cc", |
| 6812 | "printing/pwg_raster_converter.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6813 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6814 | } else { |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 6815 | # Partial - only printing support. |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6816 | sources += [ |
| 6817 | "printing/print_view_manager_basic.cc", |
| 6818 | "printing/print_view_manager_basic.h", |
| 6819 | ] |
| 6820 | } |
| 6821 | } |
| 6822 | |
ckitagawa | 8dad53d | 2020-01-07 16:03:35 | [diff] [blame] | 6823 | if (enable_paint_preview) { |
| 6824 | deps += [ |
Xiaohan Wang | 3035231 | 2021-02-05 18:24:39 | [diff] [blame] | 6825 | "//chrome/browser/paint_preview:services", |
ckitagawa | 8dad53d | 2020-01-07 16:03:35 | [diff] [blame] | 6826 | "//components/paint_preview/browser", |
| 6827 | "//components/paint_preview/common", |
| 6828 | ] |
ckitagawa | b76fd0e4 | 2020-06-26 18:13:19 | [diff] [blame] | 6829 | |
Xiaohan Wang | 3035231 | 2021-02-05 18:24:39 | [diff] [blame] | 6830 | allow_circular_includes_from += |
| 6831 | [ "//chrome/browser/paint_preview:services" ] |
| 6832 | |
ckitagawa | b76fd0e4 | 2020-06-26 18:13:19 | [diff] [blame] | 6833 | if (is_android) { |
ckitagawa | f94de08 | 2020-07-17 16:11:57 | [diff] [blame] | 6834 | deps += [ "//components/paint_preview/player/android" ] |
ckitagawa | b76fd0e4 | 2020-06-26 18:13:19 | [diff] [blame] | 6835 | } |
ckitagawa | 8dad53d | 2020-01-07 16:03:35 | [diff] [blame] | 6836 | } |
| 6837 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6838 | if (enable_captive_portal_detection) { |
| 6839 | sources += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6840 | "captive_portal/captive_portal_service_factory.cc", |
| 6841 | "captive_portal/captive_portal_service_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6842 | ] |
| 6843 | } |
| 6844 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6845 | if (enable_dice_support) { |
| 6846 | sources += [ |
Boris Sazonov | 24a5854 | 2021-04-15 16:11:51 | [diff] [blame] | 6847 | "password_manager/multi_profile_credentials_filter.cc", |
| 6848 | "password_manager/multi_profile_credentials_filter.h", |
David Roger | 58e0e19 | 2020-06-17 18:03:23 | [diff] [blame] | 6849 | "signin/dice_intercepted_session_startup_helper.cc", |
| 6850 | "signin/dice_intercepted_session_startup_helper.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6851 | "signin/dice_response_handler.cc", |
| 6852 | "signin/dice_response_handler.h", |
David Roger | 4f8ae3b | 2020-06-12 08:19:20 | [diff] [blame] | 6853 | "signin/dice_signed_in_profile_creator.cc", |
| 6854 | "signin/dice_signed_in_profile_creator.h", |
Mihai Sardarescu | dfcb140 | 2017-10-02 14:04:46 | [diff] [blame] | 6855 | "signin/dice_tab_helper.cc", |
| 6856 | "signin/dice_tab_helper.h", |
David Roger | 115ec71 | 2020-05-05 16:24:25 | [diff] [blame] | 6857 | "signin/dice_web_signin_interceptor.cc", |
| 6858 | "signin/dice_web_signin_interceptor.h", |
| 6859 | "signin/dice_web_signin_interceptor_factory.cc", |
| 6860 | "signin/dice_web_signin_interceptor_factory.h", |
David Roger | 95ce049 | 2020-04-29 13:02:58 | [diff] [blame] | 6861 | "signin/logout_tab_helper.cc", |
| 6862 | "signin/logout_tab_helper.h", |
Mihai Sardarescu | 7d16b769 | 2017-11-27 20:03:24 | [diff] [blame] | 6863 | "signin/process_dice_header_delegate_impl.cc", |
| 6864 | "signin/process_dice_header_delegate_impl.h", |
Alex Ilin | a9004c4 | 2022-05-02 17:31:15 | [diff] [blame] | 6865 | "signin/signin_ui_delegate_impl_dice.cc", |
| 6866 | "signin/signin_ui_delegate_impl_dice.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6867 | ] |
James Cook | 50610ab | 2020-06-22 16:51:41 | [diff] [blame] | 6868 | if (is_win) { |
| 6869 | sources += [ |
| 6870 | "signin/signin_util_win.cc", |
| 6871 | "signin/signin_util_win.h", |
| 6872 | ] |
| 6873 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6874 | } |
| 6875 | |
Monica Basta | fd9a841f | 2022-11-24 08:58:53 | [diff] [blame] | 6876 | if (enable_bound_session_credentials) { |
| 6877 | sources += [ |
| 6878 | "signin/bound_session_credentials/bound_session_cookie_fetcher.cc", |
| 6879 | "signin/bound_session_credentials/bound_session_cookie_fetcher.h", |
Monica Basta | 86c11fe | 2022-11-28 12:49:34 | [diff] [blame] | 6880 | "signin/bound_session_credentials/bound_session_cookie_refresh_service.cc", |
| 6881 | "signin/bound_session_credentials/bound_session_cookie_refresh_service.h", |
| 6882 | "signin/bound_session_credentials/bound_session_cookie_refresh_service_factory.cc", |
| 6883 | "signin/bound_session_credentials/bound_session_cookie_refresh_service_factory.h", |
Monica Basta | fd9a841f | 2022-11-24 08:58:53 | [diff] [blame] | 6884 | ] |
| 6885 | } |
| 6886 | |
mark a. foltz | ee4d8df | 2020-08-31 21:14:09 | [diff] [blame] | 6887 | if (enable_media_remoting) { |
| 6888 | sources += [ |
| 6889 | "media/cast_remoting_connector.cc", |
| 6890 | "media/cast_remoting_connector.h", |
| 6891 | ] |
| 6892 | deps += [ "//media/mojo/mojom:remoting" ] |
| 6893 | } |
| 6894 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6895 | if (enable_extensions) { |
| 6896 | sources += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6897 | "accessibility/animation_policy_prefs.cc", |
| 6898 | "accessibility/animation_policy_prefs.h", |
| 6899 | "autocomplete/keyword_extensions_delegate_impl.cc", |
| 6900 | "autocomplete/keyword_extensions_delegate_impl.h", |
| 6901 | "autocomplete/shortcuts_extensions_manager.cc", |
| 6902 | "autocomplete/shortcuts_extensions_manager.h", |
Christian Dullweber | 278b061 | 2018-01-15 15:44:31 | [diff] [blame] | 6903 | "browsing_data/counters/hosted_apps_counter.cc", |
| 6904 | "browsing_data/counters/hosted_apps_counter.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6905 | "drive/drive_notification_manager_factory.cc", |
| 6906 | "drive/drive_notification_manager_factory.h", |
| 6907 | "guest_view/app_view/chrome_app_view_guest_delegate.cc", |
| 6908 | "guest_view/app_view/chrome_app_view_guest_delegate.h", |
| 6909 | "guest_view/chrome_guest_view_manager_delegate.cc", |
| 6910 | "guest_view/chrome_guest_view_manager_delegate.h", |
| 6911 | "guest_view/extension_options/chrome_extension_options_guest_delegate.cc", |
| 6912 | "guest_view/extension_options/chrome_extension_options_guest_delegate.h", |
| 6913 | "guest_view/mime_handler_view/chrome_mime_handler_view_guest_delegate.cc", |
| 6914 | "guest_view/mime_handler_view/chrome_mime_handler_view_guest_delegate.h", |
| 6915 | "guest_view/web_view/chrome_web_view_guest_delegate.cc", |
| 6916 | "guest_view/web_view/chrome_web_view_guest_delegate.h", |
| 6917 | "guest_view/web_view/chrome_web_view_permission_helper_delegate.cc", |
| 6918 | "guest_view/web_view/chrome_web_view_permission_helper_delegate.h", |
| 6919 | "guest_view/web_view/context_menu_content_type_web_view.cc", |
| 6920 | "guest_view/web_view/context_menu_content_type_web_view.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6921 | "media/extension_media_access_handler.cc", |
| 6922 | "media/extension_media_access_handler.h", |
| 6923 | "media/webrtc/desktop_capture_access_handler.cc", |
| 6924 | "media/webrtc/desktop_capture_access_handler.h", |
| 6925 | "media/webrtc/tab_capture_access_handler.cc", |
| 6926 | "media/webrtc/tab_capture_access_handler.h", |
| 6927 | "metrics/extensions_metrics_provider.cc", |
| 6928 | "metrics/extensions_metrics_provider.h", |
François Doray | 894325c | 2022-05-25 22:53:55 | [diff] [blame] | 6929 | "performance_manager/extension_watcher.cc", |
| 6930 | "performance_manager/extension_watcher.h", |
Shahbaz Youssefi | b248a979 | 2018-09-11 15:14:36 | [diff] [blame] | 6931 | "policy/chrome_extension_policy_migrator.cc", |
| 6932 | "policy/chrome_extension_policy_migrator.h", |
Irem Uguz | 14f529e | 2022-07-21 16:15:10 | [diff] [blame] | 6933 | "policy/value_provider/extension_policies_value_provider.cc", |
| 6934 | "policy/value_provider/extension_policies_value_provider.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6935 | "renderer_context_menu/context_menu_content_type_app_mode.cc", |
| 6936 | "renderer_context_menu/context_menu_content_type_app_mode.h", |
| 6937 | "renderer_context_menu/context_menu_content_type_extension_popup.cc", |
| 6938 | "renderer_context_menu/context_menu_content_type_extension_popup.h", |
| 6939 | "renderer_context_menu/context_menu_content_type_platform_app.cc", |
| 6940 | "renderer_context_menu/context_menu_content_type_platform_app.h", |
| 6941 | "renderer_host/chrome_extension_message_filter.cc", |
| 6942 | "renderer_host/chrome_extension_message_filter.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6943 | "speech/extension_api/tts_engine_extension_api.cc", |
| 6944 | "speech/extension_api/tts_engine_extension_api.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 6945 | "speech/extension_api/tts_extension_api.cc", |
| 6946 | "speech/extension_api/tts_extension_api.h", |
| 6947 | "sync_file_system/conflict_resolution_policy.h", |
| 6948 | "sync_file_system/drive_backend/callback_helper.h", |
| 6949 | "sync_file_system/drive_backend/callback_tracker.cc", |
| 6950 | "sync_file_system/drive_backend/callback_tracker.h", |
| 6951 | "sync_file_system/drive_backend/callback_tracker_internal.cc", |
| 6952 | "sync_file_system/drive_backend/callback_tracker_internal.h", |
| 6953 | "sync_file_system/drive_backend/conflict_resolver.cc", |
| 6954 | "sync_file_system/drive_backend/conflict_resolver.h", |
| 6955 | "sync_file_system/drive_backend/drive_backend_constants.cc", |
| 6956 | "sync_file_system/drive_backend/drive_backend_constants.h", |
| 6957 | "sync_file_system/drive_backend/drive_backend_util.cc", |
| 6958 | "sync_file_system/drive_backend/drive_backend_util.h", |
| 6959 | "sync_file_system/drive_backend/drive_service_on_worker.cc", |
| 6960 | "sync_file_system/drive_backend/drive_service_on_worker.h", |
| 6961 | "sync_file_system/drive_backend/drive_service_wrapper.cc", |
| 6962 | "sync_file_system/drive_backend/drive_service_wrapper.h", |
| 6963 | "sync_file_system/drive_backend/drive_uploader_on_worker.cc", |
| 6964 | "sync_file_system/drive_backend/drive_uploader_on_worker.h", |
| 6965 | "sync_file_system/drive_backend/drive_uploader_wrapper.cc", |
| 6966 | "sync_file_system/drive_backend/drive_uploader_wrapper.h", |
| 6967 | "sync_file_system/drive_backend/folder_creator.cc", |
| 6968 | "sync_file_system/drive_backend/folder_creator.h", |
| 6969 | "sync_file_system/drive_backend/leveldb_wrapper.cc", |
| 6970 | "sync_file_system/drive_backend/leveldb_wrapper.h", |
| 6971 | "sync_file_system/drive_backend/list_changes_task.cc", |
| 6972 | "sync_file_system/drive_backend/list_changes_task.h", |
| 6973 | "sync_file_system/drive_backend/local_to_remote_syncer.cc", |
| 6974 | "sync_file_system/drive_backend/local_to_remote_syncer.h", |
| 6975 | "sync_file_system/drive_backend/metadata_database.cc", |
| 6976 | "sync_file_system/drive_backend/metadata_database.h", |
| 6977 | "sync_file_system/drive_backend/metadata_database_index.cc", |
| 6978 | "sync_file_system/drive_backend/metadata_database_index.h", |
| 6979 | "sync_file_system/drive_backend/metadata_database_index_interface.h", |
| 6980 | "sync_file_system/drive_backend/metadata_database_index_on_disk.cc", |
| 6981 | "sync_file_system/drive_backend/metadata_database_index_on_disk.h", |
| 6982 | "sync_file_system/drive_backend/metadata_db_migration_util.cc", |
| 6983 | "sync_file_system/drive_backend/metadata_db_migration_util.h", |
| 6984 | "sync_file_system/drive_backend/register_app_task.cc", |
| 6985 | "sync_file_system/drive_backend/register_app_task.h", |
| 6986 | "sync_file_system/drive_backend/remote_change_processor_on_worker.cc", |
| 6987 | "sync_file_system/drive_backend/remote_change_processor_on_worker.h", |
| 6988 | "sync_file_system/drive_backend/remote_change_processor_wrapper.cc", |
| 6989 | "sync_file_system/drive_backend/remote_change_processor_wrapper.h", |
| 6990 | "sync_file_system/drive_backend/remote_to_local_syncer.cc", |
| 6991 | "sync_file_system/drive_backend/remote_to_local_syncer.h", |
| 6992 | "sync_file_system/drive_backend/sync_engine.cc", |
| 6993 | "sync_file_system/drive_backend/sync_engine.h", |
| 6994 | "sync_file_system/drive_backend/sync_engine_context.cc", |
| 6995 | "sync_file_system/drive_backend/sync_engine_context.h", |
| 6996 | "sync_file_system/drive_backend/sync_engine_initializer.cc", |
| 6997 | "sync_file_system/drive_backend/sync_engine_initializer.h", |
| 6998 | "sync_file_system/drive_backend/sync_task.cc", |
| 6999 | "sync_file_system/drive_backend/sync_task.h", |
| 7000 | "sync_file_system/drive_backend/sync_task_manager.cc", |
| 7001 | "sync_file_system/drive_backend/sync_task_manager.h", |
| 7002 | "sync_file_system/drive_backend/sync_task_token.cc", |
| 7003 | "sync_file_system/drive_backend/sync_task_token.h", |
| 7004 | "sync_file_system/drive_backend/sync_worker.cc", |
| 7005 | "sync_file_system/drive_backend/sync_worker.h", |
| 7006 | "sync_file_system/drive_backend/sync_worker_interface.h", |
| 7007 | "sync_file_system/drive_backend/task_dependency_manager.cc", |
| 7008 | "sync_file_system/drive_backend/task_dependency_manager.h", |
| 7009 | "sync_file_system/drive_backend/tracker_id_set.cc", |
| 7010 | "sync_file_system/drive_backend/tracker_id_set.h", |
| 7011 | "sync_file_system/drive_backend/uninstall_app_task.cc", |
| 7012 | "sync_file_system/drive_backend/uninstall_app_task.h", |
| 7013 | "sync_file_system/file_change.cc", |
| 7014 | "sync_file_system/file_change.h", |
| 7015 | "sync_file_system/file_status_observer.h", |
| 7016 | "sync_file_system/local/local_file_change_tracker.cc", |
| 7017 | "sync_file_system/local/local_file_change_tracker.h", |
| 7018 | "sync_file_system/local/local_file_sync_context.cc", |
| 7019 | "sync_file_system/local/local_file_sync_context.h", |
| 7020 | "sync_file_system/local/local_file_sync_service.cc", |
| 7021 | "sync_file_system/local/local_file_sync_service.h", |
| 7022 | "sync_file_system/local/local_file_sync_status.cc", |
| 7023 | "sync_file_system/local/local_file_sync_status.h", |
| 7024 | "sync_file_system/local/local_origin_change_observer.h", |
| 7025 | "sync_file_system/local/root_delete_helper.cc", |
| 7026 | "sync_file_system/local/root_delete_helper.h", |
| 7027 | "sync_file_system/local/sync_file_system_backend.cc", |
| 7028 | "sync_file_system/local/sync_file_system_backend.h", |
| 7029 | "sync_file_system/local/syncable_file_operation_runner.cc", |
| 7030 | "sync_file_system/local/syncable_file_operation_runner.h", |
| 7031 | "sync_file_system/local/syncable_file_system_operation.cc", |
| 7032 | "sync_file_system/local/syncable_file_system_operation.h", |
| 7033 | "sync_file_system/local_change_processor.h", |
| 7034 | "sync_file_system/logger.cc", |
| 7035 | "sync_file_system/logger.h", |
| 7036 | "sync_file_system/remote_change_processor.h", |
| 7037 | "sync_file_system/remote_file_sync_service.cc", |
| 7038 | "sync_file_system/remote_file_sync_service.h", |
| 7039 | "sync_file_system/subtree_set.cc", |
| 7040 | "sync_file_system/subtree_set.h", |
| 7041 | "sync_file_system/sync_action.cc", |
| 7042 | "sync_file_system/sync_action.h", |
| 7043 | "sync_file_system/sync_callbacks.h", |
| 7044 | "sync_file_system/sync_direction.h", |
| 7045 | "sync_file_system/sync_event_observer.h", |
| 7046 | "sync_file_system/sync_file_metadata.cc", |
| 7047 | "sync_file_system/sync_file_metadata.h", |
| 7048 | "sync_file_system/sync_file_status.h", |
| 7049 | "sync_file_system/sync_file_system_service.cc", |
| 7050 | "sync_file_system/sync_file_system_service.h", |
| 7051 | "sync_file_system/sync_file_system_service_factory.cc", |
| 7052 | "sync_file_system/sync_file_system_service_factory.h", |
| 7053 | "sync_file_system/sync_file_type.h", |
| 7054 | "sync_file_system/sync_operation_type.cc", |
| 7055 | "sync_file_system/sync_operation_type.h", |
| 7056 | "sync_file_system/sync_process_runner.cc", |
| 7057 | "sync_file_system/sync_process_runner.h", |
| 7058 | "sync_file_system/sync_service_state.h", |
| 7059 | "sync_file_system/sync_status_code.cc", |
| 7060 | "sync_file_system/sync_status_code.h", |
| 7061 | "sync_file_system/syncable_file_system_util.cc", |
| 7062 | "sync_file_system/syncable_file_system_util.h", |
| 7063 | "sync_file_system/task_logger.cc", |
| 7064 | "sync_file_system/task_logger.h", |
| 7065 | ] |
| 7066 | public_deps += [ |
Dominick Ng | 6ff5105 | 2018-07-06 05:30:20 | [diff] [blame] | 7067 | "//chrome/browser/apps/platform_apps", |
Devlin Cronin | 7ec3a073 | 2018-09-17 15:51:44 | [diff] [blame] | 7068 | "//chrome/browser/apps/platform_apps/api", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7069 | "//chrome/browser/extensions", |
Devlin Cronin | d315b0b | 2022-11-09 21:39:02 | [diff] [blame] | 7070 | "//chrome/browser/extensions/api", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7071 | ] |
| 7072 | allow_circular_includes_from += [ |
Dominick Ng | 6ff5105 | 2018-07-06 05:30:20 | [diff] [blame] | 7073 | "//chrome/browser/apps/platform_apps", |
Devlin Cronin | 7ec3a073 | 2018-09-17 15:51:44 | [diff] [blame] | 7074 | |
| 7075 | # TODO(https://crbug.com/883570): This is unfortunate, but not easy to |
Alexey Baskakov | 6b15067 | 2021-04-19 10:42:37 | [diff] [blame] | 7076 | # fix. Ideally, //chrome/browser:browser shouldn't depend on these APIs |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 7077 | #(though the APIs likely will depend on //chrome/browser), but we need |
Devlin Cronin | 7ec3a073 | 2018-09-17 15:51:44 | [diff] [blame] | 7078 | # to pull them in here to allow registration of keyed services. |
| 7079 | "//chrome/browser/apps/platform_apps/api", |
| 7080 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7081 | "//chrome/browser/extensions", |
Alexey Baskakov | fd3894e | 2018-10-16 06:09:58 | [diff] [blame] | 7082 | |
Alexey Baskakov | 6b15067 | 2021-04-19 10:42:37 | [diff] [blame] | 7083 | # TODO(crbug.com/1200215): Remove cycles and simplify all dependencies. |
Alexey Baskakov | 3f6c31f0 | 2018-08-23 00:28:09 | [diff] [blame] | 7084 | "//chrome/browser/web_applications/extensions", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7085 | ] |
| 7086 | deps += [ |
| 7087 | "//apps", |
| 7088 | "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_proto", |
Alexey Baskakov | 3f6c31f0 | 2018-08-23 00:28:09 | [diff] [blame] | 7089 | "//chrome/browser/web_applications/extensions", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7090 | "//chrome/common/extensions/api", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7091 | "//chrome/common/extensions/api:extensions_features", |
Devlin Cronin | 0f303676 | 2022-02-03 19:59:17 | [diff] [blame] | 7092 | "//components/app_constants", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7093 | "//components/drive", |
| 7094 | "//components/guest_view/browser", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 7095 | "//media/cast:sender", |
Evan Stade | 5210216 | 2020-08-20 19:45:20 | [diff] [blame] | 7096 | |
Alexey Baskakov | 6b15067 | 2021-04-19 10:42:37 | [diff] [blame] | 7097 | # TODO(crbug.com/879012): mirroring shouldn't depend on enable_extensions. |
Evan Stade | 5210216 | 2020-08-20 19:45:20 | [diff] [blame] | 7098 | "//components/mirroring/browser", |
| 7099 | "//components/mirroring/mojom:host", |
| 7100 | "//components/mirroring/mojom:service", |
| 7101 | "//components/mirroring/service:mirroring_service", |
Devlin Cronin | 60b5fee | 2022-01-28 17:41:55 | [diff] [blame] | 7102 | "//extensions/common:common_constants", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7103 | "//extensions/components/javascript_dialog_extensions_client", |
Jiaming Cheng | 78c5c73 | 2021-07-12 22:48:32 | [diff] [blame] | 7104 | "//google_apis/common", |
Mario Sanchez Prada | fdda9f6 | 2018-10-18 13:50:45 | [diff] [blame] | 7105 | "//google_apis/drive", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7106 | ] |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 7107 | if (is_chromeos_ash) { |
David Tseng | 7c12bdb | 2020-11-06 21:18:30 | [diff] [blame] | 7108 | sources += [ |
David Tseng | 62b3443e | 2021-06-16 23:07:26 | [diff] [blame] | 7109 | "accessibility/accessibility_extension_api_chromeos.cc", |
| 7110 | "accessibility/accessibility_extension_api_chromeos.h", |
Katie Dektar | 888a1dbf | 2022-09-23 22:36:48 | [diff] [blame] | 7111 | "accessibility/service/accessibility_service_router.cc", |
| 7112 | "accessibility/service/accessibility_service_router.h", |
| 7113 | "accessibility/service/accessibility_service_router_factory.cc", |
| 7114 | "accessibility/service/accessibility_service_router_factory.h", |
David Tseng | 0d4ca1de | 2021-04-19 18:12:01 | [diff] [blame] | 7115 | "speech/extension_api/tts_engine_extension_api_chromeos.cc", |
| 7116 | "speech/extension_api/tts_engine_extension_api_chromeos.h", |
David Tseng | 7c12bdb | 2020-11-06 21:18:30 | [diff] [blame] | 7117 | "speech/extension_api/tts_engine_extension_observer_chromeos.cc", |
| 7118 | "speech/extension_api/tts_engine_extension_observer_chromeos.h", |
| 7119 | ] |
David Tseng | 771c206 | 2021-06-18 16:32:47 | [diff] [blame] | 7120 | deps += [ |
| 7121 | "//chromeos/services/tts/public/mojom", |
Katie Dektar | 888a1dbf | 2022-09-23 22:36:48 | [diff] [blame] | 7122 | "//services/accessibility/public/mojom", |
David Tseng | 771c206 | 2021-06-18 16:32:47 | [diff] [blame] | 7123 | "//ui/events/ozone/layout:layout", |
| 7124 | ] |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 7125 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7126 | } |
| 7127 | |
Xiaohan Wang | 15303d0c | 2017-10-06 05:22:44 | [diff] [blame] | 7128 | if (enable_library_cdms) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7129 | sources += [ |
| 7130 | "media/output_protection_impl.cc", |
| 7131 | "media/output_protection_impl.h", |
| 7132 | ] |
Miyoung Shin | 25bb8c09 | 2019-08-03 00:56:57 | [diff] [blame] | 7133 | deps += [ "//media/mojo/mojom" ] |
Xiaohan Wang | a4e4184 | 2018-06-26 18:45:10 | [diff] [blame] | 7134 | |
Xiaohan Wang | f170c73 | 2018-09-27 05:45:26 | [diff] [blame] | 7135 | if (enable_widevine) { |
Xiaohan Wang | 609ff09 | 2018-09-28 02:31:40 | [diff] [blame] | 7136 | if (enable_widevine_cdm_component) { |
| 7137 | sources += [ |
| 7138 | "component_updater/widevine_cdm_component_installer.cc", |
| 7139 | "component_updater/widevine_cdm_component_installer.h", |
| 7140 | ] |
Jimmy Xu | 7fb8c7f4 | 2021-03-17 03:47:33 | [diff] [blame] | 7141 | deps += [ |
| 7142 | "//components/cdm/common", |
| 7143 | "//third_party/widevine/cdm:headers", |
| 7144 | ] |
Xiaohan Wang | 609ff09 | 2018-09-28 02:31:40 | [diff] [blame] | 7145 | } |
Xiaohan Wang | a4e4184 | 2018-06-26 18:45:10 | [diff] [blame] | 7146 | } |
| 7147 | |
John Rummell | 119e04d | 2017-10-21 05:58:00 | [diff] [blame] | 7148 | if (enable_cdm_storage_id) { |
| 7149 | sources += [ |
John Rummell | 1b5da610 | 2017-11-02 02:15:45 | [diff] [blame] | 7150 | "media/cdm_storage_id.cc", |
| 7151 | "media/cdm_storage_id.h", |
John Rummell | 119e04d | 2017-10-21 05:58:00 | [diff] [blame] | 7152 | "media/cdm_storage_id_key.cc", |
| 7153 | "media/cdm_storage_id_key.h", |
| 7154 | ] |
John Rummell | 8d67775 | 2017-12-20 02:58:41 | [diff] [blame] | 7155 | if (is_chrome_branded) { |
| 7156 | sources += [ "internal/google_chrome_cdm_storage_id_key.h" ] |
| 7157 | } |
John Rummell | 119e04d | 2017-10-21 05:58:00 | [diff] [blame] | 7158 | } |
Xiaohan Wang | a4e4184 | 2018-06-26 18:45:10 | [diff] [blame] | 7159 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7160 | if (mojo_media_host == "browser") { |
Ken Rockot | 965b477 | 2019-12-12 23:23:01 | [diff] [blame] | 7161 | deps += [ "//media/mojo/services" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7162 | } |
| 7163 | } |
| 7164 | |
Alex St-Onge | 9e4b9b7 | 2021-06-08 15:35:54 | [diff] [blame] | 7165 | if (enable_library_cdms || is_win) { |
| 7166 | sources += [ |
| 7167 | "media/cdm_document_service_impl.cc", |
| 7168 | "media/cdm_document_service_impl.h", |
| 7169 | ] |
| 7170 | } |
| 7171 | |
| 7172 | if (is_win) { |
| 7173 | sources += [ |
| 7174 | "media/cdm_pref_service_helper.cc", |
| 7175 | "media/cdm_pref_service_helper.h", |
Xiaohan Wang | c8a12ee | 2022-03-23 16:27:43 | [diff] [blame] | 7176 | "media/media_foundation_service_monitor.cc", |
| 7177 | "media/media_foundation_service_monitor.h", |
Alex St-Onge | 9e4b9b7 | 2021-06-08 15:35:54 | [diff] [blame] | 7178 | ] |
Xiaohan Wang | 413a186 | 2021-07-15 05:26:11 | [diff] [blame] | 7179 | |
| 7180 | if (enable_media_foundation_widevine_cdm) { |
| 7181 | sources += [ |
| 7182 | "component_updater/media_foundation_widevine_cdm_component_installer.cc", |
| 7183 | "component_updater/media_foundation_widevine_cdm_component_installer.h", |
| 7184 | ] |
| 7185 | } |
Alex St-Onge | 9e4b9b7 | 2021-06-08 15:35:54 | [diff] [blame] | 7186 | } |
| 7187 | |
Richard Knoll | 232ad51 | 2021-06-10 17:30:08 | [diff] [blame] | 7188 | if (enable_chrome_notifications) { |
| 7189 | assert(enable_message_center) |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 7190 | sources += [ |
Richard Knoll | 232ad51 | 2021-06-10 17:30:08 | [diff] [blame] | 7191 | "notifications/fullscreen_notification_blocker.cc", |
| 7192 | "notifications/fullscreen_notification_blocker.h", |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 7193 | "notifications/notification_platform_bridge_message_center.cc", |
| 7194 | "notifications/notification_platform_bridge_message_center.h", |
Richard Knoll | 232ad51 | 2021-06-10 17:30:08 | [diff] [blame] | 7195 | "notifications/notification_system_observer.cc", |
| 7196 | "notifications/notification_system_observer.h", |
| 7197 | "notifications/notification_ui_manager.h", |
| 7198 | "notifications/notification_ui_manager_impl.cc", |
| 7199 | "notifications/notification_ui_manager_impl.h", |
| 7200 | "notifications/popups_only_ui_controller.cc", |
| 7201 | "notifications/popups_only_ui_controller.h", |
| 7202 | "notifications/screen_lock_notification_blocker.cc", |
| 7203 | "notifications/screen_lock_notification_blocker.h", |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 7204 | ] |
| 7205 | } |
| 7206 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7207 | if (enable_nacl) { |
| 7208 | sources += [ |
| 7209 | "nacl_host/nacl_browser_delegate_impl.cc", |
| 7210 | "nacl_host/nacl_browser_delegate_impl.h", |
| 7211 | "nacl_host/nacl_infobar_delegate.cc", |
| 7212 | "nacl_host/nacl_infobar_delegate.h", |
| 7213 | ] |
| 7214 | deps += [ "//components/nacl/browser" ] |
| 7215 | } |
| 7216 | |
| 7217 | if (enable_offline_pages) { |
| 7218 | sources += [ |
| 7219 | "offline_pages/background_loader_offliner.cc", |
| 7220 | "offline_pages/background_loader_offliner.h", |
Pete Williamson | 3427706 | 2018-05-24 20:05:31 | [diff] [blame] | 7221 | "offline_pages/download_archive_manager.cc", |
| 7222 | "offline_pages/download_archive_manager.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7223 | "offline_pages/offline_page_bookmark_observer.cc", |
| 7224 | "offline_pages/offline_page_bookmark_observer.h", |
| 7225 | "offline_pages/offline_page_info_handler.cc", |
| 7226 | "offline_pages/offline_page_info_handler.h", |
| 7227 | "offline_pages/offline_page_mhtml_archiver.cc", |
| 7228 | "offline_pages/offline_page_mhtml_archiver.h", |
| 7229 | "offline_pages/offline_page_model_factory.h", |
Max Curran | f84c79a | 2021-04-28 01:37:54 | [diff] [blame] | 7230 | "offline_pages/offline_page_navigation_throttle.cc", |
| 7231 | "offline_pages/offline_page_navigation_throttle.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7232 | "offline_pages/offline_page_origin_utils.h", |
Jian Li | e4f685e | 2018-05-22 18:44:17 | [diff] [blame] | 7233 | "offline_pages/offline_page_request_handler.cc", |
| 7234 | "offline_pages/offline_page_request_handler.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7235 | "offline_pages/offline_page_tab_helper.cc", |
| 7236 | "offline_pages/offline_page_tab_helper.h", |
Jian Li | de7b4379 | 2018-06-01 23:22:13 | [diff] [blame] | 7237 | "offline_pages/offline_page_url_loader.cc", |
| 7238 | "offline_pages/offline_page_url_loader.h", |
| 7239 | "offline_pages/offline_page_url_loader_request_interceptor.cc", |
| 7240 | "offline_pages/offline_page_url_loader_request_interceptor.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7241 | "offline_pages/offline_page_utils.cc", |
| 7242 | "offline_pages/offline_page_utils.h", |
| 7243 | "offline_pages/offliner_helper.cc", |
| 7244 | "offline_pages/offliner_helper.h", |
| 7245 | "offline_pages/offliner_user_data.cc", |
| 7246 | "offline_pages/offliner_user_data.h", |
Dan Harrington | 561c580 | 2019-10-16 22:01:09 | [diff] [blame] | 7247 | "offline_pages/prefetch/gcm_token.cc", |
| 7248 | "offline_pages/prefetch/gcm_token.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7249 | "offline_pages/prefetch/offline_metrics_collector_impl.cc", |
| 7250 | "offline_pages/prefetch/offline_metrics_collector_impl.h", |
| 7251 | "offline_pages/prefetch/offline_prefetch_download_client.cc", |
| 7252 | "offline_pages/prefetch/offline_prefetch_download_client.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7253 | "offline_pages/prefetch/prefetch_background_task_handler_impl.cc", |
| 7254 | "offline_pages/prefetch/prefetch_background_task_handler_impl.h", |
Jian Li | 2ca6f2b3 | 2017-10-04 02:54:06 | [diff] [blame] | 7255 | "offline_pages/prefetch/prefetch_background_task_scheduler.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7256 | "offline_pages/prefetch/prefetch_service_factory.cc", |
| 7257 | "offline_pages/prefetch/prefetch_service_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7258 | "offline_pages/recent_tab_helper.cc", |
| 7259 | "offline_pages/recent_tab_helper.h", |
| 7260 | "offline_pages/request_coordinator_factory.h", |
| 7261 | "offline_pages/resource_loading_observer.h", |
Ian Wells | 7a2cac4 | 2019-04-26 21:31:11 | [diff] [blame] | 7262 | "offline_pages/visuals_decoder_impl.cc", |
| 7263 | "offline_pages/visuals_decoder_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7264 | ] |
| 7265 | if (is_android) { |
| 7266 | sources += [ |
Dan Harrington | 954c882 | 2019-01-09 18:40:48 | [diff] [blame] | 7267 | "offline_pages/android/auto_fetch_notifier.cc", |
| 7268 | "offline_pages/android/auto_fetch_notifier.h", |
| 7269 | "offline_pages/android/auto_fetch_page_load_watcher.cc", |
| 7270 | "offline_pages/android/auto_fetch_page_load_watcher.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7271 | "offline_pages/android/background_scheduler_bridge.cc", |
| 7272 | "offline_pages/android/background_scheduler_bridge.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7273 | "offline_pages/android/downloads/offline_page_download_bridge.cc", |
| 7274 | "offline_pages/android/downloads/offline_page_download_bridge.h", |
| 7275 | "offline_pages/android/downloads/offline_page_infobar_delegate.cc", |
| 7276 | "offline_pages/android/downloads/offline_page_infobar_delegate.h", |
Xing Liu | 3f0b115 | 2018-08-20 17:32:08 | [diff] [blame] | 7277 | "offline_pages/android/downloads/offline_page_share_helper.cc", |
| 7278 | "offline_pages/android/downloads/offline_page_share_helper.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7279 | "offline_pages/android/load_termination_listener_impl.cc", |
| 7280 | "offline_pages/android/load_termination_listener_impl.h", |
Ian Wells | 2bf173c | 2019-07-02 19:01:39 | [diff] [blame] | 7281 | "offline_pages/android/offline_page_archive_publisher_impl.cc", |
| 7282 | "offline_pages/android/offline_page_archive_publisher_impl.h", |
Dan Harrington | 954c882 | 2019-01-09 18:40:48 | [diff] [blame] | 7283 | "offline_pages/android/offline_page_auto_fetcher.cc", |
| 7284 | "offline_pages/android/offline_page_auto_fetcher.h", |
| 7285 | "offline_pages/android/offline_page_auto_fetcher_service.cc", |
| 7286 | "offline_pages/android/offline_page_auto_fetcher_service.h", |
| 7287 | "offline_pages/android/offline_page_auto_fetcher_service_factory.cc", |
| 7288 | "offline_pages/android/offline_page_auto_fetcher_service_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7289 | "offline_pages/android/offline_page_bridge.cc", |
| 7290 | "offline_pages/android/offline_page_bridge.h", |
| 7291 | "offline_pages/android/offline_page_model_factory.cc", |
| 7292 | "offline_pages/android/offline_page_origin_utils_android.cc", |
| 7293 | "offline_pages/android/offline_page_utils_android.cc", |
| 7294 | "offline_pages/android/prefetch_background_task_android.cc", |
| 7295 | "offline_pages/android/prefetch_background_task_android.h", |
Jian Li | 2ca6f2b3 | 2017-10-04 02:54:06 | [diff] [blame] | 7296 | "offline_pages/android/prefetch_background_task_scheduler_android.cc", |
Carlos Knippschild | bba5785 | 2018-07-31 22:32:55 | [diff] [blame] | 7297 | "offline_pages/android/prefetch_configuration_impl_android.cc", |
Henrique Nakashima | a8435f6 | 2019-06-27 22:27:07 | [diff] [blame] | 7298 | "offline_pages/android/request_coordinator_bridge.cc", |
| 7299 | "offline_pages/android/request_coordinator_bridge.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7300 | "offline_pages/android/request_coordinator_factory.cc", |
| 7301 | ] |
Natalie Chouinard | 87b2848 | 2020-05-08 18:15:05 | [diff] [blame] | 7302 | |
| 7303 | deps += [ "//chrome/browser/offline_pages/android:jni_headers" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7304 | } |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 7305 | |
| 7306 | public_deps += [ |
| 7307 | "//components/offline_pages/core", |
| 7308 | "//components/offline_pages/core/background:background_offliner", |
| 7309 | "//components/offline_pages/core/prefetch", |
| 7310 | ] |
| 7311 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7312 | deps += [ |
Dan Harrington | f70f8f4 | 2018-10-20 00:04:53 | [diff] [blame] | 7313 | "//chrome/common:offline_page_auto_fetcher_mojom", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7314 | "//components/offline_pages/content/background_loader", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7315 | "//components/offline_pages/core/downloads:offline_pages_ui_adapter", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 7316 | "//components/offline_pages/core/request_header", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7317 | ] |
| 7318 | |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 7319 | # Used to build test harness locally.The harness is used manually to |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7320 | # produce multiple offline pages to evaluate quality of the snapshots. |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 7321 | # This will only be built iff. | enable_offline_pages_harness | is set while |
| 7322 | # | enable_offline_pages | and | is_android | are both true. |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7323 | if (enable_offline_pages_harness && is_android) { |
| 7324 | sources += [ |
| 7325 | "offline_pages/android/evaluation/evaluation_test_scheduler.cc", |
| 7326 | "offline_pages/android/evaluation/evaluation_test_scheduler.h", |
| 7327 | "offline_pages/android/evaluation/offline_page_evaluation_bridge.cc", |
| 7328 | "offline_pages/android/evaluation/offline_page_evaluation_bridge.h", |
| 7329 | ] |
| 7330 | } |
| 7331 | } |
| 7332 | |
Lei Zhang | fc8ec94 | 2018-11-17 02:53:36 | [diff] [blame] | 7333 | if (enable_pdf) { |
| 7334 | deps += [ |
Andy Phan | 58f017ba | 2022-12-20 23:17:27 | [diff] [blame] | 7335 | "//chrome/browser/pdf", |
| 7336 | "//chrome/browser/pdf:pdf_pref_names", |
Lei Zhang | 30f81b0 | 2021-10-07 00:43:09 | [diff] [blame] | 7337 | "//components/pdf/browser", |
K. Moon | 47f75325 | 2021-06-11 22:00:57 | [diff] [blame] | 7338 | "//components/pdf/browser:interceptors", |
K. Moon | 6f65e0c | 2021-06-30 04:48:35 | [diff] [blame] | 7339 | "//components/pdf/common", |
Hui Yingst | 5b9ff98 | 2021-09-09 19:01:23 | [diff] [blame] | 7340 | "//extensions/common/api", |
Lei Zhang | fc8ec94 | 2018-11-17 02:53:36 | [diff] [blame] | 7341 | "//pdf:buildflags", |
| 7342 | "//pdf:features", |
| 7343 | ] |
| 7344 | } |
| 7345 | |
K. Moon | 968a140f | 2022-08-05 21:13:01 | [diff] [blame] | 7346 | if (enable_plugins) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7347 | sources += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7348 | "plugins/chrome_content_browser_client_plugins_part.cc", |
| 7349 | "plugins/chrome_content_browser_client_plugins_part.h", |
| 7350 | "plugins/chrome_plugin_service_filter.cc", |
| 7351 | "plugins/chrome_plugin_service_filter.h", |
Peter Kasting | 4840082 | 2018-01-09 02:01:04 | [diff] [blame] | 7352 | "plugins/hung_plugin_infobar_delegate.cc", |
| 7353 | "plugins/hung_plugin_infobar_delegate.h", |
Nicholas Verne | d391eae | 2017-11-13 02:41:38 | [diff] [blame] | 7354 | "plugins/plugin_info_host_impl.cc", |
| 7355 | "plugins/plugin_info_host_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7356 | "plugins/plugin_metadata.cc", |
| 7357 | "plugins/plugin_metadata.h", |
| 7358 | "plugins/plugin_observer.cc", |
| 7359 | "plugins/plugin_observer.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7360 | "plugins/plugin_prefs.cc", |
| 7361 | "plugins/plugin_prefs.h", |
| 7362 | "plugins/plugin_prefs_factory.cc", |
| 7363 | "plugins/plugin_prefs_factory.h", |
John Abd-El-Malek | ecc6f5f | 2018-03-02 18:47:39 | [diff] [blame] | 7364 | "plugins/plugin_response_interceptor_url_loader_throttle.cc", |
| 7365 | "plugins/plugin_response_interceptor_url_loader_throttle.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7366 | "plugins/plugin_utils.cc", |
| 7367 | "plugins/plugin_utils.h", |
Peter Kasting | e7df72d | 2018-01-05 22:13:42 | [diff] [blame] | 7368 | "plugins/reload_plugin_infobar_delegate.cc", |
| 7369 | "plugins/reload_plugin_infobar_delegate.h", |
K. Moon | 968a140f | 2022-08-05 21:13:01 | [diff] [blame] | 7370 | ] |
| 7371 | deps += [ |
| 7372 | "//media:media_buildflags", |
| 7373 | "//services/network/public/mojom", |
| 7374 | ] |
| 7375 | } |
| 7376 | |
| 7377 | if (enable_ppapi) { |
| 7378 | sources += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7379 | "renderer_host/pepper/chrome_browser_pepper_host_factory.cc", |
| 7380 | "renderer_host/pepper/chrome_browser_pepper_host_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7381 | "renderer_host/pepper/pepper_isolated_file_system_message_filter.cc", |
| 7382 | "renderer_host/pepper/pepper_isolated_file_system_message_filter.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7383 | ] |
| 7384 | deps += [ |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 7385 | "//ppapi/host", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7386 | "//ppapi/proxy:ipc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7387 | ] |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 7388 | if (is_chromeos_ash) { |
Henrique Ferreiro | f7425adf | 2022-08-18 16:41:46 | [diff] [blame] | 7389 | deps += [ "//chromeos/ash/components/cryptohome" ] |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 7390 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7391 | } |
| 7392 | |
Lei Zhang | 60f4128 | 2021-12-23 18:16:31 | [diff] [blame] | 7393 | if (enable_plugins || is_android) { |
| 7394 | sources += [ |
| 7395 | "plugins/plugin_observer_common.cc", |
| 7396 | "plugins/plugin_observer_common.h", |
| 7397 | ] |
| 7398 | } |
| 7399 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7400 | if (enable_rlz) { |
John Abd-El-Malek | 4970b15 | 2018-08-04 02:52:45 | [diff] [blame] | 7401 | sources += [ |
| 7402 | "rlz/chrome_rlz_tracker_delegate.cc", |
| 7403 | "rlz/chrome_rlz_tracker_delegate.h", |
| 7404 | ] |
| 7405 | |
| 7406 | public_deps += [ |
David Benjamin | 2e98977 | 2019-08-01 16:36:04 | [diff] [blame] | 7407 | "//components/google/core/common", |
John Abd-El-Malek | 4970b15 | 2018-08-04 02:52:45 | [diff] [blame] | 7408 | "//components/rlz", |
| 7409 | "//rlz:rlz_lib", |
| 7410 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7411 | } |
| 7412 | |
| 7413 | if (enable_service_discovery) { |
| 7414 | sources += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7415 | "local_discovery/service_discovery_client.cc", |
| 7416 | "local_discovery/service_discovery_client.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7417 | "local_discovery/service_discovery_device_lister.cc", |
| 7418 | "local_discovery/service_discovery_device_lister.h", |
| 7419 | "local_discovery/service_discovery_shared_client.cc", |
| 7420 | "local_discovery/service_discovery_shared_client.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7421 | ] |
Qingsi Wang | c2213d5d | 2018-11-02 01:28:12 | [diff] [blame] | 7422 | |
Tomasz Moniuszko | adb59e6 | 2021-10-29 14:12:19 | [diff] [blame] | 7423 | if (is_mac) { |
| 7424 | sources += [ |
| 7425 | "local_discovery/service_discovery_client_mac.h", |
| 7426 | "local_discovery/service_discovery_client_mac.mm", |
| 7427 | "local_discovery/service_discovery_client_mac_factory.h", |
| 7428 | "local_discovery/service_discovery_client_mac_factory.mm", |
| 7429 | ] |
| 7430 | } |
| 7431 | |
Qingsi Wang | c2213d5d | 2018-11-02 01:28:12 | [diff] [blame] | 7432 | if (enable_mdns) { |
| 7433 | sources += [ |
| 7434 | "local_discovery/service_discovery_client_impl.cc", |
| 7435 | "local_discovery/service_discovery_client_impl.h", |
| 7436 | "local_discovery/service_discovery_client_mdns.cc", |
| 7437 | "local_discovery/service_discovery_client_mdns.h", |
Qingsi Wang | c2213d5d | 2018-11-02 01:28:12 | [diff] [blame] | 7438 | ] |
| 7439 | } |
Lei Zhang | 1b45c8c2 | 2021-10-01 23:59:10 | [diff] [blame] | 7440 | |
| 7441 | if (is_chromeos_ash) { |
| 7442 | sources += [ |
| 7443 | "local_discovery/endpoint_resolver.cc", |
| 7444 | "local_discovery/endpoint_resolver.h", |
| 7445 | ] |
| 7446 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7447 | } |
| 7448 | |
| 7449 | if (enable_session_service) { |
| 7450 | sources += [ |
Scott Violet | d45a068 | 2021-10-27 22:34:22 | [diff] [blame] | 7451 | "sessions/app_session_service.cc", |
| 7452 | "sessions/app_session_service.h", |
| 7453 | "sessions/app_session_service_factory.cc", |
| 7454 | "sessions/app_session_service_factory.h", |
Scott Violet | b0378e4b | 2021-10-05 01:47:49 | [diff] [blame] | 7455 | "sessions/exit_type_service.cc", |
| 7456 | "sessions/exit_type_service.h", |
| 7457 | "sessions/exit_type_service_factory.cc", |
| 7458 | "sessions/exit_type_service_factory.h", |
Christian Dullweber | 0747d7c9 | 2021-05-10 10:05:13 | [diff] [blame] | 7459 | "sessions/session_data_deleter.cc", |
| 7460 | "sessions/session_data_deleter.h", |
Christian Dullweber | 2463f98 | 2021-05-03 10:53:56 | [diff] [blame] | 7461 | "sessions/session_data_service.cc", |
| 7462 | "sessions/session_data_service.h", |
| 7463 | "sessions/session_data_service_factory.cc", |
| 7464 | "sessions/session_data_service_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7465 | "sessions/session_restore.cc", |
| 7466 | "sessions/session_restore.h", |
| 7467 | "sessions/session_restore_delegate.cc", |
| 7468 | "sessions/session_restore_delegate.h", |
| 7469 | "sessions/session_restore_observer.h", |
| 7470 | "sessions/session_restore_stats_collector.cc", |
| 7471 | "sessions/session_restore_stats_collector.h", |
| 7472 | "sessions/session_service.cc", |
| 7473 | "sessions/session_service.h", |
Stanley Hon | 93263da | 2021-03-04 01:56:28 | [diff] [blame] | 7474 | "sessions/session_service_base.cc", |
| 7475 | "sessions/session_service_base.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7476 | "sessions/session_service_factory.cc", |
| 7477 | "sessions/session_service_factory.h", |
Scott Violet | 53fb03c | 2021-01-15 23:48:16 | [diff] [blame] | 7478 | "sessions/session_service_log.cc", |
| 7479 | "sessions/session_service_log.h", |
Stanley Hon | 0fa53a5a8 | 2021-04-13 02:02:06 | [diff] [blame] | 7480 | "sessions/session_service_lookup.cc", |
| 7481 | "sessions/session_service_lookup.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7482 | "sessions/session_service_utils.cc", |
| 7483 | "sessions/session_service_utils.h", |
Christian Dullweber | d1c46da | 2021-05-12 20:37:31 | [diff] [blame] | 7484 | "sessions/sessions_features.cc", |
| 7485 | "sessions/sessions_features.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7486 | "sessions/tab_loader.cc", |
| 7487 | "sessions/tab_loader.h", |
| 7488 | "sessions/tab_loader_delegate.cc", |
| 7489 | "sessions/tab_loader_delegate.h", |
| 7490 | ] |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 7491 | deps += [ "//components/tab_groups" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7492 | } |
| 7493 | |
| 7494 | if (enable_spellcheck) { |
| 7495 | sources += [ |
Xiaocheng Hu | 85abcd8 | 2018-01-11 02:36:56 | [diff] [blame] | 7496 | "spellchecker/spell_check_host_chrome_impl.cc", |
| 7497 | "spellchecker/spell_check_host_chrome_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7498 | "spellchecker/spellcheck_custom_dictionary.cc", |
| 7499 | "spellchecker/spellcheck_custom_dictionary.h", |
| 7500 | "spellchecker/spellcheck_factory.cc", |
| 7501 | "spellchecker/spellcheck_factory.h", |
| 7502 | "spellchecker/spellcheck_hunspell_dictionary.cc", |
| 7503 | "spellchecker/spellcheck_hunspell_dictionary.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7504 | "spellchecker/spellcheck_service.cc", |
| 7505 | "spellchecker/spellcheck_service.h", |
| 7506 | ] |
| 7507 | |
Evan Stade | 38ec3da | 2019-12-02 19:02:59 | [diff] [blame] | 7508 | if (use_browser_spellchecker && enable_spelling_service) { |
Siye Liu | de74ce30 | 2019-06-20 20:44:43 | [diff] [blame] | 7509 | sources += [ |
| 7510 | "spellchecker/spelling_request.cc", |
| 7511 | "spellchecker/spelling_request.h", |
| 7512 | ] |
| 7513 | } |
| 7514 | |
Yann Dago | 2538b64 | 2022-07-07 20:06:55 | [diff] [blame] | 7515 | if (is_win || is_linux || is_chromeos) { |
| 7516 | sources += [ |
| 7517 | "spellchecker/spellcheck_language_blocklist_policy_handler.cc", |
| 7518 | "spellchecker/spellcheck_language_blocklist_policy_handler.h", |
| 7519 | "spellchecker/spellcheck_language_policy_handler.cc", |
| 7520 | "spellchecker/spellcheck_language_policy_handler.h", |
| 7521 | ] |
| 7522 | } |
| 7523 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7524 | if (has_spellcheck_panel) { |
| 7525 | sources += [ |
| 7526 | "spellchecker/spell_check_panel_host_impl.cc", |
| 7527 | "spellchecker/spell_check_panel_host_impl.h", |
| 7528 | ] |
| 7529 | } |
| 7530 | |
| 7531 | deps += [ |
| 7532 | "//components/spellcheck/browser", |
Lei Zhang | d866b3c | 2019-05-02 01:49:58 | [diff] [blame] | 7533 | "//components/spellcheck/common", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7534 | ] |
| 7535 | |
| 7536 | if (!is_android) { |
| 7537 | deps += [ "//third_party/hunspell" ] |
| 7538 | } |
| 7539 | } |
| 7540 | |
treib | 87bb89cbb | 2014-12-01 16:01:47 | [diff] [blame] | 7541 | if (enable_supervised_users) { |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 7542 | sources += [ |
| 7543 | "content_settings/content_settings_supervised_provider.cc", |
| 7544 | "content_settings/content_settings_supervised_provider.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 7545 | "supervised_user/child_accounts/child_account_service.h", |
| 7546 | "supervised_user/child_accounts/child_account_service_factory.cc", |
| 7547 | "supervised_user/child_accounts/child_account_service_factory.h", |
Tomasz Jurkiewicz | e0a4fcc | 2022-09-07 18:15:12 | [diff] [blame] | 7548 | "supervised_user/child_accounts/child_account_service_impl.cc", |
| 7549 | "supervised_user/child_accounts/child_account_service_impl.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 7550 | "supervised_user/child_accounts/family_info_fetcher.cc", |
| 7551 | "supervised_user/child_accounts/family_info_fetcher.h", |
treib | 83eb7aa | 2017-01-27 11:16:05 | [diff] [blame] | 7552 | "supervised_user/child_accounts/kids_management_api.cc", |
| 7553 | "supervised_user/child_accounts/kids_management_api.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 7554 | "supervised_user/child_accounts/permission_request_creator_apiary.cc", |
| 7555 | "supervised_user/child_accounts/permission_request_creator_apiary.h", |
Tomasz Jurkiewicz | 26955db | 2022-10-04 08:54:42 | [diff] [blame] | 7556 | "supervised_user/kids_chrome_management/kids_access_token_fetcher.cc", |
| 7557 | "supervised_user/kids_chrome_management/kids_access_token_fetcher.h", |
Gustavo Avena | eb3a3ad | 2019-07-17 13:53:00 | [diff] [blame] | 7558 | "supervised_user/kids_chrome_management/kids_chrome_management_client.cc", |
| 7559 | "supervised_user/kids_chrome_management/kids_chrome_management_client.h", |
| 7560 | "supervised_user/kids_chrome_management/kids_chrome_management_client_factory.cc", |
| 7561 | "supervised_user/kids_chrome_management/kids_chrome_management_client_factory.h", |
Tomasz Jurkiewicz | c396f14d | 2022-08-10 16:25:47 | [diff] [blame] | 7562 | "supervised_user/kids_chrome_management/kids_external_fetcher.cc", |
| 7563 | "supervised_user/kids_chrome_management/kids_external_fetcher.h", |
Tomasz Jurkiewicz | e0b4133 | 2022-08-11 08:21:43 | [diff] [blame] | 7564 | "supervised_user/kids_chrome_management/kids_management_service.cc", |
| 7565 | "supervised_user/kids_chrome_management/kids_management_service.h", |
Tomasz Jurkiewicz | 4f6bfb4 | 2022-10-10 17:32:21 | [diff] [blame] | 7566 | "supervised_user/kids_chrome_management/kids_profile_manager.cc", |
| 7567 | "supervised_user/kids_chrome_management/kids_profile_manager.h", |
Caio | 7f3de88 | 2019-03-14 16:52:22 | [diff] [blame] | 7568 | "supervised_user/kids_management_url_checker_client.cc", |
| 7569 | "supervised_user/kids_management_url_checker_client.h", |
Nohemi Fernandez | 143d610 | 2022-05-03 19:14:08 | [diff] [blame] | 7570 | "supervised_user/parental_control_metrics.cc", |
| 7571 | "supervised_user/parental_control_metrics.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 7572 | "supervised_user/permission_request_creator.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 7573 | "supervised_user/supervised_user_constants.cc", |
| 7574 | "supervised_user/supervised_user_constants.h", |
Robbie McElrath | 2be691ca | 2020-08-17 20:14:48 | [diff] [blame] | 7575 | "supervised_user/supervised_user_denylist.cc", |
| 7576 | "supervised_user/supervised_user_denylist.h", |
bauerb | 8f9c3774 | 2017-03-30 15:04:12 | [diff] [blame] | 7577 | "supervised_user/supervised_user_google_auth_navigation_throttle.cc", |
| 7578 | "supervised_user/supervised_user_google_auth_navigation_throttle.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 7579 | "supervised_user/supervised_user_interstitial.cc", |
| 7580 | "supervised_user/supervised_user_interstitial.h", |
Nohemi Fernandez | 143d610 | 2022-05-03 19:14:08 | [diff] [blame] | 7581 | "supervised_user/supervised_user_metrics_service.cc", |
| 7582 | "supervised_user/supervised_user_metrics_service.h", |
| 7583 | "supervised_user/supervised_user_metrics_service_factory.cc", |
| 7584 | "supervised_user/supervised_user_metrics_service_factory.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 7585 | "supervised_user/supervised_user_navigation_observer.cc", |
| 7586 | "supervised_user/supervised_user_navigation_observer.h", |
mmenke | db2637ff | 2017-03-30 23:59:42 | [diff] [blame] | 7587 | "supervised_user/supervised_user_navigation_throttle.cc", |
| 7588 | "supervised_user/supervised_user_navigation_throttle.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 7589 | "supervised_user/supervised_user_pref_store.cc", |
| 7590 | "supervised_user/supervised_user_pref_store.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 7591 | "supervised_user/supervised_user_service.cc", |
| 7592 | "supervised_user/supervised_user_service.h", |
| 7593 | "supervised_user/supervised_user_service_factory.cc", |
| 7594 | "supervised_user/supervised_user_service_factory.h", |
| 7595 | "supervised_user/supervised_user_service_observer.h", |
| 7596 | "supervised_user/supervised_user_settings_service.cc", |
| 7597 | "supervised_user/supervised_user_settings_service.h", |
| 7598 | "supervised_user/supervised_user_settings_service_factory.cc", |
| 7599 | "supervised_user/supervised_user_settings_service_factory.h", |
Mikel Astiz | ef56e36 | 2018-10-02 09:23:23 | [diff] [blame] | 7600 | "supervised_user/supervised_user_sync_model_type_controller.cc", |
| 7601 | "supervised_user/supervised_user_sync_model_type_controller.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 7602 | "supervised_user/supervised_user_url_filter.cc", |
| 7603 | "supervised_user/supervised_user_url_filter.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 7604 | "supervised_user/supervised_users.h", |
Aga Wronska | e8664c9 | 2021-10-19 23:00:52 | [diff] [blame] | 7605 | "supervised_user/web_approvals_manager.cc", |
| 7606 | "supervised_user/web_approvals_manager.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 7607 | ] |
Danan S | 444d28b | 2022-11-28 18:03:57 | [diff] [blame] | 7608 | if (is_chromeos_ash) { |
| 7609 | deps += [ "//chrome/browser/ash/crosapi" ] |
| 7610 | } |
Courtney Wong | 3ddddc6 | 2022-10-10 22:51:45 | [diff] [blame] | 7611 | if (is_chromeos) { |
| 7612 | sources += [ |
| 7613 | "supervised_user/chromeos/supervised_user_favicon_request_handler.cc", |
| 7614 | "supervised_user/chromeos/supervised_user_favicon_request_handler.h", |
| 7615 | ] |
| 7616 | } |
Gustavo Avena | 8d26b9a | 2019-06-25 17:00:28 | [diff] [blame] | 7617 | deps += [ |
| 7618 | "//chrome/browser/supervised_user/kids_chrome_management:proto", |
| 7619 | "//chrome/common:supervised_user_commands_mojom", |
Nohemi Fernandez | 6f8379b6 | 2022-12-15 23:21:55 | [diff] [blame] | 7620 | "//components/supervised_user/core/browser", |
| 7621 | "//components/supervised_user/core/common", |
Gustavo Avena | 8d26b9a | 2019-06-25 17:00:28 | [diff] [blame] | 7622 | ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 7623 | } |
Toby Huang | 7b4816f | 2020-02-07 23:54:07 | [diff] [blame] | 7624 | if (enable_supervised_users && enable_extensions) { |
Nico Weber | d73c9038 | 2022-03-30 20:37:50 | [diff] [blame] | 7625 | assert(is_chromeos) |
Toby Huang | 7b4816f | 2020-02-07 23:54:07 | [diff] [blame] | 7626 | sources += [ |
Toby Huang | 24f27a3 | 2020-06-18 02:06:59 | [diff] [blame] | 7627 | "supervised_user/supervised_user_extensions_delegate_impl.cc", |
| 7628 | "supervised_user/supervised_user_extensions_delegate_impl.h", |
Toby Huang | 2604e13e | 2020-03-07 05:27:57 | [diff] [blame] | 7629 | "supervised_user/supervised_user_extensions_metrics_recorder.cc", |
| 7630 | "supervised_user/supervised_user_extensions_metrics_recorder.h", |
Toby Huang | 7b4816f | 2020-02-07 23:54:07 | [diff] [blame] | 7631 | ] |
| 7632 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7633 | |
| 7634 | if (enable_vr) { |
Viatcheslav Ostapenko | 26c0aca | 2017-10-30 23:30:39 | [diff] [blame] | 7635 | if (enable_gvr_services) { |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 7636 | public_deps += [ "android/vr:vr_android" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7637 | configs += [ "//third_party/gvr-android-sdk:libgvr_config" ] |
Christopher Grant | 2b3383c2 | 2018-02-26 15:41:58 | [diff] [blame] | 7638 | allow_circular_includes_from += [ "android/vr:vr_android" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7639 | } |
Bill Orr | b94152be | 2017-10-23 19:14:10 | [diff] [blame] | 7640 | |
Daniel Bratell | adb8d82 | 2019-07-04 19:38:13 | [diff] [blame] | 7641 | if (is_win) { |
Klaus Weidner | 16a09bd6 | 2018-12-26 18:20:27 | [diff] [blame] | 7642 | sources += [ |
| 7643 | "vr/ui_host/vr_ui_host_impl.cc", |
| 7644 | "vr/ui_host/vr_ui_host_impl.h", |
| 7645 | ] |
Will Cassella | 40837ba | 2019-07-01 21:32:00 | [diff] [blame] | 7646 | |
Rafael Cintron | 5b95b8d | 2020-11-04 01:58:10 | [diff] [blame] | 7647 | deps += [ "//device/vr/public/mojom:isolated_xr_service" ] |
Klaus Weidner | 16a09bd6 | 2018-12-26 18:20:27 | [diff] [blame] | 7648 | } |
| 7649 | |
Tibor Goldschwendt | a9e46b2 | 2017-11-22 23:25:15 | [diff] [blame] | 7650 | sources += [ |
| 7651 | "component_updater/vr_assets_component_installer.cc", |
| 7652 | "component_updater/vr_assets_component_installer.h", |
Alexander Cooper | f4b3013d | 2020-03-23 18:47:23 | [diff] [blame] | 7653 | "vr/chrome_xr_integration_client.cc", |
| 7654 | "vr/chrome_xr_integration_client.h", |
Tibor Goldschwendt | a9e46b2 | 2017-11-22 23:25:15 | [diff] [blame] | 7655 | ] |
Klaus Weidner | 16a09bd6 | 2018-12-26 18:20:27 | [diff] [blame] | 7656 | |
Alexander Cooper | 3f785a1 | 2020-03-26 19:39:16 | [diff] [blame] | 7657 | deps += [ |
| 7658 | "//chrome/browser/vr:vr_common", |
| 7659 | "//device/vr", |
| 7660 | ] |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 7661 | |
| 7662 | if (is_android) { |
| 7663 | if (enable_arcore) { |
Alexander Cooper | 95b4653f | 2020-10-13 00:24:08 | [diff] [blame] | 7664 | deps += [ |
Piotr Bialecki | ff820611 | 2020-12-03 22:03:47 | [diff] [blame] | 7665 | "//chrome/browser/android/vr:ar_jni_headers", |
Alexander Cooper | 95b4653f | 2020-10-13 00:24:08 | [diff] [blame] | 7666 | "//components/webxr/android", |
| 7667 | "//device/vr/android/arcore", |
| 7668 | ] |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 7669 | } |
| 7670 | } else { |
Rafael Cintron | 5b95b8d | 2020-11-04 01:58:10 | [diff] [blame] | 7671 | deps += [ "//device/vr/public/mojom:isolated_xr_service" ] |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 7672 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7673 | } |
| 7674 | |
| 7675 | if (enable_wayland_server) { |
| 7676 | deps += [ |
| 7677 | "//components/exo", |
Mitsuru Oshima | 51bf3d547 | 2020-06-17 21:28:34 | [diff] [blame] | 7678 | "//components/exo/server", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7679 | ] |
| 7680 | sources += [ |
| 7681 | "exo_parts.cc", |
| 7682 | "exo_parts.h", |
| 7683 | ] |
| 7684 | } |
| 7685 | |
Duncan Mercer | 8062eef | 2022-12-28 22:28:37 | [diff] [blame] | 7686 | if (enable_lens_desktop_google_branded_features) { |
| 7687 | deps += [ "//chrome/browser/lens/region_search" ] |
| 7688 | } |
| 7689 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7690 | if (use_nss_certs) { |
| 7691 | sources += [ |
| 7692 | "certificate_manager_model.cc", |
| 7693 | "certificate_manager_model.h", |
Ryan Sleevi | 38e9842 | 2021-11-09 21:26:41 | [diff] [blame] | 7694 | "net/nss_service.cc", |
| 7695 | "net/nss_service.h", |
| 7696 | "net/nss_service_factory.cc", |
| 7697 | "net/nss_service_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7698 | ] |
Michael Ershov | 930a44c | 2022-01-26 12:55:45 | [diff] [blame] | 7699 | if (is_chromeos) { |
| 7700 | sources += [ |
| 7701 | "net/nss_temp_certs_cache_chromeos.cc", |
| 7702 | "net/nss_temp_certs_cache_chromeos.h", |
| 7703 | ] |
| 7704 | } |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 7705 | if (is_chromeos_ash) { |
Ryan Sleevi | 38e9842 | 2021-11-09 21:26:41 | [diff] [blame] | 7706 | sources += [ "net/nss_service_chromeos.cc" ] |
xhwang | c86d76e4 | 2016-03-14 23:38:49 | [diff] [blame] | 7707 | } |
Michael Ershov | d9a627e | 2021-11-03 13:55:27 | [diff] [blame] | 7708 | if (is_chromeos_lacros) { |
Ryan Sleevi | 38e9842 | 2021-11-09 21:26:41 | [diff] [blame] | 7709 | sources += [ "net/nss_service_lacros.cc" ] |
| 7710 | } |
| 7711 | if (is_linux) { |
| 7712 | sources += [ "net/nss_service_linux.cc" ] |
Michael Ershov | d9a627e | 2021-11-03 13:55:27 | [diff] [blame] | 7713 | } |
David Benjamin | 4c457a78 | 2022-04-29 16:52:33 | [diff] [blame] | 7714 | configs += [ "//build/config/linux/nss" ] |
xhwang | 5e63046 | 2015-10-30 03:18:48 | [diff] [blame] | 7715 | } |
reveman | b195f41d | 2015-11-19 22:16:48 | [diff] [blame] | 7716 | |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 7717 | if (trial_comparison_cert_verifier_supported) { |
Matt Mueller | 0a4382cf | 2018-03-31 00:36:25 | [diff] [blame] | 7718 | sources += [ |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 7719 | "net/trial_comparison_cert_verifier_controller.cc", |
| 7720 | "net/trial_comparison_cert_verifier_controller.h", |
Matt Mueller | 0a4382cf | 2018-03-31 00:36:25 | [diff] [blame] | 7721 | ] |
| 7722 | } |
| 7723 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 7724 | if (use_udev) { |
| 7725 | deps += [ "//device/udev_linux" ] |
dvadym | 8785e01 | 2017-06-30 09:27:07 | [diff] [blame] | 7726 | } |
Michael Thiessen | 0f4e785 | 2019-03-11 16:00:45 | [diff] [blame] | 7727 | |
Daniel Rubery | 4957fe5 | 2021-05-21 00:33:30 | [diff] [blame] | 7728 | if (safe_browsing_mode != 0) { |
| 7729 | deps += [ |
Colin Blundell | f0893dc0 | 2021-07-22 10:49:57 | [diff] [blame] | 7730 | "//components/safe_browsing/content/browser:safe_browsing_blocking_page", |
Colin Blundell | 6c4f3fd | 2021-07-01 15:28:33 | [diff] [blame] | 7731 | "//components/safe_browsing/content/browser/download:download_stats", |
| 7732 | "//components/safe_browsing/content/common:file_type_policies", |
Colin Blundell | c8669e3 | 2021-07-05 10:48:04 | [diff] [blame] | 7733 | "//components/safe_browsing/content/common/proto:download_file_types_proto", |
Daniel Rubery | 4957fe5 | 2021-05-21 00:33:30 | [diff] [blame] | 7734 | ] |
| 7735 | } |
Daniel Rubery | 4fac1e8 | 2021-07-12 19:06:06 | [diff] [blame] | 7736 | |
Ravjit | 32ad0e4 | 2022-01-04 13:53:17 | [diff] [blame] | 7737 | if (build_with_tflite_lib) { |
| 7738 | sources += [ |
Ravjit | 210cd283 | 2022-09-15 17:12:48 | [diff] [blame] | 7739 | "permissions/prediction_model_handler_provider_factory.cc", |
| 7740 | "permissions/prediction_model_handler_provider_factory.h", |
Ravjit | 32ad0e4 | 2022-01-04 13:53:17 | [diff] [blame] | 7741 | ] |
ssid | 251bc84 | 2022-03-17 20:27:04 | [diff] [blame] | 7742 | deps += [ "//components/segmentation_platform/internal:optimization_guide_segmentation_handler" ] |
Ravjit | 32ad0e4 | 2022-01-04 13:53:17 | [diff] [blame] | 7743 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 7744 | } |
| 7745 | |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 7746 | if (is_android) { |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 7747 | proto_library("delta_file_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 7748 | sources = [ "android/proto/delta_file.proto" ] |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 7749 | } |
Justin DeWitt | 21c9da9 | 2018-09-07 16:14:13 | [diff] [blame] | 7750 | |
| 7751 | proto_library("explore_sites_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 7752 | sources = [ "android/explore_sites/catalog.proto" ] |
Justin DeWitt | 21c9da9 | 2018-09-07 16:14:13 | [diff] [blame] | 7753 | } |
Natalie Chouinard | b293c02a73 | 2019-01-10 21:55:22 | [diff] [blame] | 7754 | |
Sky Malice | e4b4f4c2 | 2021-03-11 20:03:21 | [diff] [blame] | 7755 | proto_library("profile_token") { |
| 7756 | sources = [ "android/proto/profile_token.proto" ] |
| 7757 | } |
| 7758 | |
Natalie Chouinard | b293c02a73 | 2019-01-10 21:55:22 | [diff] [blame] | 7759 | proto_library("usage_stats_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 7760 | sources = [ "android/usage_stats/website_event.proto" ] |
Natalie Chouinard | b293c02a73 | 2019-01-10 21:55:22 | [diff] [blame] | 7761 | } |
James Robinson | 2ed4d69 | 2014-09-17 05:20:58 | [diff] [blame] | 7762 | } |
| 7763 | |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 7764 | if (is_win) { |
brettw | 7761761 | 2016-07-13 22:40:06 | [diff] [blame] | 7765 | static_library("chrome_process_finder") { |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 7766 | sources = [ |
pmonette | 23c8fb7e | 2016-06-27 20:45:11 | [diff] [blame] | 7767 | "win/chrome_process_finder.cc", |
| 7768 | "win/chrome_process_finder.h", |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 7769 | ] |
| 7770 | deps = [ |
| 7771 | "//base", |
brettw | 3865a71 | 2016-12-10 05:59:08 | [diff] [blame] | 7772 | "//chrome/browser/policy:path_parser", |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 7773 | "//chrome/common:constants", |
| 7774 | ] |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 7775 | } |
| 7776 | } |
| 7777 | |
Greg Thompson | 85bd488c | 2017-06-08 09:18:11 | [diff] [blame] | 7778 | # This source set is built into both //chrome:chrome_initial (chrome.exe) and |
| 7779 | # //chrome:main_dll (chrome.dll). It must not pull in additional dependencies |
| 7780 | # over what those targets already require. |
| 7781 | source_set("active_use_util") { |
| 7782 | sources = [ |
| 7783 | "active_use_util.cc", |
| 7784 | "active_use_util.h", |
| 7785 | ] |
| 7786 | deps = [ |
| 7787 | "//base", |
| 7788 | "//chrome/common:constants", |
Nico Weber | f2c3219 | 2020-03-26 15:06:15 | [diff] [blame] | 7789 | "//chrome/install_static:buildflags", |
Greg Thompson | 85bd488c | 2017-06-08 09:18:11 | [diff] [blame] | 7790 | ] |
Greg Thompson | 85bd488c | 2017-06-08 09:18:11 | [diff] [blame] | 7791 | } |
| 7792 | |
thomasanderson | 215681db8 | 2016-10-27 03:30:11 | [diff] [blame] | 7793 | source_set("theme_properties") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 7794 | sources = [ "themes/theme_properties.h" ] |
Evan Stade | 71da7c4 | 2020-05-01 23:47:38 | [diff] [blame] | 7795 | deps = [ |
| 7796 | "//skia", |
| 7797 | "//ui/gfx", |
| 7798 | ] |
thomasanderson | 215681db8 | 2016-10-27 03:30:11 | [diff] [blame] | 7799 | } |
| 7800 | |
Allen Bauer | ace9190 | 2022-02-07 17:59:01 | [diff] [blame] | 7801 | source_set("browser_themes") { |
| 7802 | sources = [ |
| 7803 | "themes/browser_theme_pack.h", |
| 7804 | "themes/custom_theme_supplier.h", |
| 7805 | ] |
| 7806 | deps = [ |
| 7807 | "//base", |
| 7808 | "//chrome/common/themes:autogenerated_theme_util", |
| 7809 | "//skia", |
| 7810 | "//ui/base", |
| 7811 | "//ui/color:color_headers", |
| 7812 | "//ui/gfx", |
| 7813 | ] |
| 7814 | if (enable_extensions) { |
Devlin Cronin | 7b9254d5 | 2022-11-29 21:11:15 | [diff] [blame] | 7815 | deps += [ |
| 7816 | "//extensions/browser/api:api_implementations", |
| 7817 | "//extensions/common", |
| 7818 | ] |
Allen Bauer | ace9190 | 2022-02-07 17:59:01 | [diff] [blame] | 7819 | } |
| 7820 | } |
| 7821 | |
| 7822 | if (is_win) { |
| 7823 | source_set("titlebar_config") { |
| 7824 | sources = [ "win/titlebar_config.h" ] |
| 7825 | deps = [ "//base" ] |
| 7826 | } |
| 7827 | } |
| 7828 | |
Russ Hamilton | ef63c34 | 2023-01-04 15:29:55 | [diff] [blame] | 7829 | proto_library("k_anonymity_storage_proto") { |
| 7830 | sources = [ "k_anonymity_service/proto/k_anonymity_storage.proto" ] |
| 7831 | } |
| 7832 | |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 7833 | proto_library("resource_prefetch_predictor_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 7834 | sources = [ "predictors/resource_prefetch_predictor.proto" ] |
lizeb | 60cd6e8 | 2016-08-23 12:04:26 | [diff] [blame] | 7835 | } |
| 7836 | |
Balazs Engedy | ce7f30a | 2019-11-29 17:53:00 | [diff] [blame] | 7837 | proto_library("permissions_proto") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 7838 | sources = [ "permissions/crowd_deny.proto" ] |
Balazs Engedy | ce7f30a | 2019-11-29 17:53:00 | [diff] [blame] | 7839 | } |
| 7840 | |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 7841 | grit("resources") { |
| 7842 | source = "browser_resources.grd" |
brettw | ab78fef | 2016-10-12 02:56:05 | [diff] [blame] | 7843 | |
Andrew Grieve | 33769897 | 2019-10-07 22:01:23 | [diff] [blame] | 7844 | use_brotli = true |
Andrew Grieve | 96e8265 | 2019-09-18 14:34:16 | [diff] [blame] | 7845 | |
brettw | 06c2ba3 | 2015-11-26 09:21:25 | [diff] [blame] | 7846 | defines = chrome_grit_defines |
brettw | ab78fef | 2016-10-12 02:56:05 | [diff] [blame] | 7847 | if (enable_hangout_services_extension) { |
| 7848 | defines += [ "enable_hangout_services_extension" ] |
| 7849 | } |
| 7850 | |
[email protected] | 4888549 | 2014-08-13 11:22:41 | [diff] [blame] | 7851 | output_dir = "$root_gen_dir/chrome" |
[email protected] | cb0c67a | 2014-07-22 16:37:26 | [diff] [blame] | 7852 | outputs = [ |
| 7853 | "grit/browser_resources.h", |
| 7854 | "browser_resources.pak", |
| 7855 | ] |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 7856 | |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 7857 | grit_flags = [ |
scottmg | a266f95 | 2014-12-03 20:47:10 | [diff] [blame] | 7858 | "-E", |
scottmg | a266f95 | 2014-12-03 20:47:10 | [diff] [blame] | 7859 | "additional_modules_list_file=" + |
| 7860 | rebase_path(additional_modules_list_file, root_build_dir), |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 7861 | ] |
| 7862 | |
| 7863 | deps = [ |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 7864 | ":chrome_internal_resources_gen", |
Ioana Pandele | bb44036 | 2023-01-05 09:15:24 | [diff] [blame] | 7865 | "//chrome/browser/ui/webui/usb_internals:mojo_bindings_js__generator", |
Reilly Grant | fa93b14 | 2018-02-01 02:13:48 | [diff] [blame] | 7866 | "//device/bluetooth/public/mojom:deprecated_experimental_interfaces_js", |
| 7867 | "//device/bluetooth/public/mojom:mojom_js", |
Ioana Pandele | bb44036 | 2023-01-05 09:15:24 | [diff] [blame] | 7868 | "//services/device/public/mojom:usb_js__generator", |
| 7869 | "//services/device/public/mojom:usb_test_js__generator", |
Daniel Cheng | 7a059b0 | 2018-02-03 10:04:13 | [diff] [blame] | 7870 | "//url/mojom:url_mojom_gurl_js", |
| 7871 | "//url/mojom:url_mojom_origin_js", |
vchigrin | 8eede94 | 2015-01-29 09:28:15 | [diff] [blame] | 7872 | ] |
sanfin | 3596104 | 2016-09-23 22:41:41 | [diff] [blame] | 7873 | |
Matt Mueller | 659822e2e | 2022-06-23 00:35:31 | [diff] [blame] | 7874 | if (enable_webui_certificate_viewer) { |
Rebekah Potter | 3d298a7 | 2022-06-01 00:36:12 | [diff] [blame] | 7875 | deps += [ "//chrome/browser/resources/certificate_viewer:build_ts" ] |
| 7876 | } |
| 7877 | |
dpapad | 249b7e3b | 2022-05-31 19:02:21 | [diff] [blame] | 7878 | if (is_win) { |
| 7879 | deps += [ "//chrome/browser/resources/conflicts:build_ts" ] |
| 7880 | } |
| 7881 | |
Benjamin Lerman | a379644 | 2021-08-05 12:39:25 | [diff] [blame] | 7882 | if (is_win || is_mac || is_linux || is_chromeos || is_fuchsia) { |
dpapad | 84e5391 | 2022-09-29 19:42:22 | [diff] [blame] | 7883 | deps += [ "//services/resource_coordinator/public/mojom:mojom_js" ] |
Chris Hamilton | c4453ed | 2017-11-22 16:23:17 | [diff] [blame] | 7884 | } |
| 7885 | |
Brandon Wylie | 40c6f21 | 2018-05-16 19:28:32 | [diff] [blame] | 7886 | if (is_android) { |
Rebekah Potter | 36d98d54 | 2022-12-02 20:25:39 | [diff] [blame] | 7887 | deps += [ |
| 7888 | "//chrome/browser/resources/offline_pages:build_ts", |
| 7889 | "//chrome/browser/ui/webui/explore_sites_internals:mojo_bindings_js", |
| 7890 | ] |
Brandon Wylie | 40c6f21 | 2018-05-16 19:28:32 | [diff] [blame] | 7891 | } |
Jeffrey Cohen | 2e5d7b3 | 2021-06-25 19:52:58 | [diff] [blame] | 7892 | if (!is_android) { |
dpapad | 7fa8926b | 2022-05-23 19:41:21 | [diff] [blame] | 7893 | deps += [ |
| 7894 | "//chrome/browser/resources/media_router/internals:build_ts", |
| 7895 | "//chrome/browser/share/core/resources:make_share_targets_protobuf", |
| 7896 | ] |
Jeffrey Cohen | 2e5d7b3 | 2021-06-25 19:52:58 | [diff] [blame] | 7897 | } |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 7898 | if (is_chromeos_ash) { |
alanlxl | 981e497 | 2019-05-10 11:07:08 | [diff] [blame] | 7899 | deps += [ |
Rebekah Potter | db0b723 | 2022-11-21 20:02:53 | [diff] [blame] | 7900 | "//chrome/browser/ash/guest_os:guest_os_diagnostics_mojom_js__generator", |
dpapad | 23ffe535 | 2022-11-16 17:03:49 | [diff] [blame] | 7901 | "//chrome/browser/resources/chromeos/account_manager:css_wrapper_files", |
| 7902 | "//chrome/browser/resources/chromeos/account_manager:html_wrapper_files", |
| 7903 | "//chrome/browser/resources/chromeos/account_manager/components:html_wrapper_files", |
Michael Giuffrida | fef5774 | 2021-01-05 21:03:43 | [diff] [blame] | 7904 | "//chrome/browser/resources/chromeos/add_supervision:web_components", |
Anastasiia N | c5b24049 | 2022-03-24 13:58:53 | [diff] [blame] | 7905 | "//chrome/browser/resources/chromeos/arc_account_picker:web_components", |
dpapad | 1f5bdaf | 2022-12-13 03:14:14 | [diff] [blame] | 7906 | "//chrome/browser/resources/chromeos/crostini_installer:html_wrapper_files", |
| 7907 | "//chrome/browser/resources/chromeos/crostini_upgrader:html_wrapper_files", |
Danan S | ef27b99 | 2020-09-18 01:51:45 | [diff] [blame] | 7908 | "//chrome/browser/resources/chromeos/edu_coexistence:edu_coexistence_controller", |
dpapad | 994ed4e5 | 2021-06-09 20:30:39 | [diff] [blame] | 7909 | "//chrome/browser/resources/chromeos/edu_coexistence:web_components", |
dpapad | 994ed4e5 | 2021-06-09 20:30:39 | [diff] [blame] | 7910 | "//chrome/browser/resources/chromeos/emulator:web_components", |
Anastasiia N | 705f617 | 2020-08-06 11:36:31 | [diff] [blame] | 7911 | "//chrome/browser/resources/chromeos/gaia_action_buttons:web_components", |
Danan S | 73087c1 | 2021-10-06 02:38:38 | [diff] [blame] | 7912 | "//chrome/browser/resources/chromeos/parent_access:web_components", |
Courtney Wong | bb199dc | 2021-11-04 18:33:19 | [diff] [blame] | 7913 | "//chrome/browser/resources/chromeos/parent_access/flows:web_components", |
Rebekah Potter | 84b3f25 | 2022-08-10 19:47:14 | [diff] [blame] | 7914 | "//chrome/browser/resources/chromeos/password_change:web_components", |
dpapad | 70f140d | 2022-07-27 01:35:24 | [diff] [blame] | 7915 | "//chrome/browser/resources/chromeos/set_time_dialog:html_wrapper_files", |
dpapad | 994ed4e5 | 2021-06-09 20:30:39 | [diff] [blame] | 7916 | "//chrome/browser/resources/chromeos/smb_shares:web_components", |
| 7917 | "//chrome/browser/resources/chromeos/vm:web_components", |
Yeunjoo Choi | 33f34ec | 2022-08-31 00:54:55 | [diff] [blame] | 7918 | "//chrome/browser/ui/webui/ash/add_supervision:mojo_bindings_js", |
Yeunjoo Choi | d86b71f | 2022-10-05 02:41:03 | [diff] [blame] | 7919 | "//chrome/browser/ui/webui/ash/crostini_installer:mojo_bindings_js", |
| 7920 | "//chrome/browser/ui/webui/ash/crostini_upgrader:mojo_bindings_js", |
Yeunjoo Choi | ef3401f1 | 2022-10-18 00:57:48 | [diff] [blame] | 7921 | "//chrome/browser/ui/webui/ash/parent_access:mojo_bindings_js", |
Rebekah Potter | db0b723 | 2022-11-21 20:02:53 | [diff] [blame] | 7922 | "//chrome/browser/ui/webui/ash/vm:mojo_bindings_js__generator", |
Yeunjoo Choi | 6edb40f | 2022-08-31 04:00:52 | [diff] [blame] | 7923 | "//chrome/browser/ui/webui/settings/ash:mojom_js", |
Yeunjoo Choi | c38c9f1b | 2022-02-09 03:09:18 | [diff] [blame] | 7924 | "//chrome/browser/ui/webui/settings/ash/os_apps_page/mojom:mojom_js", |
Phillis Tang | b5658d0 | 2021-12-16 22:49:24 | [diff] [blame] | 7925 | "//ui/webui/resources/cr_components/app_management:mojo_bindings_js", |
alanlxl | 981e497 | 2019-05-10 11:07:08 | [diff] [blame] | 7926 | ] |
| 7927 | } |
| 7928 | |
Jialiu Lin | ad8bf3d6 | 2018-05-10 19:56:27 | [diff] [blame] | 7929 | if (safe_browsing_mode == 1) { |
dpapad | 23794fc | 2022-05-10 23:11:54 | [diff] [blame] | 7930 | deps += [ "//chrome/browser/resources/reset_password:build_ts" ] |
Jialiu Lin | ad8bf3d6 | 2018-05-10 19:56:27 | [diff] [blame] | 7931 | } |
dpapad | b86790a7 | 2022-05-18 19:53:03 | [diff] [blame] | 7932 | |
| 7933 | if (enable_nacl || is_mac) { |
| 7934 | deps += [ "//chrome/browser/resources/about_nacl:build_ts" ] |
| 7935 | } |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 7936 | } |
| 7937 | |
engedy | 99d0e11b | 2014-09-30 13:32:41 | [diff] [blame] | 7938 | if (is_chrome_branded) { |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 7939 | action("chrome_internal_resources_gen") { |
engedy | 99d0e11b | 2014-09-30 13:32:41 | [diff] [blame] | 7940 | script = "internal/transform_additional_modules_list.py" |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 7941 | sources = [ "internal/resources/additional_modules_list.input" ] |
| 7942 | outputs = [ additional_modules_list_file ] |
engedy | 99d0e11b | 2014-09-30 13:32:41 | [diff] [blame] | 7943 | args = rebase_path(sources, root_build_dir) + |
| 7944 | rebase_path(outputs, root_build_dir) |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 7945 | } |
| 7946 | } else { |
| 7947 | group("chrome_internal_resources_gen") { |
| 7948 | # Empty placeholder. |
| 7949 | } |
| 7950 | } |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 7951 | |
Samuel Huang | 002e44e6 | 2019-12-09 16:42:27 | [diff] [blame] | 7952 | grit("dev_ui_browser_resources") { |
| 7953 | source = "dev_ui_browser_resources.grd" |
| 7954 | |
Samuel Huang | 002e44e6 | 2019-12-09 16:42:27 | [diff] [blame] | 7955 | defines = chrome_grit_defines |
| 7956 | |
| 7957 | output_dir = "$root_gen_dir/chrome" |
| 7958 | outputs = [ |
| 7959 | "grit/dev_ui_browser_resources.h", |
| 7960 | "dev_ui_browser_resources.pak", |
| 7961 | ] |
| 7962 | |
Samuel Huang | 002e44e6 | 2019-12-09 16:42:27 | [diff] [blame] | 7963 | deps = [ |
Mike Wasserman | a34fec6 | 2022-11-17 22:05:06 | [diff] [blame] | 7964 | "//chrome/browser/media:mojo_bindings_js", |
dpapad | 03015ca | 2022-05-17 00:31:11 | [diff] [blame] | 7965 | "//chrome/browser/resources/accessibility:build_ts", |
dpapad | cd5c92e | 2022-06-10 20:41:20 | [diff] [blame] | 7966 | "//chrome/browser/resources/components:build_ts", |
dpapad | 4d12a6e | 2022-06-10 18:22:29 | [diff] [blame] | 7967 | "//chrome/browser/resources/engagement:build_ts", |
dpapad | 141697c | 2022-05-20 00:38:41 | [diff] [blame] | 7968 | "//chrome/browser/resources/memory_internals:build_ts", |
Rebekah Potter | f9709ed6 | 2022-04-19 20:48:57 | [diff] [blame] | 7969 | "//chrome/browser/resources/predictors:build_ts", |
Collin Baker | b1f1f06 | 2021-04-08 20:03:56 | [diff] [blame] | 7970 | "//chrome/browser/ui/webui/internals/user_education:mojo_bindings_js", |
Samuel Huang | 002e44e6 | 2019-12-09 16:42:27 | [diff] [blame] | 7971 | ] |
dpapad | ddc89b3 | 2022-05-25 23:02:04 | [diff] [blame] | 7972 | |
| 7973 | if (is_android || is_linux || is_chromeos || is_win) { |
| 7974 | deps += [ "//chrome/browser/resources/sandbox_internals:build_ts" ] |
| 7975 | } |
Rebekah Potter | 859d953 | 2022-12-06 19:45:12 | [diff] [blame] | 7976 | |
| 7977 | if (is_android) { |
| 7978 | deps += [ "//chrome/browser/resources/internals/query_tiles:build_ts" ] |
| 7979 | } |
Samuel Huang | 002e44e6 | 2019-12-09 16:42:27 | [diff] [blame] | 7980 | } |
| 7981 | |
Bruce Dawson | 14f9f9c2 | 2021-05-13 19:54:08 | [diff] [blame] | 7982 | action("expired_flags_list_gen") { |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 7983 | script = "//tools/flags/generate_expired_list.py" |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 7984 | sources = [ "flag-metadata.json" ] |
| 7985 | inputs = [ "//chrome/VERSION" ] |
| 7986 | outputs = [ "$root_gen_dir/chrome/browser/expired_flags_list.cc" ] |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 7987 | args = rebase_path(sources, root_build_dir) + |
| 7988 | rebase_path(outputs, root_build_dir) |
| 7989 | } |
| 7990 | |
| 7991 | source_set("expired_flags_list") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 7992 | deps = [ ":expired_flags_list_gen" ] |
| 7993 | sources = [ "$root_gen_dir/chrome/browser/expired_flags_list.cc" ] |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 7994 | } |
| 7995 | |
Elly Fong-Jones | 4054f14 | 2020-04-17 17:12:33 | [diff] [blame] | 7996 | action("unexpire_flags_gen") { |
| 7997 | script = "//tools/flags/generate_unexpire_flags.py" |
Elly Fong-Jones | 7ff0bab | 2020-04-20 20:57:51 | [diff] [blame] | 7998 | inputs = [ |
| 7999 | "//chrome/VERSION", |
| 8000 | "//tools/flags/generate_unexpire_flags.py", |
| 8001 | ] |
Elly Fong-Jones | 4054f14 | 2020-04-17 17:12:33 | [diff] [blame] | 8002 | outputs = [ |
| 8003 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.cc", |
| 8004 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.h", |
| 8005 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.inc", |
| 8006 | ] |
| 8007 | args = rebase_path(outputs, root_build_dir) |
| 8008 | } |
| 8009 | |
| 8010 | source_set("unexpire_flags") { |
Elly Fong-Jones | e49133f9 | 2020-04-17 20:13:25 | [diff] [blame] | 8011 | deps = [ |
| 8012 | ":unexpire_flags_gen", |
| 8013 | "//base", |
| 8014 | ] |
Elly Fong-Jones | 4054f14 | 2020-04-17 17:12:33 | [diff] [blame] | 8015 | sources = [ |
| 8016 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.cc", |
| 8017 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.h", |
| 8018 | "$root_gen_dir/chrome/browser/unexpire_flags_gen.inc", |
| 8019 | ] |
| 8020 | } |
| 8021 | |
brettw | 022f8f3 | 2016-06-14 01:22:39 | [diff] [blame] | 8022 | # Use a static library here because many test binaries depend on this but don't |
Lei Zhang | d8a182c | 2022-02-26 00:39:40 | [diff] [blame] | 8023 | # require many files from it. This makes linking more efficient. |
brettw | 022f8f3 | 2016-06-14 01:22:39 | [diff] [blame] | 8024 | static_library("test_support") { |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8025 | testonly = true |
| 8026 | |
| 8027 | # Always include this via the main test support target. |
Lei Zhang | d8a182c | 2022-02-26 00:39:40 | [diff] [blame] | 8028 | visibility = [ |
Christoph Schwering | 0dae011 | 2022-11-22 15:29:22 | [diff] [blame] | 8029 | "//chrome/browser/autofill:interactive_ui_tests", |
| 8030 | "//chrome/browser/autofill:test_support_ui", |
Lei Zhang | d8a182c | 2022-02-26 00:39:40 | [diff] [blame] | 8031 | "//chrome/browser/extensions:test_support", |
| 8032 | "//chrome/test:test_support", |
| 8033 | ] |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8034 | |
| 8035 | sources = [ |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8036 | "browsing_data/mock_browsing_data_quota_helper.cc", |
| 8037 | "browsing_data/mock_browsing_data_quota_helper.h", |
Martin Sramek | b946afd | 2018-03-28 15:54:18 | [diff] [blame] | 8038 | "consent_auditor/consent_auditor_test_utils.cc", |
| 8039 | "consent_auditor/consent_auditor_test_utils.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8040 | "download/download_test_file_activity_observer.cc", |
| 8041 | "download/download_test_file_activity_observer.h", |
jochen | 3c6423f | 2016-11-12 22:23:44 | [diff] [blame] | 8042 | "history/history_test_utils.cc", |
| 8043 | "history/history_test_utils.h", |
Ryan Sleevi | af6d187f | 2019-12-02 20:50:47 | [diff] [blame] | 8044 | "interstitials/security_interstitial_page_test_utils.cc", |
| 8045 | "interstitials/security_interstitial_page_test_utils.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 8046 | "media/webrtc/fake_desktop_media_list.cc", |
| 8047 | "media/webrtc/fake_desktop_media_list.h", |
Emircan Uysaler | 54124ea | 2018-08-09 23:20:38 | [diff] [blame] | 8048 | "media/webrtc/fake_desktop_media_picker_factory.cc", |
| 8049 | "media/webrtc/fake_desktop_media_picker_factory.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8050 | "net/dns_probe_test_util.cc", |
| 8051 | "net/dns_probe_test_util.h", |
Anita Woodruff | 29eb39f | 2017-11-16 21:00:05 | [diff] [blame] | 8052 | "notifications/metrics/mock_notification_metrics_logger.cc", |
| 8053 | "notifications/metrics/mock_notification_metrics_logger.h", |
peter | 28d8b73 | 2017-04-11 17:36:17 | [diff] [blame] | 8054 | "notifications/stub_notification_display_service.cc", |
| 8055 | "notifications/stub_notification_display_service.h", |
Tommy C. Li | fac0d44 | 2018-11-15 16:56:48 | [diff] [blame] | 8056 | "plugins/plugin_test_utils.cc", |
| 8057 | "plugins/plugin_test_utils.h", |
Zach Trudo | cac2a8fb | 2021-03-18 20:49:03 | [diff] [blame] | 8058 | "policy/messaging_layer/upload/fake_upload_client.cc", |
| 8059 | "policy/messaging_layer/upload/fake_upload_client.h", |
Timothy Loh | 4a96be8 | 2017-11-13 07:41:39 | [diff] [blame] | 8060 | "predictors/loading_test_util.cc", |
| 8061 | "predictors/loading_test_util.h", |
Chris Hamilton | c745083 | 2018-06-12 13:41:15 | [diff] [blame] | 8062 | "resource_coordinator/tab_load_tracker_test_support.cc", |
| 8063 | "resource_coordinator/tab_load_tracker_test_support.h", |
Elly Fong-Jones | e12e87b | 2021-09-17 00:13:41 | [diff] [blame] | 8064 | "share/fake_share_history.cc", |
| 8065 | "share/fake_share_history.h", |
Antonio Gomes | f3118cf | 2019-02-14 22:17:07 | [diff] [blame] | 8066 | "signin/chrome_signin_client_test_util.cc", |
| 8067 | "signin/chrome_signin_client_test_util.h", |
Sven Zheng | 195cbb837 | 2019-08-09 19:01:13 | [diff] [blame] | 8068 | "signin/e2e_tests/test_accounts_util.cc", |
| 8069 | "signin/e2e_tests/test_accounts_util.h", |
Ryan Sleevi | af6d187f | 2019-12-02 20:50:47 | [diff] [blame] | 8070 | "ssl/ssl_browsertest_util.cc", |
| 8071 | "ssl/ssl_browsertest_util.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8072 | "ssl/ssl_client_auth_requestor_mock.cc", |
| 8073 | "ssl/ssl_client_auth_requestor_mock.h", |
Evan Stade | 92a59bd | 2019-08-02 20:28:02 | [diff] [blame] | 8074 | "translate/translate_test_utils.cc", |
| 8075 | "translate/translate_test_utils.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8076 | ] |
| 8077 | |
brettw | bc8b2a2 | 2015-07-28 18:24:42 | [diff] [blame] | 8078 | configs += [ "//build/config:precompiled_headers" ] |
| 8079 | |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 8080 | public_deps = [ |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8081 | ":browser", |
Christoph Schwering | d3ec94b | 2022-11-03 14:54:34 | [diff] [blame] | 8082 | "//chrome/browser/autofill:test_support", |
Glen Robertson | 20a41c8b | 2021-01-19 08:20:35 | [diff] [blame] | 8083 | "//chrome/browser/profiles:profile", |
Daniel Bratell | 65396b85 | 2018-09-10 09:06:55 | [diff] [blame] | 8084 | "//chrome/browser/safe_browsing:test_support", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 8085 | "//chrome/browser/ui:test_support", |
| 8086 | ] |
| 8087 | deps = [ |
David Dorwin | 4f91792 | 2021-07-08 21:32:59 | [diff] [blame] | 8088 | ":browser_process", |
Yuta Hijikata | ba554f1 | 2020-11-25 02:50:56 | [diff] [blame] | 8089 | "//build:chromeos_buildflags", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 8090 | "//chrome/app/theme:theme_resources", |
Leonid Baraz | 9896e97 | 2022-01-24 18:04:45 | [diff] [blame] | 8091 | "//chrome/browser/policy/messaging_layer/proto:crd_event_proto", |
Elly Fong-Jones | e12e87b | 2021-09-17 00:13:41 | [diff] [blame] | 8092 | "//chrome/browser/share:share", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8093 | "//chrome/common", |
Richard Knoll | ea6f2c5 | 2021-08-25 11:44:22 | [diff] [blame] | 8094 | "//chrome/common/notifications", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8095 | "//chrome/common/safe_browsing:proto", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 8096 | "//components/consent_auditor:test_support", |
knn | 062cdbb | 2015-06-26 18:18:42 | [diff] [blame] | 8097 | "//components/invalidation/impl", |
| 8098 | "//components/invalidation/impl:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8099 | "//components/password_manager/core/browser:test_support", |
brettw | 3865a71 | 2016-12-10 05:59:08 | [diff] [blame] | 8100 | "//components/policy/core/browser:test_support", |
brettw | 9f7802a2 | 2016-01-30 06:40:17 | [diff] [blame] | 8101 | "//components/prefs:test_support", |
Leonid Baraz | 61437cb | 2021-02-26 20:43:06 | [diff] [blame] | 8102 | "//components/reporting/client:test_support", |
Zach Trudo | 059a3d1 | 2021-01-29 21:47:06 | [diff] [blame] | 8103 | "//components/reporting/proto:record_constants", |
| 8104 | "//components/reporting/proto:record_proto", |
Josh Hilke | f02516f | 2022-11-01 01:46:57 | [diff] [blame] | 8105 | "//components/reporting/proto:status_proto", |
Zach Trudo | 059a3d1 | 2021-01-29 21:47:06 | [diff] [blame] | 8106 | "//components/reporting/storage:storage_module", |
Leonid Baraz | 52ff2bac | 2021-04-02 05:39:57 | [diff] [blame] | 8107 | "//components/reporting/storage_selector", |
Zach Trudo | 059a3d1 | 2021-01-29 21:47:06 | [diff] [blame] | 8108 | "//components/reporting/util:status", |
| 8109 | "//components/reporting/util:status_macros", |
Zach Trudo | 059a3d1 | 2021-01-29 21:47:06 | [diff] [blame] | 8110 | "//components/reporting/util:task_runner_context", |
Livvie Lin | 017ecfe | 2020-10-23 19:30:44 | [diff] [blame] | 8111 | "//components/reputation/core", |
| 8112 | "//components/reputation/core:proto", |
Colin Blundell | 8bee039 | 2021-06-29 08:34:32 | [diff] [blame] | 8113 | "//components/safe_browsing/core/common/proto:csd_proto", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8114 | "//components/search_engines:test_support", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 8115 | "//components/security_interstitials/content:security_interstitial_page", |
Ken Rockot | 61df041 | 2019-07-26 17:12:19 | [diff] [blame] | 8116 | "//components/services/unzip/content", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 8117 | "//components/sessions:test_support", |
Henrique Ferreiro | 94eb46f | 2019-07-03 14:38:56 | [diff] [blame] | 8118 | "//components/signin/public/identity_manager:test_support", |
engedy | 9ae0424 | 2016-06-08 13:31:18 | [diff] [blame] | 8119 | "//components/subresource_filter/core/browser:test_support", |
pkalinnikov | f7d7ff47 | 2016-07-27 11:53:59 | [diff] [blame] | 8120 | "//components/subresource_filter/core/common:test_support", |
maxbogue | ea16ff41 | 2016-10-28 16:35:29 | [diff] [blame] | 8121 | "//components/sync_preferences:test_support", |
Colin Blundell | ec2769b | 2020-04-13 09:13:05 | [diff] [blame] | 8122 | "//components/translate/content/browser:test_support", |
oysteine | b766497 | 2017-02-01 19:18:48 | [diff] [blame] | 8123 | "//components/ukm:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8124 | "//content/test:test_support", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 8125 | "//google_apis:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8126 | "//net:test_support", |
Robert Sesek | a49d62c | 2019-11-05 22:10:12 | [diff] [blame] | 8127 | "//services/data_decoder/public/cpp:test_support", |
sammc | fb473a87 | 2017-04-03 01:56:59 | [diff] [blame] | 8128 | "//services/preferences/public/cpp/tracked:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8129 | "//skia", |
| 8130 | "//testing/gmock", |
| 8131 | "//testing/gtest", |
| 8132 | "//ui/gfx", |
David Bienvenu | 028127c | 2021-05-18 04:10:09 | [diff] [blame] | 8133 | "//ui/gfx:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8134 | ] |
| 8135 | |
Tommy Nyquist | d7e1c1d | 2017-04-07 19:24:24 | [diff] [blame] | 8136 | if (is_android) { |
| 8137 | sources += [ |
Min Qin | 86987406 | 2019-10-15 19:27:56 | [diff] [blame] | 8138 | "download/android/mock_download_controller.cc", |
| 8139 | "download/android/mock_download_controller.h", |
Jan Keitel | b16cbb7 | 2022-09-14 10:46:13 | [diff] [blame] | 8140 | "fast_checkout/mock_fast_checkout_capabilities_fetcher.cc", |
| 8141 | "fast_checkout/mock_fast_checkout_capabilities_fetcher.h", |
Tommy Nyquist | d7e1c1d | 2017-04-07 19:24:24 | [diff] [blame] | 8142 | ] |
Elly Fong-Jones | e12e87b | 2021-09-17 00:13:41 | [diff] [blame] | 8143 | deps += [ "//chrome/android:test_support_jni_headers" ] |
Tommy Nyquist | d7e1c1d | 2017-04-07 19:24:24 | [diff] [blame] | 8144 | } else { |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 8145 | sources += [ |
Alan Cutter | 14d9294 | 2022-09-27 09:22:29 | [diff] [blame] | 8146 | "apps/intent_helper/preferred_apps_test_util.cc", |
| 8147 | "apps/intent_helper/preferred_apps_test_util.h", |
thestig | 259da0b | 2015-10-07 18:09:08 | [diff] [blame] | 8148 | "download/test_download_shelf.cc", |
| 8149 | "download/test_download_shelf.h", |
Matt Reynolds | 9ae8044 | 2020-06-18 01:18:07 | [diff] [blame] | 8150 | "hid/mock_hid_device_observer.cc", |
| 8151 | "hid/mock_hid_device_observer.h", |
Richard Knoll | a024773 | 2021-06-09 11:57:09 | [diff] [blame] | 8152 | "notifications/notification_test_util.cc", |
| 8153 | "notifications/notification_test_util.h", |
Olesia Marukhno | 9d52ffa | 2022-04-20 08:18:50 | [diff] [blame] | 8154 | "privacy_sandbox/mock_privacy_sandbox_service.cc", |
| 8155 | "privacy_sandbox/mock_privacy_sandbox_service.h", |
thestig | 259da0b | 2015-10-07 18:09:08 | [diff] [blame] | 8156 | "profile_resetter/profile_resetter_test_base.cc", |
| 8157 | "profile_resetter/profile_resetter_test_base.h", |
Stanley Hon | 122b5732 | 2021-03-30 01:39:09 | [diff] [blame] | 8158 | "sessions/app_session_service_test_helper.cc", |
| 8159 | "sessions/app_session_service_test_helper.h", |
thestig | 259da0b | 2015-10-07 18:09:08 | [diff] [blame] | 8160 | "sessions/session_restore_test_helper.cc", |
| 8161 | "sessions/session_restore_test_helper.h", |
Sebastien Marchand | fbeab20 | 2018-12-03 22:10:10 | [diff] [blame] | 8162 | "sessions/session_restore_test_utils.cc", |
| 8163 | "sessions/session_restore_test_utils.h", |
Stanley Hon | 122b5732 | 2021-03-30 01:39:09 | [diff] [blame] | 8164 | "sessions/session_service_base_test_helper.cc", |
| 8165 | "sessions/session_service_base_test_helper.h", |
thestig | 354985d | 2015-09-28 20:55:00 | [diff] [blame] | 8166 | "sessions/session_service_test_helper.cc", |
| 8167 | "sessions/session_service_test_helper.h", |
Chris Hamilton | 6b0f670 | 2018-06-05 12:57:15 | [diff] [blame] | 8168 | "sessions/tab_loader_tester.cc", |
| 8169 | "sessions/tab_loader_tester.h", |
Peter Kasting | 43899a53 | 2020-02-25 20:21:52 | [diff] [blame] | 8170 | "sessions/tab_restore_service_load_waiter.cc", |
| 8171 | "sessions/tab_restore_service_load_waiter.h", |
Katie Dektar | 6e72caaf | 2021-03-30 02:50:01 | [diff] [blame] | 8172 | "speech/fake_speech_recognition_service.cc", |
| 8173 | "speech/fake_speech_recognition_service.h", |
Michael Giuffrida | 23c0718 | 2018-02-10 09:15:09 | [diff] [blame] | 8174 | "ui/tabs/tab_activity_simulator.cc", |
| 8175 | "ui/tabs/tab_activity_simulator.h", |
thestig | 354985d | 2015-09-28 20:55:00 | [diff] [blame] | 8176 | ] |
Alan Cutter | 14d9294 | 2022-09-27 09:22:29 | [diff] [blame] | 8177 | deps += [ "//components/services/app_service/public/cpp:preferred_apps" ] |
thestig | 354985d | 2015-09-28 20:55:00 | [diff] [blame] | 8178 | } |
| 8179 | |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 8180 | if (is_chromeos_ash) { |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8181 | sources += [ |
Tim Sergeant | d1ccd330 | 2021-08-06 00:37:39 | [diff] [blame] | 8182 | "apps/app_service/webapk/webapk_test_server.cc", |
| 8183 | "apps/app_service/webapk/webapk_test_server.h", |
Katie Dektar | 07b42497 | 2022-12-07 23:19:17 | [diff] [blame] | 8184 | "ash/accessibility/caret_bounds_changed_waiter.cc", |
| 8185 | "ash/accessibility/caret_bounds_changed_waiter.h", |
| 8186 | "ash/accessibility/html_test_utils.cc", |
| 8187 | "ash/accessibility/html_test_utils.h", |
Katie Dektar | 34ab8ca | 2022-10-08 00:26:08 | [diff] [blame] | 8188 | "ash/accessibility/service/fake_accessibility_service.cc", |
| 8189 | "ash/accessibility/service/fake_accessibility_service.h", |
Yeunjoo Choi | 07dd476a | 2022-12-08 01:20:40 | [diff] [blame] | 8190 | "ash/app_list/test/chrome_app_list_test_support.cc", |
| 8191 | "ash/app_list/test/chrome_app_list_test_support.h", |
| 8192 | "ash/app_list/test/test_app_list_controller.cc", |
| 8193 | "ash/app_list/test/test_app_list_controller.h", |
| 8194 | "ash/app_list/test/test_app_list_controller_delegate.cc", |
| 8195 | "ash/app_list/test/test_app_list_controller_delegate.h", |
Henrique Ferreiro | 53d4dc4 | 2021-01-27 01:02:38 | [diff] [blame] | 8196 | "ash/app_mode/fake_cws.cc", |
| 8197 | "ash/app_mode/fake_cws.h", |
Henrique Ferreiro | 798a8f0 | 2021-03-23 14:38:34 | [diff] [blame] | 8198 | "ash/arc/extensions/fake_arc_support.cc", |
| 8199 | "ash/arc/extensions/fake_arc_support.h", |
Yeunjoo Choi | 6ecc45b8 | 2021-06-22 01:40:04 | [diff] [blame] | 8200 | "ash/file_manager/fake_disk_mount_manager.cc", |
| 8201 | "ash/file_manager/fake_disk_mount_manager.h", |
Yeunjoo Choi | c039c6f1 | 2021-07-29 10:49:36 | [diff] [blame] | 8202 | "ash/input_method/mock_candidate_window_controller.cc", |
| 8203 | "ash/input_method/mock_candidate_window_controller.h", |
| 8204 | "ash/input_method/mock_input_method_engine.cc", |
| 8205 | "ash/input_method/mock_input_method_engine.h", |
| 8206 | "ash/input_method/mock_input_method_manager_impl.cc", |
| 8207 | "ash/input_method/mock_input_method_manager_impl.h", |
Henrique Ferreiro | 12bfd00 | 2021-02-25 23:04:58 | [diff] [blame] | 8208 | "ash/login/screens/mock_device_disabled_screen_view.cc", |
| 8209 | "ash/login/screens/mock_device_disabled_screen_view.h", |
Henrique Ferreiro | ad3c6a57 | 2021-03-02 12:43:51 | [diff] [blame] | 8210 | "ash/login/session/user_session_manager_test_api.cc", |
| 8211 | "ash/login/session/user_session_manager_test_api.h", |
Henrique Ferreiro | 6952f15a | 2021-03-03 13:51:28 | [diff] [blame] | 8212 | "ash/login/test/oobe_configuration_waiter.cc", |
| 8213 | "ash/login/test/oobe_configuration_waiter.h", |
Henrique Ferreiro | 11bf8519 | 2021-03-04 11:19:09 | [diff] [blame] | 8214 | "ash/login/ui/fake_login_display_host.cc", |
| 8215 | "ash/login/ui/fake_login_display_host.h", |
Henrique Ferreiro | 60f2e50 | 2021-03-04 15:05:31 | [diff] [blame] | 8216 | "ash/login/ui/mock_login_display.cc", |
| 8217 | "ash/login/ui/mock_login_display.h", |
| 8218 | "ash/login/ui/mock_login_display_host.cc", |
| 8219 | "ash/login/ui/mock_login_display_host.h", |
| 8220 | "ash/login/ui/mock_signin_ui.cc", |
| 8221 | "ash/login/ui/mock_signin_ui.h", |
Henrique Ferreiro | 2dc9e1c | 2021-03-04 17:33:58 | [diff] [blame] | 8222 | "ash/login/users/avatar/mock_user_image_manager.cc", |
| 8223 | "ash/login/users/avatar/mock_user_image_manager.h", |
Henrique Ferreiro | 1ab7f12f | 2021-03-04 19:54:40 | [diff] [blame] | 8224 | "ash/login/users/fake_supervised_user_manager.cc", |
| 8225 | "ash/login/users/fake_supervised_user_manager.h", |
Henrique Ferreiro | 12a42b0 | 2021-03-04 23:45:53 | [diff] [blame] | 8226 | "ash/login/users/mock_user_manager.cc", |
| 8227 | "ash/login/users/mock_user_manager.h", |
Henrique Ferreiro | d57c496 | 2021-09-29 07:26:59 | [diff] [blame] | 8228 | "ash/net/network_portal_detector_test_utils.cc", |
| 8229 | "ash/net/network_portal_detector_test_utils.h", |
Ryo Hashimoto | 9b66f6b | 2022-10-03 14:12:56 | [diff] [blame] | 8230 | "ash/policy/arc/fake_android_management_client.cc", |
| 8231 | "ash/policy/arc/fake_android_management_client.h", |
Yeunjoo Choi | 8623e4a | 2021-07-02 01:57:06 | [diff] [blame] | 8232 | "ash/policy/core/device_policy_builder.cc", |
| 8233 | "ash/policy/core/device_policy_builder.h", |
| 8234 | "ash/policy/core/fake_device_cloud_policy_manager.cc", |
| 8235 | "ash/policy/core/fake_device_cloud_policy_manager.h", |
Yeunjoo Choi | a60b621 | 2021-07-06 11:25:12 | [diff] [blame] | 8236 | "ash/policy/external_data/cloud_external_data_manager_base_test_util.cc", |
| 8237 | "ash/policy/external_data/cloud_external_data_manager_base_test_util.h", |
Michael Ershov | 4eec94f9 | 2022-09-15 10:20:09 | [diff] [blame] | 8238 | "net/fake_nss_service.cc", |
| 8239 | "net/fake_nss_service.h", |
Melissa Zhang | f8fedbb8 | 2021-10-15 06:16:35 | [diff] [blame] | 8240 | "sharesheet/sharesheet_test_util.cc", |
| 8241 | "sharesheet/sharesheet_test_util.h", |
Akihiro Ota | 3ec7f76 | 2021-11-14 16:09:01 | [diff] [blame] | 8242 | "speech/speech_recognition_test_helper.cc", |
| 8243 | "speech/speech_recognition_test_helper.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8244 | ] |
agrieve | 95ba444 | 2016-04-25 15:47:13 | [diff] [blame] | 8245 | configs += [ "//build/config/linux/dbus" ] |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 8246 | deps += [ |
| 8247 | "//ash/public/cpp", |
Henrique Ferreiro | 82e49ca4 | 2022-04-25 21:51:16 | [diff] [blame] | 8248 | "//chrome/browser/ash", |
Curt Clemens | d3b0c6a | 2022-08-26 07:23:07 | [diff] [blame] | 8249 | "//chrome/browser/ash/login/oobe_quick_start", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 8250 | "//chrome/test:test_support_ui", |
| 8251 | "//chromeos:test_support", |
Henrique Ferreiro | 4bc9308 | 2022-08-10 23:52:39 | [diff] [blame] | 8252 | "//chromeos/ash/components/attestation:test_support", |
Yeunjoo Choi | d7659a65 | 2022-08-18 12:24:35 | [diff] [blame] | 8253 | "//chromeos/ash/components/dbus", |
Yeunjoo Choi | f8f9bc7 | 2022-07-20 02:55:39 | [diff] [blame] | 8254 | "//chromeos/ash/components/dbus/cros_disks", |
Henrique Ferreiro | 8e7c4d3 | 2022-08-19 15:48:03 | [diff] [blame] | 8255 | "//chromeos/ash/components/disks", |
Henrique Ferreiro | 43f91aec | 2022-09-09 00:40:07 | [diff] [blame] | 8256 | "//chromeos/ash/components/login/auth", |
Roman Sorokin | 9db43abc | 2022-04-13 18:29:00 | [diff] [blame] | 8257 | "//components/login", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 8258 | "//components/session_manager/core", |
Akihiro Ota | 3ec7f76 | 2021-11-14 16:09:01 | [diff] [blame] | 8259 | "//components/soda", |
Jeffrey Young | 9ac3794c | 2021-12-03 00:18:46 | [diff] [blame] | 8260 | "//components/user_manager:test_support", |
Tim Sergeant | d1ccd330 | 2021-08-06 00:37:39 | [diff] [blame] | 8261 | "//components/webapk:proto", |
Michael Ershov | 4eec94f9 | 2022-09-15 10:20:09 | [diff] [blame] | 8262 | "//crypto:test_support", |
Henrique Ferreiro | 82e49ca4 | 2022-04-25 21:51:16 | [diff] [blame] | 8263 | "//extensions:test_support", |
Anders Hartvoll Ruud | 6cee46b | 2021-02-04 10:02:52 | [diff] [blame] | 8264 | "//extensions/browser/api/messaging", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 8265 | "//ui/base:test_support", |
Henrique Ferreiro | 1220b39 | 2021-09-16 19:58:07 | [diff] [blame] | 8266 | "//ui/base/ime/ash", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 8267 | ] |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8268 | } |
| 8269 | |
Alex Ilin | 3f577bec | 2021-11-08 13:58:51 | [diff] [blame] | 8270 | if (is_chromeos) { |
| 8271 | deps += [ "//components/account_manager_core:test_support" ] |
| 8272 | } |
| 8273 | |
Daniel Bratell | 880762a9 | 2018-02-05 18:11:08 | [diff] [blame] | 8274 | if (is_win) { |
| 8275 | sources += [ |
Xi Cheng | af7de42 | 2018-11-15 22:19:18 | [diff] [blame] | 8276 | "notifications/win/fake_itoastnotification.cc", |
| 8277 | "notifications/win/fake_itoastnotification.h", |
Daniel Bratell | 880762a9 | 2018-02-05 18:11:08 | [diff] [blame] | 8278 | ] |
| 8279 | } |
| 8280 | |
Alan Screen | ed2fdda | 2021-09-15 17:24:46 | [diff] [blame] | 8281 | if (enable_oop_printing) { |
David Dorwin | ed2ac5c2 | 2022-03-05 02:04:58 | [diff] [blame] | 8282 | sources += [ |
| 8283 | "printing/print_backend_service_test_impl.cc", |
| 8284 | "printing/print_backend_service_test_impl.h", |
| 8285 | ] |
| 8286 | deps += [ |
| 8287 | "//chrome/services/printing:lib", |
| 8288 | "//chrome/services/printing/public/mojom", |
| 8289 | "//printing:test_support", |
| 8290 | ] |
Alan Screen | c5e1b1af2 | 2021-04-15 16:50:32 | [diff] [blame] | 8291 | } |
| 8292 | |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8293 | if (enable_extensions) { |
| 8294 | sources += [ |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8295 | "media_galleries/media_galleries_test_util.cc", |
| 8296 | "media_galleries/media_galleries_test_util.h", |
| 8297 | ] |
lukasza | 8acc4eb | 2015-07-20 20:57:20 | [diff] [blame] | 8298 | deps += [ |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 8299 | "//components/crx_file", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 8300 | "//extensions/browser", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8301 | ] |
| 8302 | } |
xhwang | c3a252b | 2016-05-23 02:35:48 | [diff] [blame] | 8303 | |
Xiaohan Wang | 3a2df1e | 2017-07-24 18:34:44 | [diff] [blame] | 8304 | if (enable_library_cdms) { |
xhwang | c3a252b | 2016-05-23 02:35:48 | [diff] [blame] | 8305 | sources += [ |
Xiaohan Wang | fef7061a | 2017-09-14 02:41:12 | [diff] [blame] | 8306 | "media/library_cdm_test_helper.cc", |
| 8307 | "media/library_cdm_test_helper.h", |
xhwang | c3a252b | 2016-05-23 02:35:48 | [diff] [blame] | 8308 | ] |
Suchit Agrawal | 33aa402 | 2017-07-12 04:13:41 | [diff] [blame] | 8309 | deps += [ "//media/cdm:cdm_paths" ] |
xhwang | c3a252b | 2016-05-23 02:35:48 | [diff] [blame] | 8310 | } |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 8311 | |
Qingsi Wang | c2213d5d | 2018-11-02 01:28:12 | [diff] [blame] | 8312 | if (enable_service_discovery) { |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 8313 | sources += [ |
Jesse Schettler | 2123954 | 2020-07-21 22:04:36 | [diff] [blame] | 8314 | "local_discovery/fake_service_discovery_device_lister.cc", |
| 8315 | "local_discovery/fake_service_discovery_device_lister.h", |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 8316 | "local_discovery/test_service_discovery_client.cc", |
| 8317 | "local_discovery/test_service_discovery_client.h", |
| 8318 | ] |
| 8319 | } |
| 8320 | |
| 8321 | if (safe_browsing_mode != 0) { |
| 8322 | # "Safe Browsing Basic" files used for safe browsing in full mode |
Clemens Arbesser | 72f9d0a | 2020-07-07 10:20:51 | [diff] [blame] | 8323 | #(safe_browsing = 1) and mobile(=2) |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 8324 | sources += [ |
| 8325 | "safe_browsing/certificate_reporting_service_test_utils.cc", |
| 8326 | "safe_browsing/certificate_reporting_service_test_utils.h", |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 8327 | ] |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 8328 | deps += [ |
| 8329 | "//chrome/browser/safe_browsing", |
| 8330 | "//components/encrypted_messages", |
| 8331 | "//components/security_interstitials/content:security_interstitial_page", |
| 8332 | ] |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 8333 | } |
| 8334 | |
| 8335 | if (safe_browsing_mode == 1) { |
| 8336 | sources += [ |
Dominique Fauteux-Chapleau | d280fd5 | 2021-02-03 20:06:00 | [diff] [blame] | 8337 | "enterprise/connectors/analysis/fake_content_analysis_delegate.cc", |
| 8338 | "enterprise/connectors/analysis/fake_content_analysis_delegate.h", |
Steffen Seckler | 483e7b6 | 2022-06-10 13:53:18 | [diff] [blame] | 8339 | "enterprise/connectors/analysis/fake_files_request_handler.cc", |
| 8340 | "enterprise/connectors/analysis/fake_files_request_handler.h", |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 8341 | "extensions/fake_safe_browsing_database_manager.cc", |
| 8342 | "extensions/fake_safe_browsing_database_manager.h", |
| 8343 | ] |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 8344 | deps += [ |
| 8345 | "//chrome/browser/safe_browsing", |
| 8346 | "//components/enterprise/common/proto:connectors_proto", |
Colin Blundell | 9e1f765 | 2021-06-25 20:24:35 | [diff] [blame] | 8347 | "//components/safe_browsing/core/browser/db:test_database_manager", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 8348 | ] |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 8349 | } |
Dave Tapuska | 093acc6 | 2017-12-06 15:17:52 | [diff] [blame] | 8350 | |
| 8351 | if (has_spellcheck_panel) { |
| 8352 | sources += [ |
Dave Tapuska | 093acc6 | 2017-12-06 15:17:52 | [diff] [blame] | 8353 | "spellchecker/test/spellcheck_mock_panel_host.cc", |
| 8354 | "spellchecker/test/spellcheck_mock_panel_host.h", |
Ken Rockot | c185b2a | 2019-08-01 22:19:48 | [diff] [blame] | 8355 | "spellchecker/test/spellcheck_panel_browsertest_helper.cc", |
| 8356 | "spellchecker/test/spellcheck_panel_browsertest_helper.h", |
Dave Tapuska | 093acc6 | 2017-12-06 15:17:52 | [diff] [blame] | 8357 | ] |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 8358 | deps += [ "//components/spellcheck/common" ] |
Dave Tapuska | 093acc6 | 2017-12-06 15:17:52 | [diff] [blame] | 8359 | } |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 8360 | } |
sdefresne | d967d55 | 2015-07-16 08:34:35 | [diff] [blame] | 8361 | |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 8362 | if (!is_android) { |
| 8363 | static_library("test_support_ui") { |
| 8364 | testonly = true |
| 8365 | configs += [ "//build/config:precompiled_headers" ] |
thestig | 65d7c5c | 2015-10-06 18:13:47 | [diff] [blame] | 8366 | |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 8367 | # Always include this via the main test support UI target. |
| 8368 | visibility = [ "//chrome/test:test_support_ui" ] |
thestig | 65d7c5c | 2015-10-06 18:13:47 | [diff] [blame] | 8369 | |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 8370 | sources = [ |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 8371 | "signin/token_revoker_test_utils.cc", |
| 8372 | "signin/token_revoker_test_utils.h", |
rbpotter | c46964a | 2019-07-19 01:08:34 | [diff] [blame] | 8373 | "ui/webui/test_data_source.cc", |
| 8374 | "ui/webui/test_data_source.h", |
tsergeant | bd856e8 | 2017-01-12 02:36:47 | [diff] [blame] | 8375 | "ui/webui/web_ui_test_handler.cc", |
| 8376 | "ui/webui/web_ui_test_handler.h", |
| 8377 | ] |
Ivan Afanasyev | 98363376 | 2017-09-06 14:33:09 | [diff] [blame] | 8378 | |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 8379 | deps = [ |
John Budorick | fbf99d2 | 2018-06-13 22:56:35 | [diff] [blame] | 8380 | ":browser", |
David Dorwin | 4f91792 | 2021-07-08 21:32:59 | [diff] [blame] | 8381 | ":browser_process", |
Christopher Lam | bed22da4 | 2018-05-22 07:22:30 | [diff] [blame] | 8382 | "//chrome:browser_tests_pak", |
Glen Robertson | 20a41c8b | 2021-01-19 08:20:35 | [diff] [blame] | 8383 | "//chrome/browser/profiles:profile", |
Christopher Lam | bed22da4 | 2018-05-22 07:22:30 | [diff] [blame] | 8384 | "//chrome/common:mojo_bindings", |
| 8385 | "//chrome/test/data:web_ui_test_bindings", |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 8386 | "//components/metrics:test_support", |
| 8387 | "//components/password_manager/core/browser:test_support", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 8388 | "//components/signin/public/identity_manager", |
Victor Hugo Vianna Silva | 9d7b376 | 2022-08-15 03:17:26 | [diff] [blame] | 8389 | "//components/sync:test_support", |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 8390 | "//components/translate/content/common", |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 8391 | "//content/test:test_support", |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 8392 | ] |
| 8393 | |
Dibyajyoti Pal | 9709cca9 | 2022-01-10 23:57:44 | [diff] [blame] | 8394 | public_deps = [ |
| 8395 | "//chrome/browser/web_applications/app_service:app_service", |
| 8396 | "//net:test_support", |
| 8397 | "//ui/webui/resources/cr_components/app_management:mojo_bindings", |
| 8398 | ] |
tsergeant | bd856e8 | 2017-01-12 02:36:47 | [diff] [blame] | 8399 | } |
thestig | 65d7c5c | 2015-10-06 18:13:47 | [diff] [blame] | 8400 | } |
Rayan Kanso | 2e00e72b | 2019-08-23 15:32:57 | [diff] [blame] | 8401 | |
| 8402 | if (is_android) { |
| 8403 | java_cpp_enum("sharing_send_message_result_generated_enum") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 8404 | sources = [ "sharing/sharing_send_message_result.h" ] |
Rayan Kanso | 2e00e72b | 2019-08-23 15:32:57 | [diff] [blame] | 8405 | } |
Yasmin | b0ef711 | 2019-09-11 21:19:52 | [diff] [blame] | 8406 | java_cpp_enum("sharing_dialog_type_generated_enum") { |
Nico Weber | 2640862 | 2020-01-14 17:01:58 | [diff] [blame] | 8407 | sources = [ "sharing/sharing_metrics.h" ] |
Yasmin | b0ef711 | 2019-09-11 21:19:52 | [diff] [blame] | 8408 | } |
Sky Malice | f7dd942 | 2020-10-26 22:12:40 | [diff] [blame] | 8409 | java_cpp_enum("tos_dialog_behavior_generated_enum") { |
| 8410 | sources = [ "first_run/android/first_run_prefs.h" ] |
| 8411 | } |
Luca Hunkeler | 0a50031 | 2021-02-12 11:48:14 | [diff] [blame] | 8412 | java_cpp_enum("screenshot_mode_enum") { |
| 8413 | sources = [ "android/feedback/screenshot_mode.h" ] |
| 8414 | } |
Xing Liu | d36be1f | 2021-03-22 23:46:17 | [diff] [blame] | 8415 | java_cpp_enum("survey_http_client_type_enum") { |
| 8416 | sources = [ "android/survey/http_client_type.h" ] |
| 8417 | } |
Rayan Kanso | 2e00e72b | 2019-08-23 15:32:57 | [diff] [blame] | 8418 | } |
Zach Trudo | d10e962 | 2020-04-28 19:55:07 | [diff] [blame] | 8419 | |
Maksim Ivanov | 6c0ca92 | 2022-11-01 00:14:40 | [diff] [blame] | 8420 | if (is_chromeos_ash) { |
| 8421 | fuzzer_test("nearby_sharing_instantmessaging_stream_parser_fuzzer") { |
| 8422 | sources = [ "nearby_sharing/instantmessaging/stream_parser_fuzzer.cc" ] |
| 8423 | deps = [ |
| 8424 | ":browser", |
| 8425 | "//base", |
Grace Park | 18b7e262 | 2023-01-06 22:02:55 | [diff] [blame] | 8426 | "//components/exo/wayland:ui_controls_protocol_stub", |
Nick Diego Yamane | f47cb75 | 2023-01-06 16:28:56 | [diff] [blame] | 8427 | "//components/exo/wayland:weston_test_stub", |
Maksim Ivanov | 6c0ca92 | 2022-11-01 00:14:40 | [diff] [blame] | 8428 | "//third_party/protobuf:protobuf_lite", |
| 8429 | ] |
| 8430 | } |
| 8431 | } |