| 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |