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

Side by Side Diff: content/network/DEPS

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

Powered by Google App Engine
This is Rietveld 408576698