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