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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
(...skipping 1491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1502 "webui/url_data_manager_backend.h", | 1502 "webui/url_data_manager_backend.h", |
1503 "webui/url_data_source_impl.cc", | 1503 "webui/url_data_source_impl.cc", |
1504 "webui/url_data_source_impl.h", | 1504 "webui/url_data_source_impl.h", |
1505 "webui/web_ui_controller_factory_registry.cc", | 1505 "webui/web_ui_controller_factory_registry.cc", |
1506 "webui/web_ui_controller_factory_registry.h", | 1506 "webui/web_ui_controller_factory_registry.h", |
1507 "webui/web_ui_data_source_impl.cc", | 1507 "webui/web_ui_data_source_impl.cc", |
1508 "webui/web_ui_data_source_impl.h", | 1508 "webui/web_ui_data_source_impl.h", |
1509 "webui/web_ui_impl.cc", | 1509 "webui/web_ui_impl.cc", |
1510 "webui/web_ui_impl.h", | 1510 "webui/web_ui_impl.h", |
1511 "webui/web_ui_message_handler.cc", | 1511 "webui/web_ui_message_handler.cc", |
| 1512 "webui/web_ui_url_loader_factory.cc", |
| 1513 "webui/web_ui_url_loader_factory.h", |
1512 "zygote_host/zygote_communication_linux.cc", | 1514 "zygote_host/zygote_communication_linux.cc", |
1513 "zygote_host/zygote_communication_linux.h", | 1515 "zygote_host/zygote_communication_linux.h", |
1514 "zygote_host/zygote_handle_linux.cc", | 1516 "zygote_host/zygote_handle_linux.cc", |
1515 "zygote_host/zygote_host_impl_linux.cc", | 1517 "zygote_host/zygote_host_impl_linux.cc", |
1516 "zygote_host/zygote_host_impl_linux.h", | 1518 "zygote_host/zygote_host_impl_linux.h", |
1517 ] | 1519 ] |
1518 | 1520 |
1519 if (toolkit_views) { | 1521 if (toolkit_views) { |
1520 deps += [ "//ui/events" ] | 1522 deps += [ "//ui/events" ] |
1521 } | 1523 } |
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2125 if (!is_component_build) { | 2127 if (!is_component_build) { |
2126 public_deps = [ | 2128 public_deps = [ |
2127 ":browser", | 2129 ":browser", |
2128 ] | 2130 ] |
2129 } else { | 2131 } else { |
2130 public_deps = [ | 2132 public_deps = [ |
2131 "//third_party/leveldatabase", | 2133 "//third_party/leveldatabase", |
2132 ] | 2134 ] |
2133 } | 2135 } |
2134 } | 2136 } |
OLD | NEW |