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

Side by Side Diff: extensions/shell/browser/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 | « extensions/shell/BUILD.gn ('k') | extensions/shell/browser/shell_browser_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 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+chromeos", 3 "+chromeos",
4 "+components/keyed_service", 4 "+components/keyed_service",
5 "+components/nacl/browser", 5 "+components/nacl/browser",
6 "+components/nacl/common", 6 "+components/nacl/common",
7 "+components/network_session_configurator/common",
7 "+components/pref_registry", 8 "+components/pref_registry",
8 "+components/update_client", 9 "+components/update_client",
9 "+components/user_prefs", 10 "+components/user_prefs",
10 "+components/web_modal", 11 "+components/web_modal",
11 "+content/public/browser", 12 "+content/public/browser",
12 13
13 # Pieces of content_shell reused in app_shell. 14 # Pieces of content_shell reused in app_shell.
14 # TODO(jamescook): Eliminate these. http://crbug.com/438283 15 # TODO(jamescook): Eliminate these. http://crbug.com/438283
15 "+content/shell/browser/shell_application_mac.h", 16 "+content/shell/browser/shell_application_mac.h",
16 "+content/shell/browser/shell_browser_context.h", 17 "+content/shell/browser/shell_browser_context.h",
(...skipping 21 matching lines...) Expand all
38 "+ui/aura", 39 "+ui/aura",
39 "+ui/chromeos", 40 "+ui/chromeos",
40 "+ui/display", 41 "+ui/display",
41 "+ui/ozone/public", 42 "+ui/ozone/public",
42 "+ui/wm", 43 "+ui/wm",
43 44
44 "+third_party/cros_system_api", 45 "+third_party/cros_system_api",
45 46
46 "-webkit", 47 "-webkit",
47 ] 48 ]
OLDNEW
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | extensions/shell/browser/shell_browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698