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

Side by Side Diff: gyp/tests.gyp

Issue 14474002: path ops : make it real (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: 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/pathops_unittest.gyp ('k') | include/core/SkCanvas.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' : [
11 '../src/core', 11 '../src/core',
12 '../src/effects', 12 '../src/effects',
13 '../src/lazy', 13 '../src/lazy',
14 '../src/pathops',
14 '../src/pdf', 15 '../src/pdf',
15 '../src/pipe/utils', 16 '../src/pipe/utils',
16 '../src/utils', 17 '../src/utils',
17 '../tools/', 18 '../tools/',
18 ], 19 ],
19 'includes': [ 20 'includes': [
20 'pathops.gypi',
21 'pathops_unittest.gypi', 21 'pathops_unittest.gypi',
22 ], 22 ],
23 'sources': [ 23 'sources': [
24 '../tests/AAClipTest.cpp', 24 '../tests/AAClipTest.cpp',
25 '../tests/AnnotationTest.cpp', 25 '../tests/AnnotationTest.cpp',
26 '../tests/AtomicTest.cpp', 26 '../tests/AtomicTest.cpp',
27 '../tests/BitmapCopyTest.cpp', 27 '../tests/BitmapCopyTest.cpp',
28 '../tests/BitmapFactoryTest.cpp', 28 '../tests/BitmapFactoryTest.cpp',
29 '../tests/BitmapGetColorTest.cpp', 29 '../tests/BitmapGetColorTest.cpp',
30 '../tests/BitmapHasherTest.cpp', 30 '../tests/BitmapHasherTest.cpp',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 ], 155 ],
156 }, 156 },
157 ], 157 ],
158 } 158 }
159 159
160 # Local Variables: 160 # Local Variables:
161 # tab-width:2 161 # tab-width:2
162 # indent-tabs-mode:nil 162 # indent-tabs-mode:nil
163 # End: 163 # End:
164 # vim: set expandtab tabstop=2 shiftwidth=2: 164 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/pathops_unittest.gyp ('k') | include/core/SkCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698