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

Side by Side Diff: content/network/DEPS

Issue 2870203002: Implement chrome://view-http-cache with network service. (Closed)
Patch Set: fix memory leak Created 3 years, 7 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/cache_url_loader.h » ('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 # Tight rules since this will move to services/network. See README.
2 include_rules = [ 2 include_rules = [
3 "-content", 3 "-content",
4 "+content/common/content_export.h", 4 "+content/common/content_export.h",
5 "+content/common/resource_request.h", 5 "+content/common/resource_request.h",
6 "+content/common/network_service.mojom.h",
6 "+content/common/url_loader.mojom.h", 7 "+content/common/url_loader.mojom.h",
7 "+content/common/url_loader_factory.mojom.h", 8 "+content/common/url_loader_factory.mojom.h",
8 "+content/network", 9 "+content/network",
9 "+content/public/common/content_client.h", 10 "+content/public/common/content_client.h",
10 "+content/public/common/content_switches.h", 11 "+content/public/common/content_switches.h",
11 "+content/public/common/referrer.h", 12 "+content/public/common/referrer.h",
12 "+content/public/common/resource_response.h", 13 "+content/public/common/resource_response.h",
14 "+content/public/common/url_constants.h",
13 "+services/service_manager/public", 15 "+services/service_manager/public",
14 ] 16 ]
15 17
16 specific_include_rules = { 18 specific_include_rules = {
17 '.*_[a-z]*test.*': [ 19 '.*_[a-z]*test.*': [
18 "+content/browser/loader/test_url_loader_client.h", 20 "+content/browser/loader/test_url_loader_client.h",
19 "+content/public/common/content_paths.h", 21 "+content/public/common/content_paths.h",
20 ], 22 ],
21 } 23 }
OLDNEW
« no previous file with comments | « content/network/BUILD.gn ('k') | content/network/cache_url_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698