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