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

Unified Diff: content/browser/BUILD.gn

Issue 2860903006: Handle webuis when using the network service. (Closed)
Patch Set: merge 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 63b7bb268c092f7be1e91337eed5f5e6375b8709..110260770c7f437909b6008e68234b9ae87e1d86 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -142,6 +142,7 @@ source_set("browser") {
"//third_party/libyuv",
"//third_party/re2",
"//third_party/zlib",
+ "//third_party/zlib:compression_utils",
"//third_party/zlib:zip",
"//ui/accessibility",
"//ui/accessibility:ax_gen",
@@ -1513,6 +1514,8 @@ source_set("browser") {
"webui/web_ui_impl.cc",
"webui/web_ui_impl.h",
"webui/web_ui_message_handler.cc",
+ "webui/web_ui_url_loader_factory.cc",
+ "webui/web_ui_url_loader_factory.h",
"zygote_host/zygote_communication_linux.cc",
"zygote_host/zygote_communication_linux.h",
"zygote_host/zygote_handle_linux.cc",
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698