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

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

Issue 2923773003: Adding mojo calls for several lock screen related operations. (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 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 "login/hwid_checker.cc", 793 "login/hwid_checker.cc",
794 "login/hwid_checker.h", 794 "login/hwid_checker.h",
795 "login/language_list.cc", 795 "login/language_list.cc",
796 "login/language_list.h", 796 "login/language_list.h",
797 "login/lock/screen_locker.cc", 797 "login/lock/screen_locker.cc",
798 "login/lock/screen_locker.h", 798 "login/lock/screen_locker.h",
799 "login/lock/views_screen_locker.cc", 799 "login/lock/views_screen_locker.cc",
800 "login/lock/views_screen_locker.h", 800 "login/lock/views_screen_locker.h",
801 "login/lock/webui_screen_locker.cc", 801 "login/lock/webui_screen_locker.cc",
802 "login/lock/webui_screen_locker.h", 802 "login/lock/webui_screen_locker.h",
803 "login/lock_screen_utils.cc",
804 "login/lock_screen_utils.h",
803 "login/login_wizard.h", 805 "login/login_wizard.h",
804 "login/oobe_screen.cc", 806 "login/oobe_screen.cc",
805 "login/oobe_screen.h", 807 "login/oobe_screen.h",
806 "login/profile_auth_data.cc", 808 "login/profile_auth_data.cc",
807 "login/profile_auth_data.h", 809 "login/profile_auth_data.h",
808 "login/proxy_settings_dialog.h", 810 "login/proxy_settings_dialog.h",
809 "login/quick_unlock/fingerprint_storage.cc", 811 "login/quick_unlock/fingerprint_storage.cc",
810 "login/quick_unlock/fingerprint_storage.h", 812 "login/quick_unlock/fingerprint_storage.h",
811 "login/quick_unlock/pin_storage.cc", 813 "login/quick_unlock/pin_storage.cc",
812 "login/quick_unlock/pin_storage.h", 814 "login/quick_unlock/pin_storage.h",
(...skipping 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 "policy/proto/chrome_device_policy.proto", 1883 "policy/proto/chrome_device_policy.proto",
1882 "policy/proto/install_attributes.proto", 1884 "policy/proto/install_attributes.proto",
1883 ] 1885 ]
1884 } 1886 }
1885 1887
1886 proto_library("attestation_proto") { 1888 proto_library("attestation_proto") {
1887 sources = [ 1889 sources = [
1888 "attestation/attestation_key_payload.proto", 1890 "attestation/attestation_key_payload.proto",
1889 ] 1891 ]
1890 } 1892 }
OLDNEW
« no previous file with comments | « ash/public/interfaces/lock_screen.mojom ('k') | chrome/browser/chromeos/login/lock/views_screen_locker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698