| 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 651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 662 "launcher_search_provider/launcher_search_provider_service_factory.cc", | 662 "launcher_search_provider/launcher_search_provider_service_factory.cc", |
| 663 "launcher_search_provider/launcher_search_provider_service_factory.h", | 663 "launcher_search_provider/launcher_search_provider_service_factory.h", |
| 664 "libc_close_tracking.cc", | 664 "libc_close_tracking.cc", |
| 665 "libc_close_tracking.h", | 665 "libc_close_tracking.h", |
| 666 "locale_change_guard.cc", | 666 "locale_change_guard.cc", |
| 667 "locale_change_guard.h", | 667 "locale_change_guard.h", |
| 668 "login/app_launch_controller.cc", | 668 "login/app_launch_controller.cc", |
| 669 "login/app_launch_controller.h", | 669 "login/app_launch_controller.h", |
| 670 "login/app_launch_signin_screen.cc", | 670 "login/app_launch_signin_screen.cc", |
| 671 "login/app_launch_signin_screen.h", | 671 "login/app_launch_signin_screen.h", |
| 672 "login/arc_kiosk_controller.cc", |
| 673 "login/arc_kiosk_controller.h", |
| 672 "login/auth/auth_prewarmer.cc", | 674 "login/auth/auth_prewarmer.cc", |
| 673 "login/auth/auth_prewarmer.h", | 675 "login/auth/auth_prewarmer.h", |
| 674 "login/auth/chrome_cryptohome_authenticator.cc", | 676 "login/auth/chrome_cryptohome_authenticator.cc", |
| 675 "login/auth/chrome_cryptohome_authenticator.h", | 677 "login/auth/chrome_cryptohome_authenticator.h", |
| 676 "login/auth/chrome_login_performer.cc", | 678 "login/auth/chrome_login_performer.cc", |
| 677 "login/auth/chrome_login_performer.h", | 679 "login/auth/chrome_login_performer.h", |
| 678 "login/chrome_restart_request.cc", | 680 "login/chrome_restart_request.cc", |
| 679 "login/chrome_restart_request.h", | 681 "login/chrome_restart_request.h", |
| 680 "login/demo_mode/demo_app_launcher.cc", | 682 "login/demo_mode/demo_app_launcher.cc", |
| 681 "login/demo_mode/demo_app_launcher.h", | 683 "login/demo_mode/demo_app_launcher.h", |
| (...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1745 "policy/proto/chrome_device_policy.proto", | 1747 "policy/proto/chrome_device_policy.proto", |
| 1746 "policy/proto/install_attributes.proto", | 1748 "policy/proto/install_attributes.proto", |
| 1747 ] | 1749 ] |
| 1748 } | 1750 } |
| 1749 | 1751 |
| 1750 proto_library("attestation_proto") { | 1752 proto_library("attestation_proto") { |
| 1751 sources = [ | 1753 sources = [ |
| 1752 "attestation/attestation_key_payload.proto", | 1754 "attestation/attestation_key_payload.proto", |
| 1753 ] | 1755 ] |
| 1754 } | 1756 } |
| OLD | NEW |