OLD | NEW |
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 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
712 "login/helper.h", | 712 "login/helper.h", |
713 "login/hwid_checker.cc", | 713 "login/hwid_checker.cc", |
714 "login/hwid_checker.h", | 714 "login/hwid_checker.h", |
715 "login/language_list.cc", | 715 "login/language_list.cc", |
716 "login/language_list.h", | 716 "login/language_list.h", |
717 "login/lock/screen_locker.cc", | 717 "login/lock/screen_locker.cc", |
718 "login/lock/screen_locker.h", | 718 "login/lock/screen_locker.h", |
719 "login/lock/webui_screen_locker.cc", | 719 "login/lock/webui_screen_locker.cc", |
720 "login/lock/webui_screen_locker.h", | 720 "login/lock/webui_screen_locker.h", |
721 "login/login_wizard.h", | 721 "login/login_wizard.h", |
| 722 "login/oobe_screen.cc", |
| 723 "login/oobe_screen.h", |
722 "login/profile_auth_data.cc", | 724 "login/profile_auth_data.cc", |
723 "login/profile_auth_data.h", | 725 "login/profile_auth_data.h", |
724 "login/proxy_settings_dialog.h", | 726 "login/proxy_settings_dialog.h", |
725 "login/quick_unlock/pin_storage.cc", | 727 "login/quick_unlock/pin_storage.cc", |
726 "login/quick_unlock/pin_storage.h", | 728 "login/quick_unlock/pin_storage.h", |
727 "login/quick_unlock/pin_storage_factory.cc", | 729 "login/quick_unlock/pin_storage_factory.cc", |
728 "login/quick_unlock/pin_storage_factory.h", | 730 "login/quick_unlock/pin_storage_factory.h", |
729 "login/quick_unlock/quick_unlock_notification_controller.cc", | 731 "login/quick_unlock/quick_unlock_notification_controller.cc", |
730 "login/quick_unlock/quick_unlock_notification_controller.h", | 732 "login/quick_unlock/quick_unlock_notification_controller.h", |
731 "login/quick_unlock/quick_unlock_utils.cc", | 733 "login/quick_unlock/quick_unlock_utils.cc", |
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1704 "policy/proto/chrome_device_policy.proto", | 1706 "policy/proto/chrome_device_policy.proto", |
1705 "policy/proto/install_attributes.proto", | 1707 "policy/proto/install_attributes.proto", |
1706 ] | 1708 ] |
1707 } | 1709 } |
1708 | 1710 |
1709 proto_library("attestation_proto") { | 1711 proto_library("attestation_proto") { |
1710 sources = [ | 1712 sources = [ |
1711 "attestation/attestation_key_payload.proto", | 1713 "attestation/attestation_key_payload.proto", |
1712 ] | 1714 ] |
1713 } | 1715 } |
OLD | NEW |