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

Side by Side Diff: extensions/shell/README

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « extensions/shell/OWNERS ('k') | extensions/shell/app/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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=/path/to/extension 13 app_shell --app=/path/to/extension
OLDNEW
« no previous file with comments | « extensions/shell/OWNERS ('k') | extensions/shell/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698