v8/build
jkummerow@chromium.org 3e3cd01c95 Remove use_system_v8 logic from the mainline gyp file
Re-upload of https://codereview.chromium.org/14872005/

BUG=chromium:226860
R=ulan@chromium.org

Review URL: https://codereview.chromium.org/15001031

Patch from Paweł Hajdan Jr. <phajdan.jr@chromium.org>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14682 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-05-15 13:09:57 +00:00
..
all.gyp Added check for trailing whitespaces and corrected existing violations. 2011-09-01 11:28:10 +00:00
android.gypi Rename android_build_type to android_webview_build. 2013-03-12 17:35:33 +00:00
common.gypi Remove use_system_v8 logic from the mainline gyp file 2013-05-15 13:09:57 +00:00
gyp_v8 Fix ugly typo in r14391. 2013-04-23 10:52:40 +00:00
README.txt Fix outdated build/README.txt 2013-04-22 13:32:40 +00:00
standalone.gypi More ARM GYP fixes 2013-04-16 15:36:11 +00:00

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.