[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 1 | # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
Brian Geffon | c3bdd6d | 2019-08-21 22:48:31 | [diff] [blame] | 5 | import("//base/allocator/allocator.gni") |
brettw | 2b2364b | 2015-05-01 22:36:23 | [diff] [blame] | 6 | import("//build/config/chrome_build.gni") |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 7 | import("//build/config/crypto.gni") |
| 8 | import("//build/config/features.gni") |
Daniel Bratell | 9fd7227 | 2018-02-16 11:14:15 | [diff] [blame] | 9 | import("//build/config/jumbo.gni") |
Maksim Sisov | b9326d9c | 2019-05-08 07:48:57 | [diff] [blame] | 10 | import("//build/config/linux/gtk/gtk.gni") |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 11 | import("//build/config/ui.gni") |
brettw | f760b44 | 2016-06-29 18:57:28 | [diff] [blame] | 12 | import("//build/split_static_library.gni") |
brettw | 06c2ba3 | 2015-11-26 09:21:25 | [diff] [blame] | 13 | import("//chrome/common/features.gni") |
Bettina Dea | f3dac20 | 2017-09-16 20:53:22 | [diff] [blame] | 14 | import("//components/feature_engagement/features.gni") |
Sky Malice | b00c5d89 | 2018-05-02 19:11:13 | [diff] [blame] | 15 | import("//components/feed/features.gni") |
Dirk Pranke | ccc0c36 | 2017-09-28 22:15:11 | [diff] [blame] | 16 | import("//components/nacl/features.gni") |
Scott Violet | 9ae8289 | 2018-03-01 18:38:12 | [diff] [blame] | 17 | import("//components/offline_pages/buildflags/features.gni") |
raphael.kubo.da.costa | c4e3e52dff | 2016-08-16 15:26:48 | [diff] [blame] | 18 | import("//components/os_crypt/features.gni") |
droger | fc443126 | 2017-06-22 13:58:19 | [diff] [blame] | 19 | import("//components/signin/features.gni") |
brettw | 41446f6 | 2016-11-14 23:23:23 | [diff] [blame] | 20 | import("//components/spellcheck/spellcheck_build_features.gni") |
Scott Violet | c8240b0 | 2018-03-08 22:03:59 | [diff] [blame] | 21 | import("//device/vr/buildflags/buildflags.gni") |
| 22 | import("//extensions/buildflags/buildflags.gni") |
brettw | 5224a18 | 2016-10-28 22:13:02 | [diff] [blame] | 23 | import("//net/features.gni") |
Lei Zhang | fc8ec94 | 2018-11-17 02:53:36 | [diff] [blame] | 24 | import("//pdf/features.gni") |
Scott Violet | 02e38b9 | 2018-03-27 23:42:14 | [diff] [blame] | 25 | import("//ppapi/buildflags/buildflags.gni") |
Scott Violet | 318a55f | 2018-03-30 19:08:19 | [diff] [blame] | 26 | import("//printing/buildflags/buildflags.gni") |
Scott Violet | a5f7ba1 | 2018-04-02 22:03:40 | [diff] [blame] | 27 | import("//rlz/buildflags/buildflags.gni") |
rsesek | 7b1273af0 | 2016-12-06 20:55:47 | [diff] [blame] | 28 | import("//sandbox/features.gni") |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 29 | import("//third_party/protobuf/proto_library.gni") |
Tomas Popela | 253a583 | 2019-01-14 17:22:10 | [diff] [blame] | 30 | import("//third_party/webrtc/webrtc.gni") |
Xiaohan Wang | f170c73 | 2018-09-27 05:45:26 | [diff] [blame] | 31 | import("//third_party/widevine/cdm/widevine.gni") |
tapted | c604523 | 2016-11-30 10:42:07 | [diff] [blame] | 32 | import("//ui/base/ui_features.gni") |
scottmg | a266f95 | 2014-12-03 20:47:10 | [diff] [blame] | 33 | |
James Robinson | 2ed4d69 | 2014-09-17 05:20:58 | [diff] [blame] | 34 | # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
| 35 | # produces a conflict for the "grit" template so we have to only include one. |
| 36 | if (is_android) { |
| 37 | import("//build/config/android/rules.gni") |
Samuel Huang | 0a25657 | 2019-08-29 16:48:42 | [diff] [blame] | 38 | import("//chrome/android/features/dev_ui/dev_ui_module.gni") |
James Robinson | 2ed4d69 | 2014-09-17 05:20:58 | [diff] [blame] | 39 | } else { |
| 40 | import("//tools/grit/grit_rule.gni") |
| 41 | } |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 42 | |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 43 | additional_modules_list_file = |
| 44 | "$root_gen_dir/chrome/browser/internal/additional_modules_list.txt" |
| 45 | |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 46 | if (is_win) { |
| 47 | # This is in a separate config so the flags can be applied to dependents. |
| 48 | # ldflags in GN aren't automatically inherited. |
| 49 | config("browser_win_linker_flags") { |
| 50 | libs = [ |
| 51 | "credui.lib", |
jam | 66e4b2b | 2016-04-01 15:09:09 | [diff] [blame] | 52 | "cryptui.lib", |
| 53 | "dwmapi.lib", |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 54 | "netapi32.lib", |
| 55 | "ndfapi.lib", # Used by browser/net/net_error_diagnostics_dialog_win.h |
manzagop | 74808fc | 2016-05-13 20:44:39 | [diff] [blame] | 56 | "pdh.lib", # Used by browser/private_working_set_snapshot.h |
Guido Urdaneta | 73a94302 | 2018-08-24 15:42:27 | [diff] [blame] | 57 | "wbemuuid.lib", # Used by browser/metrics/antivirus_metrics_provider_win.cc |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 58 | ] |
manzagop | 74808fc | 2016-05-13 20:44:39 | [diff] [blame] | 59 | ldflags = [ |
| 60 | "/DELAYLOAD:ndfapi.dll", |
| 61 | "/DELAYLOAD:pdh.dll", # The task manager is rarely used. |
| 62 | ] |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 63 | } |
| 64 | } |
| 65 | |
Ramya Nagarajan | 90f3b266 | 2018-05-25 15:21:20 | [diff] [blame] | 66 | # This proto library is used for non-android NTPs below. |
| 67 | proto_library("ntp_background_proto") { |
| 68 | sources = [ |
| 69 | "search/background/ntp_background.proto", |
| 70 | ] |
| 71 | generate_python = false |
| 72 | } |
| 73 | |
brettw | 022f8f3 | 2016-06-14 01:22:39 | [diff] [blame] | 74 | # Use a static library here because many test binaries depend on this but don't |
brettw | f760b44 | 2016-06-29 18:57:28 | [diff] [blame] | 75 | # require many files from it. This makes linking more efficient. |
Daniel Bratell | 9fd7227 | 2018-02-16 11:14:15 | [diff] [blame] | 76 | jumbo_split_static_library("browser") { |
brucedawson | 69ae14a2 | 2017-03-23 00:53:38 | [diff] [blame] | 77 | # Split into multiple static libraries on Windows builds. We have hit size |
brucedawson | 07b4112 | 2017-03-24 00:21:55 | [diff] [blame] | 78 | # limits on Windows official builds and on goma builds when symbol_level = 2 |
| 79 | # is selected. Always splitting on Windows builds is simpler than trying to |
| 80 | # perfectly calculate the scenarios where it is required. |
brucedawson | 69ae14a2 | 2017-03-23 00:53:38 | [diff] [blame] | 81 | if (is_win) { |
brettw | f760b44 | 2016-06-29 18:57:28 | [diff] [blame] | 82 | split_count = 5 |
| 83 | } else { |
| 84 | split_count = 1 |
| 85 | } |
| 86 | |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 87 | sources = [ |
| 88 | "about_flags.cc", |
| 89 | "about_flags.h", |
Dominic Mazzoni | 21fb028 | 2019-02-13 18:32:47 | [diff] [blame] | 90 | "accessibility/accessibility_labels_service.cc", |
| 91 | "accessibility/accessibility_labels_service.h", |
| 92 | "accessibility/accessibility_labels_service_factory.cc", |
| 93 | "accessibility/accessibility_labels_service_factory.h", |
Dominic Mazzoni | 7b82a6d | 2017-08-30 04:52:26 | [diff] [blame] | 94 | "accessibility/accessibility_permission_context.cc", |
| 95 | "accessibility/accessibility_permission_context.h", |
Katie D | 62c2b9ad | 2019-01-15 03:34:11 | [diff] [blame] | 96 | "accessibility/accessibility_state_utils.cc", |
| 97 | "accessibility/accessibility_state_utils.h", |
James Wallace-Lee | eafc94cb9 | 2018-07-23 21:35:09 | [diff] [blame] | 98 | "accessibility/accessibility_ui.cc", |
| 99 | "accessibility/accessibility_ui.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 100 | "after_startup_task_utils.cc", |
| 101 | "after_startup_task_utils.h", |
| 102 | "app_controller_mac.h", |
| 103 | "app_controller_mac.mm", |
| 104 | "app_mode/app_mode_utils.cc", |
| 105 | "app_mode/app_mode_utils.h", |
[email protected] | 98820ac7 | 2019-01-24 19:47:16 | [diff] [blame] | 106 | "apps/user_type_filter.cc", |
| 107 | "apps/user_type_filter.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 108 | "assist_ranker/assist_ranker_service_factory.cc", |
| 109 | "assist_ranker/assist_ranker_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 110 | "autocomplete/autocomplete_classifier_factory.cc", |
| 111 | "autocomplete/autocomplete_classifier_factory.h", |
| 112 | "autocomplete/chrome_autocomplete_provider_client.cc", |
| 113 | "autocomplete/chrome_autocomplete_provider_client.h", |
| 114 | "autocomplete/chrome_autocomplete_scheme_classifier.cc", |
| 115 | "autocomplete/chrome_autocomplete_scheme_classifier.h", |
Travis Skare | 13393cb | 2018-07-19 02:47:56 | [diff] [blame] | 116 | "autocomplete/document_suggestions_service_factory.cc", |
| 117 | "autocomplete/document_suggestions_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 118 | "autocomplete/in_memory_url_index_factory.cc", |
| 119 | "autocomplete/in_memory_url_index_factory.h", |
Tommy C. Li | 06ec26a | 2019-06-10 18:01:42 | [diff] [blame] | 120 | "autocomplete/remote_suggestions_service_factory.cc", |
| 121 | "autocomplete/remote_suggestions_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 122 | "autocomplete/shortcuts_backend_factory.cc", |
| 123 | "autocomplete/shortcuts_backend_factory.h", |
Mathieu Perreault | 21c822a | 2017-10-24 20:13:03 | [diff] [blame] | 124 | "autofill/address_normalizer_factory.cc", |
| 125 | "autofill/address_normalizer_factory.h", |
Sebastien Lalancette | ecaff4dd | 2018-12-17 22:38:06 | [diff] [blame] | 126 | "autofill/autocomplete_history_manager_factory.cc", |
| 127 | "autofill/autocomplete_history_manager_factory.h", |
Anne Lim | 13e1d465 | 2019-08-20 17:36:41 | [diff] [blame] | 128 | "autofill/autofill_gstatic_reader.cc", |
| 129 | "autofill/autofill_gstatic_reader.h", |
Parastoo Geranmayeh | 7352302 | 2018-10-02 01:43:59 | [diff] [blame] | 130 | "autofill/autofill_profile_validator_factory.cc", |
| 131 | "autofill/autofill_profile_validator_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 132 | "autofill/personal_data_manager_factory.cc", |
| 133 | "autofill/personal_data_manager_factory.h", |
| 134 | "autofill/risk_util.cc", |
| 135 | "autofill/risk_util.h", |
Anne Lim | 6cc36db | 2018-12-18 15:52:31 | [diff] [blame] | 136 | "autofill/strike_database_factory.cc", |
| 137 | "autofill/strike_database_factory.h", |
sebsg | be92902 | 2016-10-05 15:04:14 | [diff] [blame] | 138 | "autofill/validation_rules_storage_factory.cc", |
| 139 | "autofill/validation_rules_storage_factory.h", |
Robert Ogden | 8e7116ea | 2019-07-25 18:54:08 | [diff] [blame] | 140 | "availability/availability_prober.cc", |
| 141 | "availability/availability_prober.h", |
Dan Elphick | 97521318 | 2017-09-22 10:37:47 | [diff] [blame] | 142 | "background_fetch/background_fetch_delegate_factory.cc", |
| 143 | "background_fetch/background_fetch_delegate_factory.h", |
| 144 | "background_fetch/background_fetch_delegate_impl.cc", |
| 145 | "background_fetch/background_fetch_delegate_impl.h", |
Dan Elphick | 906e137 | 2017-09-29 00:36:49 | [diff] [blame] | 146 | "background_fetch/background_fetch_download_client.cc", |
| 147 | "background_fetch/background_fetch_download_client.h", |
Mugdha Lakhani | 7895d36 | 2018-10-05 18:35:38 | [diff] [blame] | 148 | "background_fetch/background_fetch_permission_context.cc", |
| 149 | "background_fetch/background_fetch_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 150 | "background_sync/background_sync_controller_factory.cc", |
| 151 | "background_sync/background_sync_controller_factory.h", |
| 152 | "background_sync/background_sync_controller_impl.cc", |
| 153 | "background_sync/background_sync_controller_impl.h", |
Rayan Kanso | ad6f06f | 2019-04-16 19:47:13 | [diff] [blame] | 154 | "background_sync/background_sync_metrics.cc", |
| 155 | "background_sync/background_sync_metrics.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 156 | "background_sync/background_sync_permission_context.cc", |
| 157 | "background_sync/background_sync_permission_context.h", |
Mugdha Lakhani | 4ed3c29 | 2019-05-02 11:41:44 | [diff] [blame] | 158 | "background_sync/periodic_background_sync_permission_context.cc", |
| 159 | "background_sync/periodic_background_sync_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 160 | "bad_message.cc", |
| 161 | "bad_message.h", |
| 162 | "banners/app_banner_manager.cc", |
| 163 | "banners/app_banner_manager.h", |
| 164 | "banners/app_banner_metrics.cc", |
| 165 | "banners/app_banner_metrics.h", |
| 166 | "banners/app_banner_settings_helper.cc", |
| 167 | "banners/app_banner_settings_helper.h", |
Ryan Sturm | f0ad429 | 2019-05-10 00:51:10 | [diff] [blame] | 168 | "battery/battery_metrics.cc", |
| 169 | "battery/battery_metrics.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 170 | "bitmap_fetcher/bitmap_fetcher.cc", |
| 171 | "bitmap_fetcher/bitmap_fetcher.h", |
| 172 | "bitmap_fetcher/bitmap_fetcher_delegate.h", |
| 173 | "bitmap_fetcher/bitmap_fetcher_service.cc", |
| 174 | "bitmap_fetcher/bitmap_fetcher_service.h", |
| 175 | "bitmap_fetcher/bitmap_fetcher_service_factory.cc", |
| 176 | "bitmap_fetcher/bitmap_fetcher_service_factory.h", |
| 177 | "bookmarks/bookmark_model_factory.cc", |
| 178 | "bookmarks/bookmark_model_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 179 | "bookmarks/chrome_bookmark_client.cc", |
| 180 | "bookmarks/chrome_bookmark_client.h", |
| 181 | "bookmarks/managed_bookmark_service_factory.cc", |
| 182 | "bookmarks/managed_bookmark_service_factory.h", |
| 183 | "bookmarks/startup_task_runner_service_factory.cc", |
| 184 | "bookmarks/startup_task_runner_service_factory.h", |
| 185 | "browser_about_handler.cc", |
| 186 | "browser_about_handler.h", |
Ahmed Fakhry | 4f567e69 | 2018-10-16 15:51:08 | [diff] [blame] | 187 | "browser_features.cc", |
| 188 | "browser_features.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 189 | "browser_process.cc", |
| 190 | "browser_process.h", |
| 191 | "browser_process_impl.cc", |
| 192 | "browser_process_impl.h", |
| 193 | "browser_process_platform_part.h", |
| 194 | "browser_process_platform_part_android.cc", |
| 195 | "browser_process_platform_part_android.h", |
| 196 | "browser_process_platform_part_base.cc", |
| 197 | "browser_process_platform_part_base.h", |
| 198 | "browser_process_platform_part_chromeos.cc", |
| 199 | "browser_process_platform_part_chromeos.h", |
| 200 | "browser_process_platform_part_mac.h", |
| 201 | "browser_process_platform_part_mac.mm", |
Greg Thompson | 85bd488c | 2017-06-08 09:18:11 | [diff] [blame] | 202 | "browser_process_platform_part_win.cc", |
| 203 | "browser_process_platform_part_win.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 204 | "browsing_data/browsing_data_appcache_helper.cc", |
| 205 | "browsing_data/browsing_data_appcache_helper.h", |
| 206 | "browsing_data/browsing_data_cache_storage_helper.cc", |
| 207 | "browsing_data/browsing_data_cache_storage_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 208 | "browsing_data/browsing_data_cookie_helper.cc", |
| 209 | "browsing_data/browsing_data_cookie_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 210 | "browsing_data/browsing_data_database_helper.cc", |
| 211 | "browsing_data/browsing_data_database_helper.h", |
| 212 | "browsing_data/browsing_data_file_system_helper.cc", |
| 213 | "browsing_data/browsing_data_file_system_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 214 | "browsing_data/browsing_data_helper.cc", |
| 215 | "browsing_data/browsing_data_helper.h", |
Christian Dullweber | 828acb9 | 2018-03-20 14:54:28 | [diff] [blame] | 216 | "browsing_data/browsing_data_history_observer_service.cc", |
| 217 | "browsing_data/browsing_data_history_observer_service.h", |
dullweber | f5de69b | 2017-05-18 13:20:37 | [diff] [blame] | 218 | "browsing_data/browsing_data_important_sites_util.cc", |
| 219 | "browsing_data/browsing_data_important_sites_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 220 | "browsing_data/browsing_data_indexed_db_helper.cc", |
| 221 | "browsing_data/browsing_data_indexed_db_helper.h", |
| 222 | "browsing_data/browsing_data_local_storage_helper.cc", |
| 223 | "browsing_data/browsing_data_local_storage_helper.h", |
jrummell | 6f67ebb | 2016-10-13 21:24:34 | [diff] [blame] | 224 | "browsing_data/browsing_data_media_license_helper.cc", |
| 225 | "browsing_data/browsing_data_media_license_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 226 | "browsing_data/browsing_data_quota_helper.cc", |
| 227 | "browsing_data/browsing_data_quota_helper.h", |
| 228 | "browsing_data/browsing_data_quota_helper_impl.cc", |
| 229 | "browsing_data/browsing_data_quota_helper_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 230 | "browsing_data/browsing_data_service_worker_helper.cc", |
| 231 | "browsing_data/browsing_data_service_worker_helper.h", |
Jochen Eisinger | 0ff7645c | 2017-11-28 08:11:26 | [diff] [blame] | 232 | "browsing_data/browsing_data_shared_worker_helper.cc", |
| 233 | "browsing_data/browsing_data_shared_worker_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 234 | "browsing_data/canonical_cookie_hash.cc", |
| 235 | "browsing_data/canonical_cookie_hash.h", |
msramek | 3248025 | 2016-12-13 15:35:19 | [diff] [blame] | 236 | "browsing_data/chrome_browsing_data_remover_delegate.cc", |
| 237 | "browsing_data/chrome_browsing_data_remover_delegate.h", |
msramek | e169ccb | 2017-04-26 05:21:41 | [diff] [blame] | 238 | "browsing_data/chrome_browsing_data_remover_delegate_factory.cc", |
| 239 | "browsing_data/chrome_browsing_data_remover_delegate_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 240 | "browsing_data/cookies_tree_model.cc", |
| 241 | "browsing_data/cookies_tree_model.h", |
Christian Dullweber | 278b061 | 2018-01-15 15:44:31 | [diff] [blame] | 242 | "browsing_data/counters/browsing_data_counter_factory.cc", |
| 243 | "browsing_data/counters/browsing_data_counter_factory.h", |
| 244 | "browsing_data/counters/browsing_data_counter_utils.cc", |
| 245 | "browsing_data/counters/browsing_data_counter_utils.h", |
| 246 | "browsing_data/counters/cache_counter.cc", |
| 247 | "browsing_data/counters/cache_counter.h", |
| 248 | "browsing_data/counters/downloads_counter.cc", |
| 249 | "browsing_data/counters/downloads_counter.h", |
Martin Kreichgauer | 0c05f13 | 2018-10-02 20:13:40 | [diff] [blame] | 250 | "browsing_data/counters/signin_data_counter.cc", |
| 251 | "browsing_data/counters/signin_data_counter.h", |
Christian Dullweber | 278b061 | 2018-01-15 15:44:31 | [diff] [blame] | 252 | "browsing_data/counters/site_data_counter.cc", |
| 253 | "browsing_data/counters/site_data_counter.h", |
| 254 | "browsing_data/counters/site_data_counting_helper.cc", |
| 255 | "browsing_data/counters/site_data_counting_helper.h", |
Christian Dullweber | 5decc53 | 2018-05-03 14:53:13 | [diff] [blame] | 256 | "browsing_data/counters/site_settings_counter.cc", |
| 257 | "browsing_data/counters/site_settings_counter.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 258 | "browsing_data/local_data_container.cc", |
| 259 | "browsing_data/local_data_container.h", |
Christian Dullweber | 1af31e6 | 2018-02-22 11:49:48 | [diff] [blame] | 260 | "browsing_data/navigation_entry_remover.cc", |
| 261 | "browsing_data/navigation_entry_remover.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 262 | "browsing_data/site_data_size_collector.cc", |
| 263 | "browsing_data/site_data_size_collector.h", |
nigeltao | beff0a10 | 2017-04-29 09:30:37 | [diff] [blame] | 264 | "cache_stats_recorder.cc", |
| 265 | "cache_stats_recorder.h", |
Reilly Grant | 409406c | 2018-04-05 18:03:05 | [diff] [blame] | 266 | "chooser_controller/chooser_controller.cc", |
| 267 | "chooser_controller/chooser_controller.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 268 | "chrome_browser_application_mac.h", |
| 269 | "chrome_browser_application_mac.mm", |
| 270 | "chrome_browser_field_trials.cc", |
| 271 | "chrome_browser_field_trials.h", |
Oksana Zhuravlova | 4dd171e8 | 2019-08-16 20:54:00 | [diff] [blame] | 272 | "chrome_browser_interface_binders.cc", |
| 273 | "chrome_browser_interface_binders.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 274 | "chrome_browser_main.cc", |
| 275 | "chrome_browser_main.h", |
| 276 | "chrome_browser_main_android.cc", |
| 277 | "chrome_browser_main_android.h", |
| 278 | "chrome_browser_main_extra_parts.h", |
| 279 | "chrome_browser_main_linux.cc", |
| 280 | "chrome_browser_main_linux.h", |
| 281 | "chrome_browser_main_mac.h", |
| 282 | "chrome_browser_main_mac.mm", |
| 283 | "chrome_browser_main_win.cc", |
| 284 | "chrome_browser_main_win.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 285 | "chrome_content_browser_client.cc", |
| 286 | "chrome_content_browser_client.h", |
| 287 | "chrome_content_browser_client_parts.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 288 | "chrome_notification_types.h", |
| 289 | "chrome_quota_permission_context.cc", |
| 290 | "chrome_quota_permission_context.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 | 6bf5430 | 2017-10-02 07:39:14 | [diff] [blame] | 293 | "client_hints/client_hints.cc", |
| 294 | "client_hints/client_hints.h", |
Tarun Bansal | 837bac2 | 2018-12-12 06:59:01 | [diff] [blame] | 295 | "client_hints/client_hints_factory.cc", |
| 296 | "client_hints/client_hints_factory.h", |
Tarun Bansal | 0b8b7afd | 2017-08-25 03:52:16 | [diff] [blame] | 297 | "client_hints/client_hints_observer.cc", |
| 298 | "client_hints/client_hints_observer.h", |
Gary Kacmarcik | 726325ee | 2017-11-17 07:12:08 | [diff] [blame] | 299 | "clipboard/clipboard_read_permission_context.cc", |
| 300 | "clipboard/clipboard_read_permission_context.h", |
| 301 | "clipboard/clipboard_write_permission_context.cc", |
| 302 | "clipboard/clipboard_write_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 303 | "command_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 304 | "command_updater.h", |
| 305 | "command_updater_delegate.h", |
Ivan Sandrk | 9669d0e | 2017-12-15 23:50:20 | [diff] [blame] | 306 | "command_updater_impl.cc", |
| 307 | "command_updater_impl.h", |
David Maunder | e7daf77 | 2019-08-30 14:13:29 | [diff] [blame] | 308 | "complex_tasks/endpoint_fetcher/endpoint_fetcher.cc", |
| 309 | "complex_tasks/endpoint_fetcher/endpoint_fetcher.h", |
Mei Liang | 2efb9d13 | 2019-01-16 05:39:28 | [diff] [blame] | 310 | "complex_tasks/task_tab_helper.cc", |
| 311 | "complex_tasks/task_tab_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 312 | "component_updater/chrome_component_updater_configurator.cc", |
| 313 | "component_updater/chrome_component_updater_configurator.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 314 | "component_updater/component_updater_prefs.cc", |
| 315 | "component_updater/component_updater_prefs.h", |
sorin | 2142368 | 2016-10-06 17:51:20 | [diff] [blame] | 316 | "component_updater/component_updater_utils.cc", |
| 317 | "component_updater/component_updater_utils.h", |
Joshua Pawlicki | ddf9723e | 2017-10-24 15:24:23 | [diff] [blame] | 318 | "component_updater/crl_set_component_installer.cc", |
| 319 | "component_updater/crl_set_component_installer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 320 | "component_updater/file_type_policies_component_installer.cc", |
| 321 | "component_updater/file_type_policies_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", |
Ce Chen | 626fafe | 2019-06-27 19:39:45 | [diff] [blame] | 324 | "component_updater/on_device_head_suggest_component_installer.cc", |
| 325 | "component_updater/on_device_head_suggest_component_installer.h", |
Sophie Chang | f453c052 | 2017-11-03 06:33:49 | [diff] [blame] | 326 | "component_updater/optimization_hints_component_installer.cc", |
| 327 | "component_updater/optimization_hints_component_installer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 328 | "component_updater/origin_trials_component_installer.cc", |
| 329 | "component_updater/origin_trials_component_installer.h", |
| 330 | "component_updater/pnacl_component_installer.cc", |
| 331 | "component_updater/pnacl_component_installer.h", |
| 332 | "component_updater/recovery_component_installer.cc", |
| 333 | "component_updater/recovery_component_installer.h", |
sorin | 6ddc3bb | 2017-02-08 23:35:19 | [diff] [blame] | 334 | "component_updater/recovery_improved_component_installer.cc", |
| 335 | "component_updater/recovery_improved_component_installer.h", |
Mustafa Emre Acer | b9ca6196 | 2019-07-25 06:24:13 | [diff] [blame] | 336 | "component_updater/safety_tips_component_installer.cc", |
| 337 | "component_updater/safety_tips_component_installer.h", |
Mustafa Emre Acer | a56f7bc0 | 2019-08-01 16:18:12 | [diff] [blame] | 338 | "component_updater/ssl_error_assistant_component_installer.cc", |
| 339 | "component_updater/ssl_error_assistant_component_installer.h", |
Ryan Sleevi | 3e59ea3a0 | 2019-05-28 23:33:05 | [diff] [blame] | 340 | "component_updater/sth_set_component_remover.cc", |
| 341 | "component_updater/sth_set_component_remover.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 342 | "component_updater/subresource_filter_component_installer.cc", |
| 343 | "component_updater/subresource_filter_component_installer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 344 | "component_updater/sw_reporter_installer_win.cc", |
| 345 | "component_updater/sw_reporter_installer_win.h", |
Martin Sramek | 0d86260a | 2017-11-13 12:09:20 | [diff] [blame] | 346 | "consent_auditor/consent_auditor_factory.cc", |
| 347 | "consent_auditor/consent_auditor_factory.h", |
Rayan Kanso | 9f3944a | 2019-07-30 12:18:07 | [diff] [blame] | 348 | "content_index/content_index_metrics.cc", |
| 349 | "content_index/content_index_metrics.h", |
Rayan Kanso | 24f7d41 | 2019-07-11 10:09:30 | [diff] [blame] | 350 | "content_index/content_index_provider_factory.cc", |
| 351 | "content_index/content_index_provider_factory.h", |
| 352 | "content_index/content_index_provider_impl.cc", |
| 353 | "content_index/content_index_provider_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 354 | "content_settings/chrome_content_settings_utils.cc", |
| 355 | "content_settings/chrome_content_settings_utils.h", |
| 356 | "content_settings/cookie_settings_factory.cc", |
| 357 | "content_settings/cookie_settings_factory.h", |
| 358 | "content_settings/host_content_settings_map_factory.cc", |
| 359 | "content_settings/host_content_settings_map_factory.h", |
| 360 | "content_settings/local_shared_objects_container.cc", |
| 361 | "content_settings/local_shared_objects_container.h", |
carlosk | d9d9794 | 2017-02-16 08:58:09 | [diff] [blame] | 362 | "content_settings/mixed_content_settings_tab_helper.cc", |
| 363 | "content_settings/mixed_content_settings_tab_helper.h", |
Tommy Steimel | 2f976a6 | 2017-07-18 19:16:39 | [diff] [blame] | 364 | "content_settings/sound_content_setting_observer.cc", |
| 365 | "content_settings/sound_content_setting_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 366 | "content_settings/tab_specific_content_settings.cc", |
| 367 | "content_settings/tab_specific_content_settings.h", |
| 368 | "content_settings/web_site_settings_uma_util.cc", |
| 369 | "content_settings/web_site_settings_uma_util.h", |
| 370 | "crash_upload_list/crash_upload_list.cc", |
| 371 | "crash_upload_list/crash_upload_list.h", |
gayane | 2da6573 | 2016-09-07 22:19:32 | [diff] [blame] | 372 | "crash_upload_list/crash_upload_list_android.cc", |
| 373 | "crash_upload_list/crash_upload_list_android.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 374 | "custom_handlers/protocol_handler_registry.cc", |
| 375 | "custom_handlers/protocol_handler_registry.h", |
| 376 | "custom_handlers/protocol_handler_registry_factory.cc", |
| 377 | "custom_handlers/protocol_handler_registry_factory.h", |
Zhuoyu Qian | cb197638 | 2018-12-13 02:18:30 | [diff] [blame] | 378 | "data_reduction_proxy/data_reduction_proxy_chrome_settings.cc", |
| 379 | "data_reduction_proxy/data_reduction_proxy_chrome_settings.h", |
| 380 | "data_reduction_proxy/data_reduction_proxy_chrome_settings_factory.cc", |
| 381 | "data_reduction_proxy/data_reduction_proxy_chrome_settings_factory.h", |
Robert Ogden | 11f6e89 | 2019-03-22 18:12:42 | [diff] [blame] | 382 | "data_reduction_proxy/data_reduction_proxy_tab_helper.cc", |
| 383 | "data_reduction_proxy/data_reduction_proxy_tab_helper.h", |
Sophie Chang | ed14196 | 2019-08-02 18:32:02 | [diff] [blame] | 384 | "data_saver/data_saver_top_host_provider.cc", |
| 385 | "data_saver/data_saver_top_host_provider.h", |
rajendrant | dce70a0 | 2018-10-12 06:24:24 | [diff] [blame] | 386 | "data_use_measurement/chrome_data_use_measurement.cc", |
| 387 | "data_use_measurement/chrome_data_use_measurement.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 388 | "defaults.cc", |
| 389 | "defaults.h", |
| 390 | "dom_distiller/dom_distiller_service_factory.cc", |
| 391 | "dom_distiller/dom_distiller_service_factory.h", |
| 392 | "dom_distiller/lazy_dom_distiller_service.cc", |
| 393 | "dom_distiller/lazy_dom_distiller_service.h", |
| 394 | "dom_distiller/profile_utils.cc", |
| 395 | "dom_distiller/profile_utils.h", |
| 396 | "dom_distiller/tab_utils.cc", |
| 397 | "dom_distiller/tab_utils.h", |
| 398 | "domain_reliability/service_factory.cc", |
| 399 | "domain_reliability/service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 400 | "download/chrome_download_manager_delegate.cc", |
| 401 | "download/chrome_download_manager_delegate.h", |
Mohamed Heikal | a3134b9 | 2019-04-30 04:20:39 | [diff] [blame] | 402 | "download/deferred_client_wrapper.cc", |
| 403 | "download/deferred_client_wrapper.h", |
Asanka Herath | 8588407 | 2017-04-12 16:28:44 | [diff] [blame] | 404 | "download/download_confirmation_reason.h", |
| 405 | "download/download_confirmation_result.h", |
peter | ccb33e8 | 2017-05-02 19:00:44 | [diff] [blame] | 406 | "download/download_core_service.cc", |
| 407 | "download/download_core_service.h", |
| 408 | "download/download_core_service_factory.cc", |
| 409 | "download/download_core_service_factory.h", |
| 410 | "download/download_core_service_impl.cc", |
| 411 | "download/download_core_service_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 412 | "download/download_crx_util_android.cc", |
| 413 | "download/download_file_picker.cc", |
| 414 | "download/download_file_picker.h", |
| 415 | "download/download_history.cc", |
| 416 | "download/download_history.h", |
| 417 | "download/download_item_model.cc", |
| 418 | "download/download_item_model.h", |
Xing Liu | ee50f11 | 2018-05-25 03:24:00 | [diff] [blame] | 419 | "download/download_location_dialog_result.h", |
Joy Ming | 65cf3f0 | 2018-04-10 23:27:45 | [diff] [blame] | 420 | "download/download_location_dialog_type.h", |
Min Qin | 2ab1d14e | 2019-04-08 18:03:33 | [diff] [blame] | 421 | "download/download_manager_utils.cc", |
| 422 | "download/download_manager_utils.h", |
Shakti Sahu | e5d5c72 | 2018-06-29 02:41:13 | [diff] [blame] | 423 | "download/download_offline_content_provider.cc", |
| 424 | "download/download_offline_content_provider.h", |
Henrique Nakashima | e7f603f4 | 2019-06-21 18:38:52 | [diff] [blame] | 425 | "download/download_offline_content_provider_factory.cc", |
| 426 | "download/download_offline_content_provider_factory.h", |
timloh | 178801f | 2017-06-13 04:17:58 | [diff] [blame] | 427 | "download/download_permission_request.cc", |
| 428 | "download/download_permission_request.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 429 | "download/download_prefs.cc", |
| 430 | "download/download_prefs.h", |
Joy Ming | 41055bd | 2018-02-09 21:48:03 | [diff] [blame] | 431 | "download/download_prompt_status.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 432 | "download/download_query.cc", |
| 433 | "download/download_query.h", |
| 434 | "download/download_request_limiter.cc", |
| 435 | "download/download_request_limiter.h", |
dtrainor | 620a4a8 | 2017-05-04 17:34:50 | [diff] [blame] | 436 | "download/download_service_factory.cc", |
| 437 | "download/download_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 438 | "download/download_started_animation.h", |
| 439 | "download/download_stats.cc", |
| 440 | "download/download_stats.h", |
| 441 | "download/download_status_updater.cc", |
| 442 | "download/download_status_updater.h", |
| 443 | "download/download_status_updater_mac.mm", |
| 444 | "download/download_status_updater_win.cc", |
| 445 | "download/download_target_determiner.cc", |
| 446 | "download/download_target_determiner.h", |
| 447 | "download/download_target_determiner_delegate.h", |
Asanka Herath | 8588407 | 2017-04-12 16:28:44 | [diff] [blame] | 448 | "download/download_target_info.cc", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 449 | "download/download_target_info.h", |
Shakti Sahu | b416f37 | 2017-06-13 18:12:05 | [diff] [blame] | 450 | "download/download_task_scheduler_impl.cc", |
| 451 | "download/download_task_scheduler_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 452 | "download/download_ui_controller.cc", |
| 453 | "download/download_ui_controller.h", |
Min Qin | dd83b7ab | 2018-09-14 22:40:46 | [diff] [blame] | 454 | "download/download_ui_model.cc", |
| 455 | "download/download_ui_model.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 456 | "download/drag_download_item.h", |
Shakti Sahu | d31574bb | 2018-06-26 00:07:23 | [diff] [blame] | 457 | "download/image_thumbnail_request.cc", |
| 458 | "download/image_thumbnail_request.h", |
Joe DeBlasio | 2c5ebf3 | 2019-05-24 19:15:48 | [diff] [blame] | 459 | "download/mixed_content_download_blocking.cc", |
| 460 | "download/mixed_content_download_blocking.h", |
Min Qin | dc273049 | 2018-09-07 23:53:29 | [diff] [blame] | 461 | "download/offline_item_model.cc", |
| 462 | "download/offline_item_model.h", |
Min Qin | 27a5d1f | 2018-09-13 22:05:51 | [diff] [blame] | 463 | "download/offline_item_model_data.h", |
Min Qin | dc273049 | 2018-09-07 23:53:29 | [diff] [blame] | 464 | "download/offline_item_model_manager.cc", |
| 465 | "download/offline_item_model_manager.h", |
| 466 | "download/offline_item_model_manager_factory.cc", |
| 467 | "download/offline_item_model_manager_factory.h", |
Shakti Sahu | e5d5c72 | 2018-06-29 02:41:13 | [diff] [blame] | 468 | "download/offline_item_utils.cc", |
| 469 | "download/offline_item_utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 470 | "download/save_package_file_picker.cc", |
| 471 | "download/save_package_file_picker.h", |
Min Qin | 26f5dea | 2019-04-10 19:04:25 | [diff] [blame] | 472 | "download/simple_download_manager_coordinator_factory.cc", |
| 473 | "download/simple_download_manager_coordinator_factory.h", |
Xing Liu | 25a3837 | 2018-10-02 02:50:51 | [diff] [blame] | 474 | "download/thumbnail_util.cc", |
| 475 | "download/thumbnail_util.h", |
mad | 669452f | 2017-07-04 19:39:29 | [diff] [blame] | 476 | "download/trusted_sources_manager.cc", |
| 477 | "download/trusted_sources_manager.h", |
mad | 669452f | 2017-07-04 19:39:29 | [diff] [blame] | 478 | "download/trusted_sources_manager_win.cc", |
dullweber | 4870daad | 2017-05-18 15:06:10 | [diff] [blame] | 479 | "engagement/important_sites_usage_counter.cc", |
| 480 | "engagement/important_sites_usage_counter.h", |
dmurph | ef859ea | 2016-10-06 21:42:23 | [diff] [blame] | 481 | "engagement/important_sites_util.cc", |
| 482 | "engagement/important_sites_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 483 | "engagement/site_engagement_helper.cc", |
| 484 | "engagement/site_engagement_helper.h", |
| 485 | "engagement/site_engagement_metrics.cc", |
| 486 | "engagement/site_engagement_metrics.h", |
| 487 | "engagement/site_engagement_observer.cc", |
| 488 | "engagement/site_engagement_observer.h", |
| 489 | "engagement/site_engagement_score.cc", |
| 490 | "engagement/site_engagement_score.h", |
| 491 | "engagement/site_engagement_service.cc", |
| 492 | "engagement/site_engagement_service.h", |
| 493 | "engagement/site_engagement_service_factory.cc", |
| 494 | "engagement/site_engagement_service_factory.h", |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 495 | "expired_flags_list.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 496 | "external_protocol/external_protocol_handler.cc", |
| 497 | "external_protocol/external_protocol_handler.h", |
| 498 | "external_protocol/external_protocol_observer.cc", |
| 499 | "external_protocol/external_protocol_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 500 | "favicon/chrome_favicon_client.cc", |
| 501 | "favicon/chrome_favicon_client.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 502 | "favicon/favicon_service_factory.cc", |
| 503 | "favicon/favicon_service_factory.h", |
| 504 | "favicon/favicon_utils.cc", |
| 505 | "favicon/favicon_utils.h", |
Victor Hugo Vianna Silva | df127bfc | 2019-07-03 00:02:12 | [diff] [blame] | 506 | "favicon/history_ui_favicon_request_handler_factory.cc", |
| 507 | "favicon/history_ui_favicon_request_handler_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 508 | "favicon/large_icon_service_factory.cc", |
| 509 | "favicon/large_icon_service_factory.h", |
Tommy Nyquist | c1d6dea1 | 2017-07-26 20:37:23 | [diff] [blame] | 510 | "feature_engagement/tracker_factory.cc", |
| 511 | "feature_engagement/tracker_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 512 | "file_select_helper.cc", |
| 513 | "file_select_helper.h", |
Finnur Thorarinsson | 658449a | 2018-10-09 11:18:26 | [diff] [blame] | 514 | "file_select_helper_contacts_android.cc", |
| 515 | "file_select_helper_contacts_android.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 516 | "file_select_helper_mac.mm", |
Ken Rockot | 2925f500 | 2019-08-06 01:16:16 | [diff] [blame] | 517 | "file_util_service.cc", |
| 518 | "file_util_service.h", |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 519 | "flag_descriptions.cc", |
| 520 | "flag_descriptions.h", |
Brett Wilson | 21cf626a | 2017-09-07 00:30:20 | [diff] [blame] | 521 | "font_pref_change_notifier.cc", |
| 522 | "font_pref_change_notifier.h", |
| 523 | "font_pref_change_notifier_factory.cc", |
| 524 | "font_pref_change_notifier_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 525 | "fullscreen_mac.mm", |
| 526 | "fullscreen_win.cc", |
peter | 9f4490a | 2017-01-27 00:58:36 | [diff] [blame] | 527 | "gcm/gcm_product_util.cc", |
| 528 | "gcm/gcm_product_util.h", |
| 529 | "gcm/gcm_profile_service_factory.cc", |
| 530 | "gcm/gcm_profile_service_factory.h", |
peter | 9f4490a | 2017-01-27 00:58:36 | [diff] [blame] | 531 | "gcm/instance_id/instance_id_profile_service_factory.cc", |
| 532 | "gcm/instance_id/instance_id_profile_service_factory.h", |
rijubrata.bhaumik | 7b072ad | 2017-08-02 07:49:29 | [diff] [blame] | 533 | "generic_sensor/sensor_permission_context.cc", |
| 534 | "generic_sensor/sensor_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 535 | "geolocation/geolocation_permission_context.cc", |
| 536 | "geolocation/geolocation_permission_context.h", |
| 537 | "geolocation/geolocation_permission_context_android.cc", |
| 538 | "geolocation/geolocation_permission_context_android.h", |
| 539 | "geolocation/geolocation_permission_context_extensions.cc", |
| 540 | "geolocation/geolocation_permission_context_extensions.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 541 | "global_keyboard_shortcuts_mac.h", |
| 542 | "global_keyboard_shortcuts_mac.mm", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 543 | "google/did_run_updater_win.cc", |
| 544 | "google/did_run_updater_win.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 545 | "google/google_brand.cc", |
| 546 | "google/google_brand.h", |
Quentin Fiard | 9e0b47c5 | 2018-06-18 20:22:33 | [diff] [blame] | 547 | "google/google_search_domain_mixing_metrics_emitter.cc", |
| 548 | "google/google_search_domain_mixing_metrics_emitter.h", |
| 549 | "google/google_search_domain_mixing_metrics_emitter_factory.cc", |
| 550 | "google/google_search_domain_mixing_metrics_emitter_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 551 | "gpu/gpu_mode_manager.cc", |
| 552 | "gpu/gpu_mode_manager.h", |
Robert Sesek | dc73f6f | 2018-05-15 15:53:20 | [diff] [blame] | 553 | "hang_monitor/hang_crash_dump.h", |
| 554 | "hang_monitor/hang_crash_dump_mac.cc", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 555 | "hang_monitor/hang_crash_dump_win.cc", |
John Delaney | cb76789 | 2019-08-20 15:28:08 | [diff] [blame] | 556 | "heavy_ad_intervention/heavy_ad_blocklist.cc", |
| 557 | "heavy_ad_intervention/heavy_ad_blocklist.h", |
John Delaney | c513fdf | 2019-08-09 20:10:00 | [diff] [blame] | 558 | "heavy_ad_intervention/heavy_ad_helper.cc", |
| 559 | "heavy_ad_intervention/heavy_ad_helper.h", |
John Delaney | cb76789 | 2019-08-20 15:28:08 | [diff] [blame] | 560 | "heavy_ad_intervention/heavy_ad_service.cc", |
| 561 | "heavy_ad_intervention/heavy_ad_service.h", |
| 562 | "heavy_ad_intervention/heavy_ad_service_factory.cc", |
| 563 | "heavy_ad_intervention/heavy_ad_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 564 | "history/chrome_history_backend_client.cc", |
| 565 | "history/chrome_history_backend_client.h", |
| 566 | "history/chrome_history_client.cc", |
| 567 | "history/chrome_history_client.h", |
| 568 | "history/history_service_factory.cc", |
| 569 | "history/history_service_factory.h", |
| 570 | "history/history_tab_helper.cc", |
| 571 | "history/history_tab_helper.h", |
| 572 | "history/history_utils.cc", |
| 573 | "history/history_utils.h", |
Sky Malice | 6abaf51 | 2017-08-23 19:43:43 | [diff] [blame] | 574 | "history/profile_based_browsing_history_driver.cc", |
| 575 | "history/profile_based_browsing_history_driver.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 576 | "history/top_sites_factory.cc", |
| 577 | "history/top_sites_factory.h", |
| 578 | "history/web_history_service_factory.cc", |
| 579 | "history/web_history_service_factory.h", |
| 580 | "icon_loader.cc", |
| 581 | "icon_loader.h", |
| 582 | "icon_loader_android.cc", |
| 583 | "icon_loader_chromeos.cc", |
| 584 | "icon_loader_mac.mm", |
| 585 | "icon_loader_win.cc", |
| 586 | "icon_manager.cc", |
| 587 | "icon_manager.h", |
Sam Goto | 366a1d9 | 2019-01-18 21:47:35 | [diff] [blame] | 588 | "idle/idle_detection_permission_context.cc", |
| 589 | "idle/idle_detection_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 590 | "image_decoder.cc", |
| 591 | "image_decoder.h", |
Brandon Wylie | 7debc71 | 2019-04-10 00:27:58 | [diff] [blame] | 592 | "image_fetcher/image_decoder_impl.cc", |
| 593 | "image_fetcher/image_decoder_impl.h", |
Brandon Wylie | 67a8dd1a | 2019-04-02 22:49:04 | [diff] [blame] | 594 | "image_fetcher/image_fetcher_service_factory.cc", |
| 595 | "image_fetcher/image_fetcher_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 596 | "infobars/infobar_responder.cc", |
| 597 | "infobars/infobar_responder.h", |
| 598 | "infobars/infobar_service.cc", |
| 599 | "infobars/infobar_service.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 600 | "install_verification/win/module_info.h", |
| 601 | "install_verification/win/module_list.cc", |
| 602 | "install_verification/win/module_list.h", |
| 603 | "install_verification/win/module_verification_common.cc", |
| 604 | "install_verification/win/module_verification_common.h", |
Dominick Ng | a32333e | 2018-02-22 00:05:47 | [diff] [blame] | 605 | "installable/installable_ambient_badge_infobar_delegate.h", |
Christopher Lam | 1d8d471 | 2017-10-25 01:52:10 | [diff] [blame] | 606 | "installable/installable_data.cc", |
Michael McGreevy | 9de29d9 | 2017-08-22 03:08:27 | [diff] [blame] | 607 | "installable/installable_data.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 608 | "installable/installable_logging.cc", |
| 609 | "installable/installable_logging.h", |
| 610 | "installable/installable_manager.cc", |
| 611 | "installable/installable_manager.h", |
dominickn | c2d4ff6 | 2017-04-05 03:27:29 | [diff] [blame] | 612 | "installable/installable_metrics.cc", |
| 613 | "installable/installable_metrics.h", |
Michael McGreevy | 9de29d9 | 2017-08-22 03:08:27 | [diff] [blame] | 614 | "installable/installable_params.h", |
| 615 | "installable/installable_task_queue.cc", |
| 616 | "installable/installable_task_queue.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 617 | "internal_auth.cc", |
| 618 | "internal_auth.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 619 | "interstitials/chrome_metrics_helper.cc", |
| 620 | "interstitials/chrome_metrics_helper.h", |
Jialiu Lin | 2d201b1 | 2018-05-20 20:46:24 | [diff] [blame] | 621 | "interstitials/enterprise_util.cc", |
| 622 | "interstitials/enterprise_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 623 | "intranet_redirect_detector.cc", |
| 624 | "intranet_redirect_detector.h", |
Tanja Gornak | 2150cdb8 | 2018-08-24 16:40:43 | [diff] [blame] | 625 | "invalidation/deprecated_profile_invalidation_provider_factory.cc", |
| 626 | "invalidation/deprecated_profile_invalidation_provider_factory.h", |
Tanja Gornak | 0e706efa | 2018-08-30 11:19:10 | [diff] [blame] | 627 | "invalidation/profile_invalidation_provider_factory.cc", |
| 628 | "invalidation/profile_invalidation_provider_factory.h", |
Nicolas Ouellet-payeur | a819220 | 2018-07-09 18:37:43 | [diff] [blame] | 629 | "language/language_model_manager_factory.cc", |
| 630 | "language/language_model_manager_factory.h", |
Anthony Vallee-Dubois | e2432137a | 2019-01-17 20:06:01 | [diff] [blame] | 631 | "language/translate_frame_binder.cc", |
| 632 | "language/translate_frame_binder.h", |
Michael Martis | 98cd873 | 2017-07-14 03:26:19 | [diff] [blame] | 633 | "language/url_language_histogram_factory.cc", |
| 634 | "language/url_language_histogram_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 635 | "lifetime/application_lifetime.cc", |
| 636 | "lifetime/application_lifetime.h", |
| 637 | "lifetime/application_lifetime_mac.mm", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 638 | "lifetime/browser_shutdown.cc", |
| 639 | "lifetime/browser_shutdown.h", |
Joe DeBlasio | d3a6a87 | 2019-02-06 01:53:31 | [diff] [blame] | 640 | "lookalikes/lookalike_url_controller_client.cc", |
| 641 | "lookalikes/lookalike_url_controller_client.h", |
| 642 | "lookalikes/lookalike_url_interstitial_page.cc", |
| 643 | "lookalikes/lookalike_url_interstitial_page.h", |
Joe DeBlasio | 6e8409a | 2019-02-20 23:08:27 | [diff] [blame] | 644 | "lookalikes/lookalike_url_navigation_throttle.cc", |
| 645 | "lookalikes/lookalike_url_navigation_throttle.h", |
| 646 | "lookalikes/lookalike_url_service.cc", |
| 647 | "lookalikes/lookalike_url_service.h", |
Mustafa Emre Acer | 52bc9b9 | 2019-07-30 01:40:25 | [diff] [blame] | 648 | "lookalikes/lookalike_url_tab_storage.cc", |
| 649 | "lookalikes/lookalike_url_tab_storage.h", |
Joe DeBlasio | 1ed8640 | 2019-07-26 23:42:30 | [diff] [blame] | 650 | "lookalikes/safety_tips/reputation_service.cc", |
| 651 | "lookalikes/safety_tips/reputation_service.h", |
| 652 | "lookalikes/safety_tips/reputation_web_contents_observer.cc", |
| 653 | "lookalikes/safety_tips/reputation_web_contents_observer.h", |
Joe DeBlasio | 94c3bb098 | 2019-07-17 01:43:32 | [diff] [blame] | 654 | "lookalikes/safety_tips/safety_tip_ui.h", |
Joe DeBlasio | 7d60492 | 2019-08-08 19:56:36 | [diff] [blame] | 655 | "lookalikes/safety_tips/safety_tip_ui_helper.cc", |
| 656 | "lookalikes/safety_tips/safety_tip_ui_helper.h", |
Mustafa Emre Acer | b9ca6196 | 2019-07-25 06:24:13 | [diff] [blame] | 657 | "lookalikes/safety_tips/safety_tips_config.cc", |
| 658 | "lookalikes/safety_tips/safety_tips_config.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 659 | "mac/bluetooth_utility.h", |
| 660 | "mac/bluetooth_utility.mm", |
| 661 | "mac/dock.h", |
| 662 | "mac/dock.mm", |
rsesek | 1e145dc | 2016-12-07 19:40:27 | [diff] [blame] | 663 | "mac/exception_processor.h", |
| 664 | "mac/exception_processor.mm", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 665 | "mac/install_from_dmg.h", |
| 666 | "mac/install_from_dmg.mm", |
| 667 | "mac/keystone_glue.h", |
| 668 | "mac/keystone_glue.mm", |
| 669 | "mac/keystone_registration.h", |
| 670 | "mac/keystone_registration.mm", |
| 671 | "mac/mac_startup_profiler.cc", |
| 672 | "mac/mac_startup_profiler.h", |
| 673 | "mac/master_prefs.h", |
| 674 | "mac/master_prefs.mm", |
| 675 | "mac/nsprocessinfo_additions.h", |
| 676 | "mac/nsprocessinfo_additions.mm", |
| 677 | "mac/relauncher.h", |
| 678 | "mac/relauncher.mm", |
Xiangjun Zhang | bb31035 | 2018-07-14 02:04:58 | [diff] [blame] | 679 | "media/cast_mirroring_service_host.cc", |
| 680 | "media/cast_mirroring_service_host.h", |
thakis | 678822e | 2017-04-20 17:20:34 | [diff] [blame] | 681 | "media/cast_remoting_connector.cc", |
| 682 | "media/cast_remoting_connector.h", |
raymes | 2edae96 | 2017-04-10 23:56:02 | [diff] [blame] | 683 | "media/media_access_handler.cc", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 684 | "media/media_access_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 685 | "media/media_device_id_salt.cc", |
| 686 | "media/media_device_id_salt.h", |
Mounir Lamouri | cc3ecbd | 2017-05-18 11:16:56 | [diff] [blame] | 687 | "media/media_engagement_contents_observer.cc", |
| 688 | "media/media_engagement_contents_observer.h", |
Becca Hughes | 0261a08 | 2017-12-11 16:26:38 | [diff] [blame] | 689 | "media/media_engagement_preloaded_list.cc", |
| 690 | "media/media_engagement_preloaded_list.h", |
Becca Hughes | e06e83a | 2017-07-04 16:28:17 | [diff] [blame] | 691 | "media/media_engagement_score.cc", |
| 692 | "media/media_engagement_score.h", |
mlamouri | aba690d | 2017-05-09 17:16:40 | [diff] [blame] | 693 | "media/media_engagement_service.cc", |
| 694 | "media/media_engagement_service.h", |
| 695 | "media/media_engagement_service_factory.cc", |
| 696 | "media/media_engagement_service_factory.h", |
Mounir Lamouri | cf03ec5 | 2017-12-01 14:00:38 | [diff] [blame] | 697 | "media/media_engagement_session.cc", |
| 698 | "media/media_engagement_session.h", |
John Rummell | e5621c1 | 2017-09-05 23:52:10 | [diff] [blame] | 699 | "media/media_storage_id_salt.cc", |
| 700 | "media/media_storage_id_salt.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 701 | "media/midi_permission_context.cc", |
| 702 | "media/midi_permission_context.h", |
raymes | c2cf640f | 2017-05-29 01:35:27 | [diff] [blame] | 703 | "media/midi_sysex_permission_context.cc", |
| 704 | "media/midi_sysex_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 705 | "media/output_protection_proxy.cc", |
| 706 | "media/output_protection_proxy.h", |
John Rummell | 1b5da610 | 2017-11-02 02:15:45 | [diff] [blame] | 707 | "media/platform_verification_impl.cc", |
| 708 | "media/platform_verification_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 709 | "media/router/media_router_feature.cc", |
| 710 | "media/router/media_router_feature.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 711 | "media/webrtc/audio_debug_recordings_handler.cc", |
| 712 | "media/webrtc/audio_debug_recordings_handler.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 713 | "media/webrtc/desktop_media_list.h", |
| 714 | "media/webrtc/desktop_media_list_base.cc", |
| 715 | "media/webrtc/desktop_media_list_base.h", |
Jeffrey Kardatzke | 3ac0c0f | 2018-01-31 02:05:40 | [diff] [blame] | 716 | "media/webrtc/desktop_media_picker.cc", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 717 | "media/webrtc/desktop_media_picker.h", |
Emircan Uysaler | 54124ea | 2018-08-09 23:20:38 | [diff] [blame] | 718 | "media/webrtc/desktop_media_picker_factory.cc", |
| 719 | "media/webrtc/desktop_media_picker_factory.h", |
Suman Kancherla | cd81063 | 2019-04-18 02:49:39 | [diff] [blame] | 720 | "media/webrtc/desktop_media_picker_manager.cc", |
| 721 | "media/webrtc/desktop_media_picker_manager.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 722 | "media/webrtc/media_capture_devices_dispatcher.cc", |
| 723 | "media/webrtc/media_capture_devices_dispatcher.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 724 | "media/webrtc/media_stream_capture_indicator.cc", |
| 725 | "media/webrtc/media_stream_capture_indicator.h", |
| 726 | "media/webrtc/media_stream_device_permission_context.cc", |
| 727 | "media/webrtc/media_stream_device_permission_context.h", |
| 728 | "media/webrtc/media_stream_device_permissions.cc", |
| 729 | "media/webrtc/media_stream_device_permissions.h", |
| 730 | "media/webrtc/media_stream_devices_controller.cc", |
| 731 | "media/webrtc/media_stream_devices_controller.h", |
| 732 | "media/webrtc/native_desktop_media_list.cc", |
| 733 | "media/webrtc/native_desktop_media_list.h", |
| 734 | "media/webrtc/permission_bubble_media_access_handler.cc", |
| 735 | "media/webrtc/permission_bubble_media_access_handler.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 736 | "media/webrtc/webrtc_event_log_history.cc", |
| 737 | "media/webrtc/webrtc_event_log_history.h", |
| 738 | "media/webrtc/webrtc_event_log_manager.cc", |
| 739 | "media/webrtc/webrtc_event_log_manager.h", |
| 740 | "media/webrtc/webrtc_event_log_manager_common.cc", |
| 741 | "media/webrtc/webrtc_event_log_manager_common.h", |
Elad Alon | 0ef98df | 2018-07-26 18:10:17 | [diff] [blame] | 742 | "media/webrtc/webrtc_event_log_manager_keyed_service.cc", |
| 743 | "media/webrtc/webrtc_event_log_manager_keyed_service.h", |
| 744 | "media/webrtc/webrtc_event_log_manager_keyed_service_factory.cc", |
| 745 | "media/webrtc/webrtc_event_log_manager_keyed_service_factory.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 746 | "media/webrtc/webrtc_event_log_manager_local.cc", |
| 747 | "media/webrtc/webrtc_event_log_manager_local.h", |
| 748 | "media/webrtc/webrtc_event_log_manager_remote.cc", |
| 749 | "media/webrtc/webrtc_event_log_manager_remote.h", |
| 750 | "media/webrtc/webrtc_event_log_uploader.cc", |
| 751 | "media/webrtc/webrtc_event_log_uploader.h", |
Darin Fisher | f968ff6f | 2019-08-23 17:09:05 | [diff] [blame] | 752 | "media/webrtc/webrtc_log_buffer.cc", |
| 753 | "media/webrtc/webrtc_log_buffer.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 754 | "media/webrtc/webrtc_log_uploader.cc", |
| 755 | "media/webrtc/webrtc_log_uploader.h", |
| 756 | "media/webrtc/webrtc_log_util.cc", |
| 757 | "media/webrtc/webrtc_log_util.h", |
Darin Fisher | 09aa722 | 2019-08-29 09:27:36 | [diff] [blame] | 758 | "media/webrtc/webrtc_logging_controller.cc", |
| 759 | "media/webrtc/webrtc_logging_controller.h", |
Lei Zhang | 5802234 | 2018-10-02 16:46:40 | [diff] [blame] | 760 | "media/webrtc/webrtc_rtp_dump_handler.cc", |
| 761 | "media/webrtc/webrtc_rtp_dump_handler.h", |
| 762 | "media/webrtc/webrtc_rtp_dump_writer.cc", |
| 763 | "media/webrtc/webrtc_rtp_dump_writer.h", |
| 764 | "media/webrtc/webrtc_text_log_handler.cc", |
| 765 | "media/webrtc/webrtc_text_log_handler.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 766 | "media/webrtc/window_icon_util.h", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 767 | "media/webrtc/window_icon_util_chromeos.cc", |
| 768 | "media/webrtc/window_icon_util_mac.mm", |
| 769 | "media/webrtc/window_icon_util_win.cc", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 770 | "memory_details.cc", |
| 771 | "memory_details.h", |
| 772 | "memory_details_android.cc", |
| 773 | "memory_details_linux.cc", |
| 774 | "memory_details_mac.cc", |
| 775 | "memory_details_win.cc", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 776 | "metrics/antivirus_metrics_provider_win.cc", |
| 777 | "metrics/antivirus_metrics_provider_win.h", |
Ken Buchanan | 881a29a | 2019-02-08 23:13:29 | [diff] [blame] | 778 | "metrics/bluetooth_available_utility.cc", |
| 779 | "metrics/bluetooth_available_utility.h", |
mblsha | 3cfcb7c | 2017-04-20 14:59:39 | [diff] [blame] | 780 | "metrics/browser_window_histogram_helper.cc", |
| 781 | "metrics/browser_window_histogram_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 782 | "metrics/chrome_browser_main_extra_parts_metrics.cc", |
| 783 | "metrics/chrome_browser_main_extra_parts_metrics.h", |
| 784 | "metrics/chrome_browser_main_extra_parts_metrics_mac.mm", |
Xi Han | 07bad289 | 2018-10-04 15:13:58 | [diff] [blame] | 785 | "metrics/chrome_feature_list_creator.cc", |
| 786 | "metrics/chrome_feature_list_creator.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 787 | "metrics/chrome_metrics_service_accessor.cc", |
| 788 | "metrics/chrome_metrics_service_accessor.h", |
| 789 | "metrics/chrome_metrics_service_client.cc", |
| 790 | "metrics/chrome_metrics_service_client.h", |
| 791 | "metrics/chrome_metrics_services_manager_client.cc", |
| 792 | "metrics/chrome_metrics_services_manager_client.h", |
| 793 | "metrics/chrome_stability_metrics_provider.cc", |
| 794 | "metrics/chrome_stability_metrics_provider.h", |
| 795 | "metrics/field_trial_synchronizer.cc", |
| 796 | "metrics/field_trial_synchronizer.h", |
| 797 | "metrics/google_update_metrics_provider_win.cc", |
| 798 | "metrics/google_update_metrics_provider_win.h", |
| 799 | "metrics/https_engagement_metrics_provider.cc", |
| 800 | "metrics/https_engagement_metrics_provider.h", |
Alexei Svitkine | a19a825 | 2019-03-21 10:02:44 | [diff] [blame] | 801 | "metrics/incognito_observer.cc", |
| 802 | "metrics/incognito_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 803 | "metrics/jumplist_metrics_win.cc", |
| 804 | "metrics/jumplist_metrics_win.h", |
| 805 | "metrics/metrics_memory_details.cc", |
| 806 | "metrics/metrics_memory_details.h", |
| 807 | "metrics/metrics_reporting_state.cc", |
| 808 | "metrics/metrics_reporting_state.h", |
tbansal | 9b3dd2bc | 2017-01-11 06:12:59 | [diff] [blame] | 809 | "metrics/network_quality_estimator_provider_impl.cc", |
| 810 | "metrics/network_quality_estimator_provider_impl.h", |
Charles Harrison | dd9b1f9 | 2017-11-08 19:46:28 | [diff] [blame] | 811 | "metrics/oom/out_of_memory_reporter.cc", |
| 812 | "metrics/oom/out_of_memory_reporter.h", |
Sidney San MartÃn | 3bd1f5e | 2018-08-15 22:51:31 | [diff] [blame] | 813 | "metrics/power_metrics_provider_mac.h", |
| 814 | "metrics/power_metrics_provider_mac.mm", |
erikchen | a6e5f68 | 2017-05-12 20:39:20 | [diff] [blame] | 815 | "metrics/process_memory_metrics_emitter.cc", |
| 816 | "metrics/process_memory_metrics_emitter.h", |
keishi | 2c94c4d | 2017-03-09 05:13:15 | [diff] [blame] | 817 | "metrics/renderer_uptime_tracker.cc", |
| 818 | "metrics/renderer_uptime_tracker.h", |
| 819 | "metrics/renderer_uptime_web_contents_observer.cc", |
| 820 | "metrics/renderer_uptime_web_contents_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 821 | "metrics/sampling_metrics_provider.cc", |
| 822 | "metrics/sampling_metrics_provider.h", |
| 823 | "metrics/subprocess_metrics_provider.cc", |
| 824 | "metrics/subprocess_metrics_provider.h", |
Caroline Rising | 2ed4950 | 2019-06-19 23:05:22 | [diff] [blame] | 825 | "metrics/tab_count_metrics.cc", |
| 826 | "metrics/tab_count_metrics.h", |
Tom McKee | 9cd252e | 2018-10-19 14:09:16 | [diff] [blame] | 827 | "metrics/tab_footprint_aggregator.cc", |
| 828 | "metrics/tab_footprint_aggregator.h", |
Robert Kaplow | a5bcf62 | 2018-02-12 16:24:52 | [diff] [blame] | 829 | "metrics/testing/metrics_reporting_pref_helper.cc", |
| 830 | "metrics/testing/metrics_reporting_pref_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 831 | "metrics/thread_watcher.cc", |
| 832 | "metrics/thread_watcher.h", |
| 833 | "metrics/thread_watcher_android.cc", |
| 834 | "metrics/thread_watcher_android.h", |
| 835 | "metrics/thread_watcher_report_hang.cc", |
| 836 | "metrics/thread_watcher_report_hang.h", |
Rayan Kanso | 05e7ca1 | 2019-05-03 20:42:50 | [diff] [blame] | 837 | "metrics/ukm_background_recorder_service.cc", |
| 838 | "metrics/ukm_background_recorder_service.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 839 | "metrics/variations/chrome_variations_service_client.cc", |
| 840 | "metrics/variations/chrome_variations_service_client.h", |
Marijn Kruisselbrink | 2ce2a9a | 2019-07-10 00:30:38 | [diff] [blame] | 841 | "native_file_system/chrome_native_file_system_permission_context.cc", |
| 842 | "native_file_system/chrome_native_file_system_permission_context.h", |
| 843 | "native_file_system/native_file_system_permission_context_factory.cc", |
| 844 | "native_file_system/native_file_system_permission_context_factory.h", |
Marijn Kruisselbrink | b65e2c8b | 2019-07-11 16:00:09 | [diff] [blame] | 845 | "native_file_system/native_file_system_permission_request_manager.cc", |
| 846 | "native_file_system/native_file_system_permission_request_manager.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 847 | "native_window_notification_source.h", |
Lu Chen | 5bec7a30 | 2018-06-26 18:52:32 | [diff] [blame] | 848 | "navigation_predictor/navigation_predictor.cc", |
| 849 | "navigation_predictor/navigation_predictor.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 850 | "net/chrome_cookie_notification_details.h", |
mmenke | 1bb4d98 | 2017-06-09 22:22:05 | [diff] [blame] | 851 | "net/chrome_mojo_proxy_resolver_factory.cc", |
| 852 | "net/chrome_mojo_proxy_resolver_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 853 | "net/chrome_network_delegate.cc", |
| 854 | "net/chrome_network_delegate.h", |
John Abd-El-Malek | 19fcd26 | 2018-03-28 22:12:39 | [diff] [blame] | 855 | "net/chrome_report_sender.cc", |
| 856 | "net/chrome_report_sender.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 857 | "net/dns_probe_runner.cc", |
| 858 | "net/dns_probe_runner.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 859 | "net/dns_probe_service.h", |
Matt Mueller | daa304b | 2019-02-28 22:59:40 | [diff] [blame] | 860 | "net/dns_probe_service_factory.cc", |
| 861 | "net/dns_probe_service_factory.h", |
dalyk | 272d4b0 | 2019-08-14 00:37:51 | [diff] [blame] | 862 | "net/dns_util.cc", |
| 863 | "net/dns_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 864 | "net/file_downloader.cc", |
| 865 | "net/file_downloader.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 866 | "net/net_error_diagnostics_dialog.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 867 | "net/net_error_diagnostics_dialog_win.cc", |
| 868 | "net/net_error_tab_helper.cc", |
| 869 | "net/net_error_tab_helper.h", |
wangyix | 1f2d9429 | 2017-02-15 21:05:26 | [diff] [blame] | 870 | "net/net_export_helper.cc", |
| 871 | "net/net_export_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 872 | "net/prediction_options.cc", |
| 873 | "net/prediction_options.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 874 | "net/probe_message.cc", |
| 875 | "net/probe_message.h", |
mmenke | 0d1d09c3 | 2017-07-23 20:19:13 | [diff] [blame] | 876 | "net/profile_network_context_service.cc", |
| 877 | "net/profile_network_context_service.h", |
| 878 | "net/profile_network_context_service_factory.cc", |
| 879 | "net/profile_network_context_service_factory.h", |
Matt Menke | d0d0d050 | 2017-12-01 19:00:50 | [diff] [blame] | 880 | "net/proxy_config_monitor.cc", |
| 881 | "net/proxy_config_monitor.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 882 | "net/proxy_service_factory.cc", |
| 883 | "net/proxy_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 884 | "net/referrer.cc", |
| 885 | "net/referrer.h", |
Steven Bingler | ace5fd2 | 2019-08-20 21:01:20 | [diff] [blame] | 886 | "net/secure_dns_policy_handler.cc", |
| 887 | "net/secure_dns_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 888 | "net/service_providers_win.cc", |
| 889 | "net/service_providers_win.h", |
mmenke | f73a512 | 2017-07-13 23:27:39 | [diff] [blame] | 890 | "net/system_network_context_manager.cc", |
| 891 | "net/system_network_context_manager.h", |
dvallet | 233f57ab | 2016-12-21 03:17:10 | [diff] [blame] | 892 | "net_benchmarking.cc", |
| 893 | "net_benchmarking.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 894 | "notifications/alert_dispatcher_mac.h", |
Anita Woodruff | 29eb39f | 2017-11-16 21:00:05 | [diff] [blame] | 895 | "notifications/metrics/notification_metrics_logger.cc", |
| 896 | "notifications/metrics/notification_metrics_logger.h", |
| 897 | "notifications/metrics/notification_metrics_logger_factory.cc", |
| 898 | "notifications/metrics/notification_metrics_logger_factory.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 899 | "notifications/non_persistent_notification_handler.cc", |
| 900 | "notifications/non_persistent_notification_handler.h", |
awdf | 338aa5e | 2017-06-09 14:14:11 | [diff] [blame] | 901 | "notifications/notification_channels_provider_android.cc", |
| 902 | "notifications/notification_channels_provider_android.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 903 | "notifications/notification_common.cc", |
| 904 | "notifications/notification_common.h", |
miguelg | abf610a | 2017-06-02 17:31:43 | [diff] [blame] | 905 | "notifications/notification_display_service.cc", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 906 | "notifications/notification_display_service.h", |
| 907 | "notifications/notification_display_service_factory.cc", |
| 908 | "notifications/notification_display_service_factory.h", |
Peter Beverloo | 7426194d | 2017-12-11 17:39:38 | [diff] [blame] | 909 | "notifications/notification_display_service_impl.cc", |
| 910 | "notifications/notification_display_service_impl.h", |
Peter Beverloo | 64337af | 2017-11-21 18:04:02 | [diff] [blame] | 911 | "notifications/notification_handler.cc", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 912 | "notifications/notification_handler.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 913 | "notifications/notification_permission_context.cc", |
| 914 | "notifications/notification_permission_context.h", |
Evan Stade | 25743923 | 2018-04-05 02:53:40 | [diff] [blame] | 915 | "notifications/notification_platform_bridge.cc", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 916 | "notifications/notification_platform_bridge.h", |
| 917 | "notifications/notification_platform_bridge_mac.h", |
| 918 | "notifications/notification_platform_bridge_mac.mm", |
Richard Knoll | 902601eb | 2019-03-14 17:37:11 | [diff] [blame] | 919 | "notifications/notification_trigger_scheduler.cc", |
| 920 | "notifications/notification_trigger_scheduler.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 921 | "notifications/notification_ui_manager.h", |
| 922 | "notifications/notifier_state_tracker.cc", |
| 923 | "notifications/notifier_state_tracker.h", |
| 924 | "notifications/notifier_state_tracker_factory.cc", |
| 925 | "notifications/notifier_state_tracker_factory.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 926 | "notifications/persistent_notification_handler.cc", |
| 927 | "notifications/persistent_notification_handler.h", |
Richard Knoll | d0eae96 | 2019-04-04 12:34:02 | [diff] [blame] | 928 | "notifications/platform_notification_service_factory.cc", |
| 929 | "notifications/platform_notification_service_factory.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 930 | "notifications/platform_notification_service_impl.cc", |
| 931 | "notifications/platform_notification_service_impl.h", |
Xing Liu | 548e30f | 2019-05-24 17:16:08 | [diff] [blame] | 932 | "notifications/scheduler/notification_background_task_scheduler_impl.cc", |
| 933 | "notifications/scheduler/notification_background_task_scheduler_impl.h", |
| 934 | "notifications/scheduler/notification_schedule_service_factory.cc", |
| 935 | "notifications/scheduler/notification_schedule_service_factory.h", |
Evan Stade | ea9be28f | 2018-02-06 18:32:31 | [diff] [blame] | 936 | "notifications/system_notification_helper.cc", |
| 937 | "notifications/system_notification_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 938 | "ntp_snippets/content_suggestions_service_factory.cc", |
| 939 | "ntp_snippets/content_suggestions_service_factory.h", |
sfiera | 3cf8939 | 2017-01-13 13:53:43 | [diff] [blame] | 940 | "ntp_snippets/ntp_snippets_metrics.cc", |
| 941 | "ntp_snippets/ntp_snippets_metrics.h", |
kristipark | c019977 | 2018-07-18 05:25:42 | [diff] [blame] | 942 | "ntp_tiles/chrome_custom_links_manager_factory.cc", |
| 943 | "ntp_tiles/chrome_custom_links_manager_factory.h", |
sfiera | c35d272 | 2016-12-14 09:41:45 | [diff] [blame] | 944 | "ntp_tiles/chrome_most_visited_sites_factory.cc", |
| 945 | "ntp_tiles/chrome_most_visited_sites_factory.h", |
| 946 | "ntp_tiles/chrome_popular_sites_factory.cc", |
| 947 | "ntp_tiles/chrome_popular_sites_factory.h", |
dtrainor | e43c093 | 2017-03-20 21:14:22 | [diff] [blame] | 948 | "offline_items_collection/offline_content_aggregator_factory.cc", |
| 949 | "offline_items_collection/offline_content_aggregator_factory.h", |
Ce Chen | 8e8156df | 2019-07-16 21:13:12 | [diff] [blame] | 950 | "omnibox/common/omnibox_features.h", |
Sophie Chang | 2ea7af9 | 2019-07-29 22:29:55 | [diff] [blame] | 951 | "optimization_guide/optimization_guide_hints_manager.cc", |
| 952 | "optimization_guide/optimization_guide_hints_manager.h", |
| 953 | "optimization_guide/optimization_guide_keyed_service.cc", |
| 954 | "optimization_guide/optimization_guide_keyed_service.h", |
| 955 | "optimization_guide/optimization_guide_keyed_service_factory.cc", |
| 956 | "optimization_guide/optimization_guide_keyed_service_factory.h", |
Sophie Chang | 35b8e24 | 2019-08-20 22:35:17 | [diff] [blame] | 957 | "optimization_guide/optimization_guide_navigation_data.cc", |
| 958 | "optimization_guide/optimization_guide_navigation_data.h", |
Sophie Chang | fdceb0c | 2019-08-02 22:51:04 | [diff] [blame] | 959 | "optimization_guide/optimization_guide_web_contents_observer.cc", |
| 960 | "optimization_guide/optimization_guide_web_contents_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 961 | "page_load_metrics/metrics_navigation_throttle.cc", |
| 962 | "page_load_metrics/metrics_navigation_throttle.h", |
| 963 | "page_load_metrics/metrics_web_contents_observer.cc", |
| 964 | "page_load_metrics/metrics_web_contents_observer.h", |
| 965 | "page_load_metrics/observers/aborts_page_load_metrics_observer.cc", |
| 966 | "page_load_metrics/observers/aborts_page_load_metrics_observer.h", |
John Delaney | 72b38cb4 | 2019-02-04 19:47:13 | [diff] [blame] | 967 | "page_load_metrics/observers/ad_metrics/ads_page_load_metrics_observer.cc", |
| 968 | "page_load_metrics/observers/ad_metrics/ads_page_load_metrics_observer.h", |
| 969 | "page_load_metrics/observers/ad_metrics/frame_data.cc", |
| 970 | "page_load_metrics/observers/ad_metrics/frame_data.h", |
ryansturm | 675a97de | 2016-12-29 00:58:16 | [diff] [blame] | 971 | "page_load_metrics/observers/amp_page_load_metrics_observer.cc", |
| 972 | "page_load_metrics/observers/amp_page_load_metrics_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 973 | "page_load_metrics/observers/core_page_load_metrics_observer.cc", |
| 974 | "page_load_metrics/observers/core_page_load_metrics_observer.h", |
| 975 | "page_load_metrics/observers/data_reduction_proxy_metrics_observer.cc", |
| 976 | "page_load_metrics/observers/data_reduction_proxy_metrics_observer.h", |
Robert Ogden | e21cc524 | 2018-11-27 22:14:22 | [diff] [blame] | 977 | "page_load_metrics/observers/data_reduction_proxy_metrics_observer_base.cc", |
| 978 | "page_load_metrics/observers/data_reduction_proxy_metrics_observer_base.h", |
rajendrant | 74f3e3d | 2018-07-12 08:45:55 | [diff] [blame] | 979 | "page_load_metrics/observers/data_saver_site_breakdown_metrics_observer.cc", |
| 980 | "page_load_metrics/observers/data_saver_site_breakdown_metrics_observer.h", |
rajendrant | af64d71 | 2019-01-08 06:48:42 | [diff] [blame] | 981 | "page_load_metrics/observers/data_use_metrics_observer.cc", |
| 982 | "page_load_metrics/observers/data_use_metrics_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 983 | "page_load_metrics/observers/document_write_page_load_metrics_observer.cc", |
| 984 | "page_load_metrics/observers/document_write_page_load_metrics_observer.h", |
Annie Sullivan | 356a84d0 | 2019-01-25 22:22:34 | [diff] [blame] | 985 | "page_load_metrics/observers/foreground_duration_ukm_observer.cc", |
| 986 | "page_load_metrics/observers/foreground_duration_ukm_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 987 | "page_load_metrics/observers/from_gws_page_load_metrics_observer.cc", |
| 988 | "page_load_metrics/observers/from_gws_page_load_metrics_observer.h", |
Kunihiko Sakamoto | 428cfddd | 2017-12-15 05:07:30 | [diff] [blame] | 989 | "page_load_metrics/observers/histogram_suffixes.cc", |
| 990 | "page_load_metrics/observers/histogram_suffixes.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 991 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_page_load_metrics_observer.cc", |
| 992 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_page_load_metrics_observer.h", |
| 993 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_service.cc", |
| 994 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_service.h", |
| 995 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_service_factory.cc", |
| 996 | "page_load_metrics/observers/https_engagement_metrics/https_engagement_service_factory.h", |
Liquan(Max) Gu | 59ab15b | 2019-03-08 00:26:24 | [diff] [blame] | 997 | "page_load_metrics/observers/largest_contentful_paint_handler.cc", |
| 998 | "page_load_metrics/observers/largest_contentful_paint_handler.h", |
Scott Haseley | 45294ec1 | 2018-08-24 18:52:00 | [diff] [blame] | 999 | "page_load_metrics/observers/live_tab_count_page_load_metrics_observer.cc", |
| 1000 | "page_load_metrics/observers/live_tab_count_page_load_metrics_observer.h", |
trevordixon | 3eb67a8 | 2017-06-09 12:21:32 | [diff] [blame] | 1001 | "page_load_metrics/observers/loading_predictor_page_load_metrics_observer.cc", |
| 1002 | "page_load_metrics/observers/loading_predictor_page_load_metrics_observer.h", |
Uttam Thakore | 54c314a | 2017-07-07 20:50:35 | [diff] [blame] | 1003 | "page_load_metrics/observers/local_network_requests_page_load_metrics_observer.cc", |
| 1004 | "page_load_metrics/observers/local_network_requests_page_load_metrics_observer.h", |
ryansturm | 09fb15d | 2017-03-16 00:14:55 | [diff] [blame] | 1005 | "page_load_metrics/observers/media_page_load_metrics_observer.cc", |
| 1006 | "page_load_metrics/observers/media_page_load_metrics_observer.h", |
ksakamoto | da5f02d5 | 2017-06-21 02:55:22 | [diff] [blame] | 1007 | "page_load_metrics/observers/multi_tab_loading_page_load_metrics_observer.cc", |
| 1008 | "page_load_metrics/observers/multi_tab_loading_page_load_metrics_observer.h", |
droger | c154315 | 2016-09-20 13:03:37 | [diff] [blame] | 1009 | "page_load_metrics/observers/no_state_prefetch_page_load_metrics_observer.cc", |
| 1010 | "page_load_metrics/observers/no_state_prefetch_page_load_metrics_observer.h", |
Doug Arnett | bb00497 | 2017-11-27 17:54:11 | [diff] [blame] | 1011 | "page_load_metrics/observers/offline_page_previews_page_load_metrics_observer.cc", |
| 1012 | "page_load_metrics/observers/offline_page_previews_page_load_metrics_observer.h", |
lpy | 71bcf50 | 2017-04-04 03:29:05 | [diff] [blame] | 1013 | "page_load_metrics/observers/omnibox_suggestion_used_page_load_metrics_observer.cc", |
| 1014 | "page_load_metrics/observers/omnibox_suggestion_used_page_load_metrics_observer.h", |
Robert Ogden | 160bbe0 | 2018-11-29 01:36:11 | [diff] [blame] | 1015 | "page_load_metrics/observers/previews_lite_page_redirect_metrics_observer.cc", |
| 1016 | "page_load_metrics/observers/previews_lite_page_redirect_metrics_observer.h", |
Doug Arnett | 5b47653 | 2018-10-11 19:56:27 | [diff] [blame] | 1017 | "page_load_metrics/observers/previews_page_load_metrics_observer.cc", |
| 1018 | "page_load_metrics/observers/previews_page_load_metrics_observer.h", |
ryansturm | 1806f8e1 | 2017-07-17 20:54:03 | [diff] [blame] | 1019 | "page_load_metrics/observers/previews_ukm_observer.cc", |
| 1020 | "page_load_metrics/observers/previews_ukm_observer.h", |
jkarlin | bb15011 | 2016-11-02 17:55:11 | [diff] [blame] | 1021 | "page_load_metrics/observers/protocol_page_load_metrics_observer.cc", |
| 1022 | "page_load_metrics/observers/protocol_page_load_metrics_observer.h", |
John Delaney | 037fdae | 2019-03-25 21:37:52 | [diff] [blame] | 1023 | "page_load_metrics/observers/resource_metrics_observer.cc", |
| 1024 | "page_load_metrics/observers/resource_metrics_observer.h", |
Robert Ogden | 11a4d06d | 2018-06-13 16:58:53 | [diff] [blame] | 1025 | "page_load_metrics/observers/scheme_page_load_metrics_observer.cc", |
| 1026 | "page_load_metrics/observers/scheme_page_load_metrics_observer.h", |
Christopher Thompson | b49d534 | 2018-02-21 00:12:00 | [diff] [blame] | 1027 | "page_load_metrics/observers/security_state_page_load_metrics_observer.cc", |
| 1028 | "page_load_metrics/observers/security_state_page_load_metrics_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1029 | "page_load_metrics/observers/service_worker_page_load_metrics_observer.cc", |
| 1030 | "page_load_metrics/observers/service_worker_page_load_metrics_observer.h", |
Kouhei Ueno | b3d334b | 2018-09-14 03:37:06 | [diff] [blame] | 1031 | "page_load_metrics/observers/signed_exchange_page_load_metrics_observer.cc", |
| 1032 | "page_load_metrics/observers/signed_exchange_page_load_metrics_observer.h", |
ryansturm | 248635a | 2017-02-22 14:35:59 | [diff] [blame] | 1033 | "page_load_metrics/observers/tab_restore_page_load_metrics_observer.cc", |
| 1034 | "page_load_metrics/observers/tab_restore_page_load_metrics_observer.h", |
Josh Karlin | daba3932 | 2019-07-17 23:24:33 | [diff] [blame] | 1035 | "page_load_metrics/observers/third_party_metrics_observer.cc", |
| 1036 | "page_load_metrics/observers/third_party_metrics_observer.h", |
oysteine | b766497 | 2017-02-01 19:18:48 | [diff] [blame] | 1037 | "page_load_metrics/observers/ukm_page_load_metrics_observer.cc", |
| 1038 | "page_load_metrics/observers/ukm_page_load_metrics_observer.h", |
Luna Lu | b9740cb | 2017-11-06 20:10:59 | [diff] [blame] | 1039 | "page_load_metrics/observers/use_counter/ukm_features.cc", |
Luna Lu | 4fdef4e6 | 2017-07-28 18:30:37 | [diff] [blame] | 1040 | "page_load_metrics/observers/use_counter_page_load_metrics_observer.cc", |
| 1041 | "page_load_metrics/observers/use_counter_page_load_metrics_observer.h", |
bmcquade | 0563b18 | 2016-10-25 01:30:12 | [diff] [blame] | 1042 | "page_load_metrics/page_load_metrics_embedder_interface.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1043 | "page_load_metrics/page_load_metrics_initialize.cc", |
| 1044 | "page_load_metrics/page_load_metrics_initialize.h", |
| 1045 | "page_load_metrics/page_load_metrics_observer.cc", |
| 1046 | "page_load_metrics/page_load_metrics_observer.h", |
John Delaney | acfd616 | 2019-03-11 21:43:07 | [diff] [blame] | 1047 | "page_load_metrics/page_load_metrics_observer_delegate.h", |
bmcquade | 000cea8 | 2017-05-25 13:00:55 | [diff] [blame] | 1048 | "page_load_metrics/page_load_metrics_update_dispatcher.cc", |
| 1049 | "page_load_metrics/page_load_metrics_update_dispatcher.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1050 | "page_load_metrics/page_load_metrics_util.cc", |
| 1051 | "page_load_metrics/page_load_metrics_util.h", |
bmcquade | 0563b18 | 2016-10-25 01:30:12 | [diff] [blame] | 1052 | "page_load_metrics/page_load_tracker.cc", |
| 1053 | "page_load_metrics/page_load_tracker.h", |
Charlie Harrison | 7c0253b | 2019-05-15 16:24:43 | [diff] [blame] | 1054 | "page_load_metrics/protocol_util.cc", |
| 1055 | "page_load_metrics/protocol_util.h", |
John Delaney | 317784c | 2019-03-22 01:31:01 | [diff] [blame] | 1056 | "page_load_metrics/resource_tracker.cc", |
| 1057 | "page_load_metrics/resource_tracker.h", |
Marc Treib | 6b21580 | 2019-08-29 16:31:20 | [diff] [blame] | 1058 | "password_manager/account_storage/account_password_store_factory.cc", |
| 1059 | "password_manager/account_storage/account_password_store_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1060 | "password_manager/chrome_password_manager_client.cc", |
| 1061 | "password_manager/chrome_password_manager_client.h", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 1062 | "password_manager/password_manager_util_mac.h", |
| 1063 | "password_manager/password_manager_util_mac.mm", |
| 1064 | "password_manager/password_manager_util_win.cc", |
| 1065 | "password_manager/password_manager_util_win.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1066 | "password_manager/password_store_factory.cc", |
| 1067 | "password_manager/password_store_factory.h", |
Christos Froussios | c2c1737 | 2018-02-15 09:41:48 | [diff] [blame] | 1068 | "password_manager/reauth_purpose.h", |
Jinho Bang | 22de3a9 | 2018-02-27 18:16:22 | [diff] [blame] | 1069 | "payments/payment_handler_permission_context.cc", |
| 1070 | "payments/payment_handler_permission_context.h", |
rouslan | 6e3cf7c6 | 2017-04-17 21:23:28 | [diff] [blame] | 1071 | "payments/ssl_validity_checker.cc", |
Sigurdur Asgeirsson | 27499a4 | 2019-02-21 14:23:20 | [diff] [blame] | 1072 | "performance_manager/browser_child_process_watcher.cc", |
| 1073 | "performance_manager/browser_child_process_watcher.h", |
Sigurdur Asgeirsson | 54b7270 | 2019-04-12 14:18:54 | [diff] [blame] | 1074 | "performance_manager/chrome_browser_main_extra_parts_performance_manager.cc", |
| 1075 | "performance_manager/chrome_browser_main_extra_parts_performance_manager.h", |
Sigurdur Asgeirsson | 7069667 | 2019-02-08 16:14:51 | [diff] [blame] | 1076 | "performance_manager/chrome_content_browser_client_performance_manager_part.cc", |
| 1077 | "performance_manager/chrome_content_browser_client_performance_manager_part.h", |
Francois Doray | 55aea38 | 2019-09-04 19:58:43 | [diff] [blame] | 1078 | "performance_manager/decorators/freeze_origin_trial_policy_aggregator.cc", |
| 1079 | "performance_manager/decorators/freeze_origin_trial_policy_aggregator.h", |
Chris Hamilton | 90e810f | 2019-04-15 19:02:25 | [diff] [blame] | 1080 | "performance_manager/decorators/frozen_frame_aggregator.cc", |
| 1081 | "performance_manager/decorators/frozen_frame_aggregator.h", |
Chris Hamilton | 0199750 | 2019-02-26 17:31:31 | [diff] [blame] | 1082 | "performance_manager/decorators/page_almost_idle_decorator.cc", |
| 1083 | "performance_manager/decorators/page_almost_idle_decorator.h", |
Sebastien Marchand | 64fa4f012 | 2019-08-28 17:16:29 | [diff] [blame] | 1084 | "performance_manager/decorators/process_metrics_decorator.cc", |
| 1085 | "performance_manager/decorators/process_metrics_decorator.h", |
Chris Hamilton | d40cc589 | 2019-07-18 22:00:08 | [diff] [blame] | 1086 | "performance_manager/frame_priority/frame_priority.cc", |
Chris Hamilton | c41d5e3 | 2019-08-23 00:36:15 | [diff] [blame] | 1087 | "performance_manager/frame_priority/max_vote_aggregator.cc", |
Chris Hamilton | 5af397d | 2019-08-01 21:18:21 | [diff] [blame] | 1088 | "performance_manager/frame_priority/override_vote_aggregator.cc", |
Chris Hamilton | 3e59887 | 2019-05-06 16:15:13 | [diff] [blame] | 1089 | "performance_manager/graph/frame_node.cc", |
Sigurdur Asgeirsson | 2cfd5933 | 2019-02-07 17:42:37 | [diff] [blame] | 1090 | "performance_manager/graph/frame_node_impl.cc", |
| 1091 | "performance_manager/graph/frame_node_impl.h", |
Chris Hamilton | 3e59887 | 2019-05-06 16:15:13 | [diff] [blame] | 1092 | "performance_manager/graph/graph.cc", |
Chris Hamilton | a170ac54 | 2019-05-01 21:39:51 | [diff] [blame] | 1093 | "performance_manager/graph/graph_impl.cc", |
| 1094 | "performance_manager/graph/graph_impl.h", |
Chris Hamilton | 75ae796 | 2019-06-27 20:31:09 | [diff] [blame] | 1095 | "performance_manager/graph/graph_impl_operations.cc", |
| 1096 | "performance_manager/graph/graph_impl_operations.h", |
| 1097 | "performance_manager/graph/graph_operations.cc", |
Chris Hamilton | 77da59d | 2019-06-04 15:59:32 | [diff] [blame] | 1098 | "performance_manager/graph/node.cc", |
Chris Hamilton | 489ec3c | 2019-03-14 18:47:06 | [diff] [blame] | 1099 | "performance_manager/graph/node_attached_data.cc", |
| 1100 | "performance_manager/graph/node_attached_data.h", |
| 1101 | "performance_manager/graph/node_attached_data_impl.h", |
Sigurdur Asgeirsson | 2cfd5933 | 2019-02-07 17:42:37 | [diff] [blame] | 1102 | "performance_manager/graph/node_base.cc", |
| 1103 | "performance_manager/graph/node_base.h", |
Chris Hamilton | 3e59887 | 2019-05-06 16:15:13 | [diff] [blame] | 1104 | "performance_manager/graph/node_type.h", |
| 1105 | "performance_manager/graph/page_node.cc", |
Sigurdur Asgeirsson | 2cfd5933 | 2019-02-07 17:42:37 | [diff] [blame] | 1106 | "performance_manager/graph/page_node_impl.cc", |
| 1107 | "performance_manager/graph/page_node_impl.h", |
Brian Geffon | 134e77c5 | 2019-07-30 21:49:58 | [diff] [blame] | 1108 | "performance_manager/graph/policies/policy_features.cc", |
| 1109 | "performance_manager/graph/policies/policy_features.h", |
| 1110 | "performance_manager/graph/policies/working_set_trimmer_policy.cc", |
| 1111 | "performance_manager/graph/policies/working_set_trimmer_policy.h", |
| 1112 | "performance_manager/graph/policies/working_set_trimmer_policy_chromeos.cc", |
| 1113 | "performance_manager/graph/policies/working_set_trimmer_policy_chromeos.h", |
| 1114 | "performance_manager/graph/policies/working_set_trimmer_policy_win.cc", |
| 1115 | "performance_manager/graph/policies/working_set_trimmer_policy_win.h", |
Chris Hamilton | 3e59887 | 2019-05-06 16:15:13 | [diff] [blame] | 1116 | "performance_manager/graph/process_node.cc", |
Sigurdur Asgeirsson | 2cfd5933 | 2019-02-07 17:42:37 | [diff] [blame] | 1117 | "performance_manager/graph/process_node_impl.cc", |
| 1118 | "performance_manager/graph/process_node_impl.h", |
Chris Hamilton | 02205726 | 2019-04-01 23:37:21 | [diff] [blame] | 1119 | "performance_manager/graph/properties.h", |
Chris Hamilton | 3e59887 | 2019-05-06 16:15:13 | [diff] [blame] | 1120 | "performance_manager/graph/system_node.cc", |
Sigurdur Asgeirsson | 2cfd5933 | 2019-02-07 17:42:37 | [diff] [blame] | 1121 | "performance_manager/graph/system_node_impl.cc", |
| 1122 | "performance_manager/graph/system_node_impl.h", |
Patrick Monette | 514a543 | 2019-08-12 22:00:47 | [diff] [blame] | 1123 | "performance_manager/graph/worker_node.cc", |
| 1124 | "performance_manager/graph/worker_node_impl.cc", |
| 1125 | "performance_manager/graph/worker_node_impl.h", |
Brian Geffon | e8865fd5 | 2019-07-17 20:52:36 | [diff] [blame] | 1126 | "performance_manager/mechanisms/working_set_trimmer.cc", |
| 1127 | "performance_manager/mechanisms/working_set_trimmer.h", |
| 1128 | "performance_manager/mechanisms/working_set_trimmer_chromeos.cc", |
| 1129 | "performance_manager/mechanisms/working_set_trimmer_chromeos.h", |
| 1130 | "performance_manager/mechanisms/working_set_trimmer_win.cc", |
| 1131 | "performance_manager/mechanisms/working_set_trimmer_win.h", |
Sigurdur Asgeirsson | 824ee8e | 2019-02-06 13:52:46 | [diff] [blame] | 1132 | "performance_manager/observers/background_metrics_reporter.h", |
Chris Hamilton | c5f0b26 | 2019-05-24 18:00:32 | [diff] [blame] | 1133 | "performance_manager/observers/isolation_context_metrics.cc", |
| 1134 | "performance_manager/observers/isolation_context_metrics.h", |
Sigurdur Asgeirsson | 824ee8e | 2019-02-06 13:52:46 | [diff] [blame] | 1135 | "performance_manager/observers/metrics_collector.cc", |
| 1136 | "performance_manager/observers/metrics_collector.h", |
Sigurdur Asgeirsson | 824ee8e | 2019-02-06 13:52:46 | [diff] [blame] | 1137 | "performance_manager/performance_manager.cc", |
| 1138 | "performance_manager/performance_manager.h", |
Sigurdur Asgeirsson | 9e169206 | 2019-04-03 17:06:29 | [diff] [blame] | 1139 | "performance_manager/performance_manager_clock.cc", |
| 1140 | "performance_manager/performance_manager_clock.h", |
Sigurdur Asgeirsson | 4121582 | 2019-02-21 14:12:45 | [diff] [blame] | 1141 | "performance_manager/performance_manager_tab_helper.cc", |
| 1142 | "performance_manager/performance_manager_tab_helper.h", |
Sebastien Marchand | cdc6c09 | 2019-05-13 19:56:41 | [diff] [blame] | 1143 | "performance_manager/persistence/site_data/exponential_moving_average.cc", |
| 1144 | "performance_manager/persistence/site_data/exponential_moving_average.h", |
| 1145 | "performance_manager/persistence/site_data/feature_usage.h", |
Sebastien Marchand | bfb9c36 | 2019-05-27 17:47:12 | [diff] [blame] | 1146 | "performance_manager/persistence/site_data/leveldb_site_data_store.cc", |
| 1147 | "performance_manager/persistence/site_data/leveldb_site_data_store.h", |
Sebastien Marchand | 9b7327b | 2019-07-11 23:08:32 | [diff] [blame] | 1148 | "performance_manager/persistence/site_data/non_recording_site_data_cache.cc", |
| 1149 | "performance_manager/persistence/site_data/non_recording_site_data_cache.h", |
Sebastien Marchand | 05d0c35 | 2019-05-24 21:15:53 | [diff] [blame] | 1150 | "performance_manager/persistence/site_data/noop_site_data_writer.cc", |
| 1151 | "performance_manager/persistence/site_data/noop_site_data_writer.h", |
Sebastien Marchand | 10f4a24 | 2019-06-03 16:19:41 | [diff] [blame] | 1152 | "performance_manager/persistence/site_data/site_data_cache.h", |
Sebastien Marchand | 05f6eee | 2019-07-15 15:46:36 | [diff] [blame] | 1153 | "performance_manager/persistence/site_data/site_data_cache_facade.cc", |
| 1154 | "performance_manager/persistence/site_data/site_data_cache_facade.h", |
Sebastien Marchand | d8dd737 | 2019-07-18 21:03:17 | [diff] [blame] | 1155 | "performance_manager/persistence/site_data/site_data_cache_facade_factory.cc", |
| 1156 | "performance_manager/persistence/site_data/site_data_cache_facade_factory.h", |
Sebastien Marchand | b96faa6 | 2019-06-18 13:41:28 | [diff] [blame] | 1157 | "performance_manager/persistence/site_data/site_data_cache_factory.cc", |
| 1158 | "performance_manager/persistence/site_data/site_data_cache_factory.h", |
Sebastien Marchand | 10f4a24 | 2019-06-03 16:19:41 | [diff] [blame] | 1159 | "performance_manager/persistence/site_data/site_data_cache_impl.cc", |
| 1160 | "performance_manager/persistence/site_data/site_data_cache_impl.h", |
Sebastien Marchand | 10f4a24 | 2019-06-03 16:19:41 | [diff] [blame] | 1161 | "performance_manager/persistence/site_data/site_data_cache_inspector.h", |
Sebastien Marchand | f5f40bc | 2019-05-21 20:17:54 | [diff] [blame] | 1162 | "performance_manager/persistence/site_data/site_data_impl.cc", |
| 1163 | "performance_manager/persistence/site_data/site_data_impl.h", |
Sebastien Marchand | 0bde35e4 | 2019-05-21 21:56:00 | [diff] [blame] | 1164 | "performance_manager/persistence/site_data/site_data_reader.cc", |
| 1165 | "performance_manager/persistence/site_data/site_data_reader.h", |
Sebastien Marchand | bfb9c36 | 2019-05-27 17:47:12 | [diff] [blame] | 1166 | "performance_manager/persistence/site_data/site_data_store.h", |
Sebastien Marchand | 80c83c2 | 2019-05-22 15:42:53 | [diff] [blame] | 1167 | "performance_manager/persistence/site_data/site_data_writer.cc", |
| 1168 | "performance_manager/persistence/site_data/site_data_writer.h", |
Sebastien Marchand | cdc6c09 | 2019-05-13 19:56:41 | [diff] [blame] | 1169 | "performance_manager/persistence/site_data/tab_visibility.h", |
Chris Hamilton | d40cc589 | 2019-07-18 22:00:08 | [diff] [blame] | 1170 | "performance_manager/public/frame_priority/frame_priority.h", |
Chris Hamilton | c41d5e3 | 2019-08-23 00:36:15 | [diff] [blame] | 1171 | "performance_manager/public/frame_priority/max_vote_aggregator.h", |
Chris Hamilton | 5af397d | 2019-08-01 21:18:21 | [diff] [blame] | 1172 | "performance_manager/public/frame_priority/override_vote_aggregator.h", |
Chris Hamilton | 3e59887 | 2019-05-06 16:15:13 | [diff] [blame] | 1173 | "performance_manager/public/graph/frame_node.h", |
| 1174 | "performance_manager/public/graph/graph.h", |
Chris Hamilton | 75ae796 | 2019-06-27 20:31:09 | [diff] [blame] | 1175 | "performance_manager/public/graph/graph_operations.h", |
Chris Hamilton | 77da59d | 2019-06-04 15:59:32 | [diff] [blame] | 1176 | "performance_manager/public/graph/node.h", |
Chris Hamilton | 70cf1d0 | 2019-05-08 16:40:30 | [diff] [blame] | 1177 | "performance_manager/public/graph/node_attached_data.h", |
Chris Hamilton | 3e59887 | 2019-05-06 16:15:13 | [diff] [blame] | 1178 | "performance_manager/public/graph/page_node.h", |
| 1179 | "performance_manager/public/graph/process_node.h", |
| 1180 | "performance_manager/public/graph/system_node.h", |
Patrick Monette | 514a543 | 2019-08-12 22:00:47 | [diff] [blame] | 1181 | "performance_manager/public/graph/worker_node.h", |
Brian Geffon | 1f5d709 | 2019-08-15 18:24:39 | [diff] [blame] | 1182 | "performance_manager/public/render_process_host_proxy.h", |
Chris Hamilton | 3874c24 | 2019-05-03 18:08:50 | [diff] [blame] | 1183 | "performance_manager/public/web_contents_proxy.h", |
Brian Geffon | 1f5d709 | 2019-08-15 18:24:39 | [diff] [blame] | 1184 | "performance_manager/render_process_host_proxy.cc", |
Sigurdur Asgeirsson | 7069667 | 2019-02-08 16:14:51 | [diff] [blame] | 1185 | "performance_manager/render_process_user_data.cc", |
| 1186 | "performance_manager/render_process_user_data.h", |
Chris Hamilton | 9565252 | 2019-04-11 19:49:06 | [diff] [blame] | 1187 | "performance_manager/web_contents_proxy.cc", |
Chris Hamilton | 3874c24 | 2019-05-03 18:08:50 | [diff] [blame] | 1188 | "performance_manager/web_contents_proxy_impl.cc", |
| 1189 | "performance_manager/web_contents_proxy_impl.h", |
Sigurdur Asgeirsson | 824ee8e | 2019-02-06 13:52:46 | [diff] [blame] | 1190 | "performance_manager/webui_graph_dump_impl.cc", |
| 1191 | "performance_manager/webui_graph_dump_impl.h", |
Sebastien Marchand | c5a7c4c4 | 2019-02-21 20:30:25 | [diff] [blame] | 1192 | "performance_monitor/metric_evaluator_helper_win.cc", |
| 1193 | "performance_monitor/metric_evaluator_helper_win.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1194 | "performance_monitor/process_metrics_history.cc", |
| 1195 | "performance_monitor/process_metrics_history.h", |
Sebastien Marchand | 96ff7c00 | 2019-01-22 18:06:40 | [diff] [blame] | 1196 | "performance_monitor/process_monitor.cc", |
| 1197 | "performance_monitor/process_monitor.h", |
Sebastien Marchand | 6362987 | 2019-01-28 19:34:44 | [diff] [blame] | 1198 | "performance_monitor/system_monitor.cc", |
| 1199 | "performance_monitor/system_monitor.h", |
Sebastien Marchand | db456862 | 2019-03-08 16:12:38 | [diff] [blame] | 1200 | "performance_monitor/system_monitor_metrics_logger.cc", |
| 1201 | "performance_monitor/system_monitor_metrics_logger.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1202 | "permissions/chooser_context_base.cc", |
| 1203 | "permissions/chooser_context_base.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1204 | "permissions/permission_context_base.cc", |
| 1205 | "permissions/permission_context_base.h", |
| 1206 | "permissions/permission_decision_auto_blocker.cc", |
| 1207 | "permissions/permission_decision_auto_blocker.h", |
Andy Paicu | 4d675fe | 2019-08-22 15:30:06 | [diff] [blame] | 1208 | "permissions/permission_features.cc", |
| 1209 | "permissions/permission_features.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1210 | "permissions/permission_manager.cc", |
| 1211 | "permissions/permission_manager.h", |
| 1212 | "permissions/permission_manager_factory.cc", |
| 1213 | "permissions/permission_manager_factory.h", |
| 1214 | "permissions/permission_request.cc", |
| 1215 | "permissions/permission_request.h", |
| 1216 | "permissions/permission_request_id.cc", |
| 1217 | "permissions/permission_request_id.h", |
lshang | c4089c7 | 2016-10-26 06:54:30 | [diff] [blame] | 1218 | "permissions/permission_request_impl.cc", |
| 1219 | "permissions/permission_request_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1220 | "permissions/permission_request_manager.cc", |
| 1221 | "permissions/permission_request_manager.h", |
dominickn | 3c20e2d | 2017-02-24 03:18:23 | [diff] [blame] | 1222 | "permissions/permission_result.cc", |
| 1223 | "permissions/permission_result.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1224 | "permissions/permission_uma_util.cc", |
| 1225 | "permissions/permission_uma_util.h", |
| 1226 | "permissions/permission_util.cc", |
| 1227 | "permissions/permission_util.h", |
Mounir Lamouri | abd8e1e7 | 2018-06-22 14:33:17 | [diff] [blame] | 1228 | "picture_in_picture/picture_in_picture_window_manager.cc", |
| 1229 | "picture_in_picture/picture_in_picture_window_manager.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1230 | "platform_util.h", |
| 1231 | "platform_util_chromeos.cc", |
| 1232 | "platform_util_internal.h", |
| 1233 | "platform_util_mac.mm", |
| 1234 | "platform_util_win.cc", |
Amber Won | 94afd811 | 2017-08-23 17:30:11 | [diff] [blame] | 1235 | "plugins/pdf_iframe_navigation_throttle.cc", |
| 1236 | "plugins/pdf_iframe_navigation_throttle.h", |
Amber Won | f7091da | 2017-07-28 21:09:42 | [diff] [blame] | 1237 | "plugins/pdf_plugin_placeholder_observer.cc", |
| 1238 | "plugins/pdf_plugin_placeholder_observer.h", |
Georges Khalil | a9fab63 | 2018-07-16 18:32:08 | [diff] [blame] | 1239 | "policy/browser_dm_token_storage.cc", |
Owen Min | adac2e806 | 2018-03-23 15:22:33 | [diff] [blame] | 1240 | "policy/browser_dm_token_storage.h", |
Georges Khalil | 15dc90a | 2018-07-18 16:15:10 | [diff] [blame] | 1241 | "policy/browser_dm_token_storage_linux.cc", |
| 1242 | "policy/browser_dm_token_storage_linux.h", |
Georges Khalil | d74ed58 | 2018-07-19 20:37:07 | [diff] [blame] | 1243 | "policy/browser_dm_token_storage_mac.h", |
| 1244 | "policy/browser_dm_token_storage_mac.mm", |
Owen Min | adac2e806 | 2018-03-23 15:22:33 | [diff] [blame] | 1245 | "policy/browser_dm_token_storage_win.cc", |
| 1246 | "policy/browser_dm_token_storage_win.h", |
Lutz Justen | 3ad6465 | 2018-08-20 11:54:28 | [diff] [blame] | 1247 | "policy/browsing_history_policy_handler.cc", |
| 1248 | "policy/browsing_history_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1249 | "policy/chrome_browser_policy_connector.cc", |
| 1250 | "policy/chrome_browser_policy_connector.h", |
| 1251 | "policy/cloud/cloud_policy_invalidator.cc", |
| 1252 | "policy/cloud/cloud_policy_invalidator.h", |
Askar Aitzhan | 20a8002 | 2019-06-24 13:42:47 | [diff] [blame] | 1253 | "policy/cloud/policy_invalidation_util.cc", |
| 1254 | "policy/cloud/policy_invalidation_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1255 | "policy/cloud/remote_commands_invalidator.cc", |
| 1256 | "policy/cloud/remote_commands_invalidator.h", |
| 1257 | "policy/cloud/remote_commands_invalidator_impl.cc", |
| 1258 | "policy/cloud/remote_commands_invalidator_impl.h", |
| 1259 | "policy/cloud/user_cloud_policy_invalidator.cc", |
| 1260 | "policy/cloud/user_cloud_policy_invalidator.h", |
| 1261 | "policy/cloud/user_cloud_policy_invalidator_factory.cc", |
| 1262 | "policy/cloud/user_cloud_policy_invalidator_factory.h", |
| 1263 | "policy/configuration_policy_handler_list_factory.cc", |
| 1264 | "policy/configuration_policy_handler_list_factory.h", |
Pavol Marko | debb0ff | 2018-05-07 18:35:41 | [diff] [blame] | 1265 | "policy/developer_tools_policy_handler.cc", |
| 1266 | "policy/developer_tools_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1267 | "policy/device_management_service_configuration.cc", |
| 1268 | "policy/device_management_service_configuration.h", |
| 1269 | "policy/file_selection_dialogs_policy_handler.cc", |
| 1270 | "policy/file_selection_dialogs_policy_handler.h", |
Lutz Justen | e4055bd | 2018-12-03 11:36:39 | [diff] [blame] | 1271 | "policy/homepage_location_policy_handler.cc", |
| 1272 | "policy/homepage_location_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1273 | "policy/javascript_policy_handler.cc", |
| 1274 | "policy/javascript_policy_handler.h", |
| 1275 | "policy/managed_bookmarks_policy_handler.cc", |
| 1276 | "policy/managed_bookmarks_policy_handler.h", |
| 1277 | "policy/network_prediction_policy_handler.cc", |
| 1278 | "policy/network_prediction_policy_handler.h", |
Denis Kuznetsov | 86ab327 | 2017-12-13 17:09:11 | [diff] [blame] | 1279 | "policy/policy_conversions.cc", |
| 1280 | "policy/policy_conversions.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1281 | "policy/profile_policy_connector.cc", |
| 1282 | "policy/profile_policy_connector.h", |
Xi Han | acf4cfb | 2019-04-29 15:00:54 | [diff] [blame] | 1283 | "policy/profile_policy_connector_builder.cc", |
| 1284 | "policy/profile_policy_connector_builder.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1285 | "policy/schema_registry_service.cc", |
| 1286 | "policy/schema_registry_service.h", |
Xi Han | 9fd4400 | 2019-04-30 17:39:36 | [diff] [blame] | 1287 | "policy/schema_registry_service_builder.cc", |
| 1288 | "policy/schema_registry_service_builder.h", |
Ovidio Henriquez | d4412c9 | 2019-03-29 19:07:54 | [diff] [blame] | 1289 | "policy/webusb_allow_devices_for_urls_policy_handler.cc", |
| 1290 | "policy/webusb_allow_devices_for_urls_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1291 | "predictors/autocomplete_action_predictor.cc", |
| 1292 | "predictors/autocomplete_action_predictor.h", |
| 1293 | "predictors/autocomplete_action_predictor_factory.cc", |
| 1294 | "predictors/autocomplete_action_predictor_factory.h", |
| 1295 | "predictors/autocomplete_action_predictor_table.cc", |
| 1296 | "predictors/autocomplete_action_predictor_table.h", |
trevordixon | 3eb67a8 | 2017-06-09 12:21:32 | [diff] [blame] | 1297 | "predictors/loading_data_collector.cc", |
| 1298 | "predictors/loading_data_collector.h", |
lizeb | d999f0f | 2017-05-15 10:23:55 | [diff] [blame] | 1299 | "predictors/loading_predictor.cc", |
| 1300 | "predictors/loading_predictor.h", |
| 1301 | "predictors/loading_predictor_config.cc", |
| 1302 | "predictors/loading_predictor_config.h", |
| 1303 | "predictors/loading_predictor_factory.cc", |
| 1304 | "predictors/loading_predictor_factory.h", |
Alex Ilin | dc57769 | 2019-05-29 09:27:29 | [diff] [blame] | 1305 | "predictors/loading_predictor_key_value_data.h", |
| 1306 | "predictors/loading_predictor_key_value_table.cc", |
| 1307 | "predictors/loading_predictor_key_value_table.h", |
Alexandr Ilin | 068c897 | 2018-06-13 09:37:09 | [diff] [blame] | 1308 | "predictors/loading_predictor_tab_helper.cc", |
| 1309 | "predictors/loading_predictor_tab_helper.h", |
Alexandr Ilin | 961bcec | 2017-06-02 13:57:38 | [diff] [blame] | 1310 | "predictors/loading_stats_collector.cc", |
| 1311 | "predictors/loading_stats_collector.h", |
Alex Ilin | dc57769 | 2019-05-29 09:27:29 | [diff] [blame] | 1312 | "predictors/navigation_id.cc", |
| 1313 | "predictors/navigation_id.h", |
Alexandr Ilin | 2f101843 | 2017-07-07 12:13:25 | [diff] [blame] | 1314 | "predictors/preconnect_manager.cc", |
| 1315 | "predictors/preconnect_manager.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1316 | "predictors/predictor_database.cc", |
| 1317 | "predictors/predictor_database.h", |
| 1318 | "predictors/predictor_database_factory.cc", |
| 1319 | "predictors/predictor_database_factory.h", |
| 1320 | "predictors/predictor_table_base.cc", |
| 1321 | "predictors/predictor_table_base.h", |
Tarun Bansal | 6c5bbd8 | 2019-06-25 04:50:58 | [diff] [blame] | 1322 | "predictors/predictors_features.cc", |
| 1323 | "predictors/predictors_features.h", |
Alexandr Ilin | 248c267 | 2018-09-10 10:40:51 | [diff] [blame] | 1324 | "predictors/proxy_lookup_client_impl.cc", |
| 1325 | "predictors/proxy_lookup_client_impl.h", |
Alexandr Ilin | 5b417db | 2018-08-17 18:34:00 | [diff] [blame] | 1326 | "predictors/resolve_host_client_impl.cc", |
| 1327 | "predictors/resolve_host_client_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1328 | "predictors/resource_prefetch_predictor.cc", |
| 1329 | "predictors/resource_prefetch_predictor.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1330 | "predictors/resource_prefetch_predictor_tables.cc", |
| 1331 | "predictors/resource_prefetch_predictor_tables.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1332 | "prefs/browser_prefs.cc", |
| 1333 | "prefs/browser_prefs.h", |
mlliu | f00ece6 | 2016-10-17 17:29:01 | [diff] [blame] | 1334 | "prefs/chrome_command_line_pref_store.cc", |
| 1335 | "prefs/chrome_command_line_pref_store.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1336 | "prefs/chrome_pref_model_associator_client.cc", |
| 1337 | "prefs/chrome_pref_model_associator_client.h", |
| 1338 | "prefs/chrome_pref_service_factory.cc", |
| 1339 | "prefs/chrome_pref_service_factory.h", |
Sam McNally | 538fca1e | 2017-07-14 03:10:43 | [diff] [blame] | 1340 | "prefs/in_process_service_factory_factory.cc", |
| 1341 | "prefs/in_process_service_factory_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1342 | "prefs/incognito_mode_prefs.cc", |
| 1343 | "prefs/incognito_mode_prefs.h", |
| 1344 | "prefs/origin_trial_prefs.cc", |
| 1345 | "prefs/origin_trial_prefs.h", |
| 1346 | "prefs/pref_metrics_service.cc", |
| 1347 | "prefs/pref_metrics_service.h", |
Ramin Halavati | f623bafe9 | 2018-07-17 12:12:58 | [diff] [blame] | 1348 | "prefs/pref_service_incognito_whitelist.cc", |
| 1349 | "prefs/pref_service_incognito_whitelist.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1350 | "prefs/pref_service_syncable_util.cc", |
| 1351 | "prefs/pref_service_syncable_util.h", |
| 1352 | "prefs/profile_pref_store_manager.cc", |
| 1353 | "prefs/profile_pref_store_manager.h", |
| 1354 | "prefs/session_startup_pref.cc", |
| 1355 | "prefs/session_startup_pref.h", |
| 1356 | "prerender/prerender_config.cc", |
| 1357 | "prerender/prerender_config.h", |
| 1358 | "prerender/prerender_contents.cc", |
| 1359 | "prerender/prerender_contents.h", |
| 1360 | "prerender/prerender_field_trial.cc", |
| 1361 | "prerender/prerender_field_trial.h", |
| 1362 | "prerender/prerender_final_status.cc", |
| 1363 | "prerender/prerender_final_status.h", |
| 1364 | "prerender/prerender_handle.cc", |
| 1365 | "prerender/prerender_handle.h", |
| 1366 | "prerender/prerender_histograms.cc", |
| 1367 | "prerender/prerender_histograms.h", |
| 1368 | "prerender/prerender_history.cc", |
| 1369 | "prerender/prerender_history.h", |
| 1370 | "prerender/prerender_link_manager.cc", |
| 1371 | "prerender/prerender_link_manager.h", |
| 1372 | "prerender/prerender_link_manager_factory.cc", |
| 1373 | "prerender/prerender_link_manager_factory.h", |
| 1374 | "prerender/prerender_manager.cc", |
| 1375 | "prerender/prerender_manager.h", |
| 1376 | "prerender/prerender_manager_factory.cc", |
| 1377 | "prerender/prerender_manager_factory.h", |
| 1378 | "prerender/prerender_message_filter.cc", |
| 1379 | "prerender/prerender_message_filter.h", |
| 1380 | "prerender/prerender_origin.cc", |
| 1381 | "prerender/prerender_origin.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1382 | "prerender/prerender_tab_helper.cc", |
| 1383 | "prerender/prerender_tab_helper.h", |
| 1384 | "prerender/prerender_util.cc", |
| 1385 | "prerender/prerender_util.h", |
Ryan Sturm | cc5071be | 2019-02-16 02:15:19 | [diff] [blame] | 1386 | "previews/previews_content_util.cc", |
| 1387 | "previews/previews_content_util.h", |
Robert Ogden | 853933e | 2019-03-11 23:06:12 | [diff] [blame] | 1388 | "previews/previews_https_notification_infobar_decider.h", |
Robert Ogden | afd250b | 2018-07-25 22:21:03 | [diff] [blame] | 1389 | "previews/previews_lite_page_decider.cc", |
| 1390 | "previews/previews_lite_page_decider.h", |
Robert Ogden | 21bafcb2 | 2018-10-03 06:12:10 | [diff] [blame] | 1391 | "previews/previews_lite_page_infobar_delegate.cc", |
| 1392 | "previews/previews_lite_page_infobar_delegate.h", |
Robert Ogden | afd250b | 2018-07-25 22:21:03 | [diff] [blame] | 1393 | "previews/previews_lite_page_navigation_throttle.cc", |
| 1394 | "previews/previews_lite_page_navigation_throttle.h", |
Robert Ogden | a1e6a91f | 2018-08-10 17:17:04 | [diff] [blame] | 1395 | "previews/previews_lite_page_navigation_throttle_manager.h", |
Robert Ogden | 3c45bcf | 2019-06-18 21:26:25 | [diff] [blame] | 1396 | "previews/previews_lite_page_predictor.cc", |
| 1397 | "previews/previews_lite_page_predictor.h", |
Ryan Sturm | e6bfde8 | 2019-01-22 22:11:26 | [diff] [blame] | 1398 | "previews/previews_lite_page_redirect_url_loader.cc", |
| 1399 | "previews/previews_lite_page_redirect_url_loader.h", |
| 1400 | "previews/previews_lite_page_serving_url_loader.cc", |
| 1401 | "previews/previews_lite_page_serving_url_loader.h", |
Ryan Sturm | af52374 | 2019-01-16 00:15:45 | [diff] [blame] | 1402 | "previews/previews_lite_page_url_loader_interceptor.cc", |
| 1403 | "previews/previews_lite_page_url_loader_interceptor.h", |
Robert Ogden | 9b95cd5 | 2019-04-23 14:43:58 | [diff] [blame] | 1404 | "previews/previews_offline_helper.cc", |
| 1405 | "previews/previews_offline_helper.h", |
ryansturm | 41832e54 | 2016-09-09 19:34:08 | [diff] [blame] | 1406 | "previews/previews_service.cc", |
| 1407 | "previews/previews_service.h", |
| 1408 | "previews/previews_service_factory.cc", |
| 1409 | "previews/previews_service_factory.h", |
Robert Ogden | a15479c | 2018-08-15 21:26:36 | [diff] [blame] | 1410 | "previews/previews_ui_tab_helper.cc", |
| 1411 | "previews/previews_ui_tab_helper.h", |
Tarun Bansal | dc97029 | 2018-07-12 00:02:58 | [diff] [blame] | 1412 | "previews/resource_loading_hints/resource_loading_hints_web_contents_observer.cc", |
| 1413 | "previews/resource_loading_hints/resource_loading_hints_web_contents_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1414 | "process_resource_usage.cc", |
| 1415 | "process_resource_usage.h", |
| 1416 | "process_singleton.h", |
Leonard Grey | fe15df9 | 2017-12-08 17:09:53 | [diff] [blame] | 1417 | "process_singleton_mac.mm", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1418 | "process_singleton_win.cc", |
| 1419 | "profiles/avatar_menu_actions.h", |
| 1420 | "profiles/bookmark_model_loaded_observer.cc", |
| 1421 | "profiles/bookmark_model_loaded_observer.h", |
| 1422 | "profiles/chrome_browser_main_extra_parts_profiles.cc", |
| 1423 | "profiles/chrome_browser_main_extra_parts_profiles.h", |
| 1424 | "profiles/chrome_version_service.cc", |
| 1425 | "profiles/chrome_version_service.h", |
Lutz Justen | 3ad6465 | 2018-08-20 11:54:28 | [diff] [blame] | 1426 | "profiles/force_safe_search_policy_handler.cc", |
| 1427 | "profiles/force_safe_search_policy_handler.h", |
| 1428 | "profiles/force_youtube_safety_mode_policy_handler.cc", |
| 1429 | "profiles/force_youtube_safety_mode_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1430 | "profiles/gaia_info_update_service.cc", |
| 1431 | "profiles/gaia_info_update_service.h", |
| 1432 | "profiles/gaia_info_update_service_factory.cc", |
| 1433 | "profiles/gaia_info_update_service_factory.h", |
zmin | f9648754 | 2016-11-29 17:34:55 | [diff] [blame] | 1434 | "profiles/guest_mode_policy_handler.cc", |
| 1435 | "profiles/guest_mode_policy_handler.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1436 | "profiles/incognito_helpers.cc", |
| 1437 | "profiles/incognito_helpers.h", |
| 1438 | "profiles/incognito_mode_policy_handler.cc", |
| 1439 | "profiles/incognito_mode_policy_handler.h", |
| 1440 | "profiles/off_the_record_profile_impl.cc", |
| 1441 | "profiles/off_the_record_profile_impl.h", |
| 1442 | "profiles/off_the_record_profile_io_data.cc", |
| 1443 | "profiles/off_the_record_profile_io_data.h", |
Xi Han | 9fd4400 | 2019-04-30 17:39:36 | [diff] [blame] | 1444 | "profiles/pref_service_builder_utils.cc", |
| 1445 | "profiles/pref_service_builder_utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1446 | "profiles/profile.cc", |
| 1447 | "profiles/profile.h", |
| 1448 | "profiles/profile_attributes_entry.cc", |
| 1449 | "profiles/profile_attributes_entry.h", |
| 1450 | "profiles/profile_attributes_storage.cc", |
| 1451 | "profiles/profile_attributes_storage.h", |
| 1452 | "profiles/profile_avatar_downloader.cc", |
| 1453 | "profiles/profile_avatar_downloader.h", |
| 1454 | "profiles/profile_avatar_icon_util.cc", |
| 1455 | "profiles/profile_avatar_icon_util.h", |
| 1456 | "profiles/profile_destroyer.cc", |
| 1457 | "profiles/profile_destroyer.h", |
| 1458 | "profiles/profile_downloader.cc", |
| 1459 | "profiles/profile_downloader.h", |
| 1460 | "profiles/profile_downloader_delegate.h", |
| 1461 | "profiles/profile_impl.cc", |
| 1462 | "profiles/profile_impl.h", |
| 1463 | "profiles/profile_impl_io_data.cc", |
| 1464 | "profiles/profile_impl_io_data.h", |
| 1465 | "profiles/profile_info_cache.cc", |
| 1466 | "profiles/profile_info_cache.h", |
| 1467 | "profiles/profile_info_cache_observer.h", |
| 1468 | "profiles/profile_info_interface.h", |
| 1469 | "profiles/profile_io_data.cc", |
| 1470 | "profiles/profile_io_data.h", |
Henrique Nakashima | 2ae7343 | 2019-04-11 21:26:31 | [diff] [blame] | 1471 | "profiles/profile_key.cc", |
| 1472 | "profiles/profile_key.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1473 | "profiles/profile_manager.cc", |
| 1474 | "profiles/profile_manager.h", |
Evan Stade | d89e11c | 2019-09-05 18:08:56 | [diff] [blame^] | 1475 | "profiles/profile_manager_observer.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1476 | "profiles/profile_metrics.cc", |
| 1477 | "profiles/profile_metrics.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1478 | "profiles/profile_shortcut_manager_win.cc", |
| 1479 | "profiles/profile_shortcut_manager_win.h", |
| 1480 | "profiles/profiles_state.cc", |
| 1481 | "profiles/profiles_state.h", |
John Abd-El-Malek | 1f7fc91 | 2018-07-26 02:48:06 | [diff] [blame] | 1482 | "profiles/renderer_updater.cc", |
| 1483 | "profiles/renderer_updater.h", |
| 1484 | "profiles/renderer_updater_factory.cc", |
| 1485 | "profiles/renderer_updater_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1486 | "profiles/sql_init_error_message_ids.cc", |
| 1487 | "profiles/sql_init_error_message_ids.h", |
| 1488 | "profiles/storage_partition_descriptor.h", |
Peter Beverloo | afb1ab4 | 2018-08-20 13:03:45 | [diff] [blame] | 1489 | "push_messaging/budget_database.cc", |
| 1490 | "push_messaging/budget_database.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1491 | "push_messaging/push_messaging_app_identifier.cc", |
| 1492 | "push_messaging/push_messaging_app_identifier.h", |
| 1493 | "push_messaging/push_messaging_constants.cc", |
| 1494 | "push_messaging/push_messaging_constants.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 1495 | "push_messaging/push_messaging_notification_manager.cc", |
| 1496 | "push_messaging/push_messaging_notification_manager.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1497 | "push_messaging/push_messaging_service_factory.cc", |
| 1498 | "push_messaging/push_messaging_service_factory.h", |
| 1499 | "push_messaging/push_messaging_service_impl.cc", |
| 1500 | "push_messaging/push_messaging_service_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1501 | "renderer_context_menu/context_menu_content_type_factory.cc", |
| 1502 | "renderer_context_menu/context_menu_content_type_factory.h", |
clamy | 1e5574e | 2016-09-29 16:48:44 | [diff] [blame] | 1503 | "renderer_host/chrome_navigation_ui_data.cc", |
| 1504 | "renderer_host/chrome_navigation_ui_data.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1505 | "renderer_host/chrome_render_message_filter.cc", |
| 1506 | "renderer_host/chrome_render_message_filter.h", |
| 1507 | "renderer_host/chrome_render_widget_host_view_mac_delegate.h", |
| 1508 | "renderer_host/chrome_render_widget_host_view_mac_delegate.mm", |
| 1509 | "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h", |
| 1510 | "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1511 | "renderer_preferences_util.cc", |
| 1512 | "renderer_preferences_util.h", |
Sebastien Marchand | 2ebd925 | 2018-11-08 18:39:35 | [diff] [blame] | 1513 | "resource_coordinator/resource_coordinator_parts.cc", |
| 1514 | "resource_coordinator/resource_coordinator_parts.h", |
Chris Hamilton | cc0d13f3 | 2018-06-08 01:28:04 | [diff] [blame] | 1515 | "resource_coordinator/session_restore_policy.cc", |
| 1516 | "resource_coordinator/session_restore_policy.h", |
Sigurdur Asgeirsson | c502833 | 2018-05-24 14:29:06 | [diff] [blame] | 1517 | "resource_coordinator/tab_helper.cc", |
| 1518 | "resource_coordinator/tab_helper.h", |
Chris Hamilton | 5b424b6 | 2018-04-04 20:44:21 | [diff] [blame] | 1519 | "resource_coordinator/tab_load_tracker.cc", |
| 1520 | "resource_coordinator/tab_load_tracker.h", |
Takashi SAKAMOTO | 0065226 | 2018-05-25 06:57:15 | [diff] [blame] | 1521 | "resource_coordinator/tab_memory_metrics_reporter.cc", |
| 1522 | "resource_coordinator/tab_memory_metrics_reporter.h", |
| 1523 | "resource_coordinator/time.cc", |
| 1524 | "resource_coordinator/time.h", |
Sebastien Marchand | 2ebd925 | 2018-11-08 18:39:35 | [diff] [blame] | 1525 | "resource_coordinator/utils.cc", |
| 1526 | "resource_coordinator/utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1527 | "resources_util.cc", |
| 1528 | "resources_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1529 | "search/instant_io_context.cc", |
| 1530 | "search/instant_io_context.h", |
Mathieu Perreault | 77c1f66 | 2018-06-21 23:06:26 | [diff] [blame] | 1531 | "search/ntp_icon_source.cc", |
| 1532 | "search/ntp_icon_source.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1533 | "search/search.cc", |
| 1534 | "search/search.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1535 | "search/suggestions/suggestions_service_factory.cc", |
| 1536 | "search/suggestions/suggestions_service_factory.h", |
| 1537 | "search/suggestions/suggestions_ui.cc", |
| 1538 | "search/suggestions/suggestions_ui.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1539 | "search_engines/chrome_template_url_service_client.cc", |
| 1540 | "search_engines/chrome_template_url_service_client.h", |
| 1541 | "search_engines/template_url_fetcher_factory.cc", |
| 1542 | "search_engines/template_url_fetcher_factory.h", |
| 1543 | "search_engines/template_url_service_factory.cc", |
| 1544 | "search_engines/template_url_service_factory.h", |
| 1545 | "search_engines/ui_thread_search_terms_data.cc", |
| 1546 | "search_engines/ui_thread_search_terms_data.h", |
| 1547 | "search_engines/ui_thread_search_terms_data_android.cc", |
| 1548 | "search_engines/ui_thread_search_terms_data_android.h", |
Chris Pickel | 04229c8 | 2017-08-08 13:38:35 | [diff] [blame] | 1549 | "search_provider_logos/logo_service_factory.cc", |
| 1550 | "search_provider_logos/logo_service_factory.h", |
Markus Heintz | e7bd646 | 2019-03-14 14:04:10 | [diff] [blame] | 1551 | "security_events/security_event_recorder.h", |
| 1552 | "security_events/security_event_recorder_factory.cc", |
| 1553 | "security_events/security_event_recorder_factory.h", |
| 1554 | "security_events/security_event_recorder_impl.cc", |
| 1555 | "security_events/security_event_recorder_impl.h", |
| 1556 | "security_events/security_event_sync_bridge.h", |
| 1557 | "security_events/security_event_sync_bridge_impl.cc", |
| 1558 | "security_events/security_event_sync_bridge_impl.h", |
Tanya Gupta | aa62083 | 2019-02-26 17:02:46 | [diff] [blame] | 1559 | "send_tab_to_self/receiving_ui_handler.h", |
| 1560 | "send_tab_to_self/receiving_ui_handler_registry.cc", |
| 1561 | "send_tab_to_self/receiving_ui_handler_registry.h", |
| 1562 | "send_tab_to_self/send_tab_to_self_client_service.cc", |
| 1563 | "send_tab_to_self/send_tab_to_self_client_service.h", |
| 1564 | "send_tab_to_self/send_tab_to_self_client_service_factory.cc", |
| 1565 | "send_tab_to_self/send_tab_to_self_client_service_factory.h", |
sebsg | d3f9a5d | 2019-03-25 19:57:04 | [diff] [blame] | 1566 | "send_tab_to_self/send_tab_to_self_util.cc", |
| 1567 | "send_tab_to_self/send_tab_to_self_util.h", |
thestig | c839b55 | 2017-03-23 02:38:56 | [diff] [blame] | 1568 | "sessions/chrome_serialized_navigation_driver.cc", |
| 1569 | "sessions/chrome_serialized_navigation_driver.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1570 | "sessions/chrome_tab_restore_service_client.cc", |
| 1571 | "sessions/chrome_tab_restore_service_client.h", |
| 1572 | "sessions/restore_on_startup_policy_handler.cc", |
| 1573 | "sessions/restore_on_startup_policy_handler.h", |
| 1574 | "sessions/session_common_utils.cc", |
| 1575 | "sessions/session_common_utils.h", |
| 1576 | "sessions/session_data_deleter.cc", |
| 1577 | "sessions/session_data_deleter.h", |
| 1578 | "sessions/session_restore_android.cc", |
| 1579 | "sessions/session_tab_helper.cc", |
| 1580 | "sessions/session_tab_helper.h", |
| 1581 | "sessions/tab_restore_service_factory.cc", |
| 1582 | "sessions/tab_restore_service_factory.h", |
Himanshu Jaju | 698d8b2 | 2019-06-18 11:47:56 | [diff] [blame] | 1583 | "sharing/ack_message_handler.cc", |
| 1584 | "sharing/ack_message_handler.h", |
Michael van Ouwerkerk | 88581dd | 2019-07-03 10:41:42 | [diff] [blame] | 1585 | "sharing/click_to_call/click_to_call_message_handler_android.cc", |
| 1586 | "sharing/click_to_call/click_to_call_message_handler_android.h", |
Yasmin | 71ff267 | 2019-06-20 16:22:49 | [diff] [blame] | 1587 | "sharing/click_to_call/feature.cc", |
| 1588 | "sharing/click_to_call/feature.h", |
Himanshu Jaju | dbcee23 | 2019-06-17 19:41:49 | [diff] [blame] | 1589 | "sharing/features.cc", |
| 1590 | "sharing/features.h", |
Alex Chau | 0046e01 | 2019-07-04 15:28:11 | [diff] [blame] | 1591 | "sharing/ping_message_handler.cc", |
| 1592 | "sharing/ping_message_handler.h", |
Yasmin | 69a132f | 2019-08-07 15:30:36 | [diff] [blame] | 1593 | "sharing/shared_clipboard/feature_flags.cc", |
| 1594 | "sharing/shared_clipboard/feature_flags.h", |
Rayan Kanso | 5292deda | 2019-09-04 11:37:17 | [diff] [blame] | 1595 | "sharing/shared_clipboard/shared_clipboard_message_handler.cc", |
| 1596 | "sharing/shared_clipboard/shared_clipboard_message_handler.h", |
Alex Chau | f599bb38 | 2019-07-19 15:39:07 | [diff] [blame] | 1597 | "sharing/sharing_constants.cc", |
| 1598 | "sharing/sharing_constants.h", |
Himanshu Jaju | b55d4da6 | 2019-08-15 18:10:40 | [diff] [blame] | 1599 | "sharing/sharing_device_capability.h", |
Himanshu Jaju | e2fbb5c5 | 2019-07-01 20:50:05 | [diff] [blame] | 1600 | "sharing/sharing_device_registration.cc", |
| 1601 | "sharing/sharing_device_registration.h", |
Alex Chau | 7c6533d | 2019-07-19 16:15:11 | [diff] [blame] | 1602 | "sharing/sharing_device_registration_result.h", |
Himanshu Jaju | 698d8b2 | 2019-06-18 11:47:56 | [diff] [blame] | 1603 | "sharing/sharing_fcm_handler.cc", |
| 1604 | "sharing/sharing_fcm_handler.h", |
| 1605 | "sharing/sharing_fcm_sender.cc", |
| 1606 | "sharing/sharing_fcm_sender.h", |
Alex Chau | 70631ad | 2019-05-29 12:23:07 | [diff] [blame] | 1607 | "sharing/sharing_message_handler.h", |
Michael van Ouwerkerk | 16acf211a | 2019-07-17 15:31:57 | [diff] [blame] | 1608 | "sharing/sharing_metrics.cc", |
| 1609 | "sharing/sharing_metrics.h", |
Alex Chau | d6eff3c | 2019-08-20 15:57:09 | [diff] [blame] | 1610 | "sharing/sharing_send_message_result.h", |
Alex Chau | 70631ad | 2019-05-29 12:23:07 | [diff] [blame] | 1611 | "sharing/sharing_service.cc", |
| 1612 | "sharing/sharing_service.h", |
| 1613 | "sharing/sharing_service_factory.cc", |
| 1614 | "sharing/sharing_service_factory.h", |
Rayan Kanso | e295b3f2 | 2019-08-28 11:09:43 | [diff] [blame] | 1615 | "sharing/sharing_service_proxy_android.cc", |
| 1616 | "sharing/sharing_service_proxy_android.h", |
Himanshu Jaju | bcf3b929 | 2019-06-07 12:54:07 | [diff] [blame] | 1617 | "sharing/sharing_sync_preference.cc", |
| 1618 | "sharing/sharing_sync_preference.h", |
Himanshu Jaju | eb8d7d0 | 2019-06-17 10:48:17 | [diff] [blame] | 1619 | "sharing/vapid_key_manager.cc", |
| 1620 | "sharing/vapid_key_manager.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1621 | "shell_integration.cc", |
| 1622 | "shell_integration.h", |
| 1623 | "shell_integration_android.cc", |
| 1624 | "shell_integration_chromeos.cc", |
| 1625 | "shell_integration_mac.mm", |
| 1626 | "shell_integration_win.cc", |
| 1627 | "shell_integration_win.h", |
| 1628 | "signin/about_signin_internals_factory.cc", |
| 1629 | "signin/about_signin_internals_factory.h", |
David Roger | e5b3277a4 | 2017-11-30 12:05:52 | [diff] [blame] | 1630 | "signin/account_consistency_mode_manager.cc", |
| 1631 | "signin/account_consistency_mode_manager.h", |
David Roger | 02f680e | 2018-11-30 14:47:27 | [diff] [blame] | 1632 | "signin/account_consistency_mode_manager_factory.cc", |
| 1633 | "signin/account_consistency_mode_manager_factory.h", |
Miyoung Shin | 7ec1a231 | 2019-07-19 13:07:38 | [diff] [blame] | 1634 | "signin/account_id_from_account_info.cc", |
| 1635 | "signin/account_id_from_account_info.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1636 | "signin/account_investigator_factory.cc", |
| 1637 | "signin/account_investigator_factory.h", |
| 1638 | "signin/account_reconcilor_factory.cc", |
| 1639 | "signin/account_reconcilor_factory.h", |
David Roger | bbc341f | 2018-08-17 22:13:48 | [diff] [blame] | 1640 | "signin/chrome_device_id_helper.cc", |
| 1641 | "signin/chrome_device_id_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1642 | "signin/chrome_signin_client.cc", |
| 1643 | "signin/chrome_signin_client.h", |
| 1644 | "signin/chrome_signin_client_factory.cc", |
| 1645 | "signin/chrome_signin_client_factory.h", |
| 1646 | "signin/chrome_signin_helper.cc", |
| 1647 | "signin/chrome_signin_helper.h", |
Reilly Grant | 24bf833 | 2018-08-27 21:55:01 | [diff] [blame] | 1648 | "signin/chrome_signin_proxying_url_loader_factory.cc", |
| 1649 | "signin/chrome_signin_proxying_url_loader_factory.h", |
Reilly Grant | 3787780 | 2018-08-18 00:58:35 | [diff] [blame] | 1650 | "signin/chrome_signin_url_loader_throttle.cc", |
| 1651 | "signin/chrome_signin_url_loader_throttle.h", |
Reilly Grant | 24bf833 | 2018-08-27 21:55:01 | [diff] [blame] | 1652 | "signin/header_modification_delegate.h", |
Robbie McElrath | 127ad2b | 2019-07-22 22:38:11 | [diff] [blame] | 1653 | "signin/header_modification_delegate_on_ui_thread_impl.cc", |
| 1654 | "signin/header_modification_delegate_on_ui_thread_impl.h", |
Colin Blundell | 28bba9f | 2017-12-19 23:01:40 | [diff] [blame] | 1655 | "signin/identity_manager_factory.cc", |
| 1656 | "signin/identity_manager_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1657 | "signin/investigator_dependency_provider.cc", |
| 1658 | "signin/investigator_dependency_provider.h", |
| 1659 | "signin/local_auth.cc", |
| 1660 | "signin/local_auth.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1661 | "signin/signin_error_controller_factory.cc", |
| 1662 | "signin/signin_error_controller_factory.h", |
David Roger | cc13e7eb | 2018-11-29 13:15:56 | [diff] [blame] | 1663 | "signin/signin_profile_attributes_updater.cc", |
| 1664 | "signin/signin_profile_attributes_updater.h", |
| 1665 | "signin/signin_profile_attributes_updater_factory.cc", |
| 1666 | "signin/signin_profile_attributes_updater_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1667 | "signin/signin_promo_util.cc", |
| 1668 | "signin/signin_promo_util.h", |
| 1669 | "signin/signin_status_metrics_provider_chromeos.cc", |
| 1670 | "signin/signin_status_metrics_provider_chromeos.h", |
zmin | d36229e81 | 2017-03-16 16:14:51 | [diff] [blame] | 1671 | "signin/signin_util.cc", |
| 1672 | "signin/signin_util.h", |
Lukasz Anforowicz | 65c6116 | 2019-03-27 20:33:58 | [diff] [blame] | 1673 | "site_isolation/prefs_observer.cc", |
| 1674 | "site_isolation/prefs_observer.h", |
Lukasz Anforowicz | fd30af3 | 2019-03-28 17:33:28 | [diff] [blame] | 1675 | "site_isolation/site_details.cc", |
| 1676 | "site_isolation/site_details.h", |
| 1677 | "site_isolation/site_isolation_policy.cc", |
| 1678 | "site_isolation/site_isolation_policy.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1679 | "speech/chrome_speech_recognition_manager_delegate.cc", |
| 1680 | "speech/chrome_speech_recognition_manager_delegate.h", |
David Tseng | 8a5de49 | 2018-01-17 20:41:37 | [diff] [blame] | 1681 | "speech/speech_recognizer.cc", |
| 1682 | "speech/speech_recognizer.h", |
| 1683 | "speech/speech_recognizer_delegate.h", |
Katie D | 840d953 | 2018-11-27 06:20:48 | [diff] [blame] | 1684 | "speech/tts_controller_delegate_impl.cc", |
| 1685 | "speech/tts_controller_delegate_impl.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1686 | "ssl/bad_clock_blocking_page.cc", |
| 1687 | "ssl/bad_clock_blocking_page.h", |
Mustafa Emre Acer | 12b5effe | 2017-09-26 19:26:35 | [diff] [blame] | 1688 | "ssl/captive_portal_blocking_page.cc", |
| 1689 | "ssl/captive_portal_blocking_page.h", |
Mustafa Emre Acer | 6482136 | 2017-10-05 01:19:57 | [diff] [blame] | 1690 | "ssl/captive_portal_helper.h", |
| 1691 | "ssl/captive_portal_helper_android.cc", |
| 1692 | "ssl/captive_portal_helper_android.h", |
| 1693 | "ssl/captive_portal_helper_win.cc", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1694 | "ssl/cert_report_helper.cc", |
| 1695 | "ssl/cert_report_helper.h", |
John Abd-El-Malek | 71e4f9f | 2018-03-28 19:52:36 | [diff] [blame] | 1696 | "ssl/certificate_error_report.cc", |
| 1697 | "ssl/certificate_error_report.h", |
| 1698 | "ssl/certificate_error_reporter.cc", |
| 1699 | "ssl/certificate_error_reporter.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1700 | "ssl/chrome_ssl_host_state_delegate.cc", |
| 1701 | "ssl/chrome_ssl_host_state_delegate.h", |
| 1702 | "ssl/chrome_ssl_host_state_delegate_factory.cc", |
| 1703 | "ssl/chrome_ssl_host_state_delegate_factory.h", |
| 1704 | "ssl/common_name_mismatch_handler.cc", |
| 1705 | "ssl/common_name_mismatch_handler.h", |
Carlos IL | 55ef4b4 | 2018-02-21 21:00:57 | [diff] [blame] | 1706 | "ssl/connection_help_tab_helper.cc", |
| 1707 | "ssl/connection_help_tab_helper.h", |
Eric Lawrence | d0acf2a7c | 2017-07-20 18:02:48 | [diff] [blame] | 1708 | "ssl/insecure_sensitive_input_driver.cc", |
| 1709 | "ssl/insecure_sensitive_input_driver.h", |
| 1710 | "ssl/insecure_sensitive_input_driver_factory.cc", |
| 1711 | "ssl/insecure_sensitive_input_driver_factory.h", |
Sasha Perigo | e3a6375 | 2017-08-15 18:34:32 | [diff] [blame] | 1712 | "ssl/mitm_software_blocking_page.cc", |
| 1713 | "ssl/mitm_software_blocking_page.h", |
Lutz Justen | 3ad6465 | 2018-08-20 11:54:28 | [diff] [blame] | 1714 | "ssl/secure_origin_policy_handler.cc", |
| 1715 | "ssl/secure_origin_policy_handler.h", |
Lukasz Anforowicz | 60d1253d | 2019-05-08 16:31:37 | [diff] [blame] | 1716 | "ssl/secure_origin_prefs_observer.cc", |
| 1717 | "ssl/secure_origin_prefs_observer.h", |
eseckler | cac56b6 | 2016-11-16 13:49:44 | [diff] [blame] | 1718 | "ssl/security_state_tab_helper.cc", |
| 1719 | "ssl/security_state_tab_helper.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1720 | "ssl/ssl_blocking_page.cc", |
| 1721 | "ssl/ssl_blocking_page.h", |
Emily Stark | 2f8227f | 2017-12-13 18:07:06 | [diff] [blame] | 1722 | "ssl/ssl_blocking_page_base.cc", |
| 1723 | "ssl/ssl_blocking_page_base.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1724 | "ssl/ssl_cert_reporter.h", |
Joe DeBlasio | 9b99629 | 2019-01-31 05:09:32 | [diff] [blame] | 1725 | "ssl/ssl_client_auth_metrics.cc", |
| 1726 | "ssl/ssl_client_auth_metrics.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1727 | "ssl/ssl_client_certificate_selector.h", |
Ryan Sleevi | 4689ad3 | 2018-04-16 19:09:05 | [diff] [blame] | 1728 | "ssl/ssl_config_service_manager.h", |
| 1729 | "ssl/ssl_config_service_manager_pref.cc", |
spqchan | ff676f58 | 2017-10-18 21:35:05 | [diff] [blame] | 1730 | "ssl/ssl_error_assistant.cc", |
| 1731 | "ssl/ssl_error_assistant.h", |
Lucas Garron | 7b717e1 | 2017-11-16 11:39:59 | [diff] [blame] | 1732 | "ssl/ssl_error_controller_client.cc", |
| 1733 | "ssl/ssl_error_controller_client.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1734 | "ssl/ssl_error_handler.cc", |
| 1735 | "ssl/ssl_error_handler.h", |
Lucas Garron | 94b1605 | 2017-11-11 01:58:12 | [diff] [blame] | 1736 | "ssl/ssl_error_navigation_throttle.cc", |
| 1737 | "ssl/ssl_error_navigation_throttle.h", |
Christopher Thompson | 4137cec | 2017-12-19 05:34:23 | [diff] [blame] | 1738 | "ssl/typed_navigation_timing_throttle.cc", |
| 1739 | "ssl/typed_navigation_timing_throttle.h", |
Xi Han | 85079c2 | 2019-04-18 21:43:05 | [diff] [blame] | 1740 | "startup_data.cc", |
| 1741 | "startup_data.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1742 | "status_icons/status_icon.cc", |
| 1743 | "status_icons/status_icon.h", |
| 1744 | "status_icons/status_icon_menu_model.cc", |
| 1745 | "status_icons/status_icon_menu_model.h", |
| 1746 | "status_icons/status_icon_observer.h", |
| 1747 | "status_icons/status_tray.cc", |
| 1748 | "status_icons/status_tray.h", |
| 1749 | "storage/durable_storage_permission_context.cc", |
| 1750 | "storage/durable_storage_permission_context.h", |
| 1751 | "storage/storage_info_fetcher.cc", |
| 1752 | "storage/storage_info_fetcher.h", |
| 1753 | "subresource_filter/chrome_subresource_filter_client.cc", |
| 1754 | "subresource_filter/chrome_subresource_filter_client.h", |
csharrison | a2f5565 | 2017-04-11 13:13:13 | [diff] [blame] | 1755 | "subresource_filter/subresource_filter_content_settings_manager.cc", |
| 1756 | "subresource_filter/subresource_filter_content_settings_manager.h", |
csharrison | 97dde4e6 | 2017-04-24 16:35:50 | [diff] [blame] | 1757 | "subresource_filter/subresource_filter_profile_context.cc", |
| 1758 | "subresource_filter/subresource_filter_profile_context.h", |
| 1759 | "subresource_filter/subresource_filter_profile_context_factory.cc", |
| 1760 | "subresource_filter/subresource_filter_profile_context_factory.h", |
Mohamed Amir Yosef | d1950618 | 2018-06-19 13:02:14 | [diff] [blame] | 1761 | "sync/bookmark_sync_service_factory.cc", |
| 1762 | "sync/bookmark_sync_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1763 | "sync/chrome_sync_client.cc", |
| 1764 | "sync/chrome_sync_client.h", |
Mikel Astiz | 7f0276f | 2019-01-23 15:36:36 | [diff] [blame] | 1765 | "sync/device_info_sync_service_factory.cc", |
| 1766 | "sync/device_info_sync_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1767 | "sync/glue/extensions_activity_monitor.cc", |
| 1768 | "sync/glue/extensions_activity_monitor.h", |
| 1769 | "sync/glue/sync_start_util.cc", |
| 1770 | "sync/glue/sync_start_util.h", |
Mikel Astiz | 5313134 | 2018-07-19 08:59:58 | [diff] [blame] | 1771 | "sync/model_type_store_service_factory.cc", |
| 1772 | "sync/model_type_store_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1773 | "sync/profile_sync_service_factory.cc", |
| 1774 | "sync/profile_sync_service_factory.h", |
Jeffrey Cohen | 85a5ea9 | 2019-01-22 18:18:13 | [diff] [blame] | 1775 | "sync/send_tab_to_self_sync_service_factory.cc", |
| 1776 | "sync/send_tab_to_self_sync_service_factory.h", |
Mikel Astiz | 0889b2be | 2018-09-25 16:20:41 | [diff] [blame] | 1777 | "sync/session_sync_service_factory.cc", |
| 1778 | "sync/session_sync_service_factory.h", |
pnoland | 1901afa5 | 2017-03-23 21:24:00 | [diff] [blame] | 1779 | "sync/sessions/sync_sessions_router_tab_helper.cc", |
| 1780 | "sync/sessions/sync_sessions_router_tab_helper.h", |
| 1781 | "sync/sessions/sync_sessions_web_contents_router.cc", |
| 1782 | "sync/sessions/sync_sessions_web_contents_router.h", |
| 1783 | "sync/sessions/sync_sessions_web_contents_router_factory.cc", |
| 1784 | "sync/sessions/sync_sessions_web_contents_router_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1785 | "sync/sync_startup_tracker.cc", |
| 1786 | "sync/sync_startup_tracker.h", |
skym | 512bdb1 | 2017-05-10 15:17:13 | [diff] [blame] | 1787 | "sync/user_event_service_factory.cc", |
| 1788 | "sync/user_event_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1789 | "tab_contents/navigation_metrics_recorder.cc", |
| 1790 | "tab_contents/navigation_metrics_recorder.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1791 | "tab_contents/tab_util.cc", |
| 1792 | "tab_contents/tab_util.h", |
| 1793 | "task_manager/web_contents_tags.cc", |
| 1794 | "task_manager/web_contents_tags.h", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 1795 | "themes/theme_service_win.cc", |
| 1796 | "themes/theme_service_win.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1797 | "tracing/background_tracing_field_trial.cc", |
| 1798 | "tracing/background_tracing_field_trial.h", |
Siddhartha S | 52314f2 | 2019-03-27 20:07:16 | [diff] [blame] | 1799 | "tracing/background_tracing_metrics_provider.cc", |
| 1800 | "tracing/background_tracing_metrics_provider.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1801 | "tracing/chrome_tracing_delegate.cc", |
| 1802 | "tracing/chrome_tracing_delegate.h", |
| 1803 | "tracing/crash_service_uploader.cc", |
| 1804 | "tracing/crash_service_uploader.h", |
| 1805 | "tracing/navigation_tracing.cc", |
| 1806 | "tracing/navigation_tracing.h", |
Sebastien Marchand | dbe43bab | 2019-02-06 18:25:51 | [diff] [blame] | 1807 | "tracing/trace_event_system_stats_monitor.cc", |
| 1808 | "tracing/trace_event_system_stats_monitor.h", |
Mohamed Heikal | b26292e | 2019-03-25 19:47:35 | [diff] [blame] | 1809 | "transition_manager/full_browser_transition_manager.cc", |
| 1810 | "transition_manager/full_browser_transition_manager.h", |
ramyasharma | 5f3bcbb | 2017-03-28 03:40:01 | [diff] [blame] | 1811 | "translate/android/translate_utils.cc", |
| 1812 | "translate/android/translate_utils.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1813 | "translate/chrome_translate_client.cc", |
| 1814 | "translate/chrome_translate_client.h", |
| 1815 | "translate/translate_accept_languages_factory.cc", |
| 1816 | "translate/translate_accept_languages_factory.h", |
rogerm | 95c55412 | 2017-04-05 12:11:52 | [diff] [blame] | 1817 | "translate/translate_ranker_factory.cc", |
| 1818 | "translate/translate_ranker_factory.h", |
| 1819 | "translate/translate_ranker_metrics_provider.cc", |
| 1820 | "translate/translate_ranker_metrics_provider.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1821 | "translate/translate_service.cc", |
| 1822 | "translate/translate_service.h", |
| 1823 | "undo/bookmark_undo_service_factory.cc", |
| 1824 | "undo/bookmark_undo_service_factory.h", |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 1825 | "unexpire_flags.cc", |
| 1826 | "unexpire_flags.h", |
Mihai Sardarescu | 9be6fcb3 | 2018-06-06 02:51:45 | [diff] [blame] | 1827 | "unified_consent/unified_consent_service_factory.cc", |
| 1828 | "unified_consent/unified_consent_service_factory.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1829 | "update_client/chrome_update_query_params_delegate.cc", |
| 1830 | "update_client/chrome_update_query_params_delegate.h", |
reillyg | eb1d24d3 | 2016-12-16 01:54:17 | [diff] [blame] | 1831 | "usb/usb_blocklist.cc", |
| 1832 | "usb/usb_blocklist.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1833 | "usb/usb_chooser_context.cc", |
| 1834 | "usb/usb_chooser_context.h", |
| 1835 | "usb/usb_chooser_context_factory.cc", |
| 1836 | "usb/usb_chooser_context_factory.h", |
Reilly Grant | 409406c | 2018-04-05 18:03:05 | [diff] [blame] | 1837 | "usb/usb_chooser_controller.cc", |
| 1838 | "usb/usb_chooser_controller.h", |
Ovidio Henriquez | d69ab30 | 2018-10-04 16:55:24 | [diff] [blame] | 1839 | "usb/usb_policy_allowed_devices.cc", |
| 1840 | "usb/usb_policy_allowed_devices.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1841 | "usb/usb_tab_helper.cc", |
| 1842 | "usb/usb_tab_helper.h", |
Donna Wu | c98e12a | 2018-08-16 07:24:02 | [diff] [blame] | 1843 | "usb/web_usb_chooser.cc", |
| 1844 | "usb/web_usb_chooser.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1845 | "usb/web_usb_histograms.cc", |
| 1846 | "usb/web_usb_histograms.h", |
Donna Wu | 838ac36 | 2018-08-10 10:36:33 | [diff] [blame] | 1847 | "usb/web_usb_service_impl.cc", |
| 1848 | "usb/web_usb_service_impl.h", |
Amirhossein Simjour | 056aefbf | 2017-07-21 21:40:26 | [diff] [blame] | 1849 | "vr/ui_suppressed_element.h", |
Ian Vollick | e9bbbdb | 2017-07-12 15:48:44 | [diff] [blame] | 1850 | "vr/vr_tab_helper.cc", |
| 1851 | "vr/vr_tab_helper.h", |
Raphael Kubo da Costa | 1a731e10 | 2019-06-18 08:23:59 | [diff] [blame] | 1852 | "wake_lock/wake_lock_permission_context.cc", |
| 1853 | "wake_lock/wake_lock_permission_context.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1854 | "web_data_service_factory.cc", |
| 1855 | "web_data_service_factory.h", |
| 1856 | "win/app_icon.cc", |
| 1857 | "win/app_icon.h", |
Patrick Monette | 7ff99e0 | 2018-02-19 17:30:12 | [diff] [blame] | 1858 | "win/automation_controller.cc", |
| 1859 | "win/automation_controller.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1860 | "win/browser_util.cc", |
| 1861 | "win/browser_util.h", |
| 1862 | "win/chrome_elf_init.cc", |
| 1863 | "win/chrome_elf_init.h", |
| 1864 | "win/chrome_select_file_dialog_factory.cc", |
| 1865 | "win/chrome_select_file_dialog_factory.h", |
Patrick Monette | bb54394 | 2019-05-17 17:45:32 | [diff] [blame] | 1866 | "win/conflicts/enumerate_input_method_editors.cc", |
| 1867 | "win/conflicts/enumerate_input_method_editors.h", |
| 1868 | "win/conflicts/enumerate_shell_extensions.cc", |
| 1869 | "win/conflicts/enumerate_shell_extensions.h", |
| 1870 | "win/conflicts/inspection_results_cache.cc", |
| 1871 | "win/conflicts/inspection_results_cache.h", |
| 1872 | "win/conflicts/module_database.cc", |
| 1873 | "win/conflicts/module_database.h", |
| 1874 | "win/conflicts/module_database_observer.h", |
| 1875 | "win/conflicts/module_event_sink_impl.cc", |
| 1876 | "win/conflicts/module_event_sink_impl.h", |
| 1877 | "win/conflicts/module_inspector.cc", |
| 1878 | "win/conflicts/module_inspector.h", |
| 1879 | "win/conflicts/third_party_metrics_recorder.cc", |
| 1880 | "win/conflicts/third_party_metrics_recorder.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1881 | "win/jumplist.cc", |
| 1882 | "win/jumplist.h", |
kulshin | 98b7945 | 2016-09-13 17:02:54 | [diff] [blame] | 1883 | "win/jumplist_factory.cc", |
| 1884 | "win/jumplist_factory.h", |
chengx | 2eefdd3 | 2017-03-24 00:24:07 | [diff] [blame] | 1885 | "win/jumplist_file_util.cc", |
| 1886 | "win/jumplist_file_util.h", |
chengx | 61e622b | 2017-05-31 20:59:27 | [diff] [blame] | 1887 | "win/jumplist_update_util.cc", |
| 1888 | "win/jumplist_update_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1889 | "win/jumplist_updater.cc", |
| 1890 | "win/jumplist_updater.h", |
| 1891 | "win/settings_app_monitor.cc", |
| 1892 | "win/settings_app_monitor.h", |
grt | 7905be6 | 2017-05-24 08:29:01 | [diff] [blame] | 1893 | "win/taskbar_icon_finder.cc", |
| 1894 | "win/taskbar_icon_finder.h", |
bsep | 839b539 | 2016-10-27 19:58:19 | [diff] [blame] | 1895 | "win/titlebar_config.cc", |
| 1896 | "win/titlebar_config.h", |
Patrick Monette | 7ff99e0 | 2018-02-19 17:30:12 | [diff] [blame] | 1897 | "win/ui_automation_util.cc", |
| 1898 | "win/ui_automation_util.h", |
brettw | b55eb92 | 2016-08-30 23:02:20 | [diff] [blame] | 1899 | ] |
| 1900 | |
apavlov | e749bca | 2014-09-30 11:07:41 | [diff] [blame] | 1901 | configs += [ |
| 1902 | "//build/config/compiler:wexit_time_destructors", |
brettw | bc8b2a2 | 2015-07-28 18:24:42 | [diff] [blame] | 1903 | "//build/config:precompiled_headers", |
apavlov | e749bca | 2014-09-30 11:07:41 | [diff] [blame] | 1904 | ] |
Elad Alon | 02e70958 | 2018-08-02 19:44:01 | [diff] [blame] | 1905 | defines = [ "ZLIB_CONST" ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 1906 | libs = [] |
| 1907 | ldflags = [] |
| 1908 | |
Vincent Scheib | dbe693bee | 2017-12-06 00:54:18 | [diff] [blame] | 1909 | allow_circular_includes_from = [ |
| 1910 | "//chrome/browser/ui", |
| 1911 | "//chrome/browser/ui/webui/bluetooth_internals", |
Daniel Rubery | b4754fc | 2019-01-23 23:04:35 | [diff] [blame] | 1912 | "//chrome/browser/safe_browsing", |
Vincent Scheib | dbe693bee | 2017-12-06 00:54:18 | [diff] [blame] | 1913 | ] |
tfarina | 11b504b | 2016-03-02 19:49:51 | [diff] [blame] | 1914 | |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1915 | public_deps = [ |
Brett Wilson | 60a9dfb | 2017-09-07 22:53:42 | [diff] [blame] | 1916 | "//base", |
brettw | 08fe0e95 | 2016-08-26 21:53:39 | [diff] [blame] | 1917 | "//chrome/common", |
Ken Rockot | 2925f500 | 2019-08-06 01:16:16 | [diff] [blame] | 1918 | "//chrome/services/file_util/public/mojom", |
Miyoung Shin | 7ec1a231 | 2019-07-19 13:07:38 | [diff] [blame] | 1919 | "//components/account_id", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1920 | "//components/autofill/core/browser", |
Scott Violet | 9ae8289 | 2018-03-01 18:38:12 | [diff] [blame] | 1921 | "//components/nacl/common:buildflags", |
rouslan | 908248c | 2017-02-27 21:30:24 | [diff] [blame] | 1922 | "//components/payments/core", |
Nico Weber | bc5b06f | 2019-07-26 14:00:13 | [diff] [blame] | 1923 | "//components/safe_browsing:buildflags", |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 1924 | "//components/sync", |
Marc Treib | b55b67a | 2019-05-07 14:37:39 | [diff] [blame] | 1925 | "//components/sync_device_info", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1926 | "//content/public/browser", |
rockot | 38e46dd | 2017-03-24 16:55:13 | [diff] [blame] | 1927 | "//ipc", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1928 | "//sql", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 1929 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 1930 | deps = [ |
Greg Thompson | 85bd488c | 2017-06-08 09:18:11 | [diff] [blame] | 1931 | ":active_use_util", |
Robert Ogden | 8e7116ea | 2019-07-25 18:54:08 | [diff] [blame] | 1932 | ":availability_protos", |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 1933 | ":expired_flags_list", |
Ramya Nagarajan | 90f3b266 | 2018-05-25 15:21:20 | [diff] [blame] | 1934 | ":ntp_background_proto", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1935 | ":resource_prefetch_predictor_proto", |
Brett Wilson | 60a9dfb | 2017-09-07 22:53:42 | [diff] [blame] | 1936 | "//base:i18n", |
Scott Violet | 4416579 | 2018-02-22 02:08:08 | [diff] [blame] | 1937 | "//base/allocator:buildflags", |
Alan Cutter | 6b884ed | 2019-05-10 20:44:05 | [diff] [blame] | 1938 | "//base/util/values:values_util", |
Nico Weber | 897593f | 2019-07-25 23:17:55 | [diff] [blame] | 1939 | "//build:branding_buildflags", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1940 | "//cc", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 1941 | "//chrome:extra_resources", |
| 1942 | "//chrome:resources", |
| 1943 | "//chrome:strings", |
Ken Rockot | 341089f | 2019-01-11 23:11:58 | [diff] [blame] | 1944 | "//chrome/app:chrome_service_manifests", |
[email protected] | 855b7de | 2014-07-08 21:02:45 | [diff] [blame] | 1945 | "//chrome/app/resources:platform_locale_settings", |
[email protected] | 797b2504 | 2014-07-01 23:54:17 | [diff] [blame] | 1946 | "//chrome/app/theme:theme_resources", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1947 | "//chrome/browser/devtools", |
Mustafa Emre Acer | dd39130 | 2019-07-19 17:17:14 | [diff] [blame] | 1948 | "//chrome/browser/lookalikes/safety_tips:proto", |
Becca Hughes | 0261a08 | 2017-12-11 16:26:38 | [diff] [blame] | 1949 | "//chrome/browser/media:media_engagement_preload_proto", |
Becca Hughes | a09ddac | 2017-07-10 11:11:11 | [diff] [blame] | 1950 | "//chrome/browser/media:mojo_bindings", |
thakis | 678822e | 2017-04-20 17:20:34 | [diff] [blame] | 1951 | "//chrome/browser/media/router", |
Ira Burak | e469178 | 2017-08-18 22:06:48 | [diff] [blame] | 1952 | "//chrome/browser/metrics:expired_histograms_array", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1953 | "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
[email protected] | 797b2504 | 2014-07-01 23:54:17 | [diff] [blame] | 1954 | "//chrome/browser/net:probe_message_proto", |
Xing Liu | 4c24ab18 | 2019-02-27 01:52:07 | [diff] [blame] | 1955 | "//chrome/browser/notifications", |
Sigurdur Asgeirsson | dd9f572e | 2019-05-04 01:42:59 | [diff] [blame] | 1956 | "//chrome/browser/performance_manager:mojo_bindings", |
Sebastien Marchand | f386fa09 | 2019-05-11 00:06:37 | [diff] [blame] | 1957 | "//chrome/browser/performance_manager:site_data_proto", |
erikchen | a9db3a7 | 2018-04-12 16:24:00 | [diff] [blame] | 1958 | "//chrome/browser/profiling_host", |
Peter Beverloo | afb1ab4 | 2018-08-20 13:03:45 | [diff] [blame] | 1959 | "//chrome/browser/push_messaging:budget_proto", |
Fadi Meawad | 9c029de7 | 2018-05-30 20:47:23 | [diff] [blame] | 1960 | "//chrome/browser/resource_coordinator:mojo_bindings", |
Charles Zhao | eab4397 | 2019-04-10 05:06:31 | [diff] [blame] | 1961 | "//chrome/browser/resource_coordinator:tab_manager_features", |
yzshen | a347106 | 2017-06-21 01:56:15 | [diff] [blame] | 1962 | "//chrome/browser/safe_browsing", |
Alex Chau | 70631ad | 2019-05-29 12:23:07 | [diff] [blame] | 1963 | "//chrome/browser/sharing/proto", |
meacer | b078580 | 2017-02-07 23:46:52 | [diff] [blame] | 1964 | "//chrome/browser/ssl:proto", |
[email protected] | abd4b68 | 2014-07-16 20:26:30 | [diff] [blame] | 1965 | "//chrome/browser/ui", |
Vincent Scheib | dbe693bee | 2017-12-06 00:54:18 | [diff] [blame] | 1966 | "//chrome/browser/ui/webui/bluetooth_internals", |
Michael Martis | 6b34f2a | 2019-02-18 01:11:46 | [diff] [blame] | 1967 | "//chrome/common:channel_info", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1968 | "//chrome/common/net", |
| 1969 | "//chrome/installer/util:with_no_strings", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1970 | "//components/app_modal", |
Philippe Hamel | 6956483 | 2017-11-22 20:39:48 | [diff] [blame] | 1971 | "//components/assist_ranker", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1972 | "//components/autofill/content/browser", |
[email protected] | 604828c | 2014-07-02 20:39:12 | [diff] [blame] | 1973 | "//components/autofill/core/browser", |
Ryan Sturm | bc8d108 | 2018-06-25 18:21:55 | [diff] [blame] | 1974 | "//components/blacklist/opt_out_blacklist:opt_out_blacklist", |
| 1975 | "//components/blacklist/opt_out_blacklist/sql:opt_out_blacklist_sql", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 1976 | "//components/bookmarks/browser", |
treib | a9ea2fb | 2015-03-20 10:06:03 | [diff] [blame] | 1977 | "//components/bookmarks/managed", |
maxbogue | 26f4022 | 2016-09-16 20:22:18 | [diff] [blame] | 1978 | "//components/browser_sync", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1979 | "//components/browsing_data/content", |
| 1980 | "//components/browsing_data/core", |
[email protected] | b9f4c68 | 2014-07-10 22:00:37 | [diff] [blame] | 1981 | "//components/captive_portal", |
Pavol Marko | b211ab2 | 2019-01-23 20:03:04 | [diff] [blame] | 1982 | "//components/certificate_matching", |
eranm | 3c2d643 | 2016-06-01 10:17:27 | [diff] [blame] | 1983 | "//components/certificate_transparency", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 1984 | "//components/cloud_devices/common", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 1985 | "//components/component_updater", |
Joshua Pawlicki | ddf9723e | 2017-10-24 15:24:23 | [diff] [blame] | 1986 | "//components/component_updater:crl_set_remover", |
Martin Sramek | 0d86260a | 2017-11-13 12:09:20 | [diff] [blame] | 1987 | "//components/consent_auditor", |
Tao Bai | 02ab4dd4 | 2019-03-06 00:30:37 | [diff] [blame] | 1988 | "//components/content_capture/browser", |
vasilii | ac46139 | 2014-09-18 11:35:17 | [diff] [blame] | 1989 | "//components/content_settings/core/browser", |
[email protected] | 08f7101 | 2014-07-25 10:27:54 | [diff] [blame] | 1990 | "//components/content_settings/core/common", |
Donn Denman | 853ffa8 | 2018-08-20 21:23:59 | [diff] [blame] | 1991 | "//components/contextual_search/content:browser", |
| 1992 | "//components/contextual_search/core:browser", |
abhishek.a21 | bbf8e4a | 2015-10-15 21:05:56 | [diff] [blame] | 1993 | "//components/cookie_config", |
[email protected] | 478ed23 | 2014-08-19 02:10:55 | [diff] [blame] | 1994 | "//components/crx_file", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 1995 | "//components/data_reduction_proxy/content/browser", |
Clark DuVall | 9233584 | 2018-10-10 16:49:09 | [diff] [blame] | 1996 | "//components/data_reduction_proxy/content/common", |
megjablon | 3476e04 | 2014-10-14 19:21:59 | [diff] [blame] | 1997 | "//components/data_reduction_proxy/core/browser", |
rajendrant | 14a5a85 | 2016-11-17 17:58:48 | [diff] [blame] | 1998 | "//components/data_use_measurement/core:ascriber", |
reillyg | 4a84927 | 2015-02-20 21:38:43 | [diff] [blame] | 1999 | "//components/device_event_log", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2000 | "//components/dom_distiller/content/browser", |
[email protected] | 273ae5ab | 2014-07-09 21:10:25 | [diff] [blame] | 2001 | "//components/domain_reliability", |
David Trainor | 139fa8c | 2017-06-07 08:57:34 | [diff] [blame] | 2002 | "//components/download/content/factory", |
Min Qin | 826f29b | 2018-05-26 06:36:19 | [diff] [blame] | 2003 | "//components/download/database", |
Min Qin | 48bf2b9 | 2018-01-23 19:16:43 | [diff] [blame] | 2004 | "//components/download/public/background_service:public", |
John Abd-El-Malek | 71e4f9f | 2018-03-28 19:52:36 | [diff] [blame] | 2005 | "//components/encrypted_messages", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2006 | "//components/error_page/common", |
| 2007 | "//components/favicon/content", |
sdefresne | cbacfd7 | 2015-03-20 12:11:32 | [diff] [blame] | 2008 | "//components/favicon/core", |
sdefresne | 001b10de | 2015-03-20 18:41:46 | [diff] [blame] | 2009 | "//components/favicon_base", |
Tommy Nyquist | c1d6dea1 | 2017-07-26 20:37:23 | [diff] [blame] | 2010 | "//components/feature_engagement", |
Yafei Duan | c9f95ec | 2018-02-08 02:35:31 | [diff] [blame] | 2011 | "//components/filename_generation", |
droger | 888be0b | 2015-10-01 14:28:52 | [diff] [blame] | 2012 | "//components/flags_ui", |
[email protected] | abd4b68 | 2014-07-16 20:26:30 | [diff] [blame] | 2013 | "//components/gcm_driver", |
erikchen | 332265b | 2014-11-14 19:59:52 | [diff] [blame] | 2014 | "//components/handoff", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2015 | "//components/history/content/browser", |
[email protected] | 273ae5ab | 2014-07-09 21:10:25 | [diff] [blame] | 2016 | "//components/history/core/browser", |
| 2017 | "//components/history/core/common", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2018 | "//components/infobars/core", |
knn | 062cdbb | 2015-06-26 18:18:42 | [diff] [blame] | 2019 | "//components/invalidation/impl", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2020 | "//components/keyed_service/content", |
Renjie Liu | 1aea053 | 2017-12-13 07:22:31 | [diff] [blame] | 2021 | "//components/language/content/browser", |
Michael Martis | 98cd873 | 2017-07-14 03:26:19 | [diff] [blame] | 2022 | "//components/language/core/browser", |
Alexandre Frechette | 0a2ada0 | 2019-03-07 14:50:50 | [diff] [blame] | 2023 | "//components/language/core/common", |
Tommy Nyquist | 61abdd0 | 2019-03-22 00:01:24 | [diff] [blame] | 2024 | "//components/leveldb_proto", |
Mike Wittman | 2943c9c7 | 2018-08-31 19:28:57 | [diff] [blame] | 2025 | "//components/metrics:call_stack_profile_collector", |
Joshua Pawlicki | 0499ac8 | 2017-08-17 18:29:07 | [diff] [blame] | 2026 | "//components/metrics:component_metrics", |
Vincent Boisselle | 30da3977 | 2019-07-24 18:55:47 | [diff] [blame] | 2027 | "//components/metrics:demographic_metrics_provider", |
gunsch | 1afc6517 | 2014-09-16 00:03:32 | [diff] [blame] | 2028 | "//components/metrics:gpu", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2029 | "//components/metrics:net", |
blundell | 8e66adc | 2015-10-12 11:46:12 | [diff] [blame] | 2030 | "//components/metrics:ui", |
blundell | 695d61f | 2015-10-21 11:25:53 | [diff] [blame] | 2031 | "//components/metrics_services_manager", |
Lei Zhang | d866b3c | 2019-05-02 01:49:58 | [diff] [blame] | 2032 | "//components/mirroring/browser", |
Xiangjun Zhang | 1f0311f2b | 2018-07-27 17:03:59 | [diff] [blame] | 2033 | "//components/mirroring/mojom:host", |
| 2034 | "//components/mirroring/mojom:service", |
Xiangjun Zhang | c431cc9f | 2018-08-07 20:41:20 | [diff] [blame] | 2035 | "//components/mirroring/service:mirroring_service", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2036 | "//components/navigation_interception", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2037 | "//components/navigation_metrics", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2038 | "//components/net_log", |
| 2039 | "//components/network_hints/common", |
mmenke | 68a5021 | 2017-06-12 20:20:31 | [diff] [blame] | 2040 | "//components/network_session_configurator/browser", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2041 | "//components/network_time", |
sfiera | 0dc4da51 | 2016-04-29 09:23:05 | [diff] [blame] | 2042 | "//components/ntp_tiles", |
dtrainor | b4cc245 | 2017-03-07 01:07:17 | [diff] [blame] | 2043 | "//components/offline_items_collection/core", |
Scott Violet | 9ae8289 | 2018-03-01 18:38:12 | [diff] [blame] | 2044 | "//components/offline_pages/buildflags", |
blundell | 2102f7c | 2015-07-09 10:00:53 | [diff] [blame] | 2045 | "//components/omnibox/browser", |
Sophie Chang | f453c052 | 2017-11-03 06:33:49 | [diff] [blame] | 2046 | "//components/optimization_guide", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2047 | "//components/os_crypt", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2048 | "//components/password_manager/content/browser", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2049 | "//components/password_manager/core/browser", |
| 2050 | "//components/password_manager/core/common", |
Mathieu Perreault | 51339b8 | 2017-07-20 17:06:05 | [diff] [blame] | 2051 | "//components/payments/core", |
brettw | 083632b | 2016-08-25 20:24:46 | [diff] [blame] | 2052 | "//components/policy:generated", |
Doug Turner | 9dcaf596 | 2017-12-21 04:38:53 | [diff] [blame] | 2053 | "//components/policy/content/", |
brettw | 083632b | 2016-08-25 20:24:46 | [diff] [blame] | 2054 | "//components/policy/core/browser", |
dgozman | e5a3e25 | 2016-03-22 21:45:08 | [diff] [blame] | 2055 | "//components/policy/proto", |
Lei Zhang | d866b3c | 2019-05-02 01:49:58 | [diff] [blame] | 2056 | "//components/prefs", |
Doug Arnett | 2c55476 | 2017-10-25 19:44:38 | [diff] [blame] | 2057 | "//components/previews/content", |
sclittle | a8780a9 | 2016-09-16 22:39:24 | [diff] [blame] | 2058 | "//components/previews/core", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2059 | "//components/profile_metrics", |
| 2060 | "//components/proxy_config", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2061 | "//components/query_parser", |
[email protected] | b9f4c68 | 2014-07-10 22:00:37 | [diff] [blame] | 2062 | "//components/rappor", |
nigeltao | 2f67376 | 2016-10-14 03:27:28 | [diff] [blame] | 2063 | "//components/rappor:rappor_recorder", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2064 | "//components/renderer_context_menu", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2065 | "//components/resources", |
Daniel Rubery | f5f4a1c | 2019-05-09 19:51:10 | [diff] [blame] | 2066 | "//components/safe_browsing:public", |
Michael Giuffrida | 2cc3a9cef | 2018-06-08 00:33:11 | [diff] [blame] | 2067 | "//components/safe_search_api", |
Caio Lima | ccae107 | 2019-03-07 13:46:54 | [diff] [blame] | 2068 | "//components/safe_search_api:safe_search_client", |
[email protected] | 720b1049 | 2014-07-23 08:48:40 | [diff] [blame] | 2069 | "//components/search", |
Brett Wilson | 1c69399 | 2014-08-25 19:10:01 | [diff] [blame] | 2070 | "//components/search_engines", |
| 2071 | "//components/search_provider_logos", |
jialiul | a2c06925 | 2017-01-05 18:13:04 | [diff] [blame] | 2072 | "//components/security_interstitials/content:security_interstitial_page", |
felt | 20e0f200 | 2015-07-31 15:27:36 | [diff] [blame] | 2073 | "//components/security_interstitials/core", |
eseckler | cac56b6 | 2016-11-16 13:49:44 | [diff] [blame] | 2074 | "//components/security_state/content", |
| 2075 | "//components/security_state/core", |
Jeffrey Cohen | 7fe36f50 | 2018-12-12 01:38:21 | [diff] [blame] | 2076 | "//components/send_tab_to_self", |
Alexei Filippov | 65c08b9 | 2019-02-02 03:41:00 | [diff] [blame] | 2077 | "//components/services/heap_profiling", |
Ken Rockot | d6ac38d | 2019-07-30 21:08:58 | [diff] [blame] | 2078 | "//components/services/patch/content", |
Alexander Woolf | ed183c51 | 2019-05-17 01:18:03 | [diff] [blame] | 2079 | "//components/services/quarantine", |
| 2080 | "//components/services/quarantine/public/mojom", |
Ken Rockot | 61df041 | 2019-07-26 17:12:19 | [diff] [blame] | 2081 | "//components/services/unzip/content", |
Miyoung Shin | f917f042 | 2019-07-19 04:10:21 | [diff] [blame] | 2082 | "//components/services/unzip/public/mojom", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2083 | "//components/sessions", |
[email protected] | abd4b68 | 2014-07-16 20:26:30 | [diff] [blame] | 2084 | "//components/signin/core/browser", |
Colin Blundell | 3517170e | 2019-07-11 08:16:34 | [diff] [blame] | 2085 | "//components/signin/public/base:signin_buildflags", |
Henrique Ferreiro | 94eb46f | 2019-07-03 14:38:56 | [diff] [blame] | 2086 | "//components/signin/public/identity_manager", |
Colin Blundell | 2cdc91a | 2019-07-12 15:24:27 | [diff] [blame] | 2087 | "//components/signin/public/webdata", |
Scott Violet | d7983c5 | 2018-03-03 00:24:41 | [diff] [blame] | 2088 | "//components/spellcheck:buildflags", |
felt | 2493b445 | 2015-09-17 20:33:59 | [diff] [blame] | 2089 | "//components/ssl_errors", |
sammc | 33584452 | 2016-06-09 10:15:59 | [diff] [blame] | 2090 | "//components/startup_metric_utils/browser:host", |
fdoray | 443bd11 | 2015-11-16 20:44:23 | [diff] [blame] | 2091 | "//components/startup_metric_utils/browser:lib", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 2092 | "//components/storage_monitor", |
[email protected] | 797b2504 | 2014-07-01 23:54:17 | [diff] [blame] | 2093 | "//components/strings", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2094 | "//components/subresource_filter/content/browser", |
engedy | 9ae0424 | 2016-06-08 13:31:18 | [diff] [blame] | 2095 | "//components/subresource_filter/core/browser", |
mathp | 60143a3 | 2014-10-08 14:52:45 | [diff] [blame] | 2096 | "//components/suggestions", |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 2097 | "//components/sync", |
blundell | c759b68 | 2015-10-08 15:50:59 | [diff] [blame] | 2098 | "//components/sync_bookmarks", |
maxbogue | ea16ff41 | 2016-10-28 16:35:29 | [diff] [blame] | 2099 | "//components/sync_preferences", |
skym | 6b9887e | 2015-10-09 22:10:47 | [diff] [blame] | 2100 | "//components/sync_sessions", |
Caroline Rising | 2ed4950 | 2019-06-19 23:05:22 | [diff] [blame] | 2101 | "//components/tab_count_metrics", |
zhenw | ecedcf2 | 2015-08-18 23:37:46 | [diff] [blame] | 2102 | "//components/tracing:startup_tracing", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2103 | "//components/translate/content/browser", |
[email protected] | b9f4c68 | 2014-07-10 22:00:37 | [diff] [blame] | 2104 | "//components/translate/core/browser", |
| 2105 | "//components/translate/core/common", |
Mike Wasserman | 8f8b085 | 2018-12-03 22:08:10 | [diff] [blame] | 2106 | "//components/ui_devtools", |
holte | 7b74c62 | 2017-01-23 23:13:07 | [diff] [blame] | 2107 | "//components/ukm:observers", |
sdefresne | c083d1f | 2015-04-17 21:12:18 | [diff] [blame] | 2108 | "//components/undo", |
Mihai Sardarescu | 9be6fcb3 | 2018-06-06 02:51:45 | [diff] [blame] | 2109 | "//components/unified_consent", |
sorin | 39eab2f | 2015-01-06 01:09:08 | [diff] [blame] | 2110 | "//components/update_client", |
Joshua Pawlicki | 30ef6a1 | 2019-04-10 13:34:00 | [diff] [blame] | 2111 | "//components/update_client:common_impl", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2112 | "//components/upload_list", |
rsleevi | 24f64dc2 | 2015-08-07 21:39:21 | [diff] [blame] | 2113 | "//components/url_formatter", |
Mustafa Emre Acer | 3b701bb | 2019-07-29 22:29:15 | [diff] [blame] | 2114 | "//components/url_formatter/spoof_checks/top_domains:top500_domains", |
| 2115 | "//components/url_formatter/spoof_checks/top_domains:top500_domains_header", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2116 | "//components/url_matcher", |
[email protected] | fca567b | 2014-07-02 17:37:34 | [diff] [blame] | 2117 | "//components/user_prefs", |
isherman | 3be67db | 2014-10-24 05:57:44 | [diff] [blame] | 2118 | "//components/variations", |
robliao | 48f456a | 2016-11-04 17:35:03 | [diff] [blame] | 2119 | "//components/variations/field_trial_config", |
isherman | 3be67db | 2014-10-24 05:57:44 | [diff] [blame] | 2120 | "//components/variations/net", |
blundell | b50ad70 | 2015-08-27 17:08:29 | [diff] [blame] | 2121 | "//components/variations/service", |
John Abd-El-Malek | 71e4f9f | 2018-03-28 19:52:36 | [diff] [blame] | 2122 | "//components/version_info", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2123 | "//components/visitedlink/browser", |
| 2124 | "//components/visitedlink/common", |
| 2125 | "//components/web_cache/browser", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 2126 | "//components/web_resource", |
[email protected] | bf4545f | 2014-07-11 19:49:46 | [diff] [blame] | 2127 | "//components/webdata/common", |
sdefresne | cb955cd | 2014-12-15 23:21:56 | [diff] [blame] | 2128 | "//components/webdata_services", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 2129 | "//components/webrtc_logging/browser", |
| 2130 | "//components/webrtc_logging/common", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2131 | "//content/app/resources", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2132 | "//content/public/browser", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 2133 | "//content/public/browser", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2134 | "//content/public/common", |
ben | 51bb6c6 | 2016-11-17 20:15:57 | [diff] [blame] | 2135 | "//content/public/common:service_names", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2136 | "//crypto", |
davidben | 45eb1995 | 2016-05-05 16:30:44 | [diff] [blame] | 2137 | "//crypto:platform", |
Donna Wu | ee09a34 | 2019-05-13 02:56:18 | [diff] [blame] | 2138 | "//device/base", |
Martin Kreichgauer | 0e1b15ef | 2018-06-20 02:59:50 | [diff] [blame] | 2139 | "//device/fido", |
Matt Reynolds | 660a4775 | 2018-06-28 19:42:48 | [diff] [blame] | 2140 | "//device/gamepad/public/cpp:switches", |
Scott Violet | c8240b0 | 2018-03-08 22:03:59 | [diff] [blame] | 2141 | "//device/vr/buildflags", |
| 2142 | "//extensions/buildflags", |
[email protected] | 604828c | 2014-07-02 20:39:12 | [diff] [blame] | 2143 | "//google_apis", |
Brett Wilson | 8f132304 | 2014-09-11 16:58:56 | [diff] [blame] | 2144 | "//gpu/config", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2145 | "//media", |
Scott Violet | a35f9a4 | 2018-03-22 22:00:44 | [diff] [blame] | 2146 | "//media:media_buildflags", |
Xiangjun Zhang | 3aafe30 | 2018-02-07 20:10:40 | [diff] [blame] | 2147 | "//media/capture", |
thakis | 678822e | 2017-04-20 17:20:34 | [diff] [blame] | 2148 | "//media/cast:net", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2149 | "//media/midi", |
Scott Violet | a35f9a4 | 2018-03-22 22:00:44 | [diff] [blame] | 2150 | "//media/mojo:buildflags", |
Xiangjun Zhang | 877bcd1 | 2018-01-05 02:47:53 | [diff] [blame] | 2151 | "//media/mojo/common", |
Miyoung Shin | 25bb8c09 | 2019-08-03 00:56:57 | [diff] [blame] | 2152 | "//media/mojo/mojom:mirror_service_remoting", |
| 2153 | "//media/mojo/mojom:remoting", |
Chris Cunningham | 49934e6 | 2017-11-09 21:49:01 | [diff] [blame] | 2154 | "//media/mojo/services", |
Henrik Grunell | d085257 | 2018-10-15 09:01:38 | [diff] [blame] | 2155 | "//media/webrtc", |
Ken Rockot | 03e5ddc | 2018-07-04 19:35:08 | [diff] [blame] | 2156 | "//mojo/core/embedder", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2157 | "//mojo/public/cpp/bindings", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 2158 | "//net", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2159 | "//net:extras", |
Scott Violet | 02e38b9 | 2018-03-27 23:42:14 | [diff] [blame] | 2160 | "//ppapi/buildflags", |
Scott Violet | 318a55f | 2018-03-30 19:08:19 | [diff] [blame] | 2161 | "//printing/buildflags", |
Scott Violet | a5f7ba1 | 2018-04-02 22:03:40 | [diff] [blame] | 2162 | "//rlz/buildflags", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 2163 | "//services/audio/public/cpp", |
rockot | e043703 | 2017-03-25 02:49:00 | [diff] [blame] | 2164 | "//services/data_decoder/public/cpp", |
ke.he | a91facd | 2017-04-12 05:11:50 | [diff] [blame] | 2165 | "//services/device/public/cpp:device_features", |
Donna Wu | 4dc9df3 | 2019-05-20 03:56:21 | [diff] [blame] | 2166 | "//services/device/public/cpp/usb", |
Ke He | 31d0bb0 | 2018-02-24 07:16:24 | [diff] [blame] | 2167 | "//services/device/public/mojom", |
Donna Wu | 4dc9df3 | 2019-05-20 03:56:21 | [diff] [blame] | 2168 | "//services/device/public/mojom:usb", |
blundell | b85bd3b | 2017-03-24 13:56:27 | [diff] [blame] | 2169 | "//services/identity:lib", |
Henrique Ferreiro | 94eb46f | 2019-07-03 14:38:56 | [diff] [blame] | 2170 | "//services/identity/public/cpp:cpp_types", |
Andrew Moylan | 8ed9d83c8 | 2019-01-29 20:23:52 | [diff] [blame] | 2171 | "//services/image_annotation:service", |
Michael Martis | ab9292fa | 2019-01-16 08:17:13 | [diff] [blame] | 2172 | "//services/image_annotation/public/mojom", |
Steven Holte | ed06f3d | 2017-07-20 22:58:01 | [diff] [blame] | 2173 | "//services/metrics/public/cpp:ukm_builders", |
John Abd-El-Malek | 3bbbdf9 | 2018-01-30 03:27:35 | [diff] [blame] | 2174 | "//services/network:network_service", |
| 2175 | "//services/network/public/cpp", |
Ken Rockot | 54311e6 | 2018-02-10 19:01:52 | [diff] [blame] | 2176 | "//services/network/public/mojom", |
sammc | 939cdb5 | 2017-03-23 01:21:13 | [diff] [blame] | 2177 | "//services/preferences/public/cpp", |
| 2178 | "//services/preferences/public/cpp:service_main", |
sammc | fb473a87 | 2017-04-03 01:56:59 | [diff] [blame] | 2179 | "//services/preferences/public/cpp/tracked", |
Ken Rockot | f7f533e | 2018-02-11 02:21:33 | [diff] [blame] | 2180 | "//services/preferences/public/mojom", |
sammc | fb473a87 | 2017-04-03 01:56:59 | [diff] [blame] | 2181 | "//services/preferences/tracked", |
Ken Rockot | 26cf474 | 2018-02-11 04:10:40 | [diff] [blame] | 2182 | "//services/proxy_resolver/public/mojom", |
erikchen | a6e5f68 | 2017-05-12 20:39:20 | [diff] [blame] | 2183 | "//services/resource_coordinator/public/cpp:resource_coordinator_cpp", |
Scott Violet | 482fcec | 2019-07-30 19:50:20 | [diff] [blame] | 2184 | "//services/resource_coordinator/public/cpp/memory_instrumentation:browser", |
rockot | 734fb66 | 2016-10-15 16:41:30 | [diff] [blame] | 2185 | "//services/service_manager/public/cpp", |
Ken Rockot | d7e999b | 2018-02-11 15:48:21 | [diff] [blame] | 2186 | "//services/shape_detection/public/mojom", |
Ken Rockot | cebdf9c8 | 2019-05-28 20:33:03 | [diff] [blame] | 2187 | "//services/strings", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2188 | "//skia", |
| 2189 | "//sql", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2190 | "//storage/browser", |
| 2191 | "//storage/common", |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 2192 | "//third_party/blink/public:buildflags", |
| 2193 | "//third_party/blink/public:resources", |
| 2194 | "//third_party/blink/public:scaled_resources", |
| 2195 | "//third_party/blink/public/common", |
[email protected] | 797b2504 | 2014-07-01 23:54:17 | [diff] [blame] | 2196 | "//third_party/cacheinvalidation", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2197 | "//third_party/icu", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2198 | "//third_party/leveldatabase", |
| 2199 | "//third_party/libaddressinput", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 2200 | "//third_party/libxml", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2201 | "//third_party/libyuv", |
Steven Holte | f9d5ed6 | 2017-10-21 02:02:30 | [diff] [blame] | 2202 | "//third_party/metrics_proto", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2203 | "//third_party/re2", |
| 2204 | "//third_party/smhasher:cityhash", |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 2205 | "//third_party/webrtc_overrides", |
| 2206 | "//third_party/webrtc_overrides:init_webrtc", |
Xiaohan Wang | f170c73 | 2018-09-27 05:45:26 | [diff] [blame] | 2207 | "//third_party/widevine/cdm:buildflags", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2208 | "//third_party/zlib", |
| 2209 | "//third_party/zlib:minizip", |
Thiago Farina | d8a8a07 | 2017-05-19 18:41:48 | [diff] [blame] | 2210 | "//third_party/zlib/google:compression_utils", |
| 2211 | "//third_party/zlib/google:zip", |
Chris Hall | e952239e | 2018-11-06 06:49:52 | [diff] [blame] | 2212 | "//ui/accessibility", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2213 | "//ui/base", |
sdefresne | c6574a55 | 2016-02-08 16:58:21 | [diff] [blame] | 2214 | "//ui/base:ui_data_pack", |
Steven Bennetts | 2b2d9cf | 2019-03-15 17:36:31 | [diff] [blame] | 2215 | "//ui/base/idle", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2216 | "//ui/base/ime", |
cjhopman | 09981a9 | 2014-10-27 17:11:18 | [diff] [blame] | 2217 | "//ui/events:events_base", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2218 | "//ui/gfx", |
| 2219 | "//ui/gfx/geometry", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2220 | "//ui/gl", |
Scott Violet | fd6ee11 | 2019-01-10 19:05:32 | [diff] [blame] | 2221 | "//ui/gl:buildflags", |
[email protected] | a1d7d4f | 2014-07-16 21:33:36 | [diff] [blame] | 2222 | "//ui/message_center", |
Evan Stade | 353058c | 2017-09-08 21:31:13 | [diff] [blame] | 2223 | "//ui/message_center/public/cpp", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 2224 | "//ui/resources", |
[email protected] | a1d7d4f | 2014-07-16 21:33:36 | [diff] [blame] | 2225 | "//ui/shell_dialogs", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2226 | "//ui/strings", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2227 | "//ui/surface", |
| 2228 | "//ui/web_dialogs", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2229 | ] |
| 2230 | |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 2231 | if (is_posix || is_fuchsia) { |
| 2232 | sources += [ |
| 2233 | "download/trusted_sources_manager_posix.cc", |
| 2234 | "google/google_update_settings_posix.cc", |
| 2235 | "net/net_error_diagnostics_dialog_posix.cc", |
Sebastien Marchand | c5a7c4c4 | 2019-02-21 20:30:25 | [diff] [blame] | 2236 | "performance_monitor/metric_evaluator_helper_posix.cc", |
| 2237 | "performance_monitor/metric_evaluator_helper_posix.h", |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 2238 | ] |
| 2239 | } |
| 2240 | |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 2241 | if (is_android) { |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2242 | sources += [ |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2243 | "after_startup_task_utils_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2244 | "android/accessibility/font_size_prefs_android.cc", |
| 2245 | "android/accessibility/font_size_prefs_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2246 | "android/android_theme_resources.h", |
zqzhang | 93e959d1 | 2017-03-16 13:10:20 | [diff] [blame] | 2247 | "android/app_hooks.cc", |
| 2248 | "android/app_hooks.h", |
Clemens Arbesser | 82f3803 | 2019-08-29 09:05:55 | [diff] [blame] | 2249 | "android/autofill_assistant/assistant_collect_user_data_delegate.cc", |
| 2250 | "android/autofill_assistant/assistant_collect_user_data_delegate.h", |
Jordan Demeulenaere | d4c321e | 2019-05-16 14:12:12 | [diff] [blame] | 2251 | "android/autofill_assistant/assistant_form_delegate.cc", |
| 2252 | "android/autofill_assistant/assistant_form_delegate.h", |
Jordan Demeulenaere | 640b83bb | 2019-05-23 17:45:58 | [diff] [blame] | 2253 | "android/autofill_assistant/assistant_header_delegate.cc", |
| 2254 | "android/autofill_assistant/assistant_header_delegate.h", |
Jordan Demeulenaere | ab331cf | 2019-01-28 21:20:00 | [diff] [blame] | 2255 | "android/autofill_assistant/assistant_overlay_delegate.cc", |
| 2256 | "android/autofill_assistant/assistant_overlay_delegate.h", |
Stephane Zermatten | 40481b80 | 2019-01-09 18:50:52 | [diff] [blame] | 2257 | "android/autofill_assistant/client_android.cc", |
| 2258 | "android/autofill_assistant/client_android.h", |
Mathias Carlen | 717fbc4 | 2018-08-31 19:39:26 | [diff] [blame] | 2259 | "android/autofill_assistant/ui_controller_android.cc", |
| 2260 | "android/autofill_assistant/ui_controller_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2261 | "android/background_sync_launcher_android.cc", |
| 2262 | "android/background_sync_launcher_android.h", |
ahemery | 1d5239a5 | 2017-05-18 13:19:33 | [diff] [blame] | 2263 | "android/background_tab_manager.cc", |
| 2264 | "android/background_tab_manager.h", |
Ioana Stefan | 4dc2ee2 | 2019-08-21 09:51:04 | [diff] [blame] | 2265 | "android/background_task_scheduler/chrome_background_task_factory.cc", |
| 2266 | "android/background_task_scheduler/chrome_background_task_factory.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2267 | "android/bookmarks/bookmark_bridge.cc", |
| 2268 | "android/bookmarks/bookmark_bridge.h", |
| 2269 | "android/bookmarks/partner_bookmarks_reader.cc", |
| 2270 | "android/bookmarks/partner_bookmarks_reader.h", |
| 2271 | "android/bookmarks/partner_bookmarks_shim.cc", |
| 2272 | "android/bookmarks/partner_bookmarks_shim.h", |
| 2273 | "android/bottombar/overlay_panel_content.cc", |
| 2274 | "android/bottombar/overlay_panel_content.h", |
Peter E Conn | 5bc81b5 | 2018-06-04 09:43:14 | [diff] [blame] | 2275 | "android/browserservices/ukm_recorder.cc", |
dullweber | c454fad | 2017-03-28 07:56:39 | [diff] [blame] | 2276 | "android/browsing_data/browsing_data_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2277 | "android/browsing_data/browsing_data_counter_bridge.cc", |
| 2278 | "android/browsing_data/browsing_data_counter_bridge.h", |
| 2279 | "android/browsing_data/url_filter_bridge.cc", |
| 2280 | "android/browsing_data/url_filter_bridge.h", |
aberent | d56b7ec | 2016-11-16 16:43:27 | [diff] [blame] | 2281 | "android/chrome_backup_agent.cc", |
| 2282 | "android/chrome_backup_agent.h", |
| 2283 | "android/chrome_backup_watcher.cc", |
thakis | b8590c9 | 2017-03-23 18:14:53 | [diff] [blame] | 2284 | "android/chrome_backup_watcher.h", |
boliu | 21c5afa | 2017-01-11 19:34:23 | [diff] [blame] | 2285 | "android/chrome_context_util.cc", |
| 2286 | "android/chrome_context_util.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2287 | "android/chrome_feature_list.cc", |
| 2288 | "android/chrome_feature_list.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2289 | "android/chrome_startup_flags.cc", |
| 2290 | "android/chrome_startup_flags.h", |
Daniel Cheng | 8fedab2 | 2018-05-17 00:39:27 | [diff] [blame] | 2291 | "android/color_helpers.cc", |
| 2292 | "android/color_helpers.h", |
Tibor Goldschwendt | 11b3cf2 | 2018-07-04 15:32:44 | [diff] [blame] | 2293 | "android/component_updater/background_task_update_scheduler.cc", |
| 2294 | "android/component_updater/background_task_update_scheduler.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2295 | "android/compositor/compositor_view.cc", |
| 2296 | "android/compositor/compositor_view.h", |
| 2297 | "android/compositor/decoration_title.cc", |
| 2298 | "android/compositor/decoration_title.h", |
| 2299 | "android/compositor/layer/content_layer.cc", |
| 2300 | "android/compositor/layer/content_layer.h", |
| 2301 | "android/compositor/layer/contextual_search_layer.cc", |
| 2302 | "android/compositor/layer/contextual_search_layer.h", |
Jinsuk Kim | 9e8ccd3 | 2018-11-22 07:05:01 | [diff] [blame] | 2303 | "android/compositor/layer/ephemeral_tab_layer.cc", |
| 2304 | "android/compositor/layer/ephemeral_tab_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2305 | "android/compositor/layer/layer.h", |
| 2306 | "android/compositor/layer/overlay_panel_layer.cc", |
| 2307 | "android/compositor/layer/overlay_panel_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2308 | "android/compositor/layer/tab_handle_layer.cc", |
| 2309 | "android/compositor/layer/tab_handle_layer.h", |
| 2310 | "android/compositor/layer/tab_layer.cc", |
| 2311 | "android/compositor/layer/tab_layer.h", |
Mei Liang | 6c0fe3a | 2019-02-21 02:20:03 | [diff] [blame] | 2312 | "android/compositor/layer/tabgroup_content_layer.cc", |
| 2313 | "android/compositor/layer/tabgroup_content_layer.h", |
| 2314 | "android/compositor/layer/tabgroup_tab_content_layer.cc", |
| 2315 | "android/compositor/layer/tabgroup_tab_content_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2316 | "android/compositor/layer/thumbnail_layer.cc", |
| 2317 | "android/compositor/layer/thumbnail_layer.h", |
| 2318 | "android/compositor/layer/toolbar_layer.cc", |
| 2319 | "android/compositor/layer/toolbar_layer.h", |
| 2320 | "android/compositor/layer_title_cache.cc", |
| 2321 | "android/compositor/layer_title_cache.h", |
Jinsuk Kim | bec0ae07 | 2019-05-07 23:16:32 | [diff] [blame] | 2322 | "android/compositor/navigation_glow.cc", |
| 2323 | "android/compositor/navigation_glow.h", |
khushalsagar | 51b27db | 2017-03-22 19:18:12 | [diff] [blame] | 2324 | "android/compositor/resources/resource_factory.cc", |
khushalsagar | 51b27db | 2017-03-22 19:18:12 | [diff] [blame] | 2325 | "android/compositor/resources/toolbar_resource.cc", |
| 2326 | "android/compositor/resources/toolbar_resource.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2327 | "android/compositor/scene_layer/contextual_search_scene_layer.cc", |
| 2328 | "android/compositor/scene_layer/contextual_search_scene_layer.h", |
Jinsuk Kim | 9e8ccd3 | 2018-11-22 07:05:01 | [diff] [blame] | 2329 | "android/compositor/scene_layer/ephemeral_tab_scene_layer.cc", |
| 2330 | "android/compositor/scene_layer/ephemeral_tab_scene_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2331 | "android/compositor/scene_layer/scene_layer.cc", |
| 2332 | "android/compositor/scene_layer/scene_layer.h", |
Matthew Jones | d59852706 | 2018-03-14 19:27:32 | [diff] [blame] | 2333 | "android/compositor/scene_layer/scrolling_bottom_view_scene_layer.cc", |
| 2334 | "android/compositor/scene_layer/scrolling_bottom_view_scene_layer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2335 | "android/compositor/scene_layer/static_tab_scene_layer.cc", |
| 2336 | "android/compositor/scene_layer/static_tab_scene_layer.h", |
| 2337 | "android/compositor/scene_layer/tab_list_scene_layer.cc", |
| 2338 | "android/compositor/scene_layer/tab_list_scene_layer.h", |
| 2339 | "android/compositor/scene_layer/tab_strip_scene_layer.cc", |
| 2340 | "android/compositor/scene_layer/tab_strip_scene_layer.h", |
| 2341 | "android/compositor/scene_layer/toolbar_scene_layer.cc", |
| 2342 | "android/compositor/scene_layer/toolbar_scene_layer.h", |
| 2343 | "android/compositor/tab_content_manager.cc", |
| 2344 | "android/compositor/tab_content_manager.h", |
Martin Sramek | 030b6cd | 2018-02-28 12:45:12 | [diff] [blame] | 2345 | "android/consent_auditor/consent_auditor_bridge.cc", |
Samuel Huang | 87ac6fa | 2017-07-31 18:09:15 | [diff] [blame] | 2346 | "android/content/content_utils.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2347 | "android/contextualsearch/contextual_search_context.cc", |
| 2348 | "android/contextualsearch/contextual_search_context.h", |
| 2349 | "android/contextualsearch/contextual_search_delegate.cc", |
| 2350 | "android/contextualsearch/contextual_search_delegate.h", |
| 2351 | "android/contextualsearch/contextual_search_field_trial.cc", |
| 2352 | "android/contextualsearch/contextual_search_field_trial.h", |
| 2353 | "android/contextualsearch/contextual_search_manager.cc", |
| 2354 | "android/contextualsearch/contextual_search_manager.h", |
Donn Denman | b27a1a5d | 2018-08-24 16:34:44 | [diff] [blame] | 2355 | "android/contextualsearch/contextual_search_preference_helper.cc", |
| 2356 | "android/contextualsearch/contextual_search_preference_helper.h", |
donnd | 1c0f254c | 2017-05-19 17:37:57 | [diff] [blame] | 2357 | "android/contextualsearch/contextual_search_ranker_logger_impl.cc", |
| 2358 | "android/contextualsearch/contextual_search_ranker_logger_impl.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2359 | "android/contextualsearch/contextual_search_tab_helper.cc", |
| 2360 | "android/contextualsearch/contextual_search_tab_helper.h", |
donnd | 1d909b6 | 2016-09-30 20:14:52 | [diff] [blame] | 2361 | "android/contextualsearch/ctr_suppression.cc", |
| 2362 | "android/contextualsearch/ctr_suppression.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2363 | "android/contextualsearch/resolved_search_term.cc", |
| 2364 | "android/contextualsearch/resolved_search_term.h", |
Donn Denman | e32c706c | 2019-04-26 22:30:11 | [diff] [blame] | 2365 | "android/contextualsearch/simple_search_term_resolver.cc", |
| 2366 | "android/contextualsearch/simple_search_term_resolver.h", |
Donn Denman | 647df45 | 2018-03-12 21:22:34 | [diff] [blame] | 2367 | "android/contextualsearch/unhandled_tap_notifier_impl.cc", |
| 2368 | "android/contextualsearch/unhandled_tap_notifier_impl.h", |
| 2369 | "android/contextualsearch/unhandled_tap_web_contents_observer.cc", |
| 2370 | "android/contextualsearch/unhandled_tap_web_contents_observer.h", |
Pritam | df040f9 | 2018-03-02 18:28:43 | [diff] [blame] | 2371 | "android/cookies/cookies_fetcher_util.cc", |
Peter Wen | 2bf1407 | 2017-10-11 16:12:37 | [diff] [blame] | 2372 | "android/crash/pure_java_exception_handler.cc", |
| 2373 | "android/crash/pure_java_exception_handler.h", |
Benoit Lize | 385ed792 | 2018-03-01 18:49:05 | [diff] [blame] | 2374 | "android/customtabs/detached_resource_request.cc", |
| 2375 | "android/customtabs/detached_resource_request.h", |
Benoit Lize | 29c2b49 | 2018-03-06 18:14:42 | [diff] [blame] | 2376 | "android/customtabs/detached_resource_request_android.cc", |
Monica Salama | 61944d7 | 2019-01-17 13:43:04 | [diff] [blame] | 2377 | "android/customtabs/dynamicmodule/module_metrics.cc", |
| 2378 | "android/customtabs/dynamicmodule/module_metrics.h", |
yusufo | 2f2c75134 | 2017-04-27 21:24:17 | [diff] [blame] | 2379 | "android/customtabs/origin_verifier.cc", |
| 2380 | "android/customtabs/origin_verifier.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2381 | "android/devtools_manager_delegate_android.cc", |
| 2382 | "android/devtools_manager_delegate_android.h", |
pfeldman | 1062876 | 2016-09-08 07:59:26 | [diff] [blame] | 2383 | "android/devtools_server.cc", |
| 2384 | "android/devtools_server.h", |
Samuel Huang | 0a25657 | 2019-08-29 16:48:42 | [diff] [blame] | 2385 | "android/dfm_resource_bundle_helper.cc", |
| 2386 | "android/dfm_resource_bundle_helper.h", |
yusufo | 2f2c75134 | 2017-04-27 21:24:17 | [diff] [blame] | 2387 | "android/digital_asset_links/digital_asset_links_handler.cc", |
| 2388 | "android/digital_asset_links/digital_asset_links_handler.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2389 | "android/document/document_web_contents_delegate.cc", |
thakis | b8590c9 | 2017-03-23 18:14:53 | [diff] [blame] | 2390 | "android/document/document_web_contents_delegate.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2391 | "android/dom_distiller/distiller_ui_handle_android.cc", |
| 2392 | "android/dom_distiller/distiller_ui_handle_android.h", |
Dan Harrington | 964d48c | 2018-08-03 15:52:24 | [diff] [blame] | 2393 | "android/download/available_offline_content_provider.cc", |
| 2394 | "android/download/available_offline_content_provider.h", |
qinmin | 577d7c79 | 2016-11-10 23:07:42 | [diff] [blame] | 2395 | "android/download/chrome_duplicate_download_infobar_delegate.cc", |
| 2396 | "android/download/chrome_duplicate_download_infobar_delegate.h", |
qinmin | ad5764a97 | 2016-10-25 18:54:45 | [diff] [blame] | 2397 | "android/download/dangerous_download_infobar_delegate.cc", |
| 2398 | "android/download/dangerous_download_infobar_delegate.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2399 | "android/download/download_controller.cc", |
| 2400 | "android/download/download_controller.h", |
| 2401 | "android/download/download_controller_base.cc", |
| 2402 | "android/download/download_controller_base.h", |
Joy Ming | c6c1b8d | 2018-01-23 00:37:14 | [diff] [blame] | 2403 | "android/download/download_location_dialog_bridge.h", |
Joy Ming | 65cf3f0 | 2018-04-10 23:27:45 | [diff] [blame] | 2404 | "android/download/download_location_dialog_bridge_impl.cc", |
| 2405 | "android/download/download_location_dialog_bridge_impl.h", |
Shakti Sahu | 7db8ad5 | 2019-03-06 00:09:38 | [diff] [blame] | 2406 | "android/download/download_manager_bridge.cc", |
| 2407 | "android/download/download_manager_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2408 | "android/download/download_manager_service.cc", |
| 2409 | "android/download/download_manager_service.h", |
Xing Liu | 302e065 | 2018-04-27 18:23:08 | [diff] [blame] | 2410 | "android/download/download_media_parser.cc", |
| 2411 | "android/download/download_media_parser.h", |
Xing Liu | 38cfb4d | 2018-07-16 18:40:37 | [diff] [blame] | 2412 | "android/download/download_media_parser_bridge.cc", |
| 2413 | "android/download/download_media_parser_bridge.h", |
Min Qin | 919d1db | 2019-08-28 23:57:25 | [diff] [blame] | 2414 | "android/download/download_open_source.h", |
Shakti Sahu | a673b78 | 2019-07-14 19:49:36 | [diff] [blame] | 2415 | "android/download/download_startup_utils.cc", |
| 2416 | "android/download/download_startup_utils.h", |
Min Qin | e1fb56f | 2018-10-02 22:00:20 | [diff] [blame] | 2417 | "android/download/download_utils.cc", |
| 2418 | "android/download/download_utils.h", |
qinmin | 577d7c79 | 2016-11-10 23:07:42 | [diff] [blame] | 2419 | "android/download/duplicate_download_infobar_delegate.cc", |
| 2420 | "android/download/duplicate_download_infobar_delegate.h", |
Min Qin | 0ab0e16 | 2017-11-14 21:57:19 | [diff] [blame] | 2421 | "android/download/intercept_oma_download_navigation_throttle.cc", |
| 2422 | "android/download/intercept_oma_download_navigation_throttle.h", |
dtrainor | e43c093 | 2017-03-20 21:14:22 | [diff] [blame] | 2423 | "android/download/items/offline_content_aggregator_factory_android.cc", |
Xing Liu | 302e065 | 2018-04-27 18:23:08 | [diff] [blame] | 2424 | "android/download/local_media_data_source_factory.cc", |
| 2425 | "android/download/local_media_data_source_factory.h", |
Hesen Zhang | cd2804f | 2019-04-09 19:21:14 | [diff] [blame] | 2426 | "android/download/rename_utils.cc", |
Shakti Sahu | b416f37 | 2017-06-13 18:12:05 | [diff] [blame] | 2427 | "android/download/service/download_background_task.cc", |
Shakti Sahu | b416f37 | 2017-06-13 18:12:05 | [diff] [blame] | 2428 | "android/download/service/download_task_scheduler.cc", |
| 2429 | "android/download/service/download_task_scheduler.h", |
Pete Williamson | 3c8719b | 2018-10-11 00:22:57 | [diff] [blame] | 2430 | "android/explore_sites/blacklist_site_task.cc", |
| 2431 | "android/explore_sites/blacklist_site_task.h", |
Yafei Duan | 66f0831 | 2018-06-19 19:42:13 | [diff] [blame] | 2432 | "android/explore_sites/catalog.cc", |
| 2433 | "android/explore_sites/catalog.h", |
Jian Li | edd6707f | 2019-01-16 23:02:59 | [diff] [blame] | 2434 | "android/explore_sites/clear_activities_task.cc", |
| 2435 | "android/explore_sites/clear_activities_task.h", |
Justin DeWitt | 894860e6 | 2018-12-18 23:25:25 | [diff] [blame] | 2436 | "android/explore_sites/clear_catalog_task.cc", |
| 2437 | "android/explore_sites/clear_catalog_task.h", |
Cathy Li | 21ae462 | 2018-06-13 07:20:55 | [diff] [blame] | 2438 | "android/explore_sites/explore_sites_bridge.cc", |
Justin DeWitt | 0569190 | 2018-09-27 15:15:19 | [diff] [blame] | 2439 | "android/explore_sites/explore_sites_bridge.h", |
Justin DeWitt | ac2672c | 2018-09-14 22:31:56 | [diff] [blame] | 2440 | "android/explore_sites/explore_sites_bridge_experimental.cc", |
Cathy Li | c450408f | 2018-08-02 20:32:54 | [diff] [blame] | 2441 | "android/explore_sites/explore_sites_feature.cc", |
| 2442 | "android/explore_sites/explore_sites_feature.h", |
Jonathan Freed | 07f2506d | 2018-09-20 20:02:34 | [diff] [blame] | 2443 | "android/explore_sites/explore_sites_fetcher.cc", |
| 2444 | "android/explore_sites/explore_sites_fetcher.h", |
Justin DeWitt | d7e2bf13 | 2018-08-29 16:14:58 | [diff] [blame] | 2445 | "android/explore_sites/explore_sites_schema.cc", |
| 2446 | "android/explore_sites/explore_sites_schema.h", |
Justin DeWitt | 40f76ee | 2018-08-10 23:32:35 | [diff] [blame] | 2447 | "android/explore_sites/explore_sites_service.h", |
| 2448 | "android/explore_sites/explore_sites_service_factory.cc", |
| 2449 | "android/explore_sites/explore_sites_service_factory.h", |
| 2450 | "android/explore_sites/explore_sites_service_impl.cc", |
| 2451 | "android/explore_sites/explore_sites_service_impl.h", |
Justin DeWitt | 267e8d10 | 2018-08-24 18:29:25 | [diff] [blame] | 2452 | "android/explore_sites/explore_sites_store.cc", |
| 2453 | "android/explore_sites/explore_sites_store.h", |
Justin DeWitt | 425b550f | 2018-09-14 22:18:03 | [diff] [blame] | 2454 | "android/explore_sites/explore_sites_types.cc", |
| 2455 | "android/explore_sites/explore_sites_types.h", |
| 2456 | "android/explore_sites/get_catalog_task.cc", |
| 2457 | "android/explore_sites/get_catalog_task.h", |
Justin DeWitt | f9771f0 | 2018-09-19 19:11:43 | [diff] [blame] | 2458 | "android/explore_sites/get_images_task.cc", |
| 2459 | "android/explore_sites/get_images_task.h", |
Justin DeWitt | 12e3ef38 | 2018-10-24 18:24:44 | [diff] [blame] | 2460 | "android/explore_sites/get_version_task.cc", |
| 2461 | "android/explore_sites/get_version_task.h", |
Dmitry Titov | 5f6cfb4 | 2018-10-05 18:52:14 | [diff] [blame] | 2462 | "android/explore_sites/history_statistics_reporter.cc", |
| 2463 | "android/explore_sites/history_statistics_reporter.h", |
Jonathan Freed | c985bd7 | 2018-10-08 22:08:11 | [diff] [blame] | 2464 | "android/explore_sites/image_helper.cc", |
| 2465 | "android/explore_sites/image_helper.h", |
Justin DeWitt | e02502b | 2018-09-11 17:51:09 | [diff] [blame] | 2466 | "android/explore_sites/import_catalog_task.cc", |
| 2467 | "android/explore_sites/import_catalog_task.h", |
Cathy Li | 016987e | 2019-01-19 04:35:06 | [diff] [blame] | 2468 | "android/explore_sites/increment_shown_count_task.cc", |
| 2469 | "android/explore_sites/increment_shown_count_task.h", |
Justin DeWitt | 1a287c9 | 2019-05-30 00:08:44 | [diff] [blame] | 2470 | "android/explore_sites/most_visited_client.cc", |
| 2471 | "android/explore_sites/most_visited_client.h", |
Yafei Duan | 66f0831 | 2018-06-19 19:42:13 | [diff] [blame] | 2472 | "android/explore_sites/ntp_json_fetcher.cc", |
| 2473 | "android/explore_sites/ntp_json_fetcher.h", |
Cathy Li | 72d8743 | 2019-01-18 14:59:32 | [diff] [blame] | 2474 | "android/explore_sites/record_site_click_task.cc", |
| 2475 | "android/explore_sites/record_site_click_task.h", |
Cathy Li | 448d841f | 2018-06-20 00:14:33 | [diff] [blame] | 2476 | "android/explore_sites/url_util.cc", |
| 2477 | "android/explore_sites/url_util.h", |
Jonathan Freed | 07f2506d | 2018-09-20 20:02:34 | [diff] [blame] | 2478 | "android/explore_sites/url_util_experimental.cc", |
| 2479 | "android/explore_sites/url_util_experimental.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2480 | "android/favicon_helper.cc", |
| 2481 | "android/favicon_helper.h", |
Tommy Nyquist | c1d6dea1 | 2017-07-26 20:37:23 | [diff] [blame] | 2482 | "android/feature_engagement/tracker_factory_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2483 | "android/feature_utilities.cc", |
| 2484 | "android/feature_utilities.h", |
| 2485 | "android/feedback/connectivity_checker.cc", |
David Trainor | 3c8efa4 | 2018-02-16 16:51:01 | [diff] [blame] | 2486 | "android/feedback/process_id_feedback_source.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2487 | "android/feedback/screenshot_task.cc", |
David Trainor | 5397eb3 | 2017-11-30 20:46:10 | [diff] [blame] | 2488 | "android/feedback/system_info_feedback_source.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2489 | "android/find_in_page/find_in_page_bridge.cc", |
| 2490 | "android/find_in_page/find_in_page_bridge.h", |
| 2491 | "android/foreign_session_helper.cc", |
| 2492 | "android/foreign_session_helper.h", |
Peter E Conn | e28b88d0d | 2018-10-17 17:41:20 | [diff] [blame] | 2493 | "android/headers_classifier.cc", |
twellington | 87cc366 | 2016-12-06 18:15:05 | [diff] [blame] | 2494 | "android/history/browsing_history_bridge.cc", |
| 2495 | "android/history/browsing_history_bridge.h", |
Brandon Wylie | 8a64874 | 2019-05-16 22:14:38 | [diff] [blame] | 2496 | "android/history/history_deletion_bridge.cc", |
| 2497 | "android/history/history_deletion_bridge.h", |
| 2498 | "android/history/history_deletion_info.cc", |
| 2499 | "android/history/history_deletion_info.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2500 | "android/history_report/data_observer.cc", |
| 2501 | "android/history_report/data_observer.h", |
| 2502 | "android/history_report/data_provider.cc", |
| 2503 | "android/history_report/data_provider.h", |
| 2504 | "android/history_report/delta_file_backend_leveldb.cc", |
| 2505 | "android/history_report/delta_file_backend_leveldb.h", |
| 2506 | "android/history_report/delta_file_commons.cc", |
| 2507 | "android/history_report/delta_file_commons.h", |
| 2508 | "android/history_report/delta_file_service.cc", |
| 2509 | "android/history_report/delta_file_service.h", |
| 2510 | "android/history_report/get_all_urls_from_history_task.cc", |
| 2511 | "android/history_report/get_all_urls_from_history_task.h", |
| 2512 | "android/history_report/historic_visits_migration_task.cc", |
| 2513 | "android/history_report/historic_visits_migration_task.h", |
| 2514 | "android/history_report/history_report_jni_bridge.cc", |
| 2515 | "android/history_report/history_report_jni_bridge.h", |
| 2516 | "android/history_report/usage_report_util.cc", |
| 2517 | "android/history_report/usage_report_util.h", |
| 2518 | "android/history_report/usage_reports_buffer_backend.cc", |
| 2519 | "android/history_report/usage_reports_buffer_backend.h", |
| 2520 | "android/history_report/usage_reports_buffer_service.cc", |
| 2521 | "android/history_report/usage_reports_buffer_service.h", |
| 2522 | "android/hung_renderer_infobar_delegate.cc", |
| 2523 | "android/hung_renderer_infobar_delegate.h", |
Brandon Wylie | 67a8dd1a | 2019-04-02 22:49:04 | [diff] [blame] | 2524 | "android/image_fetcher/image_fetcher_bridge.cc", |
| 2525 | "android/image_fetcher/image_fetcher_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2526 | "android/instantapps/instant_apps_infobar_delegate.cc", |
| 2527 | "android/instantapps/instant_apps_infobar_delegate.h", |
mariakhomenko | bb6f794 | 2016-10-03 21:42:29 | [diff] [blame] | 2528 | "android/instantapps/instant_apps_settings.cc", |
| 2529 | "android/instantapps/instant_apps_settings.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2530 | "android/intent_helper.cc", |
| 2531 | "android/intent_helper.h", |
Jinsuk Kim | e8e4067 | 2019-03-14 09:45:30 | [diff] [blame] | 2532 | "android/intercept_navigation_delegate_impl.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2533 | "android/large_icon_bridge.cc", |
| 2534 | "android/large_icon_bridge.h", |
tedchoc | 2928c63 | 2017-05-11 18:31:28 | [diff] [blame] | 2535 | "android/locale/locale_manager.cc", |
| 2536 | "android/locale/locale_manager.h", |
Lei Tian | 0fc3031 | 2018-05-14 21:05:56 | [diff] [blame] | 2537 | "android/locale/locale_template_url_loader.cc", |
| 2538 | "android/locale/locale_template_url_loader.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2539 | "android/location_settings.h", |
| 2540 | "android/location_settings_impl.cc", |
| 2541 | "android/location_settings_impl.h", |
| 2542 | "android/logo_bridge.cc", |
| 2543 | "android/logo_bridge.h", |
Mihai Sardarescu | d5ad5b0 | 2018-12-14 21:30:42 | [diff] [blame] | 2544 | "android/metrics/android_profile_session_durations_service.cc", |
| 2545 | "android/metrics/android_profile_session_durations_service.h", |
| 2546 | "android/metrics/android_profile_session_durations_service_factory.cc", |
| 2547 | "android/metrics/android_profile_session_durations_service_factory.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2548 | "android/metrics/launch_metrics.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2549 | "android/metrics/uma_session_stats.cc", |
| 2550 | "android/metrics/uma_session_stats.h", |
| 2551 | "android/metrics/uma_utils.cc", |
| 2552 | "android/metrics/uma_utils.h", |
| 2553 | "android/metrics/variations_session.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2554 | "android/mojo/chrome_interface_registrar_android.cc", |
| 2555 | "android/mojo/chrome_interface_registrar_android.h", |
Michael Thiessen | 454d0c3 | 2019-04-08 13:58:54 | [diff] [blame] | 2556 | "android/net/nqe/network_quality_provider.cc", |
| 2557 | "android/net/nqe/network_quality_provider.h", |
Daniel Bratell | 4bb1b4ad | 2018-02-03 11:47:03 | [diff] [blame] | 2558 | "android/ntp/get_remote_suggestions_scheduler.cc", |
| 2559 | "android/ntp/get_remote_suggestions_scheduler.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2560 | "android/ntp/most_visited_sites_bridge.cc", |
| 2561 | "android/ntp/most_visited_sites_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2562 | "android/ntp/new_tab_page_url_handler.cc", |
| 2563 | "android/ntp/new_tab_page_url_handler.h", |
| 2564 | "android/ntp/ntp_snippets_bridge.cc", |
| 2565 | "android/ntp/ntp_snippets_bridge.h", |
| 2566 | "android/ntp/ntp_snippets_launcher.cc", |
| 2567 | "android/ntp/ntp_snippets_launcher.h", |
mvanouwerkerk | c1751e0 | 2017-01-06 12:16:43 | [diff] [blame] | 2568 | "android/ntp/recent_tabs_page_prefs.cc", |
| 2569 | "android/ntp/recent_tabs_page_prefs.h", |
dgn | ba0a51b | 2017-05-04 10:23:26 | [diff] [blame] | 2570 | "android/ntp/suggestions_event_reporter_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2571 | "android/omnibox/autocomplete_controller_android.cc", |
| 2572 | "android/omnibox/autocomplete_controller_android.h", |
| 2573 | "android/omnibox/omnibox_prerender.cc", |
| 2574 | "android/omnibox/omnibox_prerender.h", |
Kenichi Ishibashi | 0f336d00 | 2017-10-26 02:39:11 | [diff] [blame] | 2575 | "android/oom_intervention/near_oom_monitor.cc", |
| 2576 | "android/oom_intervention/near_oom_monitor.h", |
Siddhartha | eec125f | 2018-05-30 19:59:28 | [diff] [blame] | 2577 | "android/oom_intervention/oom_intervention_config.cc", |
| 2578 | "android/oom_intervention/oom_intervention_config.h", |
Kenichi Ishibashi | 35ac713 | 2017-12-08 03:44:30 | [diff] [blame] | 2579 | "android/oom_intervention/oom_intervention_decider.cc", |
| 2580 | "android/oom_intervention/oom_intervention_decider.h", |
Kenichi Ishibashi | 60fc349f | 2017-10-31 23:41:19 | [diff] [blame] | 2581 | "android/oom_intervention/oom_intervention_tab_helper.cc", |
| 2582 | "android/oom_intervention/oom_intervention_tab_helper.h", |
estevenson | cb80fc5 | 2017-03-28 16:50:57 | [diff] [blame] | 2583 | "android/partner_browser_customizations.cc", |
| 2584 | "android/partner_browser_customizations.h", |
Ivana Zuzic | f8658c1e | 2019-08-29 13:32:41 | [diff] [blame] | 2585 | "android/password_change_delegate.h", |
| 2586 | "android/password_editing_bridge.cc", |
| 2587 | "android/password_editing_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2588 | "android/password_ui_view_android.cc", |
| 2589 | "android/password_ui_view_android.h", |
Ivana Zuzic | f8658c1e | 2019-08-29 13:32:41 | [diff] [blame] | 2590 | "android/password_update_delegate.cc", |
| 2591 | "android/password_update_delegate.h", |
tommyt | 48c7612 | 2016-12-13 20:06:48 | [diff] [blame] | 2592 | "android/payments/service_worker_payment_app_bridge.cc", |
Peter Beverloo | c0e3f840 | 2017-08-31 16:08:30 | [diff] [blame] | 2593 | "android/photo_picker_sandbox_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2594 | "android/policy/policy_auditor.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2595 | "android/preferences/autofill/autofill_profile_bridge.cc", |
mlliu | ee3a405c | 2016-10-28 22:34:52 | [diff] [blame] | 2596 | "android/preferences/browser_prefs_android.cc", |
| 2597 | "android/preferences/browser_prefs_android.h", |
Mark Pearson | ee17df91 | 2017-04-27 21:51:04 | [diff] [blame] | 2598 | "android/preferences/clipboard_android.cc", |
| 2599 | "android/preferences/clipboard_android.h", |
Becky Zhou | d423491 | 2017-10-20 19:46:26 | [diff] [blame] | 2600 | "android/preferences/pref_change_registrar_android.cc", |
| 2601 | "android/preferences/pref_change_registrar_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2602 | "android/preferences/pref_service_bridge.cc", |
| 2603 | "android/preferences/pref_service_bridge.h", |
estevenson | a85c276d | 2017-03-24 19:27:52 | [diff] [blame] | 2604 | "android/preferences/preferences_launcher.cc", |
| 2605 | "android/preferences/preferences_launcher.h", |
Becky Zhou | d423491 | 2017-10-20 19:46:26 | [diff] [blame] | 2606 | "android/preferences/prefs.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2607 | "android/preferences/website_preference_bridge.cc", |
Xi Han | 9fd4400 | 2019-04-30 17:39:36 | [diff] [blame] | 2608 | "android/profile_key_startup_accessor.cc", |
| 2609 | "android/profile_key_startup_accessor.h", |
Mohamed Heikal | 0b20ea11 | 2019-05-16 18:38:15 | [diff] [blame] | 2610 | "android/profile_key_util.cc", |
| 2611 | "android/profile_key_util.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2612 | "android/profiles/profile_downloader_android.cc", |
Samuel Huang | 0e1e1bf9 | 2017-07-28 23:07:43 | [diff] [blame] | 2613 | "android/profiles/profile_manager_utils.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2614 | "android/provider/blocking_ui_thread_async_request.cc", |
| 2615 | "android/provider/blocking_ui_thread_async_request.h", |
Ted Choc | f5e2555 | 2018-06-08 17:21:26 | [diff] [blame] | 2616 | "android/provider/bookmark_model_task.cc", |
| 2617 | "android/provider/bookmark_model_task.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2618 | "android/provider/chrome_browser_provider.cc", |
| 2619 | "android/provider/chrome_browser_provider.h", |
| 2620 | "android/provider/run_on_ui_thread_blocking.h", |
| 2621 | "android/rappor/rappor_service_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2622 | "android/recently_closed_tabs_bridge.cc", |
| 2623 | "android/recently_closed_tabs_bridge.h", |
| 2624 | "android/resource_id.h", |
| 2625 | "android/resource_mapper.cc", |
| 2626 | "android/resource_mapper.h", |
| 2627 | "android/rlz/revenue_stats.cc", |
yusufo | cac912f1 | 2017-05-09 16:09:51 | [diff] [blame] | 2628 | "android/rlz/rlz_ping_handler.cc", |
| 2629 | "android/rlz/rlz_ping_handler.h", |
Raymes Khoury | 01251b3 | 2017-11-06 22:31:27 | [diff] [blame] | 2630 | "android/search_permissions/search_geolocation_disclosure_infobar_delegate.cc", |
| 2631 | "android/search_permissions/search_geolocation_disclosure_infobar_delegate.h", |
| 2632 | "android/search_permissions/search_geolocation_disclosure_tab_helper.cc", |
| 2633 | "android/search_permissions/search_geolocation_disclosure_tab_helper.h", |
| 2634 | "android/search_permissions/search_permissions_service.cc", |
| 2635 | "android/search_permissions/search_permissions_service.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2636 | "android/seccomp_support_detector.cc", |
| 2637 | "android/seccomp_support_detector.h", |
Tanya Gupta | ae1c28dc | 2019-03-08 20:08:28 | [diff] [blame] | 2638 | "android/send_tab_to_self/android_notification_handler.cc", |
| 2639 | "android/send_tab_to_self/android_notification_handler.h", |
Tanya Gupta | f66cd5d | 2019-02-22 01:22:56 | [diff] [blame] | 2640 | "android/send_tab_to_self/send_tab_to_self_android_bridge.cc", |
Tanya Gupta | 9cd345a2 | 2019-05-17 19:02:34 | [diff] [blame] | 2641 | "android/send_tab_to_self/send_tab_to_self_entry_bridge.cc", |
| 2642 | "android/send_tab_to_self/send_tab_to_self_entry_bridge.h", |
Tanya Gupta | bc87a99e | 2019-04-10 23:12:14 | [diff] [blame] | 2643 | "android/send_tab_to_self/send_tab_to_self_infobar.cc", |
| 2644 | "android/send_tab_to_self/send_tab_to_self_infobar.h", |
Tanya Gupta | 9cd345a2 | 2019-05-17 19:02:34 | [diff] [blame] | 2645 | "android/send_tab_to_self/send_tab_to_self_model_observer_bridge.cc", |
| 2646 | "android/send_tab_to_self/send_tab_to_self_model_observer_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2647 | "android/service_tab_launcher.cc", |
| 2648 | "android/service_tab_launcher.h", |
| 2649 | "android/sessions/session_tab_helper_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2650 | "android/shortcut_helper.cc", |
| 2651 | "android/shortcut_helper.h", |
| 2652 | "android/shortcut_info.cc", |
| 2653 | "android/shortcut_info.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2654 | "android/signin/signin_investigator_android.cc", |
| 2655 | "android/signin/signin_investigator_android.h", |
| 2656 | "android/signin/signin_manager_android.cc", |
| 2657 | "android/signin/signin_manager_android.h", |
| 2658 | "android/signin/signin_promo_util_android.cc", |
| 2659 | "android/signin/signin_promo_util_android.h", |
David Roger | f0bb082 | 2019-03-13 16:09:20 | [diff] [blame] | 2660 | "android/signin/signin_utils.cc", |
| 2661 | "android/signin/signin_utils.h", |
Boris Sazonov | 484447e | 2018-08-09 21:28:40 | [diff] [blame] | 2662 | "android/signin/unified_consent_service_bridge.cc", |
Mohamed Heikal | a4b8fc3 | 2019-04-23 02:24:32 | [diff] [blame] | 2663 | "android/startup_bridge.cc", |
| 2664 | "android/startup_bridge.h", |
Avi Drissman | 35fa6fe | 2018-04-16 22:19:28 | [diff] [blame] | 2665 | "android/subresource_filter/test_subresource_filter_publisher.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2666 | "android/tab_android.cc", |
| 2667 | "android/tab_android.h", |
Jinsuk Kim | 3b591c7 | 2019-04-16 04:40:28 | [diff] [blame] | 2668 | "android/tab_browser_controls_state.cc", |
| 2669 | "android/tab_browser_controls_state.h", |
Jinsuk Kim | e1735d5c | 2019-03-06 03:42:10 | [diff] [blame] | 2670 | "android/tab_favicon.cc", |
| 2671 | "android/tab_favicon.h", |
Jinsuk Kim | fc9e3e8 | 2019-02-13 06:50:23 | [diff] [blame] | 2672 | "android/tab_printer.cc", |
| 2673 | "android/tab_printer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2674 | "android/tab_state.cc", |
| 2675 | "android/tab_state.h", |
| 2676 | "android/tab_web_contents_delegate_android.cc", |
| 2677 | "android/tab_web_contents_delegate_android.h", |
thakis | 40b32c7b | 2017-04-26 19:12:37 | [diff] [blame] | 2678 | "android/thumbnail/scoped_ptr_expiring_cache.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2679 | "android/thumbnail/thumbnail.cc", |
| 2680 | "android/thumbnail/thumbnail.h", |
| 2681 | "android/thumbnail/thumbnail_cache.cc", |
| 2682 | "android/thumbnail/thumbnail_cache.h", |
Bernhard Bauer | 830124e2 | 2018-03-27 18:50:38 | [diff] [blame] | 2683 | "android/trusted_cdn.cc", |
| 2684 | "android/trusted_cdn.h", |
Richard Knoll | 911bf51 | 2019-06-05 19:12:00 | [diff] [blame] | 2685 | "android/usage_stats/notification_suspender.cc", |
Patrick Noland | 87d9f84 | 2019-01-16 03:52:02 | [diff] [blame] | 2686 | "android/usage_stats/usage_stats_bridge.cc", |
| 2687 | "android/usage_stats/usage_stats_bridge.h", |
| 2688 | "android/usage_stats/usage_stats_database.cc", |
| 2689 | "android/usage_stats/usage_stats_database.h", |
Donna Wu | c98e12a | 2018-08-16 07:24:02 | [diff] [blame] | 2690 | "android/usb/web_usb_chooser_android.cc", |
| 2691 | "android/usb/web_usb_chooser_android.h", |
Peter Wen | 5bd0daf0 | 2019-06-10 19:58:59 | [diff] [blame] | 2692 | "android/util/url_utilities.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2693 | "android/warmup_manager.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2694 | "android/web_contents_factory.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2695 | "android/webapk/chrome_webapk_host.cc", |
| 2696 | "android/webapk/chrome_webapk_host.h", |
ckitagawa | 1fa69c0 | 2019-07-24 19:20:44 | [diff] [blame] | 2697 | "android/webapk/webapk_handler_delegate.cc", |
| 2698 | "android/webapk/webapk_handler_delegate.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2699 | "android/webapk/webapk_icon_hasher.cc", |
| 2700 | "android/webapk/webapk_icon_hasher.h", |
gonzalon | 87192d77 | 2017-02-07 22:31:10 | [diff] [blame] | 2701 | "android/webapk/webapk_info.cc", |
| 2702 | "android/webapk/webapk_info.h", |
hanxi | 070d10a | 2017-01-09 15:56:50 | [diff] [blame] | 2703 | "android/webapk/webapk_install_service.cc", |
| 2704 | "android/webapk/webapk_install_service.h", |
| 2705 | "android/webapk/webapk_install_service_factory.cc", |
| 2706 | "android/webapk/webapk_install_service_factory.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2707 | "android/webapk/webapk_installer.cc", |
| 2708 | "android/webapk/webapk_installer.h", |
hanxi | 2f4bcfd | 2016-09-22 19:53:42 | [diff] [blame] | 2709 | "android/webapk/webapk_metrics.cc", |
| 2710 | "android/webapk/webapk_metrics.h", |
Ethan Xu | c4740ea | 2018-11-28 21:31:20 | [diff] [blame] | 2711 | "android/webapk/webapk_post_share_target_navigator.cc", |
| 2712 | "android/webapk/webapk_post_share_target_navigator.h", |
Peter Kotwicz | c1544b27 | 2017-11-08 17:02:28 | [diff] [blame] | 2713 | "android/webapk/webapk_types.h", |
pkotwicz | b1e143c | 2016-12-09 20:52:46 | [diff] [blame] | 2714 | "android/webapk/webapk_update_data_fetcher.cc", |
| 2715 | "android/webapk/webapk_update_data_fetcher.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2716 | "android/webapk/webapk_update_manager.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2717 | "android/webapk/webapk_web_manifest_checker.cc", |
| 2718 | "android/webapk/webapk_web_manifest_checker.h", |
| 2719 | "android/webapps/add_to_homescreen_data_fetcher.cc", |
| 2720 | "android/webapps/add_to_homescreen_data_fetcher.h", |
hanxi | 787d2c90 | 2016-09-06 17:41:21 | [diff] [blame] | 2721 | "android/webapps/add_to_homescreen_manager.cc", |
| 2722 | "android/webapps/add_to_homescreen_manager.h", |
Glenn Hartmann | 5220a23 | 2019-07-26 01:37:35 | [diff] [blame] | 2723 | "android/webapps/webapk_ukm_recorder.cc", |
| 2724 | "android/webapps/webapk_ukm_recorder.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2725 | "android/webapps/webapp_registry.cc", |
| 2726 | "android/webapps/webapp_registry.h", |
Min Qin | 49d6f07b | 2017-10-25 18:47:56 | [diff] [blame] | 2727 | "android/widget/thumbnail_generator.cc", |
| 2728 | "android/widget/thumbnail_generator.h", |
Tommy Martino | 40112a62 | 2019-04-26 15:41:12 | [diff] [blame] | 2729 | "autofill/accessory_controller.h", |
Friedrich Horschig | 6b305d1 | 2019-05-24 11:34:48 | [diff] [blame] | 2730 | "autofill/address_accessory_controller.h", |
| 2731 | "autofill/address_accessory_controller_impl.cc", |
| 2732 | "autofill/address_accessory_controller_impl.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2733 | "autofill/android/personal_data_manager_android.cc", |
| 2734 | "autofill/android/personal_data_manager_android.h", |
gogerald | 7cede916 | 2017-03-14 23:53:40 | [diff] [blame] | 2735 | "autofill/android/phone_number_util_android.cc", |
Friedrich Horschig | 15ef70d | 2019-04-02 09:12:12 | [diff] [blame] | 2736 | "autofill/autofill_keyboard_accessory_adapter.cc", |
| 2737 | "autofill/autofill_keyboard_accessory_adapter.h", |
Tommy Martino | ca7902e | 2019-05-16 22:47:40 | [diff] [blame] | 2738 | "autofill/credit_card_accessory_controller.h", |
| 2739 | "autofill/credit_card_accessory_controller_impl.cc", |
| 2740 | "autofill/credit_card_accessory_controller_impl.h", |
Fabio Tirelo | bfbbb3e9 | 2018-11-20 21:02:03 | [diff] [blame] | 2741 | "autofill/manual_filling_controller.h", |
| 2742 | "autofill/manual_filling_controller_impl.cc", |
| 2743 | "autofill/manual_filling_controller_impl.h", |
Tommy Martino | 40112a62 | 2019-04-26 15:41:12 | [diff] [blame] | 2744 | "autofill/manual_filling_utils.cc", |
| 2745 | "autofill/manual_filling_utils.h", |
Fabio Tirelo | bfbbb3e9 | 2018-11-20 21:02:03 | [diff] [blame] | 2746 | "autofill/manual_filling_view_interface.h", |
Dominick Ng | 4568f11 | 2017-11-08 03:26:55 | [diff] [blame] | 2747 | "banners/app_banner_manager_android.cc", |
| 2748 | "banners/app_banner_manager_android.h", |
Dominick Ng | 2220d25 | 2018-02-20 22:43:15 | [diff] [blame] | 2749 | "banners/app_banner_ui_delegate_android.cc", |
| 2750 | "banners/app_banner_ui_delegate_android.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 2751 | "chrome_browser_field_trials_mobile.cc", |
| 2752 | "chrome_browser_field_trials_mobile.h", |
Zhuoyu Qian | cb197638 | 2018-12-13 02:18:30 | [diff] [blame] | 2753 | "data_reduction_proxy/data_reduction_promo_infobar_delegate_android.cc", |
| 2754 | "data_reduction_proxy/data_reduction_promo_infobar_delegate_android.h", |
| 2755 | "data_reduction_proxy/data_reduction_proxy_settings_android.cc", |
| 2756 | "data_reduction_proxy/data_reduction_proxy_settings_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2757 | "dom_distiller/dom_distiller_service_factory_android.cc", |
| 2758 | "dom_distiller/dom_distiller_service_factory_android.h", |
| 2759 | "dom_distiller/tab_utils_android.cc", |
dominickn | b8723b73 | 2016-12-12 06:42:47 | [diff] [blame] | 2760 | "engagement/site_engagement_service_android.cc", |
| 2761 | "engagement/site_engagement_service_android.h", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 2762 | "history/android/android_history_provider_service.cc", |
| 2763 | "history/android/android_history_provider_service.h", |
| 2764 | "history/android/android_provider_backend.cc", |
| 2765 | "history/android/android_provider_backend.h", |
| 2766 | "history/android/bookmark_model_sql_handler.cc", |
| 2767 | "history/android/bookmark_model_sql_handler.h", |
| 2768 | "history/android/sqlite_cursor.cc", |
| 2769 | "history/android/sqlite_cursor.h", |
Dominick Ng | a32333e | 2018-02-22 00:05:47 | [diff] [blame] | 2770 | "installable/installable_ambient_badge_infobar_delegate.cc", |
Peter E Conn | 98146c1a | 2019-04-04 14:19:00 | [diff] [blame] | 2771 | "installable/installed_webapp_bridge.cc", |
| 2772 | "installable/installed_webapp_bridge.h", |
| 2773 | "installable/installed_webapp_provider.cc", |
| 2774 | "installable/installed_webapp_provider.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2775 | "invalidation/invalidation_service_factory_android.cc", |
| 2776 | "invalidation/invalidation_service_factory_android.h", |
| 2777 | "lifetime/application_lifetime_android.cc", |
| 2778 | "lifetime/application_lifetime_android.h", |
Joe DeBlasio | 3ff66ce9 | 2019-09-03 19:46:34 | [diff] [blame] | 2779 | "lookalikes/safety_tips/safety_tip_infobar.cc", |
| 2780 | "lookalikes/safety_tips/safety_tip_infobar.h", |
Joe DeBlasio | 7d60492 | 2019-08-08 19:56:36 | [diff] [blame] | 2781 | "lookalikes/safety_tips/safety_tip_infobar_delegate.cc", |
| 2782 | "lookalikes/safety_tips/safety_tip_infobar_delegate.h", |
yucliu | 62e1469d | 2017-08-22 01:09:27 | [diff] [blame] | 2783 | "media/android/cdm/media_drm_license_manager.cc", |
| 2784 | "media/android/cdm/media_drm_license_manager.h", |
John Rummell | 4703af6 | 2019-02-15 02:31:00 | [diff] [blame] | 2785 | "media/android/cdm/media_drm_origin_id_manager.cc", |
| 2786 | "media/android/cdm/media_drm_origin_id_manager.h", |
| 2787 | "media/android/cdm/media_drm_origin_id_manager_factory.cc", |
| 2788 | "media/android/cdm/media_drm_origin_id_manager_factory.h", |
xhwang | 116acb9 | 2017-04-03 18:27:20 | [diff] [blame] | 2789 | "media/android/cdm/media_drm_storage_factory.cc", |
| 2790 | "media/android/cdm/media_drm_storage_factory.h", |
Xiaohan Wang | b125c04 | 2019-01-18 17:27:54 | [diff] [blame] | 2791 | "media/android/cdm/per_device_provisioning_permission.cc", |
| 2792 | "media/android/cdm/per_device_provisioning_permission.h", |
Thomas Guilbert | fc4431b | 2018-07-20 19:05:47 | [diff] [blame] | 2793 | "media/android/remote/flinging_controller_bridge.cc", |
| 2794 | "media/android/remote/flinging_controller_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2795 | "media/android/remote/record_cast_action.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2796 | "media/android/router/media_router_android.cc", |
| 2797 | "media/android/router/media_router_android.h", |
avayvod | b265af9 | 2017-04-11 17:51:31 | [diff] [blame] | 2798 | "media/android/router/media_router_android_bridge.cc", |
| 2799 | "media/android/router/media_router_android_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2800 | "media/android/router/media_router_dialog_controller_android.cc", |
| 2801 | "media/android/router/media_router_dialog_controller_android.h", |
braveyao | dbb85e45 | 2016-09-23 18:49:08 | [diff] [blame] | 2802 | "media/webrtc/screen_capture_infobar_delegate_android.cc", |
| 2803 | "media/webrtc/screen_capture_infobar_delegate_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2804 | "metrics/android_metrics_provider.cc", |
| 2805 | "metrics/android_metrics_provider.h", |
Evan Stade | 7bf6d36 | 2019-07-24 17:39:36 | [diff] [blame] | 2806 | "metrics/incognito_observer_android.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2807 | "metrics/page_load_metrics_provider.cc", |
| 2808 | "metrics/page_load_metrics_provider.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 2809 | "notifications/notification_platform_bridge_android.cc", |
| 2810 | "notifications/notification_platform_bridge_android.h", |
Richard Knoll | 7cdaa943 | 2019-04-02 14:27:53 | [diff] [blame] | 2811 | "notifications/notification_trigger_scheduler_android.cc", |
| 2812 | "notifications/notification_trigger_scheduler_android.h", |
Xing Liu | 9210f60 | 2019-06-21 00:11:12 | [diff] [blame] | 2813 | "notifications/scheduler/display_agent_android.cc", |
| 2814 | "notifications/scheduler/display_agent_android.h", |
Xing Liu | 548e30f | 2019-05-24 17:16:08 | [diff] [blame] | 2815 | "notifications/scheduler/notification_background_task_scheduler_android.cc", |
| 2816 | "notifications/scheduler/notification_background_task_scheduler_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2817 | "page_load_metrics/observers/android_page_load_metrics_observer.cc", |
| 2818 | "page_load_metrics/observers/android_page_load_metrics_observer.h", |
| 2819 | "password_manager/account_chooser_dialog_android.cc", |
| 2820 | "password_manager/account_chooser_dialog_android.h", |
| 2821 | "password_manager/auto_signin_first_run_dialog_android.cc", |
| 2822 | "password_manager/auto_signin_first_run_dialog_android.h", |
| 2823 | "password_manager/credential_android.cc", |
| 2824 | "password_manager/credential_android.h", |
Ioana Pandele | cd920ac0 | 2019-08-22 17:54:31 | [diff] [blame] | 2825 | "password_manager/credential_leak_controller_android.cc", |
| 2826 | "password_manager/credential_leak_controller_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2827 | "password_manager/generated_password_saved_infobar_delegate_android.cc", |
| 2828 | "password_manager/generated_password_saved_infobar_delegate_android.h", |
Friedrich Horschig | 3b51dff6 | 2018-05-28 09:25:06 | [diff] [blame] | 2829 | "password_manager/password_accessory_controller.h", |
Fabio Tirelo | bfbbb3e9 | 2018-11-20 21:02:03 | [diff] [blame] | 2830 | "password_manager/password_accessory_controller_impl.cc", |
| 2831 | "password_manager/password_accessory_controller_impl.h", |
Friedrich Horschig | 12fc413 | 2018-08-02 17:27:53 | [diff] [blame] | 2832 | "password_manager/password_accessory_metrics_util.h", |
Ioana Pandele | 961d0cd | 2019-02-06 12:33:45 | [diff] [blame] | 2833 | "password_manager/password_generation_controller.h", |
| 2834 | "password_manager/password_generation_controller_impl.cc", |
| 2835 | "password_manager/password_generation_controller_impl.h", |
Ioana Pandele | 699b380d | 2018-06-22 17:16:24 | [diff] [blame] | 2836 | "password_manager/password_generation_dialog_view_interface.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2837 | "password_manager/password_manager_infobar_delegate_android.cc", |
| 2838 | "password_manager/password_manager_infobar_delegate_android.h", |
| 2839 | "password_manager/save_password_infobar_delegate_android.cc", |
| 2840 | "password_manager/save_password_infobar_delegate_android.h", |
Jan Wilken Dörrie | e965a7f1 | 2019-06-06 07:25:49 | [diff] [blame] | 2841 | "password_manager/touch_to_fill_controller.cc", |
| 2842 | "password_manager/touch_to_fill_controller.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2843 | "password_manager/update_password_infobar_delegate_android.cc", |
| 2844 | "password_manager/update_password_infobar_delegate_android.h", |
Rouslan Solomakhin | ded84011 | 2018-11-02 13:27:10 | [diff] [blame] | 2845 | "payments/android/can_make_payment_query_android.cc", |
sebsg | fa910f2 | 2017-04-12 02:01:03 | [diff] [blame] | 2846 | "payments/android/journey_logger_android.cc", |
| 2847 | "payments/android/journey_logger_android.h", |
gogerald | 7947209 | 2017-04-27 15:38:16 | [diff] [blame] | 2848 | "payments/android/payment_manifest_web_data_service_android.cc", |
| 2849 | "payments/android/payment_manifest_web_data_service_android.h", |
rouslan | 6e3cf7c6 | 2017-04-17 21:23:28 | [diff] [blame] | 2850 | "payments/android/ssl_validity_checker_android.cc", |
lshang | 3b4d59b | 2016-09-29 05:40:05 | [diff] [blame] | 2851 | "permissions/grouped_permission_infobar_delegate_android.cc", |
| 2852 | "permissions/grouped_permission_infobar_delegate_android.h", |
dominickn | ee761a1 | 2016-11-01 06:10:11 | [diff] [blame] | 2853 | "permissions/permission_dialog_delegate.cc", |
| 2854 | "permissions/permission_dialog_delegate.h", |
lshang | c4089c7 | 2016-10-26 06:54:30 | [diff] [blame] | 2855 | "permissions/permission_prompt_android.cc", |
| 2856 | "permissions/permission_prompt_android.h", |
Andy Paicu | a5972f3 | 2019-08-22 20:23:18 | [diff] [blame] | 2857 | "permissions/permission_request_notification_android.cc", |
| 2858 | "permissions/permission_request_notification_android.h", |
| 2859 | "permissions/permission_request_notification_handler.cc", |
| 2860 | "permissions/permission_request_notification_handler.h", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 2861 | "permissions/permission_update_infobar_delegate_android.cc", |
| 2862 | "permissions/permission_update_infobar_delegate_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2863 | "platform_util_android.cc", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 2864 | "policy/cloud/user_policy_signin_service_mobile.cc", |
| 2865 | "policy/cloud/user_policy_signin_service_mobile.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2866 | "prerender/external_prerender_handler_android.cc", |
| 2867 | "prerender/external_prerender_handler_android.h", |
Robert Ogden | 172220cf | 2018-08-23 22:52:19 | [diff] [blame] | 2868 | "previews/android/previews_android_bridge.cc", |
| 2869 | "previews/android/previews_android_bridge.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2870 | "profiles/profile_android.cc", |
| 2871 | "profiles/profile_android.h", |
Mohamed Heikal | 669d7039 | 2019-06-20 17:46:13 | [diff] [blame] | 2872 | "profiles/profile_key_android.cc", |
| 2873 | "profiles/profile_key_android.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2874 | "search/contextual_search_policy_handler_android.cc", |
| 2875 | "search/contextual_search_policy_handler_android.h", |
Peter Wen | f517f7d | 2019-06-13 15:28:27 | [diff] [blame] | 2876 | "search_engines/template_url_service_factory_android.cc", |
| 2877 | "search_engines/template_url_service_factory_android.h", |
Rayan Kanso | 5292deda | 2019-09-04 11:37:17 | [diff] [blame] | 2878 | "sharing/shared_clipboard/shared_clipboard_message_handler_android.cc", |
| 2879 | "sharing/shared_clipboard/shared_clipboard_message_handler_android.h", |
Boris Sazonov | 2aa1834 | 2018-12-18 13:33:39 | [diff] [blame] | 2880 | "signin/identity_services_provider_android.cc", |
Pâris MEULEMAN | 54d14ef9 | 2019-07-24 09:50:52 | [diff] [blame] | 2881 | "signin/signin_manager_android_factory.cc", |
| 2882 | "signin/signin_manager_android_factory.h", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 2883 | "ssl/security_state_model_android.cc", |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 2884 | "sync/glue/synced_tab_delegate_android.cc", |
| 2885 | "sync/glue/synced_tab_delegate_android.h", |
| 2886 | "sync/glue/synced_window_delegate_android.cc", |
| 2887 | "sync/glue/synced_window_delegate_android.h", |
| 2888 | "sync/glue/synced_window_delegates_getter_android.cc", |
| 2889 | "sync/glue/synced_window_delegates_getter_android.h", |
| 2890 | "sync/profile_sync_service_android.cc", |
| 2891 | "sync/profile_sync_service_android.h", |
Anthony Vallee-Dubois | 4623e1b | 2018-10-11 22:09:18 | [diff] [blame] | 2892 | "translate/android/translate_bridge.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 2893 | ] |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 2894 | public_deps += [ |
Samuel Huang | 0a25657 | 2019-08-29 16:48:42 | [diff] [blame] | 2895 | "//chrome/android/features/dev_ui:buildflags", |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 2896 | "//components/image_fetcher/core", |
| 2897 | "//components/ntp_snippets", |
| 2898 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 2899 | deps += [ |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 2900 | ":client_discourse_context_proto", |
| 2901 | ":delta_file_proto", |
Justin DeWitt | 21c9da9 | 2018-09-07 16:14:13 | [diff] [blame] | 2902 | ":explore_sites_proto", |
Natalie Chouinard | b293c02a73 | 2019-01-10 21:55:22 | [diff] [blame] | 2903 | ":usage_stats_proto", |
Peter Wen | eb7ef48f | 2019-02-28 18:00:57 | [diff] [blame] | 2904 | "//chrome/android:jni_headers", |
Shakti Sahu | 65746792 | 2019-07-22 22:44:09 | [diff] [blame] | 2905 | "//chrome/browser/android/thin_webview/internal", |
pkotwicz | 879b1ed | 2016-08-06 00:48:22 | [diff] [blame] | 2906 | "//chrome/browser/android/webapk:proto", |
Xing Liu | 302e065 | 2018-04-27 18:23:08 | [diff] [blame] | 2907 | "//chrome/services/media_gallery_util/public/cpp", |
gogerald | b85b6cd | 2018-07-25 17:00:01 | [diff] [blame] | 2908 | "//components/autofill_assistant/browser", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 2909 | "//components/cdm/browser", |
Tao Bai | 02ab4dd4 | 2019-03-06 00:30:37 | [diff] [blame] | 2910 | "//components/content_capture/android", |
Tibor Goldschwendt | 0d185747 | 2018-11-28 01:36:01 | [diff] [blame] | 2911 | "//components/crash/android:crash_android", |
Jinsuk Kim | 351a925 | 2018-07-11 23:23:36 | [diff] [blame] | 2912 | "//components/embedder_support/android:web_contents_delegate", |
Sky Malice | dd28f28 | 2018-06-14 03:22:24 | [diff] [blame] | 2913 | "//components/feed:buildflags", |
Theresa | 920e0ed | 2018-03-07 18:12:44 | [diff] [blame] | 2914 | "//components/feed:feature_list", |
Mikel Astiz | 7bc481a | 2018-10-23 17:30:20 | [diff] [blame] | 2915 | "//components/invalidation/impl:feature_list", |
Anthony Vallee-Dubois | 6f99312 | 2018-09-17 16:13:28 | [diff] [blame] | 2916 | "//components/language/android:language_bridge", |
Tommy C. Li | 3dac904 | 2018-10-29 17:52:34 | [diff] [blame] | 2917 | "//components/omnibox/browser", |
rouslan | 908248c | 2017-02-27 21:30:24 | [diff] [blame] | 2918 | "//components/payments/content/android", |
estade | e37f822 | 2014-11-07 21:35:22 | [diff] [blame] | 2919 | "//components/resources:components_resources", |
Tanya Gupta | f66cd5d | 2019-02-22 01:22:56 | [diff] [blame] | 2920 | "//components/send_tab_to_self", |
Henrique Ferreiro | a59cbd4 | 2019-07-23 20:53:37 | [diff] [blame] | 2921 | "//components/signin/internal/identity_manager", # see android/signin/DEPS |
Xing Liu | e577333 | 2018-09-11 19:08:00 | [diff] [blame] | 2922 | "//media/mojo/clients", |
Miyoung Shin | 25bb8c09 | 2019-08-03 00:56:57 | [diff] [blame] | 2923 | "//media/mojo/mojom:constants", |
yusufo | cac912f1 | 2017-05-09 16:09:51 | [diff] [blame] | 2924 | "//rlz:rlz_utils", |
Peter Beverloo | c0e3f840 | 2017-08-31 16:08:30 | [diff] [blame] | 2925 | "//sandbox", |
Scott Violet | 73634e32 | 2018-04-04 21:05:02 | [diff] [blame] | 2926 | "//sandbox:sandbox_buildflags", |
Jay Civelli | 2df2464 | 2017-10-09 20:22:28 | [diff] [blame] | 2927 | "//services/proxy_resolver:lib", |
Sam Maier | 801f055 | 2019-08-27 18:09:00 | [diff] [blame] | 2928 | "//third_party/android_ndk:cpu_features", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 2929 | "//third_party/android_opengl/etc1", |
Clark DuVall | 471c3614 | 2019-05-23 15:28:19 | [diff] [blame] | 2930 | "//third_party/crashpad/crashpad/client:client", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 2931 | "//third_party/libaddressinput:util", |
gogerald | 7cede916 | 2017-03-14 23:53:40 | [diff] [blame] | 2932 | "//third_party/libphonenumber", |
pkotwicz | 879b1ed | 2016-08-06 00:48:22 | [diff] [blame] | 2933 | "//third_party/smhasher:murmurhash2", |
sievers | 2f1e811 | 2015-12-04 18:43:56 | [diff] [blame] | 2934 | ] |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 2935 | |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 2936 | deps -= [ "//components/storage_monitor" ] |
| 2937 | |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 2938 | if (enable_supervised_users) { |
| 2939 | sources += [ |
| 2940 | "supervised_user/child_accounts/child_account_feedback_reporter_android.cc", |
| 2941 | "supervised_user/child_accounts/child_account_feedback_reporter_android.h", |
| 2942 | "supervised_user/child_accounts/child_account_service_android.cc", |
| 2943 | "supervised_user/child_accounts/child_account_service_android.h", |
| 2944 | ] |
yilkal | fde5c72 | 2019-08-12 19:21:42 | [diff] [blame] | 2945 | deps += [ "//chrome/browser/supervised_user/supervised_user_error_page" ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 2946 | } |
Samuel Huang | 568a975 | 2019-08-30 16:30:44 | [diff] [blame] | 2947 | |
| 2948 | if (dfmify_dev_ui) { |
| 2949 | sources += [ |
| 2950 | "android/dev_ui/dev_ui_module_provider.cc", |
| 2951 | "android/dev_ui/dev_ui_module_provider.h", |
Samuel Huang | e63048d | 2019-09-03 20:35:45 | [diff] [blame] | 2952 | "android/dev_ui/dev_ui_url_handler.cc", |
| 2953 | "android/dev_ui/dev_ui_url_handler.h", |
Samuel Huang | 949bd45 | 2019-08-31 01:16:28 | [diff] [blame] | 2954 | "ui/webui/android/dev_ui_loader/dev_ui_loader_message_handler.cc", |
| 2955 | "ui/webui/android/dev_ui_loader/dev_ui_loader_message_handler.h", |
| 2956 | "ui/webui/android/dev_ui_loader/dev_ui_loader_ui.cc", |
| 2957 | "ui/webui/android/dev_ui_loader/dev_ui_loader_ui.h", |
Samuel Huang | 568a975 | 2019-08-30 16:30:44 | [diff] [blame] | 2958 | ] |
| 2959 | deps += [ "//chrome/android/modules/dev_ui/provider:jni_headers" ] |
| 2960 | } |
Michael Giuffrida | 3488249 | 2018-05-14 17:15:48 | [diff] [blame] | 2961 | } else { # !is_android |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 2962 | sources += [ |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 2963 | "accessibility/invert_bubble_prefs.cc", |
| 2964 | "accessibility/invert_bubble_prefs.h", |
Nigel Tao | eebdbbc9 | 2018-12-13 03:11:39 | [diff] [blame] | 2965 | "apps/app_service/app_icon_factory.cc", |
| 2966 | "apps/app_service/app_icon_factory.h", |
Melissa Zhang | 8f6d731 | 2018-12-10 06:25:09 | [diff] [blame] | 2967 | "apps/app_service/app_icon_source.cc", |
| 2968 | "apps/app_service/app_icon_source.h", |
Eric Willigers | 466d616b | 2019-07-09 04:15:50 | [diff] [blame] | 2969 | "apps/app_service/app_launch_params.cc", |
| 2970 | "apps/app_service/app_launch_params.h", |
nancy | 116c6e0 | 2019-07-25 05:42:44 | [diff] [blame] | 2971 | "apps/app_service/app_service_proxy.cc", |
| 2972 | "apps/app_service/app_service_proxy.h", |
Nigel Tao | d33ec52 | 2018-11-21 20:43:41 | [diff] [blame] | 2973 | "apps/app_service/app_service_proxy_factory.cc", |
| 2974 | "apps/app_service/app_service_proxy_factory.h", |
Nigel Tao | a8728ae | 2018-12-17 21:44:27 | [diff] [blame] | 2975 | "apps/app_service/dip_px_util.cc", |
| 2976 | "apps/app_service/dip_px_util.h", |
Maggie Cai | a2f03f5 | 2019-04-02 02:13:28 | [diff] [blame] | 2977 | "apps/intent_helper/apps_navigation_throttle.cc", |
| 2978 | "apps/intent_helper/apps_navigation_throttle.h", |
| 2979 | "apps/intent_helper/apps_navigation_types.cc", |
| 2980 | "apps/intent_helper/apps_navigation_types.h", |
| 2981 | "apps/intent_helper/intent_picker_auto_display_pref.cc", |
| 2982 | "apps/intent_helper/intent_picker_auto_display_pref.h", |
| 2983 | "apps/intent_helper/intent_picker_auto_display_service.cc", |
| 2984 | "apps/intent_helper/intent_picker_auto_display_service.h", |
| 2985 | "apps/intent_helper/intent_picker_auto_display_service_factory.cc", |
| 2986 | "apps/intent_helper/intent_picker_auto_display_service_factory.h", |
Maggie Cai | a2f03f5 | 2019-04-02 02:13:28 | [diff] [blame] | 2987 | "apps/intent_helper/page_transition_util.cc", |
| 2988 | "apps/intent_helper/page_transition_util.h", |
Eric Willigers | ef47414 | 2019-07-18 05:05:07 | [diff] [blame] | 2989 | "apps/launch_service/extension_app_launch_manager.cc", |
| 2990 | "apps/launch_service/extension_app_launch_manager.h", |
| 2991 | "apps/launch_service/launch_manager.cc", |
| 2992 | "apps/launch_service/launch_manager.h", |
| 2993 | "apps/launch_service/launch_service.cc", |
| 2994 | "apps/launch_service/launch_service.h", |
| 2995 | "apps/launch_service/launch_service_factory.cc", |
| 2996 | "apps/launch_service/launch_service_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 2997 | "background/background_contents.cc", |
| 2998 | "background/background_contents.h", |
Evan Stade | 6670c33 | 2019-06-18 20:56:12 | [diff] [blame] | 2999 | "background/background_contents_service_observer.h", |
Eric Stevenson | 1d074a97 | 2018-12-07 14:16:45 | [diff] [blame] | 3000 | "badging/badge_manager.cc", |
| 3001 | "badging/badge_manager.h", |
Jay Harris | 1d535191 | 2019-09-02 07:47:14 | [diff] [blame] | 3002 | "badging/badge_manager_delegate.cc", |
Eric Stevenson | 1d074a97 | 2018-12-07 14:16:45 | [diff] [blame] | 3003 | "badging/badge_manager_delegate.h", |
| 3004 | "badging/badge_manager_factory.cc", |
| 3005 | "badging/badge_manager_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3006 | "banners/app_banner_manager_desktop.cc", |
| 3007 | "banners/app_banner_manager_desktop.h", |
| 3008 | "bookmarks/bookmark_html_writer.cc", |
| 3009 | "bookmarks/bookmark_html_writer.h", |
| 3010 | "certificate_viewer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3011 | "chrome_browser_field_trials_desktop.cc", |
| 3012 | "chrome_browser_field_trials_desktop.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3013 | "chrome_process_singleton.cc", |
| 3014 | "chrome_process_singleton.h", |
Sebastien Marchand | 8a8c8e6d | 2018-07-09 17:02:58 | [diff] [blame] | 3015 | "component_updater/intervention_policy_database_component_installer.cc", |
| 3016 | "component_updater/intervention_policy_database_component_installer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3017 | "custom_handlers/register_protocol_handler_permission_request.cc", |
| 3018 | "custom_handlers/register_protocol_handler_permission_request.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3019 | "diagnostics/diagnostics_controller.cc", |
| 3020 | "diagnostics/diagnostics_controller.h", |
| 3021 | "diagnostics/diagnostics_metrics.cc", |
| 3022 | "diagnostics/diagnostics_metrics.h", |
| 3023 | "diagnostics/diagnostics_model.cc", |
| 3024 | "diagnostics/diagnostics_model.h", |
| 3025 | "diagnostics/diagnostics_test.cc", |
| 3026 | "diagnostics/diagnostics_test.h", |
| 3027 | "diagnostics/diagnostics_writer.cc", |
| 3028 | "diagnostics/diagnostics_writer.h", |
| 3029 | "diagnostics/recon_diagnostics.cc", |
| 3030 | "diagnostics/recon_diagnostics.h", |
| 3031 | "diagnostics/sqlite_diagnostics.cc", |
| 3032 | "diagnostics/sqlite_diagnostics.h", |
Marc-Antoine Courteau | 7191b800 | 2017-11-23 17:23:56 | [diff] [blame] | 3033 | "download/default_download_dir_policy_handler.cc", |
| 3034 | "download/default_download_dir_policy_handler.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3035 | "download/download_commands.cc", |
| 3036 | "download/download_commands.h", |
| 3037 | "download/download_crx_util.cc", |
| 3038 | "download/download_crx_util.h", |
| 3039 | "download/download_danger_prompt.cc", |
| 3040 | "download/download_danger_prompt.h", |
| 3041 | "download/download_dir_policy_handler.cc", |
| 3042 | "download/download_dir_policy_handler.h", |
Marc-Antoine Courteau | 7191b800 | 2017-11-23 17:23:56 | [diff] [blame] | 3043 | "download/download_dir_util.cc", |
| 3044 | "download/download_dir_util.h", |
Min Qin | 7b7cbbbf | 2018-06-04 21:49:31 | [diff] [blame] | 3045 | "download/download_open_prompt.cc", |
| 3046 | "download/download_open_prompt.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3047 | "download/download_shelf.cc", |
| 3048 | "download/download_shelf.h", |
| 3049 | "download/download_shelf_context_menu.cc", |
| 3050 | "download/download_shelf_context_menu.h", |
Min Qin | dc273049 | 2018-09-07 23:53:29 | [diff] [blame] | 3051 | "download/download_shelf_controller.cc", |
| 3052 | "download/download_shelf_controller.h", |
Owen Min | 648fc10 | 2019-07-05 15:40:23 | [diff] [blame] | 3053 | "enterprise_reporting/extension_info.cc", |
| 3054 | "enterprise_reporting/extension_info.h", |
Owen Min | 19ee4bac | 2019-07-16 19:44:48 | [diff] [blame] | 3055 | "enterprise_reporting/policy_info.cc", |
| 3056 | "enterprise_reporting/policy_info.h", |
Owen Min | 84049465 | 2019-05-09 23:12:37 | [diff] [blame] | 3057 | "enterprise_reporting/prefs.cc", |
| 3058 | "enterprise_reporting/prefs.h", |
Owen Min | 2d2be90f | 2019-06-14 14:40:45 | [diff] [blame] | 3059 | "enterprise_reporting/profile_report_generator.cc", |
| 3060 | "enterprise_reporting/profile_report_generator.h", |
Owen Min | ae640513e | 2019-06-14 19:22:56 | [diff] [blame] | 3061 | "enterprise_reporting/report_generator.cc", |
| 3062 | "enterprise_reporting/report_generator.h", |
Owen Min | 092b850 | 2019-06-03 17:38:26 | [diff] [blame] | 3063 | "enterprise_reporting/report_scheduler.cc", |
| 3064 | "enterprise_reporting/report_scheduler.h", |
Owen Min | 28f9927e | 2019-05-29 22:22:52 | [diff] [blame] | 3065 | "enterprise_reporting/report_uploader.cc", |
| 3066 | "enterprise_reporting/report_uploader.h", |
Owen Min | 052cdd2 | 2019-05-09 21:13:54 | [diff] [blame] | 3067 | "enterprise_reporting/request_timer.cc", |
| 3068 | "enterprise_reporting/request_timer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3069 | "feedback/feedback_dialog_utils.cc", |
| 3070 | "feedback/feedback_dialog_utils.h", |
| 3071 | "feedback/feedback_profile_observer.cc", |
| 3072 | "feedback/feedback_profile_observer.h", |
Ahmed Fakhry | 7ff0cdb | 2017-08-22 20:11:45 | [diff] [blame] | 3073 | "feedback/feedback_uploader_chrome.cc", |
| 3074 | "feedback/feedback_uploader_chrome.h", |
| 3075 | "feedback/feedback_uploader_factory_chrome.cc", |
| 3076 | "feedback/feedback_uploader_factory_chrome.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3077 | "feedback/show_feedback_page.cc", |
| 3078 | "feedback/system_logs/about_system_logs_fetcher.cc", |
| 3079 | "feedback/system_logs/about_system_logs_fetcher.h", |
Michael Giuffrida | caeb1d2b | 2017-06-08 19:37:17 | [diff] [blame] | 3080 | "feedback/system_logs/chrome_system_logs_fetcher.cc", |
| 3081 | "feedback/system_logs/chrome_system_logs_fetcher.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3082 | "feedback/system_logs/log_sources/chrome_internal_log_source.cc", |
| 3083 | "feedback/system_logs/log_sources/chrome_internal_log_source.h", |
| 3084 | "feedback/system_logs/log_sources/crash_ids_source.cc", |
| 3085 | "feedback/system_logs/log_sources/crash_ids_source.h", |
| 3086 | "feedback/system_logs/log_sources/memory_details_log_source.cc", |
| 3087 | "feedback/system_logs/log_sources/memory_details_log_source.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3088 | "first_run/first_run.cc", |
| 3089 | "first_run/first_run.h", |
| 3090 | "first_run/first_run_dialog.h", |
| 3091 | "first_run/first_run_internal.h", |
| 3092 | "first_run/first_run_internal_linux.cc", |
| 3093 | "first_run/first_run_internal_mac.mm", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3094 | "first_run/first_run_internal_win.cc", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3095 | "font_family_cache.cc", |
| 3096 | "font_family_cache.h", |
Matt Reynolds | 93616f9b | 2019-06-07 01:28:52 | [diff] [blame] | 3097 | "hid/chrome_hid_delegate.cc", |
| 3098 | "hid/chrome_hid_delegate.h", |
Matt Reynolds | b07027a | 2019-05-21 23:43:26 | [diff] [blame] | 3099 | "hid/hid_chooser_context.cc", |
| 3100 | "hid/hid_chooser_context.h", |
| 3101 | "hid/hid_chooser_context_factory.cc", |
| 3102 | "hid/hid_chooser_context_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3103 | "importer/external_process_importer_client.cc", |
| 3104 | "importer/external_process_importer_client.h", |
| 3105 | "importer/external_process_importer_host.cc", |
| 3106 | "importer/external_process_importer_host.h", |
| 3107 | "importer/firefox_profile_lock.cc", |
| 3108 | "importer/firefox_profile_lock.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3109 | "importer/firefox_profile_lock_win.cc", |
| 3110 | "importer/importer_list.cc", |
| 3111 | "importer/importer_list.h", |
| 3112 | "importer/importer_lock_dialog.h", |
| 3113 | "importer/importer_progress_observer.h", |
| 3114 | "importer/importer_uma.cc", |
| 3115 | "importer/importer_uma.h", |
| 3116 | "importer/in_process_importer_bridge.cc", |
| 3117 | "importer/in_process_importer_bridge.h", |
| 3118 | "importer/profile_writer.cc", |
| 3119 | "importer/profile_writer.h", |
| 3120 | "lifetime/browser_close_manager.cc", |
| 3121 | "lifetime/browser_close_manager.h", |
thestig | ea81c77b5 | 2017-04-17 23:19:11 | [diff] [blame] | 3122 | "lifetime/termination_notification.cc", |
| 3123 | "lifetime/termination_notification.h", |
Emircan Uysaler | 0dd972a | 2018-08-14 05:15:37 | [diff] [blame] | 3124 | "media/capture_access_handler_base.cc", |
| 3125 | "media/capture_access_handler_base.h", |
Becca Hughes | 7d2bbb8 | 2018-08-07 22:56:59 | [diff] [blame] | 3126 | "media/unified_autoplay_config.cc", |
| 3127 | "media/unified_autoplay_config.h", |
Emircan Uysaler | 0dd972a | 2018-08-14 05:15:37 | [diff] [blame] | 3128 | "media/webrtc/desktop_capture_devices_util.cc", |
| 3129 | "media/webrtc/desktop_capture_devices_util.h", |
Emircan Uysaler | 54124ea | 2018-08-09 23:20:38 | [diff] [blame] | 3130 | "media/webrtc/desktop_media_picker_factory_impl.cc", |
| 3131 | "media/webrtc/desktop_media_picker_factory_impl.h", |
Emircan Uysaler | 0dd972a | 2018-08-14 05:15:37 | [diff] [blame] | 3132 | "media/webrtc/display_media_access_handler.cc", |
| 3133 | "media/webrtc/display_media_access_handler.h", |
Henrik Grunell | 2010b03 | 2019-04-29 13:52:27 | [diff] [blame] | 3134 | "media/webrtc/media_authorization_wrapper_mac.h", |
Henrik Grunell | 5c79e19 | 2019-01-30 22:19:33 | [diff] [blame] | 3135 | "media/webrtc/system_media_capture_permissions_mac.h", |
| 3136 | "media/webrtc/system_media_capture_permissions_mac.mm", |
Henrik Grunell | e11045a | 2019-04-12 09:27:27 | [diff] [blame] | 3137 | "media/webrtc/system_media_capture_permissions_stats_mac.h", |
| 3138 | "media/webrtc/system_media_capture_permissions_stats_mac.mm", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3139 | "media/webrtc/tab_desktop_media_list.cc", |
| 3140 | "media/webrtc/tab_desktop_media_list.h", |
| 3141 | "media_galleries/chromeos/mtp_device_delegate_impl_chromeos.cc", |
| 3142 | "media_galleries/chromeos/mtp_device_delegate_impl_chromeos.h", |
| 3143 | "media_galleries/chromeos/mtp_device_object_enumerator.cc", |
| 3144 | "media_galleries/chromeos/mtp_device_object_enumerator.h", |
| 3145 | "media_galleries/chromeos/mtp_device_task_helper.cc", |
| 3146 | "media_galleries/chromeos/mtp_device_task_helper.h", |
| 3147 | "media_galleries/chromeos/mtp_device_task_helper_map_service.cc", |
| 3148 | "media_galleries/chromeos/mtp_device_task_helper_map_service.h", |
| 3149 | "media_galleries/chromeos/mtp_read_file_worker.cc", |
| 3150 | "media_galleries/chromeos/mtp_read_file_worker.h", |
| 3151 | "media_galleries/chromeos/snapshot_file_details.cc", |
| 3152 | "media_galleries/chromeos/snapshot_file_details.h", |
| 3153 | "media_galleries/fileapi/av_scanning_file_validator.cc", |
| 3154 | "media_galleries/fileapi/av_scanning_file_validator.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3155 | "media_galleries/fileapi/media_file_system_backend.cc", |
| 3156 | "media_galleries/fileapi/media_file_system_backend.h", |
| 3157 | "media_galleries/fileapi/media_file_validator_factory.cc", |
| 3158 | "media_galleries/fileapi/media_file_validator_factory.h", |
| 3159 | "media_galleries/fileapi/media_path_filter.cc", |
| 3160 | "media_galleries/fileapi/media_path_filter.h", |
| 3161 | "media_galleries/fileapi/native_media_file_util.cc", |
| 3162 | "media_galleries/fileapi/native_media_file_util.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3163 | "media_galleries/fileapi/readahead_file_stream_reader.cc", |
| 3164 | "media_galleries/fileapi/readahead_file_stream_reader.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3165 | "media_galleries/fileapi/supported_audio_video_checker.cc", |
| 3166 | "media_galleries/fileapi/supported_audio_video_checker.h", |
| 3167 | "media_galleries/fileapi/supported_image_type_validator.cc", |
| 3168 | "media_galleries/fileapi/supported_image_type_validator.h", |
| 3169 | "media_galleries/gallery_watch_manager.cc", |
| 3170 | "media_galleries/gallery_watch_manager.h", |
| 3171 | "media_galleries/gallery_watch_manager_observer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3172 | "media_galleries/mac/mtp_device_delegate_impl_mac.h", |
| 3173 | "media_galleries/mac/mtp_device_delegate_impl_mac.mm", |
| 3174 | "media_galleries/media_file_system_registry.cc", |
| 3175 | "media_galleries/media_file_system_registry.h", |
| 3176 | "media_galleries/media_galleries_dialog_controller.cc", |
| 3177 | "media_galleries/media_galleries_dialog_controller.h", |
| 3178 | "media_galleries/media_galleries_histograms.cc", |
| 3179 | "media_galleries/media_galleries_histograms.h", |
| 3180 | "media_galleries/media_galleries_permission_controller.cc", |
| 3181 | "media_galleries/media_galleries_permission_controller.h", |
| 3182 | "media_galleries/media_galleries_preferences.cc", |
| 3183 | "media_galleries/media_galleries_preferences.h", |
| 3184 | "media_galleries/media_galleries_preferences_factory.cc", |
| 3185 | "media_galleries/media_galleries_preferences_factory.h", |
| 3186 | "media_galleries/media_gallery_context_menu.cc", |
| 3187 | "media_galleries/media_gallery_context_menu.h", |
| 3188 | "media_galleries/win/mtp_device_delegate_impl_win.cc", |
| 3189 | "media_galleries/win/mtp_device_delegate_impl_win.h", |
| 3190 | "media_galleries/win/mtp_device_object_entry.cc", |
| 3191 | "media_galleries/win/mtp_device_object_entry.h", |
| 3192 | "media_galleries/win/mtp_device_object_enumerator.cc", |
| 3193 | "media_galleries/win/mtp_device_object_enumerator.h", |
| 3194 | "media_galleries/win/mtp_device_operations_util.cc", |
| 3195 | "media_galleries/win/mtp_device_operations_util.h", |
| 3196 | "media_galleries/win/portable_device_map_service.cc", |
| 3197 | "media_galleries/win/portable_device_map_service.h", |
| 3198 | "media_galleries/win/snapshot_file_details.cc", |
| 3199 | "media_galleries/win/snapshot_file_details.h", |
Sebastien Marchand | 7f65447 | 2019-03-19 18:33:36 | [diff] [blame] | 3200 | "memory/memory_pressure_monitor.cc", |
| 3201 | "memory/memory_pressure_monitor.h", |
Sebastien Marchand | 7d879c6 | 2019-03-12 17:03:20 | [diff] [blame] | 3202 | "memory/memory_pressure_monitor_utils.cc", |
Sebastien Marchand | 5844234 | 2019-03-08 16:51:59 | [diff] [blame] | 3203 | "memory/memory_pressure_monitor_utils.h", |
| 3204 | "memory/memory_pressure_monitor_utils_impl.h", |
Sebastien Marchand | 7f65447 | 2019-03-19 18:33:36 | [diff] [blame] | 3205 | "memory/memory_pressure_monitor_win.cc", |
| 3206 | "memory/memory_pressure_monitor_win.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3207 | "memory/oom_memory_details.cc", |
| 3208 | "memory/oom_memory_details.h", |
Sebastien Marchand | f9a0d07b | 2017-10-28 11:34:04 | [diff] [blame] | 3209 | "memory/swap_thrashing_monitor.cc", |
| 3210 | "memory/swap_thrashing_monitor.h", |
| 3211 | "memory/swap_thrashing_monitor_delegate.cc", |
| 3212 | "memory/swap_thrashing_monitor_delegate.h", |
| 3213 | "memory/swap_thrashing_monitor_delegate_win.cc", |
| 3214 | "memory/swap_thrashing_monitor_delegate_win.h", |
Evan Stade | 579b892 | 2019-07-17 18:03:23 | [diff] [blame] | 3215 | "metrics/browser_activity_watcher.cc", |
| 3216 | "metrics/browser_activity_watcher.h", |
Leonard Grey | 5be670c | 2019-06-13 17:56:29 | [diff] [blame] | 3217 | "metrics/desktop_platform_features_metrics_provider.cc", |
| 3218 | "metrics/desktop_platform_features_metrics_provider.h", |
Francois Doray | 6dfc80f | 2018-07-11 18:35:00 | [diff] [blame] | 3219 | "metrics/desktop_session_duration/audible_contents_tracker.cc", |
| 3220 | "metrics/desktop_session_duration/audible_contents_tracker.h", |
| 3221 | "metrics/desktop_session_duration/chrome_visibility_observer.cc", |
| 3222 | "metrics/desktop_session_duration/chrome_visibility_observer.h", |
| 3223 | "metrics/desktop_session_duration/desktop_profile_session_durations_service.cc", |
| 3224 | "metrics/desktop_session_duration/desktop_profile_session_durations_service.h", |
| 3225 | "metrics/desktop_session_duration/desktop_profile_session_durations_service_factory.cc", |
| 3226 | "metrics/desktop_session_duration/desktop_profile_session_durations_service_factory.h", |
| 3227 | "metrics/desktop_session_duration/desktop_session_duration_observer.cc", |
| 3228 | "metrics/desktop_session_duration/desktop_session_duration_observer.h", |
| 3229 | "metrics/desktop_session_duration/desktop_session_duration_tracker.cc", |
| 3230 | "metrics/desktop_session_duration/desktop_session_duration_tracker.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3231 | "metrics/first_web_contents_profiler.cc", |
| 3232 | "metrics/first_web_contents_profiler.h", |
Evan Stade | 7bf6d36 | 2019-07-24 17:39:36 | [diff] [blame] | 3233 | "metrics/incognito_observer_desktop.cc", |
Sebastien Marchand | 1ae16d1 | 2017-08-31 01:34:29 | [diff] [blame] | 3234 | "metrics/tab_stats_data_store.cc", |
| 3235 | "metrics/tab_stats_data_store.h", |
Sebastien Marchand | 2195a200 | 2017-07-27 13:47:26 | [diff] [blame] | 3236 | "metrics/tab_stats_tracker.cc", |
| 3237 | "metrics/tab_stats_tracker.h", |
Varun Mohan | 24196fa1 | 2018-04-27 20:30:04 | [diff] [blame] | 3238 | "metrics/tab_stats_tracker_delegate.h", |
| 3239 | "metrics/tab_stats_tracker_delegate_win.cc", |
| 3240 | "metrics/tab_stats_tracker_win.cc", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 3241 | "notifications/notification_system_observer.cc", |
| 3242 | "notifications/notification_system_observer.h", |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 3243 | "notifications/profile_notification.cc", |
| 3244 | "notifications/profile_notification.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3245 | "obsolete_system/obsolete_system.h", |
| 3246 | "obsolete_system/obsolete_system_linux.cc", |
| 3247 | "obsolete_system/obsolete_system_mac.cc", |
| 3248 | "obsolete_system/obsolete_system_win.cc", |
ducbui | 2fd90c9 | 2017-08-10 19:23:47 | [diff] [blame] | 3249 | "page_load_metrics/observers/session_restore_page_load_metrics_observer.cc", |
| 3250 | "page_load_metrics/observers/session_restore_page_load_metrics_observer.h", |
Adam Langley | 85339f6 | 2018-02-12 22:03:56 | [diff] [blame] | 3251 | "permissions/attestation_permission_request.cc", |
| 3252 | "permissions/attestation_permission_request.h", |
pastarmovj | f281a6c | 2017-06-01 13:57:17 | [diff] [blame] | 3253 | "policy/local_sync_policy_handler.cc", |
| 3254 | "policy/local_sync_policy_handler.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3255 | "process_singleton_modal_dialog_lock.cc", |
| 3256 | "process_singleton_modal_dialog_lock.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3257 | "process_singleton_startup_lock.cc", |
| 3258 | "process_singleton_startup_lock.h", |
| 3259 | "profile_resetter/brandcode_config_fetcher.cc", |
| 3260 | "profile_resetter/brandcode_config_fetcher.h", |
| 3261 | "profile_resetter/brandcoded_default_settings.cc", |
| 3262 | "profile_resetter/brandcoded_default_settings.h", |
| 3263 | "profile_resetter/profile_resetter.cc", |
| 3264 | "profile_resetter/profile_resetter.h", |
| 3265 | "profile_resetter/reset_report_uploader.cc", |
| 3266 | "profile_resetter/reset_report_uploader.h", |
| 3267 | "profile_resetter/reset_report_uploader_factory.cc", |
| 3268 | "profile_resetter/reset_report_uploader_factory.h", |
| 3269 | "profile_resetter/resettable_settings_snapshot.cc", |
| 3270 | "profile_resetter/resettable_settings_snapshot.h", |
| 3271 | "profile_resetter/triggered_profile_resetter.cc", |
| 3272 | "profile_resetter/triggered_profile_resetter.h", |
| 3273 | "profile_resetter/triggered_profile_resetter_factory.cc", |
| 3274 | "profile_resetter/triggered_profile_resetter_factory.h", |
| 3275 | "profile_resetter/triggered_profile_resetter_win.cc", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3276 | "profiles/profile_shortcut_manager.cc", |
| 3277 | "profiles/profile_shortcut_manager.h", |
| 3278 | "profiles/profile_window.cc", |
| 3279 | "profiles/profile_window.h", |
Katie D | 7bb3457 | 2019-01-11 19:54:00 | [diff] [blame] | 3280 | "renderer_context_menu/accessibility_labels_bubble_model.cc", |
| 3281 | "renderer_context_menu/accessibility_labels_bubble_model.h", |
| 3282 | "renderer_context_menu/accessibility_labels_menu_observer.cc", |
| 3283 | "renderer_context_menu/accessibility_labels_menu_observer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3284 | "renderer_context_menu/render_view_context_menu.cc", |
| 3285 | "renderer_context_menu/render_view_context_menu.h", |
| 3286 | "renderer_context_menu/spelling_bubble_model.cc", |
| 3287 | "renderer_context_menu/spelling_bubble_model.h", |
| 3288 | "renderer_context_menu/spelling_menu_observer.cc", |
| 3289 | "renderer_context_menu/spelling_menu_observer.h", |
| 3290 | "repost_form_warning_controller.cc", |
| 3291 | "repost_form_warning_controller.h", |
zhenw | 6edd49c | 2017-07-12 05:49:45 | [diff] [blame] | 3292 | "resource_coordinator/background_tab_navigation_throttle.cc", |
| 3293 | "resource_coordinator/background_tab_navigation_throttle.h", |
Chris Hamilton | f1b5912 | 2018-05-22 21:05:31 | [diff] [blame] | 3294 | "resource_coordinator/decision_details.cc", |
| 3295 | "resource_coordinator/decision_details.h", |
Francois Doray | f4e2a53 | 2018-01-11 20:12:16 | [diff] [blame] | 3296 | "resource_coordinator/discard_metrics_lifecycle_unit_observer.cc", |
| 3297 | "resource_coordinator/discard_metrics_lifecycle_unit_observer.h", |
Sebastien Marchand | b366580 | 2018-06-22 20:47:02 | [diff] [blame] | 3298 | "resource_coordinator/intervention_policy_database.cc", |
| 3299 | "resource_coordinator/intervention_policy_database.h", |
Sebastien Marchand | 66a8e2e | 2018-05-10 19:04:53 | [diff] [blame] | 3300 | "resource_coordinator/leveldb_site_characteristics_database.cc", |
| 3301 | "resource_coordinator/leveldb_site_characteristics_database.h", |
Francois Doray | 306bae8 | 2017-11-21 21:46:53 | [diff] [blame] | 3302 | "resource_coordinator/lifecycle_unit.cc", |
| 3303 | "resource_coordinator/lifecycle_unit.h", |
Francois Doray | 5e2521fc | 2018-01-10 20:36:18 | [diff] [blame] | 3304 | "resource_coordinator/lifecycle_unit_base.cc", |
| 3305 | "resource_coordinator/lifecycle_unit_base.h", |
Francois Doray | 11261624 | 2018-03-30 13:21:38 | [diff] [blame] | 3306 | "resource_coordinator/lifecycle_unit_observer.cc", |
Francois Doray | 5e2521fc | 2018-01-10 20:36:18 | [diff] [blame] | 3307 | "resource_coordinator/lifecycle_unit_observer.h", |
Francois Doray | b208d41 | 2017-12-07 19:15:45 | [diff] [blame] | 3308 | "resource_coordinator/lifecycle_unit_source.h", |
Francois Doray | 67a9cc8 | 2017-12-07 20:36:48 | [diff] [blame] | 3309 | "resource_coordinator/lifecycle_unit_source_base.cc", |
| 3310 | "resource_coordinator/lifecycle_unit_source_base.h", |
Francois Doray | 3f6722a | 2017-11-24 20:03:51 | [diff] [blame] | 3311 | "resource_coordinator/lifecycle_unit_source_observer.h", |
Sebastien Marchand | 29ed9114 | 2018-04-10 14:27:34 | [diff] [blame] | 3312 | "resource_coordinator/local_site_characteristics_data_impl.cc", |
| 3313 | "resource_coordinator/local_site_characteristics_data_impl.h", |
Sebastien Marchand | c38bc9b | 2018-04-19 17:35:45 | [diff] [blame] | 3314 | "resource_coordinator/local_site_characteristics_data_reader.cc", |
| 3315 | "resource_coordinator/local_site_characteristics_data_reader.h", |
Sebastien Marchand | e9fdf22 | 2018-04-23 16:06:22 | [diff] [blame] | 3316 | "resource_coordinator/local_site_characteristics_data_store.cc", |
| 3317 | "resource_coordinator/local_site_characteristics_data_store.h", |
Sebastien Marchand | 5131a2dd | 2018-05-25 18:07:02 | [diff] [blame] | 3318 | "resource_coordinator/local_site_characteristics_data_store_factory.cc", |
| 3319 | "resource_coordinator/local_site_characteristics_data_store_factory.h", |
Sigurdur Asgeirsson | 8233a66 | 2018-08-24 15:07:05 | [diff] [blame] | 3320 | "resource_coordinator/local_site_characteristics_data_store_inspector.cc", |
| 3321 | "resource_coordinator/local_site_characteristics_data_store_inspector.h", |
Sebastien Marchand | c5c26c1 | 2018-05-03 23:22:52 | [diff] [blame] | 3322 | "resource_coordinator/local_site_characteristics_data_writer.cc", |
| 3323 | "resource_coordinator/local_site_characteristics_data_writer.h", |
Sebastien Marchand | 66a8e2e | 2018-05-10 19:04:53 | [diff] [blame] | 3324 | "resource_coordinator/local_site_characteristics_database.h", |
Sebastien Marchand | bc30f712 | 2018-05-10 16:57:58 | [diff] [blame] | 3325 | "resource_coordinator/local_site_characteristics_non_recording_data_store.cc", |
| 3326 | "resource_coordinator/local_site_characteristics_non_recording_data_store.h", |
Sebastien Marchand | b77f51e0 | 2018-05-10 16:29:10 | [diff] [blame] | 3327 | "resource_coordinator/local_site_characteristics_noop_data_writer.cc", |
| 3328 | "resource_coordinator/local_site_characteristics_noop_data_writer.h", |
Sebastien Marchand | 1dcdc17 | 2018-06-11 18:03:50 | [diff] [blame] | 3329 | "resource_coordinator/local_site_characteristics_webcontents_observer.cc", |
| 3330 | "resource_coordinator/local_site_characteristics_webcontents_observer.h", |
Sebastien Marchand | c38bc9b | 2018-04-19 17:35:45 | [diff] [blame] | 3331 | "resource_coordinator/site_characteristics_data_reader.h", |
Sebastien Marchand | e9fdf22 | 2018-04-23 16:06:22 | [diff] [blame] | 3332 | "resource_coordinator/site_characteristics_data_store.h", |
Sebastien Marchand | b77f51e0 | 2018-05-10 16:29:10 | [diff] [blame] | 3333 | "resource_coordinator/site_characteristics_data_writer.h", |
Michael Giuffrida | dde643a5 | 2018-01-11 21:52:02 | [diff] [blame] | 3334 | "resource_coordinator/tab_activity_watcher.cc", |
| 3335 | "resource_coordinator/tab_activity_watcher.h", |
Francois Doray | e878d9f | 2017-11-22 20:02:32 | [diff] [blame] | 3336 | "resource_coordinator/tab_lifecycle_observer.h", |
Francois Doray | c78450a | 2017-12-07 21:32:46 | [diff] [blame] | 3337 | "resource_coordinator/tab_lifecycle_unit.cc", |
| 3338 | "resource_coordinator/tab_lifecycle_unit.h", |
Francois Doray | 74aed422 | 2017-12-04 16:09:09 | [diff] [blame] | 3339 | "resource_coordinator/tab_lifecycle_unit_external.cc", |
| 3340 | "resource_coordinator/tab_lifecycle_unit_external.h", |
Francois Doray | 4d08cfa | 2017-12-13 19:22:29 | [diff] [blame] | 3341 | "resource_coordinator/tab_lifecycle_unit_source.cc", |
| 3342 | "resource_coordinator/tab_lifecycle_unit_source.h", |
lpy | fedf65a | 2017-06-01 01:41:24 | [diff] [blame] | 3343 | "resource_coordinator/tab_manager.cc", |
| 3344 | "resource_coordinator/tab_manager.h", |
| 3345 | "resource_coordinator/tab_manager_delegate_chromeos.cc", |
| 3346 | "resource_coordinator/tab_manager_delegate_chromeos.h", |
Peiyong Lin | 8e18bee4 | 2017-11-07 00:10:04 | [diff] [blame] | 3347 | "resource_coordinator/tab_manager_resource_coordinator_signal_observer.cc", |
| 3348 | "resource_coordinator/tab_manager_resource_coordinator_signal_observer.h", |
Scott Haseley | 665ee25 | 2017-07-18 00:15:06 | [diff] [blame] | 3349 | "resource_coordinator/tab_manager_stats_collector.cc", |
| 3350 | "resource_coordinator/tab_manager_stats_collector.h", |
lpy | fedf65a | 2017-06-01 01:41:24 | [diff] [blame] | 3351 | "resource_coordinator/tab_manager_web_contents_data.cc", |
| 3352 | "resource_coordinator/tab_manager_web_contents_data.h", |
Jia | d29483ce | 2018-02-22 00:38:32 | [diff] [blame] | 3353 | "resource_coordinator/tab_metrics_logger.cc", |
Michael Giuffrida | ff7fac5 | 2018-01-30 05:01:25 | [diff] [blame] | 3354 | "resource_coordinator/tab_metrics_logger.h", |
Francois Doray | 04d40a96 | 2018-12-19 18:25:48 | [diff] [blame] | 3355 | "resource_coordinator/tracing_lifecycle_unit_observer.cc", |
| 3356 | "resource_coordinator/tracing_lifecycle_unit_observer.h", |
Francois Doray | a49186f | 2018-07-10 17:00:22 | [diff] [blame] | 3357 | "resource_coordinator/usage_clock.cc", |
| 3358 | "resource_coordinator/usage_clock.h", |
Ramya Nagarajan | 90f3b266 | 2018-05-25 15:21:20 | [diff] [blame] | 3359 | "search/background/ntp_background_data.cc", |
| 3360 | "search/background/ntp_background_data.h", |
| 3361 | "search/background/ntp_background_service.cc", |
| 3362 | "search/background/ntp_background_service.h", |
| 3363 | "search/background/ntp_background_service_factory.cc", |
| 3364 | "search/background/ntp_background_service_factory.h", |
| 3365 | "search/background/ntp_background_service_observer.h", |
Hector Carmona | 9797cc6 | 2019-08-09 20:35:35 | [diff] [blame] | 3366 | "search/background/ntp_backgrounds.cc", |
| 3367 | "search/background/ntp_backgrounds.h", |
Gayane Petrosyan | cdf5fc5a | 2019-06-06 20:09:03 | [diff] [blame] | 3368 | "search/chrome_colors/chrome_colors_factory.cc", |
| 3369 | "search/chrome_colors/chrome_colors_factory.h", |
| 3370 | "search/chrome_colors/chrome_colors_service.cc", |
| 3371 | "search/chrome_colors/chrome_colors_service.h", |
Marc Treib | 7895941d | 2017-11-28 12:37:02 | [diff] [blame] | 3372 | "search/instant_service.cc", |
| 3373 | "search/instant_service.h", |
| 3374 | "search/instant_service_factory.cc", |
| 3375 | "search/instant_service_factory.h", |
| 3376 | "search/instant_service_observer.cc", |
| 3377 | "search/instant_service_observer.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3378 | "search/local_ntp_source.cc", |
| 3379 | "search/local_ntp_source.h", |
Marc Treib | 7895941d | 2017-11-28 12:37:02 | [diff] [blame] | 3380 | "search/most_visited_iframe_source.cc", |
| 3381 | "search/most_visited_iframe_source.h", |
Ramya Nagarajan | 6d58d18 | 2018-05-31 22:23:30 | [diff] [blame] | 3382 | "search/ntp_features.cc", |
| 3383 | "search/ntp_features.h", |
treib | 50ddc32 | 2017-04-13 13:54:20 | [diff] [blame] | 3384 | "search/one_google_bar/one_google_bar_data.cc", |
| 3385 | "search/one_google_bar/one_google_bar_data.h", |
Antonio Gomes | 8d5b3d45 | 2018-05-04 21:54:08 | [diff] [blame] | 3386 | "search/one_google_bar/one_google_bar_loader.h", |
| 3387 | "search/one_google_bar/one_google_bar_loader_impl.cc", |
| 3388 | "search/one_google_bar/one_google_bar_loader_impl.h", |
treib | 2edac8f | 2017-04-26 10:29:39 | [diff] [blame] | 3389 | "search/one_google_bar/one_google_bar_service.cc", |
| 3390 | "search/one_google_bar/one_google_bar_service.h", |
| 3391 | "search/one_google_bar/one_google_bar_service_factory.cc", |
| 3392 | "search/one_google_bar/one_google_bar_service_factory.h", |
| 3393 | "search/one_google_bar/one_google_bar_service_observer.h", |
Kyle Milka | c7955f0 | 2018-11-30 21:55:27 | [diff] [blame] | 3394 | "search/promos/promo_data.cc", |
| 3395 | "search/promos/promo_data.h", |
| 3396 | "search/promos/promo_service.cc", |
| 3397 | "search/promos/promo_service.h", |
| 3398 | "search/promos/promo_service_factory.cc", |
| 3399 | "search/promos/promo_service_factory.h", |
| 3400 | "search/promos/promo_service_observer.h", |
Marc Treib | 7895941d | 2017-11-28 12:37:02 | [diff] [blame] | 3401 | "search/search_engine_base_url_tracker.cc", |
| 3402 | "search/search_engine_base_url_tracker.h", |
Gayane Petrosyan | 1d11267c | 2019-07-25 06:17:48 | [diff] [blame] | 3403 | "search/search_provider_observer.cc", |
| 3404 | "search/search_provider_observer.h", |
Kyle Milka | 959eba4b | 2019-01-11 19:48:06 | [diff] [blame] | 3405 | "search/search_suggest/search_suggest_data.cc", |
| 3406 | "search/search_suggest/search_suggest_data.h", |
| 3407 | "search/search_suggest/search_suggest_loader.h", |
| 3408 | "search/search_suggest/search_suggest_loader_impl.cc", |
| 3409 | "search/search_suggest/search_suggest_loader_impl.h", |
| 3410 | "search/search_suggest/search_suggest_service.cc", |
| 3411 | "search/search_suggest/search_suggest_service.h", |
| 3412 | "search/search_suggest/search_suggest_service_factory.cc", |
| 3413 | "search/search_suggest/search_suggest_service_factory.h", |
| 3414 | "search/search_suggest/search_suggest_service_observer.h", |
Tina Wang | b02b5e03 | 2019-03-06 02:16:56 | [diff] [blame] | 3415 | "send_tab_to_self/desktop_notification_handler.cc", |
| 3416 | "send_tab_to_self/desktop_notification_handler.h", |
sebsg | d3f9a5d | 2019-03-25 19:57:04 | [diff] [blame] | 3417 | "send_tab_to_self/send_tab_to_self_desktop_util.cc", |
| 3418 | "send_tab_to_self/send_tab_to_self_desktop_util.h", |
Reilly Grant | 0d28232 | 2019-01-29 02:42:58 | [diff] [blame] | 3419 | "serial/chrome_serial_delegate.cc", |
| 3420 | "serial/chrome_serial_delegate.h", |
| 3421 | "serial/serial_chooser_context.cc", |
| 3422 | "serial/serial_chooser_context.h", |
| 3423 | "serial/serial_chooser_context_factory.cc", |
| 3424 | "serial/serial_chooser_context_factory.h", |
Himanshu Jaju | d6b794c5 | 2019-07-16 19:31:46 | [diff] [blame] | 3425 | "sharing/click_to_call/click_to_call_context_menu_observer.cc", |
| 3426 | "sharing/click_to_call/click_to_call_context_menu_observer.h", |
Yasmin | 85bccc56 | 2019-08-12 17:25:01 | [diff] [blame] | 3427 | "sharing/click_to_call/click_to_call_ui_controller.cc", |
| 3428 | "sharing/click_to_call/click_to_call_ui_controller.h", |
Himanshu Jaju | d6b794c5 | 2019-07-16 19:31:46 | [diff] [blame] | 3429 | "sharing/click_to_call/click_to_call_utils.cc", |
| 3430 | "sharing/click_to_call/click_to_call_utils.h", |
Yasmin | ece0791 | 2019-08-13 17:32:10 | [diff] [blame] | 3431 | "sharing/shared_clipboard/shared_clipboard_context_menu_observer.cc", |
| 3432 | "sharing/shared_clipboard/shared_clipboard_context_menu_observer.h", |
Rayan Kanso | 5292deda | 2019-09-04 11:37:17 | [diff] [blame] | 3433 | "sharing/shared_clipboard/shared_clipboard_message_handler_desktop.cc", |
| 3434 | "sharing/shared_clipboard/shared_clipboard_message_handler_desktop.h", |
Yasmin | 426f63ee | 2019-08-09 16:07:16 | [diff] [blame] | 3435 | "sharing/shared_clipboard/shared_clipboard_ui_controller.cc", |
| 3436 | "sharing/shared_clipboard/shared_clipboard_ui_controller.h", |
Yasmin | 2b08a10 | 2019-08-15 13:09:02 | [diff] [blame] | 3437 | "sharing/shared_clipboard/shared_clipboard_utils.cc", |
| 3438 | "sharing/shared_clipboard/shared_clipboard_utils.h", |
Yasmin | 78e32eccc | 2019-08-02 14:54:33 | [diff] [blame] | 3439 | "sharing/sharing_dialog.h", |
Rayan Kanso | 5292deda | 2019-09-04 11:37:17 | [diff] [blame] | 3440 | "sharing/sharing_notification_handler.cc", |
| 3441 | "sharing/sharing_notification_handler.h", |
Yasmin | 85bccc56 | 2019-08-12 17:25:01 | [diff] [blame] | 3442 | "sharing/sharing_ui_controller.cc", |
| 3443 | "sharing/sharing_ui_controller.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3444 | "signin/signin_promo.cc", |
| 3445 | "signin/signin_promo.h", |
| 3446 | "signin/signin_ui_util.cc", |
| 3447 | "signin/signin_ui_util.h", |
| 3448 | "speech/extension_api/tts_extension_api_constants.cc", # Should be moved to extensions section? |
| 3449 | "speech/extension_api/tts_extension_api_constants.h", |
| 3450 | "ssl/ssl_client_auth_observer.cc", |
| 3451 | "ssl/ssl_client_auth_observer.h", |
| 3452 | "status_icons/desktop_notification_balloon.cc", |
| 3453 | "status_icons/desktop_notification_balloon.h", |
Mikel Astiz | a974891d | 2018-09-28 10:00:52 | [diff] [blame] | 3454 | "sync/glue/extension_model_type_controller.cc", |
| 3455 | "sync/glue/extension_model_type_controller.h", |
Mikel Astiz | 62f7ba6 | 2018-10-15 17:34:20 | [diff] [blame] | 3456 | "sync/glue/extension_setting_model_type_controller.cc", |
| 3457 | "sync/glue/extension_setting_model_type_controller.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3458 | "sync/sessions/browser_list_router_helper.cc", |
| 3459 | "sync/sessions/browser_list_router_helper.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3460 | "sync/sync_ui_util.cc", |
| 3461 | "sync/sync_ui_util.h", |
| 3462 | "task_manager/providers/browser_process_task.cc", |
| 3463 | "task_manager/providers/browser_process_task.h", |
| 3464 | "task_manager/providers/browser_process_task_provider.cc", |
| 3465 | "task_manager/providers/browser_process_task_provider.h", |
| 3466 | "task_manager/providers/child_process_task.cc", |
| 3467 | "task_manager/providers/child_process_task.h", |
| 3468 | "task_manager/providers/child_process_task_provider.cc", |
| 3469 | "task_manager/providers/child_process_task_provider.h", |
Charles Burnell | 2ce10272 | 2017-08-14 23:15:12 | [diff] [blame] | 3470 | "task_manager/providers/fallback_task_provider.cc", |
| 3471 | "task_manager/providers/fallback_task_provider.h", |
cburn | d154ad8 | 2017-08-02 17:25:35 | [diff] [blame] | 3472 | "task_manager/providers/render_process_host_task_provider.cc", |
| 3473 | "task_manager/providers/render_process_host_task_provider.h", |
Minggang Wang | 0a4104a | 2019-04-05 01:19:02 | [diff] [blame] | 3474 | "task_manager/providers/service_worker_task.cc", |
| 3475 | "task_manager/providers/service_worker_task.h", |
| 3476 | "task_manager/providers/service_worker_task_provider.cc", |
| 3477 | "task_manager/providers/service_worker_task_provider.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3478 | "task_manager/providers/task.cc", |
| 3479 | "task_manager/providers/task.h", |
| 3480 | "task_manager/providers/task_provider.cc", |
| 3481 | "task_manager/providers/task_provider.h", |
| 3482 | "task_manager/providers/task_provider_observer.h", |
| 3483 | "task_manager/providers/web_contents/background_contents_tag.cc", |
| 3484 | "task_manager/providers/web_contents/background_contents_tag.h", |
| 3485 | "task_manager/providers/web_contents/background_contents_task.cc", |
| 3486 | "task_manager/providers/web_contents/background_contents_task.h", |
| 3487 | "task_manager/providers/web_contents/devtools_tag.cc", |
| 3488 | "task_manager/providers/web_contents/devtools_tag.h", |
| 3489 | "task_manager/providers/web_contents/devtools_task.cc", |
| 3490 | "task_manager/providers/web_contents/devtools_task.h", |
| 3491 | "task_manager/providers/web_contents/extension_tag.cc", |
| 3492 | "task_manager/providers/web_contents/extension_tag.h", |
| 3493 | "task_manager/providers/web_contents/extension_task.cc", |
| 3494 | "task_manager/providers/web_contents/extension_task.h", |
| 3495 | "task_manager/providers/web_contents/guest_tag.cc", |
| 3496 | "task_manager/providers/web_contents/guest_tag.h", |
| 3497 | "task_manager/providers/web_contents/guest_task.cc", |
| 3498 | "task_manager/providers/web_contents/guest_task.h", |
| 3499 | "task_manager/providers/web_contents/prerender_tag.cc", |
| 3500 | "task_manager/providers/web_contents/prerender_tag.h", |
| 3501 | "task_manager/providers/web_contents/prerender_task.cc", |
| 3502 | "task_manager/providers/web_contents/prerender_task.h", |
| 3503 | "task_manager/providers/web_contents/printing_tag.cc", |
| 3504 | "task_manager/providers/web_contents/printing_tag.h", |
| 3505 | "task_manager/providers/web_contents/printing_task.cc", |
| 3506 | "task_manager/providers/web_contents/printing_task.h", |
| 3507 | "task_manager/providers/web_contents/renderer_task.cc", |
| 3508 | "task_manager/providers/web_contents/renderer_task.h", |
| 3509 | "task_manager/providers/web_contents/subframe_task.cc", |
| 3510 | "task_manager/providers/web_contents/subframe_task.h", |
| 3511 | "task_manager/providers/web_contents/tab_contents_tag.cc", |
| 3512 | "task_manager/providers/web_contents/tab_contents_tag.h", |
| 3513 | "task_manager/providers/web_contents/tab_contents_task.cc", |
| 3514 | "task_manager/providers/web_contents/tab_contents_task.h", |
| 3515 | "task_manager/providers/web_contents/web_contents_tag.cc", |
| 3516 | "task_manager/providers/web_contents/web_contents_tag.h", |
| 3517 | "task_manager/providers/web_contents/web_contents_tags_manager.cc", |
| 3518 | "task_manager/providers/web_contents/web_contents_tags_manager.h", |
| 3519 | "task_manager/providers/web_contents/web_contents_task_provider.cc", |
| 3520 | "task_manager/providers/web_contents/web_contents_task_provider.h", |
| 3521 | "task_manager/sampling/shared_sampler.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3522 | "task_manager/sampling/shared_sampler_win.cc", |
wez | a9abedb | 2017-02-05 02:21:23 | [diff] [blame] | 3523 | "task_manager/sampling/shared_sampler_win_defines.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3524 | "task_manager/sampling/task_group.cc", |
| 3525 | "task_manager/sampling/task_group.h", |
| 3526 | "task_manager/sampling/task_group_sampler.cc", |
| 3527 | "task_manager/sampling/task_group_sampler.h", |
| 3528 | "task_manager/sampling/task_manager_impl.cc", |
| 3529 | "task_manager/sampling/task_manager_impl.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3530 | "task_manager/task_manager_interface.cc", |
| 3531 | "task_manager/task_manager_interface.h", |
| 3532 | "task_manager/task_manager_observer.cc", |
| 3533 | "task_manager/task_manager_observer.h", |
| 3534 | "themes/browser_theme_pack.cc", |
| 3535 | "themes/browser_theme_pack.h", |
| 3536 | "themes/custom_theme_supplier.cc", |
| 3537 | "themes/custom_theme_supplier.h", |
Elly Fong-Jones | b04cbd7 | 2018-07-19 13:23:12 | [diff] [blame] | 3538 | "themes/increased_contrast_theme_supplier.cc", |
| 3539 | "themes/increased_contrast_theme_supplier.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3540 | "themes/theme_properties.cc", |
| 3541 | "themes/theme_service.cc", |
| 3542 | "themes/theme_service.h", |
| 3543 | "themes/theme_service_factory.cc", |
| 3544 | "themes/theme_service_factory.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3545 | "themes/theme_syncable_service.cc", |
| 3546 | "themes/theme_syncable_service.h", |
Greg Thompson | 8bcd799b | 2018-08-10 09:49:33 | [diff] [blame] | 3547 | "upgrade_detector/upgrade_detector.cc", |
| 3548 | "upgrade_detector/upgrade_detector.h", |
| 3549 | "upgrade_detector/upgrade_observer.h", |
Donna Wu | c98e12a | 2018-08-16 07:24:02 | [diff] [blame] | 3550 | "usb/web_usb_chooser_desktop.cc", |
| 3551 | "usb/web_usb_chooser_desktop.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3552 | "usb/web_usb_detector.cc", |
| 3553 | "usb/web_usb_detector.h", |
Jay Harris | f6a6b9a | 2019-07-24 01:42:00 | [diff] [blame] | 3554 | "web_launch/web_launch_files_helper.cc", |
| 3555 | "web_launch/web_launch_files_helper.h", |
Nina Satragno | 8c832df | 2019-07-29 15:59:39 | [diff] [blame] | 3556 | "webauthn/authenticator_list_observer.h", |
| 3557 | "webauthn/authenticator_reference.cc", |
| 3558 | "webauthn/authenticator_reference.h", |
| 3559 | "webauthn/authenticator_request_dialog_model.cc", |
| 3560 | "webauthn/authenticator_request_dialog_model.h", |
| 3561 | "webauthn/authenticator_request_scheduler.cc", |
| 3562 | "webauthn/authenticator_request_scheduler.h", |
| 3563 | "webauthn/authenticator_transport.h", |
| 3564 | "webauthn/chrome_authenticator_request_delegate.cc", |
| 3565 | "webauthn/chrome_authenticator_request_delegate.h", |
| 3566 | "webauthn/observable_authenticator_list.cc", |
| 3567 | "webauthn/observable_authenticator_list.h", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3568 | ] |
| 3569 | deps += [ |
| 3570 | ":theme_properties", |
Ryan Powell | 412caff | 2019-08-20 20:00:26 | [diff] [blame] | 3571 | "//base/util/memory_pressure", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3572 | "//chrome/app/vector_icons", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3573 | "//chrome/browser/policy:path_parser", |
| 3574 | "//chrome/browser/profile_resetter:profile_reset_report_proto", |
Sebastien Marchand | b366580 | 2018-06-22 20:47:02 | [diff] [blame] | 3575 | "//chrome/browser/resource_coordinator:intervention_policy_database_proto", |
Michael Giuffrida | ff7fac5 | 2018-01-30 05:01:25 | [diff] [blame] | 3576 | "//chrome/browser/resource_coordinator:tab_metrics_event_proto", |
Michael Giuffrida | 3488249 | 2018-05-14 17:15:48 | [diff] [blame] | 3577 | "//chrome/browser/resource_coordinator/tab_ranker", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3578 | "//chrome/browser/resources:component_extension_resources", |
Marc Treib | 16f732f | 2017-07-13 13:23:25 | [diff] [blame] | 3579 | "//chrome/browser/search:generated", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3580 | "//chrome/common/importer:interfaces", |
Gayane Petrosyan | 9a939cd7 | 2019-07-25 02:32:14 | [diff] [blame] | 3581 | "//chrome/common/search:generate_chrome_colors_info", |
Gayane Petrosyan | 22ce8f2d | 2019-06-14 17:23:44 | [diff] [blame] | 3582 | "//chrome/common/themes:autogenerated_theme_util", |
Nigel Tao | 47675b3 | 2018-11-08 07:57:43 | [diff] [blame] | 3583 | "//chrome/services/app_service:lib", |
Nigel Tao | d33ec52 | 2018-11-21 20:43:41 | [diff] [blame] | 3584 | "//chrome/services/app_service/public/cpp:app_update", |
Nigel Tao | 5428f7c6 | 2019-03-15 02:51:55 | [diff] [blame] | 3585 | "//chrome/services/app_service/public/cpp:icon_loader", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3586 | "//components/feedback", |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 3587 | "//components/image_fetcher/core", |
Michael Giuffrida | 2dbce0d1 | 2017-09-02 03:30:59 | [diff] [blame] | 3588 | "//components/keep_alive_registry", |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 3589 | "//components/ntp_snippets", |
Jay Harris | d3191c0 | 2019-08-16 01:23:39 | [diff] [blame] | 3590 | "//components/services/app_service/public/cpp:app_file_handling", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3591 | "//components/vector_icons", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3592 | "//components/web_modal", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3593 | "//components/zoom", |
Yaron Friedman | ac8bf3c | 2018-07-20 15:06:30 | [diff] [blame] | 3594 | "//courgette:courgette_lib", |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3595 | ] |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 3596 | |
| 3597 | if (is_posix || is_fuchsia) { |
| 3598 | sources += [ |
| 3599 | "chrome_browser_main_posix.cc", |
| 3600 | "chrome_browser_main_posix.h", |
| 3601 | "first_run/first_run_internal_posix.cc", |
| 3602 | "importer/firefox_profile_lock_posix.cc", |
| 3603 | "process_singleton_posix.cc", |
| 3604 | "task_manager/sampling/shared_sampler_posix.cc", |
| 3605 | ] |
| 3606 | } |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 3607 | } |
| 3608 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3609 | if (is_chromeos) { |
alokp | 76ed9ed | 2017-01-26 00:17:44 | [diff] [blame] | 3610 | sources += [ |
Nigel Tao | 63cfe5b8 | 2019-01-11 21:17:31 | [diff] [blame] | 3611 | "apps/app_service/arc_apps.cc", |
| 3612 | "apps/app_service/arc_apps.h", |
| 3613 | "apps/app_service/arc_apps_factory.cc", |
| 3614 | "apps/app_service/arc_apps_factory.h", |
Nigel Tao | 1695245 | 2019-08-22 23:51:27 | [diff] [blame] | 3615 | "apps/app_service/arc_icon_once_loader.cc", |
| 3616 | "apps/app_service/arc_icon_once_loader.h", |
Nigel Tao | d33ec52 | 2018-11-21 20:43:41 | [diff] [blame] | 3617 | "apps/app_service/built_in_chromeos_apps.cc", |
| 3618 | "apps/app_service/built_in_chromeos_apps.h", |
Nigel Tao | 307863f | 2019-01-31 09:20:26 | [diff] [blame] | 3619 | "apps/app_service/crostini_apps.cc", |
| 3620 | "apps/app_service/crostini_apps.h", |
Nigel Tao | 3582e2d | 2018-12-03 23:58:14 | [diff] [blame] | 3621 | "apps/app_service/extension_apps.cc", |
| 3622 | "apps/app_service/extension_apps.h", |
Nigel Tao | 819c507a | 2019-02-27 04:35:06 | [diff] [blame] | 3623 | "apps/app_service/icon_key_util.cc", |
| 3624 | "apps/app_service/icon_key_util.h", |
Nigel Tao | 307863f | 2019-01-31 09:20:26 | [diff] [blame] | 3625 | "apps/app_service/launch_util.cc", |
| 3626 | "apps/app_service/launch_util.h", |
Scott Violet | 47f00e5 | 2018-05-04 22:50:31 | [diff] [blame] | 3627 | "ash_service_registry.cc", |
| 3628 | "ash_service_registry.h", |
Xiaochu Liu | 48ab593 | 2018-05-11 03:44:04 | [diff] [blame] | 3629 | "component_updater/cros_component_installer_chromeos.cc", |
| 3630 | "component_updater/cros_component_installer_chromeos.h", |
Toni Barzic | f582b0f | 2018-10-11 17:44:46 | [diff] [blame] | 3631 | "component_updater/cros_component_manager.h", |
Xiaochu Liu | 48ab593 | 2018-05-11 03:44:04 | [diff] [blame] | 3632 | "component_updater/metadata_table_chromeos.cc", |
| 3633 | "component_updater/metadata_table_chromeos.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3634 | "download/notification/download_item_notification.cc", |
| 3635 | "download/notification/download_item_notification.h", |
| 3636 | "download/notification/download_notification_manager.cc", |
| 3637 | "download/notification/download_notification_manager.h", |
| 3638 | "feedback/feedback_util_chromeos.cc", |
| 3639 | "feedback/feedback_util_chromeos.h", |
Wenzhao Zang | 2015379 | 2018-09-29 00:37:10 | [diff] [blame] | 3640 | "google/google_brand_chromeos.cc", |
| 3641 | "google/google_brand_chromeos.h", |
| 3642 | "google/google_brand_code_map_chromeos.cc", |
| 3643 | "google/google_brand_code_map_chromeos.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3644 | "media/chromeos_login_media_access_handler.cc", |
| 3645 | "media/chromeos_login_media_access_handler.h", |
| 3646 | "media/public_session_media_access_handler.cc", |
| 3647 | "media/public_session_media_access_handler.h", |
| 3648 | "media/public_session_tab_capture_access_handler.cc", |
| 3649 | "media/public_session_tab_capture_access_handler.h", |
James Cook | 42fbcd4 | 2017-10-05 19:53:06 | [diff] [blame] | 3650 | "media/webrtc/desktop_media_list_ash.cc", |
| 3651 | "media/webrtc/desktop_media_list_ash.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3652 | "memory/memory_kills_histogram.h", |
| 3653 | "memory/memory_kills_monitor.cc", |
| 3654 | "memory/memory_kills_monitor.h", |
Meilin Wang | 46bf7d2 | 2018-11-21 21:57:00 | [diff] [blame] | 3655 | "metrics/assistant_service_metrics_provider.cc", |
| 3656 | "metrics/assistant_service_metrics_provider.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3657 | "metrics/chromeos_metrics_provider.cc", |
| 3658 | "metrics/chromeos_metrics_provider.h", |
Gabriel Marin | 3d99da2a | 2018-12-04 02:36:19 | [diff] [blame] | 3659 | "metrics/perf/collection_params.cc", |
| 3660 | "metrics/perf/collection_params.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3661 | "metrics/perf/cpu_identity.cc", |
| 3662 | "metrics/perf/cpu_identity.h", |
Gabriel Marin | 8c48c54 | 2019-02-15 17:51:44 | [diff] [blame] | 3663 | "metrics/perf/heap_collector.cc", |
| 3664 | "metrics/perf/heap_collector.h", |
Gabriel Marin | 6972892 | 2018-12-11 17:52:05 | [diff] [blame] | 3665 | "metrics/perf/metric_collector.cc", |
| 3666 | "metrics/perf/metric_collector.h", |
Gabriel Marin | ff65236c | 2019-08-13 22:03:13 | [diff] [blame] | 3667 | "metrics/perf/metric_provider.cc", |
| 3668 | "metrics/perf/metric_provider.h", |
Gabriel Marin | 9011e61 | 2018-12-14 20:19:42 | [diff] [blame] | 3669 | "metrics/perf/perf_events_collector.cc", |
| 3670 | "metrics/perf/perf_events_collector.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3671 | "metrics/perf/perf_output.cc", |
| 3672 | "metrics/perf/perf_output.h", |
Lakshman Annadorai | 763d2d6 | 2019-03-30 00:05:24 | [diff] [blame] | 3673 | "metrics/perf/process_type_collector.cc", |
| 3674 | "metrics/perf/process_type_collector.h", |
Gabriel Marin | f4728fa | 2018-12-11 19:56:25 | [diff] [blame] | 3675 | "metrics/perf/profile_provider_chromeos.cc", |
| 3676 | "metrics/perf/profile_provider_chromeos.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3677 | "metrics/perf/random_selector.cc", |
| 3678 | "metrics/perf/random_selector.h", |
| 3679 | "metrics/perf/windowed_incognito_observer.cc", |
| 3680 | "metrics/perf/windowed_incognito_observer.h", |
Evan Stade | fdc58a8 | 2018-04-23 19:00:47 | [diff] [blame] | 3681 | "notifications/arc_application_notifier_controller.cc", |
| 3682 | "notifications/arc_application_notifier_controller.h", |
Evan Stade | 55575d8 | 2017-11-02 00:52:36 | [diff] [blame] | 3683 | "notifications/chrome_ash_message_center_client.cc", |
| 3684 | "notifications/chrome_ash_message_center_client.h", |
Evan Stade | feec2d11 | 2017-10-19 03:24:53 | [diff] [blame] | 3685 | "notifications/extension_notifier_controller.cc", |
| 3686 | "notifications/extension_notifier_controller.h", |
Evan Stade | feec2d11 | 2017-10-19 03:24:53 | [diff] [blame] | 3687 | "notifications/notifier_controller.h", |
| 3688 | "notifications/web_page_notifier_controller.cc", |
| 3689 | "notifications/web_page_notifier_controller.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3690 | "policy/default_geolocation_policy_handler.cc", |
| 3691 | "policy/default_geolocation_policy_handler.h", |
James Cook | 42fbcd4 | 2017-10-05 19:53:06 | [diff] [blame] | 3692 | "signin/signin_error_notifier_ash.cc", |
| 3693 | "signin/signin_error_notifier_ash.h", |
| 3694 | "signin/signin_error_notifier_factory_ash.cc", |
| 3695 | "signin/signin_error_notifier_factory_ash.h", |
Katie D | b2d0709 | 2018-12-04 18:59:36 | [diff] [blame] | 3696 | "speech/tts_chromeos.cc", |
| 3697 | "speech/tts_chromeos.h", |
James Cook | 42fbcd4 | 2017-10-05 19:53:06 | [diff] [blame] | 3698 | "sync/sync_error_notifier_ash.cc", |
| 3699 | "sync/sync_error_notifier_ash.h", |
| 3700 | "sync/sync_error_notifier_factory_ash.cc", |
| 3701 | "sync/sync_error_notifier_factory_ash.h", |
Jon Mann | 8a57ae1 | 2019-08-02 22:37:55 | [diff] [blame] | 3702 | "sync/wifi_configuration_sync_service_factory.cc", |
| 3703 | "sync/wifi_configuration_sync_service_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3704 | "task_manager/providers/arc/arc_process_task.cc", |
| 3705 | "task_manager/providers/arc/arc_process_task.h", |
| 3706 | "task_manager/providers/arc/arc_process_task_provider.cc", |
| 3707 | "task_manager/providers/arc/arc_process_task_provider.h", |
Jeffrey Kardatzke | 1907c68 | 2018-10-10 21:46:53 | [diff] [blame] | 3708 | "task_manager/providers/crostini/crostini_process_task.cc", |
| 3709 | "task_manager/providers/crostini/crostini_process_task.h", |
| 3710 | "task_manager/providers/crostini/crostini_process_task_provider.cc", |
| 3711 | "task_manager/providers/crostini/crostini_process_task_provider.h", |
Willie Koomson | 1b9a3a4 | 2018-10-30 19:33:32 | [diff] [blame] | 3712 | "task_manager/sampling/arc_shared_sampler.cc", |
| 3713 | "task_manager/sampling/arc_shared_sampler.h", |
Greg Thompson | 8bcd799b | 2018-08-10 09:49:33 | [diff] [blame] | 3714 | "upgrade_detector/upgrade_detector_chromeos.cc", |
| 3715 | "upgrade_detector/upgrade_detector_chromeos.h", |
alokp | 76ed9ed | 2017-01-26 00:17:44 | [diff] [blame] | 3716 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 3717 | deps += [ |
James Cook | b9df819 | 2017-12-14 05:35:54 | [diff] [blame] | 3718 | "//ash/public/cpp", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3719 | "//chrome/browser/chromeos", |
Luum Habtemariam | c295b4ea | 2019-04-24 20:18:51 | [diff] [blame] | 3720 | "//chrome/services/cups_proxy", |
Luum Habtemariam | 8d9f684 | 2019-07-16 20:31:02 | [diff] [blame] | 3721 | "//chrome/services/cups_proxy/public/mojom", |
Henrique Ferreiro | f193318 | 2019-07-09 09:26:01 | [diff] [blame] | 3722 | "//chromeos/components/account_manager", |
Jon Mann | 8a57ae1 | 2019-08-02 22:37:55 | [diff] [blame] | 3723 | "//chromeos/components/sync_wifi", |
Yue Li | 958f9dd | 2018-11-15 00:56:59 | [diff] [blame] | 3724 | "//chromeos/services/assistant/public:feature_flags", |
Yue Li | 4fa7285 | 2019-07-17 01:01:32 | [diff] [blame] | 3725 | "//chromeos/services/assistant/public/cpp:prefs", |
Kyle Horimoto | 1d6a679f | 2019-04-16 23:24:21 | [diff] [blame] | 3726 | "//chromeos/services/cellular_setup", |
Ryan Hansberry | 0f40a7e | 2018-06-01 19:32:11 | [diff] [blame] | 3727 | "//chromeos/services/device_sync/public/mojom", |
Kyle Horimoto | 940d7df | 2018-03-17 01:00:23 | [diff] [blame] | 3728 | "//chromeos/services/multidevice_setup", |
Kyle Horimoto | b2868aa | 2018-10-13 00:13:44 | [diff] [blame] | 3729 | "//chromeos/services/multidevice_setup/public/cpp:first_run_field_trial", |
Kyle Horimoto | 940d7df | 2018-03-17 01:00:23 | [diff] [blame] | 3730 | "//chromeos/services/multidevice_setup/public/mojom", |
Steven Bennetts | 0c565d5b | 2019-04-24 23:52:45 | [diff] [blame] | 3731 | "//chromeos/services/network_config", |
| 3732 | "//chromeos/services/network_config/public/mojom", |
Ryan Hansberry | 9a08623c | 2018-06-14 21:28:05 | [diff] [blame] | 3733 | "//chromeos/services/secure_channel/public/mojom", |
Evan Stade | 0f41a34 | 2018-09-14 22:15:50 | [diff] [blame] | 3734 | "//chromeos/strings", |
Colin Blundell | 44b1fa51 | 2018-03-09 16:50:53 | [diff] [blame] | 3735 | "//components/services/font:lib", |
Miyoung Shin | b342db67 | 2019-07-18 11:55:10 | [diff] [blame] | 3736 | "//components/services/font/public/mojom", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3737 | "//ui/ozone", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 3738 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3739 | allow_circular_includes_from += [ "//chrome/browser/chromeos" ] |
Evan Stade | 04c18d0 | 2017-10-20 20:53:22 | [diff] [blame] | 3740 | |
| 3741 | if (enable_native_notifications) { |
| 3742 | sources += [ |
| 3743 | "notifications/notification_platform_bridge_chromeos.cc", |
| 3744 | "notifications/notification_platform_bridge_chromeos.h", |
| 3745 | ] |
| 3746 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3747 | } else { # Non-ChromeOS. |
| 3748 | sources += [ |
Evan Stade | 714657b | 2017-11-01 21:50:46 | [diff] [blame] | 3749 | "fullscreen.h", |
Julian Pastarmov | e2ebb08 | 2018-10-06 11:55:16 | [diff] [blame] | 3750 | "policy/browser_signin_policy_handler.cc", |
| 3751 | "policy/browser_signin_policy_handler.h", |
Henrique Nakashima | 81c9928 | 2019-04-18 21:24:32 | [diff] [blame] | 3752 | "policy/cloud/user_cloud_policy_manager_builder.cc", |
| 3753 | "policy/cloud/user_cloud_policy_manager_builder.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3754 | "policy/cloud/user_policy_signin_service_base.cc", |
| 3755 | "policy/cloud/user_policy_signin_service_base.h", |
| 3756 | "policy/cloud/user_policy_signin_service_factory.cc", |
| 3757 | "policy/cloud/user_policy_signin_service_factory.h", |
| 3758 | "signin/chrome_signin_status_metrics_provider_delegate.cc", |
| 3759 | "signin/chrome_signin_status_metrics_provider_delegate.h", |
| 3760 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 3761 | } |
| 3762 | |
Vincent Boisselle | 30da3977 | 2019-07-24 18:55:47 | [diff] [blame] | 3763 | if (is_chromeos || enable_extensions || is_android) { |
Jeremy Klein | d3ac89e | 2019-04-03 22:24:20 | [diff] [blame] | 3764 | sources += [ |
| 3765 | "metrics/cached_metrics_profile.cc", |
| 3766 | "metrics/cached_metrics_profile.h", |
| 3767 | ] |
| 3768 | } |
| 3769 | |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 3770 | if (is_win) { |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3771 | sources += [ |
Jay Harris | 867b077 | 2019-01-31 23:22:25 | [diff] [blame] | 3772 | "badging/badge_manager_delegate_win.cc", |
| 3773 | "badging/badge_manager_delegate_win.h", |
Nicolas | 9572cdc | 2019-03-05 22:39:53 | [diff] [blame] | 3774 | "browser_switcher/browser_switcher_policy_migrator.cc", |
| 3775 | "browser_switcher/browser_switcher_policy_migrator.h", |
Nicolas | 23afdc6 | 2019-02-07 13:22:41 | [diff] [blame] | 3776 | "browser_switcher/browser_switcher_service_win.cc", |
| 3777 | "browser_switcher/browser_switcher_service_win.h", |
Greg Thompson | fb9ba59 | 2019-08-23 08:18:51 | [diff] [blame] | 3778 | "downgrade/downgrade_manager.cc", |
| 3779 | "downgrade/downgrade_manager.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3780 | "downgrade/user_data_downgrade.cc", |
| 3781 | "downgrade/user_data_downgrade.h", |
Xi Cheng | cd0313cc | 2018-05-25 17:11:49 | [diff] [blame] | 3782 | "notifications/win/notification_image_retainer.cc", |
| 3783 | "notifications/win/notification_image_retainer.h", |
| 3784 | "notifications/win/notification_template_builder.cc", |
| 3785 | "notifications/win/notification_template_builder.h", |
Sebastien Marchand | 7e548a21 | 2019-02-25 16:43:59 | [diff] [blame] | 3786 | "performance_monitor/wmi_refresher.cc", |
| 3787 | "performance_monitor/wmi_refresher.h", |
Jay Harris | 3e03e2f | 2019-01-31 01:36:31 | [diff] [blame] | 3788 | "taskbar/taskbar_decorator_win.cc", |
| 3789 | "taskbar/taskbar_decorator_win.h", |
Ken Rockot | 95fe3f6 | 2019-07-25 20:29:51 | [diff] [blame] | 3790 | "win/util_win_service.cc", |
| 3791 | "win/util_win_service.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3792 | ] |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 3793 | public_deps += [ |
Ken Rockot | 95fe3f6 | 2019-07-25 20:29:51 | [diff] [blame] | 3794 | "//chrome/services/util_win/public/mojom", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 3795 | "//ui/views", |
| 3796 | "//ui/views/controls/webview", |
| 3797 | ] |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 3798 | deps += [ |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 3799 | ":chrome_process_finder", |
Joe Mason | 72f7c51f0 | 2019-05-29 19:44:29 | [diff] [blame] | 3800 | "//chrome/browser/safe_browsing/chrome_cleaner", |
| 3801 | "//chrome/browser/safe_browsing/chrome_cleaner:public", |
Patrick Monette | bb54394 | 2019-05-17 17:45:32 | [diff] [blame] | 3802 | "//chrome/browser/win/conflicts:module_info", |
Patrick Monette | 0196be2 | 2019-05-10 03:33:15 | [diff] [blame] | 3803 | "//chrome/chrome_elf:constants", |
| 3804 | "//chrome/chrome_elf:dll_hash", |
pmonette | 502a83e | 2016-01-08 00:21:16 | [diff] [blame] | 3805 | "//chrome/chrome_watcher:client", |
gab | 7c45cfd | 2016-04-15 19:17:07 | [diff] [blame] | 3806 | "//chrome/common:metrics_constants_util_win", |
mdempsky | 15a48be | 2015-10-21 23:37:53 | [diff] [blame] | 3807 | "//chrome/common:version_header", |
Roger Tawa | 53d2ef8b | 2019-05-13 14:19:53 | [diff] [blame] | 3808 | "//chrome/credential_provider/common:common_constants", |
grt | b4cab81 | 2017-03-31 06:58:43 | [diff] [blame] | 3809 | "//chrome/install_static:install_static_util", |
Xi Cheng | b7c35726b | 2018-04-25 04:55:14 | [diff] [blame] | 3810 | "//chrome/notification_helper:constants", |
Ken Rockot | c74e379 | 2018-02-10 16:31:30 | [diff] [blame] | 3811 | "//chrome/services/util_win/public/mojom", |
vchigrin | 61944ae | 2015-01-30 23:51:32 | [diff] [blame] | 3812 | "//components/browser_watcher", |
| 3813 | "//components/browser_watcher:browser_watcher_client", |
manzagop | 309a9611 | 2017-05-04 19:55:38 | [diff] [blame] | 3814 | "//components/browser_watcher:stability_client", |
Joe Mason | 6c97f7f | 2018-03-19 18:49:30 | [diff] [blame] | 3815 | "//components/chrome_cleaner/public/constants", |
Joe Mason | 1ec4107 | 2019-07-24 19:25:24 | [diff] [blame] | 3816 | "//components/chrome_cleaner/public/interfaces", |
Patrick Monette | 8d504ab | 2018-08-29 18:40:43 | [diff] [blame] | 3817 | "//components/download/quarantine", |
manzagop | a5d6688d | 2016-10-25 20:16:03 | [diff] [blame] | 3818 | "//third_party/crashpad/crashpad/client:client", |
[email protected] | 55699f39 | 2014-08-20 22:16:30 | [diff] [blame] | 3819 | "//third_party/iaccessible2", |
| 3820 | "//third_party/isimpledom", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 3821 | "//third_party/wtl", |
Varun Mohan | 24196fa1 | 2018-04-27 20:30:04 | [diff] [blame] | 3822 | "//ui/aura_extra", |
grt | ac869358 | 2017-05-19 10:37:03 | [diff] [blame] | 3823 | "//ui/base:fullscreen_win", |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 3824 | ] |
Joe Mason | 72f7c51f0 | 2019-05-29 19:44:29 | [diff] [blame] | 3825 | allow_circular_includes_from += |
| 3826 | [ "//chrome/browser/safe_browsing/chrome_cleaner" ] |
mmenke | de13467 | 2015-08-18 01:33:39 | [diff] [blame] | 3827 | |
| 3828 | all_dependent_configs = [ ":browser_win_linker_flags" ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3829 | |
| 3830 | if (enable_native_notifications) { |
| 3831 | sources += [ |
| 3832 | "notifications/notification_platform_bridge_win.cc", |
| 3833 | "notifications/notification_platform_bridge_win.h", |
Xi Cheng | cd0313cc | 2018-05-25 17:11:49 | [diff] [blame] | 3834 | "notifications/win/notification_launch_id.cc", |
| 3835 | "notifications/win/notification_launch_id.h", |
Xi Cheng | 1ed8404 | 2018-05-29 17:31:29 | [diff] [blame] | 3836 | "notifications/win/notification_metrics.cc", |
| 3837 | "notifications/win/notification_metrics.h", |
| 3838 | "notifications/win/notification_util.cc", |
| 3839 | "notifications/win/notification_util.h", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3840 | ] |
| 3841 | } |
| 3842 | |
Will Harris | c196ed94 | 2019-08-03 03:45:30 | [diff] [blame] | 3843 | if (is_multi_dll_chrome) { |
| 3844 | defines += [ "CHROME_MULTIPLE_DLL_BROWSER" ] |
| 3845 | } |
| 3846 | |
Patrick Monette | e7d84a1 | 2018-02-28 00:16:34 | [diff] [blame] | 3847 | if (is_chrome_branded) { |
| 3848 | deps += [ |
Patrick Monette | bb54394 | 2019-05-17 17:45:32 | [diff] [blame] | 3849 | "//chrome/browser/win/conflicts:module_list_proto", |
Alexei Filippov | 3f4d813 | 2019-05-13 21:35:09 | [diff] [blame] | 3850 | "//chrome/chrome_elf:sha1", |
| 3851 | "//chrome/chrome_elf:third_party_shared_defines", |
Patrick Monette | e7d84a1 | 2018-02-28 00:16:34 | [diff] [blame] | 3852 | "//google_update", |
| 3853 | ] |
| 3854 | libs += [ "msi.lib" ] |
| 3855 | sources += [ |
| 3856 | "component_updater/third_party_module_list_component_installer_win.cc", |
| 3857 | "component_updater/third_party_module_list_component_installer_win.h", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3858 | "google/google_update_win.cc", |
| 3859 | "google/google_update_win.h", |
Patrick Monette | bb54394 | 2019-05-17 17:45:32 | [diff] [blame] | 3860 | "win/conflicts/incompatible_applications_updater.cc", |
| 3861 | "win/conflicts/incompatible_applications_updater.h", |
| 3862 | "win/conflicts/installed_applications.cc", |
| 3863 | "win/conflicts/installed_applications.h", |
| 3864 | "win/conflicts/module_blacklist_cache_updater.cc", |
| 3865 | "win/conflicts/module_blacklist_cache_updater.h", |
| 3866 | "win/conflicts/module_blacklist_cache_util.cc", |
| 3867 | "win/conflicts/module_blacklist_cache_util.h", |
| 3868 | "win/conflicts/module_list_component_updater.cc", |
| 3869 | "win/conflicts/module_list_component_updater.h", |
| 3870 | "win/conflicts/module_list_filter.cc", |
| 3871 | "win/conflicts/module_list_filter.h", |
| 3872 | "win/conflicts/module_load_attempt_log_listener.cc", |
| 3873 | "win/conflicts/module_load_attempt_log_listener.h", |
| 3874 | "win/conflicts/msi_util.cc", |
| 3875 | "win/conflicts/msi_util.h", |
| 3876 | "win/conflicts/registry_key_watcher.cc", |
| 3877 | "win/conflicts/registry_key_watcher.h", |
| 3878 | "win/conflicts/third_party_conflicts_manager.cc", |
| 3879 | "win/conflicts/third_party_conflicts_manager.h", |
| 3880 | "win/conflicts/token_util.cc", |
| 3881 | "win/conflicts/token_util.h", |
| 3882 | "win/conflicts/uninstall_application.cc", |
| 3883 | "win/conflicts/uninstall_application.h", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3884 | ] |
| 3885 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 3886 | } else { |
| 3887 | # Non-Windows. |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3888 | sources += [ |
| 3889 | "profile_resetter/triggered_profile_resetter_stub.cc", |
| 3890 | "profiles/profile_shortcut_manager_stub.cc", |
| 3891 | ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3892 | if (toolkit_views) { |
| 3893 | deps += [ |
| 3894 | "//ui/views", |
| 3895 | "//ui/views/controls/webview", |
| 3896 | ] |
| 3897 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 3898 | } |
| 3899 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3900 | if (is_mac) { |
Alexey Baskakov | 3f6c31f0 | 2018-08-23 00:28:09 | [diff] [blame] | 3901 | allow_circular_includes_from += [ "//chrome/browser/apps/app_shim" ] |
Jay Harris | 867b077 | 2019-01-31 23:22:25 | [diff] [blame] | 3902 | sources += [ |
| 3903 | "badging/badge_manager_delegate_mac.cc", |
| 3904 | "badging/badge_manager_delegate_mac.h", |
| 3905 | "download/drag_download_item_mac.mm", |
| 3906 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3907 | deps += [ |
| 3908 | "//chrome/app_shim", |
| 3909 | "//chrome/browser/apps/app_shim", |
| 3910 | "//chrome/browser/ui/cocoa/notifications:common", |
Guido Urdaneta | 191635e | 2018-05-09 16:00:53 | [diff] [blame] | 3911 | "//services/video_capture/public/mojom:constants", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3912 | "//third_party/crashpad/crashpad/client:client", |
| 3913 | "//third_party/google_toolbox_for_mac", |
| 3914 | "//third_party/mozilla", |
| 3915 | ] |
| 3916 | libs += [ |
| 3917 | "Accelerate.framework", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3918 | "AudioUnit.framework", |
Henrik Grunell | 5c79e19 | 2019-01-30 22:19:33 | [diff] [blame] | 3919 | "AVFoundation.framework", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3920 | "DiskArbitration.framework", |
| 3921 | "IOKit.framework", |
| 3922 | "ImageCaptureCore.framework", |
| 3923 | "OpenGL.framework", |
| 3924 | "QuartzCore.framework", |
| 3925 | "SecurityInterface.framework", |
| 3926 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3927 | } |
| 3928 | |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3929 | if (is_linux) { |
| 3930 | if (use_aura) { |
| 3931 | deps += [ "//third_party/fontconfig" ] |
| 3932 | if (use_dbus) { |
| 3933 | deps += [ "//dbus" ] |
| 3934 | } |
| 3935 | } |
| 3936 | if (use_x11) { |
| 3937 | configs += [ "//build/config/linux:x11" ] |
| 3938 | deps += [ "//ui/gfx/x" ] |
| 3939 | } |
Jay Civelli | 668c097f | 2018-05-16 20:44:13 | [diff] [blame] | 3940 | deps += [ "//services/service_manager/zygote" ] |
Brian Geffon | c3bdd6d | 2019-08-21 22:48:31 | [diff] [blame] | 3941 | |
| 3942 | if (use_allocator == "tcmalloc") { |
| 3943 | deps += [ "//chrome/common/performance_manager/mojom" ] |
| 3944 | |
| 3945 | sources += [ |
| 3946 | "performance_manager/graph/policies/dynamic_tcmalloc_policy_linux.cc", |
| 3947 | "performance_manager/graph/policies/dynamic_tcmalloc_policy_linux.h", |
| 3948 | ] |
| 3949 | } |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3950 | } |
| 3951 | |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 3952 | if (is_desktop_linux) { |
tonikitoo | e1ac59e | 2016-09-14 20:44:42 | [diff] [blame] | 3953 | # Desktop linux, doesn't count ChromeOS. |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3954 | sources += [ |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3955 | "first_run/upgrade_util_linux.cc", |
| 3956 | "first_run/upgrade_util_linux.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3957 | "icon_loader_auralinux.cc", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3958 | "platform_util_linux.cc", |
| 3959 | "shell_integration_linux.cc", |
| 3960 | "shell_integration_linux.h", |
Tom Anderson | c7dc655a | 2019-08-09 20:29:20 | [diff] [blame] | 3961 | "themes/theme_service_aura_linux.cc", |
| 3962 | "themes/theme_service_aura_linux.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 3963 | ] |
tonikitoo | c1ce090f | 2016-10-26 21:22:34 | [diff] [blame] | 3964 | |
Tommy Steimel | a8267ae | 2019-02-11 19:47:30 | [diff] [blame] | 3965 | if (use_dbus) { |
Tom Anderson | fb20eed | 2019-07-10 23:06:29 | [diff] [blame] | 3966 | deps += [ "//components/dbus/thread_linux" ] |
Tommy Steimel | a8267ae | 2019-02-11 19:47:30 | [diff] [blame] | 3967 | } |
| 3968 | |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 3969 | if (enable_native_notifications) { |
| 3970 | sources += [ |
| 3971 | "notifications/notification_platform_bridge_linux.cc", |
| 3972 | "notifications/notification_platform_bridge_linux.h", |
| 3973 | ] |
| 3974 | } |
| 3975 | |
tonikitoo | 8e861c09 | 2016-10-27 22:48:41 | [diff] [blame] | 3976 | if (use_x11) { |
| 3977 | sources += [ |
| 3978 | "fullscreen_aurax11.cc", |
| 3979 | "media/webrtc/window_icon_util_x11.cc", |
tonikitoo | 8e861c09 | 2016-10-27 22:48:41 | [diff] [blame] | 3980 | ] |
| 3981 | } |
| 3982 | |
tonikitoo | b10ea66f | 2016-11-07 23:52:01 | [diff] [blame] | 3983 | if (use_ozone) { |
| 3984 | sources += [ |
| 3985 | "fullscreen_ozone.cc", |
| 3986 | "media/webrtc/window_icon_util_ozone.cc", |
| 3987 | ] |
| 3988 | } |
Tomas Popela | 253a583 | 2019-01-14 17:22:10 | [diff] [blame] | 3989 | |
| 3990 | if (rtc_use_pipewire) { |
| 3991 | configs += |
| 3992 | [ "//third_party/webrtc/modules/desktop_capture:pipewire_config" ] |
| 3993 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 3994 | } |
thestig | d1269b4 | 2016-09-09 02:33:04 | [diff] [blame] | 3995 | |
Fabrice de Gans-Riberi | 9fba3aff | 2018-04-12 19:00:48 | [diff] [blame] | 3996 | if (is_posix || is_fuchsia) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 3997 | deps += [ "//chrome/app:shutdown_signal_handlers" ] |
| 3998 | } |
| 3999 | |
| 4000 | if (is_win || is_mac) { |
| 4001 | # Sources (generally "desktop OS importers") used only on Mac & Windows. |
| 4002 | sources += [ |
| 4003 | "crash_upload_list/crash_upload_list_crashpad.cc", |
| 4004 | "crash_upload_list/crash_upload_list_crashpad.h", |
| 4005 | "recovery/recovery_install_global_error.cc", |
| 4006 | "recovery/recovery_install_global_error.h", |
| 4007 | "recovery/recovery_install_global_error_factory.cc", |
| 4008 | "recovery/recovery_install_global_error_factory.h", |
| 4009 | ] |
Robert Sesek | dc73f6f | 2018-05-15 15:53:20 | [diff] [blame] | 4010 | } else { |
| 4011 | # On other platforms, use the generic implementation. |
| 4012 | sources += [ "hang_monitor/hang_crash_dump.cc" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4013 | } |
| 4014 | |
| 4015 | if (is_win || is_linux) { |
| 4016 | sources += [ |
| 4017 | "renderer_context_menu/spelling_options_submenu_observer.cc", |
| 4018 | "renderer_context_menu/spelling_options_submenu_observer.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4019 | ] |
| 4020 | } |
| 4021 | |
Evan Liu | f248d40 | 2019-06-26 22:57:10 | [diff] [blame] | 4022 | if (is_mac) { |
| 4023 | sources += [ |
| 4024 | "accessibility/caption_settings_dialog.h", |
| 4025 | "accessibility/caption_settings_dialog_mac.mm", |
| 4026 | ] |
| 4027 | } |
| 4028 | |
| 4029 | if (is_win) { |
| 4030 | sources += [ |
| 4031 | "accessibility/caption_settings_dialog.h", |
| 4032 | "accessibility/caption_settings_dialog_win.cc", |
| 4033 | ] |
| 4034 | } |
| 4035 | |
Nicolas Ouellet-Payeur | bdcab009 | 2018-10-22 14:50:33 | [diff] [blame] | 4036 | if (is_win || is_mac || is_desktop_linux) { |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 4037 | sources += [ |
Daniel Bratell | 8a22c5ff | 2018-10-19 13:51:53 | [diff] [blame] | 4038 | "browser_switcher/alternative_browser_driver.h", |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 4039 | "browser_switcher/alternative_browser_driver_win.cc", |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 4040 | "browser_switcher/browser_switcher_navigation_throttle.cc", |
| 4041 | "browser_switcher/browser_switcher_navigation_throttle.h", |
| 4042 | "browser_switcher/browser_switcher_prefs.cc", |
| 4043 | "browser_switcher/browser_switcher_prefs.h", |
| 4044 | "browser_switcher/browser_switcher_service.cc", |
| 4045 | "browser_switcher/browser_switcher_service.h", |
| 4046 | "browser_switcher/browser_switcher_service_factory.cc", |
| 4047 | "browser_switcher/browser_switcher_service_factory.h", |
| 4048 | "browser_switcher/browser_switcher_sitelist.cc", |
| 4049 | "browser_switcher/browser_switcher_sitelist.h", |
Nicolas Ouellet-Payeur | 5198eac | 2018-09-25 14:44:12 | [diff] [blame] | 4050 | "browser_switcher/ieem_sitelist_parser.cc", |
| 4051 | "browser_switcher/ieem_sitelist_parser.h", |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 4052 | ] |
Nicolas Ouellet-Payeur | bdcab009 | 2018-10-22 14:50:33 | [diff] [blame] | 4053 | if (is_mac || is_desktop_linux) { |
| 4054 | sources += [ "browser_switcher/alternative_browser_driver_posix.cc" ] |
| 4055 | } |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 4056 | } |
| 4057 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4058 | if (is_chromeos && use_cras) { |
| 4059 | defines += [ "USE_CRAS" ] |
| 4060 | } |
| 4061 | |
| 4062 | if (!is_android && !is_chromeos) { |
| 4063 | sources += [ |
Greg Thompson | 87ee38f | 2019-08-09 06:00:23 | [diff] [blame] | 4064 | "first_run/upgrade_util.cc", |
| 4065 | "first_run/upgrade_util.h", |
| 4066 | "first_run/upgrade_util_mac.h", |
| 4067 | "first_run/upgrade_util_mac.mm", |
| 4068 | "first_run/upgrade_util_win.cc", |
| 4069 | "first_run/upgrade_util_win.h", |
Lei Zhang | db5696b | 2017-11-20 21:13:40 | [diff] [blame] | 4070 | "lifetime/switch_utils.cc", |
| 4071 | "lifetime/switch_utils.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4072 | "metrics/upgrade_metrics_provider.cc", |
| 4073 | "metrics/upgrade_metrics_provider.h", |
| 4074 | "net/disk_cache_dir_policy_handler.cc", |
| 4075 | "net/disk_cache_dir_policy_handler.h", |
| 4076 | "notifications/fullscreen_notification_blocker.cc", |
| 4077 | "notifications/fullscreen_notification_blocker.h", |
yoshiki iguchi | d0d0ada | 2018-08-06 19:51:00 | [diff] [blame] | 4078 | "notifications/notification_ui_manager_impl.cc", |
| 4079 | "notifications/notification_ui_manager_impl.h", |
Richard Knoll | b60074a | 2018-11-05 14:54:10 | [diff] [blame] | 4080 | "notifications/popups_only_ui_controller.cc", |
| 4081 | "notifications/popups_only_ui_controller.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4082 | "notifications/screen_lock_notification_blocker.cc", |
| 4083 | "notifications/screen_lock_notification_blocker.h", |
| 4084 | "platform_util.cc", |
Owen Min | 736c9ae | 2018-03-29 00:50:22 | [diff] [blame] | 4085 | "policy/cloud/machine_level_user_cloud_policy_helper.cc", |
| 4086 | "policy/cloud/machine_level_user_cloud_policy_helper.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4087 | "policy/cloud/user_policy_signin_service.cc", |
| 4088 | "policy/cloud/user_policy_signin_service.h", |
Mihai Sardarescu | ca00b242 | 2018-11-28 10:54:22 | [diff] [blame] | 4089 | "policy/cloud/user_policy_signin_service_internal.h", |
Owen Min | b48a6747 | 2018-06-12 21:41:22 | [diff] [blame] | 4090 | "policy/machine_level_user_cloud_policy_controller.cc", |
| 4091 | "policy/machine_level_user_cloud_policy_controller.h", |
Owen Min | 6a15c63 | 2018-05-31 22:11:08 | [diff] [blame] | 4092 | "policy/machine_level_user_cloud_policy_register_watcher.cc", |
| 4093 | "policy/machine_level_user_cloud_policy_register_watcher.h", |
Michael Giuffrida | 597c1e8 | 2018-03-10 06:25:39 | [diff] [blame] | 4094 | "profiles/avatar_menu.cc", |
| 4095 | "profiles/avatar_menu.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4096 | "profiles/avatar_menu_actions_desktop.cc", |
| 4097 | "profiles/avatar_menu_actions_desktop.h", |
| 4098 | "profiles/avatar_menu_desktop.cc", |
| 4099 | "profiles/avatar_menu_observer.h", |
Thomas Tangl | c67ace4 | 2019-06-07 19:31:50 | [diff] [blame] | 4100 | "profiles/profile_activity_metrics_recorder.cc", |
| 4101 | "profiles/profile_activity_metrics_recorder.h", |
Michael Giuffrida | 597c1e8 | 2018-03-10 06:25:39 | [diff] [blame] | 4102 | "profiles/profile_list.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4103 | "profiles/profile_list_desktop.cc", |
| 4104 | "profiles/profile_list_desktop.h", |
| 4105 | "profiles/profile_statistics.cc", |
| 4106 | "profiles/profile_statistics.h", |
| 4107 | "profiles/profile_statistics_aggregator.cc", |
| 4108 | "profiles/profile_statistics_aggregator.h", |
| 4109 | "profiles/profile_statistics_common.cc", |
| 4110 | "profiles/profile_statistics_common.h", |
| 4111 | "profiles/profile_statistics_factory.cc", |
| 4112 | "profiles/profile_statistics_factory.h", |
| 4113 | "signin/force_signin_verifier.cc", |
| 4114 | "signin/force_signin_verifier.h", |
| 4115 | "signin/signin_global_error.cc", |
| 4116 | "signin/signin_global_error.h", |
| 4117 | "signin/signin_global_error_factory.cc", |
| 4118 | "signin/signin_global_error_factory.h", |
Greg Thompson | 8bcd799b | 2018-08-10 09:49:33 | [diff] [blame] | 4119 | "upgrade_detector/upgrade_detector_impl.cc", |
| 4120 | "upgrade_detector/upgrade_detector_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4121 | ] |
| 4122 | } else { |
| 4123 | sources += [ |
| 4124 | "media/protected_media_identifier_permission_context.cc", |
| 4125 | "media/protected_media_identifier_permission_context.h", |
| 4126 | ] |
| 4127 | } |
| 4128 | |
Fabrice de Gans-Riberi | 9fba3aff | 2018-04-12 19:00:48 | [diff] [blame] | 4129 | if (is_posix && !is_mac) { |
Sergey Ulanov | 6af0b54 | 2017-10-09 22:36:04 | [diff] [blame] | 4130 | # TODO(crbug.com/753619): Enable crash reporting on Fuchsia. |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4131 | sources += [ |
| 4132 | "//chrome/app/chrome_crash_reporter_client.cc", |
| 4133 | "//chrome/app/chrome_crash_reporter_client.h", |
| 4134 | ] |
| 4135 | deps += [ |
| 4136 | "//components/crash/content/app", |
| 4137 | "//components/crash/content/browser", |
| 4138 | "//components/version_info:generate_version_info", |
| 4139 | ] |
| 4140 | } |
| 4141 | |
| 4142 | if (is_win || is_mac || (is_linux && !is_chromeos)) { |
| 4143 | sources += [ |
| 4144 | "password_manager/password_store_signin_notifier_impl.cc", |
| 4145 | "password_manager/password_store_signin_notifier_impl.h", |
| 4146 | ] |
| 4147 | } |
| 4148 | |
| 4149 | if (is_win || is_mac || is_linux) { |
| 4150 | sources += [ |
| 4151 | "payments/chrome_payment_request_delegate.cc", |
| 4152 | "payments/chrome_payment_request_delegate.h", |
Anthony Vallee-Dubois | c7ae733 | 2017-12-19 20:44:07 | [diff] [blame] | 4153 | "payments/payment_request_display_manager_factory.cc", |
| 4154 | "payments/payment_request_display_manager_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4155 | "payments/payment_request_factory.cc", |
| 4156 | "payments/payment_request_factory.h", |
Joao da Silva | ffb54362 | 2019-09-04 16:30:40 | [diff] [blame] | 4157 | "sync/sync_clipboard_service.cc", |
| 4158 | "sync/sync_clipboard_service.h", |
| 4159 | "sync/sync_clipboard_service_factory.cc", |
| 4160 | "sync/sync_clipboard_service_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4161 | ] |
| 4162 | deps += [ "//components/payments/content" ] |
| 4163 | } |
| 4164 | |
| 4165 | if (is_win || is_mac || (is_chromeos && use_dbus)) { |
| 4166 | sources += [ |
| 4167 | "media_galleries/fileapi/device_media_async_file_util.cc", |
| 4168 | "media_galleries/fileapi/device_media_async_file_util.h", |
| 4169 | "media_galleries/fileapi/mtp_device_async_delegate.cc", |
| 4170 | "media_galleries/fileapi/mtp_device_async_delegate.h", |
| 4171 | "media_galleries/fileapi/mtp_device_map_service.cc", |
| 4172 | "media_galleries/fileapi/mtp_device_map_service.h", |
| 4173 | "media_galleries/fileapi/mtp_file_stream_reader.cc", |
| 4174 | "media_galleries/fileapi/mtp_file_stream_reader.h", |
| 4175 | ] |
| 4176 | if (is_chromeos && use_dbus) { |
Donna Wu | aaa4d5aa | 2018-05-14 04:33:24 | [diff] [blame] | 4177 | # TODO([email protected]): push this into chrome/browser/chromeos |
| 4178 | # and chrome/browser/media_galleries/chromeos |
| 4179 | deps += [ "//services/device/public/mojom" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4180 | } |
| 4181 | } |
| 4182 | |
| 4183 | if (toolkit_views) { |
| 4184 | deps += [ "//ui/views" ] |
| 4185 | } |
| 4186 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4187 | if (use_aura) { |
| 4188 | # Cross-platform Aura files. |
| 4189 | sources += [ |
Avi Drissman | 92e7ac5 | 2018-08-28 22:53:21 | [diff] [blame] | 4190 | "download/drag_download_item_aura.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4191 | "lifetime/application_lifetime_aura.cc", |
| 4192 | "platform_util_aura.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4193 | ] |
| 4194 | deps += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4195 | "//ui/aura", |
| 4196 | "//ui/compositor", |
| 4197 | "//ui/snapshot", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4198 | ] |
Maksim Sisov | b9326d9c | 2019-05-08 07:48:57 | [diff] [blame] | 4199 | if (use_gtk) { |
| 4200 | deps += [ "//chrome/browser/ui/libgtkui" ] |
| 4201 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4202 | } |
| 4203 | |
| 4204 | if (use_x11) { |
| 4205 | sources += [ |
| 4206 | "chrome_browser_main_extra_parts_x11.cc", |
| 4207 | "chrome_browser_main_extra_parts_x11.h", |
| 4208 | "password_manager/password_store_x.cc", |
| 4209 | "password_manager/password_store_x.h", |
| 4210 | ] |
| 4211 | } |
| 4212 | |
Denis Kuznetsov | 32099f3 | 2017-12-15 14:04:57 | [diff] [blame] | 4213 | if (enable_background_mode) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4214 | sources += [ |
| 4215 | "background/background_application_list_model.cc", |
| 4216 | "background/background_application_list_model.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4217 | "background/background_mode_manager.cc", |
| 4218 | "background/background_mode_manager.h", |
| 4219 | "background/background_mode_manager_aura.cc", |
| 4220 | "background/background_mode_manager_chromeos.cc", |
| 4221 | "background/background_mode_manager_mac.mm", |
| 4222 | "background/background_mode_manager_win.cc", |
| 4223 | "background/background_mode_optimizer.cc", |
| 4224 | "background/background_mode_optimizer.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4225 | ] |
| 4226 | if (!use_aura || is_win || is_chromeos) { |
| 4227 | sources -= [ "background/background_mode_manager_aura.cc" ] |
| 4228 | } |
| 4229 | } |
Denis Kuznetsov | 32099f3 | 2017-12-15 14:04:57 | [diff] [blame] | 4230 | if (enable_background_contents) { |
| 4231 | sources += [ |
| 4232 | "background/background_contents_service.cc", |
| 4233 | "background/background_contents_service.h", |
| 4234 | "background/background_contents_service_factory.cc", |
| 4235 | "background/background_contents_service_factory.h", |
| 4236 | ] |
| 4237 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4238 | |
Lei Zhang | 48a4a526 | 2018-04-17 20:18:44 | [diff] [blame] | 4239 | if (enable_basic_printing) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4240 | # Some form of printing support. |
| 4241 | sources += [ |
| 4242 | "printing/print_job.cc", |
| 4243 | "printing/print_job.h", |
| 4244 | "printing/print_job_manager.cc", |
| 4245 | "printing/print_job_manager.h", |
| 4246 | "printing/print_job_worker.cc", |
| 4247 | "printing/print_job_worker.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4248 | "printing/print_view_manager_base.cc", |
| 4249 | "printing/print_view_manager_base.h", |
| 4250 | "printing/print_view_manager_common.cc", |
| 4251 | "printing/print_view_manager_common.h", |
Lei Zhang | 8669a54 | 2017-12-05 22:59:45 | [diff] [blame] | 4252 | "printing/printer_manager_dialog.h", |
| 4253 | "printing/printer_manager_dialog_linux.cc", |
| 4254 | "printing/printer_manager_dialog_mac.mm", |
| 4255 | "printing/printer_manager_dialog_win.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4256 | "printing/printer_query.cc", |
| 4257 | "printing/printer_query.h", |
| 4258 | "printing/printing_init.cc", |
| 4259 | "printing/printing_init.h", |
| 4260 | "printing/printing_message_filter.cc", |
| 4261 | "printing/printing_message_filter.h", |
| 4262 | ] |
| 4263 | deps += [ |
| 4264 | "//components/printing/browser", |
Ken Rockot | 01bf391 | 2019-08-12 18:01:39 | [diff] [blame] | 4265 | "//components/services/pdf_compositor/public/cpp", |
Miyoung Shin | 0f25ee540 | 2019-07-19 01:26:14 | [diff] [blame] | 4266 | "//components/services/pdf_compositor/public/mojom", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4267 | "//printing", |
| 4268 | ] |
| 4269 | |
Vladislav Kuzkokov | 2385af9 | 2018-08-28 22:23:30 | [diff] [blame] | 4270 | if (is_chromeos) { |
| 4271 | sources += [ |
| 4272 | "policy/printing_restrictions_policy_handler.cc", |
| 4273 | "policy/printing_restrictions_policy_handler.h", |
| 4274 | ] |
| 4275 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4276 | if (is_win) { |
| 4277 | sources += [ |
| 4278 | "printing/pdf_to_emf_converter.cc", |
| 4279 | "printing/pdf_to_emf_converter.h", |
| 4280 | ] |
Lei Zhang | 0ea91022 | 2017-12-19 06:27:45 | [diff] [blame] | 4281 | } |
| 4282 | if (is_win || enable_print_preview) { |
Ken Rockot | ed7f41b | 2018-02-10 16:19:10 | [diff] [blame] | 4283 | deps += [ "//chrome/services/printing/public/mojom" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4284 | } |
| 4285 | if (enable_print_preview) { |
| 4286 | # Full printing on top of the above. |
| 4287 | sources += [ |
| 4288 | "printing/background_printing_manager.cc", |
| 4289 | "printing/background_printing_manager.h", |
xlou | 8c7a329b | 2018-08-22 16:55:50 | [diff] [blame] | 4290 | "printing/pdf_nup_converter_client.cc", |
| 4291 | "printing/pdf_nup_converter_client.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4292 | "printing/print_dialog_cloud.cc", |
| 4293 | "printing/print_dialog_cloud.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4294 | "printing/print_dialog_cloud_win.cc", |
| 4295 | "printing/print_error_dialog.cc", |
| 4296 | "printing/print_error_dialog.h", |
| 4297 | "printing/print_preview_context_menu_observer.cc", |
| 4298 | "printing/print_preview_context_menu_observer.h", |
| 4299 | "printing/print_preview_data_service.cc", |
| 4300 | "printing/print_preview_data_service.h", |
| 4301 | "printing/print_preview_dialog_controller.cc", |
| 4302 | "printing/print_preview_dialog_controller.h", |
| 4303 | "printing/print_preview_message_handler.cc", |
| 4304 | "printing/print_preview_message_handler.h", |
| 4305 | "printing/print_view_manager.cc", |
| 4306 | "printing/print_view_manager.h", |
Ken Rockot | 89a36c0 | 2019-08-08 02:19:56 | [diff] [blame] | 4307 | "printing/printing_service.cc", |
| 4308 | "printing/printing_service.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4309 | "printing/pwg_raster_converter.cc", |
| 4310 | "printing/pwg_raster_converter.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4311 | ] |
Lei Zhang | 49555f1 | 2017-11-30 01:30:47 | [diff] [blame] | 4312 | |
Fabrice de Gans-Riberi | 810b741f | 2018-04-20 21:00:49 | [diff] [blame] | 4313 | if (is_posix || is_fuchsia) { |
| 4314 | sources += [ "printing/print_dialog_cloud_posix.cc" ] |
| 4315 | } |
| 4316 | |
Lei Zhang | 49555f1 | 2017-11-30 01:30:47 | [diff] [blame] | 4317 | if (!is_chromeos) { |
| 4318 | sources += [ |
| 4319 | "printing/cloud_print/cloud_print_proxy_service.cc", |
| 4320 | "printing/cloud_print/cloud_print_proxy_service.h", |
| 4321 | "printing/cloud_print/cloud_print_proxy_service_factory.cc", |
| 4322 | "printing/cloud_print/cloud_print_proxy_service_factory.h", |
| 4323 | "service_process/service_process_control.cc", |
| 4324 | "service_process/service_process_control.h", |
| 4325 | "service_process/service_process_control_mac.mm", |
| 4326 | ] |
| 4327 | public_deps += [ "//chrome/common:service_process_mojom" ] |
| 4328 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4329 | } else { |
| 4330 | # Partial-only printing support. |
| 4331 | sources += [ |
| 4332 | "printing/print_view_manager_basic.cc", |
| 4333 | "printing/print_view_manager_basic.h", |
| 4334 | ] |
| 4335 | } |
| 4336 | } |
| 4337 | |
| 4338 | if (enable_captive_portal_detection) { |
| 4339 | sources += [ |
| 4340 | "captive_portal/captive_portal_login_detector.cc", |
| 4341 | "captive_portal/captive_portal_login_detector.h", |
| 4342 | "captive_portal/captive_portal_service.cc", |
| 4343 | "captive_portal/captive_portal_service.h", |
| 4344 | "captive_portal/captive_portal_service_factory.cc", |
| 4345 | "captive_portal/captive_portal_service_factory.h", |
| 4346 | "captive_portal/captive_portal_tab_helper.cc", |
| 4347 | "captive_portal/captive_portal_tab_helper.h", |
| 4348 | "captive_portal/captive_portal_tab_reloader.cc", |
| 4349 | "captive_portal/captive_portal_tab_reloader.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4350 | "ssl/captive_portal_metrics_recorder.cc", |
| 4351 | "ssl/captive_portal_metrics_recorder.h", |
| 4352 | ] |
| 4353 | } |
| 4354 | |
Collin Baker | 4ab8ad8 | 2019-06-06 17:02:54 | [diff] [blame] | 4355 | if (enable_legacy_desktop_in_product_help) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4356 | sources += [ |
| 4357 | "feature_engagement/bookmark/bookmark_tracker.cc", |
| 4358 | "feature_engagement/bookmark/bookmark_tracker.h", |
| 4359 | "feature_engagement/bookmark/bookmark_tracker_factory.cc", |
| 4360 | "feature_engagement/bookmark/bookmark_tracker_factory.h", |
| 4361 | "feature_engagement/feature_tracker.cc", |
| 4362 | "feature_engagement/feature_tracker.h", |
| 4363 | "feature_engagement/incognito_window/incognito_window_tracker.cc", |
| 4364 | "feature_engagement/incognito_window/incognito_window_tracker.h", |
| 4365 | "feature_engagement/incognito_window/incognito_window_tracker_factory.cc", |
| 4366 | "feature_engagement/incognito_window/incognito_window_tracker_factory.h", |
| 4367 | "feature_engagement/new_tab/new_tab_tracker.cc", |
| 4368 | "feature_engagement/new_tab/new_tab_tracker.h", |
| 4369 | "feature_engagement/new_tab/new_tab_tracker_factory.cc", |
| 4370 | "feature_engagement/new_tab/new_tab_tracker_factory.h", |
| 4371 | "feature_engagement/session_duration_updater.cc", |
| 4372 | "feature_engagement/session_duration_updater.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4373 | ] |
| 4374 | } |
| 4375 | |
| 4376 | if (enable_dice_support) { |
| 4377 | sources += [ |
| 4378 | "signin/dice_response_handler.cc", |
| 4379 | "signin/dice_response_handler.h", |
Mihai Sardarescu | dfcb140 | 2017-10-02 14:04:46 | [diff] [blame] | 4380 | "signin/dice_tab_helper.cc", |
| 4381 | "signin/dice_tab_helper.h", |
Mihai Sardarescu | 7d16b769 | 2017-11-27 20:03:24 | [diff] [blame] | 4382 | "signin/process_dice_header_delegate_impl.cc", |
| 4383 | "signin/process_dice_header_delegate_impl.h", |
Roger Tawa | 4d0a6f5 | 2018-12-14 15:19:55 | [diff] [blame] | 4384 | "signin/signin_util_win.cc", |
| 4385 | "signin/signin_util_win.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4386 | ] |
| 4387 | } |
| 4388 | |
| 4389 | if (enable_extensions) { |
| 4390 | sources += [ |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4391 | "accessibility/animation_policy_prefs.cc", |
| 4392 | "accessibility/animation_policy_prefs.h", |
| 4393 | "autocomplete/keyword_extensions_delegate_impl.cc", |
| 4394 | "autocomplete/keyword_extensions_delegate_impl.h", |
| 4395 | "autocomplete/shortcuts_extensions_manager.cc", |
| 4396 | "autocomplete/shortcuts_extensions_manager.h", |
Christian Dullweber | 278b061 | 2018-01-15 15:44:31 | [diff] [blame] | 4397 | "browsing_data/counters/hosted_apps_counter.cc", |
| 4398 | "browsing_data/counters/hosted_apps_counter.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4399 | "drive/drive_notification_manager_factory.cc", |
| 4400 | "drive/drive_notification_manager_factory.h", |
| 4401 | "guest_view/app_view/chrome_app_view_guest_delegate.cc", |
| 4402 | "guest_view/app_view/chrome_app_view_guest_delegate.h", |
| 4403 | "guest_view/chrome_guest_view_manager_delegate.cc", |
| 4404 | "guest_view/chrome_guest_view_manager_delegate.h", |
| 4405 | "guest_view/extension_options/chrome_extension_options_guest_delegate.cc", |
| 4406 | "guest_view/extension_options/chrome_extension_options_guest_delegate.h", |
| 4407 | "guest_view/mime_handler_view/chrome_mime_handler_view_guest_delegate.cc", |
| 4408 | "guest_view/mime_handler_view/chrome_mime_handler_view_guest_delegate.h", |
| 4409 | "guest_view/web_view/chrome_web_view_guest_delegate.cc", |
| 4410 | "guest_view/web_view/chrome_web_view_guest_delegate.h", |
| 4411 | "guest_view/web_view/chrome_web_view_permission_helper_delegate.cc", |
| 4412 | "guest_view/web_view/chrome_web_view_permission_helper_delegate.h", |
| 4413 | "guest_view/web_view/context_menu_content_type_web_view.cc", |
| 4414 | "guest_view/web_view/context_menu_content_type_web_view.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4415 | "media/cast_transport_host_filter.cc", |
| 4416 | "media/cast_transport_host_filter.h", |
| 4417 | "media/extension_media_access_handler.cc", |
| 4418 | "media/extension_media_access_handler.h", |
Xiangjun Zhang | a8e7bbd4 | 2018-08-25 01:48:56 | [diff] [blame] | 4419 | "media/offscreen_tab.cc", |
| 4420 | "media/offscreen_tab.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4421 | "media/webrtc/desktop_capture_access_handler.cc", |
| 4422 | "media/webrtc/desktop_capture_access_handler.h", |
| 4423 | "media/webrtc/tab_capture_access_handler.cc", |
| 4424 | "media/webrtc/tab_capture_access_handler.h", |
| 4425 | "metrics/extensions_metrics_provider.cc", |
| 4426 | "metrics/extensions_metrics_provider.h", |
Shahbaz Youssefi | b248a979 | 2018-09-11 15:14:36 | [diff] [blame] | 4427 | "policy/chrome_extension_policy_migrator.cc", |
| 4428 | "policy/chrome_extension_policy_migrator.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4429 | "renderer_context_menu/context_menu_content_type_app_mode.cc", |
| 4430 | "renderer_context_menu/context_menu_content_type_app_mode.h", |
| 4431 | "renderer_context_menu/context_menu_content_type_extension_popup.cc", |
| 4432 | "renderer_context_menu/context_menu_content_type_extension_popup.h", |
| 4433 | "renderer_context_menu/context_menu_content_type_platform_app.cc", |
| 4434 | "renderer_context_menu/context_menu_content_type_platform_app.h", |
| 4435 | "renderer_host/chrome_extension_message_filter.cc", |
| 4436 | "renderer_host/chrome_extension_message_filter.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4437 | "speech/extension_api/tts_engine_extension_api.cc", |
| 4438 | "speech/extension_api/tts_engine_extension_api.h", |
| 4439 | "speech/extension_api/tts_engine_extension_observer.cc", |
| 4440 | "speech/extension_api/tts_engine_extension_observer.h", |
| 4441 | "speech/extension_api/tts_extension_api.cc", |
| 4442 | "speech/extension_api/tts_extension_api.h", |
| 4443 | "sync_file_system/conflict_resolution_policy.h", |
| 4444 | "sync_file_system/drive_backend/callback_helper.h", |
| 4445 | "sync_file_system/drive_backend/callback_tracker.cc", |
| 4446 | "sync_file_system/drive_backend/callback_tracker.h", |
| 4447 | "sync_file_system/drive_backend/callback_tracker_internal.cc", |
| 4448 | "sync_file_system/drive_backend/callback_tracker_internal.h", |
| 4449 | "sync_file_system/drive_backend/conflict_resolver.cc", |
| 4450 | "sync_file_system/drive_backend/conflict_resolver.h", |
| 4451 | "sync_file_system/drive_backend/drive_backend_constants.cc", |
| 4452 | "sync_file_system/drive_backend/drive_backend_constants.h", |
| 4453 | "sync_file_system/drive_backend/drive_backend_util.cc", |
| 4454 | "sync_file_system/drive_backend/drive_backend_util.h", |
| 4455 | "sync_file_system/drive_backend/drive_service_on_worker.cc", |
| 4456 | "sync_file_system/drive_backend/drive_service_on_worker.h", |
| 4457 | "sync_file_system/drive_backend/drive_service_wrapper.cc", |
| 4458 | "sync_file_system/drive_backend/drive_service_wrapper.h", |
| 4459 | "sync_file_system/drive_backend/drive_uploader_on_worker.cc", |
| 4460 | "sync_file_system/drive_backend/drive_uploader_on_worker.h", |
| 4461 | "sync_file_system/drive_backend/drive_uploader_wrapper.cc", |
| 4462 | "sync_file_system/drive_backend/drive_uploader_wrapper.h", |
| 4463 | "sync_file_system/drive_backend/folder_creator.cc", |
| 4464 | "sync_file_system/drive_backend/folder_creator.h", |
| 4465 | "sync_file_system/drive_backend/leveldb_wrapper.cc", |
| 4466 | "sync_file_system/drive_backend/leveldb_wrapper.h", |
| 4467 | "sync_file_system/drive_backend/list_changes_task.cc", |
| 4468 | "sync_file_system/drive_backend/list_changes_task.h", |
| 4469 | "sync_file_system/drive_backend/local_to_remote_syncer.cc", |
| 4470 | "sync_file_system/drive_backend/local_to_remote_syncer.h", |
| 4471 | "sync_file_system/drive_backend/metadata_database.cc", |
| 4472 | "sync_file_system/drive_backend/metadata_database.h", |
| 4473 | "sync_file_system/drive_backend/metadata_database_index.cc", |
| 4474 | "sync_file_system/drive_backend/metadata_database_index.h", |
| 4475 | "sync_file_system/drive_backend/metadata_database_index_interface.h", |
| 4476 | "sync_file_system/drive_backend/metadata_database_index_on_disk.cc", |
| 4477 | "sync_file_system/drive_backend/metadata_database_index_on_disk.h", |
| 4478 | "sync_file_system/drive_backend/metadata_db_migration_util.cc", |
| 4479 | "sync_file_system/drive_backend/metadata_db_migration_util.h", |
| 4480 | "sync_file_system/drive_backend/register_app_task.cc", |
| 4481 | "sync_file_system/drive_backend/register_app_task.h", |
| 4482 | "sync_file_system/drive_backend/remote_change_processor_on_worker.cc", |
| 4483 | "sync_file_system/drive_backend/remote_change_processor_on_worker.h", |
| 4484 | "sync_file_system/drive_backend/remote_change_processor_wrapper.cc", |
| 4485 | "sync_file_system/drive_backend/remote_change_processor_wrapper.h", |
| 4486 | "sync_file_system/drive_backend/remote_to_local_syncer.cc", |
| 4487 | "sync_file_system/drive_backend/remote_to_local_syncer.h", |
| 4488 | "sync_file_system/drive_backend/sync_engine.cc", |
| 4489 | "sync_file_system/drive_backend/sync_engine.h", |
| 4490 | "sync_file_system/drive_backend/sync_engine_context.cc", |
| 4491 | "sync_file_system/drive_backend/sync_engine_context.h", |
| 4492 | "sync_file_system/drive_backend/sync_engine_initializer.cc", |
| 4493 | "sync_file_system/drive_backend/sync_engine_initializer.h", |
| 4494 | "sync_file_system/drive_backend/sync_task.cc", |
| 4495 | "sync_file_system/drive_backend/sync_task.h", |
| 4496 | "sync_file_system/drive_backend/sync_task_manager.cc", |
| 4497 | "sync_file_system/drive_backend/sync_task_manager.h", |
| 4498 | "sync_file_system/drive_backend/sync_task_token.cc", |
| 4499 | "sync_file_system/drive_backend/sync_task_token.h", |
| 4500 | "sync_file_system/drive_backend/sync_worker.cc", |
| 4501 | "sync_file_system/drive_backend/sync_worker.h", |
| 4502 | "sync_file_system/drive_backend/sync_worker_interface.h", |
| 4503 | "sync_file_system/drive_backend/task_dependency_manager.cc", |
| 4504 | "sync_file_system/drive_backend/task_dependency_manager.h", |
| 4505 | "sync_file_system/drive_backend/tracker_id_set.cc", |
| 4506 | "sync_file_system/drive_backend/tracker_id_set.h", |
| 4507 | "sync_file_system/drive_backend/uninstall_app_task.cc", |
| 4508 | "sync_file_system/drive_backend/uninstall_app_task.h", |
| 4509 | "sync_file_system/file_change.cc", |
| 4510 | "sync_file_system/file_change.h", |
| 4511 | "sync_file_system/file_status_observer.h", |
| 4512 | "sync_file_system/local/local_file_change_tracker.cc", |
| 4513 | "sync_file_system/local/local_file_change_tracker.h", |
| 4514 | "sync_file_system/local/local_file_sync_context.cc", |
| 4515 | "sync_file_system/local/local_file_sync_context.h", |
| 4516 | "sync_file_system/local/local_file_sync_service.cc", |
| 4517 | "sync_file_system/local/local_file_sync_service.h", |
| 4518 | "sync_file_system/local/local_file_sync_status.cc", |
| 4519 | "sync_file_system/local/local_file_sync_status.h", |
| 4520 | "sync_file_system/local/local_origin_change_observer.h", |
| 4521 | "sync_file_system/local/root_delete_helper.cc", |
| 4522 | "sync_file_system/local/root_delete_helper.h", |
| 4523 | "sync_file_system/local/sync_file_system_backend.cc", |
| 4524 | "sync_file_system/local/sync_file_system_backend.h", |
| 4525 | "sync_file_system/local/syncable_file_operation_runner.cc", |
| 4526 | "sync_file_system/local/syncable_file_operation_runner.h", |
| 4527 | "sync_file_system/local/syncable_file_system_operation.cc", |
| 4528 | "sync_file_system/local/syncable_file_system_operation.h", |
| 4529 | "sync_file_system/local_change_processor.h", |
| 4530 | "sync_file_system/logger.cc", |
| 4531 | "sync_file_system/logger.h", |
| 4532 | "sync_file_system/remote_change_processor.h", |
| 4533 | "sync_file_system/remote_file_sync_service.cc", |
| 4534 | "sync_file_system/remote_file_sync_service.h", |
| 4535 | "sync_file_system/subtree_set.cc", |
| 4536 | "sync_file_system/subtree_set.h", |
| 4537 | "sync_file_system/sync_action.cc", |
| 4538 | "sync_file_system/sync_action.h", |
| 4539 | "sync_file_system/sync_callbacks.h", |
| 4540 | "sync_file_system/sync_direction.h", |
| 4541 | "sync_file_system/sync_event_observer.h", |
| 4542 | "sync_file_system/sync_file_metadata.cc", |
| 4543 | "sync_file_system/sync_file_metadata.h", |
| 4544 | "sync_file_system/sync_file_status.h", |
| 4545 | "sync_file_system/sync_file_system_service.cc", |
| 4546 | "sync_file_system/sync_file_system_service.h", |
| 4547 | "sync_file_system/sync_file_system_service_factory.cc", |
| 4548 | "sync_file_system/sync_file_system_service_factory.h", |
| 4549 | "sync_file_system/sync_file_type.h", |
| 4550 | "sync_file_system/sync_operation_type.cc", |
| 4551 | "sync_file_system/sync_operation_type.h", |
| 4552 | "sync_file_system/sync_process_runner.cc", |
| 4553 | "sync_file_system/sync_process_runner.h", |
| 4554 | "sync_file_system/sync_service_state.h", |
| 4555 | "sync_file_system/sync_status_code.cc", |
| 4556 | "sync_file_system/sync_status_code.h", |
| 4557 | "sync_file_system/syncable_file_system_util.cc", |
| 4558 | "sync_file_system/syncable_file_system_util.h", |
| 4559 | "sync_file_system/task_logger.cc", |
| 4560 | "sync_file_system/task_logger.h", |
| 4561 | ] |
| 4562 | public_deps += [ |
Dominick Ng | 6ff5105 | 2018-07-06 05:30:20 | [diff] [blame] | 4563 | "//chrome/browser/apps/platform_apps", |
Devlin Cronin | 7ec3a073 | 2018-09-17 15:51:44 | [diff] [blame] | 4564 | "//chrome/browser/apps/platform_apps/api", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4565 | "//chrome/browser/extensions", |
| 4566 | ] |
| 4567 | allow_circular_includes_from += [ |
Dominick Ng | 6ff5105 | 2018-07-06 05:30:20 | [diff] [blame] | 4568 | "//chrome/browser/apps/platform_apps", |
Devlin Cronin | 7ec3a073 | 2018-09-17 15:51:44 | [diff] [blame] | 4569 | |
| 4570 | # TODO(https://crbug.com/883570): This is unfortunate, but not easy to |
| 4571 | # fix. Ideally, //chrome/browser:browser shouldn't depend on these APIs |
| 4572 | # (though the APIs likely will depend on //chrome/browser), but we need |
| 4573 | # to pull them in here to allow registration of keyed services. |
| 4574 | "//chrome/browser/apps/platform_apps/api", |
| 4575 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4576 | "//chrome/browser/extensions", |
Alexey Baskakov | 3f6c31f0 | 2018-08-23 00:28:09 | [diff] [blame] | 4577 | "//chrome/browser/web_applications", |
Alexey Baskakov | fd3894e | 2018-10-16 06:09:58 | [diff] [blame] | 4578 | |
| 4579 | # TODO(loyso): Erase these. crbug.com/877898. |
| 4580 | "//chrome/browser/web_applications:web_applications_on_extensions", |
Alexey Baskakov | 3f6c31f0 | 2018-08-23 00:28:09 | [diff] [blame] | 4581 | "//chrome/browser/web_applications/components", |
| 4582 | "//chrome/browser/web_applications/extensions", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4583 | ] |
| 4584 | deps += [ |
| 4585 | "//apps", |
| 4586 | "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_proto", |
Giovanni Ortuño Urquidi | 2874067 | 2018-06-20 01:03:01 | [diff] [blame] | 4587 | "//chrome/browser/web_applications", |
Alexey Baskakov | fd3894e | 2018-10-16 06:09:58 | [diff] [blame] | 4588 | "//chrome/browser/web_applications:web_applications_on_extensions", |
Alexey Baskakov | 3f6c31f0 | 2018-08-23 00:28:09 | [diff] [blame] | 4589 | "//chrome/browser/web_applications/components", |
| 4590 | "//chrome/browser/web_applications/extensions", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4591 | "//chrome/common/extensions/api", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4592 | "//chrome/common/extensions/api:extensions_features", |
| 4593 | "//components/drive", |
| 4594 | "//components/guest_view/browser", |
| 4595 | "//extensions/components/javascript_dialog_extensions_client", |
Mario Sanchez Prada | fdda9f6 | 2018-10-18 13:50:45 | [diff] [blame] | 4596 | "//google_apis/drive", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4597 | "//media/cast:net", |
Ke He | 31d0bb0 | 2018-02-24 07:16:24 | [diff] [blame] | 4598 | "//services/device/public/mojom", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4599 | ] |
| 4600 | } |
| 4601 | |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 4602 | if (enable_feed_in_chrome) { |
Peter Beverloo | 7426194d | 2017-12-11 17:39:38 | [diff] [blame] | 4603 | sources += [ |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 4604 | "android/feed/feed_content_bridge.cc", |
| 4605 | "android/feed/feed_content_bridge.h", |
Natalie Chouinard | 8f550d97 | 2019-03-11 20:28:05 | [diff] [blame] | 4606 | "android/feed/feed_debugging_bridge.cc", |
| 4607 | "android/feed/feed_debugging_bridge.h", |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 4608 | "android/feed/feed_host_service_factory.cc", |
| 4609 | "android/feed/feed_host_service_factory.h", |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 4610 | "android/feed/feed_journal_bridge.cc", |
| 4611 | "android/feed/feed_journal_bridge.h", |
| 4612 | "android/feed/feed_lifecycle_bridge.cc", |
| 4613 | "android/feed/feed_lifecycle_bridge.h", |
| 4614 | "android/feed/feed_logging_bridge.cc", |
| 4615 | "android/feed/feed_logging_bridge.h", |
| 4616 | "android/feed/feed_network_bridge.cc", |
| 4617 | "android/feed/feed_network_bridge.h", |
| 4618 | "android/feed/feed_offline_bridge.cc", |
| 4619 | "android/feed/feed_offline_bridge.h", |
| 4620 | "android/feed/feed_scheduler_bridge.cc", |
| 4621 | "android/feed/feed_scheduler_bridge.h", |
| 4622 | "android/feed/history/feed_history_helper.cc", |
| 4623 | "android/feed/history/feed_history_helper.h", |
Peter Beverloo | 7426194d | 2017-12-11 17:39:38 | [diff] [blame] | 4624 | ] |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 4625 | deps += [ "//components/feed/content:feed_content" ] |
| 4626 | } |
| 4627 | |
Xiaohan Wang | 15303d0c | 2017-10-06 05:22:44 | [diff] [blame] | 4628 | if (enable_library_cdms) { |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4629 | sources += [ |
| 4630 | "media/output_protection_impl.cc", |
| 4631 | "media/output_protection_impl.h", |
| 4632 | ] |
Miyoung Shin | 25bb8c09 | 2019-08-03 00:56:57 | [diff] [blame] | 4633 | deps += [ "//media/mojo/mojom" ] |
Xiaohan Wang | a4e4184 | 2018-06-26 18:45:10 | [diff] [blame] | 4634 | |
Xiaohan Wang | f170c73 | 2018-09-27 05:45:26 | [diff] [blame] | 4635 | if (enable_widevine) { |
Xiaohan Wang | 609ff09 | 2018-09-28 02:31:40 | [diff] [blame] | 4636 | if (enable_widevine_cdm_component) { |
| 4637 | sources += [ |
| 4638 | "component_updater/widevine_cdm_component_installer.cc", |
| 4639 | "component_updater/widevine_cdm_component_installer.h", |
| 4640 | ] |
| 4641 | deps += [ "//third_party/widevine/cdm:headers" ] |
| 4642 | } |
Xiaohan Wang | f170c73 | 2018-09-27 05:45:26 | [diff] [blame] | 4643 | if (is_win) { |
| 4644 | sources += [ |
| 4645 | "media/widevine_hardware_caps_win.cc", |
| 4646 | "media/widevine_hardware_caps_win.h", |
| 4647 | ] |
| 4648 | libs += [ "d3d11.lib" ] |
| 4649 | } |
Xiaohan Wang | a4e4184 | 2018-06-26 18:45:10 | [diff] [blame] | 4650 | } |
| 4651 | |
John Rummell | 119e04d | 2017-10-21 05:58:00 | [diff] [blame] | 4652 | if (enable_cdm_storage_id) { |
| 4653 | sources += [ |
John Rummell | 1b5da610 | 2017-11-02 02:15:45 | [diff] [blame] | 4654 | "media/cdm_storage_id.cc", |
| 4655 | "media/cdm_storage_id.h", |
John Rummell | 119e04d | 2017-10-21 05:58:00 | [diff] [blame] | 4656 | "media/cdm_storage_id_key.cc", |
| 4657 | "media/cdm_storage_id_key.h", |
| 4658 | ] |
John Rummell | 8d67775 | 2017-12-20 02:58:41 | [diff] [blame] | 4659 | if (is_chrome_branded) { |
| 4660 | sources += [ "internal/google_chrome_cdm_storage_id_key.h" ] |
| 4661 | } |
John Rummell | 119e04d | 2017-10-21 05:58:00 | [diff] [blame] | 4662 | } |
Xiaohan Wang | a4e4184 | 2018-06-26 18:45:10 | [diff] [blame] | 4663 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4664 | if (mojo_media_host == "browser") { |
| 4665 | deps += [ |
Miyoung Shin | 25bb8c09 | 2019-08-03 00:56:57 | [diff] [blame] | 4666 | "//media/mojo/mojom:constants", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4667 | "//media/mojo/services", |
| 4668 | ] |
| 4669 | } |
| 4670 | } |
| 4671 | |
Lei Zhang | bfae09d | 2018-11-14 04:29:23 | [diff] [blame] | 4672 | if (enable_message_center) { |
| 4673 | sources += [ |
| 4674 | "notifications/notification_platform_bridge_message_center.cc", |
| 4675 | "notifications/notification_platform_bridge_message_center.h", |
| 4676 | ] |
| 4677 | } |
| 4678 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4679 | if (enable_nacl) { |
| 4680 | sources += [ |
| 4681 | "nacl_host/nacl_browser_delegate_impl.cc", |
| 4682 | "nacl_host/nacl_browser_delegate_impl.h", |
| 4683 | "nacl_host/nacl_infobar_delegate.cc", |
| 4684 | "nacl_host/nacl_infobar_delegate.h", |
| 4685 | ] |
| 4686 | deps += [ "//components/nacl/browser" ] |
Ken Rockot | 69aade0 | 2019-01-23 21:19:51 | [diff] [blame] | 4687 | |
| 4688 | if (enable_nacl) { |
| 4689 | deps += [ "//components/nacl/loader:nacl_loader_manifest" ] |
| 4690 | if (is_win && target_cpu == "x86") { |
| 4691 | deps += [ "//components/nacl/broker:nacl_broker_manifest" ] |
| 4692 | } |
| 4693 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4694 | } |
| 4695 | |
| 4696 | if (enable_offline_pages) { |
| 4697 | sources += [ |
| 4698 | "offline_pages/background_loader_offliner.cc", |
| 4699 | "offline_pages/background_loader_offliner.h", |
Pete Williamson | 3427706 | 2018-05-24 20:05:31 | [diff] [blame] | 4700 | "offline_pages/download_archive_manager.cc", |
| 4701 | "offline_pages/download_archive_manager.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4702 | "offline_pages/fresh_offline_content_observer.cc", |
| 4703 | "offline_pages/fresh_offline_content_observer.h", |
| 4704 | "offline_pages/offline_page_bookmark_observer.cc", |
| 4705 | "offline_pages/offline_page_bookmark_observer.h", |
| 4706 | "offline_pages/offline_page_info_handler.cc", |
| 4707 | "offline_pages/offline_page_info_handler.h", |
| 4708 | "offline_pages/offline_page_mhtml_archiver.cc", |
| 4709 | "offline_pages/offline_page_mhtml_archiver.h", |
| 4710 | "offline_pages/offline_page_model_factory.h", |
| 4711 | "offline_pages/offline_page_origin_utils.h", |
Jian Li | e4f685e | 2018-05-22 18:44:17 | [diff] [blame] | 4712 | "offline_pages/offline_page_request_handler.cc", |
| 4713 | "offline_pages/offline_page_request_handler.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4714 | "offline_pages/offline_page_tab_helper.cc", |
| 4715 | "offline_pages/offline_page_tab_helper.h", |
Jian Li | de7b4379 | 2018-06-01 23:22:13 | [diff] [blame] | 4716 | "offline_pages/offline_page_url_loader.cc", |
| 4717 | "offline_pages/offline_page_url_loader.h", |
| 4718 | "offline_pages/offline_page_url_loader_request_interceptor.cc", |
| 4719 | "offline_pages/offline_page_url_loader_request_interceptor.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4720 | "offline_pages/offline_page_utils.cc", |
| 4721 | "offline_pages/offline_page_utils.h", |
| 4722 | "offline_pages/offliner_helper.cc", |
| 4723 | "offline_pages/offliner_helper.h", |
| 4724 | "offline_pages/offliner_user_data.cc", |
| 4725 | "offline_pages/offliner_user_data.h", |
| 4726 | "offline_pages/prefetch/offline_metrics_collector_impl.cc", |
| 4727 | "offline_pages/prefetch/offline_metrics_collector_impl.h", |
| 4728 | "offline_pages/prefetch/offline_prefetch_download_client.cc", |
| 4729 | "offline_pages/prefetch/offline_prefetch_download_client.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4730 | "offline_pages/prefetch/prefetch_background_task_handler_impl.cc", |
| 4731 | "offline_pages/prefetch/prefetch_background_task_handler_impl.h", |
Jian Li | 2ca6f2b3 | 2017-10-04 02:54:06 | [diff] [blame] | 4732 | "offline_pages/prefetch/prefetch_background_task_scheduler.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4733 | "offline_pages/prefetch/prefetch_instance_id_proxy.cc", |
| 4734 | "offline_pages/prefetch/prefetch_instance_id_proxy.h", |
| 4735 | "offline_pages/prefetch/prefetch_service_factory.cc", |
| 4736 | "offline_pages/prefetch/prefetch_service_factory.h", |
| 4737 | "offline_pages/prefetch/prefetched_pages_notifier.cc", |
| 4738 | "offline_pages/prefetch/prefetched_pages_notifier.h", |
Dan Harrington | ee5e69d | 2018-04-04 00:48:57 | [diff] [blame] | 4739 | "offline_pages/prefetch/thumbnail_fetcher_impl.cc", |
| 4740 | "offline_pages/prefetch/thumbnail_fetcher_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4741 | "offline_pages/recent_tab_helper.cc", |
| 4742 | "offline_pages/recent_tab_helper.h", |
| 4743 | "offline_pages/request_coordinator_factory.h", |
| 4744 | "offline_pages/resource_loading_observer.h", |
Ian Wells | 7a2cac4 | 2019-04-26 21:31:11 | [diff] [blame] | 4745 | "offline_pages/visuals_decoder_impl.cc", |
| 4746 | "offline_pages/visuals_decoder_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4747 | ] |
| 4748 | if (is_android) { |
| 4749 | sources += [ |
Dan Harrington | 954c882 | 2019-01-09 18:40:48 | [diff] [blame] | 4750 | "offline_pages/android/auto_fetch_notifier.cc", |
| 4751 | "offline_pages/android/auto_fetch_notifier.h", |
| 4752 | "offline_pages/android/auto_fetch_page_load_watcher.cc", |
| 4753 | "offline_pages/android/auto_fetch_page_load_watcher.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4754 | "offline_pages/android/background_scheduler_bridge.cc", |
| 4755 | "offline_pages/android/background_scheduler_bridge.h", |
| 4756 | "offline_pages/android/cct_origin_observer.cc", |
| 4757 | "offline_pages/android/cct_origin_observer.h", |
| 4758 | "offline_pages/android/cct_request_observer.cc", |
| 4759 | "offline_pages/android/cct_request_observer.h", |
| 4760 | "offline_pages/android/downloads/offline_page_download_bridge.cc", |
| 4761 | "offline_pages/android/downloads/offline_page_download_bridge.h", |
| 4762 | "offline_pages/android/downloads/offline_page_infobar_delegate.cc", |
| 4763 | "offline_pages/android/downloads/offline_page_infobar_delegate.h", |
Xing Liu | 3f0b115 | 2018-08-20 17:32:08 | [diff] [blame] | 4764 | "offline_pages/android/downloads/offline_page_share_helper.cc", |
| 4765 | "offline_pages/android/downloads/offline_page_share_helper.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4766 | "offline_pages/android/load_termination_listener_impl.cc", |
| 4767 | "offline_pages/android/load_termination_listener_impl.h", |
Ian Wells | 2bf173c | 2019-07-02 19:01:39 | [diff] [blame] | 4768 | "offline_pages/android/offline_page_archive_publisher_impl.cc", |
| 4769 | "offline_pages/android/offline_page_archive_publisher_impl.h", |
Dan Harrington | 954c882 | 2019-01-09 18:40:48 | [diff] [blame] | 4770 | "offline_pages/android/offline_page_auto_fetcher.cc", |
| 4771 | "offline_pages/android/offline_page_auto_fetcher.h", |
| 4772 | "offline_pages/android/offline_page_auto_fetcher_service.cc", |
| 4773 | "offline_pages/android/offline_page_auto_fetcher_service.h", |
| 4774 | "offline_pages/android/offline_page_auto_fetcher_service_factory.cc", |
| 4775 | "offline_pages/android/offline_page_auto_fetcher_service_factory.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4776 | "offline_pages/android/offline_page_bridge.cc", |
| 4777 | "offline_pages/android/offline_page_bridge.h", |
| 4778 | "offline_pages/android/offline_page_model_factory.cc", |
| 4779 | "offline_pages/android/offline_page_origin_utils_android.cc", |
| 4780 | "offline_pages/android/offline_page_utils_android.cc", |
| 4781 | "offline_pages/android/prefetch_background_task_android.cc", |
| 4782 | "offline_pages/android/prefetch_background_task_android.h", |
Jian Li | 2ca6f2b3 | 2017-10-04 02:54:06 | [diff] [blame] | 4783 | "offline_pages/android/prefetch_background_task_scheduler_android.cc", |
Carlos Knippschild | bba5785 | 2018-07-31 22:32:55 | [diff] [blame] | 4784 | "offline_pages/android/prefetch_configuration_impl_android.cc", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4785 | "offline_pages/android/prefetched_pages_notifier_android.cc", |
Henrique Nakashima | a8435f6 | 2019-06-27 22:27:07 | [diff] [blame] | 4786 | "offline_pages/android/request_coordinator_bridge.cc", |
| 4787 | "offline_pages/android/request_coordinator_bridge.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4788 | "offline_pages/android/request_coordinator_factory.cc", |
| 4789 | ] |
| 4790 | } |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 4791 | |
| 4792 | public_deps += [ |
| 4793 | "//components/offline_pages/core", |
| 4794 | "//components/offline_pages/core/background:background_offliner", |
| 4795 | "//components/offline_pages/core/prefetch", |
| 4796 | ] |
| 4797 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4798 | deps += [ |
Dan Harrington | f70f8f4 | 2018-10-20 00:04:53 | [diff] [blame] | 4799 | "//chrome/common:offline_page_auto_fetcher_mojom", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4800 | "//components/offline_pages/content/background_loader", |
| 4801 | "//components/offline_pages/content/renovations", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4802 | "//components/offline_pages/core/downloads:offline_pages_ui_adapter", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4803 | "//components/offline_pages/core/renovations", |
| 4804 | "//components/offline_pages/core/request_header:request_header", |
| 4805 | ] |
| 4806 | |
| 4807 | # Used to build test harness locally. The harness is used manually to |
| 4808 | # produce multiple offline pages to evaluate quality of the snapshots. |
| 4809 | # This will only be built iff. |enable_offline_pages_harness| is set while |
| 4810 | # |enable_offline_pages| and |is_android| are both true. |
| 4811 | if (enable_offline_pages_harness && is_android) { |
| 4812 | sources += [ |
| 4813 | "offline_pages/android/evaluation/evaluation_test_scheduler.cc", |
| 4814 | "offline_pages/android/evaluation/evaluation_test_scheduler.h", |
| 4815 | "offline_pages/android/evaluation/offline_page_evaluation_bridge.cc", |
| 4816 | "offline_pages/android/evaluation/offline_page_evaluation_bridge.h", |
| 4817 | ] |
| 4818 | } |
| 4819 | } |
| 4820 | |
Lei Zhang | fc8ec94 | 2018-11-17 02:53:36 | [diff] [blame] | 4821 | if (enable_pdf) { |
Lei Zhang | e08eedd0 | 2019-01-09 22:16:12 | [diff] [blame] | 4822 | sources += [ |
| 4823 | "pdf/pdf_extension_util.cc", |
| 4824 | "pdf/pdf_extension_util.h", |
| 4825 | ] |
Lei Zhang | fc8ec94 | 2018-11-17 02:53:36 | [diff] [blame] | 4826 | deps += [ |
| 4827 | "//pdf:buildflags", |
| 4828 | "//pdf:features", |
| 4829 | ] |
| 4830 | } |
| 4831 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4832 | if (enable_plugins) { |
| 4833 | sources += [ |
| 4834 | "browsing_data/browsing_data_flash_lso_helper.cc", |
| 4835 | "browsing_data/browsing_data_flash_lso_helper.h", |
| 4836 | "component_updater/pepper_flash_component_installer.cc", |
| 4837 | "component_updater/pepper_flash_component_installer.h", |
| 4838 | "metrics/plugin_metrics_provider.cc", |
| 4839 | "metrics/plugin_metrics_provider.h", |
| 4840 | "pepper_broker_infobar_delegate.cc", |
| 4841 | "pepper_broker_infobar_delegate.h", |
| 4842 | "pepper_flash_settings_manager.cc", |
| 4843 | "pepper_flash_settings_manager.h", |
| 4844 | "plugins/chrome_content_browser_client_plugins_part.cc", |
| 4845 | "plugins/chrome_content_browser_client_plugins_part.h", |
| 4846 | "plugins/chrome_plugin_service_filter.cc", |
| 4847 | "plugins/chrome_plugin_service_filter.h", |
Tommy C. Li | 2c5ba15 | 2019-03-27 22:49:55 | [diff] [blame] | 4848 | "plugins/flash_deprecation_infobar_delegate.cc", |
| 4849 | "plugins/flash_deprecation_infobar_delegate.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4850 | "plugins/flash_download_interception.cc", |
| 4851 | "plugins/flash_download_interception.h", |
| 4852 | "plugins/flash_permission_context.cc", |
| 4853 | "plugins/flash_permission_context.h", |
| 4854 | "plugins/flash_temporary_permission_tracker.cc", |
| 4855 | "plugins/flash_temporary_permission_tracker.h", |
| 4856 | "plugins/flash_temporary_permission_tracker_factory.cc", |
| 4857 | "plugins/flash_temporary_permission_tracker_factory.h", |
Peter Kasting | 4840082 | 2018-01-09 02:01:04 | [diff] [blame] | 4858 | "plugins/hung_plugin_infobar_delegate.cc", |
| 4859 | "plugins/hung_plugin_infobar_delegate.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4860 | "plugins/plugin_data_remover_helper.cc", |
| 4861 | "plugins/plugin_data_remover_helper.h", |
| 4862 | "plugins/plugin_finder.cc", |
| 4863 | "plugins/plugin_finder.h", |
Nicholas Verne | d391eae | 2017-11-13 02:41:38 | [diff] [blame] | 4864 | "plugins/plugin_info_host_impl.cc", |
| 4865 | "plugins/plugin_info_host_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4866 | "plugins/plugin_infobar_delegates.cc", |
| 4867 | "plugins/plugin_infobar_delegates.h", |
| 4868 | "plugins/plugin_installer.cc", |
| 4869 | "plugins/plugin_installer.h", |
| 4870 | "plugins/plugin_installer_observer.cc", |
| 4871 | "plugins/plugin_installer_observer.h", |
| 4872 | "plugins/plugin_metadata.cc", |
| 4873 | "plugins/plugin_metadata.h", |
| 4874 | "plugins/plugin_observer.cc", |
| 4875 | "plugins/plugin_observer.h", |
| 4876 | "plugins/plugin_policy_handler.cc", |
| 4877 | "plugins/plugin_policy_handler.h", |
| 4878 | "plugins/plugin_prefs.cc", |
| 4879 | "plugins/plugin_prefs.h", |
| 4880 | "plugins/plugin_prefs_factory.cc", |
| 4881 | "plugins/plugin_prefs_factory.h", |
John Abd-El-Malek | ecc6f5f | 2018-03-02 18:47:39 | [diff] [blame] | 4882 | "plugins/plugin_response_interceptor_url_loader_throttle.cc", |
| 4883 | "plugins/plugin_response_interceptor_url_loader_throttle.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4884 | "plugins/plugin_utils.cc", |
| 4885 | "plugins/plugin_utils.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4886 | "plugins/plugins_resource_service.cc", |
| 4887 | "plugins/plugins_resource_service.h", |
Peter Kasting | e7df72d | 2018-01-05 22:13:42 | [diff] [blame] | 4888 | "plugins/reload_plugin_infobar_delegate.cc", |
| 4889 | "plugins/reload_plugin_infobar_delegate.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4890 | "renderer_host/pepper/chrome_browser_pepper_host_factory.cc", |
| 4891 | "renderer_host/pepper/chrome_browser_pepper_host_factory.h", |
| 4892 | "renderer_host/pepper/device_id_fetcher.cc", |
| 4893 | "renderer_host/pepper/device_id_fetcher.h", |
| 4894 | "renderer_host/pepper/monitor_finder_mac.h", |
| 4895 | "renderer_host/pepper/monitor_finder_mac.mm", |
| 4896 | "renderer_host/pepper/pepper_broker_message_filter.cc", |
| 4897 | "renderer_host/pepper/pepper_broker_message_filter.h", |
| 4898 | "renderer_host/pepper/pepper_flash_browser_host.cc", |
| 4899 | "renderer_host/pepper/pepper_flash_browser_host.h", |
| 4900 | "renderer_host/pepper/pepper_flash_clipboard_message_filter.cc", |
| 4901 | "renderer_host/pepper/pepper_flash_clipboard_message_filter.h", |
| 4902 | "renderer_host/pepper/pepper_flash_drm_host.cc", |
| 4903 | "renderer_host/pepper/pepper_flash_drm_host.h", |
| 4904 | "renderer_host/pepper/pepper_isolated_file_system_message_filter.cc", |
| 4905 | "renderer_host/pepper/pepper_isolated_file_system_message_filter.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4906 | ] |
| 4907 | deps += [ |
| 4908 | "//components/pdf/browser", |
Scott Violet | a35f9a4 | 2018-03-22 22:00:44 | [diff] [blame] | 4909 | "//media:media_buildflags", |
Scott Violet | 02e38b9 | 2018-03-27 23:42:14 | [diff] [blame] | 4910 | "//ppapi/buildflags", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4911 | "//ppapi/proxy:ipc", |
Ke He | 31d0bb0 | 2018-02-24 07:16:24 | [diff] [blame] | 4912 | "//services/device/public/mojom", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4913 | "//third_party/adobe/flash:flapper_version_h", |
| 4914 | ] |
| 4915 | } |
| 4916 | |
| 4917 | if (enable_rlz) { |
John Abd-El-Malek | 4970b15 | 2018-08-04 02:52:45 | [diff] [blame] | 4918 | sources += [ |
| 4919 | "rlz/chrome_rlz_tracker_delegate.cc", |
| 4920 | "rlz/chrome_rlz_tracker_delegate.h", |
| 4921 | ] |
| 4922 | |
| 4923 | public_deps += [ |
David Benjamin | 2e98977 | 2019-08-01 16:36:04 | [diff] [blame] | 4924 | "//components/google/core/common", |
John Abd-El-Malek | 4970b15 | 2018-08-04 02:52:45 | [diff] [blame] | 4925 | "//components/rlz", |
| 4926 | "//rlz:rlz_lib", |
| 4927 | ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4928 | } |
| 4929 | |
| 4930 | if (enable_service_discovery) { |
| 4931 | sources += [ |
| 4932 | "local_discovery/endpoint_resolver.cc", |
| 4933 | "local_discovery/endpoint_resolver.h", |
| 4934 | "local_discovery/service_discovery_client.cc", |
| 4935 | "local_discovery/service_discovery_client.h", |
| 4936 | "local_discovery/service_discovery_client_mac.h", |
| 4937 | "local_discovery/service_discovery_client_mac.mm", |
| 4938 | "local_discovery/service_discovery_client_mac_factory.h", |
| 4939 | "local_discovery/service_discovery_client_mac_factory.mm", |
| 4940 | "local_discovery/service_discovery_device_lister.cc", |
| 4941 | "local_discovery/service_discovery_device_lister.h", |
| 4942 | "local_discovery/service_discovery_shared_client.cc", |
| 4943 | "local_discovery/service_discovery_shared_client.h", |
| 4944 | "printing/cloud_print/cloud_print_printer_list.cc", |
| 4945 | "printing/cloud_print/cloud_print_printer_list.h", |
| 4946 | "printing/cloud_print/device_description.cc", |
| 4947 | "printing/cloud_print/device_description.h", |
| 4948 | "printing/cloud_print/gcd_api_flow.cc", |
| 4949 | "printing/cloud_print/gcd_api_flow.h", |
| 4950 | "printing/cloud_print/gcd_api_flow_impl.cc", |
| 4951 | "printing/cloud_print/gcd_api_flow_impl.h", |
| 4952 | "printing/cloud_print/gcd_constants.cc", |
| 4953 | "printing/cloud_print/gcd_constants.h", |
| 4954 | "printing/cloud_print/privet_confirm_api_flow.cc", |
| 4955 | "printing/cloud_print/privet_confirm_api_flow.h", |
| 4956 | "printing/cloud_print/privet_constants.cc", |
| 4957 | "printing/cloud_print/privet_constants.h", |
| 4958 | "printing/cloud_print/privet_device_lister.cc", |
| 4959 | "printing/cloud_print/privet_device_lister.h", |
| 4960 | "printing/cloud_print/privet_device_lister_impl.cc", |
| 4961 | "printing/cloud_print/privet_device_lister_impl.h", |
| 4962 | "printing/cloud_print/privet_http.cc", |
| 4963 | "printing/cloud_print/privet_http.h", |
| 4964 | "printing/cloud_print/privet_http_asynchronous_factory.cc", |
| 4965 | "printing/cloud_print/privet_http_asynchronous_factory.h", |
| 4966 | "printing/cloud_print/privet_http_asynchronous_factory_impl.cc", |
| 4967 | "printing/cloud_print/privet_http_asynchronous_factory_impl.h", |
| 4968 | "printing/cloud_print/privet_http_impl.cc", |
| 4969 | "printing/cloud_print/privet_http_impl.h", |
| 4970 | "printing/cloud_print/privet_local_printer_lister.cc", |
| 4971 | "printing/cloud_print/privet_local_printer_lister.h", |
| 4972 | "printing/cloud_print/privet_notifications.cc", |
| 4973 | "printing/cloud_print/privet_notifications.h", |
| 4974 | "printing/cloud_print/privet_notifications_factory.cc", |
| 4975 | "printing/cloud_print/privet_notifications_factory.h", |
Chris Mumford | d24b31e2 | 2018-08-24 22:21:17 | [diff] [blame] | 4976 | "printing/cloud_print/privet_url_loader.cc", |
| 4977 | "printing/cloud_print/privet_url_loader.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4978 | ] |
Qingsi Wang | c2213d5d | 2018-11-02 01:28:12 | [diff] [blame] | 4979 | |
| 4980 | if (enable_mdns) { |
| 4981 | sources += [ |
| 4982 | "local_discovery/service_discovery_client_impl.cc", |
| 4983 | "local_discovery/service_discovery_client_impl.h", |
| 4984 | "local_discovery/service_discovery_client_mdns.cc", |
| 4985 | "local_discovery/service_discovery_client_mdns.h", |
| 4986 | "printing/cloud_print/privet_traffic_detector.cc", |
| 4987 | "printing/cloud_print/privet_traffic_detector.h", |
| 4988 | ] |
| 4989 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 4990 | } |
| 4991 | |
| 4992 | if (enable_session_service) { |
| 4993 | sources += [ |
| 4994 | "sessions/session_restore.cc", |
| 4995 | "sessions/session_restore.h", |
| 4996 | "sessions/session_restore_delegate.cc", |
| 4997 | "sessions/session_restore_delegate.h", |
| 4998 | "sessions/session_restore_observer.h", |
| 4999 | "sessions/session_restore_stats_collector.cc", |
| 5000 | "sessions/session_restore_stats_collector.h", |
| 5001 | "sessions/session_service.cc", |
| 5002 | "sessions/session_service.h", |
| 5003 | "sessions/session_service_factory.cc", |
| 5004 | "sessions/session_service_factory.h", |
| 5005 | "sessions/session_service_utils.cc", |
| 5006 | "sessions/session_service_utils.h", |
| 5007 | "sessions/tab_loader.cc", |
| 5008 | "sessions/tab_loader.h", |
| 5009 | "sessions/tab_loader_delegate.cc", |
| 5010 | "sessions/tab_loader_delegate.h", |
| 5011 | ] |
| 5012 | } |
| 5013 | |
| 5014 | if (enable_spellcheck) { |
| 5015 | sources += [ |
Xiaocheng Hu | 85abcd8 | 2018-01-11 02:36:56 | [diff] [blame] | 5016 | "spellchecker/spell_check_host_chrome_impl.cc", |
| 5017 | "spellchecker/spell_check_host_chrome_impl.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5018 | "spellchecker/spellcheck_custom_dictionary.cc", |
| 5019 | "spellchecker/spellcheck_custom_dictionary.h", |
| 5020 | "spellchecker/spellcheck_factory.cc", |
| 5021 | "spellchecker/spellcheck_factory.h", |
| 5022 | "spellchecker/spellcheck_hunspell_dictionary.cc", |
| 5023 | "spellchecker/spellcheck_hunspell_dictionary.h", |
Guillaume Jenkins | f9cf4e3 | 2019-03-12 19:54:55 | [diff] [blame] | 5024 | "spellchecker/spellcheck_language_blacklist_policy_handler.cc", |
| 5025 | "spellchecker/spellcheck_language_blacklist_policy_handler.h", |
Marc-Antoine Courteau | 311a7cec | 2017-12-14 21:18:49 | [diff] [blame] | 5026 | "spellchecker/spellcheck_language_policy_handler.cc", |
| 5027 | "spellchecker/spellcheck_language_policy_handler.h", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5028 | "spellchecker/spellcheck_service.cc", |
| 5029 | "spellchecker/spellcheck_service.h", |
| 5030 | ] |
| 5031 | |
Siye Liu | de74ce30 | 2019-06-20 20:44:43 | [diff] [blame] | 5032 | if (use_browser_spellchecker) { |
| 5033 | sources += [ |
| 5034 | "spellchecker/spelling_request.cc", |
| 5035 | "spellchecker/spelling_request.h", |
| 5036 | ] |
| 5037 | } |
| 5038 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5039 | if (has_spellcheck_panel) { |
| 5040 | sources += [ |
| 5041 | "spellchecker/spell_check_panel_host_impl.cc", |
| 5042 | "spellchecker/spell_check_panel_host_impl.h", |
| 5043 | ] |
| 5044 | } |
| 5045 | |
| 5046 | deps += [ |
| 5047 | "//components/spellcheck/browser", |
Lei Zhang | d866b3c | 2019-05-02 01:49:58 | [diff] [blame] | 5048 | "//components/spellcheck/common", |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5049 | ] |
| 5050 | |
| 5051 | if (!is_android) { |
| 5052 | deps += [ "//third_party/hunspell" ] |
| 5053 | } |
| 5054 | } |
| 5055 | |
treib | 87bb89cbb | 2014-12-01 16:01:47 | [diff] [blame] | 5056 | if (enable_supervised_users) { |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5057 | sources += [ |
Toby H | 5cfaf94 | 2019-07-25 22:54:50 | [diff] [blame] | 5058 | "component_updater/supervised_user_whitelist_installer.cc", |
| 5059 | "component_updater/supervised_user_whitelist_installer.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5060 | "content_settings/content_settings_supervised_provider.cc", |
| 5061 | "content_settings/content_settings_supervised_provider.h", |
| 5062 | "supervised_user/child_accounts/child_account_service.cc", |
| 5063 | "supervised_user/child_accounts/child_account_service.h", |
| 5064 | "supervised_user/child_accounts/child_account_service_factory.cc", |
| 5065 | "supervised_user/child_accounts/child_account_service_factory.h", |
| 5066 | "supervised_user/child_accounts/family_info_fetcher.cc", |
| 5067 | "supervised_user/child_accounts/family_info_fetcher.h", |
treib | 83eb7aa | 2017-01-27 11:16:05 | [diff] [blame] | 5068 | "supervised_user/child_accounts/kids_management_api.cc", |
| 5069 | "supervised_user/child_accounts/kids_management_api.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5070 | "supervised_user/child_accounts/permission_request_creator_apiary.cc", |
| 5071 | "supervised_user/child_accounts/permission_request_creator_apiary.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5072 | "supervised_user/experimental/supervised_user_blacklist.cc", |
| 5073 | "supervised_user/experimental/supervised_user_blacklist.h", |
| 5074 | "supervised_user/experimental/supervised_user_filtering_switches.cc", |
| 5075 | "supervised_user/experimental/supervised_user_filtering_switches.h", |
Gustavo Avena | eb3a3ad | 2019-07-17 13:53:00 | [diff] [blame] | 5076 | "supervised_user/kids_chrome_management/kids_chrome_management_client.cc", |
| 5077 | "supervised_user/kids_chrome_management/kids_chrome_management_client.h", |
| 5078 | "supervised_user/kids_chrome_management/kids_chrome_management_client_factory.cc", |
| 5079 | "supervised_user/kids_chrome_management/kids_chrome_management_client_factory.h", |
Caio | 7f3de88 | 2019-03-14 16:52:22 | [diff] [blame] | 5080 | "supervised_user/kids_management_url_checker_client.cc", |
| 5081 | "supervised_user/kids_management_url_checker_client.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5082 | "supervised_user/permission_request_creator.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5083 | "supervised_user/supervised_user_constants.cc", |
| 5084 | "supervised_user/supervised_user_constants.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5085 | "supervised_user/supervised_user_features.cc", |
| 5086 | "supervised_user/supervised_user_features.h", |
bauerb | 8f9c3774 | 2017-03-30 15:04:12 | [diff] [blame] | 5087 | "supervised_user/supervised_user_google_auth_navigation_throttle.cc", |
| 5088 | "supervised_user/supervised_user_google_auth_navigation_throttle.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5089 | "supervised_user/supervised_user_interstitial.cc", |
| 5090 | "supervised_user/supervised_user_interstitial.h", |
| 5091 | "supervised_user/supervised_user_navigation_observer.cc", |
| 5092 | "supervised_user/supervised_user_navigation_observer.h", |
mmenke | db2637ff | 2017-03-30 23:59:42 | [diff] [blame] | 5093 | "supervised_user/supervised_user_navigation_throttle.cc", |
| 5094 | "supervised_user/supervised_user_navigation_throttle.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5095 | "supervised_user/supervised_user_pref_store.cc", |
| 5096 | "supervised_user/supervised_user_pref_store.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5097 | "supervised_user/supervised_user_service.cc", |
| 5098 | "supervised_user/supervised_user_service.h", |
| 5099 | "supervised_user/supervised_user_service_factory.cc", |
| 5100 | "supervised_user/supervised_user_service_factory.h", |
| 5101 | "supervised_user/supervised_user_service_observer.h", |
| 5102 | "supervised_user/supervised_user_settings_service.cc", |
| 5103 | "supervised_user/supervised_user_settings_service.h", |
| 5104 | "supervised_user/supervised_user_settings_service_factory.cc", |
| 5105 | "supervised_user/supervised_user_settings_service_factory.h", |
| 5106 | "supervised_user/supervised_user_site_list.cc", |
| 5107 | "supervised_user/supervised_user_site_list.h", |
Mikel Astiz | ef56e36 | 2018-10-02 09:23:23 | [diff] [blame] | 5108 | "supervised_user/supervised_user_sync_model_type_controller.cc", |
| 5109 | "supervised_user/supervised_user_sync_model_type_controller.h", |
brettw | ffdd85c | 2016-08-31 22:41:47 | [diff] [blame] | 5110 | "supervised_user/supervised_user_url_filter.cc", |
| 5111 | "supervised_user/supervised_user_url_filter.h", |
| 5112 | "supervised_user/supervised_user_whitelist_service.cc", |
| 5113 | "supervised_user/supervised_user_whitelist_service.h", |
| 5114 | "supervised_user/supervised_users.h", |
| 5115 | ] |
Gustavo Avena | 8d26b9a | 2019-06-25 17:00:28 | [diff] [blame] | 5116 | deps += [ |
| 5117 | "//chrome/browser/supervised_user/kids_chrome_management:proto", |
| 5118 | "//chrome/common:supervised_user_commands_mojom", |
| 5119 | ] |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 5120 | } |
| 5121 | if (enable_supervised_users && !is_android) { |
| 5122 | sources += [ |
| 5123 | # TODO(bauerb): The legacy code should be removed (on desktop) once child |
| 5124 | # account support has launched (https://crbug.com/505443). |
| 5125 | "supervised_user/legacy/custodian_profile_downloader_service.cc", |
| 5126 | "supervised_user/legacy/custodian_profile_downloader_service.h", |
| 5127 | "supervised_user/legacy/custodian_profile_downloader_service_factory.cc", |
| 5128 | "supervised_user/legacy/custodian_profile_downloader_service_factory.h", |
Ken Rockot | ece8728 | 2017-10-06 19:52:40 | [diff] [blame] | 5129 | ] |
| 5130 | } |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5131 | |
| 5132 | if (enable_vr) { |
Viatcheslav Ostapenko | 26c0aca | 2017-10-30 23:30:39 | [diff] [blame] | 5133 | if (enable_gvr_services) { |
Drew Stonebraker | 257a4f3 | 2019-07-25 20:29:16 | [diff] [blame] | 5134 | public_deps += [ "android/vr:vr_android" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5135 | configs += [ "//third_party/gvr-android-sdk:libgvr_config" ] |
Christopher Grant | 2b3383c2 | 2018-02-26 15:41:58 | [diff] [blame] | 5136 | allow_circular_includes_from += [ "android/vr:vr_android" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5137 | } |
Bill Orr | b94152be | 2017-10-23 19:14:10 | [diff] [blame] | 5138 | |
Daniel Bratell | adb8d82 | 2019-07-04 19:38:13 | [diff] [blame] | 5139 | if (is_win) { |
Klaus Weidner | 16a09bd6 | 2018-12-26 18:20:27 | [diff] [blame] | 5140 | sources += [ |
Suman Kancherla | 0055cd2a | 2019-05-14 00:57:37 | [diff] [blame] | 5141 | "vr/service/xr_session_request_consent_manager_impl.cc", |
| 5142 | "vr/service/xr_session_request_consent_manager_impl.h", |
Klaus Weidner | 16a09bd6 | 2018-12-26 18:20:27 | [diff] [blame] | 5143 | "vr/ui_host/vr_ui_host_impl.cc", |
| 5144 | "vr/ui_host/vr_ui_host_impl.h", |
| 5145 | ] |
Will Cassella | 40837ba | 2019-07-01 21:32:00 | [diff] [blame] | 5146 | |
| 5147 | deps += [ "//device/vr/public/mojom" ] |
Klaus Weidner | 16a09bd6 | 2018-12-26 18:20:27 | [diff] [blame] | 5148 | } |
| 5149 | |
Tibor Goldschwendt | a9e46b2 | 2017-11-22 23:25:15 | [diff] [blame] | 5150 | sources += [ |
| 5151 | "component_updater/vr_assets_component_installer.cc", |
| 5152 | "component_updater/vr_assets_component_installer.h", |
| 5153 | ] |
Klaus Weidner | 16a09bd6 | 2018-12-26 18:20:27 | [diff] [blame] | 5154 | |
Tibor Goldschwendt | 4dafc60 | 2018-03-06 17:39:44 | [diff] [blame] | 5155 | deps += [ "//chrome/browser/vr:vr_common" ] |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5156 | } |
| 5157 | |
| 5158 | if (enable_wayland_server) { |
| 5159 | deps += [ |
| 5160 | "//components/exo", |
| 5161 | "//components/exo/wayland", |
| 5162 | ] |
| 5163 | sources += [ |
| 5164 | "exo_parts.cc", |
| 5165 | "exo_parts.h", |
| 5166 | ] |
| 5167 | } |
| 5168 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5169 | if (use_cups) { |
| 5170 | configs += [ "//printing:cups" ] |
| 5171 | } |
| 5172 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5173 | if (use_nss_certs) { |
| 5174 | sources += [ |
| 5175 | "certificate_manager_model.cc", |
| 5176 | "certificate_manager_model.h", |
| 5177 | "net/nss_context.cc", |
| 5178 | "net/nss_context.h", |
| 5179 | ] |
| 5180 | if (is_chromeos) { |
| 5181 | sources += [ "net/nss_context_chromeos.cc" ] |
| 5182 | } |
| 5183 | if (is_desktop_linux) { |
| 5184 | sources += [ "net/nss_context_linux.cc" ] |
xhwang | c86d76e4 | 2016-03-14 23:38:49 | [diff] [blame] | 5185 | } |
xhwang | 5e63046 | 2015-10-30 03:18:48 | [diff] [blame] | 5186 | } |
reveman | b195f41d | 2015-11-19 22:16:48 | [diff] [blame] | 5187 | |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 5188 | if (trial_comparison_cert_verifier_supported) { |
Matt Mueller | 0a4382cf | 2018-03-31 00:36:25 | [diff] [blame] | 5189 | sources += [ |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 5190 | "net/trial_comparison_cert_verifier_controller.cc", |
| 5191 | "net/trial_comparison_cert_verifier_controller.h", |
Matt Mueller | 0a4382cf | 2018-03-31 00:36:25 | [diff] [blame] | 5192 | ] |
| 5193 | } |
| 5194 | |
Lei Zhang | 18b7f59 | 2017-10-01 08:26:06 | [diff] [blame] | 5195 | if (use_udev) { |
| 5196 | deps += [ "//device/udev_linux" ] |
dvadym | 8785e01 | 2017-06-30 09:27:07 | [diff] [blame] | 5197 | } |
Michael Thiessen | 0f4e785 | 2019-03-11 16:00:45 | [diff] [blame] | 5198 | |
| 5199 | if (is_android && notouch_build) { |
Michael Thiessen | 909ba03 | 2019-03-26 23:47:43 | [diff] [blame] | 5200 | configs += [ ":notouch_config" ] |
Michael Thiessen | 0f4e785 | 2019-03-11 16:00:45 | [diff] [blame] | 5201 | } |
[email protected] | dffd8a91 | 2014-06-30 23:24:31 | [diff] [blame] | 5202 | } |
| 5203 | |
Michael Thiessen | 909ba03 | 2019-03-26 23:47:43 | [diff] [blame] | 5204 | config("notouch_config") { |
| 5205 | defines = [ |
| 5206 | "BROWSER_MEDIA_CONTROLS_MENU", |
Michael Thiessen | 07c444c | 2019-04-26 03:53:11 | [diff] [blame] | 5207 | "ENABLE_SPATIAL_NAVIGATION_HOST", |
Michael Thiessen | 909ba03 | 2019-03-26 23:47:43 | [diff] [blame] | 5208 | "INCOGNITO_DEFAULT_DISABLED", |
| 5209 | ] |
| 5210 | } |
| 5211 | |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 5212 | if (is_android) { |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 5213 | proto_library("client_discourse_context_proto") { |
| 5214 | sources = [ |
| 5215 | "android/proto/client_discourse_context.proto", |
| 5216 | ] |
| 5217 | } |
| 5218 | |
pkotwicz | 127726f | 2015-05-29 15:20:12 | [diff] [blame] | 5219 | proto_library("delta_file_proto") { |
| 5220 | sources = [ |
| 5221 | "android/proto/delta_file.proto", |
| 5222 | ] |
| 5223 | } |
Justin DeWitt | 21c9da9 | 2018-09-07 16:14:13 | [diff] [blame] | 5224 | |
| 5225 | proto_library("explore_sites_proto") { |
| 5226 | sources = [ |
| 5227 | "android/explore_sites/catalog.proto", |
| 5228 | ] |
| 5229 | } |
Natalie Chouinard | b293c02a73 | 2019-01-10 21:55:22 | [diff] [blame] | 5230 | |
| 5231 | proto_library("usage_stats_proto") { |
| 5232 | sources = [ |
| 5233 | "android/usage_stats/website_event.proto", |
| 5234 | ] |
| 5235 | } |
James Robinson | 2ed4d69 | 2014-09-17 05:20:58 | [diff] [blame] | 5236 | } |
| 5237 | |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 5238 | if (is_win) { |
brettw | 7761761 | 2016-07-13 22:40:06 | [diff] [blame] | 5239 | static_library("chrome_process_finder") { |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 5240 | sources = [ |
pmonette | 23c8fb7e | 2016-06-27 20:45:11 | [diff] [blame] | 5241 | "win/chrome_process_finder.cc", |
| 5242 | "win/chrome_process_finder.h", |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 5243 | ] |
| 5244 | deps = [ |
| 5245 | "//base", |
brettw | 3865a71 | 2016-12-10 05:59:08 | [diff] [blame] | 5246 | "//chrome/browser/policy:path_parser", |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 5247 | "//chrome/common:constants", |
| 5248 | ] |
vchigrin | 9593e7a | 2015-01-27 10:08:19 | [diff] [blame] | 5249 | } |
| 5250 | } |
| 5251 | |
Greg Thompson | 85bd488c | 2017-06-08 09:18:11 | [diff] [blame] | 5252 | # This source set is built into both //chrome:chrome_initial (chrome.exe) and |
| 5253 | # //chrome:main_dll (chrome.dll). It must not pull in additional dependencies |
| 5254 | # over what those targets already require. |
| 5255 | source_set("active_use_util") { |
| 5256 | sources = [ |
| 5257 | "active_use_util.cc", |
| 5258 | "active_use_util.h", |
| 5259 | ] |
| 5260 | deps = [ |
| 5261 | "//base", |
| 5262 | "//chrome/common:constants", |
| 5263 | ] |
| 5264 | if (is_win) { |
| 5265 | deps += [ "//chrome/install_static:install_static_util" ] |
| 5266 | } |
| 5267 | } |
| 5268 | |
thomasanderson | 215681db8 | 2016-10-27 03:30:11 | [diff] [blame] | 5269 | source_set("theme_properties") { |
| 5270 | sources = [ |
| 5271 | "themes/theme_properties.h", |
| 5272 | ] |
| 5273 | } |
| 5274 | |
Robert Ogden | 8e7116ea | 2019-07-25 18:54:08 | [diff] [blame] | 5275 | proto_library("availability_protos") { |
Robert Ogden | a50f1d5c | 2019-07-09 20:59:55 | [diff] [blame] | 5276 | sources = [ |
Robert Ogden | 8e7116ea | 2019-07-25 18:54:08 | [diff] [blame] | 5277 | "availability/proto/availability_prober_cache_entry.proto", |
Robert Ogden | a50f1d5c | 2019-07-09 20:59:55 | [diff] [blame] | 5278 | ] |
| 5279 | } |
| 5280 | |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 5281 | proto_library("resource_prefetch_predictor_proto") { |
| 5282 | sources = [ |
| 5283 | "predictors/resource_prefetch_predictor.proto", |
| 5284 | ] |
lizeb | 60cd6e8 | 2016-08-23 12:04:26 | [diff] [blame] | 5285 | } |
| 5286 | |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5287 | grit("resources") { |
| 5288 | source = "browser_resources.grd" |
brettw | ab78fef | 2016-10-12 02:56:05 | [diff] [blame] | 5289 | |
Dirk Pranke | a3727f9 | 2017-07-17 17:30:33 | [diff] [blame] | 5290 | # The .grd contains references to generated files. |
| 5291 | source_is_generated = true |
| 5292 | |
brettw | 06c2ba3 | 2015-11-26 09:21:25 | [diff] [blame] | 5293 | defines = chrome_grit_defines |
brettw | ab78fef | 2016-10-12 02:56:05 | [diff] [blame] | 5294 | if (enable_hangout_services_extension) { |
| 5295 | defines += [ "enable_hangout_services_extension" ] |
| 5296 | } |
| 5297 | |
[email protected] | 4888549 | 2014-08-13 11:22:41 | [diff] [blame] | 5298 | output_dir = "$root_gen_dir/chrome" |
[email protected] | cb0c67a | 2014-07-22 16:37:26 | [diff] [blame] | 5299 | outputs = [ |
| 5300 | "grit/browser_resources.h", |
| 5301 | "browser_resources.pak", |
| 5302 | ] |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5303 | |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5304 | grit_flags = [ |
scottmg | a266f95 | 2014-12-03 20:47:10 | [diff] [blame] | 5305 | "-E", |
scottmg | a266f95 | 2014-12-03 20:47:10 | [diff] [blame] | 5306 | "additional_modules_list_file=" + |
| 5307 | rebase_path(additional_modules_list_file, root_build_dir), |
| 5308 | "-E", |
calamity | d59c103 | 2015-09-22 06:35:53 | [diff] [blame] | 5309 | "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5310 | ] |
| 5311 | |
| 5312 | deps = [ |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5313 | ":chrome_internal_resources_gen", |
yzshen | 9e737bf | 2017-06-21 19:38:23 | [diff] [blame] | 5314 | "//chrome/browser/engagement:mojo_bindings_js", |
Becca Hughes | f58b31b3 | 2017-07-18 15:16:38 | [diff] [blame] | 5315 | "//chrome/browser/media:mojo_bindings_js", |
Sigurdur Asgeirsson | dd9f572e | 2019-05-04 01:42:59 | [diff] [blame] | 5316 | "//chrome/browser/performance_manager:mojo_bindings_js", |
Mustafa Emre Acer | dd39130 | 2019-07-19 17:17:14 | [diff] [blame] | 5317 | "//chrome/browser/resources/safety_tips:make_safety_tips_protobuf", |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 5318 | "//chrome/browser/resources/ssl/ssl_error_assistant:make_ssl_error_assistant_protobuf", |
Vincent Scheib | dbe693bee | 2017-12-06 00:54:18 | [diff] [blame] | 5319 | "//chrome/browser/ui/webui/bluetooth_internals:mojo_bindings_js", |
Thanh Le | bbaa6e52 | 2017-09-22 21:38:36 | [diff] [blame] | 5320 | "//chrome/browser/ui/webui/interventions_internals:mojo_bindings_js", |
yzshen | 9e737bf | 2017-06-21 19:38:23 | [diff] [blame] | 5321 | "//chrome/browser/ui/webui/omnibox:mojo_bindings_js", |
| 5322 | "//chrome/browser/ui/webui/usb_internals:mojo_bindings_js", |
Reilly Grant | fa93b14 | 2018-02-01 02:13:48 | [diff] [blame] | 5323 | "//device/bluetooth/public/mojom:deprecated_experimental_interfaces_js", |
| 5324 | "//device/bluetooth/public/mojom:mojom_js", |
Donna Wu | 4dc9df3 | 2019-05-20 03:56:21 | [diff] [blame] | 5325 | "//services/device//public/mojom:usb_test_js", |
Daniel Cheng | 7a059b0 | 2018-02-03 10:04:13 | [diff] [blame] | 5326 | "//url/mojom:url_mojom_gurl_js", |
| 5327 | "//url/mojom:url_mojom_origin_js", |
vchigrin | 8eede94 | 2015-01-29 09:28:15 | [diff] [blame] | 5328 | ] |
sanfin | 3596104 | 2016-09-23 22:41:41 | [diff] [blame] | 5329 | |
Will Harris | 7ae16c7 | 2018-10-10 17:13:17 | [diff] [blame] | 5330 | if (enable_plugins) { |
| 5331 | # .json is not in the default sources_assignment_filter. |
| 5332 | if (is_chromeos) { |
| 5333 | inputs = [ |
| 5334 | "resources/plugin_metadata/plugins_chromeos.json", |
| 5335 | ] |
| 5336 | } |
| 5337 | if (is_linux && !is_chromeos) { |
| 5338 | inputs = [ |
| 5339 | "resources/plugin_metadata/plugins_linux.json", |
| 5340 | ] |
| 5341 | } |
| 5342 | if (is_mac) { |
| 5343 | inputs = [ |
| 5344 | "resources/plugin_metadata/plugins_mac.json", |
| 5345 | ] |
| 5346 | } |
| 5347 | if (is_win) { |
| 5348 | inputs = [ |
| 5349 | "resources/plugin_metadata/plugins_win.json", |
| 5350 | ] |
| 5351 | } |
| 5352 | } |
| 5353 | |
Chris Hamilton | c4453ed | 2017-11-22 16:23:17 | [diff] [blame] | 5354 | if (is_win || is_mac || is_desktop_linux || is_chromeos) { |
Sigurdur Asgeirsson | 10609e5c | 2018-10-10 19:58:49 | [diff] [blame] | 5355 | deps += [ |
Sigurdur Asgeirsson | 6ffe379a | 2018-10-31 14:45:34 | [diff] [blame] | 5356 | "//chrome/browser/resources/discards:discards_resources_gen", |
Sigurdur Asgeirsson | 10609e5c | 2018-10-10 19:58:49 | [diff] [blame] | 5357 | "//chrome/browser/ui/webui/discards:mojo_bindings_js", |
| 5358 | "//services/resource_coordinator/public/mojom:mojom_js", |
| 5359 | ] |
Chris Hamilton | c4453ed | 2017-11-22 16:23:17 | [diff] [blame] | 5360 | } |
| 5361 | |
Brandon Wylie | 40c6f21 | 2018-05-16 19:28:32 | [diff] [blame] | 5362 | if (is_android) { |
Brandon Wylie | b8db517 | 2018-06-01 01:43:57 | [diff] [blame] | 5363 | deps += [ |
Justin DeWitt | c25d928 | 2019-03-01 15:53:25 | [diff] [blame] | 5364 | "//chrome/browser/ui/webui/explore_sites_internals:mojo_bindings_js", |
Natalie Chouinard | 07bba69 | 2019-01-02 20:48:11 | [diff] [blame] | 5365 | "//chrome/browser/ui/webui/feed_internals:mojo_bindings_js", |
Brandon Wylie | b8db517 | 2018-06-01 01:43:57 | [diff] [blame] | 5366 | "//chrome/browser/ui/webui/snippets_internals:mojo_bindings_js", |
| 5367 | ] |
Melissa Zhang | 2236333 | 2018-12-11 02:00:13 | [diff] [blame] | 5368 | } else { |
| 5369 | deps += [ "//chrome/browser/ui/webui/app_management:mojo_bindings_js" ] |
Brandon Wylie | 40c6f21 | 2018-05-16 19:28:32 | [diff] [blame] | 5370 | } |
| 5371 | |
alanlxl | 981e497 | 2019-05-10 11:07:08 | [diff] [blame] | 5372 | if (is_chromeos) { |
| 5373 | deps += [ |
Danan S | eb6a862 | 2019-05-13 18:20:52 | [diff] [blame] | 5374 | "//chrome/browser/ui/webui/chromeos/add_supervision:mojo_bindings_js", |
alanlxl | 981e497 | 2019-05-10 11:07:08 | [diff] [blame] | 5375 | "//chrome/browser/ui/webui/chromeos/machine_learning:mojo_bindings_js", |
| 5376 | ] |
| 5377 | } |
| 5378 | |
dpapad | 0ed51032 | 2018-11-07 23:23:09 | [diff] [blame] | 5379 | if (!is_android && optimize_webui) { |
calamity | 9b40cc3 | 2017-02-11 01:44:57 | [diff] [blame] | 5380 | deps += [ |
John Lee | 457ebaaa | 2019-01-17 17:07:14 | [diff] [blame] | 5381 | "//chrome/browser/resources/bookmarks:build", |
John Lee | 8269bcaf | 2019-01-25 22:44:27 | [diff] [blame] | 5382 | "//chrome/browser/resources/history:build", |
calamity | 9b40cc3 | 2017-02-11 01:44:57 | [diff] [blame] | 5383 | ] |
Steven Bennetts | 6246c24 | 2018-02-08 20:16:00 | [diff] [blame] | 5384 | if (is_chromeos) { |
| 5385 | deps += [ |
| 5386 | "//chrome/browser/resources/chromeos/bluetooth_pairing_dialog:build", |
| 5387 | "//chrome/browser/resources/chromeos/internet_config_dialog:build", |
| 5388 | "//chrome/browser/resources/chromeos/internet_detail_dialog:build", |
| 5389 | ] |
| 5390 | } |
dpapad | 5d95e9ac | 2017-01-25 03:50:13 | [diff] [blame] | 5391 | } |
| 5392 | |
sanfin | 3596104 | 2016-09-23 22:41:41 | [diff] [blame] | 5393 | if (safe_browsing_mode > 0) { |
| 5394 | deps += |
| 5395 | [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] |
| 5396 | } |
Jialiu Lin | ad8bf3d6 | 2018-05-10 19:56:27 | [diff] [blame] | 5397 | |
| 5398 | if (safe_browsing_mode == 1) { |
| 5399 | deps += [ "//chrome/browser/ui/webui/reset_password:mojo_bindings_js" ] |
| 5400 | } |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5401 | } |
| 5402 | |
engedy | 99d0e11b | 2014-09-30 13:32:41 | [diff] [blame] | 5403 | if (is_chrome_branded) { |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5404 | action("chrome_internal_resources_gen") { |
engedy | 99d0e11b | 2014-09-30 13:32:41 | [diff] [blame] | 5405 | script = "internal/transform_additional_modules_list.py" |
scottmg | a266f95 | 2014-12-03 20:47:10 | [diff] [blame] | 5406 | sources = [ |
| 5407 | "internal/resources/additional_modules_list.input", |
| 5408 | ] |
| 5409 | outputs = [ |
| 5410 | additional_modules_list_file, |
| 5411 | ] |
engedy | 99d0e11b | 2014-09-30 13:32:41 | [diff] [blame] | 5412 | args = rebase_path(sources, root_build_dir) + |
| 5413 | rebase_path(outputs, root_build_dir) |
[email protected] | 77ce802 | 2014-06-16 19:29:56 | [diff] [blame] | 5414 | } |
| 5415 | } else { |
| 5416 | group("chrome_internal_resources_gen") { |
| 5417 | # Empty placeholder. |
| 5418 | } |
| 5419 | } |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5420 | |
Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame] | 5421 | action("expired_flags_list_gen") { |
| 5422 | script = "//tools/flags/generate_expired_list.py" |
| 5423 | sources = [ |
| 5424 | "flag-metadata.json", |
| 5425 | ] |
| 5426 | outputs = [ |
| 5427 | "$root_gen_dir/chrome/browser/expired_flags_list.cc", |
| 5428 | ] |
| 5429 | args = rebase_path(sources, root_build_dir) + |
| 5430 | rebase_path(outputs, root_build_dir) |
| 5431 | } |
| 5432 | |
| 5433 | source_set("expired_flags_list") { |
| 5434 | deps = [ |
| 5435 | ":expired_flags_list_gen", |
| 5436 | ] |
| 5437 | sources = [ |
| 5438 | "$root_gen_dir/chrome/browser/expired_flags_list.cc", |
| 5439 | ] |
| 5440 | } |
| 5441 | |
brettw | 022f8f3 | 2016-06-14 01:22:39 | [diff] [blame] | 5442 | # Use a static library here because many test binaries depend on this but don't |
| 5443 | # require many files from it. This makes linking more efficient. |
| 5444 | static_library("test_support") { |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5445 | testonly = true |
| 5446 | |
| 5447 | # Always include this via the main test support target. |
| 5448 | visibility = [ "//chrome/test:test_support" ] |
| 5449 | |
| 5450 | sources = [ |
Friedrich Horschig | 15ef70d | 2019-04-02 09:12:12 | [diff] [blame] | 5451 | "autofill/mock_autofill_popup_controller.cc", |
| 5452 | "autofill/mock_autofill_popup_controller.h", |
Ioana Pandele | 961d0cd | 2019-02-06 12:33:45 | [diff] [blame] | 5453 | "autofill/mock_manual_filling_controller.cc", |
| 5454 | "autofill/mock_manual_filling_controller.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5455 | "browsing_data/mock_browsing_data_appcache_helper.cc", |
| 5456 | "browsing_data/mock_browsing_data_appcache_helper.h", |
jsbell | e1fe969 | 2015-08-22 01:02:42 | [diff] [blame] | 5457 | "browsing_data/mock_browsing_data_cache_storage_helper.cc", |
| 5458 | "browsing_data/mock_browsing_data_cache_storage_helper.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5459 | "browsing_data/mock_browsing_data_cookie_helper.cc", |
| 5460 | "browsing_data/mock_browsing_data_cookie_helper.h", |
| 5461 | "browsing_data/mock_browsing_data_database_helper.cc", |
| 5462 | "browsing_data/mock_browsing_data_database_helper.h", |
| 5463 | "browsing_data/mock_browsing_data_file_system_helper.cc", |
| 5464 | "browsing_data/mock_browsing_data_file_system_helper.h", |
| 5465 | "browsing_data/mock_browsing_data_flash_lso_helper.cc", |
| 5466 | "browsing_data/mock_browsing_data_flash_lso_helper.h", |
| 5467 | "browsing_data/mock_browsing_data_indexed_db_helper.cc", |
| 5468 | "browsing_data/mock_browsing_data_indexed_db_helper.h", |
| 5469 | "browsing_data/mock_browsing_data_local_storage_helper.cc", |
| 5470 | "browsing_data/mock_browsing_data_local_storage_helper.h", |
jrummell | 6f67ebb | 2016-10-13 21:24:34 | [diff] [blame] | 5471 | "browsing_data/mock_browsing_data_media_license_helper.cc", |
| 5472 | "browsing_data/mock_browsing_data_media_license_helper.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5473 | "browsing_data/mock_browsing_data_quota_helper.cc", |
| 5474 | "browsing_data/mock_browsing_data_quota_helper.h", |
| 5475 | "browsing_data/mock_browsing_data_service_worker_helper.cc", |
| 5476 | "browsing_data/mock_browsing_data_service_worker_helper.h", |
Jochen Eisinger | 0ff7645c | 2017-11-28 08:11:26 | [diff] [blame] | 5477 | "browsing_data/mock_browsing_data_shared_worker_helper.cc", |
| 5478 | "browsing_data/mock_browsing_data_shared_worker_helper.h", |
Martin Sramek | b946afd | 2018-03-28 15:54:18 | [diff] [blame] | 5479 | "consent_auditor/consent_auditor_test_utils.cc", |
| 5480 | "consent_auditor/consent_auditor_test_utils.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5481 | "download/download_test_file_activity_observer.cc", |
| 5482 | "download/download_test_file_activity_observer.h", |
jochen | 3c6423f | 2016-11-12 22:23:44 | [diff] [blame] | 5483 | "history/history_test_utils.cc", |
| 5484 | "history/history_test_utils.h", |
Alexey Baskakov | 295e99a | 2018-11-16 04:45:53 | [diff] [blame] | 5485 | "installable/fake_installable_manager.cc", |
| 5486 | "installable/fake_installable_manager.h", |
Emily Stark | ca844c0 | 2019-08-28 04:28:44 | [diff] [blame] | 5487 | "lookalikes/safety_tips/safety_tip_test_utils.cc", |
| 5488 | "lookalikes/safety_tips/safety_tip_test_utils.h", |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 5489 | "media/webrtc/fake_desktop_media_list.cc", |
| 5490 | "media/webrtc/fake_desktop_media_list.h", |
Emircan Uysaler | 54124ea | 2018-08-09 23:20:38 | [diff] [blame] | 5491 | "media/webrtc/fake_desktop_media_picker_factory.cc", |
| 5492 | "media/webrtc/fake_desktop_media_picker_factory.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5493 | "net/dns_probe_test_util.cc", |
| 5494 | "net/dns_probe_test_util.h", |
Anita Woodruff | 29eb39f | 2017-11-16 21:00:05 | [diff] [blame] | 5495 | "notifications/metrics/mock_notification_metrics_logger.cc", |
| 5496 | "notifications/metrics/mock_notification_metrics_logger.h", |
Peter Beverloo | 14d352b | 2017-08-22 19:32:41 | [diff] [blame] | 5497 | "notifications/notification_display_service_tester.cc", |
| 5498 | "notifications/notification_display_service_tester.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5499 | "notifications/notification_test_util.cc", |
| 5500 | "notifications/notification_test_util.h", |
peter | 28d8b73 | 2017-04-11 17:36:17 | [diff] [blame] | 5501 | "notifications/stub_notification_display_service.cc", |
| 5502 | "notifications/stub_notification_display_service.h", |
timloh | f0a9878 | 2017-06-06 03:23:45 | [diff] [blame] | 5503 | "permissions/mock_permission_request.cc", |
| 5504 | "permissions/mock_permission_request.h", |
Tommy C. Li | fac0d44 | 2018-11-15 16:56:48 | [diff] [blame] | 5505 | "plugins/plugin_test_utils.cc", |
| 5506 | "plugins/plugin_test_utils.h", |
Owen Min | 099491d | 2019-05-16 17:37:24 | [diff] [blame] | 5507 | "policy/fake_browser_dm_token_storage.cc", |
| 5508 | "policy/fake_browser_dm_token_storage.h", |
Timothy Loh | 4a96be8 | 2017-11-13 07:41:39 | [diff] [blame] | 5509 | "predictors/loading_test_util.cc", |
| 5510 | "predictors/loading_test_util.h", |
Chris Hamilton | c745083 | 2018-06-12 13:41:15 | [diff] [blame] | 5511 | "resource_coordinator/tab_load_tracker_test_support.cc", |
| 5512 | "resource_coordinator/tab_load_tracker_test_support.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5513 | "search_engines/template_url_service_factory_test_util.cc", |
| 5514 | "search_engines/template_url_service_factory_test_util.h", |
| 5515 | "search_engines/template_url_service_test_util.cc", |
| 5516 | "search_engines/template_url_service_test_util.h", |
Antonio Gomes | f3118cf | 2019-02-14 22:17:07 | [diff] [blame] | 5517 | "signin/chrome_signin_client_test_util.cc", |
| 5518 | "signin/chrome_signin_client_test_util.h", |
Sven Zheng | 195cbb837 | 2019-08-09 19:01:13 | [diff] [blame] | 5519 | "signin/e2e_tests/test_accounts_util.cc", |
| 5520 | "signin/e2e_tests/test_accounts_util.h", |
Colin Blundell | 3f4b72c | 2018-10-17 11:25:57 | [diff] [blame] | 5521 | "signin/identity_test_environment_profile_adaptor.cc", |
| 5522 | "signin/identity_test_environment_profile_adaptor.h", |
David Roger | 346e25c7 | 2018-07-06 15:08:15 | [diff] [blame] | 5523 | "signin/scoped_account_consistency.cc", |
| 5524 | "signin/scoped_account_consistency.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5525 | "ssl/ssl_client_auth_requestor_mock.cc", |
| 5526 | "ssl/ssl_client_auth_requestor_mock.h", |
Timothy Loh | 4a96be8 | 2017-11-13 07:41:39 | [diff] [blame] | 5527 | "subresource_filter/test_ruleset_publisher.cc", |
| 5528 | "subresource_filter/test_ruleset_publisher.h", |
Evan Stade | 92a59bd | 2019-08-02 20:28:02 | [diff] [blame] | 5529 | "translate/translate_test_utils.cc", |
| 5530 | "translate/translate_test_utils.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5531 | ] |
| 5532 | |
brettw | bc8b2a2 | 2015-07-28 18:24:42 | [diff] [blame] | 5533 | configs += [ "//build/config:precompiled_headers" ] |
| 5534 | |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 5535 | public_deps = [ |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5536 | ":browser", |
Daniel Bratell | 65396b85 | 2018-09-10 09:06:55 | [diff] [blame] | 5537 | "//chrome/browser/safe_browsing:test_support", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 5538 | "//chrome/browser/ui:test_support", |
| 5539 | ] |
| 5540 | deps = [ |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 5541 | "//chrome/app/theme:theme_resources", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5542 | "//chrome/browser", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5543 | "//chrome/common", |
| 5544 | "//chrome/common/safe_browsing:proto", |
maxbogue | 26f4022 | 2016-09-16 20:22:18 | [diff] [blame] | 5545 | "//components/browser_sync:test_support", |
knn | 062cdbb | 2015-06-26 18:18:42 | [diff] [blame] | 5546 | "//components/invalidation/impl", |
| 5547 | "//components/invalidation/impl:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5548 | "//components/password_manager/core/browser:test_support", |
brettw | 3865a71 | 2016-12-10 05:59:08 | [diff] [blame] | 5549 | "//components/policy/core/browser:test_support", |
brettw | 9f7802a2 | 2016-01-30 06:40:17 | [diff] [blame] | 5550 | "//components/prefs:test_support", |
jialiul | 2e3385f | 2017-03-10 00:09:34 | [diff] [blame] | 5551 | "//components/safe_browsing:csd_proto", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5552 | "//components/search_engines:test_support", |
Ken Rockot | 61df041 | 2019-07-26 17:12:19 | [diff] [blame] | 5553 | "//components/services/unzip/content", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 5554 | "//components/sessions:test_support", |
Henrique Ferreiro | 94eb46f | 2019-07-03 14:38:56 | [diff] [blame] | 5555 | "//components/signin/public/identity_manager:test_support", |
engedy | 9ae0424 | 2016-06-08 13:31:18 | [diff] [blame] | 5556 | "//components/subresource_filter/core/browser:test_support", |
pkalinnikov | f7d7ff47 | 2016-07-27 11:53:59 | [diff] [blame] | 5557 | "//components/subresource_filter/core/common:test_support", |
maxbogue | ea16ff41 | 2016-10-28 16:35:29 | [diff] [blame] | 5558 | "//components/sync_preferences:test_support", |
oysteine | b766497 | 2017-02-01 19:18:48 | [diff] [blame] | 5559 | "//components/ukm:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5560 | "//content/test:test_support", |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 5561 | "//google_apis:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5562 | "//net:test_support", |
sammc | fb473a87 | 2017-04-03 01:56:59 | [diff] [blame] | 5563 | "//services/preferences/public/cpp/tracked:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5564 | "//skia", |
| 5565 | "//testing/gmock", |
| 5566 | "//testing/gtest", |
| 5567 | "//ui/gfx", |
| 5568 | ] |
| 5569 | |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 5570 | if (!is_android && !is_fuchsia) { |
Pavol Marko | 0260d06c0 | 2019-06-27 20:43:10 | [diff] [blame] | 5571 | deps += [ "//components/policy/test_support" ] |
Sergey Ulanov | ec1d3de | 2017-09-19 19:27:47 | [diff] [blame] | 5572 | } |
| 5573 | |
Tommy Nyquist | d7e1c1d | 2017-04-07 19:24:24 | [diff] [blame] | 5574 | if (is_android) { |
| 5575 | sources += [ |
| 5576 | "android/download/mock_download_controller.cc", |
| 5577 | "android/download/mock_download_controller.h", |
Ioana Pandele | 67513a8 | 2019-06-11 10:21:00 | [diff] [blame] | 5578 | "autofill/mock_address_accessory_controller.cc", |
| 5579 | "autofill/mock_address_accessory_controller.h", |
Tommy Martino | f712e36 | 2019-06-26 14:45:02 | [diff] [blame] | 5580 | "autofill/mock_credit_card_accessory_controller.cc", |
| 5581 | "autofill/mock_credit_card_accessory_controller.h", |
Ioana Pandele | 67513a8 | 2019-06-11 10:21:00 | [diff] [blame] | 5582 | "autofill/mock_manual_filling_view.cc", |
| 5583 | "autofill/mock_manual_filling_view.h", |
Friedrich Horschig | 9a66f14 | 2019-06-24 17:23:28 | [diff] [blame] | 5584 | "autofill/mock_password_accessory_controller.cc", |
| 5585 | "autofill/mock_password_accessory_controller.h", |
Tommy Nyquist | d7e1c1d | 2017-04-07 19:24:24 | [diff] [blame] | 5586 | ] |
Tanya Gupta | f66cd5d | 2019-02-22 01:22:56 | [diff] [blame] | 5587 | deps += [ "//chrome/android:test_support_jni_headers" ] |
Tommy Nyquist | d7e1c1d | 2017-04-07 19:24:24 | [diff] [blame] | 5588 | } else { |
brettw | ae8ec0cd | 2016-08-26 22:40:16 | [diff] [blame] | 5589 | sources += [ |
Bret Sepulveda | e6e84f7 | 2017-10-20 03:37:40 | [diff] [blame] | 5590 | "chooser_controller/fake_bluetooth_chooser_controller.cc", |
| 5591 | "chooser_controller/fake_bluetooth_chooser_controller.h", |
| 5592 | "chooser_controller/fake_usb_chooser_controller.cc", |
| 5593 | "chooser_controller/fake_usb_chooser_controller.h", |
thestig | 259da0b | 2015-10-07 18:09:08 | [diff] [blame] | 5594 | "download/test_download_shelf.cc", |
| 5595 | "download/test_download_shelf.h", |
| 5596 | "profile_resetter/profile_resetter_test_base.cc", |
| 5597 | "profile_resetter/profile_resetter_test_base.h", |
| 5598 | "sessions/session_restore_test_helper.cc", |
| 5599 | "sessions/session_restore_test_helper.h", |
Sebastien Marchand | fbeab20 | 2018-12-03 22:10:10 | [diff] [blame] | 5600 | "sessions/session_restore_test_utils.cc", |
| 5601 | "sessions/session_restore_test_utils.h", |
thestig | 354985d | 2015-09-28 20:55:00 | [diff] [blame] | 5602 | "sessions/session_service_test_helper.cc", |
| 5603 | "sessions/session_service_test_helper.h", |
Chris Hamilton | 6b0f670 | 2018-06-05 12:57:15 | [diff] [blame] | 5604 | "sessions/tab_loader_tester.cc", |
| 5605 | "sessions/tab_loader_tester.h", |
Michael Giuffrida | 23c0718 | 2018-02-10 09:15:09 | [diff] [blame] | 5606 | "ui/tabs/tab_activity_simulator.cc", |
| 5607 | "ui/tabs/tab_activity_simulator.h", |
thestig | 354985d | 2015-09-28 20:55:00 | [diff] [blame] | 5608 | ] |
| 5609 | } |
| 5610 | |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5611 | if (is_chromeos) { |
| 5612 | sources += [ |
| 5613 | "chromeos/app_mode/fake_cws.cc", |
| 5614 | "chromeos/app_mode/fake_cws.h", |
hidehiko | 3b196d3 | 2016-12-02 11:05:21 | [diff] [blame] | 5615 | "chromeos/arc/extensions/fake_arc_support.cc", |
| 5616 | "chromeos/arc/extensions/fake_arc_support.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5617 | "chromeos/file_manager/fake_disk_mount_manager.cc", |
| 5618 | "chromeos/file_manager/fake_disk_mount_manager.h", |
| 5619 | "chromeos/input_method/mock_candidate_window_controller.cc", |
| 5620 | "chromeos/input_method/mock_candidate_window_controller.h", |
| 5621 | "chromeos/input_method/mock_input_method_engine.cc", |
| 5622 | "chromeos/input_method/mock_input_method_engine.h", |
azurewei | 045de38 | 2017-01-06 02:06:00 | [diff] [blame] | 5623 | "chromeos/input_method/mock_input_method_manager_impl.cc", |
| 5624 | "chromeos/input_method/mock_input_method_manager_impl.h", |
jdufault | eda3863d | 2017-02-24 19:49:12 | [diff] [blame] | 5625 | "chromeos/login/screens/mock_device_disabled_screen_view.cc", |
| 5626 | "chromeos/login/screens/mock_device_disabled_screen_view.h", |
nkostylev | 393309f | 2015-02-05 13:57:39 | [diff] [blame] | 5627 | "chromeos/login/session/user_session_manager_test_api.cc", |
| 5628 | "chromeos/login/session/user_session_manager_test_api.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5629 | "chromeos/login/test/js_checker.cc", |
| 5630 | "chromeos/login/test/js_checker.h", |
Tony de Luna | f19732e7 | 2019-04-25 02:10:29 | [diff] [blame] | 5631 | "chromeos/login/test/oobe_auth_page_waiter.cc", |
| 5632 | "chromeos/login/test/oobe_auth_page_waiter.h", |
Denis Kuznetsov | 01f66ee7 | 2018-08-31 16:20:05 | [diff] [blame] | 5633 | "chromeos/login/test/oobe_configuration_waiter.cc", |
| 5634 | "chromeos/login/test/oobe_configuration_waiter.h", |
Toni Barzic | bd5c78d3 | 2019-04-03 23:39:35 | [diff] [blame] | 5635 | "chromeos/login/test/oobe_screen_exit_waiter.cc", |
| 5636 | "chromeos/login/test/oobe_screen_exit_waiter.h", |
satorux | b7a72ea | 2015-02-13 07:19:59 | [diff] [blame] | 5637 | "chromeos/login/test/oobe_screen_waiter.cc", |
| 5638 | "chromeos/login/test/oobe_screen_waiter.h", |
[email protected] | a6f4038 | 2018-03-29 22:34:49 | [diff] [blame] | 5639 | "chromeos/login/ui/fake_login_display_host.cc", |
| 5640 | "chromeos/login/ui/fake_login_display_host.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5641 | "chromeos/login/ui/mock_login_display.cc", |
| 5642 | "chromeos/login/ui/mock_login_display.h", |
| 5643 | "chromeos/login/ui/mock_login_display_host.cc", |
| 5644 | "chromeos/login/ui/mock_login_display_host.h", |
brettw | 7d6ec246 | 2015-01-07 13:00:51 | [diff] [blame] | 5645 | "chromeos/login/users/avatar/mock_user_image_manager.cc", |
| 5646 | "chromeos/login/users/avatar/mock_user_image_manager.h", |
merkulova | 793f302 | 2015-02-04 10:18:30 | [diff] [blame] | 5647 | "chromeos/login/users/fake_chrome_user_manager.cc", |
| 5648 | "chromeos/login/users/fake_chrome_user_manager.h", |
brettw | 7d6ec246 | 2015-01-07 13:00:51 | [diff] [blame] | 5649 | "chromeos/login/users/fake_supervised_user_manager.cc", |
| 5650 | "chromeos/login/users/fake_supervised_user_manager.h", |
brettw | 7d6ec246 | 2015-01-07 13:00:51 | [diff] [blame] | 5651 | "chromeos/login/users/mock_user_manager.cc", |
| 5652 | "chromeos/login/users/mock_user_manager.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5653 | "chromeos/net/network_portal_detector_test_utils.cc", |
| 5654 | "chromeos/net/network_portal_detector_test_utils.h", |
| 5655 | "chromeos/policy/cloud_external_data_manager_base_test_util.cc", |
| 5656 | "chromeos/policy/cloud_external_data_manager_base_test_util.h", |
| 5657 | "chromeos/policy/device_policy_builder.cc", |
| 5658 | "chromeos/policy/device_policy_builder.h", |
| 5659 | "chromeos/policy/fake_device_cloud_policy_initializer.cc", |
| 5660 | "chromeos/policy/fake_device_cloud_policy_initializer.h", |
brettw | a68ea2b | 2015-02-01 02:54:07 | [diff] [blame] | 5661 | "chromeos/policy/fake_device_cloud_policy_manager.cc", |
| 5662 | "chromeos/policy/fake_device_cloud_policy_manager.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5663 | "chromeos/settings/device_settings_test_helper.cc", |
| 5664 | "chromeos/settings/device_settings_test_helper.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5665 | ] |
agrieve | 95ba444 | 2016-04-25 15:47:13 | [diff] [blame] | 5666 | configs += [ "//build/config/linux/dbus" ] |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 5667 | deps += [ "//chromeos:test_support" ] |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5668 | } |
| 5669 | |
Daniel Bratell | 880762a9 | 2018-02-05 18:11:08 | [diff] [blame] | 5670 | if (is_win) { |
| 5671 | sources += [ |
Xi Cheng | af7de42 | 2018-11-15 22:19:18 | [diff] [blame] | 5672 | "notifications/win/fake_itoastnotification.cc", |
| 5673 | "notifications/win/fake_itoastnotification.h", |
Daniel Bratell | 880762a9 | 2018-02-05 18:11:08 | [diff] [blame] | 5674 | ] |
| 5675 | } |
| 5676 | |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 5677 | if (enable_app_list) { |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5678 | sources += [ |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 5679 | "ui/app_list/test/chrome_app_list_test_support.cc", |
| 5680 | "ui/app_list/test/chrome_app_list_test_support.h", |
| 5681 | "ui/app_list/test/test_app_list_controller_delegate.cc", |
| 5682 | "ui/app_list/test/test_app_list_controller_delegate.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5683 | ] |
| 5684 | } |
| 5685 | |
| 5686 | if (enable_extensions) { |
| 5687 | sources += [ |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5688 | "extensions/api/messaging/native_messaging_test_util.cc", |
| 5689 | "extensions/api/messaging/native_messaging_test_util.h", |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 5690 | "extensions/chrome_extension_test_notification_observer.cc", |
| 5691 | "extensions/chrome_extension_test_notification_observer.h", |
| 5692 | "extensions/chrome_test_extension_loader.cc", |
| 5693 | "extensions/chrome_test_extension_loader.h", |
| 5694 | "extensions/extension_action_test_util.cc", |
| 5695 | "extensions/extension_action_test_util.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5696 | "extensions/mock_extension_special_storage_policy.cc", |
| 5697 | "extensions/mock_extension_special_storage_policy.h", |
| 5698 | "extensions/test_blacklist.cc", |
| 5699 | "extensions/test_blacklist.h", |
| 5700 | "extensions/test_blacklist_state_fetcher.cc", |
| 5701 | "extensions/test_blacklist_state_fetcher.h", |
satorux | b7a72ea | 2015-02-13 07:19:59 | [diff] [blame] | 5702 | "extensions/test_extension_environment.cc", |
| 5703 | "extensions/test_extension_environment.h", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5704 | "extensions/test_extension_prefs.cc", |
| 5705 | "extensions/test_extension_prefs.h", |
| 5706 | "extensions/test_extension_service.cc", |
| 5707 | "extensions/test_extension_service.h", |
| 5708 | "extensions/test_extension_system.cc", |
| 5709 | "extensions/test_extension_system.h", |
| 5710 | "media_galleries/media_galleries_test_util.cc", |
| 5711 | "media_galleries/media_galleries_test_util.h", |
| 5712 | ] |
lukasza | 8acc4eb | 2015-07-20 20:57:20 | [diff] [blame] | 5713 | deps += [ |
| 5714 | "//components/drive:test_support", |
Ken Rockot | 61df041 | 2019-07-26 17:12:19 | [diff] [blame] | 5715 | "//components/services/unzip:in_process", |
lukasza | 8acc4eb | 2015-07-20 20:57:20 | [diff] [blame] | 5716 | "//components/storage_monitor:test_support", |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 5717 | "//extensions:test_support", |
Mario Sanchez Prada | fdda9f6 | 2018-10-18 13:50:45 | [diff] [blame] | 5718 | "//google_apis:test_support", |
Jay Civelli | ea8f3df | 2018-01-24 05:17:32 | [diff] [blame] | 5719 | "//services/data_decoder/public/cpp:test_support", |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5720 | ] |
| 5721 | } |
xhwang | c3a252b | 2016-05-23 02:35:48 | [diff] [blame] | 5722 | |
Xiaohan Wang | 3a2df1e | 2017-07-24 18:34:44 | [diff] [blame] | 5723 | if (enable_library_cdms) { |
xhwang | c3a252b | 2016-05-23 02:35:48 | [diff] [blame] | 5724 | sources += [ |
Xiaohan Wang | fef7061a | 2017-09-14 02:41:12 | [diff] [blame] | 5725 | "media/library_cdm_test_helper.cc", |
| 5726 | "media/library_cdm_test_helper.h", |
xhwang | c3a252b | 2016-05-23 02:35:48 | [diff] [blame] | 5727 | ] |
Suchit Agrawal | 33aa402 | 2017-07-12 04:13:41 | [diff] [blame] | 5728 | deps += [ "//media/cdm:cdm_paths" ] |
xhwang | c3a252b | 2016-05-23 02:35:48 | [diff] [blame] | 5729 | } |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 5730 | |
Qingsi Wang | c2213d5d | 2018-11-02 01:28:12 | [diff] [blame] | 5731 | if (enable_service_discovery) { |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 5732 | sources += [ |
| 5733 | "local_discovery/test_service_discovery_client.cc", |
| 5734 | "local_discovery/test_service_discovery_client.h", |
| 5735 | ] |
| 5736 | } |
| 5737 | |
| 5738 | if (safe_browsing_mode != 0) { |
| 5739 | # "Safe Browsing Basic" files used for safe browsing in full mode |
| 5740 | # (safe_browsing=1) and mobile (=2) |
| 5741 | sources += [ |
| 5742 | "safe_browsing/certificate_reporting_service_test_utils.cc", |
| 5743 | "safe_browsing/certificate_reporting_service_test_utils.h", |
Timothy Loh | 31cb90e | 2018-03-07 04:38:24 | [diff] [blame] | 5744 | "safe_browsing/mock_report_sender.cc", |
| 5745 | "safe_browsing/mock_report_sender.h", |
Lei Zhang | 9d1be13 | 2017-10-03 22:33:19 | [diff] [blame] | 5746 | ] |
| 5747 | } |
| 5748 | |
| 5749 | if (safe_browsing_mode == 1) { |
| 5750 | sources += [ |
| 5751 | "extensions/fake_safe_browsing_database_manager.cc", |
| 5752 | "extensions/fake_safe_browsing_database_manager.h", |
| 5753 | ] |
| 5754 | } |
Dave Tapuska | 093acc6 | 2017-12-06 15:17:52 | [diff] [blame] | 5755 | |
| 5756 | if (has_spellcheck_panel) { |
| 5757 | sources += [ |
Dave Tapuska | 093acc6 | 2017-12-06 15:17:52 | [diff] [blame] | 5758 | "spellchecker/test/spellcheck_mock_panel_host.cc", |
| 5759 | "spellchecker/test/spellcheck_mock_panel_host.h", |
Ken Rockot | c185b2a | 2019-08-01 22:19:48 | [diff] [blame] | 5760 | "spellchecker/test/spellcheck_panel_browsertest_helper.cc", |
| 5761 | "spellchecker/test/spellcheck_panel_browsertest_helper.h", |
Dave Tapuska | 093acc6 | 2017-12-06 15:17:52 | [diff] [blame] | 5762 | ] |
| 5763 | } |
Brett Wilson | 052ce13 | 2014-09-12 19:46:29 | [diff] [blame] | 5764 | } |
sdefresne | d967d55 | 2015-07-16 08:34:35 | [diff] [blame] | 5765 | |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 5766 | if (!is_android) { |
| 5767 | static_library("test_support_ui") { |
| 5768 | testonly = true |
| 5769 | configs += [ "//build/config:precompiled_headers" ] |
thestig | 65d7c5c | 2015-10-06 18:13:47 | [diff] [blame] | 5770 | |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 5771 | # Always include this via the main test support UI target. |
| 5772 | visibility = [ "//chrome/test:test_support_ui" ] |
thestig | 65d7c5c | 2015-10-06 18:13:47 | [diff] [blame] | 5773 | |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 5774 | sources = [ |
vasilii | 47d59c35 | 2017-03-22 11:20:25 | [diff] [blame] | 5775 | "password_manager/password_manager_test_base.cc", |
| 5776 | "password_manager/password_manager_test_base.h", |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 5777 | "signin/token_revoker_test_utils.cc", |
| 5778 | "signin/token_revoker_test_utils.h", |
David Roger | c62f226 | 2019-01-16 17:31:04 | [diff] [blame] | 5779 | "ui/webui/signin/login_ui_test_utils.cc", |
| 5780 | "ui/webui/signin/login_ui_test_utils.h", |
rbpotter | c46964a | 2019-07-19 01:08:34 | [diff] [blame] | 5781 | "ui/webui/test_data_source.cc", |
| 5782 | "ui/webui/test_data_source.h", |
tsergeant | bd856e8 | 2017-01-12 02:36:47 | [diff] [blame] | 5783 | "ui/webui/web_ui_test_handler.cc", |
| 5784 | "ui/webui/web_ui_test_handler.h", |
| 5785 | ] |
Ivan Afanasyev | 98363376 | 2017-09-06 14:33:09 | [diff] [blame] | 5786 | |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 5787 | deps = [ |
John Budorick | fbf99d2 | 2018-06-13 22:56:35 | [diff] [blame] | 5788 | ":browser", |
Christopher Lam | bed22da4 | 2018-05-22 07:22:30 | [diff] [blame] | 5789 | "//chrome:browser_tests_pak", |
| 5790 | "//chrome/common:mojo_bindings", |
| 5791 | "//chrome/test/data:web_ui_test_bindings", |
danakj | e4beb996 | 2019-05-28 23:56:03 | [diff] [blame] | 5792 | "//components/metrics:test_support", |
| 5793 | "//components/password_manager/core/browser:test_support", |
| 5794 | "//components/translate/content/common", |
| 5795 | ] |
| 5796 | |
| 5797 | public_deps = [ |
| 5798 | "//net:test_support", |
Christopher Lam | bed22da4 | 2018-05-22 07:22:30 | [diff] [blame] | 5799 | ] |
tsergeant | bd856e8 | 2017-01-12 02:36:47 | [diff] [blame] | 5800 | } |
thestig | 65d7c5c | 2015-10-06 18:13:47 | [diff] [blame] | 5801 | } |
Rayan Kanso | 2e00e72b | 2019-08-23 15:32:57 | [diff] [blame] | 5802 | |
| 5803 | if (is_android) { |
Rayan Kanso | d3a82ed9 | 2019-08-29 13:47:25 | [diff] [blame] | 5804 | java_cpp_enum("sharing_device_capability_generated_enum") { |
| 5805 | sources = [ |
| 5806 | "sharing/sharing_device_capability.h", |
| 5807 | ] |
| 5808 | } |
Rayan Kanso | 2e00e72b | 2019-08-23 15:32:57 | [diff] [blame] | 5809 | java_cpp_enum("sharing_send_message_result_generated_enum") { |
| 5810 | sources = [ |
| 5811 | "sharing/sharing_send_message_result.h", |
| 5812 | ] |
| 5813 | } |
| 5814 | } |