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

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

Issue 2903353003: Adding mojo calls for easy unlock service (Closed)
Patch Set: incoporate 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
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 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 "login/help_app_launcher.cc", 786 "login/help_app_launcher.cc",
787 "login/help_app_launcher.h", 787 "login/help_app_launcher.h",
788 "login/helper.cc", 788 "login/helper.cc",
789 "login/helper.h", 789 "login/helper.h",
790 "login/hwid_checker.cc", 790 "login/hwid_checker.cc",
791 "login/hwid_checker.h", 791 "login/hwid_checker.h",
792 "login/language_list.cc", 792 "login/language_list.cc",
793 "login/language_list.h", 793 "login/language_list.h",
794 "login/lock/screen_locker.cc", 794 "login/lock/screen_locker.cc",
795 "login/lock/screen_locker.h", 795 "login/lock/screen_locker.h",
796 "login/lock/view_screen_locker.cc",
797 "login/lock/view_screen_locker.h",
796 "login/lock/webui_screen_locker.cc", 798 "login/lock/webui_screen_locker.cc",
797 "login/lock/webui_screen_locker.h", 799 "login/lock/webui_screen_locker.h",
798 "login/login_wizard.h", 800 "login/login_wizard.h",
799 "login/oobe_screen.cc", 801 "login/oobe_screen.cc",
800 "login/oobe_screen.h", 802 "login/oobe_screen.h",
801 "login/profile_auth_data.cc", 803 "login/profile_auth_data.cc",
802 "login/profile_auth_data.h", 804 "login/profile_auth_data.h",
803 "login/proxy_settings_dialog.h", 805 "login/proxy_settings_dialog.h",
804 "login/quick_unlock/fingerprint_storage.cc", 806 "login/quick_unlock/fingerprint_storage.cc",
805 "login/quick_unlock/fingerprint_storage.h", 807 "login/quick_unlock/fingerprint_storage.h",
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after
1872 "policy/proto/chrome_device_policy.proto", 1874 "policy/proto/chrome_device_policy.proto",
1873 "policy/proto/install_attributes.proto", 1875 "policy/proto/install_attributes.proto",
1874 ] 1876 ]
1875 } 1877 }
1876 1878
1877 proto_library("attestation_proto") { 1879 proto_library("attestation_proto") {
1878 sources = [ 1880 sources = [
1879 "attestation/attestation_key_payload.proto", 1881 "attestation/attestation_key_payload.proto",
1880 ] 1882 ]
1881 } 1883 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698