| 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 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 786 "login/screens/host_pairing_screen_actor.h", | 786 "login/screens/host_pairing_screen_actor.h", |
| 787 "login/screens/kiosk_autolaunch_screen.cc", | 787 "login/screens/kiosk_autolaunch_screen.cc", |
| 788 "login/screens/kiosk_autolaunch_screen.h", | 788 "login/screens/kiosk_autolaunch_screen.h", |
| 789 "login/screens/kiosk_autolaunch_screen_actor.h", | 789 "login/screens/kiosk_autolaunch_screen_actor.h", |
| 790 "login/screens/kiosk_enable_screen.cc", | 790 "login/screens/kiosk_enable_screen.cc", |
| 791 "login/screens/kiosk_enable_screen.h", | 791 "login/screens/kiosk_enable_screen.h", |
| 792 "login/screens/kiosk_enable_screen_actor.h", | 792 "login/screens/kiosk_enable_screen_actor.h", |
| 793 "login/screens/model_view_channel.h", | 793 "login/screens/model_view_channel.h", |
| 794 "login/screens/network_error.cc", | 794 "login/screens/network_error.cc", |
| 795 "login/screens/network_error.h", | 795 "login/screens/network_error.h", |
| 796 "login/screens/network_error_model.cc", | |
| 797 "login/screens/network_error_model.h", | |
| 798 "login/screens/network_error_view.h", | 796 "login/screens/network_error_view.h", |
| 799 "login/screens/network_model.cc", | 797 "login/screens/network_model.cc", |
| 800 "login/screens/network_model.h", | 798 "login/screens/network_model.h", |
| 801 "login/screens/network_screen.cc", | 799 "login/screens/network_screen.cc", |
| 802 "login/screens/network_screen.h", | 800 "login/screens/network_screen.h", |
| 803 "login/screens/network_view.h", | 801 "login/screens/network_view.h", |
| 804 "login/screens/reset_model.cc", | 802 "login/screens/reset_model.cc", |
| 805 "login/screens/reset_model.h", | 803 "login/screens/reset_model.h", |
| 806 "login/screens/reset_screen.cc", | 804 "login/screens/reset_screen.cc", |
| 807 "login/screens/reset_screen.h", | 805 "login/screens/reset_screen.h", |
| (...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1722 "policy/proto/chrome_device_policy.proto", | 1720 "policy/proto/chrome_device_policy.proto", |
| 1723 "policy/proto/install_attributes.proto", | 1721 "policy/proto/install_attributes.proto", |
| 1724 ] | 1722 ] |
| 1725 } | 1723 } |
| 1726 | 1724 |
| 1727 proto_library("attestation_proto") { | 1725 proto_library("attestation_proto") { |
| 1728 sources = [ | 1726 sources = [ |
| 1729 "attestation/attestation_key_payload.proto", | 1727 "attestation/attestation_key_payload.proto", |
| 1730 ] | 1728 ] |
| 1731 } | 1729 } |
| OLD | NEW |