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@ab8b8db8660253962d8d624a85bf2
c53fcf01097", |
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 "v8": | 19 "v8": |
20 "https://chromium.googlesource.com/v8/v8.git", | 20 "https://chromium.googlesource.com/v8/v8.git", |
21 | 21 |
(...skipping 16 matching lines...) Expand all Loading... |
38 ] | 38 ] |
39 | 39 |
40 hooks = [ | 40 hooks = [ |
41 { | 41 { |
42 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 42 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
43 'name': 'gyp', | 43 'name': 'gyp', |
44 'pattern': '.', | 44 'pattern': '.', |
45 'action': ['python', 'build/gyp_pdfium'], | 45 'action': ['python', 'build/gyp_pdfium'], |
46 }, | 46 }, |
47 ] | 47 ] |
OLD | NEW |