Home | History | Annotate | Download | only in src
      1 include_rules = [
      2   "+base/trace_event/common/trace_event_common.h",
      3   "+src",
      4   "-src/asmjs",
      5   "+src/asmjs/asm-js.h",
      6   "-src/compiler",
      7   "+src/compiler/pipeline.h",
      8   "+src/compiler/code-assembler.h",
      9   "+src/compiler/wasm-compiler.h",
     10   "-src/heap",
     11   "+src/heap/factory.h",
     12   "+src/heap/factory-inl.h",
     13   "+src/heap/heap.h",
     14   "+src/heap/heap-inl.h",
     15   "+src/heap/heap-write-barrier-inl.h",
     16   "-src/inspector",
     17   "-src/interpreter",
     18   "+src/interpreter/bytecode-array-accessor.h",
     19   "+src/interpreter/bytecode-array-iterator.h",
     20   "+src/interpreter/bytecode-array-random-iterator.h",
     21   "+src/interpreter/bytecode-decoder.h",
     22   "+src/interpreter/bytecode-flags.h",
     23   "+src/interpreter/bytecode-register.h",
     24   "+src/interpreter/bytecodes.h",
     25   "+src/interpreter/interpreter.h",
     26   "+src/interpreter/interpreter-generator.h",
     27   "+src/interpreter/setup-interpreter.h",
     28   "-src/trap-handler",
     29   "+src/trap-handler/trap-handler.h",
     30   "+testing/gtest/include/gtest/gtest_prod.h",
     31   "-src/libplatform",
     32   "-include/libplatform",
     33   "+torque-generated"
     34 ]
     35 
     36 specific_include_rules = {
     37   "d8\.cc": [
     38     "+include/libplatform/libplatform.h",
     39     "+include/libplatform/v8-tracing.h",
     40   ],
     41 }
     42