OLD | NEW |
1 deps = { | 1 deps = { |
2 "build/gyp": | 2 "build/gyp": |
3 "https://chromium.googlesource.com/external/gyp", | 3 "https://chromium.googlesource.com/external/gyp", |
4 | 4 |
| 5 "testing/corpus": |
| 6 "https://pdfium.googlesource.com/pdfium_tests", |
| 7 |
5 "testing/gmock": | 8 "testing/gmock": |
6 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245
65299976b936d1265cb6a271", | 9 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245
65299976b936d1265cb6a271", |
7 | 10 |
8 "testing/gtest": | 11 "testing/gtest": |
9 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470
3e6496d1efd19e975ad2b038", | 12 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470
3e6496d1efd19e975ad2b038", |
10 | 13 |
11 "v8": | 14 "v8": |
12 "https://chromium.googlesource.com/external/v8", | 15 "https://chromium.googlesource.com/external/v8", |
13 | 16 |
14 "v8/third_party/icu": | 17 "v8/third_party/icu": |
15 "https://chromium.googlesource.com/chromium/deps/icu46", | 18 "https://chromium.googlesource.com/chromium/deps/icu46", |
16 } | 19 } |
17 | 20 |
18 deps_os = { | 21 deps_os = { |
19 "win": { | 22 "win": { |
20 "v8/third_party/cygwin": | 23 "v8/third_party/cygwin": |
21 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf
3a10ff1007a97c0b7de6df", | 24 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf
3a10ff1007a97c0b7de6df", |
22 }, | 25 }, |
23 } | 26 } |
OLD | NEW |