blob: 5a28c8ded0543ece5350b68924290f6c807608b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
deps = {
"pdfium/build/gyp":
"https://chromium.googlesource.com/external/gyp",
"pdfium/v8":
"https://chromium.googlesource.com/external/v8",
"pdfium/v8/third_party/icu":
"https://chromium.googlesource.com/chromium/deps/icu46",
}
deps_os = {
"win": {
"pdfium/v8/third_party/cygwin":
"https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf3a10ff1007a97c0b7de6df",
},
}
|