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

Unified Diff: chrome/browser/DEPS

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: chrome/browser/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 26e5f878246b9abeb2a81f13c3f405be9a7d1906..f12ab569ed4f2b3e1b74b71b387b9667d636267f 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -88,6 +88,9 @@ include_rules = [
# sending synchronous IPC messages on non-UI threads.
"-ipc/ipc_sync_message_filter.h",
+ # Allow in-proces network service. Remove once OOP NetworkService ships.
jam 2017/07/08 01:30:08 nit: I think removing this wouldn't depend on the
mmenke 2017/07/10 15:52:21 Done.
+ "+content/public/network",
+
# Other libraries.
"+libxml",
"+third_party/google_toolbox_for_mac/src",

Powered by Google App Engine
This is Rietveld 408576698