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

Side by Side Diff: gyp/tests.gyp

Issue 88113002: Speed up GrResourceCache lookup by inlining GrBinHashKey comparisons (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: address review comments (capitalized statics) Created 7 years 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/gpu.gypi ('k') | src/gpu/GrBinHashKey.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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 '../tests/GLInterfaceValidation.cpp', 76 '../tests/GLInterfaceValidation.cpp',
77 '../tests/GLProgramsTest.cpp', 77 '../tests/GLProgramsTest.cpp',
78 '../tests/GpuBitmapCopyTest.cpp', 78 '../tests/GpuBitmapCopyTest.cpp',
79 '../tests/GpuColorFilterTest.cpp', 79 '../tests/GpuColorFilterTest.cpp',
80 '../tests/GpuDrawPathTest.cpp', 80 '../tests/GpuDrawPathTest.cpp',
81 '../tests/GrContextFactoryTest.cpp', 81 '../tests/GrContextFactoryTest.cpp',
82 '../tests/GrDrawTargetTest.cpp', 82 '../tests/GrDrawTargetTest.cpp',
83 '../tests/GradientTest.cpp', 83 '../tests/GradientTest.cpp',
84 '../tests/GrMemoryPoolTest.cpp', 84 '../tests/GrMemoryPoolTest.cpp',
85 '../tests/GrSurfaceTest.cpp', 85 '../tests/GrSurfaceTest.cpp',
86 '../tests/GrUnitTests.cpp',
86 '../tests/HashCacheTest.cpp', 87 '../tests/HashCacheTest.cpp',
87 '../tests/ImageCacheTest.cpp', 88 '../tests/ImageCacheTest.cpp',
88 '../tests/ImageDecodingTest.cpp', 89 '../tests/ImageDecodingTest.cpp',
89 '../tests/ImageFilterTest.cpp', 90 '../tests/ImageFilterTest.cpp',
90 '../tests/InfRectTest.cpp', 91 '../tests/InfRectTest.cpp',
91 '../tests/JpegTest.cpp', 92 '../tests/JpegTest.cpp',
92 '../tests/LListTest.cpp', 93 '../tests/LListTest.cpp',
93 '../tests/LayerDrawLooperTest.cpp', 94 '../tests/LayerDrawLooperTest.cpp',
94 '../tests/MD5Test.cpp', 95 '../tests/MD5Test.cpp',
95 '../tests/MathTest.cpp', 96 '../tests/MathTest.cpp',
(...skipping 83 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
« no previous file with comments | « gyp/gpu.gypi ('k') | src/gpu/GrBinHashKey.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698