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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « content/network/BUILD.gn ('k') | content/network/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Tight rules since this will move to services/network. See README.
1 include_rules = [ 2 include_rules = [
3 "-content",
4 "+content/common/content_export.h",
5 "+content/common/url_loader.mojom.h",
6 "+content/common/url_loader_factory.mojom.h",
7 "+content/network",
8 "+content/public/common/content_client.h",
9 "+content/public/common/referrer.h",
10 "+content/public/common/resource_response.h",
2 "+services/service_manager/public", 11 "+services/service_manager/public",
3 ] 12 ]
13
14 specific_include_rules = {
15 '.*_[a-z]*test.*': [
16 "+content/browser/loader/test_url_loader_client.h",
17 "+content/public/common/content_paths.h",
18 ],
19 }
OLDNEW
« 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