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

Side by Side Diff: gyp/tests.gypi

Issue 1049223003: Sketch SkFunction (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: VTable impl Created 5 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
« no previous file with comments | « no previous file | src/core/SkFunction.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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Common gypi for unit tests. 5 # Common gypi for unit tests.
6 { 6 {
7 'include_dirs': [ 7 'include_dirs': [
8 '../src/core', 8 '../src/core',
9 '../src/effects', 9 '../src/effects',
10 '../src/image', 10 '../src/image',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 '../tests/FillPathTest.cpp', 98 '../tests/FillPathTest.cpp',
99 '../tests/FitsInTest.cpp', 99 '../tests/FitsInTest.cpp',
100 '../tests/FlateTest.cpp', 100 '../tests/FlateTest.cpp',
101 '../tests/FloatingPointTextureTest.cpp', 101 '../tests/FloatingPointTextureTest.cpp',
102 '../tests/FontHostStreamTest.cpp', 102 '../tests/FontHostStreamTest.cpp',
103 '../tests/FontHostTest.cpp', 103 '../tests/FontHostTest.cpp',
104 '../tests/FontMgrTest.cpp', 104 '../tests/FontMgrTest.cpp',
105 '../tests/FontNamesTest.cpp', 105 '../tests/FontNamesTest.cpp',
106 '../tests/FontObjTest.cpp', 106 '../tests/FontObjTest.cpp',
107 '../tests/FrontBufferedStreamTest.cpp', 107 '../tests/FrontBufferedStreamTest.cpp',
108 '../tests/FunctionTest.cpp',
108 '../tests/GLInterfaceValidationTest.cpp', 109 '../tests/GLInterfaceValidationTest.cpp',
109 '../tests/GLProgramsTest.cpp', 110 '../tests/GLProgramsTest.cpp',
110 '../tests/GeometryTest.cpp', 111 '../tests/GeometryTest.cpp',
111 '../tests/GifTest.cpp', 112 '../tests/GifTest.cpp',
112 '../tests/GpuColorFilterTest.cpp', 113 '../tests/GpuColorFilterTest.cpp',
113 '../tests/GpuDrawPathTest.cpp', 114 '../tests/GpuDrawPathTest.cpp',
114 '../tests/GpuLayerCacheTest.cpp', 115 '../tests/GpuLayerCacheTest.cpp',
115 '../tests/GpuRectanizerTest.cpp', 116 '../tests/GpuRectanizerTest.cpp',
116 '../tests/GrContextFactoryTest.cpp', 117 '../tests/GrContextFactoryTest.cpp',
117 '../tests/GrDrawTargetTest.cpp', 118 '../tests/GrDrawTargetTest.cpp',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 '../src/utils/debugger/SkObjectParser.h', 241 '../src/utils/debugger/SkObjectParser.h',
241 '../src/utils/debugger/SkObjectParser.cpp', 242 '../src/utils/debugger/SkObjectParser.cpp',
242 243
243 '../tests/PipeTest.cpp', 244 '../tests/PipeTest.cpp',
244 '../src/pipe/utils/SamplePipeControllers.cpp', 245 '../src/pipe/utils/SamplePipeControllers.cpp',
245 246
246 '../tests/TDStackNesterTest.cpp', 247 '../tests/TDStackNesterTest.cpp',
247 '../experimental/PdfViewer/src/SkTDStackNester.h', 248 '../experimental/PdfViewer/src/SkTDStackNester.h',
248 ], 249 ],
249 } 250 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkFunction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698