| 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 "webui/chromeos/set_time_ui.cc", | 317 "webui/chromeos/set_time_ui.cc", |
| 318 "webui/chromeos/set_time_ui.h", | 318 "webui/chromeos/set_time_ui.h", |
| 319 "webui/chromeos/sim_unlock_ui.cc", | 319 "webui/chromeos/sim_unlock_ui.cc", |
| 320 "webui/chromeos/sim_unlock_ui.h", | 320 "webui/chromeos/sim_unlock_ui.h", |
| 321 "webui/chromeos/slow_trace_ui.cc", | 321 "webui/chromeos/slow_trace_ui.cc", |
| 322 "webui/chromeos/slow_trace_ui.h", | 322 "webui/chromeos/slow_trace_ui.h", |
| 323 "webui/chromeos/slow_ui.cc", | 323 "webui/chromeos/slow_ui.cc", |
| 324 "webui/chromeos/slow_ui.h", | 324 "webui/chromeos/slow_ui.h", |
| 325 "webui/chromeos/ui_account_tweaks.cc", | 325 "webui/chromeos/ui_account_tweaks.cc", |
| 326 "webui/chromeos/ui_account_tweaks.h", | 326 "webui/chromeos/ui_account_tweaks.h", |
| 327 "webui/cleanup_tool/cleanup_action_handler.cc", |
| 328 "webui/cleanup_tool/cleanup_action_handler.h", |
| 329 "webui/cleanup_tool/cleanup_tool_ui.cc", |
| 330 "webui/cleanup_tool/cleanup_tool_ui.h", |
| 327 "webui/components_ui.cc", | 331 "webui/components_ui.cc", |
| 328 "webui/components_ui.h", | 332 "webui/components_ui.h", |
| 329 "webui/constrained_web_dialog_ui.cc", | 333 "webui/constrained_web_dialog_ui.cc", |
| 330 "webui/constrained_web_dialog_ui.h", | 334 "webui/constrained_web_dialog_ui.h", |
| 331 "webui/cookies_tree_model_util.cc", | 335 "webui/cookies_tree_model_util.cc", |
| 332 "webui/cookies_tree_model_util.h", | 336 "webui/cookies_tree_model_util.h", |
| 333 "webui/crashes_ui.cc", | 337 "webui/crashes_ui.cc", |
| 334 "webui/crashes_ui.h", | 338 "webui/crashes_ui.h", |
| 335 "webui/device_log_ui.cc", | 339 "webui/device_log_ui.cc", |
| 336 "webui/device_log_ui.h", | 340 "webui/device_log_ui.h", |
| (...skipping 3215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3552 "test/test_confirm_bubble_model.cc", | 3556 "test/test_confirm_bubble_model.cc", |
| 3553 "test/test_confirm_bubble_model.h", | 3557 "test/test_confirm_bubble_model.h", |
| 3554 ] | 3558 ] |
| 3555 deps += [ "//chrome/test:test_support_ui" ] | 3559 deps += [ "//chrome/test:test_support_ui" ] |
| 3556 } | 3560 } |
| 3557 | 3561 |
| 3558 if (enable_extensions) { | 3562 if (enable_extensions) { |
| 3559 deps += [ "//extensions/browser" ] | 3563 deps += [ "//extensions/browser" ] |
| 3560 } | 3564 } |
| 3561 } | 3565 } |
| OLD | NEW |