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

Side by Side Diff: extensions/shell/README

Issue 727963004: app_shell: Change flag for loading apps to --load-app and only launch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix athena build Created 6 years, 1 month 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 # Introduction 1 # Introduction
2 2
3 app_shell is an experimental project to build a minimal environment like 3 app_shell is an experimental project to build a minimal environment like
4 content_shell. 4 content_shell.
5 5
6 The goal is to be able to run a v2 app and supply most of the chrome.* extension 6 The goal is to be able to run a v2 app and supply most of the chrome.* extension
7 APIs without running the rest of Chrome. 7 APIs without running the rest of Chrome.
8 8
9 app_shell is only officially supported on Chrome OS. 9 app_shell is only officially supported on Chrome OS.
10 10
11 # How to run 11 # How to run
12 12
13 $ app_shell --app-shell-app-path=/path/to/extension 13 $ app_shell --load-apps=/path/to/extension
14 14
15 # For example, you can try the calculator app: 15 # For example, you can try the calculator app:
16 16
17 $ app_shell --app-shell-app-path=chrome/common/extensions/docs/examples/apps/cal culator/app/ 17 $ app_shell --load-apps=chrome/common/extensions/docs/examples/apps/calculator/a pp/
18
19 # To load multiple apps, specify them in a comma separated list. The first app
20 # will be launched:
21
22 $ app_shell --load-apps=/path/to/extension1,/path/to/extension2
OLDNEW
« no previous file with comments | « extensions/common/switches.cc ('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