| 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_ios.cc", | 53 "login_database_ios.cc", |
| 52 "login_database_mac.cc", | 54 "login_database_mac.cc", |
| 53 "login_database_posix.cc", | 55 "login_database_posix.cc", |
| 54 "login_database_win.cc", | 56 "login_database_win.cc", |
| 55 "login_model.cc", | 57 "login_model.cc", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 "fake_affiliation_api.cc", | 146 "fake_affiliation_api.cc", |
| 145 "fake_affiliation_api.h", | 147 "fake_affiliation_api.h", |
| 146 "fake_affiliation_fetcher.cc", | 148 "fake_affiliation_fetcher.cc", |
| 147 "fake_affiliation_fetcher.h", | 149 "fake_affiliation_fetcher.h", |
| 148 "mock_affiliation_consumer.cc", | 150 "mock_affiliation_consumer.cc", |
| 149 "mock_affiliation_consumer.h", | 151 "mock_affiliation_consumer.h", |
| 150 "mock_password_store.cc", | 152 "mock_password_store.cc", |
| 151 "mock_password_store.h", | 153 "mock_password_store.h", |
| 152 "password_manager_test_utils.cc", | 154 "password_manager_test_utils.cc", |
| 153 "password_manager_test_utils.h", | 155 "password_manager_test_utils.h", |
| 156 "stub_log_manager.cc", |
| 157 "stub_log_manager.h", |
| 154 "stub_password_manager_client.cc", | 158 "stub_password_manager_client.cc", |
| 155 "stub_password_manager_client.h", | 159 "stub_password_manager_client.h", |
| 156 "stub_password_manager_driver.cc", | 160 "stub_password_manager_driver.cc", |
| 157 "stub_password_manager_driver.h", | 161 "stub_password_manager_driver.h", |
| 158 "test_password_store.cc", | 162 "test_password_store.cc", |
| 159 "test_password_store.h", | 163 "test_password_store.h", |
| 160 ] | 164 ] |
| 161 | 165 |
| 162 public_deps = [ | 166 public_deps = [ |
| 163 ":browser", | 167 ":browser", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 177 "affiliation_backend_unittest.cc", | 181 "affiliation_backend_unittest.cc", |
| 178 "affiliation_database_unittest.cc", | 182 "affiliation_database_unittest.cc", |
| 179 "affiliation_fetch_throttler_unittest.cc", | 183 "affiliation_fetch_throttler_unittest.cc", |
| 180 "affiliation_fetcher_unittest.cc", | 184 "affiliation_fetcher_unittest.cc", |
| 181 "affiliation_service_unittest.cc", | 185 "affiliation_service_unittest.cc", |
| 182 "affiliation_utils_unittest.cc", | 186 "affiliation_utils_unittest.cc", |
| 183 "browser_save_password_progress_logger_unittest.cc", | 187 "browser_save_password_progress_logger_unittest.cc", |
| 184 "export/csv_writer_unittest.cc", | 188 "export/csv_writer_unittest.cc", |
| 185 "facet_manager_unittest.cc", | 189 "facet_manager_unittest.cc", |
| 186 "import/csv_reader_unittest.cc", | 190 "import/csv_reader_unittest.cc", |
| 191 "log_manager_unittest.cc", |
| 187 "log_router_unittest.cc", | 192 "log_router_unittest.cc", |
| 188 "login_database_unittest.cc", | 193 "login_database_unittest.cc", |
| 189 "login_model_unittest.cc", | 194 "login_model_unittest.cc", |
| 190 "mock_affiliated_match_helper.cc", | 195 "mock_affiliated_match_helper.cc", |
| 191 "mock_affiliated_match_helper.h", | 196 "mock_affiliated_match_helper.h", |
| 192 "password_autofill_manager_unittest.cc", | 197 "password_autofill_manager_unittest.cc", |
| 193 "password_bubble_experiment_unittest.cc", | 198 "password_bubble_experiment_unittest.cc", |
| 194 "password_form_manager_unittest.cc", | 199 "password_form_manager_unittest.cc", |
| 195 "password_generation_manager_unittest.cc", | 200 "password_generation_manager_unittest.cc", |
| 196 "password_manager_metrics_util_unittest.cc", | 201 "password_manager_metrics_util_unittest.cc", |
| 197 "password_manager_settings_migration_experiment_unittest.cc", | 202 "password_manager_settings_migration_experiment_unittest.cc", |
| 198 "password_manager_unittest.cc", | 203 "password_manager_unittest.cc", |
| 199 "password_manager_util_unittest.cc", | 204 "password_manager_util_unittest.cc", |
| 200 "password_store_default_unittest.cc", | 205 "password_store_default_unittest.cc", |
| 201 "password_store_unittest.cc", | 206 "password_store_unittest.cc", |
| 202 "password_syncable_service_unittest.cc", | 207 "password_syncable_service_unittest.cc", |
| 203 "password_ui_utils_unittest.cc", | 208 "password_ui_utils_unittest.cc", |
| 204 "psl_matching_helper_unittest.cc", | 209 "psl_matching_helper_unittest.cc", |
| 205 "statistics_table_unittest.cc", | 210 "statistics_table_unittest.cc", |
| 206 ] | 211 ] |
| 207 deps = [ | 212 deps = [ |
| 208 ":test_support", | 213 ":test_support", |
| 209 "//sql:test_support", | 214 "//sql:test_support", |
| 210 "//testing/gmock", | 215 "//testing/gmock", |
| 211 "//testing/gtest", | 216 "//testing/gtest", |
| 212 ] | 217 ] |
| 213 } | 218 } |
| OLD | NEW |