commit | 93955d1654e7b72836c775d377a89b1142eb5b5d | [log] [tgz] |
---|---|---|
author | v8-autoroll <v8-autoroll@chromium.org> | Sat Dec 05 04:34:34 2015 |
committer | Commit bot <commit-bot@chromium.org> | Sat Dec 05 04:34:48 2015 |
tree | f2949f6c9cc986ef4c0ef037a7ad213e75e6f096 | |
parent | 1deb89c8fd3cb69714ae0a24e3b5a4e78f6b73b4 [diff] |
Update V8 DEPS. Rolling v8/tools/clang to 6ecb01a508c93b383990381a30c06d3cbb175e8c TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org Review URL: https://codereview.chromium.org/1501173002 Cr-Commit-Position: refs/heads/master@{#32628}
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.