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 692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
703 "launcher_search_provider/error_reporter.h", | 703 "launcher_search_provider/error_reporter.h", |
704 "launcher_search_provider/launcher_search_provider_service.cc", | 704 "launcher_search_provider/launcher_search_provider_service.cc", |
705 "launcher_search_provider/launcher_search_provider_service.h", | 705 "launcher_search_provider/launcher_search_provider_service.h", |
706 "launcher_search_provider/launcher_search_provider_service_factory.cc", | 706 "launcher_search_provider/launcher_search_provider_service_factory.cc", |
707 "launcher_search_provider/launcher_search_provider_service_factory.h", | 707 "launcher_search_provider/launcher_search_provider_service_factory.h", |
708 "locale_change_guard.cc", | 708 "locale_change_guard.cc", |
709 "locale_change_guard.h", | 709 "locale_change_guard.h", |
710 "lock_screen_apps/state_controller.cc", | 710 "lock_screen_apps/state_controller.cc", |
711 "lock_screen_apps/state_controller.h", | 711 "lock_screen_apps/state_controller.h", |
712 "lock_screen_apps/state_observer.h", | 712 "lock_screen_apps/state_observer.h", |
713 "logging.cc", | |
714 "logging.h", | |
715 "login/app_launch_controller.cc", | 713 "login/app_launch_controller.cc", |
716 "login/app_launch_controller.h", | 714 "login/app_launch_controller.h", |
717 "login/app_launch_signin_screen.cc", | 715 "login/app_launch_signin_screen.cc", |
718 "login/app_launch_signin_screen.h", | 716 "login/app_launch_signin_screen.h", |
719 "login/arc_kiosk_controller.cc", | 717 "login/arc_kiosk_controller.cc", |
720 "login/arc_kiosk_controller.h", | 718 "login/arc_kiosk_controller.h", |
721 "login/auth/auth_prewarmer.cc", | 719 "login/auth/auth_prewarmer.cc", |
722 "login/auth/auth_prewarmer.h", | 720 "login/auth/auth_prewarmer.h", |
723 "login/auth/chrome_cryptohome_authenticator.cc", | 721 "login/auth/chrome_cryptohome_authenticator.cc", |
724 "login/auth/chrome_cryptohome_authenticator.h", | 722 "login/auth/chrome_cryptohome_authenticator.h", |
(...skipping 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1868 "policy/proto/chrome_device_policy.proto", | 1866 "policy/proto/chrome_device_policy.proto", |
1869 "policy/proto/install_attributes.proto", | 1867 "policy/proto/install_attributes.proto", |
1870 ] | 1868 ] |
1871 } | 1869 } |
1872 | 1870 |
1873 proto_library("attestation_proto") { | 1871 proto_library("attestation_proto") { |
1874 sources = [ | 1872 sources = [ |
1875 "attestation/attestation_key_payload.proto", | 1873 "attestation/attestation_key_payload.proto", |
1876 ] | 1874 ] |
1877 } | 1875 } |
OLD | NEW |