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

Side by Side Diff: gyp/SampleApp.gyp

Issue 834303005: Factor out checkerboard function in gm and sampleapp into tools. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rename to sk_tools::DrawCheckerboard Created 5 years, 10 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',
155 'views.gyp:views', 156 'views.gyp:views',
156 'views_animated.gyp:views_animated', 157 'views_animated.gyp:views_animated',
157 'xml.gyp:xml', 158 'xml.gyp:xml',
158 ], 159 ],
159 'conditions' : [ 160 'conditions' : [
160 [ 'sample_pdf_file_viewer == 1', { 161 [ 'sample_pdf_file_viewer == 1', {
161 'defines': [ 162 'defines': [
162 'SAMPLE_PDF_FILE_VIEWER', 163 'SAMPLE_PDF_FILE_VIEWER',
163 ], 164 ],
164 'dependencies': [ 165 'dependencies': [
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 }], 303 }],
303 ], 304 ],
304 'msvs_settings': { 305 'msvs_settings': {
305 'VCLinkerTool': { 306 'VCLinkerTool': {
306 'SubSystem': '2', 307 'SubSystem': '2',
307 }, 308 },
308 }, 309 },
309 }, 310 },
310 ], 311 ],
311 } 312 }
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