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

Side by Side Diff: gyp/tests.gyp

Issue 18503009: Fix SkTFits in to work properly with signed/unsigned mixtures. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Address comments by adding comments and assertions. 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 | « no previous file | 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 '../tests/ColorTest.cpp', 44 '../tests/ColorTest.cpp',
45 '../tests/DataRefTest.cpp', 45 '../tests/DataRefTest.cpp',
46 '../tests/DeferredCanvasTest.cpp', 46 '../tests/DeferredCanvasTest.cpp',
47 '../tests/DequeTest.cpp', 47 '../tests/DequeTest.cpp',
48 '../tests/DrawBitmapRectTest.cpp', 48 '../tests/DrawBitmapRectTest.cpp',
49 '../tests/DrawPathTest.cpp', 49 '../tests/DrawPathTest.cpp',
50 '../tests/DrawTextTest.cpp', 50 '../tests/DrawTextTest.cpp',
51 '../tests/EmptyPathTest.cpp', 51 '../tests/EmptyPathTest.cpp',
52 '../tests/ErrorTest.cpp', 52 '../tests/ErrorTest.cpp',
53 '../tests/FillPathTest.cpp', 53 '../tests/FillPathTest.cpp',
54 '../tests/FitsInTest.cpp',
54 '../tests/FlatDataTest.cpp', 55 '../tests/FlatDataTest.cpp',
55 '../tests/FlateTest.cpp', 56 '../tests/FlateTest.cpp',
56 '../tests/FontHostStreamTest.cpp', 57 '../tests/FontHostStreamTest.cpp',
57 '../tests/FontHostTest.cpp', 58 '../tests/FontHostTest.cpp',
58 '../tests/FontMgrTest.cpp', 59 '../tests/FontMgrTest.cpp',
59 '../tests/FontNamesTest.cpp', 60 '../tests/FontNamesTest.cpp',
60 '../tests/GeometryTest.cpp', 61 '../tests/GeometryTest.cpp',
61 '../tests/GLInterfaceValidation.cpp', 62 '../tests/GLInterfaceValidation.cpp',
62 '../tests/GLProgramsTest.cpp', 63 '../tests/GLProgramsTest.cpp',
63 '../tests/GpuBitmapCopyTest.cpp', 64 '../tests/GpuBitmapCopyTest.cpp',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 ], 156 ],
156 }, 157 },
157 ], 158 ],
158 } 159 }
159 160
160 # Local Variables: 161 # Local Variables:
161 # tab-width:2 162 # tab-width:2
162 # indent-tabs-mode:nil 163 # indent-tabs-mode:nil
163 # End: 164 # End:
164 # vim: set expandtab tabstop=2 shiftwidth=2: 165 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gyp/utils.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698