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

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

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

Powered by Google App Engine
This is Rietveld 408576698