| 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 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 "launcher_search_provider/launcher_search_provider_service_factory.cc", | 656 "launcher_search_provider/launcher_search_provider_service_factory.cc", |
| 657 "launcher_search_provider/launcher_search_provider_service_factory.h", | 657 "launcher_search_provider/launcher_search_provider_service_factory.h", |
| 658 "libc_close_tracking.cc", | 658 "libc_close_tracking.cc", |
| 659 "libc_close_tracking.h", | 659 "libc_close_tracking.h", |
| 660 "locale_change_guard.cc", | 660 "locale_change_guard.cc", |
| 661 "locale_change_guard.h", | 661 "locale_change_guard.h", |
| 662 "login/app_launch_controller.cc", | 662 "login/app_launch_controller.cc", |
| 663 "login/app_launch_controller.h", | 663 "login/app_launch_controller.h", |
| 664 "login/app_launch_signin_screen.cc", | 664 "login/app_launch_signin_screen.cc", |
| 665 "login/app_launch_signin_screen.h", | 665 "login/app_launch_signin_screen.h", |
| 666 "login/arc_kiosk_controller.cc", |
| 667 "login/arc_kiosk_controller.h", |
| 666 "login/auth/auth_prewarmer.cc", | 668 "login/auth/auth_prewarmer.cc", |
| 667 "login/auth/auth_prewarmer.h", | 669 "login/auth/auth_prewarmer.h", |
| 668 "login/auth/chrome_cryptohome_authenticator.cc", | 670 "login/auth/chrome_cryptohome_authenticator.cc", |
| 669 "login/auth/chrome_cryptohome_authenticator.h", | 671 "login/auth/chrome_cryptohome_authenticator.h", |
| 670 "login/auth/chrome_login_performer.cc", | 672 "login/auth/chrome_login_performer.cc", |
| 671 "login/auth/chrome_login_performer.h", | 673 "login/auth/chrome_login_performer.h", |
| 672 "login/chrome_restart_request.cc", | 674 "login/chrome_restart_request.cc", |
| 673 "login/chrome_restart_request.h", | 675 "login/chrome_restart_request.h", |
| 674 "login/demo_mode/demo_app_launcher.cc", | 676 "login/demo_mode/demo_app_launcher.cc", |
| 675 "login/demo_mode/demo_app_launcher.h", | 677 "login/demo_mode/demo_app_launcher.h", |
| (...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1728 "policy/proto/chrome_device_policy.proto", | 1730 "policy/proto/chrome_device_policy.proto", |
| 1729 "policy/proto/install_attributes.proto", | 1731 "policy/proto/install_attributes.proto", |
| 1730 ] | 1732 ] |
| 1731 } | 1733 } |
| 1732 | 1734 |
| 1733 proto_library("attestation_proto") { | 1735 proto_library("attestation_proto") { |
| 1734 sources = [ | 1736 sources = [ |
| 1735 "attestation/attestation_key_payload.proto", | 1737 "attestation/attestation_key_payload.proto", |
| 1736 ] | 1738 ] |
| 1737 } | 1739 } |
| OLD | NEW |