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

Side by Side Diff: gyp/tests.gypi

Issue 565213008: Revert of Add a test that uses C++11 features as a compiler canary. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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
« no previous file with comments | « gyp/common_conditions.gypi ('k') | tests/Cpp11Test.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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 '../tests/CanvasTest.cpp', 65 '../tests/CanvasTest.cpp',
66 '../tests/ChecksumTest.cpp', 66 '../tests/ChecksumTest.cpp',
67 '../tests/ClampRangeTest.cpp', 67 '../tests/ClampRangeTest.cpp',
68 '../tests/ClipCacheTest.cpp', 68 '../tests/ClipCacheTest.cpp',
69 '../tests/ClipCubicTest.cpp', 69 '../tests/ClipCubicTest.cpp',
70 '../tests/ClipStackTest.cpp', 70 '../tests/ClipStackTest.cpp',
71 '../tests/ClipperTest.cpp', 71 '../tests/ClipperTest.cpp',
72 '../tests/ColorFilterTest.cpp', 72 '../tests/ColorFilterTest.cpp',
73 '../tests/ColorPrivTest.cpp', 73 '../tests/ColorPrivTest.cpp',
74 '../tests/ColorTest.cpp', 74 '../tests/ColorTest.cpp',
75 '../tests/Cpp11Test.cpp',
76 '../tests/DashPathEffectTest.cpp', 75 '../tests/DashPathEffectTest.cpp',
77 '../tests/DataRefTest.cpp', 76 '../tests/DataRefTest.cpp',
78 '../tests/DeferredCanvasTest.cpp', 77 '../tests/DeferredCanvasTest.cpp',
79 '../tests/DequeTest.cpp', 78 '../tests/DequeTest.cpp',
80 '../tests/DeviceLooperTest.cpp', 79 '../tests/DeviceLooperTest.cpp',
81 '../tests/DiscardableMemoryPoolTest.cpp', 80 '../tests/DiscardableMemoryPoolTest.cpp',
82 '../tests/DiscardableMemoryTest.cpp', 81 '../tests/DiscardableMemoryTest.cpp',
83 '../tests/DocumentTest.cpp', 82 '../tests/DocumentTest.cpp',
84 '../tests/DrawBitmapRectTest.cpp', 83 '../tests/DrawBitmapRectTest.cpp',
85 '../tests/DrawPathTest.cpp', 84 '../tests/DrawPathTest.cpp',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 '../src/utils/debugger/SkObjectParser.h', 219 '../src/utils/debugger/SkObjectParser.h',
221 '../src/utils/debugger/SkObjectParser.cpp', 220 '../src/utils/debugger/SkObjectParser.cpp',
222 221
223 '../tests/PipeTest.cpp', 222 '../tests/PipeTest.cpp',
224 '../src/pipe/utils/SamplePipeControllers.cpp', 223 '../src/pipe/utils/SamplePipeControllers.cpp',
225 224
226 '../tests/TDStackNesterTest.cpp', 225 '../tests/TDStackNesterTest.cpp',
227 '../experimental/PdfViewer/src/SkTDStackNester.h', 226 '../experimental/PdfViewer/src/SkTDStackNester.h',
228 ], 227 ],
229 } 228 }
OLDNEW
« no previous file with comments | « gyp/common_conditions.gypi ('k') | tests/Cpp11Test.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698