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

Side by Side Diff: DEPS

Issue 2350093002: Update DEPS to always pull clang. (Closed)
Patch Set: Created 4 years, 3 months 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': '5022f40f12953c02b2614c5f7beb981ec5d0e833', 7 'android_ndk_revision': '5022f40f12953c02b2614c5f7beb981ec5d0e833',
8 'build_revision': 'b73bafdd0ff0efc8835de6e646b47eec0a2a38a4', 8 'build_revision': 'b73bafdd0ff0efc8835de6e646b47eec0a2a38a4',
9 'buildtools_revision': 'adb8bf4e8fc92aa1717bf151b862d58e6f27c4f2', 9 'buildtools_revision': 'adb8bf4e8fc92aa1717bf151b862d58e6f27c4f2',
10 'catapult_revision': '327256cb1c387e62a2c7e6960e2398867665fb51', 10 'catapult_revision': '327256cb1c387e62a2c7e6960e2398867665fb51',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'pattern': '.', 155 'pattern': '.',
156 'action': [ 'download_from_google_storage', 156 'action': [ 'download_from_google_storage',
157 '--no_resume', 157 '--no_resume',
158 '--platform=linux*', 158 '--platform=linux*',
159 '--no_auth', 159 '--no_auth',
160 '--bucket', 'chromium-clang-format', 160 '--bucket', 'chromium-clang-format',
161 '-s', 'pdfium/buildtools/linux64/clang-format.sha1', 161 '-s', 'pdfium/buildtools/linux64/clang-format.sha1',
162 ], 162 ],
163 }, 163 },
164 { 164 {
165 # Pull clang if needed or requested via GYP_DEFINES. 165 # Pull clang
166 'name': 'clang', 166 'name': 'clang',
167 'pattern': '.', 167 'pattern': '.',
168 'action': ['python', 168 'action': ['python',
169 'pdfium/tools/clang/scripts/update.py', 169 'pdfium/tools/clang/scripts/update.py'
170 '--if-needed'
171 ], 170 ],
172 }, 171 },
173 { 172 {
174 # Update the Windows toolchain if necessary. 173 # Update the Windows toolchain if necessary.
175 'name': 'win_toolchain', 174 'name': 'win_toolchain',
176 'pattern': '.', 175 'pattern': '.',
177 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'], 176 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'],
178 }, 177 },
179 ] 178 ]
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