Chromium Code Reviews| 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 312 "webui/chromeos/set_time_ui.cc", | 312 "webui/chromeos/set_time_ui.cc", |
| 313 "webui/chromeos/set_time_ui.h", | 313 "webui/chromeos/set_time_ui.h", |
| 314 "webui/chromeos/sim_unlock_ui.cc", | 314 "webui/chromeos/sim_unlock_ui.cc", |
| 315 "webui/chromeos/sim_unlock_ui.h", | 315 "webui/chromeos/sim_unlock_ui.h", |
| 316 "webui/chromeos/slow_trace_ui.cc", | 316 "webui/chromeos/slow_trace_ui.cc", |
| 317 "webui/chromeos/slow_trace_ui.h", | 317 "webui/chromeos/slow_trace_ui.h", |
| 318 "webui/chromeos/slow_ui.cc", | 318 "webui/chromeos/slow_ui.cc", |
| 319 "webui/chromeos/slow_ui.h", | 319 "webui/chromeos/slow_ui.h", |
| 320 "webui/chromeos/ui_account_tweaks.cc", | 320 "webui/chromeos/ui_account_tweaks.cc", |
| 321 "webui/chromeos/ui_account_tweaks.h", | 321 "webui/chromeos/ui_account_tweaks.h", |
| 322 "webui/color_utils.cc", | |
| 323 "webui/color_utils.h", | |
|
Dan Beam
2017/02/28 17:40:52
do these still exist?
gonzalon
2017/02/28 17:56:50
Nope. Done.
| |
| 322 "webui/components_ui.cc", | 324 "webui/components_ui.cc", |
| 323 "webui/components_ui.h", | 325 "webui/components_ui.h", |
| 324 "webui/constrained_web_dialog_ui.cc", | 326 "webui/constrained_web_dialog_ui.cc", |
| 325 "webui/constrained_web_dialog_ui.h", | 327 "webui/constrained_web_dialog_ui.h", |
| 326 "webui/cookies_tree_model_util.cc", | 328 "webui/cookies_tree_model_util.cc", |
| 327 "webui/cookies_tree_model_util.h", | 329 "webui/cookies_tree_model_util.h", |
| 328 "webui/crashes_ui.cc", | 330 "webui/crashes_ui.cc", |
| 329 "webui/crashes_ui.h", | 331 "webui/crashes_ui.h", |
| 330 "webui/device_log_ui.cc", | 332 "webui/device_log_ui.cc", |
| 331 "webui/device_log_ui.h", | 333 "webui/device_log_ui.h", |
| (...skipping 3191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3523 "test/test_confirm_bubble_model.cc", | 3525 "test/test_confirm_bubble_model.cc", |
| 3524 "test/test_confirm_bubble_model.h", | 3526 "test/test_confirm_bubble_model.h", |
| 3525 ] | 3527 ] |
| 3526 deps += [ "//chrome/test:test_support_ui" ] | 3528 deps += [ "//chrome/test:test_support_ui" ] |
| 3527 } | 3529 } |
| 3528 | 3530 |
| 3529 if (enable_extensions) { | 3531 if (enable_extensions) { |
| 3530 deps += [ "//extensions/browser" ] | 3532 deps += [ "//extensions/browser" ] |
| 3531 } | 3533 } |
| 3532 } | 3534 } |
| OLD | NEW |