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

Side by Side Diff: gyp/tests.gyp

Issue 83563002: Implement SkAshmemDiscardableMemory (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: bugfix Created 7 years, 1 month 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' : [
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '../tests/ClipCacheTest.cpp', 48 '../tests/ClipCacheTest.cpp',
49 '../tests/ClipCubicTest.cpp', 49 '../tests/ClipCubicTest.cpp',
50 '../tests/ClipStackTest.cpp', 50 '../tests/ClipStackTest.cpp',
51 '../tests/ClipperTest.cpp', 51 '../tests/ClipperTest.cpp',
52 '../tests/ColorFilterTest.cpp', 52 '../tests/ColorFilterTest.cpp',
53 '../tests/ColorTest.cpp', 53 '../tests/ColorTest.cpp',
54 '../tests/DataRefTest.cpp', 54 '../tests/DataRefTest.cpp',
55 '../tests/DeferredCanvasTest.cpp', 55 '../tests/DeferredCanvasTest.cpp',
56 '../tests/DequeTest.cpp', 56 '../tests/DequeTest.cpp',
57 '../tests/DeviceLooperTest.cpp', 57 '../tests/DeviceLooperTest.cpp',
58 '../tests/DiscardableMemoryTest.cpp',
58 '../tests/DocumentTest.cpp', 59 '../tests/DocumentTest.cpp',
59 '../tests/DrawBitmapRectTest.cpp', 60 '../tests/DrawBitmapRectTest.cpp',
60 '../tests/DrawPathTest.cpp', 61 '../tests/DrawPathTest.cpp',
61 '../tests/DrawTextTest.cpp', 62 '../tests/DrawTextTest.cpp',
62 '../tests/DynamicHashTest.cpp', 63 '../tests/DynamicHashTest.cpp',
63 '../tests/EmptyPathTest.cpp', 64 '../tests/EmptyPathTest.cpp',
64 '../tests/ErrorTest.cpp', 65 '../tests/ErrorTest.cpp',
65 '../tests/FillPathTest.cpp', 66 '../tests/FillPathTest.cpp',
66 '../tests/FitsInTest.cpp', 67 '../tests/FitsInTest.cpp',
67 '../tests/FlatDataTest.cpp', 68 '../tests/FlatDataTest.cpp',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 ], 180 ],
180 }, 181 },
181 ], 182 ],
182 } 183 }
183 184
184 # Local Variables: 185 # Local Variables:
185 # tab-width:2 186 # tab-width:2
186 # indent-tabs-mode:nil 187 # indent-tabs-mode:nil
187 # End: 188 # End:
188 # vim: set expandtab tabstop=2 shiftwidth=2: 189 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698