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

Side by Side Diff: gyp/tests.gyp

Issue 19807005: refactor duplication (shouldSkip and skip_name) into a utility function (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Forgot to add new files.. Created 7 years, 5 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 | Annotate | Revision Log
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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 '../tests/TLSTest.cpp', 121 '../tests/TLSTest.cpp',
122 '../tests/TSetTest.cpp', 122 '../tests/TSetTest.cpp',
123 '../tests/ToUnicode.cpp', 123 '../tests/ToUnicode.cpp',
124 '../tests/UnicodeTest.cpp', 124 '../tests/UnicodeTest.cpp',
125 '../tests/UtilsTest.cpp', 125 '../tests/UtilsTest.cpp',
126 '../tests/WArrayTest.cpp', 126 '../tests/WArrayTest.cpp',
127 '../tests/WritePixelsTest.cpp', 127 '../tests/WritePixelsTest.cpp',
128 '../tests/Writer32Test.cpp', 128 '../tests/Writer32Test.cpp',
129 '../tests/XfermodeTest.cpp', 129 '../tests/XfermodeTest.cpp',
130 130
131 '../tools/ToolUtils.cpp',
132
131 # Needed for PipeTest. 133 # Needed for PipeTest.
132 '../src/pipe/utils/SamplePipeControllers.cpp', 134 '../src/pipe/utils/SamplePipeControllers.cpp',
133 ], 135 ],
134 'dependencies': [ 136 'dependencies': [
135 'skia_lib.gyp:skia_lib', 137 'skia_lib.gyp:skia_lib',
136 'flags.gyp:flags', 138 'flags.gyp:flags',
137 'experimental.gyp:experimental', 139 'experimental.gyp:experimental',
138 'pdf.gyp:pdf', 140 'pdf.gyp:pdf',
139 'tools.gyp:picture_utils', 141 'tools.gyp:picture_utils',
140 ], 142 ],
(...skipping 16 matching lines...) Expand all
157 ], 159 ],
158 }, 160 },
159 ], 161 ],
160 } 162 }
161 163
162 # Local Variables: 164 # Local Variables:
163 # tab-width:2 165 # tab-width:2
164 # indent-tabs-mode:nil 166 # indent-tabs-mode:nil
165 # End: 167 # End:
166 # vim: set expandtab tabstop=2 shiftwidth=2: 168 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/gm.gyp ('k') | tests/skia_test.cpp » ('j') | tools/ToolUtils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698