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

Side by Side Diff: gypfiles/README.txt

Issue 1848553003: [gn] Move build to gypfiles (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Preserve old state for the dance Created 4 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
« no previous file with comments | « gypfiles/OWNERS ('k') | gypfiles/all.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 For build instructions, please refer to: 1 For build instructions, please refer to:
2 2
3 https://code.google.com/p/v8/wiki/BuildingWithGYP 3 https://code.google.com/p/v8/wiki/BuildingWithGYP
4 4
5 TL;DR version on *nix: 5 TL;DR version on *nix:
6 $ make dependencies # Only needed once. 6 $ make dependencies # Only needed once.
7 $ make ia32.release -j8 7 $ make ia32.release -j8
8 $ make ia32.release.check # Optionally: run tests. 8 $ make ia32.release.check # Optionally: run tests.
9 9
OLDNEW
« no previous file with comments | « gypfiles/OWNERS ('k') | gypfiles/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698