| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 '../dm/DMTestTask.cpp', | 43 '../dm/DMTestTask.cpp', |
| 44 '../dm/DMUtil.cpp', | 44 '../dm/DMUtil.cpp', |
| 45 '../dm/DMWriteTask.cpp', | 45 '../dm/DMWriteTask.cpp', |
| 46 '../gm/gm.cpp', | 46 '../gm/gm.cpp', |
| 47 '../gm/gm_expectations.cpp', | 47 '../gm/gm_expectations.cpp', |
| 48 | 48 |
| 49 '../src/pipe/utils/SamplePipeControllers.cpp', | 49 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 50 '../src/utils/debugger/SkDebugCanvas.cpp', | 50 '../src/utils/debugger/SkDebugCanvas.cpp', |
| 51 '../src/utils/debugger/SkDrawCommand.cpp', | 51 '../src/utils/debugger/SkDrawCommand.cpp', |
| 52 '../src/utils/debugger/SkObjectParser.cpp', | 52 '../src/utils/debugger/SkObjectParser.cpp', |
| 53 '../tools/LazyDecodeBitmap.cpp', |
| 53 ], | 54 ], |
| 54 'conditions': [ | 55 'conditions': [ |
| 55 [ 'skia_gpu == 1', { | 56 [ 'skia_gpu == 1', { |
| 56 'dependencies': [ 'gputest.gyp:skgputest' ], | 57 'dependencies': [ 'gputest.gyp:skgputest' ], |
| 57 }], | 58 }], |
| 58 ], | 59 ], |
| 59 } | 60 } |
| OLD | NEW |