| OLD | NEW |
| 1 # GYP file to build the "gm" (golden master) executable. | 1 # GYP file to build the "gm" (golden master) executable. |
| 2 { | 2 { |
| 3 'includes': [ | 3 'includes': [ |
| 4 'apptype_console.gypi', | 4 'apptype_console.gypi', |
| 5 ], | 5 ], |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'gm_expectations', | 8 'target_name': 'gm_expectations', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'include_dirs' : [ | 10 'include_dirs' : [ |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 '../src/gpu', | 106 '../src/gpu', |
| 107 ], | 107 ], |
| 108 'dependencies': [ | 108 'dependencies': [ |
| 109 'gputest.gyp:skgputest', | 109 'gputest.gyp:skgputest', |
| 110 ], | 110 ], |
| 111 }], | 111 }], |
| 112 ], | 112 ], |
| 113 }, | 113 }, |
| 114 ], | 114 ], |
| 115 } | 115 } |
| 116 | |
| 117 # Local Variables: | |
| 118 # tab-width:2 | |
| 119 # indent-tabs-mode:nil | |
| 120 # End: | |
| 121 # vim: set expandtab tabstop=2 shiftwidth=2: | |
| OLD | NEW |