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

Side by Side Diff: gyp/tests.gyp

Issue 13699004: first draft of error checking / reporting API (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: remove unnecessary include, delete Created 7 years, 8 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/core.gypi ('k') | include/core/SkError.h » ('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 26 matching lines...) Expand all
37 '../tests/ClipperTest.cpp', 37 '../tests/ClipperTest.cpp',
38 '../tests/ColorFilterTest.cpp', 38 '../tests/ColorFilterTest.cpp',
39 '../tests/ColorTest.cpp', 39 '../tests/ColorTest.cpp',
40 '../tests/DataRefTest.cpp', 40 '../tests/DataRefTest.cpp',
41 '../tests/DeferredCanvasTest.cpp', 41 '../tests/DeferredCanvasTest.cpp',
42 '../tests/DequeTest.cpp', 42 '../tests/DequeTest.cpp',
43 '../tests/DrawBitmapRectTest.cpp', 43 '../tests/DrawBitmapRectTest.cpp',
44 '../tests/DrawPathTest.cpp', 44 '../tests/DrawPathTest.cpp',
45 '../tests/DrawTextTest.cpp', 45 '../tests/DrawTextTest.cpp',
46 '../tests/EmptyPathTest.cpp', 46 '../tests/EmptyPathTest.cpp',
47 '../tests/ErrorTest.cpp',
47 '../tests/FillPathTest.cpp', 48 '../tests/FillPathTest.cpp',
48 '../tests/FlatDataTest.cpp', 49 '../tests/FlatDataTest.cpp',
49 '../tests/FlateTest.cpp', 50 '../tests/FlateTest.cpp',
50 '../tests/FontHostStreamTest.cpp', 51 '../tests/FontHostStreamTest.cpp',
51 '../tests/FontHostTest.cpp', 52 '../tests/FontHostTest.cpp',
52 '../tests/FontNamesTest.cpp', 53 '../tests/FontNamesTest.cpp',
53 '../tests/GeometryTest.cpp', 54 '../tests/GeometryTest.cpp',
54 '../tests/GLInterfaceValidation.cpp', 55 '../tests/GLInterfaceValidation.cpp',
55 '../tests/GLProgramsTest.cpp', 56 '../tests/GLProgramsTest.cpp',
56 '../tests/GpuBitmapCopyTest.cpp', 57 '../tests/GpuBitmapCopyTest.cpp',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 ], 146 ],
146 }, 147 },
147 ], 148 ],
148 } 149 }
149 150
150 # Local Variables: 151 # Local Variables:
151 # tab-width:2 152 # tab-width:2
152 # indent-tabs-mode:nil 153 # indent-tabs-mode:nil
153 # End: 154 # End:
154 # vim: set expandtab tabstop=2 shiftwidth=2: 155 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698