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

Side by Side Diff: DEPS

Issue 2559123004: update to latest skia api (Closed)
Patch Set: Created 4 years 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/skia/fx_skia_device.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 'android_ndk_revision': '26d93ec07f3ce2ec2cdfeae1b21ee6f12ff868d8', 7 'android_ndk_revision': '26d93ec07f3ce2ec2cdfeae1b21ee6f12ff868d8',
8 'build_revision': 'acf607f7d345915ea2ecca208bc516677d298463', 8 'build_revision': 'acf607f7d345915ea2ecca208bc516677d298463',
9 'buildtools_revision': '5fd66957f08bb752dca714a591c84587c9d70762', 9 'buildtools_revision': '5fd66957f08bb752dca714a591c84587c9d70762',
10 'catapult_revision': '86352b966b0245d6883e5f7df27687856978b6d7', 10 'catapult_revision': '86352b966b0245d6883e5f7df27687856978b6d7',
11 'clang_revision': '0a306690ccb471f75990b488b8b61cabbcca3011', 11 'clang_revision': '0a306690ccb471f75990b488b8b61cabbcca3011',
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': '9d17ef47f310332ac64e78e636681d493482a409', 18 'pdfium_tests_revision': '9d17ef47f310332ac64e78e636681d493482a409',
19 'skia_revision': 'a9fd106d0c4dd5449c607add0716db7bbd81bc73', 19 'skia_revision': '76073c11040204d51dceb49cbd0b05be8e7fd0a2',
20 'tools_memory_revision': '427f10475e1a8d72424c29d00bf689122b738e5d', 20 'tools_memory_revision': '427f10475e1a8d72424c29d00bf689122b738e5d',
21 'trace_event_revision': '06294c8a4a6f744ef284cd63cfe54dbf61eea290', 21 'trace_event_revision': '06294c8a4a6f744ef284cd63cfe54dbf61eea290',
22 'v8_revision': '8e0dcfc4ac75c0bef9063bd5dec4dafaa3409b6d', 22 'v8_revision': '8e0dcfc4ac75c0bef9063bd5dec4dafaa3409b6d',
23 } 23 }
24 24
25 deps = { 25 deps = {
26 "base/trace_event/common": 26 "base/trace_event/common":
27 Var('chromium_git') + "/chromium/src/base/trace_event/common.git@" + 27 Var('chromium_git') + "/chromium/src/base/trace_event/common.git@" +
28 Var('trace_event_revision'), 28 Var('trace_event_revision'),
29 29
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 }, 192 },
193 { 193 {
194 # Pull sanitizer-instrumented third-party libraries if requested via 194 # Pull sanitizer-instrumented third-party libraries if requested via
195 # GYP_DEFINES. 195 # GYP_DEFINES.
196 'name': 'instrumented_libraries', 196 'name': 'instrumented_libraries',
197 'pattern': '\\.sha1', 197 'pattern': '\\.sha1',
198 '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'],
199 }, 199 },
200 200
201 ] 201 ]
OLDNEW
« no previous file with comments | « no previous file | core/fxge/skia/fx_skia_device.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698