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

Unified Diff: content/network/DEPS

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 | « content/network/BUILD.gn ('k') | content/network/network_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/network/DEPS
diff --git a/content/network/DEPS b/content/network/DEPS
index ac2ce4d309fae0bd4a6e250f91a8924b588ef739..1105ee1ee744c4ce6cf51f5e201b8a4bd232a655 100644
--- a/content/network/DEPS
+++ b/content/network/DEPS
@@ -14,12 +14,13 @@ include_rules = [
"+content/public/common/url_constants.h",
"+content/public/common/url_loader.mojom.h",
"+content/public/common/url_loader_factory.mojom.h",
+ "+content/public/network",
"+services/service_manager/public",
]
specific_include_rules = {
'.*_[a-z]*test.*': [
- "+content/browser/loader/test_url_loader_client.h",
"+content/public/common/content_paths.h",
+ "+content/public/test/test_url_loader_client.h",
],
}
« no previous file with comments | « content/network/BUILD.gn ('k') | content/network/network_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698