commit | 91d869a343da9351ab57540fa1e1fcdf32e3f8e6 | [log] [tgz] |
---|---|---|
author | machenbach <machenbach@chromium.org> | Thu Jun 18 06:24:30 2015 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jun 18 06:24:41 2015 |
tree | 1c606d2bfced27f7e1f66be5852199870e6a4c84 | |
parent | 10d47da61cc95884ee5b2e7bc09c6ee0dad87435 [diff] |
Revert of Update V8 DEPS. (patchset #1 id:1 of https://codereview.chromium.org/1192033002/) Reason for revert: [Sheriff] gyp still contains an offending patch Original issue's description: > Update V8 DEPS. > > Rolling v8/build/gyp to fdcd8bc10c935eff13b391644b01460593c46861 > > Rolling v8/tools/clang to d2b4eddd701ff0265124147bcb0a65f32273f06b > > TBR=machenbach@chromium.org > > Committed: https://crrev.com/a940eb8a7cba6596ea25819c0112c3ca053074ed > Cr-Commit-Position: refs/heads/master@{#29097} TBR=v8-autoroll@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1185453011 Cr-Commit-Position: refs/heads/master@{#29099}
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/*