commit | 99ebb5bab4263e8fe4048f554c8e68a1f188b984 | [log] [tgz] |
---|---|---|
author | v8-autoroll <v8-autoroll@chromium.org> | Wed Mar 23 03:23:50 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 23 03:24:00 2016 |
tree | 58690ed0fc902d4586f29f4fdd14275edcf8eb74 | |
parent | d6d82306978d9878366b68e8e6c20b8965db4f94 [diff] |
Update V8 DEPS. Rolling v8/tools/clang to f5219dd53ee7a87a07085ce03083456231ba0c27 TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org Review URL: https://codereview.chromium.org/1825283005 Cr-Commit-Position: refs/heads/master@{#35009}
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.