Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # include this gypi to include all the golden master slides. | 1 # include this gypi to include all the golden master slides. |
| 2 { | 2 { |
| 3 'include_dirs': [ | 3 'include_dirs': [ |
| 4 '../gm', | 4 '../gm', |
| 5 # include dirs needed by particular GMs | 5 # include dirs needed by particular GMs |
| 6 '../src/utils/debugger', | 6 '../src/utils/debugger', |
| 7 '../src/images', | 7 '../src/images', |
| 8 '../src/lazy', | 8 '../src/lazy', |
| 9 ], | 9 ], |
| 10 'sources': [ | 10 'sources': [ |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 178 | 178 |
| 179 # Files needed by particular GMs | 179 # Files needed by particular GMs |
| 180 '../src/utils/debugger/SkDrawCommand.h', | 180 '../src/utils/debugger/SkDrawCommand.h', |
| 181 '../src/utils/debugger/SkDrawCommand.cpp', | 181 '../src/utils/debugger/SkDrawCommand.cpp', |
| 182 '../src/utils/debugger/SkDebugCanvas.h', | 182 '../src/utils/debugger/SkDebugCanvas.h', |
| 183 '../src/utils/debugger/SkDebugCanvas.cpp', | 183 '../src/utils/debugger/SkDebugCanvas.cpp', |
| 184 '../src/utils/debugger/SkObjectParser.h', | 184 '../src/utils/debugger/SkObjectParser.h', |
| 185 '../src/utils/debugger/SkObjectParser.cpp', | 185 '../src/utils/debugger/SkObjectParser.cpp', |
| 186 | 186 |
| 187 ], | 187 ], |
| 188 # TODO(epoger): Disabling while we investigate http://skbug.com/2313 | |
| 189 # epoger will re-enable by 10 April 2014 | |
| 190 'conditions': [ | |
| 191 [ 'skia_os == "android"', { | |
| 192 'sources!': [ | |
| 193 '../gm/imagefilterscropexpand.cpp', | |
| 194 ], | |
| 195 }], | |
| 196 # base class for GMs | |
|
epoger
2014/03/23 23:12:30
Whoops, I left this extra comment line in when cop
| |
| 197 ], | |
| 188 } | 198 } |
| OLD | NEW |