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

Unified Diff: content/network/BUILD.gn

Issue 2968293002: Introduce SystemNetworkContextManager. (Closed)
Patch Set: Response to comments Created 3 years, 5 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 | « content/browser/storage_partition_impl.cc ('k') | content/network/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/network/BUILD.gn
diff --git a/content/network/BUILD.gn b/content/network/BUILD.gn
index 5eb1ad2863bde51f06e7c168a85cacf92d11b82f..ffe4988a0c2286925c838a4861b6ffdb16b33a15 100644
--- a/content/network/BUILD.gn
+++ b/content/network/BUILD.gn
@@ -24,6 +24,7 @@ source_set("network_sources") {
":network",
"//content", # For the component build.
"//content/app:*",
+ "//content/public/network/*",
"//content/utility:utility",
]
@@ -32,8 +33,8 @@ source_set("network_sources") {
"cache_url_loader.h",
"network_context.cc",
"network_context.h",
- "network_service.cc",
- "network_service.h",
+ "network_service_impl.cc",
+ "network_service_impl.h",
"network_service_url_loader_factory_impl.cc",
"network_service_url_loader_factory_impl.h",
"url_loader_impl.cc",
« no previous file with comments | « content/browser/storage_partition_impl.cc ('k') | content/network/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698