summaryrefslogtreecommitdiff
path: root/deps/v8/src/DEPS
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2014-09-29 13:20:04 +0400
committerFedor Indutny <fedor@indutny.com>2014-10-08 15:35:57 +0400
commit939278ac059b44439d41aab12bf552c8ae3c52d0 (patch)
tree86c586915a96d308b1b04de679a8ae293caf3e41 /deps/v8/src/DEPS
parent4412a71d76a0fa002f627ec21d2337e089da6764 (diff)
downloadnode-new-939278ac059b44439d41aab12bf552c8ae3c52d0.tar.gz
deps: update v8 to 3.28.73
Reviewed-By: Fedor Indutny <fedor@indutny.com> PR-URL: https://github.com/joyent/node/pull/8476
Diffstat (limited to 'deps/v8/src/DEPS')
-rw-r--r--deps/v8/src/DEPS13
1 files changed, 13 insertions, 0 deletions
diff --git a/deps/v8/src/DEPS b/deps/v8/src/DEPS
new file mode 100644
index 0000000000..f38a902bdf
--- /dev/null
+++ b/deps/v8/src/DEPS
@@ -0,0 +1,13 @@
+include_rules = [
+ "+src",
+ "-src/compiler",
+ "+src/compiler/pipeline.h",
+ "-src/libplatform",
+ "-include/libplatform",
+]
+
+specific_include_rules = {
+ "(mksnapshot|d8)\.cc": [
+ "+include/libplatform/libplatform.h",
+ ],
+}