commit | 41d9e8571419acd3547c9810c55c5516cc4dee79 | [log] [tgz] |
---|---|---|
author | Michael Achenbach <machenbach@chromium.org> | Mon Nov 20 09:26:25 2017 |
committer | Michael Achenbach <machenbach@chromium.org> | Mon Nov 20 12:29:12 2017 |
tree | 5f63ff1ab98a017bc886ceb87358989f9d275153 | |
parent | 842303a637daf7c349f9e4bafb5e7132b8fb2ca9 [diff] |
[build] Update MB fork with upstream changes This updates the V8 side MB fork with all upstream changes until: https://chromium.googlesource.com/chromium/src/+/f4d92a15f/tools/mb/mb.py This includes a required feature for mapping isolate targets to runtime deps. Bug: chromium:669910 Change-Id: I22244455b22737cfbfc45adef93581ef44cf4151 Reviewed-on: https://chromium-review.googlesource.com/778879 Reviewed-by: Jakob Gruber <jgruber@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#49487}
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.