| 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 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 "language_preferences.cc", | 704 "language_preferences.cc", |
| 705 "language_preferences.h", | 705 "language_preferences.h", |
| 706 "launcher_search_provider/error_reporter.cc", | 706 "launcher_search_provider/error_reporter.cc", |
| 707 "launcher_search_provider/error_reporter.h", | 707 "launcher_search_provider/error_reporter.h", |
| 708 "launcher_search_provider/launcher_search_provider_service.cc", | 708 "launcher_search_provider/launcher_search_provider_service.cc", |
| 709 "launcher_search_provider/launcher_search_provider_service.h", | 709 "launcher_search_provider/launcher_search_provider_service.h", |
| 710 "launcher_search_provider/launcher_search_provider_service_factory.cc", | 710 "launcher_search_provider/launcher_search_provider_service_factory.cc", |
| 711 "launcher_search_provider/launcher_search_provider_service_factory.h", | 711 "launcher_search_provider/launcher_search_provider_service_factory.h", |
| 712 "locale_change_guard.cc", | 712 "locale_change_guard.cc", |
| 713 "locale_change_guard.h", | 713 "locale_change_guard.h", |
| 714 "lock_screen_apps/app_manager.h", |
| 715 "lock_screen_apps/app_manager_impl.cc", |
| 716 "lock_screen_apps/app_manager_impl.h", |
| 714 "lock_screen_apps/state_controller.cc", | 717 "lock_screen_apps/state_controller.cc", |
| 715 "lock_screen_apps/state_controller.h", | 718 "lock_screen_apps/state_controller.h", |
| 716 "lock_screen_apps/state_observer.h", | 719 "lock_screen_apps/state_observer.h", |
| 717 "logging.cc", | 720 "logging.cc", |
| 718 "logging.h", | 721 "logging.h", |
| 719 "login/app_launch_controller.cc", | 722 "login/app_launch_controller.cc", |
| 720 "login/app_launch_controller.h", | 723 "login/app_launch_controller.h", |
| 721 "login/app_launch_signin_screen.cc", | 724 "login/app_launch_signin_screen.cc", |
| 722 "login/app_launch_signin_screen.h", | 725 "login/app_launch_signin_screen.h", |
| 723 "login/arc_kiosk_controller.cc", | 726 "login/arc_kiosk_controller.cc", |
| (...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1675 "fileapi/file_access_permissions_unittest.cc", | 1678 "fileapi/file_access_permissions_unittest.cc", |
| 1676 "fileapi/file_system_backend_unittest.cc", | 1679 "fileapi/file_system_backend_unittest.cc", |
| 1677 "hats/hats_finch_helper_unittest.cc", | 1680 "hats/hats_finch_helper_unittest.cc", |
| 1678 "hats/hats_notification_controller_unittest.cc", | 1681 "hats/hats_notification_controller_unittest.cc", |
| 1679 "input_method/browser_state_monitor_unittest.cc", | 1682 "input_method/browser_state_monitor_unittest.cc", |
| 1680 "input_method/input_method_configuration_unittest.cc", | 1683 "input_method/input_method_configuration_unittest.cc", |
| 1681 "input_method/input_method_engine_unittest.cc", | 1684 "input_method/input_method_engine_unittest.cc", |
| 1682 "input_method/input_method_manager_impl_unittest.cc", | 1685 "input_method/input_method_manager_impl_unittest.cc", |
| 1683 "input_method/input_method_persistence_unittest.cc", | 1686 "input_method/input_method_persistence_unittest.cc", |
| 1684 "locale_change_guard_unittest.cc", | 1687 "locale_change_guard_unittest.cc", |
| 1688 "lock_screen_apps/app_manager_impl_unittest.cc", |
| 1685 "lock_screen_apps/state_controller_unittest.cc", | 1689 "lock_screen_apps/state_controller_unittest.cc", |
| 1686 "login/auth/cryptohome_authenticator_unittest.cc", | 1690 "login/auth/cryptohome_authenticator_unittest.cc", |
| 1687 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc", | 1691 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc", |
| 1688 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc", | 1692 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc", |
| 1689 "login/enrollment/enrollment_screen_unittest.cc", | 1693 "login/enrollment/enrollment_screen_unittest.cc", |
| 1690 "login/error_screens_histogram_helper_unittest.cc", | 1694 "login/error_screens_histogram_helper_unittest.cc", |
| 1691 "login/existing_user_controller_auto_login_unittest.cc", | 1695 "login/existing_user_controller_auto_login_unittest.cc", |
| 1692 "login/hwid_checker_unittest.cc", | 1696 "login/hwid_checker_unittest.cc", |
| 1693 "login/profile_auth_data_unittest.cc", | 1697 "login/profile_auth_data_unittest.cc", |
| 1694 "login/quick_unlock/fingerprint_storage_unittest.cc", | 1698 "login/quick_unlock/fingerprint_storage_unittest.cc", |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1870 "policy/proto/chrome_device_policy.proto", | 1874 "policy/proto/chrome_device_policy.proto", |
| 1871 "policy/proto/install_attributes.proto", | 1875 "policy/proto/install_attributes.proto", |
| 1872 ] | 1876 ] |
| 1873 } | 1877 } |
| 1874 | 1878 |
| 1875 proto_library("attestation_proto") { | 1879 proto_library("attestation_proto") { |
| 1876 sources = [ | 1880 sources = [ |
| 1877 "attestation/attestation_key_payload.proto", | 1881 "attestation/attestation_key_payload.proto", |
| 1878 ] | 1882 ] |
| 1879 } | 1883 } |
| OLD | NEW |