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

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

Issue 2585253002: Integration of PasswordReuseDetector into PasswordStore. (Closed)
Patch Set: Thread fixes Created 4 years 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "password_manager_internals_service.cc", 90 "password_manager_internals_service.cc",
91 "password_manager_internals_service.h", 91 "password_manager_internals_service.h",
92 "password_manager_metrics_util.cc", 92 "password_manager_metrics_util.cc",
93 "password_manager_metrics_util.h", 93 "password_manager_metrics_util.h",
94 "password_manager_settings_migration_experiment.cc", 94 "password_manager_settings_migration_experiment.cc",
95 "password_manager_settings_migration_experiment.h", 95 "password_manager_settings_migration_experiment.h",
96 "password_manager_util.cc", 96 "password_manager_util.cc",
97 "password_manager_util.h", 97 "password_manager_util.h",
98 "password_reuse_detector.cc", 98 "password_reuse_detector.cc",
99 "password_reuse_detector.h", 99 "password_reuse_detector.h",
100 "password_reuse_detector_consumer.cc",
101 "password_reuse_detector_consumer.h",
100 "password_store.cc", 102 "password_store.cc",
101 "password_store.h", 103 "password_store.h",
102 "password_store_change.cc", 104 "password_store_change.cc",
103 "password_store_change.h", 105 "password_store_change.h",
104 "password_store_consumer.cc", 106 "password_store_consumer.cc",
105 "password_store_consumer.h", 107 "password_store_consumer.h",
106 "password_store_default.cc", 108 "password_store_default.cc",
107 "password_store_default.h", 109 "password_store_default.h",
108 "password_store_factory_util.cc", 110 "password_store_factory_util.cc",
109 "password_store_factory_util.h", 111 "password_store_factory_util.h",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "//components/sync:test_support_model", 312 "//components/sync:test_support_model",
311 "//components/variations", 313 "//components/variations",
312 "//net:test_support", 314 "//net:test_support",
313 "//sql:test_support", 315 "//sql:test_support",
314 "//testing/gmock", 316 "//testing/gmock",
315 "//testing/gtest", 317 "//testing/gtest",
316 "//ui/base", 318 "//ui/base",
317 "//url", 319 "//url",
318 ] 320 ]
319 } 321 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698