commit | 7879474601991df9efddaccff821c4eda2b55f90 | [log] [tgz] |
---|---|---|
author | machenbach <machenbach@chromium.org> | Fri Jun 26 12:03:54 2015 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jun 26 12:04:09 2015 |
tree | 0966a3d5032228412f438b0e1db0002d8c993667 | |
parent | af4c4b0427c44e74520d61f328f258b365ba233d [diff] |
Reland [android] Migrate more configs to gyp. This reverts commit e93e4dad632a019c6a863c7dd43491b607d6d096. BUG=chromium:502176 LOG=n NOTRY=true TBR=ulan@chromium.org, jochen@chromium.org Review URL: https://codereview.chromium.org/1213803002 Cr-Commit-Position: refs/heads/master@{#29323}
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://code.google.com/p/v8/
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/*