| OLD | NEW |
| 1 use_relative_paths = True |
| 2 |
| 1 deps = { | 3 deps = { |
| 2 "build/gyp": | 4 "build/gyp": |
| 3 "https://chromium.googlesource.com/external/gyp", | 5 "https://chromium.googlesource.com/external/gyp", |
| 4 | 6 |
| 5 "buildtools": | 7 "buildtools": |
| 6 "https://chromium.googlesource.com/chromium/buildtools.git@46ce8cb60364e9e0b
21a81136c7debdddfd063a8", | 8 "https://chromium.googlesource.com/chromium/buildtools.git@46ce8cb60364e9e0b
21a81136c7debdddfd063a8", |
| 7 | 9 |
| 8 "testing/corpus": | 10 "testing/corpus": |
| 9 "https://pdfium.googlesource.com/pdfium_tests@4b9a1d593e5a101d034a4f1195174
a22c179a42d", | 11 "https://pdfium.googlesource.com/pdfium_tests@4b9a1d593e5a101d034a4f1195174
a22c179a42d", |
| 10 | 12 |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 '-s', 'pdfium/buildtools/linux64/clang-format.sha1', | 79 '-s', 'pdfium/buildtools/linux64/clang-format.sha1', |
| 78 ], | 80 ], |
| 79 }, | 81 }, |
| 80 { | 82 { |
| 81 # Pull clang if needed or requested via GYP_DEFINES. | 83 # Pull clang if needed or requested via GYP_DEFINES. |
| 82 'name': 'clang', | 84 'name': 'clang', |
| 83 'pattern': '.', | 85 'pattern': '.', |
| 84 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'], | 86 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'], |
| 85 }, | 87 }, |
| 86 ] | 88 ] |
| OLD | NEW |