| 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.h", |
| 46 "log_receiver.h", | 47 "log_receiver.h", |
| 47 "log_router.cc", | 48 "log_router.cc", |
| 48 "log_router.h", | 49 "log_router.h", |
| 49 "login_database.cc", | 50 "login_database.cc", |
| 50 "login_database.h", | 51 "login_database.h", |
| 51 "login_database_mac.cc", | 52 "login_database_mac.cc", |
| 52 "login_database_posix.cc", | 53 "login_database_posix.cc", |
| 53 "login_database_win.cc", | 54 "login_database_win.cc", |
| 54 "login_model.cc", | 55 "login_model.cc", |
| 55 "login_model.h", | 56 "login_model.h", |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 "password_ui_utils_unittest.cc", | 207 "password_ui_utils_unittest.cc", |
| 207 "psl_matching_helper_unittest.cc", | 208 "psl_matching_helper_unittest.cc", |
| 208 "statistics_table_unittest.cc", | 209 "statistics_table_unittest.cc", |
| 209 ] | 210 ] |
| 210 deps = [ | 211 deps = [ |
| 211 ":test_support", | 212 ":test_support", |
| 212 "//testing/gmock", | 213 "//testing/gmock", |
| 213 "//testing/gtest", | 214 "//testing/gtest", |
| 214 ] | 215 ] |
| 215 } | 216 } |
| OLD | NEW |