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

Side by Side Diff: DEPS

Issue 1908903003: Only call shading code with streams. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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/fpdfapi/fpdf_render/fpdf_render_pattern.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': '2f91397926336dd46ea49ffef702197b9cc2215a', 7 'build_revision': '2f91397926336dd46ea49ffef702197b9cc2215a',
8 'buildtools_revision': '5378d73123b64907773cc5c1bb027b2f765ff00a', 8 'buildtools_revision': '5378d73123b64907773cc5c1bb027b2f765ff00a',
9 'clang_revision': '2956eca572ff0e1b181df65f71a045f061a2eb34', 9 'clang_revision': '2956eca572ff0e1b181df65f71a045f061a2eb34',
10 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df', 10 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df',
11 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', 11 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271',
12 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', 12 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038',
13 'icu_revision': 'c291cde264469b20ca969ce8832088acb21e0c48', 13 'icu_revision': 'c291cde264469b20ca969ce8832088acb21e0c48',
14 'pdfium_tests_revision': '7ef8719fac859e1d23d667d4c3038ae8b38e4d36', 14 'pdfium_tests_revision': '7e5050a49256a7350df9b8d7ad86e911eb83c021',
15 'skia_revision': '0a291c7b7eea1807bd58bdaa60c258fd0ebeb257', 15 'skia_revision': '0a291c7b7eea1807bd58bdaa60c258fd0ebeb257',
16 'trace_event_revision': 'd83d44b13d07c2fd0a40101a7deef9b93b841732', 16 'trace_event_revision': 'd83d44b13d07c2fd0a40101a7deef9b93b841732',
17 'v8_revision': '47bcec782b752ba411bd8bba6e390d1cc1c3226e', 17 'v8_revision': '47bcec782b752ba411bd8bba6e390d1cc1c3226e',
18 18
19 } 19 }
20 20
21 deps = { 21 deps = {
22 "build": 22 "build":
23 Var('chromium_git') + "/chromium/src/build.git@" + Var('build_revision'), 23 Var('chromium_git') + "/chromium/src/build.git@" + Var('build_revision'),
24 24
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 { 156 {
157 # Pull clang if needed or requested via GYP_DEFINES. 157 # Pull clang if needed or requested via GYP_DEFINES.
158 'name': 'clang', 158 'name': 'clang',
159 'pattern': '.', 159 'pattern': '.',
160 'action': ['python', 160 'action': ['python',
161 'pdfium/tools/clang/scripts/update.py', 161 'pdfium/tools/clang/scripts/update.py',
162 '--if-needed' 162 '--if-needed'
163 ], 163 ],
164 }, 164 },
165 ] 165 ]
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698