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

Side by Side Diff: content/network/DEPS

Issue 2976323002: Hook up ProfileIOData's URLRequestContext to a NetworkService. (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/browser/webui/web_ui_url_loader_factory.cc ('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/appcache_info.h",
8 "+content/public/common/content_client.h", 9 "+content/public/common/content_client.h",
9 "+content/public/common/content_switches.h", 10 "+content/public/common/content_switches.h",
10 "+content/public/common/network_service.mojom.h", 11 "+content/public/common/network_service.mojom.h",
11 "+content/public/common/referrer.h", 12 "+content/public/common/referrer.h",
12 "+content/public/common/resource_request.h", 13 "+content/public/common/resource_request.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 "+content/public/common/url_loader.mojom.h", 16 "+content/public/common/url_loader.mojom.h",
16 "+content/public/common/url_loader_factory.mojom.h", 17 "+content/public/common/url_loader_factory.mojom.h",
17 "+content/public/network", 18 "+content/public/network",
18 "+services/service_manager/public", 19 "+services/service_manager/public",
19 ] 20 ]
20 21
21 specific_include_rules = { 22 specific_include_rules = {
22 '.*_[a-z]*test.*': [ 23 '.*_[a-z]*test.*': [
23 "+content/public/common/content_paths.h", 24 "+content/public/common/content_paths.h",
24 "+content/public/test/test_url_loader_client.h", 25 "+content/public/test/test_url_loader_client.h",
25 ], 26 ],
26 } 27 }
OLDNEW
« no previous file with comments | « content/browser/webui/web_ui_url_loader_factory.cc ('k') | content/network/network_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698