Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Side by Side Diff: DEPS

Issue 2515833002: Download or update Mac toolchain for pdfium (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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': 'dc8cb2c8bcc36f5b648fdd3846eafce7844ed762', 8 'build_revision': 'dc8cb2c8bcc36f5b648fdd3846eafce7844ed762',
9 'buildtools_revision': '5fd66957f08bb752dca714a591c84587c9d70762', 9 'buildtools_revision': '5fd66957f08bb752dca714a591c84587c9d70762',
10 'catapult_revision': '327256cb1c387e62a2c7e6960e2398867665fb51', 10 'catapult_revision': '327256cb1c387e62a2c7e6960e2398867665fb51',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'pdfium/tools/clang/scripts/update.py' 178 'pdfium/tools/clang/scripts/update.py'
179 ], 179 ],
180 }, 180 },
181 { 181 {
182 # Update the Windows toolchain if necessary. 182 # Update the Windows toolchain if necessary.
183 'name': 'win_toolchain', 183 'name': 'win_toolchain',
184 'pattern': '.', 184 'pattern': '.',
185 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'], 185 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'],
186 }, 186 },
187 { 187 {
188 # Update the Mac toolchain if necessary.
189 'name': 'mac_toolchain',
190 'pattern': '.',
191 'action': ['python', 'pdfium/build/mac_toolchain.py'],
192 },
193 {
188 # Pull sanitizer-instrumented third-party libraries if requested via 194 # Pull sanitizer-instrumented third-party libraries if requested via
189 # GYP_DEFINES. 195 # GYP_DEFINES.
190 'name': 'instrumented_libraries', 196 'name': 'instrumented_libraries',
191 'pattern': '\\.sha1', 197 'pattern': '\\.sha1',
192 'action': ['python', 'pdfium/third_party/instrumented_libraries/scripts/down load_binaries.py'], 198 'action': ['python', 'pdfium/third_party/instrumented_libraries/scripts/down load_binaries.py'],
193 }, 199 },
194 200
195 ] 201 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698