| 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 1757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1768 "fileapi/file_access_permissions_unittest.cc", | 1768 "fileapi/file_access_permissions_unittest.cc", |
| 1769 "fileapi/file_system_backend_unittest.cc", | 1769 "fileapi/file_system_backend_unittest.cc", |
| 1770 "hats/hats_finch_helper_unittest.cc", | 1770 "hats/hats_finch_helper_unittest.cc", |
| 1771 "hats/hats_notification_controller_unittest.cc", | 1771 "hats/hats_notification_controller_unittest.cc", |
| 1772 "input_method/browser_state_monitor_unittest.cc", | 1772 "input_method/browser_state_monitor_unittest.cc", |
| 1773 "input_method/input_method_configuration_unittest.cc", | 1773 "input_method/input_method_configuration_unittest.cc", |
| 1774 "input_method/input_method_engine_unittest.cc", | 1774 "input_method/input_method_engine_unittest.cc", |
| 1775 "input_method/input_method_manager_impl_unittest.cc", | 1775 "input_method/input_method_manager_impl_unittest.cc", |
| 1776 "input_method/input_method_persistence_unittest.cc", | 1776 "input_method/input_method_persistence_unittest.cc", |
| 1777 "locale_change_guard_unittest.cc", | 1777 "locale_change_guard_unittest.cc", |
| 1778 "lock_screen_apps/app_manager_impl_unittest.cc", |
| 1778 "lock_screen_apps/state_controller_unittest.cc", | 1779 "lock_screen_apps/state_controller_unittest.cc", |
| 1779 "login/auth/cryptohome_authenticator_unittest.cc", | 1780 "login/auth/cryptohome_authenticator_unittest.cc", |
| 1780 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc", | 1781 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc", |
| 1781 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc", | 1782 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc", |
| 1782 "login/enrollment/enrollment_screen_unittest.cc", | 1783 "login/enrollment/enrollment_screen_unittest.cc", |
| 1783 "login/error_screens_histogram_helper_unittest.cc", | 1784 "login/error_screens_histogram_helper_unittest.cc", |
| 1784 "login/existing_user_controller_auto_login_unittest.cc", | 1785 "login/existing_user_controller_auto_login_unittest.cc", |
| 1785 "login/hwid_checker_unittest.cc", | 1786 "login/hwid_checker_unittest.cc", |
| 1786 "login/profile_auth_data_unittest.cc", | 1787 "login/profile_auth_data_unittest.cc", |
| 1787 "login/quick_unlock/fingerprint_storage_unittest.cc", | 1788 "login/quick_unlock/fingerprint_storage_unittest.cc", |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1975 "policy/proto/chrome_device_policy.proto", | 1976 "policy/proto/chrome_device_policy.proto", |
| 1976 "policy/proto/install_attributes.proto", | 1977 "policy/proto/install_attributes.proto", |
| 1977 ] | 1978 ] |
| 1978 } | 1979 } |
| 1979 | 1980 |
| 1980 proto_library("attestation_proto") { | 1981 proto_library("attestation_proto") { |
| 1981 sources = [ | 1982 sources = [ |
| 1982 "attestation/attestation_key_payload.proto", | 1983 "attestation/attestation_key_payload.proto", |
| 1983 ] | 1984 ] |
| 1984 } | 1985 } |
| OLD | NEW |