| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 # | 5 # |
| 6 { | 6 { |
| 7 'variables': { | 7 'variables': { |
| 8 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp | 8 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp |
| 9 'sample_pdf_file_viewer%': 0, | 9 'sample_pdf_file_viewer%': 0, |
| 10 }, | 10 }, |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 '../samplecode/SampleLayers.cpp', | 84 '../samplecode/SampleLayers.cpp', |
| 85 '../samplecode/SampleLCD.cpp', | 85 '../samplecode/SampleLCD.cpp', |
| 86 '../samplecode/SampleLines.cpp', | 86 '../samplecode/SampleLines.cpp', |
| 87 '../samplecode/SampleLua.cpp', | 87 '../samplecode/SampleLua.cpp', |
| 88 '../samplecode/SampleManyRects.cpp', | 88 '../samplecode/SampleManyRects.cpp', |
| 89 '../samplecode/SampleMeasure.cpp', | 89 '../samplecode/SampleMeasure.cpp', |
| 90 '../samplecode/SamplePatch.cpp', | 90 '../samplecode/SamplePatch.cpp', |
| 91 '../samplecode/SamplePath.cpp', | 91 '../samplecode/SamplePath.cpp', |
| 92 '../samplecode/SamplePathClip.cpp', | 92 '../samplecode/SamplePathClip.cpp', |
| 93 '../samplecode/SamplePathFuzz.cpp', | 93 '../samplecode/SamplePathFuzz.cpp', |
| 94 '../samplecode/SamplePathUtils.cpp', |
| 94 '../samplecode/SamplePathEffects.cpp', | 95 '../samplecode/SamplePathEffects.cpp', |
| 95 '../samplecode/SamplePicture.cpp', | 96 '../samplecode/SamplePicture.cpp', |
| 96 '../samplecode/SamplePictFile.cpp', | 97 '../samplecode/SamplePictFile.cpp', |
| 97 '../samplecode/SamplePoints.cpp', | 98 '../samplecode/SamplePoints.cpp', |
| 98 '../samplecode/SamplePolyToPoly.cpp', | 99 '../samplecode/SamplePolyToPoly.cpp', |
| 99 '../samplecode/SampleQuadStroker.cpp', | 100 '../samplecode/SampleQuadStroker.cpp', |
| 100 '../samplecode/SampleRectanizer.cpp', | 101 '../samplecode/SampleRectanizer.cpp', |
| 101 '../samplecode/SampleRegion.cpp', | 102 '../samplecode/SampleRegion.cpp', |
| 102 '../samplecode/SampleRepeatTile.cpp', | 103 '../samplecode/SampleRepeatTile.cpp', |
| 103 '../samplecode/SampleShaders.cpp', | 104 '../samplecode/SampleShaders.cpp', |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 }], | 299 }], |
| 299 ], | 300 ], |
| 300 'msvs_settings': { | 301 'msvs_settings': { |
| 301 'VCLinkerTool': { | 302 'VCLinkerTool': { |
| 302 'SubSystem': '2', | 303 'SubSystem': '2', |
| 303 }, | 304 }, |
| 304 }, | 305 }, |
| 305 }, | 306 }, |
| 306 ], | 307 ], |
| 307 } | 308 } |
| OLD | NEW |