summaryrefslogtreecommitdiff
path: root/deps/v8/src/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/DEPS')
-rw-r--r--deps/v8/src/DEPS8
1 files changed, 6 insertions, 2 deletions
diff --git a/deps/v8/src/DEPS b/deps/v8/src/DEPS
index 1bb616ef33..b1c428d5d7 100644
--- a/deps/v8/src/DEPS
+++ b/deps/v8/src/DEPS
@@ -3,16 +3,19 @@ include_rules = [
"+src",
"-src/compiler",
"+src/compiler/pipeline.h",
- "+src/compiler/code-stub-assembler.h",
+ "+src/compiler/code-assembler.h",
"+src/compiler/wasm-compiler.h",
"-src/heap",
"+src/heap/heap.h",
"+src/heap/heap-inl.h",
"-src/interpreter",
"+src/interpreter/bytecode-array-iterator.h",
+ "+src/interpreter/bytecode-decoder.h",
+ "+src/interpreter/bytecode-flags.h",
+ "+src/interpreter/bytecode-register.h",
"+src/interpreter/bytecodes.h",
"+src/interpreter/interpreter.h",
- "+src/interpreter/source-position-table.h",
+ "+testing/gtest/include/gtest/gtest_prod.h",
"-src/libplatform",
"-include/libplatform"
]
@@ -20,5 +23,6 @@ include_rules = [
specific_include_rules = {
"d8\.cc": [
"+include/libplatform/libplatform.h",
+ "+include/libplatform/v8-tracing.h",
],
}