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

Side by Side Diff: content/network/DEPS

Issue 2906543002: Add support for reading blobs when using the network service. (Closed)
Patch Set: fix threading issue with weakptr Created 3 years, 6 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/net_adapters.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/net_adapters.h",
6 "+content/common/network_service.mojom.h", 7 "+content/common/network_service.mojom.h",
7 "+content/common/url_loader.mojom.h", 8 "+content/common/url_loader.mojom.h",
8 "+content/common/url_loader_factory.mojom.h", 9 "+content/common/url_loader_factory.mojom.h",
9 "+content/network", 10 "+content/network",
10 "+content/public/common/content_client.h", 11 "+content/public/common/content_client.h",
11 "+content/public/common/content_switches.h", 12 "+content/public/common/content_switches.h",
12 "+content/public/common/referrer.h", 13 "+content/public/common/referrer.h",
13 "+content/public/common/resource_response.h", 14 "+content/public/common/resource_response.h",
14 "+content/public/common/url_constants.h", 15 "+content/public/common/url_constants.h",
15 "+services/service_manager/public", 16 "+services/service_manager/public",
16 ] 17 ]
17 18
18 specific_include_rules = { 19 specific_include_rules = {
19 '.*_[a-z]*test.*': [ 20 '.*_[a-z]*test.*': [
20 "+content/browser/loader/test_url_loader_client.h", 21 "+content/browser/loader/test_url_loader_client.h",
21 "+content/public/common/content_paths.h", 22 "+content/public/common/content_paths.h",
22 ], 23 ],
23 } 24 }
OLDNEW
« no previous file with comments | « content/network/BUILD.gn ('k') | content/network/net_adapters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698