Home | History | Annotate | Download | only in src
      1 include_rules = [
      2   "+base/trace_event/common/trace_event_common.h",
      3   "+src",
      4   "-src/compiler",
      5   "+src/compiler/pipeline.h",
      6   "+src/compiler/code-assembler.h",
      7   "+src/compiler/wasm-compiler.h",
      8   "-src/heap",
      9   "+src/heap/heap.h",
     10   "+src/heap/heap-inl.h",
     11   "-src/inspector",
     12   "-src/interpreter",
     13   "+src/interpreter/bytecode-array-iterator.h",
     14   "+src/interpreter/bytecode-decoder.h",
     15   "+src/interpreter/bytecode-flags.h",
     16   "+src/interpreter/bytecode-register.h",
     17   "+src/interpreter/bytecodes.h",
     18   "+src/interpreter/interpreter.h",
     19   "+testing/gtest/include/gtest/gtest_prod.h",
     20   "-src/libplatform",
     21   "-include/libplatform"
     22 ]
     23 
     24 specific_include_rules = {
     25   "d8\.cc": [
     26     "+include/libplatform/libplatform.h",
     27     "+include/libplatform/v8-tracing.h",
     28   ],
     29 }
     30