commit | 1bcb42ae36eeec733b198d966741afc20fd3fd53 | [log] [tgz] |
---|---|---|
author | machenbach <machenbach@chromium.org> | Mon Oct 10 09:47:49 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 10 09:48:03 2016 |
tree | c2b01f4e6b5b6345c61a38a1e768fee2f1068583 | |
parent | a7837712c3f0ae094c8aef99c341afffe2fb140d [diff] |
[build] Make Android builds depend on catapult for using the test runner. Costs ~600MB, but only if target_os is android - and the android_tools already require ~7.4GB. BUG=chromium:654353 NOTRY=true Review-Url: https://codereview.chromium.org/2408633002 Cr-Commit-Position: refs/heads/master@{#40115}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://github.com/v8/v8/wiki
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8
and fetch all of its dependencies. To stay up to date, run
git pull origin gclient sync
For fetching all branches, add the following into your remote configuration in .git/config
:
fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned on the V8 wiki.