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

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

Issue 1415533013: Fix password manager internals renderer reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 1 month 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 25 matching lines...) Expand all
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698