OLD | NEW |
1 use_relative_paths = True | 1 use_relative_paths = True |
2 | 2 |
3 vars = { | 3 vars = { |
4 'chromium_git': 'https://chromium.googlesource.com', | 4 'chromium_git': 'https://chromium.googlesource.com', |
5 'pdfium_git': 'https://pdfium.googlesource.com', | 5 'pdfium_git': 'https://pdfium.googlesource.com', |
6 | 6 |
7 'android_ndk_revision': '26d93ec07f3ce2ec2cdfeae1b21ee6f12ff868d8', | 7 'android_ndk_revision': '26d93ec07f3ce2ec2cdfeae1b21ee6f12ff868d8', |
8 'build_revision': '98f2d80a58aa2ba234f1d37e6844aea81554a903', | 8 'build_revision': 'dc8cb2c8bcc36f5b648fdd3846eafce7844ed762', |
9 'buildtools_revision': '5fd66957f08bb752dca714a591c84587c9d70762', | 9 'buildtools_revision': '5fd66957f08bb752dca714a591c84587c9d70762', |
10 'catapult_revision': '327256cb1c387e62a2c7e6960e2398867665fb51', | 10 'catapult_revision': '327256cb1c387e62a2c7e6960e2398867665fb51', |
11 'clang_revision': '63ca7c8159abd3f5375ffaba72b04eb91feca3bb', | 11 'clang_revision': '63ca7c8159abd3f5375ffaba72b04eb91feca3bb', |
12 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df', | 12 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df', |
13 'gen_library_loader_revision': '916d4acd8b2cde67a390737dfba90b3c37de23a1', | 13 'gen_library_loader_revision': '916d4acd8b2cde67a390737dfba90b3c37de23a1', |
14 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', | 14 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', |
15 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', | 15 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', |
16 'icu_revision': '2341038bf72869a5683a893a2b319a48ffec7f62', | 16 'icu_revision': '2341038bf72869a5683a893a2b319a48ffec7f62', |
17 'instrumented_lib_revision': '45f5814b1543e41ea0be54c771e3840ea52cca4a', | 17 'instrumented_lib_revision': '45f5814b1543e41ea0be54c771e3840ea52cca4a', |
18 'pdfium_tests_revision': '06411790a46e6497e5293f921ea9aa9fb2615e41', | 18 'pdfium_tests_revision': '06411790a46e6497e5293f921ea9aa9fb2615e41', |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 }, | 186 }, |
187 { | 187 { |
188 # Pull sanitizer-instrumented third-party libraries if requested via | 188 # Pull sanitizer-instrumented third-party libraries if requested via |
189 # GYP_DEFINES. | 189 # GYP_DEFINES. |
190 'name': 'instrumented_libraries', | 190 'name': 'instrumented_libraries', |
191 'pattern': '\\.sha1', | 191 'pattern': '\\.sha1', |
192 'action': ['python', 'pdfium/third_party/instrumented_libraries/scripts/down
load_binaries.py'], | 192 'action': ['python', 'pdfium/third_party/instrumented_libraries/scripts/down
load_binaries.py'], |
193 }, | 193 }, |
194 | 194 |
195 ] | 195 ] |
OLD | NEW |