commit | 542662e8e75f125723ffb6e2d24fff8197b7b8db | [log] [tgz] |
---|---|---|
author | v8-autoroll <v8-autoroll@chromium.org> | Tue Oct 06 03:24:49 2015 |
committer | Commit bot <commit-bot@chromium.org> | Tue Oct 06 03:25:04 2015 |
tree | f6a61158bae4238a1e72b693f1a24b5cb3e3c0f3 | |
parent | 38465598c82ac73ca4dcf3f2855df1ee1709a6d6 [diff] |
Update V8 DEPS. Rolling v8/buildtools to 5fc8d3943e163ee627c8af50366c700c0325bba2 Rolling v8/tools/clang to 6ab82bf7484ae7c06316c095e93b8b0dc6ea806a TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org Review URL: https://codereview.chromium.org/1388043002 Cr-Commit-Position: refs/heads/master@{#31118}
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/*
Please follow the instructions mentioned on the V8 wiki.