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

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 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 797 "login/lock/views_screen_locker.cc",
798 "login/lock/views_screen_locker.h", 798 "login/lock/views_screen_locker.h",
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/lock_screen_utils.cc",
802 "login/lock_screen_utils.h",
801 "login/login_wizard.h", 803 "login/login_wizard.h",
802 "login/oobe_screen.cc", 804 "login/oobe_screen.cc",
803 "login/oobe_screen.h", 805 "login/oobe_screen.h",
804 "login/profile_auth_data.cc", 806 "login/profile_auth_data.cc",
805 "login/profile_auth_data.h", 807 "login/profile_auth_data.h",
806 "login/proxy_settings_dialog.h", 808 "login/proxy_settings_dialog.h",
807 "login/quick_unlock/fingerprint_storage.cc", 809 "login/quick_unlock/fingerprint_storage.cc",
808 "login/quick_unlock/fingerprint_storage.h", 810 "login/quick_unlock/fingerprint_storage.h",
809 "login/quick_unlock/pin_storage.cc", 811 "login/quick_unlock/pin_storage.cc",
810 "login/quick_unlock/pin_storage.h", 812 "login/quick_unlock/pin_storage.h",
(...skipping 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after
1879 "policy/proto/chrome_device_policy.proto", 1881 "policy/proto/chrome_device_policy.proto",
1880 "policy/proto/install_attributes.proto", 1882 "policy/proto/install_attributes.proto",
1881 ] 1883 ]
1882 } 1884 }
1883 1885
1884 proto_library("attestation_proto") { 1886 proto_library("attestation_proto") {
1885 sources = [ 1887 sources = [
1886 "attestation/attestation_key_payload.proto", 1888 "attestation/attestation_key_payload.proto",
1887 ] 1889 ]
1888 } 1890 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698