summaryrefslogtreecommitdiff
path: root/tools/msvs
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2019-03-29 03:38:12 -0400
committerRefael Ackermann <refack@gmail.com>2019-06-01 09:55:36 -0400
commit417c18e83472373ea1829f451b0bc87b17565d14 (patch)
tree3cb1c3812d0a8d25043a3e36832b15ff230dd42b /tools/msvs
parente3cd79ef8edfd60abbf1c88e050a0a215d3672e8 (diff)
downloadandroid-node-v8-417c18e83472373ea1829f451b0bc87b17565d14.tar.gz
android-node-v8-417c18e83472373ea1829f451b0bc87b17565d14.tar.bz2
android-node-v8-417c18e83472373ea1829f451b0bc87b17565d14.zip
build,v8: sync V8 gypfiles with 7.5
Co-authored-by: Ujjwal Sharma <usharma1998@gmail.com> Co-authored-by: Michaël Zasso <targos@protonmail.com> PR-URL: https://github.com/nodejs/node/pull/27375 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'tools/msvs')
-rw-r--r--tools/msvs/pch/v8_pch.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/msvs/pch/v8_pch.h b/tools/msvs/pch/v8_pch.h
index 2c543beac2..d2e66f8c55 100644
--- a/tools/msvs/pch/v8_pch.h
+++ b/tools/msvs/pch/v8_pch.h
@@ -1,3 +1,19 @@
#include "src/api-inl.h"
+#include "src/ast/ast.h"
+#include "src/builtins/builtins-definitions.h"
+#include "src/code-stub-assembler.h"
+#include "src/globals.h"
#include "src/objects-inl.h"
+#include "src/objects/dictionary-inl.h"
+#include "src/objects/js-objects-inl.h"
+#include "src/objects/fixed-array-inl.h"
#include "src/utils.h"
+#include "src/vector.h"
+
+
+#include <algorithm>
+#include <cstring>
+#include <iterator>
+#include <iosfwd>
+#include <memory>
+#include <string>