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

Unified Diff: content/network/DEPS

Issue 2964503003: Move NetworkService mojom files to content/public/common. (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/network/DEPS
diff --git a/content/network/DEPS b/content/network/DEPS
index 935a07dcfd21dd392c405cf1cf45b65b2bc62846..ac2ce4d309fae0bd4a6e250f91a8924b588ef739 100644
--- a/content/network/DEPS
+++ b/content/network/DEPS
@@ -4,16 +4,16 @@ include_rules = [
"-content",
"+content/common/content_export.h",
"+content/common/net_adapters.h",
- "+content/common/network_service.mojom.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/content_switches.h",
+ "+content/public/common/network_service.mojom.h",
"+content/public/common/referrer.h",
"+content/public/common/resource_request.h",
"+content/public/common/resource_response.h",
"+content/public/common/url_constants.h",
+ "+content/public/common/url_loader.mojom.h",
+ "+content/public/common/url_loader_factory.mojom.h",
"+services/service_manager/public",
]

Powered by Google App Engine
This is Rietveld 408576698