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

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

Issue 2472133004: Creating class for processing of keypress events. (Closed)
Patch Set: fix Created 3 years, 12 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "password_manager_constants.h", 88 "password_manager_constants.h",
89 "password_manager_driver.h", 89 "password_manager_driver.h",
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_detection_manager.cc",
99 "password_reuse_detection_manager.h",
98 "password_reuse_detector.cc", 100 "password_reuse_detector.cc",
99 "password_reuse_detector.h", 101 "password_reuse_detector.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",
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "//components/sync:test_support_model", 313 "//components/sync:test_support_model",
312 "//components/variations", 314 "//components/variations",
313 "//net:test_support", 315 "//net:test_support",
314 "//sql:test_support", 316 "//sql:test_support",
315 "//testing/gmock", 317 "//testing/gmock",
316 "//testing/gtest", 318 "//testing/gtest",
317 "//ui/base", 319 "//ui/base",
318 "//url", 320 "//url",
319 ] 321 ]
320 } 322 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698