Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Side by Side Diff: components/password_manager/core/browser/BUILD.gn

Issue 1193143003: Enable import/export of passwords into/from Password Manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 19 matching lines...) Expand all
30 "browser_save_password_progress_logger.h", 30 "browser_save_password_progress_logger.h",
31 "credential_manager_password_form_manager.cc", 31 "credential_manager_password_form_manager.cc",
32 "credential_manager_password_form_manager.h", 32 "credential_manager_password_form_manager.h",
33 "credential_manager_pending_request_task.cc", 33 "credential_manager_pending_request_task.cc",
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 "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 "export/password_exporter.cc",
41 "export/password_exporter.h",
40 "facet_manager.cc", 42 "facet_manager.cc",
41 "facet_manager.h", 43 "facet_manager.h",
42 "facet_manager_host.h", 44 "facet_manager_host.h",
43 "import/csv_reader.cc", 45 "import/csv_reader.cc",
44 "import/csv_reader.h", 46 "import/csv_reader.h",
47 "import/password_importer.cc",
48 "import/password_importer.h",
45 "keychain_migration_status_mac.h", 49 "keychain_migration_status_mac.h",
46 "log_manager.cc", 50 "log_manager.cc",
47 "log_manager.h", 51 "log_manager.h",
48 "log_receiver.h", 52 "log_receiver.h",
49 "log_router.cc", 53 "log_router.cc",
50 "log_router.h", 54 "log_router.h",
51 "login_database.cc", 55 "login_database.cc",
52 "login_database.h", 56 "login_database.h",
53 "login_database_ios.cc", 57 "login_database_ios.cc",
54 "login_database_mac.cc", 58 "login_database_mac.cc",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "//components/variations", 241 "//components/variations",
238 "//net:test_support", 242 "//net:test_support",
239 "//sql:test_support", 243 "//sql:test_support",
240 "//sync:test_support_sync_api", 244 "//sync:test_support_sync_api",
241 "//testing/gmock", 245 "//testing/gmock",
242 "//testing/gtest", 246 "//testing/gtest",
243 "//ui/base", 247 "//ui/base",
244 "//url", 248 "//url",
245 ] 249 ]
246 } 250 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698