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

Unified Diff: content/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 | « chrome/test/BUILD.gn ('k') | content/browser/blob_storage/blob_url_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/BUILD.gn
diff --git a/content/BUILD.gn b/content/BUILD.gn
index 05c3876c5bb3b83e54ce62abbd31cf15e076c03c..5a0d26fd10c6826b587e10ae8137e3db50942d57 100644
--- a/content/BUILD.gn
+++ b/content/BUILD.gn
@@ -63,8 +63,9 @@ if (!is_nacl_nonsfi) {
"//content/network:network_sources",
"//content/public/browser:browser_sources",
"//content/public/child:child_sources",
- "//content/public/gpu:gpu_sources",
"//content/public/common:common_sources",
+ "//content/public/gpu:gpu_sources",
+ "//content/public/network:network_sources",
"//content/public/renderer:renderer_sources",
"//content/public/utility:utility_sources",
]
« no previous file with comments | « chrome/test/BUILD.gn ('k') | content/browser/blob_storage/blob_url_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698