| OLD | NEW |
| 1 # GYP file to build a the webtry sample. | 1 # GYP file to build a the webtry sample. |
| 2 { | 2 { |
| 3 'targets': [ | 3 'targets': [ |
| 4 { | 4 { |
| 5 'target_name': 'webtry', | 5 'target_name': 'webtry', |
| 6 'type': 'executable', | 6 'type': 'executable', |
| 7 'include_dirs' : [ | 7 'include_dirs' : [ |
| 8 '../src/core', | 8 '../src/core', |
| 9 '../src/images', | 9 '../src/images', |
| 10 '../src/pathops', |
| 10 ], | 11 ], |
| 11 'sources': [ | 12 'sources': [ |
| 12 '../experimental/webtry/result.cpp', | 13 '../experimental/webtry/result.cpp', |
| 13 '../experimental/webtry/main.cpp', | 14 '../experimental/webtry/main.cpp', |
| 14 ], | 15 ], |
| 15 'dependencies': [ | 16 'dependencies': [ |
| 16 'flags.gyp:flags', | 17 'flags.gyp:flags', |
| 17 'skia_lib.gyp:skia_lib', | 18 'skia_lib.gyp:skia_lib', |
| 18 'images.gyp:images', | 19 'images.gyp:images', |
| 19 ], | 20 ], |
| 20 }, | 21 }, |
| 21 ], | 22 ], |
| 22 } | 23 } |
| OLD | NEW |