| 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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 "launcher_search_provider/launcher_search_provider_service.h", | 702 "launcher_search_provider/launcher_search_provider_service.h", |
| 703 "launcher_search_provider/launcher_search_provider_service_factory.cc", | 703 "launcher_search_provider/launcher_search_provider_service_factory.cc", |
| 704 "launcher_search_provider/launcher_search_provider_service_factory.h", | 704 "launcher_search_provider/launcher_search_provider_service_factory.h", |
| 705 "libc_close_tracking.cc", | 705 "libc_close_tracking.cc", |
| 706 "libc_close_tracking.h", | 706 "libc_close_tracking.h", |
| 707 "locale_change_guard.cc", | 707 "locale_change_guard.cc", |
| 708 "locale_change_guard.h", | 708 "locale_change_guard.h", |
| 709 "lock_screen_apps/state_controller.cc", | 709 "lock_screen_apps/state_controller.cc", |
| 710 "lock_screen_apps/state_controller.h", | 710 "lock_screen_apps/state_controller.h", |
| 711 "lock_screen_apps/state_observer.h", | 711 "lock_screen_apps/state_observer.h", |
| 712 "lock_screen_apps/types.h", |
| 712 "login/app_launch_controller.cc", | 713 "login/app_launch_controller.cc", |
| 713 "login/app_launch_controller.h", | 714 "login/app_launch_controller.h", |
| 714 "login/app_launch_signin_screen.cc", | 715 "login/app_launch_signin_screen.cc", |
| 715 "login/app_launch_signin_screen.h", | 716 "login/app_launch_signin_screen.h", |
| 716 "login/arc_kiosk_controller.cc", | 717 "login/arc_kiosk_controller.cc", |
| 717 "login/arc_kiosk_controller.h", | 718 "login/arc_kiosk_controller.h", |
| 718 "login/auth/auth_prewarmer.cc", | 719 "login/auth/auth_prewarmer.cc", |
| 719 "login/auth/auth_prewarmer.h", | 720 "login/auth/auth_prewarmer.h", |
| 720 "login/auth/chrome_cryptohome_authenticator.cc", | 721 "login/auth/chrome_cryptohome_authenticator.cc", |
| 721 "login/auth/chrome_cryptohome_authenticator.h", | 722 "login/auth/chrome_cryptohome_authenticator.h", |
| (...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1851 "policy/proto/chrome_device_policy.proto", | 1852 "policy/proto/chrome_device_policy.proto", |
| 1852 "policy/proto/install_attributes.proto", | 1853 "policy/proto/install_attributes.proto", |
| 1853 ] | 1854 ] |
| 1854 } | 1855 } |
| 1855 | 1856 |
| 1856 proto_library("attestation_proto") { | 1857 proto_library("attestation_proto") { |
| 1857 sources = [ | 1858 sources = [ |
| 1858 "attestation/attestation_key_payload.proto", | 1859 "attestation/attestation_key_payload.proto", |
| 1859 ] | 1860 ] |
| 1860 } | 1861 } |
| OLD | NEW |