| 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 786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 797 "login/screens/enable_debugging_screen.h", | 797 "login/screens/enable_debugging_screen.h", |
| 798 "login/screens/enable_debugging_screen_view.h", | 798 "login/screens/enable_debugging_screen_view.h", |
| 799 "login/screens/error_screen.cc", | 799 "login/screens/error_screen.cc", |
| 800 "login/screens/error_screen.h", | 800 "login/screens/error_screen.h", |
| 801 "login/screens/error_screen_view_delegate.h", | 801 "login/screens/error_screen_view_delegate.h", |
| 802 "login/screens/eula_screen.cc", | 802 "login/screens/eula_screen.cc", |
| 803 "login/screens/eula_screen.h", | 803 "login/screens/eula_screen.h", |
| 804 "login/screens/eula_view.h", | 804 "login/screens/eula_view.h", |
| 805 "login/screens/gaia_screen.cc", | 805 "login/screens/gaia_screen.cc", |
| 806 "login/screens/gaia_screen.h", | 806 "login/screens/gaia_screen.h", |
| 807 "login/screens/gaia_view.h", |
| 807 "login/screens/hid_detection_screen.cc", | 808 "login/screens/hid_detection_screen.cc", |
| 808 "login/screens/hid_detection_screen.h", | 809 "login/screens/hid_detection_screen.h", |
| 809 "login/screens/hid_detection_view.h", | 810 "login/screens/hid_detection_view.h", |
| 810 "login/screens/host_pairing_screen.cc", | 811 "login/screens/host_pairing_screen.cc", |
| 811 "login/screens/host_pairing_screen.h", | 812 "login/screens/host_pairing_screen.h", |
| 812 "login/screens/host_pairing_screen_view.cc", | 813 "login/screens/host_pairing_screen_view.cc", |
| 813 "login/screens/host_pairing_screen_view.h", | 814 "login/screens/host_pairing_screen_view.h", |
| 814 "login/screens/kiosk_autolaunch_screen.cc", | 815 "login/screens/kiosk_autolaunch_screen.cc", |
| 815 "login/screens/kiosk_autolaunch_screen.h", | 816 "login/screens/kiosk_autolaunch_screen.h", |
| 816 "login/screens/kiosk_autolaunch_screen_view.h", | 817 "login/screens/kiosk_autolaunch_screen_view.h", |
| (...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1775 "policy/proto/chrome_device_policy.proto", | 1776 "policy/proto/chrome_device_policy.proto", |
| 1776 "policy/proto/install_attributes.proto", | 1777 "policy/proto/install_attributes.proto", |
| 1777 ] | 1778 ] |
| 1778 } | 1779 } |
| 1779 | 1780 |
| 1780 proto_library("attestation_proto") { | 1781 proto_library("attestation_proto") { |
| 1781 sources = [ | 1782 sources = [ |
| 1782 "attestation/attestation_key_payload.proto", | 1783 "attestation/attestation_key_payload.proto", |
| 1783 ] | 1784 ] |
| 1784 } | 1785 } |
| OLD | NEW |