OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//third_party/protobuf/proto_library.gni") | 5 import("//third_party/protobuf/proto_library.gni") |
6 | 6 |
7 if (is_android) { | 7 if (is_android) { |
8 import("//build/config/android/config.gni") | 8 import("//build/config/android/config.gni") |
9 } | 9 } |
10 | 10 |
(...skipping 25 matching lines...) Expand all Loading... |
36 "credential_manager_pending_require_user_mediation_task.h", | 36 "credential_manager_pending_require_user_mediation_task.h", |
37 "credentials_filter.h", | 37 "credentials_filter.h", |
38 "export/csv_writer.cc", | 38 "export/csv_writer.cc", |
39 "export/csv_writer.h", | 39 "export/csv_writer.h", |
40 "facet_manager.cc", | 40 "facet_manager.cc", |
41 "facet_manager.h", | 41 "facet_manager.h", |
42 "facet_manager_host.h", | 42 "facet_manager_host.h", |
43 "import/csv_reader.cc", | 43 "import/csv_reader.cc", |
44 "import/csv_reader.h", | 44 "import/csv_reader.h", |
45 "keychain_migration_status_mac.h", | 45 "keychain_migration_status_mac.h", |
| 46 "log_manager.cc", |
| 47 "log_manager.h", |
46 "log_receiver.h", | 48 "log_receiver.h", |
47 "log_router.cc", | 49 "log_router.cc", |
48 "log_router.h", | 50 "log_router.h", |
49 "login_database.cc", | 51 "login_database.cc", |
50 "login_database.h", | 52 "login_database.h", |
51 "login_database_mac.cc", | 53 "login_database_mac.cc", |
52 "login_database_posix.cc", | 54 "login_database_posix.cc", |
53 "login_database_win.cc", | 55 "login_database_win.cc", |
54 "login_model.cc", | 56 "login_model.cc", |
55 "login_model.h", | 57 "login_model.h", |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 | 139 |
138 proto_library("proto") { | 140 proto_library("proto") { |
139 sources = [ | 141 sources = [ |
140 "affiliation_api.proto", | 142 "affiliation_api.proto", |
141 ] | 143 ] |
142 } | 144 } |
143 | 145 |
144 source_set("test_support") { | 146 source_set("test_support") { |
145 testonly = true | 147 testonly = true |
146 sources = [ | 148 sources = [ |
| 149 "dummy_log_manager.cc", |
| 150 "dummy_log_manager.h", |
147 "fake_affiliation_api.cc", | 151 "fake_affiliation_api.cc", |
148 "fake_affiliation_api.h", | 152 "fake_affiliation_api.h", |
149 "fake_affiliation_fetcher.cc", | 153 "fake_affiliation_fetcher.cc", |
150 "fake_affiliation_fetcher.h", | 154 "fake_affiliation_fetcher.h", |
151 "mock_affiliation_consumer.cc", | 155 "mock_affiliation_consumer.cc", |
152 "mock_affiliation_consumer.h", | 156 "mock_affiliation_consumer.h", |
153 "mock_password_store.cc", | 157 "mock_password_store.cc", |
154 "mock_password_store.h", | 158 "mock_password_store.h", |
155 "password_manager_test_utils.cc", | 159 "password_manager_test_utils.cc", |
156 "password_manager_test_utils.h", | 160 "password_manager_test_utils.h", |
(...skipping 23 matching lines...) Expand all Loading... |
180 "affiliation_backend_unittest.cc", | 184 "affiliation_backend_unittest.cc", |
181 "affiliation_database_unittest.cc", | 185 "affiliation_database_unittest.cc", |
182 "affiliation_fetch_throttler_unittest.cc", | 186 "affiliation_fetch_throttler_unittest.cc", |
183 "affiliation_fetcher_unittest.cc", | 187 "affiliation_fetcher_unittest.cc", |
184 "affiliation_service_unittest.cc", | 188 "affiliation_service_unittest.cc", |
185 "affiliation_utils_unittest.cc", | 189 "affiliation_utils_unittest.cc", |
186 "browser_save_password_progress_logger_unittest.cc", | 190 "browser_save_password_progress_logger_unittest.cc", |
187 "export/csv_writer_unittest.cc", | 191 "export/csv_writer_unittest.cc", |
188 "facet_manager_unittest.cc", | 192 "facet_manager_unittest.cc", |
189 "import/csv_reader_unittest.cc", | 193 "import/csv_reader_unittest.cc", |
| 194 "log_manager_unittest.cc", |
190 "log_router_unittest.cc", | 195 "log_router_unittest.cc", |
191 "login_database_unittest.cc", | 196 "login_database_unittest.cc", |
192 "login_model_unittest.cc", | 197 "login_model_unittest.cc", |
193 "mock_affiliated_match_helper.cc", | 198 "mock_affiliated_match_helper.cc", |
194 "mock_affiliated_match_helper.h", | 199 "mock_affiliated_match_helper.h", |
195 "password_autofill_manager_unittest.cc", | 200 "password_autofill_manager_unittest.cc", |
196 "password_bubble_experiment_unittest.cc", | 201 "password_bubble_experiment_unittest.cc", |
197 "password_form_manager_unittest.cc", | 202 "password_form_manager_unittest.cc", |
198 "password_generation_manager_unittest.cc", | 203 "password_generation_manager_unittest.cc", |
199 "password_manager_metrics_util_unittest.cc", | 204 "password_manager_metrics_util_unittest.cc", |
200 "password_manager_settings_migration_experiment_unittest.cc", | 205 "password_manager_settings_migration_experiment_unittest.cc", |
201 "password_manager_unittest.cc", | 206 "password_manager_unittest.cc", |
202 "password_manager_util_unittest.cc", | 207 "password_manager_util_unittest.cc", |
203 "password_store_default_unittest.cc", | 208 "password_store_default_unittest.cc", |
204 "password_store_unittest.cc", | 209 "password_store_unittest.cc", |
205 "password_syncable_service_unittest.cc", | 210 "password_syncable_service_unittest.cc", |
206 "password_ui_utils_unittest.cc", | 211 "password_ui_utils_unittest.cc", |
207 "psl_matching_helper_unittest.cc", | 212 "psl_matching_helper_unittest.cc", |
208 "statistics_table_unittest.cc", | 213 "statistics_table_unittest.cc", |
209 ] | 214 ] |
210 deps = [ | 215 deps = [ |
211 ":test_support", | 216 ":test_support", |
212 "//testing/gmock", | 217 "//testing/gmock", |
213 "//testing/gtest", | 218 "//testing/gtest", |
214 ] | 219 ] |
215 } | 220 } |
OLD | NEW |