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 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", | |
|
vakh (use Gerrit instead)
2017/06/19 17:02:13
Let's move these also into the components/safe_bro
| |
| 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 3213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3629 deps += [ | 3631 deps += [ |
| 3630 "//chrome/test:test_support_ui", | 3632 "//chrome/test:test_support_ui", |
| 3631 "//components/zoom", | 3633 "//components/zoom", |
| 3632 ] | 3634 ] |
| 3633 } | 3635 } |
| 3634 | 3636 |
| 3635 if (enable_extensions) { | 3637 if (enable_extensions) { |
| 3636 deps += [ "//extensions/browser" ] | 3638 deps += [ "//extensions/browser" ] |
| 3637 } | 3639 } |
| 3638 } | 3640 } |
| OLD | NEW |