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 "buildtools": | 7 "buildtools": |
8 "https://chromium.googlesource.com/chromium/buildtools.git@46ce8cb60364e9e0b
21a81136c7debdddfd063a8", | 8 "https://chromium.googlesource.com/chromium/buildtools.git@46ce8cb60364e9e0b
21a81136c7debdddfd063a8", |
9 | 9 |
10 "testing/corpus": | 10 "testing/corpus": |
11 "https://pdfium.googlesource.com/pdfium_tests@4b9a1d593e5a101d034a4f1195174
a22c179a42d", | 11 "https://pdfium.googlesource.com/pdfium_tests@2ddcfbd23aa7ef0a7424ef24a3fac
7acdfb39ee5", |
12 | 12 |
13 "testing/gmock": | 13 "testing/gmock": |
14 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245
65299976b936d1265cb6a271", | 14 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245
65299976b936d1265cb6a271", |
15 | 15 |
16 "testing/gtest": | 16 "testing/gtest": |
17 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470
3e6496d1efd19e975ad2b038", | 17 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470
3e6496d1efd19e975ad2b038", |
18 | 18 |
19 "tools/clang": | 19 "tools/clang": |
20 "https://chromium.googlesource.com/chromium/src/tools/clang", | 20 "https://chromium.googlesource.com/chromium/src/tools/clang", |
21 | 21 |
22 "v8": | 22 "v8": |
23 "https://chromium.googlesource.com/v8/v8.git@4d03c3aabad6517ff058124bb799ca6
a4156e570", | 23 "https://chromium.googlesource.com/v8/v8.git@2607e2b06b0be40a4c3f762c1a666a3
89dc28a99", |
24 | 24 |
25 "v8/third_party/icu": | 25 "v8/third_party/icu": |
26 "https://chromium.googlesource.com/chromium/deps/icu46", | 26 "https://chromium.googlesource.com/chromium/deps/icu46", |
27 } | 27 } |
28 | 28 |
29 deps_os = { | 29 deps_os = { |
30 "win": { | 30 "win": { |
31 "v8/third_party/cygwin": | 31 "v8/third_party/cygwin": |
32 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf
3a10ff1007a97c0b7de6df", | 32 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf
3a10ff1007a97c0b7de6df", |
33 }, | 33 }, |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 '-s', 'pdfium/buildtools/linux64/clang-format.sha1', | 79 '-s', 'pdfium/buildtools/linux64/clang-format.sha1', |
80 ], | 80 ], |
81 }, | 81 }, |
82 { | 82 { |
83 # Pull clang if needed or requested via GYP_DEFINES. | 83 # Pull clang if needed or requested via GYP_DEFINES. |
84 'name': 'clang', | 84 'name': 'clang', |
85 'pattern': '.', | 85 'pattern': '.', |
86 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'], | 86 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'], |
87 }, | 87 }, |
88 ] | 88 ] |
OLD | NEW |