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

Side by Side Diff: gyp/tests.gyp

Issue 15747004: Add path utils, plus a test for it. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rebase Created 7 years, 7 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 | « gm/image.cpp ('k') | include/core/SkOSFile.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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 '../tests/HashCacheTest.cpp', 68 '../tests/HashCacheTest.cpp',
69 '../tests/InfRectTest.cpp', 69 '../tests/InfRectTest.cpp',
70 '../tests/LListTest.cpp', 70 '../tests/LListTest.cpp',
71 '../tests/LayerDrawLooperTest.cpp', 71 '../tests/LayerDrawLooperTest.cpp',
72 '../tests/MD5Test.cpp', 72 '../tests/MD5Test.cpp',
73 '../tests/MathTest.cpp', 73 '../tests/MathTest.cpp',
74 '../tests/MatrixTest.cpp', 74 '../tests/MatrixTest.cpp',
75 '../tests/Matrix44Test.cpp', 75 '../tests/Matrix44Test.cpp',
76 '../tests/MemsetTest.cpp', 76 '../tests/MemsetTest.cpp',
77 '../tests/MetaDataTest.cpp', 77 '../tests/MetaDataTest.cpp',
78 '../tests/OSPathTest.cpp',
78 '../tests/PackBitsTest.cpp', 79 '../tests/PackBitsTest.cpp',
79 '../tests/PaintTest.cpp', 80 '../tests/PaintTest.cpp',
80 '../tests/ParsePathTest.cpp', 81 '../tests/ParsePathTest.cpp',
81 '../tests/PathCoverageTest.cpp', 82 '../tests/PathCoverageTest.cpp',
82 '../tests/PathMeasureTest.cpp', 83 '../tests/PathMeasureTest.cpp',
83 '../tests/PathTest.cpp', 84 '../tests/PathTest.cpp',
84 '../tests/PDFPrimitivesTest.cpp', 85 '../tests/PDFPrimitivesTest.cpp',
85 '../tests/PictureTest.cpp', 86 '../tests/PictureTest.cpp',
86 '../tests/PictureUtilsTest.cpp', 87 '../tests/PictureUtilsTest.cpp',
87 '../tests/PipeTest.cpp', 88 '../tests/PipeTest.cpp',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 ], 157 ],
157 }, 158 },
158 ], 159 ],
159 } 160 }
160 161
161 # Local Variables: 162 # Local Variables:
162 # tab-width:2 163 # tab-width:2
163 # indent-tabs-mode:nil 164 # indent-tabs-mode:nil
164 # End: 165 # End:
165 # vim: set expandtab tabstop=2 shiftwidth=2: 166 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/image.cpp ('k') | include/core/SkOSFile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698