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

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

Issue 1211253015: Revert "Start the migration of passwords from the Keychain." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 23 matching lines...) Expand all
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",
45 "log_receiver.h", 44 "log_receiver.h",
46 "log_router.cc", 45 "log_router.cc",
47 "log_router.h", 46 "log_router.h",
48 "login_database.cc", 47 "login_database.cc",
49 "login_database.h", 48 "login_database.h",
50 "login_database_mac.cc", 49 "login_database_mac.cc",
51 "login_database_posix.cc", 50 "login_database_posix.cc",
52 "login_database_win.cc", 51 "login_database_win.cc",
53 "login_model.h", 52 "login_model.h",
54 "password_autofill_manager.cc", 53 "password_autofill_manager.cc",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 public_deps = [ 148 public_deps = [
150 ":browser", 149 ":browser",
151 ] 150 ]
152 deps = [ 151 deps = [
153 "//base", 152 "//base",
154 "//components/autofill/core/common", 153 "//components/autofill/core/common",
155 "//testing/gmock", 154 "//testing/gmock",
156 "//testing/gtest", 155 "//testing/gtest",
157 ] 156 ]
158 } 157 }
OLDNEW
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/core/browser/keychain_migration_status_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698