| OLD | NEW |
| 1 # GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2). | 1 # GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2). |
| 2 { | 2 { |
| 3 'include_dirs': [ | 3 'include_dirs': [ |
| 4 '../dm', | 4 '../dm', |
| 5 '../gm', | 5 '../gm', |
| 6 '../tests', | 6 '../tests', |
| 7 '../src/images', | 7 '../src/images', |
| 8 '../src/lazy', | 8 '../src/lazy', |
| 9 '../src/core', | 9 '../src/core', |
| 10 '../src/effects', | 10 '../src/effects', |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 '../dm/DMSKPTask.cpp', | 40 '../dm/DMSKPTask.cpp', |
| 41 '../dm/DMSerializeTask.cpp', | 41 '../dm/DMSerializeTask.cpp', |
| 42 '../dm/DMTask.cpp', | 42 '../dm/DMTask.cpp', |
| 43 '../dm/DMTaskRunner.cpp', | 43 '../dm/DMTaskRunner.cpp', |
| 44 '../dm/DMTestTask.cpp', | 44 '../dm/DMTestTask.cpp', |
| 45 '../dm/DMUtil.cpp', | 45 '../dm/DMUtil.cpp', |
| 46 '../dm/DMWriteTask.cpp', | 46 '../dm/DMWriteTask.cpp', |
| 47 '../gm/gm.cpp', | 47 '../gm/gm.cpp', |
| 48 '../gm/gm_expectations.cpp', | 48 '../gm/gm_expectations.cpp', |
| 49 | 49 |
| 50 '../src/utils/SkTaskGroup.cpp', | |
| 51 | |
| 52 '../src/pipe/utils/SamplePipeControllers.cpp', | 50 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 53 '../src/utils/debugger/SkDebugCanvas.cpp', | 51 '../src/utils/debugger/SkDebugCanvas.cpp', |
| 54 '../src/utils/debugger/SkDrawCommand.cpp', | 52 '../src/utils/debugger/SkDrawCommand.cpp', |
| 55 '../src/utils/debugger/SkObjectParser.cpp', | 53 '../src/utils/debugger/SkObjectParser.cpp', |
| 56 '../tools/LazyDecodeBitmap.cpp', | 54 '../tools/LazyDecodeBitmap.cpp', |
| 57 ], | 55 ], |
| 58 'conditions': [ | 56 'conditions': [ |
| 59 [ 'skia_gpu == 1', { | 57 [ 'skia_gpu == 1', { |
| 60 'dependencies': [ 'gputest.gyp:skgputest' ], | 58 'dependencies': [ 'gputest.gyp:skgputest' ], |
| 61 }], | 59 }], |
| 62 ], | 60 ], |
| 63 } | 61 } |
| OLD | NEW |