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

Side by Side Diff: gyp/tests.gyp

Issue 24075010: We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: add == Created 7 years, 3 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
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/pathops',
15 '../src/pdf', 15 '../src/pdf',
16 '../src/pipe/utils', 16 '../src/pipe/utils',
17 '../src/utils', 17 '../src/utils',
18 '../tools/', 18 '../tools/',
19 ], 19 ],
20 'includes': [ 20 'includes': [
21 'pathops_unittest.gypi', 21 'pathops_unittest.gypi',
22 ], 22 ],
23 'sources': [ 23 'sources': [
24 '../tests/AAClipTest.cpp', 24 '../tests/AAClipTest.cpp',
25 '../tests/AndroidPaintTest.cpp',
25 '../tests/AnnotationTest.cpp', 26 '../tests/AnnotationTest.cpp',
26 '../tests/ARGBImageEncoderTest.cpp', 27 '../tests/ARGBImageEncoderTest.cpp',
27 '../tests/AtomicTest.cpp', 28 '../tests/AtomicTest.cpp',
28 '../tests/BitmapCopyTest.cpp', 29 '../tests/BitmapCopyTest.cpp',
29 '../tests/BitmapFactoryTest.cpp', 30 '../tests/BitmapFactoryTest.cpp',
30 '../tests/BitmapGetColorTest.cpp', 31 '../tests/BitmapGetColorTest.cpp',
31 '../tests/BitmapHasherTest.cpp', 32 '../tests/BitmapHasherTest.cpp',
32 '../tests/BitmapHeapTest.cpp', 33 '../tests/BitmapHeapTest.cpp',
33 '../tests/BitSetTest.cpp', 34 '../tests/BitSetTest.cpp',
34 '../tests/BlitRowTest.cpp', 35 '../tests/BlitRowTest.cpp',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 ], 167 ],
167 }, 168 },
168 ], 169 ],
169 } 170 }
170 171
171 # Local Variables: 172 # Local Variables:
172 # tab-width:2 173 # tab-width:2
173 # indent-tabs-mode:nil 174 # indent-tabs-mode:nil
174 # End: 175 # End:
175 # vim: set expandtab tabstop=2 shiftwidth=2: 176 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkPaint.h » ('j') | include/core/SkPaint.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698