DEPS 448 Bytes
Newer Older
1
specific_include_rules = {
2 3 4 5 6
  "jump-table-assembler\.(cc|h)": [
    # The JumpTableAssembler should not depend on any wasm-specific headers.
    # The only allowed include is 'src/codegen' for assembler headers.
    "-src",
    "+src/codegen",
7
    "+src/wasm/jump-table-assembler.h",
8
  ],
9 10 11
  "c-api\.cc": [
    "+include/libplatform/libplatform.h",
    "+third_party/wasm-api/wasm.h",
12 13
  ],
  "c-api\.h": [
14 15 16
    "+third_party/wasm-api/wasm.hh",
  ],
}