| 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 "webui/profiler_ui.cc", | 396 "webui/profiler_ui.cc", |
| 397 "webui/profiler_ui.h", | 397 "webui/profiler_ui.h", |
| 398 "webui/quota_internals/quota_internals_handler.cc", | 398 "webui/quota_internals/quota_internals_handler.cc", |
| 399 "webui/quota_internals/quota_internals_handler.h", | 399 "webui/quota_internals/quota_internals_handler.h", |
| 400 "webui/quota_internals/quota_internals_proxy.cc", | 400 "webui/quota_internals/quota_internals_proxy.cc", |
| 401 "webui/quota_internals/quota_internals_proxy.h", | 401 "webui/quota_internals/quota_internals_proxy.h", |
| 402 "webui/quota_internals/quota_internals_types.cc", | 402 "webui/quota_internals/quota_internals_types.cc", |
| 403 "webui/quota_internals/quota_internals_types.h", | 403 "webui/quota_internals/quota_internals_types.h", |
| 404 "webui/quota_internals/quota_internals_ui.cc", | 404 "webui/quota_internals/quota_internals_ui.cc", |
| 405 "webui/quota_internals/quota_internals_ui.h", | 405 "webui/quota_internals/quota_internals_ui.h", |
| 406 "webui/safe_browsing_ui.cc", |
| 407 "webui/safe_browsing_ui.h", |
| 406 "webui/signin_internals_ui.cc", | 408 "webui/signin_internals_ui.cc", |
| 407 "webui/signin_internals_ui.h", | 409 "webui/signin_internals_ui.h", |
| 408 "webui/supervised_user_internals_message_handler.cc", | 410 "webui/supervised_user_internals_message_handler.cc", |
| 409 "webui/supervised_user_internals_message_handler.h", | 411 "webui/supervised_user_internals_message_handler.h", |
| 410 "webui/supervised_user_internals_ui.cc", | 412 "webui/supervised_user_internals_ui.cc", |
| 411 "webui/supervised_user_internals_ui.h", | 413 "webui/supervised_user_internals_ui.h", |
| 412 "webui/sync_internals_message_handler.cc", | 414 "webui/sync_internals_message_handler.cc", |
| 413 "webui/sync_internals_message_handler.h", | 415 "webui/sync_internals_message_handler.h", |
| 414 "webui/sync_internals_ui.cc", | 416 "webui/sync_internals_ui.cc", |
| 415 "webui/sync_internals_ui.h", | 417 "webui/sync_internals_ui.h", |
| (...skipping 3202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3618 deps += [ | 3620 deps += [ |
| 3619 "//chrome/test:test_support_ui", | 3621 "//chrome/test:test_support_ui", |
| 3620 "//components/zoom", | 3622 "//components/zoom", |
| 3621 ] | 3623 ] |
| 3622 } | 3624 } |
| 3623 | 3625 |
| 3624 if (enable_extensions) { | 3626 if (enable_extensions) { |
| 3625 deps += [ "//extensions/browser" ] | 3627 deps += [ "//extensions/browser" ] |
| 3626 } | 3628 } |
| 3627 } | 3629 } |
| OLD | NEW |