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

Side by Side Diff: experimental/SkV8Example/README

Issue 677133002: Move .js files to their own directory (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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
« no previous file with comments | « no previous file | experimental/SkV8Example/gears.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Build Instructions 1 Build Instructions
2 ================== 2 ==================
3 3
4 V8 gyp is not quite standard and Chromium uses a Python script 4 V8 gyp is not quite standard and Chromium uses a Python script
5 to work around that, for now we have some manual steps to do 5 to work around that, for now we have some manual steps to do
6 before you can compile and run this sample: 6 before you can compile and run this sample:
7 7
8 1. Uncomment out the v8 dep in DEPS and re-run gclient sync. 8 1. Uncomment out the v8 dep in DEPS and re-run gclient sync.
9 2. Run 'make dependencies' in third_pary/externals/v8. 9 2. Run 'make dependencies' in third_pary/externals/v8.
10 3. Run 'make native' in third_pary/externals/v8. 10 3. Run 'make native' in third_pary/externals/v8.
11 4. Uncomment SkV8Example in gyp/everything.gyp. 11 4. Uncomment SkV8Example in gyp/everything.gyp.
12 5. Run 'ninja -C out/Debug SkV8Example' 12 5. Run 'ninja -C out/Debug SkV8Example'
13 6. Run the sample as: 13 6. Run the sample as:
14 ./out/Debug/SkV8Example --infile experimental/SkV8Example/speed.js 14 ./out/Debug/SkV8Example --infile experimental/SkV8Example/js/speed.js
15 15
16 16
OLDNEW
« no previous file with comments | « no previous file | experimental/SkV8Example/gears.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698