summaryrefslogtreecommitdiff
path: root/deps/v8/src/wasm/DEPS
blob: eb0780f5e3dfcd02a53ce61f9146fe7011405983 (plain)
1
2
3
4
5
6
7
8
9
specific_include_rules = {
  "c-api\.cc": [
    "+include/libplatform/libplatform.h",
    "+third_party/wasm-api/wasm.h",
  ],
  "c-api\.h": [
    "+third_party/wasm-api/wasm.hh",
  ],
}