3bf44848c3
This prepares for pulling chromium's build as dependency for gn. After this, the files in build and gypfiles need to stay in sync until chromium is updated. BUG=chromium:474921 LOG=n Review-Url: https://codereview.chromium.org/1848553003 Cr-Commit-Position: refs/heads/master@{#35898}
10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
For build instructions, please refer to:
|
|
|
|
https://code.google.com/p/v8/wiki/BuildingWithGYP
|
|
|
|
TL;DR version on *nix:
|
|
$ make dependencies # Only needed once.
|
|
$ make ia32.release -j8
|
|
$ make ia32.release.check # Optionally: run tests.
|
|
|