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

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

Issue 2809993004: cros: Implement cryptohome backend for pin.
Patch Set: Address comments Created 3 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/quick_unlock_private/quick_unlock_private_api.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 "login/lock/webui_screen_locker.cc", 799 "login/lock/webui_screen_locker.cc",
800 "login/lock/webui_screen_locker.h", 800 "login/lock/webui_screen_locker.h",
801 "login/login_wizard.h", 801 "login/login_wizard.h",
802 "login/oobe_screen.cc", 802 "login/oobe_screen.cc",
803 "login/oobe_screen.h", 803 "login/oobe_screen.h",
804 "login/profile_auth_data.cc", 804 "login/profile_auth_data.cc",
805 "login/profile_auth_data.h", 805 "login/profile_auth_data.h",
806 "login/proxy_settings_dialog.h", 806 "login/proxy_settings_dialog.h",
807 "login/quick_unlock/fingerprint_storage.cc", 807 "login/quick_unlock/fingerprint_storage.cc",
808 "login/quick_unlock/fingerprint_storage.h", 808 "login/quick_unlock/fingerprint_storage.h",
809 "login/quick_unlock/pin_storage.cc", 809 "login/quick_unlock/pin_backend.cc",
810 "login/quick_unlock/pin_storage.h", 810 "login/quick_unlock/pin_backend.h",
811 "login/quick_unlock/pin_storage_prefs.cc",
812 "login/quick_unlock/pin_storage_prefs.h",
811 "login/quick_unlock/quick_unlock_factory.cc", 813 "login/quick_unlock/quick_unlock_factory.cc",
812 "login/quick_unlock/quick_unlock_factory.h", 814 "login/quick_unlock/quick_unlock_factory.h",
813 "login/quick_unlock/quick_unlock_notification_controller.cc", 815 "login/quick_unlock/quick_unlock_notification_controller.cc",
814 "login/quick_unlock/quick_unlock_notification_controller.h", 816 "login/quick_unlock/quick_unlock_notification_controller.h",
815 "login/quick_unlock/quick_unlock_storage.cc", 817 "login/quick_unlock/quick_unlock_storage.cc",
816 "login/quick_unlock/quick_unlock_storage.h", 818 "login/quick_unlock/quick_unlock_storage.h",
817 "login/quick_unlock/quick_unlock_utils.cc", 819 "login/quick_unlock/quick_unlock_utils.cc",
818 "login/quick_unlock/quick_unlock_utils.h", 820 "login/quick_unlock/quick_unlock_utils.h",
819 "login/reauth_stats.cc", 821 "login/reauth_stats.cc",
820 "login/reauth_stats.h", 822 "login/reauth_stats.h",
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1687 "lock_screen_apps/state_controller_unittest.cc", 1689 "lock_screen_apps/state_controller_unittest.cc",
1688 "login/auth/cryptohome_authenticator_unittest.cc", 1690 "login/auth/cryptohome_authenticator_unittest.cc",
1689 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc", 1691 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc",
1690 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc", 1692 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc",
1691 "login/enrollment/enrollment_screen_unittest.cc", 1693 "login/enrollment/enrollment_screen_unittest.cc",
1692 "login/error_screens_histogram_helper_unittest.cc", 1694 "login/error_screens_histogram_helper_unittest.cc",
1693 "login/existing_user_controller_auto_login_unittest.cc", 1695 "login/existing_user_controller_auto_login_unittest.cc",
1694 "login/hwid_checker_unittest.cc", 1696 "login/hwid_checker_unittest.cc",
1695 "login/profile_auth_data_unittest.cc", 1697 "login/profile_auth_data_unittest.cc",
1696 "login/quick_unlock/fingerprint_storage_unittest.cc", 1698 "login/quick_unlock/fingerprint_storage_unittest.cc",
1697 "login/quick_unlock/pin_storage_unittest.cc", 1699 "login/quick_unlock/pin_storage_prefs_unittest.cc",
1698 "login/quick_unlock/quick_unlock_storage_unittest.cc", 1700 "login/quick_unlock/quick_unlock_storage_unittest.cc",
1699 "login/saml/saml_offline_signin_limiter_unittest.cc", 1701 "login/saml/saml_offline_signin_limiter_unittest.cc",
1700 "login/screens/network_screen_unittest.cc", 1702 "login/screens/network_screen_unittest.cc",
1701 "login/screens/update_screen_unittest.cc", 1703 "login/screens/update_screen_unittest.cc",
1702 "login/signin/merge_session_load_page_unittest.cc", 1704 "login/signin/merge_session_load_page_unittest.cc",
1703 "login/supervised/supervised_user_authentication_unittest.cc", 1705 "login/supervised/supervised_user_authentication_unittest.cc",
1704 "login/users/affiliation_unittest.cc", 1706 "login/users/affiliation_unittest.cc",
1705 "login/users/multi_profile_user_controller_unittest.cc", 1707 "login/users/multi_profile_user_controller_unittest.cc",
1706 "login/users/user_manager_unittest.cc", 1708 "login/users/user_manager_unittest.cc",
1707 "login/users/wallpaper/wallpaper_manager_unittest.cc", 1709 "login/users/wallpaper/wallpaper_manager_unittest.cc",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1873 "policy/proto/chrome_device_policy.proto", 1875 "policy/proto/chrome_device_policy.proto",
1874 "policy/proto/install_attributes.proto", 1876 "policy/proto/install_attributes.proto",
1875 ] 1877 ]
1876 } 1878 }
1877 1879
1878 proto_library("attestation_proto") { 1880 proto_library("attestation_proto") {
1879 sources = [ 1881 sources = [
1880 "attestation/attestation_key_payload.proto", 1882 "attestation/attestation_key_payload.proto",
1881 ] 1883 ]
1882 } 1884 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/quick_unlock_private/quick_unlock_private_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698