| 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 665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 676 "login/auth/auth_prewarmer.cc", | 676 "login/auth/auth_prewarmer.cc", |
| 677 "login/auth/auth_prewarmer.h", | 677 "login/auth/auth_prewarmer.h", |
| 678 "login/auth/chrome_cryptohome_authenticator.cc", | 678 "login/auth/chrome_cryptohome_authenticator.cc", |
| 679 "login/auth/chrome_cryptohome_authenticator.h", | 679 "login/auth/chrome_cryptohome_authenticator.h", |
| 680 "login/auth/chrome_login_performer.cc", | 680 "login/auth/chrome_login_performer.cc", |
| 681 "login/auth/chrome_login_performer.h", | 681 "login/auth/chrome_login_performer.h", |
| 682 "login/chrome_restart_request.cc", | 682 "login/chrome_restart_request.cc", |
| 683 "login/chrome_restart_request.h", | 683 "login/chrome_restart_request.h", |
| 684 "login/demo_mode/demo_app_launcher.cc", | 684 "login/demo_mode/demo_app_launcher.cc", |
| 685 "login/demo_mode/demo_app_launcher.h", | 685 "login/demo_mode/demo_app_launcher.h", |
| 686 "login/demo_mode/demo_mode_detector.cc", |
| 687 "login/demo_mode/demo_mode_detector.h", |
| 686 "login/easy_unlock/bootstrap_manager.cc", | 688 "login/easy_unlock/bootstrap_manager.cc", |
| 687 "login/easy_unlock/bootstrap_manager.h", | 689 "login/easy_unlock/bootstrap_manager.h", |
| 688 "login/easy_unlock/bootstrap_user_context_initializer.cc", | 690 "login/easy_unlock/bootstrap_user_context_initializer.cc", |
| 689 "login/easy_unlock/bootstrap_user_context_initializer.h", | 691 "login/easy_unlock/bootstrap_user_context_initializer.h", |
| 690 "login/easy_unlock/bootstrap_user_flow.cc", | 692 "login/easy_unlock/bootstrap_user_flow.cc", |
| 691 "login/easy_unlock/bootstrap_user_flow.h", | 693 "login/easy_unlock/bootstrap_user_flow.h", |
| 692 "login/easy_unlock/easy_unlock_challenge_wrapper.cc", | 694 "login/easy_unlock/easy_unlock_challenge_wrapper.cc", |
| 693 "login/easy_unlock/easy_unlock_challenge_wrapper.h", | 695 "login/easy_unlock/easy_unlock_challenge_wrapper.h", |
| 694 "login/easy_unlock/easy_unlock_create_keys_operation.cc", | 696 "login/easy_unlock/easy_unlock_create_keys_operation.cc", |
| 695 "login/easy_unlock/easy_unlock_create_keys_operation.h", | 697 "login/easy_unlock/easy_unlock_create_keys_operation.h", |
| (...skipping 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1766 "policy/proto/chrome_device_policy.proto", | 1768 "policy/proto/chrome_device_policy.proto", |
| 1767 "policy/proto/install_attributes.proto", | 1769 "policy/proto/install_attributes.proto", |
| 1768 ] | 1770 ] |
| 1769 } | 1771 } |
| 1770 | 1772 |
| 1771 proto_library("attestation_proto") { | 1773 proto_library("attestation_proto") { |
| 1772 sources = [ | 1774 sources = [ |
| 1773 "attestation/attestation_key_payload.proto", | 1775 "attestation/attestation_key_payload.proto", |
| 1774 ] | 1776 ] |
| 1775 } | 1777 } |
| OLD | NEW |