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

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

Issue 2903353003: Adding mojo calls for easy unlock service (Closed)
Patch Set: comments and rebase 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
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 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 "login/help_app_launcher.cc", 787 "login/help_app_launcher.cc",
788 "login/help_app_launcher.h", 788 "login/help_app_launcher.h",
789 "login/helper.cc", 789 "login/helper.cc",
790 "login/helper.h", 790 "login/helper.h",
791 "login/hwid_checker.cc", 791 "login/hwid_checker.cc",
792 "login/hwid_checker.h", 792 "login/hwid_checker.h",
793 "login/language_list.cc", 793 "login/language_list.cc",
794 "login/language_list.h", 794 "login/language_list.h",
795 "login/lock/screen_locker.cc", 795 "login/lock/screen_locker.cc",
796 "login/lock/screen_locker.h", 796 "login/lock/screen_locker.h",
797 "login/lock/views_screen_locker.cc",
798 "login/lock/views_screen_locker.h",
797 "login/lock/webui_screen_locker.cc", 799 "login/lock/webui_screen_locker.cc",
798 "login/lock/webui_screen_locker.h", 800 "login/lock/webui_screen_locker.h",
799 "login/login_wizard.h", 801 "login/login_wizard.h",
800 "login/oobe_screen.cc", 802 "login/oobe_screen.cc",
801 "login/oobe_screen.h", 803 "login/oobe_screen.h",
802 "login/profile_auth_data.cc", 804 "login/profile_auth_data.cc",
803 "login/profile_auth_data.h", 805 "login/profile_auth_data.h",
804 "login/proxy_settings_dialog.h", 806 "login/proxy_settings_dialog.h",
805 "login/quick_unlock/fingerprint_storage.cc", 807 "login/quick_unlock/fingerprint_storage.cc",
806 "login/quick_unlock/fingerprint_storage.h", 808 "login/quick_unlock/fingerprint_storage.h",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 "login/ui/user_adding_screen_input_methods_controller.cc", 979 "login/ui/user_adding_screen_input_methods_controller.cc",
978 "login/ui/user_adding_screen_input_methods_controller.h", 980 "login/ui/user_adding_screen_input_methods_controller.h",
979 "login/ui/web_contents_forced_title.cc", 981 "login/ui/web_contents_forced_title.cc",
980 "login/ui/web_contents_forced_title.h", 982 "login/ui/web_contents_forced_title.h",
981 "login/ui/webui_login_display.cc", 983 "login/ui/webui_login_display.cc",
982 "login/ui/webui_login_display.h", 984 "login/ui/webui_login_display.h",
983 "login/ui/webui_login_view.cc", 985 "login/ui/webui_login_view.cc",
984 "login/ui/webui_login_view.h", 986 "login/ui/webui_login_view.h",
985 "login/user_flow.cc", 987 "login/user_flow.cc",
986 "login/user_flow.h", 988 "login/user_flow.h",
989 "login/user_selection_screen_proxy.cc",
990 "login/user_selection_screen_proxy.h",
987 "login/users/affiliation.cc", 991 "login/users/affiliation.cc",
988 "login/users/affiliation.h", 992 "login/users/affiliation.h",
989 "login/users/avatar/user_image_loader.cc", 993 "login/users/avatar/user_image_loader.cc",
990 "login/users/avatar/user_image_loader.h", 994 "login/users/avatar/user_image_loader.h",
991 "login/users/avatar/user_image_manager.cc", 995 "login/users/avatar/user_image_manager.cc",
992 "login/users/avatar/user_image_manager.h", 996 "login/users/avatar/user_image_manager.h",
993 "login/users/avatar/user_image_manager_impl.cc", 997 "login/users/avatar/user_image_manager_impl.cc",
994 "login/users/avatar/user_image_manager_impl.h", 998 "login/users/avatar/user_image_manager_impl.h",
995 "login/users/avatar/user_image_sync_observer.cc", 999 "login/users/avatar/user_image_sync_observer.cc",
996 "login/users/avatar/user_image_sync_observer.h", 1000 "login/users/avatar/user_image_sync_observer.h",
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
1869 "policy/proto/chrome_device_policy.proto", 1873 "policy/proto/chrome_device_policy.proto",
1870 "policy/proto/install_attributes.proto", 1874 "policy/proto/install_attributes.proto",
1871 ] 1875 ]
1872 } 1876 }
1873 1877
1874 proto_library("attestation_proto") { 1878 proto_library("attestation_proto") {
1875 sources = [ 1879 sources = [
1876 "attestation/attestation_key_payload.proto", 1880 "attestation/attestation_key_payload.proto",
1877 ] 1881 ]
1878 } 1882 }
OLDNEW
« no previous file with comments | « ash/public/interfaces/lock_screen.mojom ('k') | chrome/browser/chromeos/login/lock/screen_locker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698