commit | f24291905e9820b75ab4b470bb47e28606bf2ef6 | [log] [tgz] |
---|---|---|
author | v8-autoroll <v8-autoroll@chromium.org> | Thu Mar 19 05:45:14 2015 |
committer | Commit bot <commit-bot@chromium.org> | Thu Mar 19 05:45:29 2015 |
tree | eded62dbfbd3d1aff463dd985ba45eefdb512355 | |
parent | bd885aa0f92148bbae63a0b7af83c1f1cdfe879d [diff] |
Update V8 DEPS. Rolling v8/buildtools to 3b302fef93f7cc58d9b8168466905237484b2772 Rolling v8/tools/clang to 14dcc71cf53d4d97d0e6e8745089ff81de7b8a94 TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/1019133003 Cr-Commit-Position: refs/heads/master@{#27284}
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/*