Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # GYP file to build skpdiff. | 1 # GYP file to build skpdiff. |
|
djsollen
2013/07/17 19:47:10
we shouldn't need this file anymore.
| |
| 2 # | 2 # |
| 3 # To build on Linux: | 3 # To build on Linux: |
| 4 # ./gyp_skia skpdiff.gyp && make skpdiff | 4 # ./gyp_skia skpdiff.gyp && make skpdiff |
| 5 # | 5 # |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'skpdiff', | 9 'target_name': 'skpdiff', |
| 10 'type': 'executable', | 10 'type': 'executable', |
| 11 'sources': [ | 11 'sources': [ |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 44 ], | 44 ], |
| 45 }, | 45 }, |
| 46 ], | 46 ], |
| 47 } | 47 } |
| 48 | 48 |
| 49 # Local Variables: | 49 # Local Variables: |
| 50 # tab-width:2 | 50 # tab-width:2 |
| 51 # indent-tabs-mode:nil | 51 # indent-tabs-mode:nil |
| 52 # End: | 52 # End: |
| 53 # vim: set expandtab tabstop=2 shiftwidth=2: | 53 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |