summaryrefslogtreecommitdiff
path: root/deps/v8/custom_deps
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2018-09-07 17:07:13 +0200
committerMichaël Zasso <targos@protonmail.com>2018-09-07 20:59:13 +0200
commit586db2414a338e1bf6eaf6e672a3adc7ce309f6a (patch)
tree139fa972aef648481ddee22a3a85b99707d28df5 /deps/v8/custom_deps
parent12ed7c94e5160aa6d38e3d2cb2a73dae0a6f9342 (diff)
downloadandroid-node-v8-586db2414a338e1bf6eaf6e672a3adc7ce309f6a.tar.gz
android-node-v8-586db2414a338e1bf6eaf6e672a3adc7ce309f6a.tar.bz2
android-node-v8-586db2414a338e1bf6eaf6e672a3adc7ce309f6a.zip
deps: update V8 to 6.9.427.22
PR-URL: https://github.com/nodejs/node/pull/21983 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'deps/v8/custom_deps')
-rw-r--r--deps/v8/custom_deps/.gitignore4
-rw-r--r--deps/v8/custom_deps/OWNERS2
-rw-r--r--deps/v8/custom_deps/README.md2
3 files changed, 8 insertions, 0 deletions
diff --git a/deps/v8/custom_deps/.gitignore b/deps/v8/custom_deps/.gitignore
new file mode 100644
index 0000000000..83866b6690
--- /dev/null
+++ b/deps/v8/custom_deps/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!OWNERS
+!README.md \ No newline at end of file
diff --git a/deps/v8/custom_deps/OWNERS b/deps/v8/custom_deps/OWNERS
new file mode 100644
index 0000000000..76719caca0
--- /dev/null
+++ b/deps/v8/custom_deps/OWNERS
@@ -0,0 +1,2 @@
+machenbach@chromium.org
+sergiyb@chromium.org \ No newline at end of file
diff --git a/deps/v8/custom_deps/README.md b/deps/v8/custom_deps/README.md
new file mode 100644
index 0000000000..f49930fb93
--- /dev/null
+++ b/deps/v8/custom_deps/README.md
@@ -0,0 +1,2 @@
+Common directory for custom dependencies pulled in via .gclient custom_deps.
+All subdirectories are ignored by git by default. \ No newline at end of file