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

Side by Side Diff: gyp/tests.gyp

Issue 16829003: Adding my Bitmap2Path sample for 1on1 meeting. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: fixed more trybot errors. 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
« no previous file with comments | « gyp/bench.gypi ('k') | gyp/utils.gyp » ('j') | no next file with comments »
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 '../tests/Matrix44Test.cpp', 76 '../tests/Matrix44Test.cpp',
77 '../tests/MemsetTest.cpp', 77 '../tests/MemsetTest.cpp',
78 '../tests/MetaDataTest.cpp', 78 '../tests/MetaDataTest.cpp',
79 '../tests/OSPathTest.cpp', 79 '../tests/OSPathTest.cpp',
80 '../tests/PackBitsTest.cpp', 80 '../tests/PackBitsTest.cpp',
81 '../tests/PaintTest.cpp', 81 '../tests/PaintTest.cpp',
82 '../tests/ParsePathTest.cpp', 82 '../tests/ParsePathTest.cpp',
83 '../tests/PathCoverageTest.cpp', 83 '../tests/PathCoverageTest.cpp',
84 '../tests/PathMeasureTest.cpp', 84 '../tests/PathMeasureTest.cpp',
85 '../tests/PathTest.cpp', 85 '../tests/PathTest.cpp',
86 '../tests/PathUtilsTest.cpp',
86 '../tests/PDFPrimitivesTest.cpp', 87 '../tests/PDFPrimitivesTest.cpp',
87 '../tests/PictureTest.cpp', 88 '../tests/PictureTest.cpp',
88 '../tests/PictureUtilsTest.cpp', 89 '../tests/PictureUtilsTest.cpp',
89 '../tests/PipeTest.cpp', 90 '../tests/PipeTest.cpp',
90 '../tests/PointTest.cpp', 91 '../tests/PointTest.cpp',
91 '../tests/PremulAlphaRoundTripTest.cpp', 92 '../tests/PremulAlphaRoundTripTest.cpp',
92 '../tests/QuickRejectTest.cpp', 93 '../tests/QuickRejectTest.cpp',
93 '../tests/RandomTest.cpp', 94 '../tests/RandomTest.cpp',
94 '../tests/Reader32Test.cpp', 95 '../tests/Reader32Test.cpp',
95 '../tests/ReadPixelsTest.cpp', 96 '../tests/ReadPixelsTest.cpp',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 ], 155 ],
155 }, 156 },
156 ], 157 ],
157 } 158 }
158 159
159 # Local Variables: 160 # Local Variables:
160 # tab-width:2 161 # tab-width:2
161 # indent-tabs-mode:nil 162 # indent-tabs-mode:nil
162 # End: 163 # End:
163 # vim: set expandtab tabstop=2 shiftwidth=2: 164 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/bench.gypi ('k') | gyp/utils.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698