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

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

Issue 2968293002: Introduce SystemNetworkContextManager. (Closed)
Patch Set: Merge 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 df45385c883a59cf9094b8267edb3a68dfe58ba3..2cf7189724fd8fed69379f23e737dcd5ba4d43ce 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -169,6 +169,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",
@@ -323,12 +325,12 @@ source_set("browser_sources") {
"//net",
"//ppapi/c",
"//services/device/public/interfaces",
+ "//third_party/webrtc/modules/desktop_capture",
"//ui/accessibility",
"//ui/base",
"//ui/events",
"//ui/gl",
"//ui/surface",
- "//third_party/webrtc/modules/desktop_capture",
]
allow_circular_includes_from = [

Powered by Google App Engine
This is Rietveld 408576698