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

Side by Side Diff: gyp/tests.gyp

Issue 54503007: New SkRTConf macro SK_CONF_TRY_SET: no complaint on missing configuration (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: whitespace change for ifdefs Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | include/utils/SkRTConf.h » ('j') | include/utils/SkRTConf.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build unit tests. 1 # GYP file to build unit tests.
2 { 2 {
3 'includes': [ 3 'includes': [
4 'apptype_console.gypi', 4 'apptype_console.gypi',
5 ], 5 ],
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'tests', 8 'target_name': 'tests',
9 'type': 'executable', 9 'type': 'executable',
10 'include_dirs' : [ 10 'include_dirs' : [
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 '../tests/QuickRejectTest.cpp', 113 '../tests/QuickRejectTest.cpp',
114 '../tests/RandomTest.cpp', 114 '../tests/RandomTest.cpp',
115 '../tests/Reader32Test.cpp', 115 '../tests/Reader32Test.cpp',
116 '../tests/ReadPixelsTest.cpp', 116 '../tests/ReadPixelsTest.cpp',
117 '../tests/ReadWriteAlphaTest.cpp', 117 '../tests/ReadWriteAlphaTest.cpp',
118 '../tests/RefCntTest.cpp', 118 '../tests/RefCntTest.cpp',
119 '../tests/RefDictTest.cpp', 119 '../tests/RefDictTest.cpp',
120 '../tests/RegionTest.cpp', 120 '../tests/RegionTest.cpp',
121 '../tests/ResourceCacheTest.cpp', 121 '../tests/ResourceCacheTest.cpp',
122 '../tests/RoundRectTest.cpp', 122 '../tests/RoundRectTest.cpp',
123 '../tests/RuntimeConfigTest.cpp',
123 '../tests/RTreeTest.cpp', 124 '../tests/RTreeTest.cpp',
124 '../tests/SHA1Test.cpp', 125 '../tests/SHA1Test.cpp',
125 '../tests/ScalarTest.cpp', 126 '../tests/ScalarTest.cpp',
126 '../tests/SerializationTest.cpp', 127 '../tests/SerializationTest.cpp',
127 '../tests/ShaderImageFilterTest.cpp', 128 '../tests/ShaderImageFilterTest.cpp',
128 '../tests/ShaderOpacityTest.cpp', 129 '../tests/ShaderOpacityTest.cpp',
129 '../tests/Sk64Test.cpp', 130 '../tests/Sk64Test.cpp',
130 '../tests/skia_test.cpp', 131 '../tests/skia_test.cpp',
131 '../tests/SortTest.cpp', 132 '../tests/SortTest.cpp',
132 '../tests/SrcOverTest.cpp', 133 '../tests/SrcOverTest.cpp',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 ], 170 ],
170 }, 171 },
171 ], 172 ],
172 } 173 }
173 174
174 # Local Variables: 175 # Local Variables:
175 # tab-width:2 176 # tab-width:2
176 # indent-tabs-mode:nil 177 # indent-tabs-mode:nil
177 # End: 178 # End:
178 # vim: set expandtab tabstop=2 shiftwidth=2: 179 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/utils/SkRTConf.h » ('j') | include/utils/SkRTConf.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698