DEPS 214 Bytes
Newer Older
1 2 3 4
specific_include_rules = {
  "mksnapshot\.cc": [
    "+include/libplatform/libplatform.h",
  ],
5 6 7
  "snapshot-compression.cc": [
    "+third_party/zlib",
  ],
8
  "snapshot-utils.cc": [
9 10
    "+third_party/zlib",
  ],
11
}