summaryrefslogtreecommitdiff
path: root/deps/v8/src/DEPS
blob: 275595d0d8048117d54419650d63c88b940fa355 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
include_rules = [
  "+base/trace_event/common/trace_event_common.h",
  "+src",
  "-src/asmjs",
  "+src/asmjs/asm-js.h",
  "-src/compiler",
  "+src/compiler/pipeline.h",
  "+src/compiler/code-assembler.h",
  "+src/compiler/wasm-compiler.h",
  "-src/heap",
  "+src/heap/factory.h",
  "+src/heap/factory-inl.h",
  "+src/heap/heap.h",
  "+src/heap/heap-inl.h",
  "-src/inspector",
  "-src/interpreter",
  "+src/interpreter/bytecode-array-accessor.h",
  "+src/interpreter/bytecode-array-iterator.h",
  "+src/interpreter/bytecode-array-random-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/setup-interpreter.h",
  "-src/trap-handler",
  "+src/trap-handler/trap-handler.h",
  "+testing/gtest/include/gtest/gtest_prod.h",
  "-src/libplatform",
  "-include/libplatform",
  "+torque-generated"
]

specific_include_rules = {
  "d8\.cc": [
    "+include/libplatform/libplatform.h",
    "+include/libplatform/v8-tracing.h",
  ],
}