caryclark@google.com | 6aea33f | 2012-10-09 14:11:58 +0000 | [diff] [blame] | 1 | # GYP file to build unit tests. |
| 2 | { |
| 3 | 'includes': [ |
| 4 | 'apptype_console.gypi', |
| 5 | 'common.gypi', |
| 6 | ], |
| 7 | 'targets': [ |
| 8 | { |
| 9 | 'target_name': 'addTest', |
| 10 | 'type': 'executable', |
| 11 | 'include_dirs' : [ |
| 12 | '../src/core', |
| 13 | ], |
| 14 | 'sources': [ |
| 15 | '../experimental/Intersection/AddTestOutput/main.cpp', |
| 16 | ], |
| 17 | 'dependencies': [ |
djsollen@google.com | 52f0297 | 2013-06-03 12:10:19 +0000 | [diff] [blame] | 18 | 'skia_lib.gyp:skia_lib', |
caryclark@google.com | 6aea33f | 2012-10-09 14:11:58 +0000 | [diff] [blame] | 19 | 'experimental.gyp:experimental', |
caryclark@google.com | 6aea33f | 2012-10-09 14:11:58 +0000 | [diff] [blame] | 20 | 'pdf.gyp:pdf', |
caryclark@google.com | 6aea33f | 2012-10-09 14:11:58 +0000 | [diff] [blame] | 21 | ], |
| 22 | 'conditions': [ |
| 23 | [ 'skia_gpu == 1', { |
| 24 | 'include_dirs': [ |
| 25 | '../src/gpu', |
| 26 | ], |
caryclark@google.com | 6aea33f | 2012-10-09 14:11:58 +0000 | [diff] [blame] | 27 | }], |
| 28 | ], |
| 29 | }, |
| 30 | ], |
| 31 | } |