Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Side by Side Diff: gyp/gmslides.gypi

Issue 208813004: disable imagefilterscropexpand GM test on Android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: only disable on Android Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698