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

Side by Side Diff: content/network/DEPS

Issue 2968293002: Introduce SystemNetworkContextManager. (Closed)
Patch Set: Response to comments 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 unified diff | Download patch
« no previous file with comments | « content/network/BUILD.gn ('k') | content/network/network_context.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 "+components/network_session_configurator", 3 "+components/network_session_configurator",
4 "-content", 4 "-content",
5 "+content/common/content_export.h", 5 "+content/common/content_export.h",
6 "+content/common/net_adapters.h", 6 "+content/common/net_adapters.h",
7 "+content/network", 7 "+content/network",
8 "+content/public/common/content_client.h", 8 "+content/public/common/content_client.h",
9 "+content/public/common/content_switches.h", 9 "+content/public/common/content_switches.h",
10 "+content/public/common/network_service.mojom.h", 10 "+content/public/common/network_service.mojom.h",
11 "+content/public/common/referrer.h", 11 "+content/public/common/referrer.h",
12 "+content/public/common/resource_request.h", 12 "+content/public/common/resource_request.h",
13 "+content/public/common/resource_response.h", 13 "+content/public/common/resource_response.h",
14 "+content/public/common/url_constants.h", 14 "+content/public/common/url_constants.h",
15 "+content/public/common/url_loader.mojom.h", 15 "+content/public/common/url_loader.mojom.h",
16 "+content/public/common/url_loader_factory.mojom.h", 16 "+content/public/common/url_loader_factory.mojom.h",
17 "+content/public/network",
17 "+services/service_manager/public", 18 "+services/service_manager/public",
18 ] 19 ]
19 20
20 specific_include_rules = { 21 specific_include_rules = {
21 '.*_[a-z]*test.*': [ 22 '.*_[a-z]*test.*': [
22 "+content/browser/loader/test_url_loader_client.h",
23 "+content/public/common/content_paths.h", 23 "+content/public/common/content_paths.h",
24 "+content/public/test/test_url_loader_client.h",
24 ], 25 ],
25 } 26 }
OLDNEW
« no previous file with comments | « content/network/BUILD.gn ('k') | content/network/network_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698