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

Side by Side Diff: gyp/SampleApp.gyp

Issue 873333004: s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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 | « gm/xfermodeimagefilter.cpp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 { 2 {
3 'variables': { 3 'variables': {
4 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp 4 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp
5 'sample_pdf_file_viewer%': 0, 5 'sample_pdf_file_viewer%': 0,
6 }, 6 },
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'SampleApp', 9 'target_name': 'SampleApp',
10 'type': 'executable', 10 'type': 'executable',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'dependencies': [ 145 'dependencies': [
146 'animator.gyp:animator', 146 'animator.gyp:animator',
147 'etc1.gyp:libetc1', 147 'etc1.gyp:libetc1',
148 'experimental.gyp:experimental', 148 'experimental.gyp:experimental',
149 'flags.gyp:flags', 149 'flags.gyp:flags',
150 'lua.gyp:lua', 150 'lua.gyp:lua',
151 'pdf.gyp:pdf', 151 'pdf.gyp:pdf',
152 'skia_lib.gyp:skia_lib', 152 'skia_lib.gyp:skia_lib',
153 'tools.gyp:resources', 153 'tools.gyp:resources',
154 'tools.gyp:sk_tool_utils', 154 'tools.gyp:sk_tool_utils',
155 'tools.gyp:checkerboard',
156 'views.gyp:views', 155 'views.gyp:views',
157 'views_animated.gyp:views_animated', 156 'views_animated.gyp:views_animated',
158 'xml.gyp:xml', 157 'xml.gyp:xml',
159 ], 158 ],
160 'conditions' : [ 159 'conditions' : [
161 [ 'sample_pdf_file_viewer == 1', { 160 [ 'sample_pdf_file_viewer == 1', {
162 'defines': [ 161 'defines': [
163 'SAMPLE_PDF_FILE_VIEWER', 162 'SAMPLE_PDF_FILE_VIEWER',
164 ], 163 ],
165 'dependencies': [ 164 'dependencies': [
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 }], 302 }],
304 ], 303 ],
305 'msvs_settings': { 304 'msvs_settings': {
306 'VCLinkerTool': { 305 'VCLinkerTool': {
307 'SubSystem': '2', 306 'SubSystem': '2',
308 }, 307 },
309 }, 308 },
310 }, 309 },
311 ], 310 ],
312 } 311 }
OLDNEW
« no previous file with comments | « gm/xfermodeimagefilter.cpp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698