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

Side by Side Diff: gyp/gmslides.gypi

Issue 1262703002: make tests portable by using 565 compatible colors (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix dstreadshuffle text portable gm Created 5 years, 4 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 | « gm/tablecolorfilter.cpp ('k') | 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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # include this gypi to include all the golden master slides. 5 # include this gypi to include all the golden master slides.
6 { 6 {
7 'include_dirs': [ 7 'include_dirs': [
8 '../gm', 8 '../gm',
9 # include dirs needed by particular GMs 9 # include dirs needed by particular GMs
10 '../src/utils/debugger', 10 '../src/utils/debugger',
(...skipping 11 matching lines...) Expand all
22 # Files needed by particular GMs 22 # Files needed by particular GMs
23 '../src/gpu/GrTestBatch.h', 23 '../src/gpu/GrTestBatch.h',
24 '../src/utils/debugger/SkDrawCommand.h', 24 '../src/utils/debugger/SkDrawCommand.h',
25 '../src/utils/debugger/SkDrawCommand.cpp', 25 '../src/utils/debugger/SkDrawCommand.cpp',
26 '../src/utils/debugger/SkDebugCanvas.h', 26 '../src/utils/debugger/SkDebugCanvas.h',
27 '../src/utils/debugger/SkDebugCanvas.cpp', 27 '../src/utils/debugger/SkDebugCanvas.cpp',
28 '../src/utils/debugger/SkObjectParser.h', 28 '../src/utils/debugger/SkObjectParser.h',
29 '../src/utils/debugger/SkObjectParser.cpp', 29 '../src/utils/debugger/SkObjectParser.cpp',
30 ], 30 ],
31 'sources!': [ 31 'sources!': [
32 '../gm/annotated_text.cpp',
32 '../gm/system_preferences_default.cpp', 33 '../gm/system_preferences_default.cpp',
33 '../gm/techtalk1.cpp', 34 '../gm/techtalk1.cpp',
34 ], 35 ],
35 }], 36 }],
36 # TODO: Several GMs are known to cause particular problems on Android, so 37 # TODO: Several GMs are known to cause particular problems on Android, so
37 # we disable them on Android. See http://skbug.com/2326 38 # we disable them on Android. See http://skbug.com/2326
38 [ 'skia_os == "android"', { 39 [ 'skia_os == "android"', {
39 'sources!': [ 40 'sources!': [
40 # TODO(borenet): Causes assertion failure on Nexus S. 41 # TODO(borenet): Causes assertion failure on Nexus S.
41 # See http://skbug.com/705 42 # See http://skbug.com/705
(...skipping 16 matching lines...) Expand all
58 '../gm/shadertext2.cpp', 59 '../gm/shadertext2.cpp',
59 '../gm/shadertext3.cpp', 60 '../gm/shadertext3.cpp',
60 61
61 # TODO(reed): Allocates more memory than Android devices are capable of 62 # TODO(reed): Allocates more memory than Android devices are capable of
62 # fulfilling. See http://skbug.com/1978 63 # fulfilling. See http://skbug.com/1978
63 '../gm/verylargebitmap.cpp', 64 '../gm/verylargebitmap.cpp',
64 ], 65 ],
65 }], 66 }],
66 ], 67 ],
67 } 68 }
OLDNEW
« no previous file with comments | « gm/tablecolorfilter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698