| 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 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 799 "login/screens/chrome_user_selection_screen.cc", | 799 "login/screens/chrome_user_selection_screen.cc", |
| 800 "login/screens/chrome_user_selection_screen.h", | 800 "login/screens/chrome_user_selection_screen.h", |
| 801 "login/screens/controller_pairing_screen.cc", | 801 "login/screens/controller_pairing_screen.cc", |
| 802 "login/screens/controller_pairing_screen.h", | 802 "login/screens/controller_pairing_screen.h", |
| 803 "login/screens/controller_pairing_screen_view.cc", | 803 "login/screens/controller_pairing_screen_view.cc", |
| 804 "login/screens/controller_pairing_screen_view.h", | 804 "login/screens/controller_pairing_screen_view.h", |
| 805 "login/screens/core_oobe_view.cc", | 805 "login/screens/core_oobe_view.cc", |
| 806 "login/screens/core_oobe_view.h", | 806 "login/screens/core_oobe_view.h", |
| 807 "login/screens/device_disabled_screen.cc", | 807 "login/screens/device_disabled_screen.cc", |
| 808 "login/screens/device_disabled_screen.h", | 808 "login/screens/device_disabled_screen.h", |
| 809 "login/screens/device_disabled_screen_view.h", | |
| 810 "login/screens/enable_debugging_screen.cc", | 809 "login/screens/enable_debugging_screen.cc", |
| 811 "login/screens/enable_debugging_screen.h", | 810 "login/screens/enable_debugging_screen.h", |
| 812 "login/screens/error_screen.cc", | 811 "login/screens/error_screen.cc", |
| 813 "login/screens/error_screen.h", | 812 "login/screens/error_screen.h", |
| 814 "login/screens/error_screen_view_delegate.h", | 813 "login/screens/error_screen_view_delegate.h", |
| 815 "login/screens/eula_screen.cc", | 814 "login/screens/eula_screen.cc", |
| 816 "login/screens/eula_screen.h", | 815 "login/screens/eula_screen.h", |
| 817 "login/screens/eula_view.h", | 816 "login/screens/eula_view.h", |
| 818 "login/screens/gaia_screen.cc", | 817 "login/screens/gaia_screen.cc", |
| 819 "login/screens/gaia_screen.h", | 818 "login/screens/gaia_screen.h", |
| (...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1798 "policy/proto/chrome_device_policy.proto", | 1797 "policy/proto/chrome_device_policy.proto", |
| 1799 "policy/proto/install_attributes.proto", | 1798 "policy/proto/install_attributes.proto", |
| 1800 ] | 1799 ] |
| 1801 } | 1800 } |
| 1802 | 1801 |
| 1803 proto_library("attestation_proto") { | 1802 proto_library("attestation_proto") { |
| 1804 sources = [ | 1803 sources = [ |
| 1805 "attestation/attestation_key_payload.proto", | 1804 "attestation/attestation_key_payload.proto", |
| 1806 ] | 1805 ] |
| 1807 } | 1806 } |
| OLD | NEW |