| OLD | NEW |
| 1 # GYP file to build unit tests. | 1 # GYP file to build unit tests. |
| 2 { | 2 { |
| 3 'includes': [ | 3 'includes': [ |
| 4 'apptype_console.gypi', | 4 'apptype_console.gypi', |
| 5 'common.gypi', | 5 'common.gypi', |
| 6 ], | 6 ], |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'pixman_test', | 9 'target_name': 'pixman_test', |
| 10 'type': 'executable', | 10 'type': 'executable', |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 'VCLinkerTool': { | 160 'VCLinkerTool': { |
| 161 'SubSystem': '2', | 161 'SubSystem': '2', |
| 162 'AdditionalDependencies': [ | 162 'AdditionalDependencies': [ |
| 163 'd3d9.lib', | 163 'd3d9.lib', |
| 164 ], | 164 ], |
| 165 }, | 165 }, |
| 166 }, | 166 }, |
| 167 }, | 167 }, |
| 168 ], | 168 ], |
| 169 } | 169 } |
| 170 | |
| 171 # Local Variables: | |
| 172 # tab-width:2 | |
| 173 # indent-tabs-mode:nil | |
| 174 # End: | |
| 175 # vim: set expandtab tabstop=2 shiftwidth=2: | |
| OLD | NEW |