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

Side by Side Diff: gyp/tests.gyp

Issue 13414006: Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). (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 | « no previous file | include/gpu/GrRenderTarget.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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 '../tests/FontHostStreamTest.cpp', 50 '../tests/FontHostStreamTest.cpp',
51 '../tests/FontHostTest.cpp', 51 '../tests/FontHostTest.cpp',
52 '../tests/FontNamesTest.cpp', 52 '../tests/FontNamesTest.cpp',
53 '../tests/GeometryTest.cpp', 53 '../tests/GeometryTest.cpp',
54 '../tests/GLInterfaceValidation.cpp', 54 '../tests/GLInterfaceValidation.cpp',
55 '../tests/GLProgramsTest.cpp', 55 '../tests/GLProgramsTest.cpp',
56 '../tests/GpuBitmapCopyTest.cpp', 56 '../tests/GpuBitmapCopyTest.cpp',
57 '../tests/GrContextFactoryTest.cpp', 57 '../tests/GrContextFactoryTest.cpp',
58 '../tests/GradientTest.cpp', 58 '../tests/GradientTest.cpp',
59 '../tests/GrMemoryPoolTest.cpp', 59 '../tests/GrMemoryPoolTest.cpp',
60 '../tests/GrSurfaceTest.cpp',
60 '../tests/HashCacheTest.cpp', 61 '../tests/HashCacheTest.cpp',
61 '../tests/InfRectTest.cpp', 62 '../tests/InfRectTest.cpp',
62 '../tests/LListTest.cpp', 63 '../tests/LListTest.cpp',
63 '../tests/MD5Test.cpp', 64 '../tests/MD5Test.cpp',
64 '../tests/MathTest.cpp', 65 '../tests/MathTest.cpp',
65 '../tests/MatrixTest.cpp', 66 '../tests/MatrixTest.cpp',
66 '../tests/Matrix44Test.cpp', 67 '../tests/Matrix44Test.cpp',
67 '../tests/MemsetTest.cpp', 68 '../tests/MemsetTest.cpp',
68 '../tests/MetaDataTest.cpp', 69 '../tests/MetaDataTest.cpp',
69 '../tests/PackBitsTest.cpp', 70 '../tests/PackBitsTest.cpp',
(...skipping 75 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 | « no previous file | include/gpu/GrRenderTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698