Welcome to mirror list, hosted at ThFree Co, Russian Federation.

DEPS « snapshot « src « v8 « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93f17c92867fe3b7546512f4f42d4f02555c9f33 (plain)
1
2
3
4
5
6
7
8
9
10
11
specific_include_rules = {
  "mksnapshot\.cc": [
    "+include/libplatform/libplatform.h",
  ],
  "snapshot-compression.cc": [
    "+third_party/zlib",
  ],
  "serializer-common.cc": [
    "+third_party/zlib",
  ],
}