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

Side by Side Diff: content/shell/browser/DEPS

Issue 2914893002: Move some of IOThread's command line logic to network_session_configurator. (Closed)
Patch Set: Fixes... 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-content/shell/browser/layout_test", 2 "-content/shell/browser/layout_test",
3 "+components/keyed_service/content", 3 "+components/keyed_service/content",
4 "+components/network_session_configurator/common",
4 "+device/geolocation", 5 "+device/geolocation",
5 "+services/service_manager/public/cpp", 6 "+services/service_manager/public/cpp",
6 ] 7 ]
7 8
8 specific_include_rules = { 9 specific_include_rules = {
9 "shell\.cc": [ 10 "shell\.cc": [
10 "+content/shell/browser/layout_test", 11 "+content/shell/browser/layout_test",
11 ], 12 ],
12 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698