| 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 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1055 "webui/settings/appearance_handler.cc", | 1055 "webui/settings/appearance_handler.cc", |
| 1056 "webui/settings/appearance_handler.h", | 1056 "webui/settings/appearance_handler.h", |
| 1057 "webui/settings/browser_lifetime_handler.cc", | 1057 "webui/settings/browser_lifetime_handler.cc", |
| 1058 "webui/settings/browser_lifetime_handler.h", | 1058 "webui/settings/browser_lifetime_handler.h", |
| 1059 "webui/settings/chromeos/accessibility_handler.cc", | 1059 "webui/settings/chromeos/accessibility_handler.cc", |
| 1060 "webui/settings/chromeos/accessibility_handler.h", | 1060 "webui/settings/chromeos/accessibility_handler.h", |
| 1061 "webui/settings/chromeos/change_picture_handler.cc", | 1061 "webui/settings/chromeos/change_picture_handler.cc", |
| 1062 "webui/settings/chromeos/change_picture_handler.h", | 1062 "webui/settings/chromeos/change_picture_handler.h", |
| 1063 "webui/settings/chromeos/cups_printers_handler.cc", | 1063 "webui/settings/chromeos/cups_printers_handler.cc", |
| 1064 "webui/settings/chromeos/cups_printers_handler.h", | 1064 "webui/settings/chromeos/cups_printers_handler.h", |
| 1065 "webui/settings/chromeos/date_time_handler.cc", |
| 1066 "webui/settings/chromeos/date_time_handler.h", |
| 1065 "webui/settings/chromeos/device_keyboard_handler.cc", | 1067 "webui/settings/chromeos/device_keyboard_handler.cc", |
| 1066 "webui/settings/chromeos/device_keyboard_handler.h", | 1068 "webui/settings/chromeos/device_keyboard_handler.h", |
| 1067 "webui/settings/chromeos/device_pointer_handler.cc", | 1069 "webui/settings/chromeos/device_pointer_handler.cc", |
| 1068 "webui/settings/chromeos/device_pointer_handler.h", | 1070 "webui/settings/chromeos/device_pointer_handler.h", |
| 1069 "webui/settings/chromeos/easy_unlock_settings_handler.cc", | 1071 "webui/settings/chromeos/easy_unlock_settings_handler.cc", |
| 1070 "webui/settings/chromeos/easy_unlock_settings_handler.h", | 1072 "webui/settings/chromeos/easy_unlock_settings_handler.h", |
| 1071 "webui/settings/chromeos/internet_handler.cc", | 1073 "webui/settings/chromeos/internet_handler.cc", |
| 1072 "webui/settings/chromeos/internet_handler.h", | 1074 "webui/settings/chromeos/internet_handler.h", |
| 1073 "webui/settings/downloads_handler.cc", | 1075 "webui/settings/downloads_handler.cc", |
| 1074 "webui/settings/downloads_handler.h", | 1076 "webui/settings/downloads_handler.h", |
| (...skipping 2338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3413 "test/test_confirm_bubble_model.cc", | 3415 "test/test_confirm_bubble_model.cc", |
| 3414 "test/test_confirm_bubble_model.h", | 3416 "test/test_confirm_bubble_model.h", |
| 3415 ] | 3417 ] |
| 3416 deps += [ "//chrome/test:test_support_ui" ] | 3418 deps += [ "//chrome/test:test_support_ui" ] |
| 3417 } | 3419 } |
| 3418 | 3420 |
| 3419 if (enable_extensions) { | 3421 if (enable_extensions) { |
| 3420 deps += [ "//extensions/browser" ] | 3422 deps += [ "//extensions/browser" ] |
| 3421 } | 3423 } |
| 3422 } | 3424 } |
| OLD | NEW |