Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: content/browser/BUILD.gn

Issue 2860903006: Handle webuis when using the network service. (Closed)
Patch Set: review comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/browser/webui/url_data_manager_backend.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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",
scottmg 2017/05/05 22:38:10 Probably need a deps on zlib here now.
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
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 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/browser/webui/url_data_manager_backend.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698