| 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 800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 811 "login/screens/controller_pairing_screen.h", | 811 "login/screens/controller_pairing_screen.h", |
| 812 "login/screens/controller_pairing_screen_view.cc", | 812 "login/screens/controller_pairing_screen_view.cc", |
| 813 "login/screens/controller_pairing_screen_view.h", | 813 "login/screens/controller_pairing_screen_view.h", |
| 814 "login/screens/core_oobe_view.h", | 814 "login/screens/core_oobe_view.h", |
| 815 "login/screens/device_disabled_screen.cc", | 815 "login/screens/device_disabled_screen.cc", |
| 816 "login/screens/device_disabled_screen.h", | 816 "login/screens/device_disabled_screen.h", |
| 817 "login/screens/device_disabled_screen_view.h", | 817 "login/screens/device_disabled_screen_view.h", |
| 818 "login/screens/enable_debugging_screen.cc", | 818 "login/screens/enable_debugging_screen.cc", |
| 819 "login/screens/enable_debugging_screen.h", | 819 "login/screens/enable_debugging_screen.h", |
| 820 "login/screens/enable_debugging_screen_view.h", | 820 "login/screens/enable_debugging_screen_view.h", |
| 821 "login/screens/encryption_migration_screen.cc", |
| 822 "login/screens/encryption_migration_screen.h", |
| 823 "login/screens/encryption_migration_screen_view.h", |
| 821 "login/screens/error_screen.cc", | 824 "login/screens/error_screen.cc", |
| 822 "login/screens/error_screen.h", | 825 "login/screens/error_screen.h", |
| 823 "login/screens/error_screen_view_delegate.h", | 826 "login/screens/error_screen_view_delegate.h", |
| 824 "login/screens/eula_screen.cc", | 827 "login/screens/eula_screen.cc", |
| 825 "login/screens/eula_screen.h", | 828 "login/screens/eula_screen.h", |
| 826 "login/screens/eula_view.h", | 829 "login/screens/eula_view.h", |
| 827 "login/screens/gaia_screen.cc", | 830 "login/screens/gaia_screen.cc", |
| 828 "login/screens/gaia_screen.h", | 831 "login/screens/gaia_screen.h", |
| 829 "login/screens/gaia_view.h", | 832 "login/screens/gaia_view.h", |
| 830 "login/screens/hid_detection_screen.cc", | 833 "login/screens/hid_detection_screen.cc", |
| (...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1811 "policy/proto/chrome_device_policy.proto", | 1814 "policy/proto/chrome_device_policy.proto", |
| 1812 "policy/proto/install_attributes.proto", | 1815 "policy/proto/install_attributes.proto", |
| 1813 ] | 1816 ] |
| 1814 } | 1817 } |
| 1815 | 1818 |
| 1816 proto_library("attestation_proto") { | 1819 proto_library("attestation_proto") { |
| 1817 sources = [ | 1820 sources = [ |
| 1818 "attestation/attestation_key_payload.proto", | 1821 "attestation/attestation_key_payload.proto", |
| 1819 ] | 1822 ] |
| 1820 } | 1823 } |
| OLD | NEW |