| 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 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1060 "webui/settings/chromeos/accessibility_handler.cc", | 1060 "webui/settings/chromeos/accessibility_handler.cc", |
| 1061 "webui/settings/chromeos/accessibility_handler.h", | 1061 "webui/settings/chromeos/accessibility_handler.h", |
| 1062 "webui/settings/chromeos/change_picture_handler.cc", | 1062 "webui/settings/chromeos/change_picture_handler.cc", |
| 1063 "webui/settings/chromeos/change_picture_handler.h", | 1063 "webui/settings/chromeos/change_picture_handler.h", |
| 1064 "webui/settings/chromeos/cups_printers_handler.cc", | 1064 "webui/settings/chromeos/cups_printers_handler.cc", |
| 1065 "webui/settings/chromeos/cups_printers_handler.h", | 1065 "webui/settings/chromeos/cups_printers_handler.h", |
| 1066 "webui/settings/chromeos/device_keyboard_handler.cc", | 1066 "webui/settings/chromeos/device_keyboard_handler.cc", |
| 1067 "webui/settings/chromeos/device_keyboard_handler.h", | 1067 "webui/settings/chromeos/device_keyboard_handler.h", |
| 1068 "webui/settings/chromeos/device_pointer_handler.cc", | 1068 "webui/settings/chromeos/device_pointer_handler.cc", |
| 1069 "webui/settings/chromeos/device_pointer_handler.h", | 1069 "webui/settings/chromeos/device_pointer_handler.h", |
| 1070 "webui/settings/chromeos/device_storage_handler.cc", |
| 1071 "webui/settings/chromeos/device_storage_handler.h", |
| 1070 "webui/settings/chromeos/easy_unlock_settings_handler.cc", | 1072 "webui/settings/chromeos/easy_unlock_settings_handler.cc", |
| 1071 "webui/settings/chromeos/easy_unlock_settings_handler.h", | 1073 "webui/settings/chromeos/easy_unlock_settings_handler.h", |
| 1072 "webui/settings/chromeos/internet_handler.cc", | 1074 "webui/settings/chromeos/internet_handler.cc", |
| 1073 "webui/settings/chromeos/internet_handler.h", | 1075 "webui/settings/chromeos/internet_handler.h", |
| 1074 "webui/settings/downloads_handler.cc", | 1076 "webui/settings/downloads_handler.cc", |
| 1075 "webui/settings/downloads_handler.h", | 1077 "webui/settings/downloads_handler.h", |
| 1076 "webui/settings/font_handler.cc", | 1078 "webui/settings/font_handler.cc", |
| 1077 "webui/settings/font_handler.h", | 1079 "webui/settings/font_handler.h", |
| 1078 "webui/settings/languages_handler.cc", | 1080 "webui/settings/languages_handler.cc", |
| 1079 "webui/settings/languages_handler.h", | 1081 "webui/settings/languages_handler.h", |
| (...skipping 2343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3423 "test/test_confirm_bubble_model.cc", | 3425 "test/test_confirm_bubble_model.cc", |
| 3424 "test/test_confirm_bubble_model.h", | 3426 "test/test_confirm_bubble_model.h", |
| 3425 ] | 3427 ] |
| 3426 deps += [ "//chrome/test:test_support_ui" ] | 3428 deps += [ "//chrome/test:test_support_ui" ] |
| 3427 } | 3429 } |
| 3428 | 3430 |
| 3429 if (enable_extensions) { | 3431 if (enable_extensions) { |
| 3430 deps += [ "//extensions/browser" ] | 3432 deps += [ "//extensions/browser" ] |
| 3431 } | 3433 } |
| 3432 } | 3434 } |
| OLD | NEW |