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

Side by Side Diff: samples/calculator/README.txt

Issue 10399010: Fixed breakage in template utility now that statics aren't inherited. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated readme Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | samples/calculator/calculator.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 A. Building the Calculator application for ChromeOS: 1 A. Building the Calculator application for ChromeOS:
2 ==================================================== 2 ====================================================
3 3
4 cd dart/samples/calculator 4 cd dart/samples/calculator
5 ./build_app ~/www 5 ./build_app ~/www
6 6
7 7
8 B. Installing calculator in ChromeOS: 8 B. Installing calculator in ChromeOS:
9 ===================================== 9 =====================================
10 10
11 Copy the manifest to point to Dart calculator application and application icon: 11 Copy the manifest to point to Dart calculator application and application icon:
12 12
13 1. Run the File Manager 13 1. Run the File Manager
14 2. Create a new folder (e.g., calculator) 14 2. Create a new folder (e.g., calculator)
15 3. Open a browser tab type in the URL of where you built the calculator app (e.g ., http://www.corp.google.com/~terry/dart/calculator) 15 3. Open a browser tab type in the URL of where you built the calculator app (e.g ., http://www/~terry/dart/calculator)
16 4. Select the file manifest.json 16 4. Select the file manifest.json
17 5. When the file's content is displayed click on the file's content and select t he "Save as..." menu item 17 5. When the file's content is displayed click on the file's content and select t he "Save as..." menu item
18 6. Choose the new folder created in the File Manager (e.g., calculator) 18 6. Choose the new folder created in the File Manager (e.g., calculator)
19 7. Again type in the URL of where you built the calculator app (e.g., http://www .corp.google.com/~terry/dart/calculator) 19 7. Again type in the URL of where you built the calculator app (e.g., http://www /~terry/dart/calculator)
20 8. Select the file calc_128.png (the application icon) 20 8. Select the file calc_128.png (the application icon)
21 9. When the icon is displayed, click on the icon and select "Save image as..." m enu item 21 9. When the icon is displayed, click on the icon and select "Save image as..." m enu item
22 10. Choose the new folder craeted in the File Manager (e.g., calculator) 22 10. Choose the new folder craeted in the File Manager (e.g., calculator)
23 23
24 24
25 C. Installing the app (bring up the extensions management page): 25 C. Installing the app (bring up the extensions management page):
26 ================================================================ 26 ================================================================
27 27
28 1. Click the wrench icon and choosing Tools > Extensions. 28 1. Click the wrench icon and choosing Tools > Extensions.
29 2. If Developer mode has a + by it, click the +. 29 2. If Developer mode has a + by it, click the +.
30 3. Click the Load unpacked extension button. 30 3. Click the Load unpacked extension button.
31 4. A file dialog appears. 31 4. A file dialog appears.
32 5. Choose the new folder created in section B (e.g., calculator) 32 5. Choose the new folder created in section B (e.g., calculator)
33 33
OLDNEW
« no previous file with comments | « no previous file | samples/calculator/calculator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698