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

Unified Diff: chrome/browser/BUILD.gn

Issue 2976323002: Hook up ProfileIOData's URLRequestContext to a NetworkService. (Closed)
Patch Set: X11 is bonkers 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 51d0c55d3f99675ac9d983b037e1db4f136045e0..9f5caa5a50cd8a856f7d00097745651db93fa581 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -730,6 +730,10 @@ split_static_library("browser") {
"net/predictor_tab_helper.h",
"net/probe_message.cc",
"net/probe_message.h",
+ "net/profile_network_context_service.cc",
+ "net/profile_network_context_service.h",
+ "net/profile_network_context_service_factory.cc",
+ "net/profile_network_context_service_factory.h",
"net/proxy_service_factory.cc",
"net/proxy_service_factory.h",
"net/quota_policy_channel_id_store.cc",

Powered by Google App Engine
This is Rietveld 408576698