| 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 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 "login/screens/enable_debugging_screen.h", | 770 "login/screens/enable_debugging_screen.h", |
| 771 "login/screens/enable_debugging_screen_actor.h", | 771 "login/screens/enable_debugging_screen_actor.h", |
| 772 "login/screens/error_screen.cc", | 772 "login/screens/error_screen.cc", |
| 773 "login/screens/error_screen.h", | 773 "login/screens/error_screen.h", |
| 774 "login/screens/error_screen_actor_delegate.h", | 774 "login/screens/error_screen_actor_delegate.h", |
| 775 "login/screens/eula_screen.cc", | 775 "login/screens/eula_screen.cc", |
| 776 "login/screens/eula_screen.h", | 776 "login/screens/eula_screen.h", |
| 777 "login/screens/eula_view.h", | 777 "login/screens/eula_view.h", |
| 778 "login/screens/gaia_screen.cc", | 778 "login/screens/gaia_screen.cc", |
| 779 "login/screens/gaia_screen.h", | 779 "login/screens/gaia_screen.h", |
| 780 "login/screens/hid_detection_model.cc", | |
| 781 "login/screens/hid_detection_model.h", | |
| 782 "login/screens/hid_detection_screen.cc", | 780 "login/screens/hid_detection_screen.cc", |
| 783 "login/screens/hid_detection_screen.h", | 781 "login/screens/hid_detection_screen.h", |
| 784 "login/screens/hid_detection_view.h", | 782 "login/screens/hid_detection_view.h", |
| 785 "login/screens/host_pairing_screen.cc", | 783 "login/screens/host_pairing_screen.cc", |
| 786 "login/screens/host_pairing_screen.h", | 784 "login/screens/host_pairing_screen.h", |
| 787 "login/screens/host_pairing_screen_actor.cc", | 785 "login/screens/host_pairing_screen_actor.cc", |
| 788 "login/screens/host_pairing_screen_actor.h", | 786 "login/screens/host_pairing_screen_actor.h", |
| 789 "login/screens/kiosk_autolaunch_screen.cc", | 787 "login/screens/kiosk_autolaunch_screen.cc", |
| 790 "login/screens/kiosk_autolaunch_screen.h", | 788 "login/screens/kiosk_autolaunch_screen.h", |
| 791 "login/screens/kiosk_autolaunch_screen_actor.h", | 789 "login/screens/kiosk_autolaunch_screen_actor.h", |
| (...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1724 "policy/proto/chrome_device_policy.proto", | 1722 "policy/proto/chrome_device_policy.proto", |
| 1725 "policy/proto/install_attributes.proto", | 1723 "policy/proto/install_attributes.proto", |
| 1726 ] | 1724 ] |
| 1727 } | 1725 } |
| 1728 | 1726 |
| 1729 proto_library("attestation_proto") { | 1727 proto_library("attestation_proto") { |
| 1730 sources = [ | 1728 sources = [ |
| 1731 "attestation/attestation_key_payload.proto", | 1729 "attestation/attestation_key_payload.proto", |
| 1732 ] | 1730 ] |
| 1733 } | 1731 } |
| OLD | NEW |