| 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 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1087 "webui/settings/chromeos/device_pointer_handler.cc", | 1087 "webui/settings/chromeos/device_pointer_handler.cc", |
| 1088 "webui/settings/chromeos/device_pointer_handler.h", | 1088 "webui/settings/chromeos/device_pointer_handler.h", |
| 1089 "webui/settings/chromeos/device_storage_handler.cc", | 1089 "webui/settings/chromeos/device_storage_handler.cc", |
| 1090 "webui/settings/chromeos/device_storage_handler.h", | 1090 "webui/settings/chromeos/device_storage_handler.h", |
| 1091 "webui/settings/chromeos/easy_unlock_settings_handler.cc", | 1091 "webui/settings/chromeos/easy_unlock_settings_handler.cc", |
| 1092 "webui/settings/chromeos/easy_unlock_settings_handler.h", | 1092 "webui/settings/chromeos/easy_unlock_settings_handler.h", |
| 1093 "webui/settings/chromeos/internet_handler.cc", | 1093 "webui/settings/chromeos/internet_handler.cc", |
| 1094 "webui/settings/chromeos/internet_handler.h", | 1094 "webui/settings/chromeos/internet_handler.h", |
| 1095 "webui/settings/downloads_handler.cc", | 1095 "webui/settings/downloads_handler.cc", |
| 1096 "webui/settings/downloads_handler.h", | 1096 "webui/settings/downloads_handler.h", |
| 1097 "webui/settings/extension_control_handler.cc", |
| 1098 "webui/settings/extension_control_handler.h", |
| 1097 "webui/settings/font_handler.cc", | 1099 "webui/settings/font_handler.cc", |
| 1098 "webui/settings/font_handler.h", | 1100 "webui/settings/font_handler.h", |
| 1099 "webui/settings/languages_handler.cc", | 1101 "webui/settings/languages_handler.cc", |
| 1100 "webui/settings/languages_handler.h", | 1102 "webui/settings/languages_handler.h", |
| 1101 "webui/settings/md_settings_localized_strings_provider.cc", | 1103 "webui/settings/md_settings_localized_strings_provider.cc", |
| 1102 "webui/settings/md_settings_localized_strings_provider.h", | 1104 "webui/settings/md_settings_localized_strings_provider.h", |
| 1103 "webui/settings/md_settings_ui.cc", | 1105 "webui/settings/md_settings_ui.cc", |
| 1104 "webui/settings/md_settings_ui.h", | 1106 "webui/settings/md_settings_ui.h", |
| 1105 "webui/settings/metrics_reporting_handler.cc", | 1107 "webui/settings/metrics_reporting_handler.cc", |
| 1106 "webui/settings/metrics_reporting_handler.h", | 1108 "webui/settings/metrics_reporting_handler.h", |
| (...skipping 2372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3479 "test/test_confirm_bubble_model.cc", | 3481 "test/test_confirm_bubble_model.cc", |
| 3480 "test/test_confirm_bubble_model.h", | 3482 "test/test_confirm_bubble_model.h", |
| 3481 ] | 3483 ] |
| 3482 deps += [ "//chrome/test:test_support_ui" ] | 3484 deps += [ "//chrome/test:test_support_ui" ] |
| 3483 } | 3485 } |
| 3484 | 3486 |
| 3485 if (enable_extensions) { | 3487 if (enable_extensions) { |
| 3486 deps += [ "//extensions/browser" ] | 3488 deps += [ "//extensions/browser" ] |
| 3487 } | 3489 } |
| 3488 } | 3490 } |
| OLD | NEW |