commit | ef50fdfdb05e1a3a3822962f5235b804218a5f4e | [log] [tgz] |
---|---|---|
author | yangguo <yangguo@chromium.org> | Thu Jan 08 08:38:13 2015 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jan 08 08:38:25 2015 |
tree | 26c6aef10fd8cbbd05b4bb5a1aa56a7eac4bc8c8 | |
parent | 36383f08c1f692ea797d54a27d7c6b3d3d53b440 [diff] |
Revert of Add d8 target to the GN build. (patchset #2 id:40001 of https://codereview.chromium.org/834113005/) Reason for revert: V8 roll fails due to this change. (see https://codereview.chromium.org/843673003/) Original issue's description: > Add d8 target to the GN build. > > Also formats the rest of the file with "gn format". This accounts for all the changes except for the "d8" target additions. > > Committed: https://crrev.com/36383f08c1f692ea797d54a27d7c6b3d3d53b440 > Cr-Commit-Position: refs/heads/master@{#25984} TBR=jochen@chromium.org,machenbach@chromium.org,brettw@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/838983002 Cr-Commit-Position: refs/heads/master@{#25985}
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/*