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

Unified Diff: content/public/browser/BUILD.gn

Issue 2968293002: Introduce SystemNetworkContextManager. (Closed)
Patch Set: Fix windows non-component build (??) 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: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index ba0214585f7c08fb56f80b5ed8391c6a6fa841d9..455409000aa808d714351177cfe78e2f4788ec09 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -167,6 +167,8 @@ source_set("browser_sources") {
"navigation_type.h",
"navigation_ui_data.h",
"network_quality_observer_factory.h",
+ "network_service_instance.cc",
+ "network_service_instance.h",
"notification_database_data.cc",
"notification_database_data.h",
"notification_details.h",

Powered by Google App Engine
This is Rietveld 408576698