summaryrefslogtreecommitdiff
path: root/deps/v8/src/wasm/DEPS
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2019-05-28 08:46:21 -0400
committerRefael Ackermann <refack@gmail.com>2019-06-01 09:55:12 -0400
commited74896b1fae1c163b3906163f3bf46326618ddb (patch)
tree7fb05c5a19808e0c5cd95837528e9005999cf540 /deps/v8/src/wasm/DEPS
parent2a850cd0664a4eee51f44d0bb8c2f7a3fe444154 (diff)
downloadandroid-node-v8-ed74896b1fae1c163b3906163f3bf46326618ddb.tar.gz
android-node-v8-ed74896b1fae1c163b3906163f3bf46326618ddb.tar.bz2
android-node-v8-ed74896b1fae1c163b3906163f3bf46326618ddb.zip
deps: update V8 to 7.5.288.22
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 'deps/v8/src/wasm/DEPS')
-rw-r--r--deps/v8/src/wasm/DEPS7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/v8/src/wasm/DEPS b/deps/v8/src/wasm/DEPS
new file mode 100644
index 0000000000..8024d9097a
--- /dev/null
+++ b/deps/v8/src/wasm/DEPS
@@ -0,0 +1,7 @@
+specific_include_rules = {
+ "c-api\.cc": [
+ "+include/libplatform/libplatform.h",
+ "+third_party/wasm-api/wasm.h",
+ "+third_party/wasm-api/wasm.hh",
+ ],
+}