| 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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1015 "webui/settings/chromeos/device_power_handler.cc", | 1015 "webui/settings/chromeos/device_power_handler.cc", |
| 1016 "webui/settings/chromeos/device_power_handler.h", | 1016 "webui/settings/chromeos/device_power_handler.h", |
| 1017 "webui/settings/chromeos/device_storage_handler.cc", | 1017 "webui/settings/chromeos/device_storage_handler.cc", |
| 1018 "webui/settings/chromeos/device_storage_handler.h", | 1018 "webui/settings/chromeos/device_storage_handler.h", |
| 1019 "webui/settings/chromeos/device_stylus_handler.cc", | 1019 "webui/settings/chromeos/device_stylus_handler.cc", |
| 1020 "webui/settings/chromeos/device_stylus_handler.h", | 1020 "webui/settings/chromeos/device_stylus_handler.h", |
| 1021 "webui/settings/chromeos/easy_unlock_settings_handler.cc", | 1021 "webui/settings/chromeos/easy_unlock_settings_handler.cc", |
| 1022 "webui/settings/chromeos/easy_unlock_settings_handler.h", | 1022 "webui/settings/chromeos/easy_unlock_settings_handler.h", |
| 1023 "webui/settings/chromeos/fingerprint_handler.cc", | 1023 "webui/settings/chromeos/fingerprint_handler.cc", |
| 1024 "webui/settings/chromeos/fingerprint_handler.h", | 1024 "webui/settings/chromeos/fingerprint_handler.h", |
| 1025 "webui/settings/chromeos/google_assistant_handler.cc", |
| 1026 "webui/settings/chromeos/google_assistant_handler.h", |
| 1025 "webui/settings/chromeos/internet_handler.cc", | 1027 "webui/settings/chromeos/internet_handler.cc", |
| 1026 "webui/settings/chromeos/internet_handler.h", | 1028 "webui/settings/chromeos/internet_handler.h", |
| 1027 "webui/settings/downloads_handler.cc", | 1029 "webui/settings/downloads_handler.cc", |
| 1028 "webui/settings/downloads_handler.h", | 1030 "webui/settings/downloads_handler.h", |
| 1029 "webui/settings/extension_control_handler.cc", | 1031 "webui/settings/extension_control_handler.cc", |
| 1030 "webui/settings/extension_control_handler.h", | 1032 "webui/settings/extension_control_handler.h", |
| 1031 "webui/settings/font_handler.cc", | 1033 "webui/settings/font_handler.cc", |
| 1032 "webui/settings/font_handler.h", | 1034 "webui/settings/font_handler.h", |
| 1033 "webui/settings/languages_handler.cc", | 1035 "webui/settings/languages_handler.cc", |
| 1034 "webui/settings/languages_handler.h", | 1036 "webui/settings/languages_handler.h", |
| (...skipping 2651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3686 deps += [ | 3688 deps += [ |
| 3687 "//chrome/test:test_support_ui", | 3689 "//chrome/test:test_support_ui", |
| 3688 "//components/zoom", | 3690 "//components/zoom", |
| 3689 ] | 3691 ] |
| 3690 } | 3692 } |
| 3691 | 3693 |
| 3692 if (enable_extensions) { | 3694 if (enable_extensions) { |
| 3693 deps += [ "//extensions/browser" ] | 3695 deps += [ "//extensions/browser" ] |
| 3694 } | 3696 } |
| 3695 } | 3697 } |
| OLD | NEW |