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

Unified Diff: chrome/browser/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 | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/io_thread.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 9196b258ee7b9c2c55ae8796ea554a016c52e3ff..302012e24f47204bc5aeb15d8821e5d16129758c 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -750,6 +750,8 @@ split_static_library("browser") {
"net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h",
"net/sth_distributor_provider.cc",
"net/sth_distributor_provider.h",
+ "net/system_network_context_manager.cc",
+ "net/system_network_context_manager.h",
"net/timed_cache.cc",
"net/timed_cache.h",
"net/url_info.cc",
@@ -1619,6 +1621,7 @@ split_static_library("browser") {
"//content/public/common:feature_h264_with_openh264_ffmpeg",
"//content/public/common:features",
"//content/public/common:service_names",
+ "//content/public/network",
"//courgette:courgette_lib",
"//crypto",
"//crypto:platform",
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/io_thread.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698