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

Unified Diff: experimental/SkV8Example/README

Issue 161163003: Update directions and lib paths for ninja. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: retry upload Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gyp/v8.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/SkV8Example/README
diff --git a/experimental/SkV8Example/README b/experimental/SkV8Example/README
index f69509d1567f8b368a9029eef6715658b2d855f6..da031146925c35fcc503c102c76569e63d211a97 100644
--- a/experimental/SkV8Example/README
+++ b/experimental/SkV8Example/README
@@ -9,7 +9,7 @@ before you can compile and run this sample:
2. Run 'make dependencies' in third_pary/externals/v8.
3. Run 'make native' in third_pary/externals/v8.
4. Uncomment SkV8Example in gyp/everything.gyp.
-5. Run 'make -C out/ SkV8Example BUILDTYPE=Debugmake'
+5. Run 'ninja -C out/Debug SkV8Example'
6. Run the sample as:
./out/Debug/SkV8Example --infile experimental/SkV8Example/speed.js
« no previous file with comments | « no previous file | gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698