OLD | NEW |
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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 'dependencies': [ | 146 'dependencies': [ |
147 'animator.gyp:animator', | 147 'animator.gyp:animator', |
148 'etc1.gyp:libetc1', | 148 'etc1.gyp:libetc1', |
149 'experimental.gyp:experimental', | 149 'experimental.gyp:experimental', |
150 'flags.gyp:flags', | 150 'flags.gyp:flags', |
151 'lua.gyp:lua', | 151 'lua.gyp:lua', |
152 'pdf.gyp:pdf', | 152 'pdf.gyp:pdf', |
153 'skia_lib.gyp:skia_lib', | 153 'skia_lib.gyp:skia_lib', |
154 'tools.gyp:resources', | 154 'tools.gyp:resources', |
155 'tools.gyp:sk_tool_utils', | 155 'tools.gyp:sk_tool_utils', |
| 156 'tools.gyp:checkerboard', |
156 'views.gyp:views', | 157 'views.gyp:views', |
157 'views_animated.gyp:views_animated', | 158 'views_animated.gyp:views_animated', |
158 'xml.gyp:xml', | 159 'xml.gyp:xml', |
159 ], | 160 ], |
160 'conditions' : [ | 161 'conditions' : [ |
161 [ 'sample_pdf_file_viewer == 1', { | 162 [ 'sample_pdf_file_viewer == 1', { |
162 'defines': [ | 163 'defines': [ |
163 'SAMPLE_PDF_FILE_VIEWER', | 164 'SAMPLE_PDF_FILE_VIEWER', |
164 ], | 165 ], |
165 'dependencies': [ | 166 'dependencies': [ |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 }], | 304 }], |
304 ], | 305 ], |
305 'msvs_settings': { | 306 'msvs_settings': { |
306 'VCLinkerTool': { | 307 'VCLinkerTool': { |
307 'SubSystem': '2', | 308 'SubSystem': '2', |
308 }, | 309 }, |
309 }, | 310 }, |
310 }, | 311 }, |
311 ], | 312 ], |
312 } | 313 } |
OLD | NEW |