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 23 matching lines...) Expand all Loading... |
34 "credential_manager_pending_request_task.h", | 34 "credential_manager_pending_request_task.h", |
35 "credential_manager_pending_require_user_mediation_task.cc", | 35 "credential_manager_pending_require_user_mediation_task.cc", |
36 "credential_manager_pending_require_user_mediation_task.h", | 36 "credential_manager_pending_require_user_mediation_task.h", |
37 "export/csv_writer.cc", | 37 "export/csv_writer.cc", |
38 "export/csv_writer.h", | 38 "export/csv_writer.h", |
39 "facet_manager.cc", | 39 "facet_manager.cc", |
40 "facet_manager.h", | 40 "facet_manager.h", |
41 "facet_manager_host.h", | 41 "facet_manager_host.h", |
42 "import/csv_reader.cc", | 42 "import/csv_reader.cc", |
43 "import/csv_reader.h", | 43 "import/csv_reader.h", |
| 44 "keychain_migration_status_mac.h", |
44 "log_receiver.h", | 45 "log_receiver.h", |
45 "log_router.cc", | 46 "log_router.cc", |
46 "log_router.h", | 47 "log_router.h", |
47 "login_database.cc", | 48 "login_database.cc", |
48 "login_database.h", | 49 "login_database.h", |
49 "login_database_mac.cc", | 50 "login_database_mac.cc", |
50 "login_database_posix.cc", | 51 "login_database_posix.cc", |
51 "login_database_win.cc", | 52 "login_database_win.cc", |
52 "login_model.h", | 53 "login_model.h", |
53 "password_autofill_manager.cc", | 54 "password_autofill_manager.cc", |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 public_deps = [ | 149 public_deps = [ |
149 ":browser", | 150 ":browser", |
150 ] | 151 ] |
151 deps = [ | 152 deps = [ |
152 "//base", | 153 "//base", |
153 "//components/autofill/core/common", | 154 "//components/autofill/core/common", |
154 "//testing/gmock", | 155 "//testing/gmock", |
155 "//testing/gtest", | 156 "//testing/gtest", |
156 ] | 157 ] |
157 } | 158 } |
OLD | NEW |