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

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2715823004: Add FingerprintUnlock KeyedService for each profile (Closed)
Patch Set: Incorporate comments Created 3 years, 9 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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 "login/lock/screen_locker.cc", 753 "login/lock/screen_locker.cc",
754 "login/lock/screen_locker.h", 754 "login/lock/screen_locker.h",
755 "login/lock/webui_screen_locker.cc", 755 "login/lock/webui_screen_locker.cc",
756 "login/lock/webui_screen_locker.h", 756 "login/lock/webui_screen_locker.h",
757 "login/login_wizard.h", 757 "login/login_wizard.h",
758 "login/oobe_screen.cc", 758 "login/oobe_screen.cc",
759 "login/oobe_screen.h", 759 "login/oobe_screen.h",
760 "login/profile_auth_data.cc", 760 "login/profile_auth_data.cc",
761 "login/profile_auth_data.h", 761 "login/profile_auth_data.h",
762 "login/proxy_settings_dialog.h", 762 "login/proxy_settings_dialog.h",
763 "login/quick_unlock/fingerprint_storage.cc",
764 "login/quick_unlock/fingerprint_storage.h",
763 "login/quick_unlock/pin_storage.cc", 765 "login/quick_unlock/pin_storage.cc",
764 "login/quick_unlock/pin_storage.h", 766 "login/quick_unlock/pin_storage.h",
765 "login/quick_unlock/pin_storage_factory.cc", 767 "login/quick_unlock/quick_unlock_factory.cc",
766 "login/quick_unlock/pin_storage_factory.h", 768 "login/quick_unlock/quick_unlock_factory.h",
767 "login/quick_unlock/quick_unlock_notification_controller.cc", 769 "login/quick_unlock/quick_unlock_notification_controller.cc",
768 "login/quick_unlock/quick_unlock_notification_controller.h", 770 "login/quick_unlock/quick_unlock_notification_controller.h",
771 "login/quick_unlock/quick_unlock_storage.cc",
772 "login/quick_unlock/quick_unlock_storage.h",
769 "login/quick_unlock/quick_unlock_utils.cc", 773 "login/quick_unlock/quick_unlock_utils.cc",
770 "login/quick_unlock/quick_unlock_utils.h", 774 "login/quick_unlock/quick_unlock_utils.h",
771 "login/reauth_stats.cc", 775 "login/reauth_stats.cc",
772 "login/reauth_stats.h", 776 "login/reauth_stats.h",
773 "login/saml/saml_offline_signin_limiter.cc", 777 "login/saml/saml_offline_signin_limiter.cc",
774 "login/saml/saml_offline_signin_limiter.h", 778 "login/saml/saml_offline_signin_limiter.h",
775 "login/saml/saml_offline_signin_limiter_factory.cc", 779 "login/saml/saml_offline_signin_limiter_factory.cc",
776 "login/saml/saml_offline_signin_limiter_factory.h", 780 "login/saml/saml_offline_signin_limiter_factory.h",
777 "login/screen_manager.cc", 781 "login/screen_manager.cc",
778 "login/screen_manager.h", 782 "login/screen_manager.h",
(...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 "libc_close_tracking_unittest.cc", 1605 "libc_close_tracking_unittest.cc",
1602 "locale_change_guard_unittest.cc", 1606 "locale_change_guard_unittest.cc",
1603 "login/auth/cryptohome_authenticator_unittest.cc", 1607 "login/auth/cryptohome_authenticator_unittest.cc",
1604 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc", 1608 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc",
1605 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc", 1609 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc",
1606 "login/enrollment/enrollment_screen_unittest.cc", 1610 "login/enrollment/enrollment_screen_unittest.cc",
1607 "login/error_screens_histogram_helper_unittest.cc", 1611 "login/error_screens_histogram_helper_unittest.cc",
1608 "login/existing_user_controller_auto_login_unittest.cc", 1612 "login/existing_user_controller_auto_login_unittest.cc",
1609 "login/hwid_checker_unittest.cc", 1613 "login/hwid_checker_unittest.cc",
1610 "login/profile_auth_data_unittest.cc", 1614 "login/profile_auth_data_unittest.cc",
1615 "login/quick_unlock/fingerprint_storage_unittest.cc",
1611 "login/quick_unlock/pin_storage_unittest.cc", 1616 "login/quick_unlock/pin_storage_unittest.cc",
1612 "login/saml/saml_offline_signin_limiter_unittest.cc", 1617 "login/saml/saml_offline_signin_limiter_unittest.cc",
1613 "login/signin/merge_session_load_page_unittest.cc", 1618 "login/signin/merge_session_load_page_unittest.cc",
1614 "login/supervised/supervised_user_authentication_unittest.cc", 1619 "login/supervised/supervised_user_authentication_unittest.cc",
1615 "login/users/affiliation_unittest.cc", 1620 "login/users/affiliation_unittest.cc",
1616 "login/users/multi_profile_user_controller_unittest.cc", 1621 "login/users/multi_profile_user_controller_unittest.cc",
1617 "login/users/user_manager_unittest.cc", 1622 "login/users/user_manager_unittest.cc",
1618 "login/users/wallpaper/wallpaper_manager_unittest.cc", 1623 "login/users/wallpaper/wallpaper_manager_unittest.cc",
1619 "mobile/mobile_activator_unittest.cc", 1624 "mobile/mobile_activator_unittest.cc",
1620 "mobile_config_unittest.cc", 1625 "mobile_config_unittest.cc",
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1776 "policy/proto/chrome_device_policy.proto", 1781 "policy/proto/chrome_device_policy.proto",
1777 "policy/proto/install_attributes.proto", 1782 "policy/proto/install_attributes.proto",
1778 ] 1783 ]
1779 } 1784 }
1780 1785
1781 proto_library("attestation_proto") { 1786 proto_library("attestation_proto") {
1782 sources = [ 1787 sources = [
1783 "attestation/attestation_key_payload.proto", 1788 "attestation/attestation_key_payload.proto",
1784 ] 1789 ]
1785 } 1790 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698