| 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 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 786 "login/help_app_launcher.cc", | 786 "login/help_app_launcher.cc", |
| 787 "login/help_app_launcher.h", | 787 "login/help_app_launcher.h", |
| 788 "login/helper.cc", | 788 "login/helper.cc", |
| 789 "login/helper.h", | 789 "login/helper.h", |
| 790 "login/hwid_checker.cc", | 790 "login/hwid_checker.cc", |
| 791 "login/hwid_checker.h", | 791 "login/hwid_checker.h", |
| 792 "login/language_list.cc", | 792 "login/language_list.cc", |
| 793 "login/language_list.h", | 793 "login/language_list.h", |
| 794 "login/lock/screen_locker.cc", | 794 "login/lock/screen_locker.cc", |
| 795 "login/lock/screen_locker.h", | 795 "login/lock/screen_locker.h", |
| 796 "login/lock/view_screen_locker.cc", |
| 797 "login/lock/view_screen_locker.h", |
| 796 "login/lock/webui_screen_locker.cc", | 798 "login/lock/webui_screen_locker.cc", |
| 797 "login/lock/webui_screen_locker.h", | 799 "login/lock/webui_screen_locker.h", |
| 798 "login/login_wizard.h", | 800 "login/login_wizard.h", |
| 799 "login/oobe_screen.cc", | 801 "login/oobe_screen.cc", |
| 800 "login/oobe_screen.h", | 802 "login/oobe_screen.h", |
| 801 "login/profile_auth_data.cc", | 803 "login/profile_auth_data.cc", |
| 802 "login/profile_auth_data.h", | 804 "login/profile_auth_data.h", |
| 803 "login/proxy_settings_dialog.h", | 805 "login/proxy_settings_dialog.h", |
| 804 "login/quick_unlock/fingerprint_storage.cc", | 806 "login/quick_unlock/fingerprint_storage.cc", |
| 805 "login/quick_unlock/fingerprint_storage.h", | 807 "login/quick_unlock/fingerprint_storage.h", |
| (...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1872 "policy/proto/chrome_device_policy.proto", | 1874 "policy/proto/chrome_device_policy.proto", |
| 1873 "policy/proto/install_attributes.proto", | 1875 "policy/proto/install_attributes.proto", |
| 1874 ] | 1876 ] |
| 1875 } | 1877 } |
| 1876 | 1878 |
| 1877 proto_library("attestation_proto") { | 1879 proto_library("attestation_proto") { |
| 1878 sources = [ | 1880 sources = [ |
| 1879 "attestation/attestation_key_payload.proto", | 1881 "attestation/attestation_key_payload.proto", |
| 1880 ] | 1882 ] |
| 1881 } | 1883 } |
| OLD | NEW |