v8/gypfiles
hablich b33f9a6f24 Revert of Remove v8_toolset_for_d8 flag (patchset #1 id:1 of https://codereview.chromium.org/1969793002/ )
Reason for revert:
blocks roll: https://codereview.chromium.org/1975753002/

Original issue's description:
> Remove v8_toolset_for_d8 flag
>
> R=machenbach@chromium.org
> BUG=chromium:609107
>
> Committed: https://crrev.com/6cb38427984f3c31ff6c8813535cfd6ebf6058c4
> Cr-Commit-Position: refs/heads/master@{#36198}

TBR=machenbach@chromium.org,jochen@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=chromium:609107

Review-Url: https://codereview.chromium.org/1974773002
Cr-Commit-Position: refs/heads/master@{#36209}
2016-05-12 13:29:23 +00:00
..
config/win [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
mac [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
all.gyp [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
coverage_wrapper.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
detect_v8_host_arch.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
download_gold_plugin.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
features.gypi [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
get_landmines.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
gyp_environment.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
gyp_v8 [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
gyp_v8.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
has_valgrind.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
isolate.gypi [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
landmine_utils.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
landmines.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
OWNERS [build] Pull "build" from chromium as dependency 2016-04-29 13:38:03 +00:00
README.txt [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
set_clang_warning_flags.gypi [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
shim_headers.gypi [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
standalone.gypi Turn on -Wmissing-field-initializers on Linux. 2016-05-06 10:20:30 +00:00
toolchain.gypi Revert of Remove v8_toolset_for_d8 flag (patchset #1 id:1 of https://codereview.chromium.org/1969793002/ ) 2016-05-12 13:29:23 +00:00
vs_toolchain.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00

For build instructions, please refer to:

https://code.google.com/p/v8/wiki/BuildingWithGYP

TL;DR version on *nix:
$ make dependencies        # Only needed once.
$ make ia32.release -j8
$ make ia32.release.check  # Optionally: run tests.