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