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

Side by Side Diff: tests/Android.mk

Issue 235883015: Generate tests/Android.mk from gyp (Closed) Base URL: https://skia.googlesource.com/skia.git@generate
Patch Set: Created 6 years, 7 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
OLDNEW
1
2 ###############################################################################
3 #
4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
5 #
6 ###############################################################################
7
1 LOCAL_PATH:= $(call my-dir) 8 LOCAL_PATH:= $(call my-dir)
2 include $(CLEAR_VARS) 9 include $(CLEAR_VARS)
3 10 LOCAL_CFLAGS += \
4 11 » -Wno-unused-parameter \
5 LOCAL_SRC_FILES:= \ 12 » -U_FORTIFY_SOURCE \
6 AAClipTest.cpp \ 13 » -D_FORTIFY_SOURCE=1
7 AndroidPaintTest.cpp \ 14
8 AtomicTest.cpp \ 15 LOCAL_SRC_FILES := \
9 BitmapTest.cpp \ 16 » skia_test.cpp \
10 BitmapCopyTest.cpp \ 17 » PathOpsAngleTest.cpp \
11 BitmapGetColorTest.cpp \ 18 » PathOpsBoundsTest.cpp \
12 BitmapHeapTest.cpp \ 19 » PathOpsCubicIntersectionTest.cpp \
13 BitSetTest.cpp \ 20 » PathOpsCubicIntersectionTestData.cpp \
14 BlitRowTest.cpp \ 21 » PathOpsCubicLineIntersectionTest.cpp \
15 BlurTest.cpp \ 22 » PathOpsCubicQuadIntersectionTest.cpp \
16 CachedDecodingPixelRefTest.cpp \ 23 » PathOpsCubicReduceOrderTest.cpp \
17 CanvasStateTest.cpp \ 24 » PathOpsCubicToQuadsTest.cpp \
18 ClampRangeTest.cpp \ 25 » PathOpsDCubicTest.cpp \
19 ClipCacheTest.cpp \ 26 » PathOpsDLineTest.cpp \
20 ClipCubicTest.cpp \ 27 » PathOpsDPointTest.cpp \
21 ClipStackTest.cpp \ 28 » PathOpsDQuadTest.cpp \
22 ClipperTest.cpp \ 29 » PathOpsDRectTest.cpp \
23 ColorFilterTest.cpp \ 30 » PathOpsDTriangleTest.cpp \
24 ColorPrivTest.cpp \ 31 » PathOpsDVectorTest.cpp \
25 ColorTest.cpp \ 32 » PathOpsExtendedTest.cpp \
26 DataRefTest.cpp \ 33 » PathOpsInverseTest.cpp \
27 DequeTest.cpp \ 34 » PathOpsLineIntersectionTest.cpp \
28 DeviceLooperTest.cpp \ 35 » PathOpsLineParametetersTest.cpp \
29 DiscardableMemoryPool.cpp \ 36 » PathOpsOpCubicThreadedTest.cpp \
30 DiscardableMemoryTest.cpp \ 37 » PathOpsOpRectThreadedTest.cpp \
31 DocumentTest.cpp \ 38 » PathOpsOpTest.cpp \
32 DrawBitmapRectTest.cpp \ 39 » PathOpsQuadIntersectionTest.cpp \
33 DrawPathTest.cpp \ 40 » PathOpsQuadIntersectionTestData.cpp \
34 DrawTextTest.cpp \ 41 » PathOpsQuadLineIntersectionTest.cpp \
35 DynamicHashTest.cpp \ 42 » PathOpsQuadLineIntersectionThreadedTest.cpp \
36 EmptyPathTest.cpp \ 43 » PathOpsQuadParameterizationTest.cpp \
37 ErrorTest.cpp \ 44 » PathOpsQuadReduceOrderTest.cpp \
38 FillPathTest.cpp \ 45 » PathOpsSimplifyDegenerateThreadedTest.cpp \
39 FitsInTest.cpp \ 46 » PathOpsSimplifyFailTest.cpp \
40 FlatDataTest.cpp \ 47 » PathOpsSimplifyQuadralateralsThreadedTest.cpp \
41 FlateTest.cpp \ 48 » PathOpsSimplifyQuadThreadedTest.cpp \
42 FontHostStreamTest.cpp \ 49 » PathOpsSimplifyRectThreadedTest.cpp \
43 FontHostTest.cpp \ 50 » PathOpsSimplifyTest.cpp \
44 FrontBufferedStreamTest.cpp \ 51 » PathOpsSimplifyTrianglesThreadedTest.cpp \
45 GeometryTest.cpp \ 52 » PathOpsSkpTest.cpp \
46 GifTest.cpp \ 53 » PathOpsTestCommon.cpp \
47 GLInterfaceValidation.cpp \ 54 » PathOpsThreadedCommon.cpp \
48 GLProgramsTest.cpp \ 55 » Test.cpp \
49 GpuBitmapCopyTest.cpp \ 56 » AAClipTest.cpp \
50 GpuColorFilterTest.cpp \ 57 » ARGBImageEncoderTest.cpp \
51 GpuDrawPathTest.cpp \ 58 » AndroidPaintTest.cpp \
52 GrContextFactoryTest.cpp \ 59 » AnnotationTest.cpp \
53 GrDrawTargetTest.cpp \ 60 » AsADashTest.cpp \
54 GradientTest.cpp \ 61 » AtomicTest.cpp \
55 GrMemoryPoolTest.cpp \ 62 » BBoxHierarchyTest.cpp \
56 GrSurfaceTest.cpp \ 63 » BitSetTest.cpp \
57 GrUnitTests.cpp \ 64 » BitmapCopyTest.cpp \
58 HashCacheTest.cpp \ 65 » BitmapGetColorTest.cpp \
59 ImageCacheTest.cpp \ 66 » BitmapHasherTest.cpp \
60 ImageDecodingTest.cpp \ 67 » BitmapHeapTest.cpp \
61 ImageFilterTest.cpp \ 68 » BitmapTest.cpp \
62 InfRectTest.cpp \ 69 » BlendTest.cpp \
63 JpegTest.cpp \ 70 » BlitRowTest.cpp \
64 LListTest.cpp \ 71 » BlurTest.cpp \
65 MD5Test.cpp \ 72 » CachedDecodingPixelRefTest.cpp \
66 MathTest.cpp \ 73 » CanvasStateTest.cpp \
67 Matrix44Test.cpp \ 74 » CanvasTest.cpp \
68 MatrixTest.cpp \ 75 » ChecksumTest.cpp \
69 MemoryTest.cpp \ 76 » ClampRangeTest.cpp \
70 MemsetTest.cpp \ 77 » ClipCacheTest.cpp \
71 MessageBusTest.cpp \ 78 » ClipCubicTest.cpp \
72 MetaDataTest.cpp \ 79 » ClipStackTest.cpp \
73 MipMapTest.cpp \ 80 » ClipperTest.cpp \
74 OnceTest.cpp \ 81 » ColorFilterTest.cpp \
75 OSPathTest.cpp \ 82 » ColorPrivTest.cpp \
76 PackBitsTest.cpp \ 83 » ColorTest.cpp \
77 PaintTest.cpp \ 84 » DashPathEffectTest.cpp \
78 ParsePathTest.cpp \ 85 » DataRefTest.cpp \
79 PathCoverageTest.cpp \ 86 » DeferredCanvasTest.cpp \
80 PathMeasureTest.cpp \ 87 » DequeTest.cpp \
81 PathTest.cpp \ 88 » DeviceLooperTest.cpp \
82 PathUtilsTest.cpp \ 89 » DiscardableMemoryPoolTest.cpp \
83 PipeTest.cpp \ 90 » DiscardableMemoryTest.cpp \
84 PixelRefTest.cpp \ 91 » DocumentTest.cpp \
85 PointTest.cpp \ 92 » DrawBitmapRectTest.cpp \
86 PremulAlphaRoundTripTest.cpp \ 93 » DrawPathTest.cpp \
87 QuickRejectTest.cpp \ 94 » DrawTextTest.cpp \
88 RandomTest.cpp \ 95 » DynamicHashTest.cpp \
89 Reader32Test.cpp \ 96 » EmptyPathTest.cpp \
90 ReadPixelsTest.cpp \ 97 » ErrorTest.cpp \
91 ReadWriteAlphaTest.cpp \ 98 » FillPathTest.cpp \
92 RefCntTest.cpp \ 99 » FitsInTest.cpp \
93 RefDictTest.cpp \ 100 » FlatDataTest.cpp \
94 RegionTest.cpp \ 101 » FlateTest.cpp \
95 ResourceCacheTest.cpp \ 102 » FontHostStreamTest.cpp \
96 RoundRectTest.cpp \ 103 » FontHostTest.cpp \
97 RuntimeConfigTest.cpp \ 104 » FontMgrTest.cpp \
98 RTreeTest.cpp \ 105 » FontNamesTest.cpp \
99 SHA1Test.cpp \ 106 » FrontBufferedStreamTest.cpp \
100 ScalarTest.cpp \ 107 » GLInterfaceValidationTest.cpp \
101 SerializationTest.cpp \ 108 » GLProgramsTest.cpp \
102 ShaderImageFilterTest.cpp \ 109 » GeometryTest.cpp \
103 ShaderOpacityTest.cpp \ 110 » GifTest.cpp \
104 Sk64Test.cpp \ 111 » GpuColorFilterTest.cpp \
105 skia_test.cpp \ 112 » GpuDrawPathTest.cpp \
106 SortTest.cpp \ 113 » GrBinHashKeyTest.cpp \
107 SrcOverTest.cpp \ 114 » GrContextFactoryTest.cpp \
108 StreamTest.cpp \ 115 » GrDrawTargetTest.cpp \
109 StringTest.cpp \ 116 » GrMemoryPoolTest.cpp \
110 StrokeTest.cpp \ 117 » GrRedBlackTreeTest.cpp \
111 Test.cpp \ 118 » GrOrderedSetTest.cpp \
112 TestSize.cpp \ 119 » GrSurfaceTest.cpp \
113 TileGridTest.cpp \ 120 » GrTBSearchTest.cpp \
114 TLSTest.cpp \ 121 » GradientTest.cpp \
115 TSetTest.cpp \ 122 » HashCacheTest.cpp \
116 Typeface.cpp \ 123 » ImageCacheTest.cpp \
117 UnicodeTest.cpp \ 124 » ImageDecodingTest.cpp \
118 UnitTestTest.cpp \ 125 » ImageFilterTest.cpp \
119 UtilsTest.cpp \ 126 » InfRectTest.cpp \
120 WArrayTest.cpp \ 127 » JpegTest.cpp \
121 WritePixelsTest.cpp \ 128 » LListTest.cpp \
122 Writer32Test.cpp \ 129 » LayerDrawLooperTest.cpp \
123 XfermodeTest.cpp 130 » LayerRasterizerTest.cpp \
124 131 » MD5Test.cpp \
125 LOCAL_SRC_FILES += \ 132 » MallocPixelRefTest.cpp \
126 ../src/utils/SkCondVar.cpp \ 133 » MathTest.cpp \
127 » ../src/utils/SkCountdown.cpp \ 134 » Matrix44Test.cpp \
128 » ../src/utils/SkThreadPool.cpp \ 135 » MatrixClipCollapseTest.cpp \
129 ../tools/flags/SkCommandLineFlags.cpp 136 » MatrixTest.cpp \
130 137 » MemoryTest.cpp \
131 # Needed for PipeTest 138 » MemsetTest.cpp \
132 LOCAL_SRC_FILES += \ 139 » MessageBusTest.cpp \
133 ../src/pipe/utils/SamplePipeControllers.cpp 140 » MetaDataTest.cpp \
134 141 » MipMapTest.cpp \
135 # TODO: tests that currently are causing build problems 142 » ObjectPoolTest.cpp \
136 #LOCAL_SRC_FILES += \ 143 » OSPathTest.cpp \
137 # AnnotationTest.cpp \ 144 » OnceTest.cpp \
138 # ARGBImageEncoderTest.cpp \ 145 » PDFPrimitivesTest.cpp \
139 # BitmapFactoryTest.cpp \ 146 » PackBitsTest.cpp \
140 # BitmapHasherTest.cpp \ 147 » PaintTest.cpp \
141 # CanvasTest.cpp \ 148 » ParsePathTest.cpp \
142 # ChecksumTest.cpp \ 149 » PathCoverageTest.cpp \
143 # DeferredCanvasTest.cpp \ 150 » PathMeasureTest.cpp \
144 # FontMgrTest.cpp \ 151 » PathTest.cpp \
145 # FontNamesTest.cpp \ 152 » PathUtilsTest.cpp \
146 # PDFPrimitivesTest.cpp \ 153 » PictureTest.cpp \
147 # PictureTest.cpp \ 154 » PictureShaderTest.cpp \
148 # PictureUtilsTest.cpp \ 155 » PictureUtilsTest.cpp \
149 # SurfaceTest.cpp \ 156 » PixelRefTest.cpp \
150 # ToUnicode.cpp 157 » PointTest.cpp \
151 158 » PremulAlphaRoundTripTest.cpp \
152 LOCAL_MODULE:= skia_test 159 » QuickRejectTest.cpp \
160 » RTreeTest.cpp \
161 » RandomTest.cpp \
162 » ReadPixelsTest.cpp \
163 » ReadWriteAlphaTest.cpp \
164 » Reader32Test.cpp \
165 » RecordCullingTest.cpp \
166 » RecordDrawTest.cpp \
167 » RecordTest.cpp \
168 » RecorderTest.cpp \
169 » RecordingTest.cpp \
170 » RefCntTest.cpp \
171 » RefDictTest.cpp \
172 » RegionTest.cpp \
173 » ResourceCacheTest.cpp \
174 » RoundRectTest.cpp \
175 » RuntimeConfigTest.cpp \
176 » SHA1Test.cpp \
177 » ScalarTest.cpp \
178 » SerializationTest.cpp \
179 » ShaderImageFilterTest.cpp \
180 » ShaderOpacityTest.cpp \
181 » SkBase64Test.cpp \
182 » SListTest.cpp \
183 » SmallAllocatorTest.cpp \
184 » SortTest.cpp \
185 » SrcOverTest.cpp \
186 » StreamTest.cpp \
187 » StringTest.cpp \
188 » StrokeTest.cpp \
189 » SurfaceTest.cpp \
190 » TArrayTest.cpp \
191 » TLSTest.cpp \
192 » TSetTest.cpp \
193 » TestSize.cpp \
194 » TileGridTest.cpp \
195 » ToUnicodeTest.cpp \
196 » TracingTest.cpp \
197 » TypefaceTest.cpp \
198 » UnicodeTest.cpp \
199 » UnitTestTest.cpp \
200 » UtilsTest.cpp \
201 » WArrayTest.cpp \
202 » WritePixelsTest.cpp \
203 » Writer32Test.cpp \
204 » XfermodeTest.cpp \
205 » ../src/utils/debugger/SkDrawCommand.cpp \
206 » ../src/utils/debugger/SkDebugCanvas.cpp \
207 » ../src/utils/debugger/SkObjectParser.cpp \
208 » PipeTest.cpp \
209 » ../src/pipe/utils/SamplePipeControllers.cpp \
210 » TDStackNesterTest.cpp \
211 » ../tools/sk_tool_utils.cpp \
212 » ../experimental/SkSetPoly3To3.cpp \
213 » ../experimental/SkSetPoly3To3_A.cpp \
214 » ../experimental/SkSetPoly3To3_D.cpp \
215 » ../tools/flags/SkCommandLineFlags.cpp \
216 » ../tools/picture_utils.cpp \
217 » ../src/record/SkRecordDraw.cpp \
218 » ../src/record/SkRecordOpts.cpp \
219 » ../src/record/SkRecorder.cpp \
220 » ../src/record/SkRecording.cpp
221
222 LOCAL_SHARED_LIBRARIES := \
223 » libskia \
224 » libcutils \
225 » libGLESv2 \
226 » libEGL \
227 » liblog
228
229 LOCAL_STATIC_LIBRARIES := \
230 » libstlport_static
153 231
154 LOCAL_C_INCLUDES := \ 232 LOCAL_C_INCLUDES := \
155 external/freetype/include \ 233 » $(LOCAL_PATH)/../include/config \
156 external/skia/src/core \ 234 » $(LOCAL_PATH)/../include/core \
157 external/skia/src/effects \ 235 » $(LOCAL_PATH)/../include/pathops \
158 external/skia/src/gpu \ 236 » $(LOCAL_PATH)/../include/pipe \
159 external/skia/src/image \ 237 » $(LOCAL_PATH)/../include/effects \
160 external/skia/src/images \ 238 » $(LOCAL_PATH)/../include/images \
161 external/skia/src/lazy \ 239 » $(LOCAL_PATH)/../include/ports \
162 external/skia/src/pdf \ 240 » $(LOCAL_PATH)/../src/sfnt \
163 external/skia/src/pipe/utils \ 241 » $(LOCAL_PATH)/../include/utils \
164 external/skia/src/utils \ 242 » $(LOCAL_PATH)/../src/utils \
165 external/skia/tools/flags 243 » $(LOCAL_PATH)/../include/gpu \
166 244 » $(LOCAL_PATH)/../include/record \
167 LOCAL_SHARED_LIBRARIES := libcutils libskia libGLESv2 libEGL 245 » $(LOCAL_PATH)/../src/core \
168 246 » $(LOCAL_PATH)/../src/effects \
169 LOCAL_STATIC_LIBRARIES := libstlport_static 247 » $(LOCAL_PATH)/../src/image \
170 248 » $(LOCAL_PATH)/../src/lazy \
171 LOCAL_MODULE_TAGS := eng tests 249 » $(LOCAL_PATH)/../src/images \
172 250 » $(LOCAL_PATH)/../src/pathops \
173 # Skia does not enforce this usage pattern so we disable it here to avoid 251 » $(LOCAL_PATH)/../src/pdf \
174 # unecessary log spew when building 252 » $(LOCAL_PATH)/../src/pipe/utils \
175 LOCAL_CFLAGS := -Wno-unused-parameter 253 » $(LOCAL_PATH)/../src/record \
176 254 » $(LOCAL_PATH)/../src/utils/debugger \
177 #include stlport headers 255 » $(LOCAL_PATH)/../tools \
256 » $(LOCAL_PATH)/../experimental/PdfViewer \
257 » $(LOCAL_PATH)/../experimental/PdfViewer/src \
258 » $(LOCAL_PATH)/../src/gpu \
259 » $(LOCAL_PATH)/../experimental \
260 » $(LOCAL_PATH)/../tools/flags \
261 » $(LOCAL_PATH)/../include/pdf
262
263 LOCAL_MODULE_TAGS := \
264 » eng \
265 » tests
266
267 LOCAL_MODULE := \
268 » skia_test
269
178 include external/stlport/libstlport.mk 270 include external/stlport/libstlport.mk
179
180 include $(BUILD_EXECUTABLE) 271 include $(BUILD_EXECUTABLE)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698