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

Unified Diff: site/dev/tools/debugger.md

Issue 1439493003: Documentation: clean up (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-11-13 (Friday) 07:21:08 EST Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « site/dev/testing/tests.md ('k') | site/user/download.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/dev/tools/debugger.md
diff --git a/site/dev/tools/debugger.md b/site/dev/tools/debugger.md
index e74d2b6611e19176a70895bb0bf68fcb99d0a257..2f79e34d317048aba0334a4ab581b37bbfab2464 100644
--- a/site/dev/tools/debugger.md
+++ b/site/dev/tools/debugger.md
@@ -31,12 +31,10 @@ How to build and run
Because the debugger uses Qt, you'll need to build skia in 64 bit mode:
<!--?prettify?-->
-~~~~
-cd trunk
-./gyp_skia
-GYP_DEFINES="skia_arch_width=64" make debugger
-out/Debug/debugger
-~~~~
+
+ GYP_DEFINES="skia_arch_width=64" python bin/sync-and-gyp
+ ninja -C out/Debug debugger
+ out/Debug/debugger
For Windows, Qt ships as 32 bit libraries so to build and run one should just be
able to:
« no previous file with comments | « site/dev/testing/tests.md ('k') | site/user/download.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698