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

Side by Side Diff: gyp/tests.gypi

Issue 922043004: C++11 Unit Test for RValue semantics. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-02-13 (Friday) 17:54:58 EST Created 5 years, 10 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
« no previous file with comments | « no previous file | tests/CPlusPlusEleven.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Common gypi for unit tests. 1 # Common gypi for unit tests.
2 { 2 {
3 'include_dirs': [ 3 'include_dirs': [
4 '../src/core', 4 '../src/core',
5 '../src/effects', 5 '../src/effects',
6 '../src/image', 6 '../src/image',
7 '../src/lazy', 7 '../src/lazy',
8 '../src/images', 8 '../src/images',
9 '../src/pathops', 9 '../src/pathops',
10 '../src/pdf', 10 '../src/pdf',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 '../tests/CanvasTest.cpp', 67 '../tests/CanvasTest.cpp',
68 '../tests/ChecksumTest.cpp', 68 '../tests/ChecksumTest.cpp',
69 '../tests/ClampRangeTest.cpp', 69 '../tests/ClampRangeTest.cpp',
70 '../tests/ClipCacheTest.cpp', 70 '../tests/ClipCacheTest.cpp',
71 '../tests/ClipCubicTest.cpp', 71 '../tests/ClipCubicTest.cpp',
72 '../tests/ClipStackTest.cpp', 72 '../tests/ClipStackTest.cpp',
73 '../tests/ClipperTest.cpp', 73 '../tests/ClipperTest.cpp',
74 '../tests/ColorFilterTest.cpp', 74 '../tests/ColorFilterTest.cpp',
75 '../tests/ColorPrivTest.cpp', 75 '../tests/ColorPrivTest.cpp',
76 '../tests/ColorTest.cpp', 76 '../tests/ColorTest.cpp',
77 '../tests/CPlusPlusEleven.cpp',
77 '../tests/DashPathEffectTest.cpp', 78 '../tests/DashPathEffectTest.cpp',
78 '../tests/DataRefTest.cpp', 79 '../tests/DataRefTest.cpp',
79 '../tests/DeferredCanvasTest.cpp', 80 '../tests/DeferredCanvasTest.cpp',
80 '../tests/DequeTest.cpp', 81 '../tests/DequeTest.cpp',
81 '../tests/DeviceLooperTest.cpp', 82 '../tests/DeviceLooperTest.cpp',
82 '../tests/DiscardableMemoryPoolTest.cpp', 83 '../tests/DiscardableMemoryPoolTest.cpp',
83 '../tests/DiscardableMemoryTest.cpp', 84 '../tests/DiscardableMemoryTest.cpp',
84 '../tests/DocumentTest.cpp', 85 '../tests/DocumentTest.cpp',
85 '../tests/DrawBitmapRectTest.cpp', 86 '../tests/DrawBitmapRectTest.cpp',
86 '../tests/DrawPathTest.cpp', 87 '../tests/DrawPathTest.cpp',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 '../src/utils/debugger/SkObjectParser.h', 230 '../src/utils/debugger/SkObjectParser.h',
230 '../src/utils/debugger/SkObjectParser.cpp', 231 '../src/utils/debugger/SkObjectParser.cpp',
231 232
232 '../tests/PipeTest.cpp', 233 '../tests/PipeTest.cpp',
233 '../src/pipe/utils/SamplePipeControllers.cpp', 234 '../src/pipe/utils/SamplePipeControllers.cpp',
234 235
235 '../tests/TDStackNesterTest.cpp', 236 '../tests/TDStackNesterTest.cpp',
236 '../experimental/PdfViewer/src/SkTDStackNester.h', 237 '../experimental/PdfViewer/src/SkTDStackNester.h',
237 ], 238 ],
238 } 239 }
OLDNEW
« no previous file with comments | « no previous file | tests/CPlusPlusEleven.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698