| 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 1777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1788 "../../common/extensions/api/file_browser_handlers/file_browser_handler_mani
fest_unittest.cc", | 1788 "../../common/extensions/api/file_browser_handlers/file_browser_handler_mani
fest_unittest.cc", |
| 1789 "../../common/extensions/api/file_system_provider/file_system_provider_handl
er_unittest.cc", | 1789 "../../common/extensions/api/file_system_provider/file_system_provider_handl
er_unittest.cc", |
| 1790 "../ui/views/frame/immersive_mode_controller_ash_unittest.cc", | 1790 "../ui/views/frame/immersive_mode_controller_ash_unittest.cc", |
| 1791 "../ui/views/intent_picker_bubble_view_unittest.cc", | 1791 "../ui/views/intent_picker_bubble_view_unittest.cc", |
| 1792 "../ui/views/select_file_dialog_extension_unittest.cc", | 1792 "../ui/views/select_file_dialog_extension_unittest.cc", |
| 1793 "../ui/webui/chromeos/login/l10n_util_test_util.cc", | 1793 "../ui/webui/chromeos/login/l10n_util_test_util.cc", |
| 1794 "../ui/webui/chromeos/login/l10n_util_test_util.h", | 1794 "../ui/webui/chromeos/login/l10n_util_test_util.h", |
| 1795 "../ui/webui/chromeos/login/l10n_util_unittest.cc", | 1795 "../ui/webui/chromeos/login/l10n_util_unittest.cc", |
| 1796 "../ui/webui/chromeos/login/oobe_display_chooser_unittest.cc", | 1796 "../ui/webui/chromeos/login/oobe_display_chooser_unittest.cc", |
| 1797 "../ui/webui/chromeos/login/signin_userlist_unittest.cc", | 1797 "../ui/webui/chromeos/login/signin_userlist_unittest.cc", |
| 1798 "../ui/webui/options/chromeos/cros_language_options_handler_unittest.cc", | |
| 1799 "../ui/webui/settings/chromeos/easy_unlock_settings_handler_unittest.cc", | 1798 "../ui/webui/settings/chromeos/easy_unlock_settings_handler_unittest.cc", |
| 1800 "//components/drive/change_list_loader_unittest.cc", | 1799 "//components/drive/change_list_loader_unittest.cc", |
| 1801 "//components/drive/change_list_processor_unittest.cc", | 1800 "//components/drive/change_list_processor_unittest.cc", |
| 1802 "//components/drive/chromeos/file_cache_unittest.cc", | 1801 "//components/drive/chromeos/file_cache_unittest.cc", |
| 1803 "//components/drive/directory_loader_unittest.cc", | 1802 "//components/drive/directory_loader_unittest.cc", |
| 1804 "//components/drive/fake_file_system_unittest.cc", | 1803 "//components/drive/fake_file_system_unittest.cc", |
| 1805 "//components/drive/file_change_unittest.cc", | 1804 "//components/drive/file_change_unittest.cc", |
| 1806 "//components/drive/file_system/copy_operation_unittest.cc", | 1805 "//components/drive/file_system/copy_operation_unittest.cc", |
| 1807 "//components/drive/file_system/create_directory_operation_unittest.cc", | 1806 "//components/drive/file_system/create_directory_operation_unittest.cc", |
| 1808 "//components/drive/file_system/create_file_operation_unittest.cc", | 1807 "//components/drive/file_system/create_file_operation_unittest.cc", |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1873 "policy/proto/chrome_device_policy.proto", | 1872 "policy/proto/chrome_device_policy.proto", |
| 1874 "policy/proto/install_attributes.proto", | 1873 "policy/proto/install_attributes.proto", |
| 1875 ] | 1874 ] |
| 1876 } | 1875 } |
| 1877 | 1876 |
| 1878 proto_library("attestation_proto") { | 1877 proto_library("attestation_proto") { |
| 1879 sources = [ | 1878 sources = [ |
| 1880 "attestation/attestation_key_payload.proto", | 1879 "attestation/attestation_key_payload.proto", |
| 1881 ] | 1880 ] |
| 1882 } | 1881 } |
| OLD | NEW |