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

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

Issue 2866073002: AppShell: pass command-line files to app as launch data (Closed)
Patch Set: Exclude app shell from //apps Created 3 years, 7 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/DEPS ('k') | extensions/shell/browser/default_shell_browser_main_delegate.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 "+chromeos", 3 "+chromeos",
3 "+components/keyed_service", 4 "+components/keyed_service",
4 "+components/nacl/browser", 5 "+components/nacl/browser",
5 "+components/nacl/common", 6 "+components/nacl/common",
6 "+components/pref_registry", 7 "+components/pref_registry",
7 "+components/update_client", 8 "+components/update_client",
8 "+components/user_prefs", 9 "+components/user_prefs",
9 "+components/web_modal", 10 "+components/web_modal",
10 "+content/public/browser", 11 "+content/public/browser",
11 12
(...skipping 25 matching lines...) Expand all
37 "+ui/aura", 38 "+ui/aura",
38 "+ui/chromeos", 39 "+ui/chromeos",
39 "+ui/display", 40 "+ui/display",
40 "+ui/ozone/public", 41 "+ui/ozone/public",
41 "+ui/wm", 42 "+ui/wm",
42 43
43 "+third_party/cros_system_api", 44 "+third_party/cros_system_api",
44 45
45 "-webkit", 46 "-webkit",
46 ] 47 ]
OLDNEW
« no previous file with comments | « extensions/shell/DEPS ('k') | extensions/shell/browser/default_shell_browser_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698