| OLD | NEW |
| 1 { | 1 { |
| 2 'targets': [ | 2 'targets': [ |
| 3 { | 3 { |
| 4 'target_name': 'SampleApp', | 4 'target_name': 'SampleApp', |
| 5 'type': 'executable', | 5 'type': 'executable', |
| 6 'mac_bundle' : 1, | 6 'mac_bundle' : 1, |
| 7 'include_dirs' : [ | 7 'include_dirs' : [ |
| 8 '../src/core', | 8 '../src/core', |
| 9 '../src/effects', #needed for BlurMask.h | 9 '../src/effects', #needed for BlurMask.h |
| 10 '../gm', # needed to pull gm.h | 10 '../gm', # needed to pull gm.h |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 '../samplecode/SampleLua.cpp', | 79 '../samplecode/SampleLua.cpp', |
| 80 '../samplecode/SampleManyRects.cpp', | 80 '../samplecode/SampleManyRects.cpp', |
| 81 '../samplecode/SampleMeasure.cpp', | 81 '../samplecode/SampleMeasure.cpp', |
| 82 '../samplecode/SampleMipMap.cpp', | 82 '../samplecode/SampleMipMap.cpp', |
| 83 '../samplecode/SampleMovie.cpp', | 83 '../samplecode/SampleMovie.cpp', |
| 84 '../samplecode/SampleOvalTest.cpp', | 84 '../samplecode/SampleOvalTest.cpp', |
| 85 '../samplecode/SampleOverflow.cpp', | 85 '../samplecode/SampleOverflow.cpp', |
| 86 '../samplecode/SamplePatch.cpp', | 86 '../samplecode/SamplePatch.cpp', |
| 87 '../samplecode/SamplePath.cpp', | 87 '../samplecode/SamplePath.cpp', |
| 88 '../samplecode/SamplePathClip.cpp', | 88 '../samplecode/SamplePathClip.cpp', |
| 89 '../samplecode/SamplePathUtils.cpp', |
| 89 '../samplecode/SamplePathEffects.cpp', | 90 '../samplecode/SamplePathEffects.cpp', |
| 90 '../samplecode/SamplePicture.cpp', | 91 '../samplecode/SamplePicture.cpp', |
| 91 '../samplecode/SamplePictFile.cpp', | 92 '../samplecode/SamplePictFile.cpp', |
| 92 '../samplecode/SamplePoints.cpp', | 93 '../samplecode/SamplePoints.cpp', |
| 93 '../samplecode/SamplePolyToPoly.cpp', | 94 '../samplecode/SamplePolyToPoly.cpp', |
| 94 '../samplecode/SampleRegion.cpp', | 95 '../samplecode/SampleRegion.cpp', |
| 95 '../samplecode/SampleRepeatTile.cpp', | 96 '../samplecode/SampleRepeatTile.cpp', |
| 96 '../samplecode/SampleRotateCircles.cpp', | 97 '../samplecode/SampleRotateCircles.cpp', |
| 97 '../samplecode/SampleShaders.cpp', | 98 '../samplecode/SampleShaders.cpp', |
| 98 '../samplecode/SampleShaderText.cpp', | 99 '../samplecode/SampleShaderText.cpp', |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 }, | 308 }, |
| 308 }, | 309 }, |
| 309 ], | 310 ], |
| 310 } | 311 } |
| 311 | 312 |
| 312 # Local Variables: | 313 # Local Variables: |
| 313 # tab-width:2 | 314 # tab-width:2 |
| 314 # indent-tabs-mode:nil | 315 # indent-tabs-mode:nil |
| 315 # End: | 316 # End: |
| 316 # vim: set expandtab tabstop=2 shiftwidth=2: | 317 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |