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

Side by Side Diff: content/network/DEPS

Issue 2817453002: Bring back the URLLoader from the old Mandoline network service. (Closed)
Patch Set: 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
OLDNEW
(Empty)
1 # Tight rules since this will move to services/network. See README.
2 include_rules = [
3 "-content",
4 "+content/common/content_export.h",
5 "+content/common/url_loader.mojom.h",
6 "+content/network",
7 "+content/public/browser/browser_thread.h",
8 "+content/public/common/content_client.h",
9 "+content/public/common/referrer.h",
10 "+content/public/common/resource_response.h",
11 ]
12
13 specific_include_rules = {
14 '.*_[a-z]*test.*': [
15 "+content/browser/loader/test_url_loader_client.h",
16 "+content/public/common/content_paths.h",
17 "+content/public/test/test_browser_thread.h",
18 ],
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698