Chromium Code Reviews

Side by Side Diff: chrome/service/DEPS

Issue 2914893002: Move some of IOThread's command line logic to network_session_configurator. (Closed)
Patch Set: Meh Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chrome/grit", 2 "+chrome/grit",
3 "+components/data_use_measurement/core", 3 "+components/data_use_measurement/core",
4 "+components/network_session_configurator/common",
4 "+components/prefs", 5 "+components/prefs",
5 "+components/version_info", 6 "+components/version_info",
6 "+mojo/edk/embedder", 7 "+mojo/edk/embedder",
7 "+sandbox/win/src", 8 "+sandbox/win/src",
8 ] 9 ]
OLDNEW

Powered by Google App Engine