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

Side by Side Diff: DEPS

Issue 2042403004: update skia (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 6 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 | core/fxge/ge/fx_ge_text.cpp » ('j') | 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 'build_revision': 'c557a3544d31513394681f40c8c2512cf7ddcb9e', 7 'build_revision': 'c557a3544d31513394681f40c8c2512cf7ddcb9e',
8 'buildtools_revision': '309289315767f615256eada4653b4917cf148c8e', 8 'buildtools_revision': '309289315767f615256eada4653b4917cf148c8e',
9 'clang_revision': 'b6f620b311665e2d96d0921833f54295b9bbf925', 9 'clang_revision': 'b6f620b311665e2d96d0921833f54295b9bbf925',
10 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df', 10 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df',
11 'gen_library_loader_revision': '916d4acd8b2cde67a390737dfba90b3c37de23a1', 11 'gen_library_loader_revision': '916d4acd8b2cde67a390737dfba90b3c37de23a1',
12 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', 12 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271',
13 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', 13 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038',
14 'icu_revision': 'c291cde264469b20ca969ce8832088acb21e0c48', 14 'icu_revision': 'c291cde264469b20ca969ce8832088acb21e0c48',
15 'pdfium_tests_revision': '6c769320872e6ca82da4adaec1a497237f71b543', 15 'pdfium_tests_revision': '6c769320872e6ca82da4adaec1a497237f71b543',
16 'skia_revision': '6f47dbaff54a7705ef3e98f1f65c765e56fd9bd0', 16 'skia_revision': '7942f22c607caf826a6a609b89338a569d0a30e7',
17 'tools_memory_revision': '427f10475e1a8d72424c29d00bf689122b738e5d', 17 'tools_memory_revision': '427f10475e1a8d72424c29d00bf689122b738e5d',
18 'trace_event_revision': 'd83d44b13d07c2fd0a40101a7deef9b93b841732', 18 'trace_event_revision': 'd83d44b13d07c2fd0a40101a7deef9b93b841732',
19 'v8_revision': '055bfa771a7bd763305d3bafd43e39459abc95a4', 19 'v8_revision': '055bfa771a7bd763305d3bafd43e39459abc95a4',
20 } 20 }
21 21
22 deps = { 22 deps = {
23 "build": 23 "build":
24 Var('chromium_git') + "/chromium/src/build.git@" + Var('build_revision'), 24 Var('chromium_git') + "/chromium/src/build.git@" + Var('build_revision'),
25 25
26 "buildtools": 26 "buildtools":
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 '--if-needed' 179 '--if-needed'
180 ], 180 ],
181 }, 181 },
182 { 182 {
183 # Update the Windows toolchain if necessary. 183 # Update the Windows toolchain if necessary.
184 'name': 'win_toolchain', 184 'name': 'win_toolchain',
185 'pattern': '.', 185 'pattern': '.',
186 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'], 186 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'],
187 }, 187 },
188 ] 188 ]
OLDNEW
« no previous file with comments | « no previous file | core/fxge/ge/fx_ge_text.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698