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

Side by Side Diff: DEPS

Issue 2114173003: Roll build/ to 76d9f8b4. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 4 years, 5 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': '9bbfcd5cce0290376e46f3aeaca3475e96a67fdb', 8 'build_revision': '76d9f8b4fcae07fb82f28295468cf92bade935bd',
9 'buildtools_revision': '099f1da55bfe8caa12266371a7eb983698fb1d87', 9 'buildtools_revision': '099f1da55bfe8caa12266371a7eb983698fb1d87',
10 'catapult_revision': '8ff23141e1df724317e9f558644ce2a7d8afde54', 10 'catapult_revision': '8ff23141e1df724317e9f558644ce2a7d8afde54',
11 'clang_revision': '775e2f874b9f53f0e82c4e7c61dc29f3cdcb3379', 11 'clang_revision': '775e2f874b9f53f0e82c4e7c61dc29f3cdcb3379',
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': 'c291cde264469b20ca969ce8832088acb21e0c48', 16 'icu_revision': 'c291cde264469b20ca969ce8832088acb21e0c48',
17 'pdfium_tests_revision': '6c769320872e6ca82da4adaec1a497237f71b543', 17 'pdfium_tests_revision': '6c769320872e6ca82da4adaec1a497237f71b543',
18 'skia_revision': '7942f22c607caf826a6a609b89338a569d0a30e7', 18 'skia_revision': '7942f22c607caf826a6a609b89338a569d0a30e7',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 '--if-needed' 187 '--if-needed'
188 ], 188 ],
189 }, 189 },
190 { 190 {
191 # Update the Windows toolchain if necessary. 191 # Update the Windows toolchain if necessary.
192 'name': 'win_toolchain', 192 'name': 'win_toolchain',
193 'pattern': '.', 193 'pattern': '.',
194 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'], 194 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'],
195 }, 195 },
196 ] 196 ]
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