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