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

Unified Diff: content/network/DEPS

Issue 2817453002: Bring back the URLLoader from the old Mandoline network service. (Closed)
Patch Set: fix checkdeps Created 3 years, 8 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/README.md » ('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 5860594df54dcffdd01a539dd877d2a820cd816d..b049baaea1743e533c6cab70539b9d388535d3d7 100644
--- a/content/network/DEPS
+++ b/content/network/DEPS
@@ -1,3 +1,19 @@
+# Tight rules since this will move to services/network. See README.
include_rules = [
+ "-content",
+ "+content/common/content_export.h",
+ "+content/common/url_loader.mojom.h",
+ "+content/common/url_loader_factory.mojom.h",
+ "+content/network",
+ "+content/public/common/content_client.h",
+ "+content/public/common/referrer.h",
+ "+content/public/common/resource_response.h",
"+services/service_manager/public",
]
+
+specific_include_rules = {
+ '.*_[a-z]*test.*': [
+ "+content/browser/loader/test_url_loader_client.h",
+ "+content/public/common/content_paths.h",
+ ],
+}
« no previous file with comments | « content/network/BUILD.gn ('k') | content/network/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698