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

Side by Side Diff: gyp/SampleApp.gyp

Issue 316813005: Add non power of two gm for ETC1 bitmap (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: More gyps Created 6 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 | « gm/etc1bitmap.cpp ('k') | gyp/bench.gyp » ('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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 ], 142 ],
143 'dependencies': [ 143 'dependencies': [
144 'skia_lib.gyp:skia_lib', 144 'skia_lib.gyp:skia_lib',
145 'views.gyp:views', 145 'views.gyp:views',
146 'animator.gyp:animator', 146 'animator.gyp:animator',
147 'xml.gyp:xml', 147 'xml.gyp:xml',
148 'experimental.gyp:experimental', 148 'experimental.gyp:experimental',
149 'pdf.gyp:pdf', 149 'pdf.gyp:pdf',
150 'views_animated.gyp:views_animated', 150 'views_animated.gyp:views_animated',
151 'lua.gyp:lua', 151 'lua.gyp:lua',
152 'etc1.gyp:libetc1',
152 ], 153 ],
153 'conditions' : [ 154 'conditions' : [
154 [ 'sample_pdf_file_viewer == 1', { 155 [ 'sample_pdf_file_viewer == 1', {
155 'defines': [ 156 'defines': [
156 'SAMPLE_PDF_FILE_VIEWER', 157 'SAMPLE_PDF_FILE_VIEWER',
157 ], 158 ],
158 'dependencies': [ 159 'dependencies': [
159 'pdfviewer_lib.gyp:pdfviewer_lib', 160 'pdfviewer_lib.gyp:pdfviewer_lib',
160 ], 161 ],
161 'include_dirs' : [ 162 'include_dirs' : [
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 }], 296 }],
296 ], 297 ],
297 'msvs_settings': { 298 'msvs_settings': {
298 'VCLinkerTool': { 299 'VCLinkerTool': {
299 'SubSystem': '2', 300 'SubSystem': '2',
300 }, 301 },
301 }, 302 },
302 }, 303 },
303 ], 304 ],
304 } 305 }
OLDNEW
« no previous file with comments | « gm/etc1bitmap.cpp ('k') | gyp/bench.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698