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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
723 "login/enrollment/auto_enrollment_controller.h", | 723 "login/enrollment/auto_enrollment_controller.h", |
724 "login/enrollment/enrollment_screen.cc", | 724 "login/enrollment/enrollment_screen.cc", |
725 "login/enrollment/enrollment_screen.h", | 725 "login/enrollment/enrollment_screen.h", |
726 "login/enrollment/enrollment_screen_actor.h", | 726 "login/enrollment/enrollment_screen_actor.h", |
727 "login/enrollment/enrollment_uma.cc", | 727 "login/enrollment/enrollment_uma.cc", |
728 "login/enrollment/enrollment_uma.h", | 728 "login/enrollment/enrollment_uma.h", |
729 "login/enrollment/enterprise_enrollment_helper.cc", | 729 "login/enrollment/enterprise_enrollment_helper.cc", |
730 "login/enrollment/enterprise_enrollment_helper.h", | 730 "login/enrollment/enterprise_enrollment_helper.h", |
731 "login/enrollment/enterprise_enrollment_helper_impl.cc", | 731 "login/enrollment/enterprise_enrollment_helper_impl.cc", |
732 "login/enrollment/enterprise_enrollment_helper_impl.h", | 732 "login/enrollment/enterprise_enrollment_helper_impl.h", |
| 733 "login/enterprise_user_session_metrics.cc", |
| 734 "login/enterprise_user_session_metrics.h", |
733 "login/error_screens_histogram_helper.cc", | 735 "login/error_screens_histogram_helper.cc", |
734 "login/error_screens_histogram_helper.h", | 736 "login/error_screens_histogram_helper.h", |
735 "login/existing_user_controller.cc", | 737 "login/existing_user_controller.cc", |
736 "login/existing_user_controller.h", | 738 "login/existing_user_controller.h", |
737 "login/help_app_launcher.cc", | 739 "login/help_app_launcher.cc", |
738 "login/help_app_launcher.h", | 740 "login/help_app_launcher.h", |
739 "login/helper.cc", | 741 "login/helper.cc", |
740 "login/helper.h", | 742 "login/helper.h", |
741 "login/hwid_checker.cc", | 743 "login/hwid_checker.cc", |
742 "login/hwid_checker.h", | 744 "login/hwid_checker.h", |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
860 "login/signin/oauth2_token_fetcher.cc", | 862 "login/signin/oauth2_token_fetcher.cc", |
861 "login/signin/oauth2_token_fetcher.h", | 863 "login/signin/oauth2_token_fetcher.h", |
862 "login/signin/oauth2_token_initializer.cc", | 864 "login/signin/oauth2_token_initializer.cc", |
863 "login/signin/oauth2_token_initializer.h", | 865 "login/signin/oauth2_token_initializer.h", |
864 "login/signin/token_handle_fetcher.cc", | 866 "login/signin/token_handle_fetcher.cc", |
865 "login/signin/token_handle_fetcher.h", | 867 "login/signin/token_handle_fetcher.h", |
866 "login/signin/token_handle_util.cc", | 868 "login/signin/token_handle_util.cc", |
867 "login/signin/token_handle_util.h", | 869 "login/signin/token_handle_util.h", |
868 "login/signin_screen_controller.cc", | 870 "login/signin_screen_controller.cc", |
869 "login/signin_screen_controller.h", | 871 "login/signin_screen_controller.h", |
870 "login/signin_specifics.cc", | |
871 "login/signin_specifics.h", | 872 "login/signin_specifics.h", |
872 "login/startup_utils.cc", | 873 "login/startup_utils.cc", |
873 "login/startup_utils.h", | 874 "login/startup_utils.h", |
874 "login/supervised/supervised_user_authentication.cc", | 875 "login/supervised/supervised_user_authentication.cc", |
875 "login/supervised/supervised_user_authentication.h", | 876 "login/supervised/supervised_user_authentication.h", |
876 "login/supervised/supervised_user_authenticator.cc", | 877 "login/supervised/supervised_user_authenticator.cc", |
877 "login/supervised/supervised_user_authenticator.h", | 878 "login/supervised/supervised_user_authenticator.h", |
878 "login/supervised/supervised_user_constants.cc", | 879 "login/supervised/supervised_user_constants.cc", |
879 "login/supervised/supervised_user_constants.h", | 880 "login/supervised/supervised_user_constants.h", |
880 "login/supervised/supervised_user_creation_controller.cc", | 881 "login/supervised/supervised_user_creation_controller.cc", |
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1768 "policy/proto/chrome_device_policy.proto", | 1769 "policy/proto/chrome_device_policy.proto", |
1769 "policy/proto/install_attributes.proto", | 1770 "policy/proto/install_attributes.proto", |
1770 ] | 1771 ] |
1771 } | 1772 } |
1772 | 1773 |
1773 proto_library("attestation_proto") { | 1774 proto_library("attestation_proto") { |
1774 sources = [ | 1775 sources = [ |
1775 "attestation/attestation_key_payload.proto", | 1776 "attestation/attestation_key_payload.proto", |
1776 ] | 1777 ] |
1777 } | 1778 } |
OLD | NEW |