v8: 5.4.232 -> 7.4.255

This commit is contained in:
Matthew Bauer
2019-04-11 00:25:12 -04:00
parent 475cfffe1c
commit e7f57503e0
10 changed files with 323 additions and 363 deletions
@@ -0,0 +1,14 @@
gnConfigurePhase() {
runHook preConfigure
echo "gn flags: $gnFlags ${gnFlagsArray[@]}"
gn gen out/Release --args="$gnFlags ${gnFlagsArray[@]}"
cd out/Release/
runHook postConfigure
}
if [ -z "$dontUseGnConfigure" -a -z "$configurePhase" ]; then
configurePhase=gnConfigurePhase
fi