Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 1 | |
| 2 | ############################################################################### |
| 3 | # |
| 4 | # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT. |
| 5 | # |
Skia_Android Canary Bot | 65f8122 | 2015-02-12 16:22:54 +0000 | [diff] [blame] | 6 | # For bugs, please contact scroggo@google.com or djsollen@google.com |
| 7 | # |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 8 | ############################################################################### |
| 9 | |
| 10 | LOCAL_PATH:= $(call my-dir) |
| 11 | include $(CLEAR_VARS) |
| 12 | LOCAL_CFLAGS += \ |
Skia_Android Canary Bot | 454ecec | 2014-07-22 19:13:51 +0000 | [diff] [blame] | 13 | -fPIC \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 14 | -Wno-unused-parameter \ |
| 15 | -U_FORTIFY_SOURCE \ |
Skia_Android Canary Bot | 7406dac | 2015-01-27 17:03:07 +0000 | [diff] [blame] | 16 | -D_FORTIFY_SOURCE=1 \ |
Skia_Android Canary Bot | 51a4e81 | 2015-08-19 15:14:08 +0000 | [diff] [blame] | 17 | -DSKIA_IMPLEMENTATION=1 |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 18 | |
Skia_Android Canary Bot | a8dbe3f | 2014-06-17 18:50:35 +0000 | [diff] [blame] | 19 | LOCAL_CPPFLAGS := \ |
Skia_Android Canary Bot | ef26990 | 2015-09-09 17:49:34 +0000 | [diff] [blame] | 20 | -std=c++11 \ |
| 21 | -fno-threadsafe-statics |
Skia_Android Canary Bot | a8dbe3f | 2014-06-17 18:50:35 +0000 | [diff] [blame] | 22 | |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 23 | LOCAL_SRC_FILES := \ |
| 24 | DM.cpp \ |
Skia_Android Canary Bot | c4f5f5c | 2015-01-15 18:58:17 +0000 | [diff] [blame] | 25 | DMSrcSink.cpp \ |
Skia_Android Canary Bot | a1c0366 | 2014-11-04 15:23:21 +0000 | [diff] [blame] | 26 | DMJsonWriter.cpp \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 27 | ../gm/gm.cpp \ |
Skia_Android Canary Bot | 4a6c199 | 2016-02-09 20:46:37 +0000 | [diff] [blame] | 28 | ../tools/debugger/SkDebugCanvas.cpp \ |
| 29 | ../tools/debugger/SkDrawCommand.cpp \ |
| 30 | ../tools/debugger/SkObjectParser.cpp \ |
| 31 | ../tools/debugger/SkOverdrawMode.cpp \ |
Skia_Android Canary Bot | d537ce1 | 2014-06-24 14:58:14 +0000 | [diff] [blame] | 32 | ../tests/Test.cpp \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 33 | ../tests/PathOpsAngleTest.cpp \ |
| 34 | ../tests/PathOpsBoundsTest.cpp \ |
Skia_Android Canary Bot | 19cc4e0 | 2015-10-30 19:06:00 +0000 | [diff] [blame] | 35 | ../tests/PathOpsBuilderConicTest.cpp \ |
Skia_Android Canary Bot | 241bb37 | 2015-03-26 14:54:52 +0000 | [diff] [blame] | 36 | ../tests/PathOpsBuilderTest.cpp \ |
| 37 | ../tests/PathOpsBuildUseTest.cpp \ |
Skia_Android Canary Bot | 924e6bc | 2015-04-20 15:34:17 +0000 | [diff] [blame] | 38 | ../tests/PathOpsConicIntersectionTest.cpp \ |
| 39 | ../tests/PathOpsConicLineIntersectionTest.cpp \ |
Skia_Android Canary Bot | 0b2931d | 2015-10-16 16:06:11 +0000 | [diff] [blame] | 40 | ../tests/PathOpsCubicConicIntersectionTest.cpp \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 41 | ../tests/PathOpsCubicIntersectionTest.cpp \ |
| 42 | ../tests/PathOpsCubicIntersectionTestData.cpp \ |
| 43 | ../tests/PathOpsCubicLineIntersectionTest.cpp \ |
| 44 | ../tests/PathOpsCubicQuadIntersectionTest.cpp \ |
| 45 | ../tests/PathOpsCubicReduceOrderTest.cpp \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 46 | ../tests/PathOpsDCubicTest.cpp \ |
| 47 | ../tests/PathOpsDLineTest.cpp \ |
| 48 | ../tests/PathOpsDPointTest.cpp \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 49 | ../tests/PathOpsDRectTest.cpp \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 50 | ../tests/PathOpsDVectorTest.cpp \ |
| 51 | ../tests/PathOpsExtendedTest.cpp \ |
Skia_Android Canary Bot | 57de8fe | 2014-11-13 15:01:05 +0000 | [diff] [blame] | 52 | ../tests/PathOpsFuzz763Test.cpp \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 53 | ../tests/PathOpsInverseTest.cpp \ |
Skia_Android Canary Bot | 924e6bc | 2015-04-20 15:34:17 +0000 | [diff] [blame] | 54 | ../tests/PathOpsIssue3651.cpp \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 55 | ../tests/PathOpsLineIntersectionTest.cpp \ |
| 56 | ../tests/PathOpsLineParametetersTest.cpp \ |
Skia_Android Canary Bot | 924e6bc | 2015-04-20 15:34:17 +0000 | [diff] [blame] | 57 | ../tests/PathOpsOpCircleThreadedTest.cpp \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 58 | ../tests/PathOpsOpCubicThreadedTest.cpp \ |
| 59 | ../tests/PathOpsOpRectThreadedTest.cpp \ |
| 60 | ../tests/PathOpsOpTest.cpp \ |
| 61 | ../tests/PathOpsQuadIntersectionTest.cpp \ |
| 62 | ../tests/PathOpsQuadIntersectionTestData.cpp \ |
| 63 | ../tests/PathOpsQuadLineIntersectionTest.cpp \ |
| 64 | ../tests/PathOpsQuadLineIntersectionThreadedTest.cpp \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 65 | ../tests/PathOpsQuadReduceOrderTest.cpp \ |
| 66 | ../tests/PathOpsSimplifyDegenerateThreadedTest.cpp \ |
| 67 | ../tests/PathOpsSimplifyFailTest.cpp \ |
| 68 | ../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp \ |
| 69 | ../tests/PathOpsSimplifyQuadThreadedTest.cpp \ |
| 70 | ../tests/PathOpsSimplifyRectThreadedTest.cpp \ |
| 71 | ../tests/PathOpsSimplifyTest.cpp \ |
| 72 | ../tests/PathOpsSimplifyTrianglesThreadedTest.cpp \ |
| 73 | ../tests/PathOpsSkpTest.cpp \ |
| 74 | ../tests/PathOpsTestCommon.cpp \ |
| 75 | ../tests/PathOpsThreadedCommon.cpp \ |
Skia_Android Canary Bot | 241bb37 | 2015-03-26 14:54:52 +0000 | [diff] [blame] | 76 | ../tests/PathOpsThreeWayTest.cpp \ |
Skia_Android Canary Bot | d537ce1 | 2014-06-24 14:58:14 +0000 | [diff] [blame] | 77 | ../tests/PathOpsTightBoundsTest.cpp \ |
Skia_Android Canary Bot | 241bb37 | 2015-03-26 14:54:52 +0000 | [diff] [blame] | 78 | ../tests/PathOpsTypesTest.cpp \ |
Skia_Android Canary Bot | 19cc4e0 | 2015-10-30 19:06:00 +0000 | [diff] [blame] | 79 | ../tests/SubsetPath.cpp \ |
Skia_Android Canary Bot | 44e6ccc | 2015-05-17 13:50:17 +0000 | [diff] [blame] | 80 | ../tests/AAClipTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 81 | ../tests/ARGBImageEncoderTest.cpp \ |
| 82 | ../tests/AnnotationTest.cpp \ |
| 83 | ../tests/AsADashTest.cpp \ |
| 84 | ../tests/AtomicTest.cpp \ |
| 85 | ../tests/BadIcoTest.cpp \ |
| 86 | ../tests/BitSetTest.cpp \ |
| 87 | ../tests/BitmapCopyTest.cpp \ |
| 88 | ../tests/BitmapGetColorTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 89 | ../tests/BitmapHeapTest.cpp \ |
Skia_Android Canary Bot | 44e6ccc | 2015-05-17 13:50:17 +0000 | [diff] [blame] | 90 | ../tests/BitmapTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 91 | ../tests/BlendTest.cpp \ |
Skia_Android Canary Bot | 6a11aef | 2015-11-18 18:53:42 +0000 | [diff] [blame] | 92 | ../tests/BlitMaskClip.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 93 | ../tests/BlitRowTest.cpp \ |
| 94 | ../tests/BlurTest.cpp \ |
Skia_Android Canary Bot | 32a360e | 2016-01-25 03:52:04 +0000 | [diff] [blame] | 95 | ../tests/CPlusPlusEleven.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 96 | ../tests/CTest.cpp \ |
| 97 | ../tests/CachedDataTest.cpp \ |
| 98 | ../tests/CachedDecodingPixelRefTest.cpp \ |
| 99 | ../tests/CanvasStateHelpers.cpp \ |
Skia_Android Canary Bot | 44e6ccc | 2015-05-17 13:50:17 +0000 | [diff] [blame] | 100 | ../tests/CanvasStateTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 101 | ../tests/CanvasTest.cpp \ |
| 102 | ../tests/ChecksumTest.cpp \ |
| 103 | ../tests/ClampRangeTest.cpp \ |
Skia_Android Canary Bot | d73faf2 | 2016-02-05 15:20:09 +0000 | [diff] [blame] | 104 | ../tests/ClearTest.cpp \ |
Skia_Android Canary Bot | ecdba801 | 2015-10-02 14:51:49 +0000 | [diff] [blame] | 105 | ../tests/ClipBoundsTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 106 | ../tests/ClipCubicTest.cpp \ |
| 107 | ../tests/ClipStackTest.cpp \ |
| 108 | ../tests/ClipperTest.cpp \ |
Skia_Android Canary Bot | 4b7967f | 2016-04-19 15:30:49 +0000 | [diff] [blame] | 109 | ../tests/CodecTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 110 | ../tests/ColorFilterTest.cpp \ |
Skia_Android Canary Bot | b16325c | 2015-06-05 16:43:29 +0000 | [diff] [blame] | 111 | ../tests/ColorMatrixTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 112 | ../tests/ColorPrivTest.cpp \ |
Skia_Android Canary Bot | adbfdff | 2016-03-04 21:31:00 +0000 | [diff] [blame] | 113 | ../tests/ColorSpaceTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 114 | ../tests/ColorTest.cpp \ |
Skia_Android Canary Bot | 979bb56 | 2016-02-16 15:37:11 +0000 | [diff] [blame] | 115 | ../tests/CopySurfaceTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 116 | ../tests/DashPathEffectTest.cpp \ |
| 117 | ../tests/DataRefTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 118 | ../tests/DequeTest.cpp \ |
| 119 | ../tests/DeviceLooperTest.cpp \ |
| 120 | ../tests/DiscardableMemoryPoolTest.cpp \ |
| 121 | ../tests/DiscardableMemoryTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 122 | ../tests/DrawBitmapRectTest.cpp \ |
| 123 | ../tests/DrawFilterTest.cpp \ |
| 124 | ../tests/DrawPathTest.cpp \ |
| 125 | ../tests/DrawTextTest.cpp \ |
| 126 | ../tests/DynamicHashTest.cpp \ |
Skia_Android Canary Bot | 75f2691 | 2015-11-22 22:53:33 +0000 | [diff] [blame] | 127 | ../tests/EGLImageTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 128 | ../tests/EmptyPathTest.cpp \ |
| 129 | ../tests/ErrorTest.cpp \ |
Skia_Android Canary Bot | e2b1ee6 | 2016-03-22 11:45:14 +0000 | [diff] [blame] | 130 | ../tests/ExifTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 131 | ../tests/FillPathTest.cpp \ |
| 132 | ../tests/FitsInTest.cpp \ |
Skia_Android Canary Bot | 951046c | 2015-12-18 15:16:56 +0000 | [diff] [blame] | 133 | ../tests/FlattenableFactoryToName.cpp \ |
Skia_Android Canary Bot | 02da457 | 2016-02-05 19:22:32 +0000 | [diff] [blame] | 134 | ../tests/Float16Test.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 135 | ../tests/FloatingPointTextureTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 136 | ../tests/FontHostStreamTest.cpp \ |
| 137 | ../tests/FontHostTest.cpp \ |
Skia_Android Canary Bot | 03415d3 | 2015-06-23 20:28:01 +0000 | [diff] [blame] | 138 | ../tests/FontMgrAndroidParserTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 139 | ../tests/FontMgrTest.cpp \ |
| 140 | ../tests/FontNamesTest.cpp \ |
| 141 | ../tests/FontObjTest.cpp \ |
| 142 | ../tests/FrontBufferedStreamTest.cpp \ |
Skia_Android Canary Bot | 44e6ccc | 2015-05-17 13:50:17 +0000 | [diff] [blame] | 143 | ../tests/GLProgramsTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 144 | ../tests/GeometryTest.cpp \ |
| 145 | ../tests/GifTest.cpp \ |
| 146 | ../tests/GpuColorFilterTest.cpp \ |
| 147 | ../tests/GpuDrawPathTest.cpp \ |
| 148 | ../tests/GpuLayerCacheTest.cpp \ |
| 149 | ../tests/GpuRectanizerTest.cpp \ |
| 150 | ../tests/GrAllocatorTest.cpp \ |
Skia_Android Canary Bot | 36d4a53 | 2016-04-04 15:54:55 +0000 | [diff] [blame] | 151 | ../tests/GrContextAbandonTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 152 | ../tests/GrContextFactoryTest.cpp \ |
| 153 | ../tests/GrDrawTargetTest.cpp \ |
Skia_Android Canary Bot | 44e6ccc | 2015-05-17 13:50:17 +0000 | [diff] [blame] | 154 | ../tests/GrGLSLPrettyPrintTest.cpp \ |
Skia_Android Canary Bot | 69bdb09 | 2015-09-15 22:36:14 +0000 | [diff] [blame] | 155 | ../tests/GrGetCoeffBlendKnownComponentsTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 156 | ../tests/GrMemoryPoolTest.cpp \ |
Skia_Android Canary Bot | 2946336 | 2015-05-27 22:11:09 +0000 | [diff] [blame] | 157 | ../tests/GrPorterDuffTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 158 | ../tests/GrSurfaceTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 159 | ../tests/GrTRecorderTest.cpp \ |
Skia_Android Canary Bot | 0d16417 | 2015-06-15 16:50:53 +0000 | [diff] [blame] | 160 | ../tests/GrTextureMipMapInvalidationTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 161 | ../tests/GradientTest.cpp \ |
| 162 | ../tests/HashTest.cpp \ |
| 163 | ../tests/ImageCacheTest.cpp \ |
Skia_Android Canary Bot | c043368 | 2016-02-19 16:22:39 +0000 | [diff] [blame] | 164 | ../tests/ImageFilterCacheTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 165 | ../tests/ImageFilterTest.cpp \ |
Skia_Android Canary Bot | 09062fc | 2015-12-18 14:58:23 +0000 | [diff] [blame] | 166 | ../tests/ImageFrom565Bitmap.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 167 | ../tests/ImageGeneratorTest.cpp \ |
| 168 | ../tests/ImageIsOpaqueTest.cpp \ |
| 169 | ../tests/ImageNewShaderTest.cpp \ |
Skia_Android Canary Bot | 89bbb5c | 2015-06-22 19:50:44 +0000 | [diff] [blame] | 170 | ../tests/ImageTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 171 | ../tests/IndexedPngOverflowTest.cpp \ |
| 172 | ../tests/InfRectTest.cpp \ |
| 173 | ../tests/InterpolatorTest.cpp \ |
| 174 | ../tests/InvalidIndexedPngTest.cpp \ |
Skia_Android Canary Bot | 0c0a944 | 2015-12-15 19:03:35 +0000 | [diff] [blame] | 175 | ../tests/IsClosedSingleContourTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 176 | ../tests/LListTest.cpp \ |
| 177 | ../tests/LayerDrawLooperTest.cpp \ |
| 178 | ../tests/LayerRasterizerTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 179 | ../tests/MD5Test.cpp \ |
| 180 | ../tests/MallocPixelRefTest.cpp \ |
| 181 | ../tests/MaskCacheTest.cpp \ |
| 182 | ../tests/MathTest.cpp \ |
| 183 | ../tests/Matrix44Test.cpp \ |
| 184 | ../tests/MatrixClipCollapseTest.cpp \ |
| 185 | ../tests/MatrixTest.cpp \ |
| 186 | ../tests/MemoryTest.cpp \ |
| 187 | ../tests/MemsetTest.cpp \ |
| 188 | ../tests/MessageBusTest.cpp \ |
| 189 | ../tests/MetaDataTest.cpp \ |
| 190 | ../tests/MipMapTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 191 | ../tests/OSPathTest.cpp \ |
Skia_Android Canary Bot | 24e088e | 2015-09-04 17:28:59 +0000 | [diff] [blame] | 192 | ../tests/OncePtrTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 193 | ../tests/OnceTest.cpp \ |
Skia_Android Canary Bot | 4609cf5 | 2015-08-11 20:37:55 +0000 | [diff] [blame] | 194 | ../tests/PDFDeflateWStreamTest.cpp \ |
| 195 | ../tests/PDFDocumentTest.cpp \ |
Skia_Android Canary Bot | 4609cf5 | 2015-08-11 20:37:55 +0000 | [diff] [blame] | 196 | ../tests/PDFGlyphsToUnicodeTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 197 | ../tests/PDFInvalidBitmapTest.cpp \ |
| 198 | ../tests/PDFJpegEmbedTest.cpp \ |
Skia_Android Canary Bot | 50ce712 | 2015-09-23 19:48:43 +0000 | [diff] [blame] | 199 | ../tests/PDFMetadataAttributeTest.cpp \ |
Skia_Android Canary Bot | 4609cf5 | 2015-08-11 20:37:55 +0000 | [diff] [blame] | 200 | ../tests/PDFOpaqueSrcModeToSrcOverTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 201 | ../tests/PDFPrimitivesTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 202 | ../tests/PackBitsTest.cpp \ |
Skia_Android Canary Bot | fca8c96 | 2016-02-25 18:34:59 +0000 | [diff] [blame] | 203 | ../tests/PaintBreakTextTest.cpp \ |
Skia_Android Canary Bot | 121ef1b | 2016-01-08 23:01:15 +0000 | [diff] [blame] | 204 | ../tests/PaintImageFilterTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 205 | ../tests/PaintTest.cpp \ |
| 206 | ../tests/ParsePathTest.cpp \ |
| 207 | ../tests/PathCoverageTest.cpp \ |
| 208 | ../tests/PathMeasureTest.cpp \ |
| 209 | ../tests/PathTest.cpp \ |
| 210 | ../tests/PictureBBHTest.cpp \ |
| 211 | ../tests/PictureShaderTest.cpp \ |
| 212 | ../tests/PictureTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 213 | ../tests/PixelRefTest.cpp \ |
Skia_Android Canary Bot | 958ca3f | 2015-07-13 20:19:10 +0000 | [diff] [blame] | 214 | ../tests/Point3Test.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 215 | ../tests/PointTest.cpp \ |
| 216 | ../tests/PremulAlphaRoundTripTest.cpp \ |
Skia_Android Canary Bot | dc0075a | 2016-03-23 18:53:30 +0000 | [diff] [blame] | 217 | ../tests/PrimitiveProcessorTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 218 | ../tests/QuickRejectTest.cpp \ |
Skia_Android Canary Bot | 1c3a6fb | 2015-11-19 22:50:26 +0000 | [diff] [blame] | 219 | ../tests/RRectInPathTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 220 | ../tests/RTConfRegistryTest.cpp \ |
| 221 | ../tests/RTreeTest.cpp \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 222 | ../tests/RandomTest.cpp \ |
| 223 | ../tests/ReadPixelsTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 224 | ../tests/ReadWriteAlphaTest.cpp \ |
Skia_Android Canary Bot | 44e6ccc | 2015-05-17 13:50:17 +0000 | [diff] [blame] | 225 | ../tests/Reader32Test.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 226 | ../tests/RecordDrawTest.cpp \ |
| 227 | ../tests/RecordOptsTest.cpp \ |
| 228 | ../tests/RecordPatternTest.cpp \ |
Skia_Android Canary Bot | 44e6ccc | 2015-05-17 13:50:17 +0000 | [diff] [blame] | 229 | ../tests/RecordReplaceDrawTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 230 | ../tests/RecordTest.cpp \ |
| 231 | ../tests/RecorderTest.cpp \ |
| 232 | ../tests/RecordingXfermodeTest.cpp \ |
| 233 | ../tests/RectTest.cpp \ |
Skia_Android Canary Bot | 702abea | 2016-01-14 17:27:13 +0000 | [diff] [blame] | 234 | ../tests/RectangleTextureTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 235 | ../tests/RefCntTest.cpp \ |
| 236 | ../tests/RefDictTest.cpp \ |
| 237 | ../tests/RegionTest.cpp \ |
| 238 | ../tests/ResourceCacheTest.cpp \ |
| 239 | ../tests/RoundRectTest.cpp \ |
| 240 | ../tests/RuntimeConfigTest.cpp \ |
Skia_Android Canary Bot | 888cc4f | 2015-07-31 03:47:40 +0000 | [diff] [blame] | 241 | ../tests/SRGBReadWritePixelsTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 242 | ../tests/SVGDeviceTest.cpp \ |
| 243 | ../tests/ScalarTest.cpp \ |
Skia_Android Canary Bot | 59580b3 | 2016-01-11 16:11:31 +0000 | [diff] [blame] | 244 | ../tests/ScaleToSidesTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 245 | ../tests/SerializationTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 246 | ../tests/ShaderOpacityTest.cpp \ |
| 247 | ../tests/SizeTest.cpp \ |
Skia_Android Canary Bot | 6f67b5a | 2016-03-23 00:21:54 +0000 | [diff] [blame] | 248 | ../tests/Sk4x4fTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 249 | ../tests/SkBase64Test.cpp \ |
Skia_Android Canary Bot | ce86b95 | 2016-01-22 09:07:18 +0000 | [diff] [blame] | 250 | ../tests/SkColor4fTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 251 | ../tests/SkImageTest.cpp \ |
Skia_Android Canary Bot | 25a9586 | 2016-02-17 18:03:14 +0000 | [diff] [blame] | 252 | ../tests/SkLinearBitmapPipelineTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 253 | ../tests/SkNxTest.cpp \ |
| 254 | ../tests/SkResourceCacheTest.cpp \ |
Skia_Android Canary Bot | 4b003d1 | 2015-06-29 20:49:52 +0000 | [diff] [blame] | 255 | ../tests/SkSharedMutexTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 256 | ../tests/SmallAllocatorTest.cpp \ |
| 257 | ../tests/SortTest.cpp \ |
Skia_Android Canary Bot | 6320e5b | 2016-02-04 18:55:34 +0000 | [diff] [blame] | 258 | ../tests/SpecialImageTest.cpp \ |
| 259 | ../tests/SpecialSurfaceTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 260 | ../tests/SrcOverTest.cpp \ |
| 261 | ../tests/StreamTest.cpp \ |
| 262 | ../tests/StringTest.cpp \ |
| 263 | ../tests/StrokeTest.cpp \ |
| 264 | ../tests/StrokerTest.cpp \ |
| 265 | ../tests/SurfaceTest.cpp \ |
| 266 | ../tests/SwizzlerTest.cpp \ |
| 267 | ../tests/TArrayTest.cpp \ |
| 268 | ../tests/TDPQueueTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 269 | ../tests/TLSTest.cpp \ |
| 270 | ../tests/TemplatesTest.cpp \ |
| 271 | ../tests/TessellatingPathRendererTests.cpp \ |
Skia_Android Canary Bot | 9ea2567 | 2016-01-05 15:02:15 +0000 | [diff] [blame] | 272 | ../tests/TestConfigParsing.cpp \ |
Skia_Android Canary Bot | 132fb25 | 2015-11-20 21:37:03 +0000 | [diff] [blame] | 273 | ../tests/TestTest.cpp \ |
Skia_Android Canary Bot | a8aec03 | 2015-07-17 19:50:22 +0000 | [diff] [blame] | 274 | ../tests/TextBlobCacheTest.cpp \ |
Skia_Android Canary Bot | 44e6ccc | 2015-05-17 13:50:17 +0000 | [diff] [blame] | 275 | ../tests/TextBlobTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 276 | ../tests/TextureCompressionTest.cpp \ |
| 277 | ../tests/Time.cpp \ |
Skia_Android Canary Bot | dff7368 | 2015-10-19 19:18:25 +0000 | [diff] [blame] | 278 | ../tests/TopoSortTest.cpp \ |
Skia_Android Canary Bot | 2a92cf6 | 2015-08-20 15:02:47 +0000 | [diff] [blame] | 279 | ../tests/TraceMemoryDumpTest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 280 | ../tests/TracingTest.cpp \ |
| 281 | ../tests/TypefaceTest.cpp \ |
| 282 | ../tests/UnicodeTest.cpp \ |
| 283 | ../tests/UtilsTest.cpp \ |
| 284 | ../tests/VarAllocTest.cpp \ |
Skia_Android Canary Bot | d78edae | 2016-02-22 14:59:51 +0000 | [diff] [blame] | 285 | ../tests/VkClearTests.cpp \ |
| 286 | ../tests/VkUploadPixelsTests.cpp \ |
Skia_Android Canary Bot | 4a7941c | 2016-03-18 19:01:01 +0000 | [diff] [blame] | 287 | ../tests/VkWrapTests.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 288 | ../tests/WArrayTest.cpp \ |
| 289 | ../tests/WritePixelsTest.cpp \ |
| 290 | ../tests/Writer32Test.cpp \ |
| 291 | ../tests/XfermodeTest.cpp \ |
| 292 | ../tests/YUVCacheTest.cpp \ |
Skia_Android Canary Bot | f25c5fd | 2016-02-11 22:19:54 +0000 | [diff] [blame] | 293 | ../tests/YUVTest.cpp \ |
Skia_Android Canary Bot | 2d4b979 | 2016-03-24 16:22:15 +0000 | [diff] [blame] | 294 | ../tests/image-bitmap.cpp \ |
Skia_Android Canary Bot | 44e6ccc | 2015-05-17 13:50:17 +0000 | [diff] [blame] | 295 | DMSrcSinkAndroid.cpp \ |
Skia_Android Canary Bot | 25a9586 | 2016-02-17 18:03:14 +0000 | [diff] [blame] | 296 | ../gm/SkLinearBitmapPipelineGM.cpp \ |
Skia_Android Canary Bot | 44e6ccc | 2015-05-17 13:50:17 +0000 | [diff] [blame] | 297 | ../gm/aaclip.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 298 | ../gm/aarectmodes.cpp \ |
Skia_Android Canary Bot | 2946336 | 2015-05-27 22:11:09 +0000 | [diff] [blame] | 299 | ../gm/aaxfermodes.cpp \ |
Skia_Android Canary Bot | 44e6ccc | 2015-05-17 13:50:17 +0000 | [diff] [blame] | 300 | ../gm/addarc.cpp \ |
Skia_Android Canary Bot | 44e6ccc | 2015-05-17 13:50:17 +0000 | [diff] [blame] | 301 | ../gm/all_bitmap_configs.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 302 | ../gm/alphagradients.cpp \ |
| 303 | ../gm/anisotropic.cpp \ |
Skia_Android Canary Bot | a7bf972 | 2015-08-14 17:06:05 +0000 | [diff] [blame] | 304 | ../gm/annotated_text.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 305 | ../gm/arcofzorro.cpp \ |
Skia_Android Canary Bot | c7d5409 | 2016-01-23 13:11:05 +0000 | [diff] [blame] | 306 | ../gm/arcto.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 307 | ../gm/arithmode.cpp \ |
| 308 | ../gm/astcbitmap.cpp \ |
| 309 | ../gm/badpaint.cpp \ |
| 310 | ../gm/beziereffects.cpp \ |
| 311 | ../gm/beziers.cpp \ |
| 312 | ../gm/bigblurs.cpp \ |
| 313 | ../gm/bigmatrix.cpp \ |
Skia_Android Canary Bot | e0df0d0 | 2015-08-03 21:25:42 +0000 | [diff] [blame] | 314 | ../gm/bigrrectaaeffect.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 315 | ../gm/bigtext.cpp \ |
Skia_Android Canary Bot | 5ad274f | 2015-06-08 13:23:43 +0000 | [diff] [blame] | 316 | ../gm/bigtileimagefilter.cpp \ |
Skia_Android Canary Bot | 2262780 | 2015-08-14 15:36:38 +0000 | [diff] [blame] | 317 | ../gm/bitmapcopy.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 318 | ../gm/bitmapfilters.cpp \ |
| 319 | ../gm/bitmappremul.cpp \ |
| 320 | ../gm/bitmaprect.cpp \ |
| 321 | ../gm/bitmaprecttest.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 322 | ../gm/bitmapshader.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 323 | ../gm/bleed.cpp \ |
| 324 | ../gm/blend.cpp \ |
| 325 | ../gm/blurcircles.cpp \ |
| 326 | ../gm/blurquickreject.cpp \ |
| 327 | ../gm/blurrect.cpp \ |
Skia_Android Canary Bot | 0866773 | 2015-12-10 21:32:09 +0000 | [diff] [blame] | 328 | ../gm/blurredclippedcircle.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 329 | ../gm/blurroundrect.cpp \ |
| 330 | ../gm/blurs.cpp \ |
| 331 | ../gm/bmpfilterqualityrepeat.cpp \ |
Skia_Android Canary Bot | 9e94281 | 2016-01-21 15:09:33 +0000 | [diff] [blame] | 332 | ../gm/bug530095.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 333 | ../gm/cgm.c \ |
Skia_Android Canary Bot | 44e6ccc | 2015-05-17 13:50:17 +0000 | [diff] [blame] | 334 | ../gm/cgms.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 335 | ../gm/circles.cpp \ |
| 336 | ../gm/circularclips.cpp \ |
| 337 | ../gm/clip_strokerect.cpp \ |
| 338 | ../gm/clipdrawdraw.cpp \ |
| 339 | ../gm/clippedbitmapshaders.cpp \ |
Skia_Android Canary Bot | 0eeea76 | 2016-01-31 02:55:14 +0000 | [diff] [blame] | 340 | ../gm/color4f.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 341 | ../gm/colorcube.cpp \ |
| 342 | ../gm/coloremoji.cpp \ |
| 343 | ../gm/colorfilterimagefilter.cpp \ |
| 344 | ../gm/colorfilters.cpp \ |
| 345 | ../gm/colormatrix.cpp \ |
| 346 | ../gm/colortype.cpp \ |
| 347 | ../gm/colortypexfermode.cpp \ |
| 348 | ../gm/colorwheel.cpp \ |
| 349 | ../gm/complexclip.cpp \ |
| 350 | ../gm/complexclip2.cpp \ |
| 351 | ../gm/complexclip3.cpp \ |
Skia_Android Canary Bot | c740324 | 2016-02-03 02:47:25 +0000 | [diff] [blame] | 352 | ../gm/complexclip_blur_tiled.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 353 | ../gm/composeshader.cpp \ |
| 354 | ../gm/concavepaths.cpp \ |
| 355 | ../gm/conicpaths.cpp \ |
| 356 | ../gm/constcolorprocessor.cpp \ |
| 357 | ../gm/convex_all_line_paths.cpp \ |
| 358 | ../gm/convexpaths.cpp \ |
| 359 | ../gm/convexpolyclip.cpp \ |
| 360 | ../gm/convexpolyeffect.cpp \ |
| 361 | ../gm/copyTo4444.cpp \ |
| 362 | ../gm/cubicpaths.cpp \ |
Skia_Android Canary Bot | 79c098e | 2016-01-19 16:10:38 +0000 | [diff] [blame] | 363 | ../gm/dashcircle.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 364 | ../gm/dashcubics.cpp \ |
| 365 | ../gm/dashing.cpp \ |
| 366 | ../gm/dcshader.cpp \ |
| 367 | ../gm/degeneratesegments.cpp \ |
| 368 | ../gm/dftext.cpp \ |
| 369 | ../gm/discard.cpp \ |
| 370 | ../gm/displacement.cpp \ |
| 371 | ../gm/distantclip.cpp \ |
| 372 | ../gm/downsamplebitmap.cpp \ |
Skia_Android Canary Bot | bb8779f | 2015-09-23 19:49:02 +0000 | [diff] [blame] | 373 | ../gm/draw_bitmap_rect_skbug4374.cpp \ |
Skia_Android Canary Bot | cb4e4c2 | 2015-07-07 16:46:06 +0000 | [diff] [blame] | 374 | ../gm/drawable.cpp \ |
Skia_Android Canary Bot | 1f9d4a1 | 2015-06-24 17:31:36 +0000 | [diff] [blame] | 375 | ../gm/drawatlas.cpp \ |
Skia_Android Canary Bot | c1dbe9d | 2015-07-31 03:22:05 +0000 | [diff] [blame] | 376 | ../gm/drawatlascolor.cpp \ |
Skia_Android Canary Bot | 2262780 | 2015-08-14 15:36:38 +0000 | [diff] [blame] | 377 | ../gm/drawbitmaprect.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 378 | ../gm/drawfilter.cpp \ |
| 379 | ../gm/drawlooper.cpp \ |
Skia_Android Canary Bot | 89f96b1 | 2015-08-14 13:32:59 +0000 | [diff] [blame] | 380 | ../gm/drawminibitmaprect.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 381 | ../gm/dropshadowimagefilter.cpp \ |
| 382 | ../gm/drrect.cpp \ |
| 383 | ../gm/dstreadshuffle.cpp \ |
| 384 | ../gm/emboss.cpp \ |
| 385 | ../gm/emptypath.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 386 | ../gm/extractbitmap.cpp \ |
| 387 | ../gm/factory.cpp \ |
| 388 | ../gm/fadefilter.cpp \ |
| 389 | ../gm/fatpathfill.cpp \ |
| 390 | ../gm/filltypes.cpp \ |
| 391 | ../gm/filltypespersp.cpp \ |
| 392 | ../gm/filterbitmap.cpp \ |
| 393 | ../gm/filterfastbounds.cpp \ |
| 394 | ../gm/filterindiabox.cpp \ |
| 395 | ../gm/fontcache.cpp \ |
| 396 | ../gm/fontmgr.cpp \ |
| 397 | ../gm/fontscaler.cpp \ |
| 398 | ../gm/fontscalerdistortable.cpp \ |
Skia_Android Canary Bot | 3920f25 | 2016-02-26 20:00:54 +0000 | [diff] [blame] | 399 | ../gm/gamma.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 400 | ../gm/gammatext.cpp \ |
| 401 | ../gm/getpostextpath.cpp \ |
| 402 | ../gm/giantbitmap.cpp \ |
| 403 | ../gm/glyph_pos.cpp \ |
| 404 | ../gm/glyph_pos_align.cpp \ |
| 405 | ../gm/gradientDirtyLaundry.cpp \ |
| 406 | ../gm/gradient_matrix.cpp \ |
| 407 | ../gm/gradients.cpp \ |
| 408 | ../gm/gradients_2pt_conical.cpp \ |
| 409 | ../gm/gradients_no_texture.cpp \ |
| 410 | ../gm/gradtext.cpp \ |
| 411 | ../gm/grayscalejpg.cpp \ |
| 412 | ../gm/hairlines.cpp \ |
| 413 | ../gm/hairmodes.cpp \ |
| 414 | ../gm/hittestpath.cpp \ |
| 415 | ../gm/image.cpp \ |
Skia_Android Canary Bot | 5c2fbe7 | 2015-08-13 16:40:18 +0000 | [diff] [blame] | 416 | ../gm/image_pict.cpp \ |
Skia_Android Canary Bot | 63a1017 | 2015-08-20 19:32:40 +0000 | [diff] [blame] | 417 | ../gm/image_shader.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 418 | ../gm/imagealphathreshold.cpp \ |
Skia_Android Canary Bot | 44e6ccc | 2015-05-17 13:50:17 +0000 | [diff] [blame] | 419 | ../gm/imageblur.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 420 | ../gm/imageblur2.cpp \ |
| 421 | ../gm/imageblurtiled.cpp \ |
| 422 | ../gm/imagefilters.cpp \ |
| 423 | ../gm/imagefiltersbase.cpp \ |
| 424 | ../gm/imagefiltersclipped.cpp \ |
Skia_Android Canary Bot | 2262780 | 2015-08-14 15:36:38 +0000 | [diff] [blame] | 425 | ../gm/imagefilterscropexpand.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 426 | ../gm/imagefilterscropped.cpp \ |
| 427 | ../gm/imagefiltersgraph.cpp \ |
| 428 | ../gm/imagefiltersscaled.cpp \ |
Skia_Android Canary Bot | 5789963 | 2015-08-31 17:31:39 +0000 | [diff] [blame] | 429 | ../gm/imagefiltersstroked.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 430 | ../gm/imagefilterstransformed.cpp \ |
Skia_Android Canary Bot | c959658 | 2015-05-29 18:40:17 +0000 | [diff] [blame] | 431 | ../gm/imagefromyuvtextures.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 432 | ../gm/imagemagnifier.cpp \ |
| 433 | ../gm/imageresizetiled.cpp \ |
Skia_Android Canary Bot | 92255ee | 2015-12-11 19:05:57 +0000 | [diff] [blame] | 434 | ../gm/imagescalealigned.cpp \ |
Skia_Android Canary Bot | 55ff0f2 | 2015-09-14 20:33:54 +0000 | [diff] [blame] | 435 | ../gm/imagesource.cpp \ |
Skia_Android Canary Bot | 8c0c44f | 2015-09-15 18:29:05 +0000 | [diff] [blame] | 436 | ../gm/imagesource2.cpp \ |
Skia_Android Canary Bot | fef2f5d | 2016-02-01 21:19:35 +0000 | [diff] [blame] | 437 | ../gm/imagetoyuvplanes.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 438 | ../gm/internal_links.cpp \ |
| 439 | ../gm/inversepaths.cpp \ |
| 440 | ../gm/largeglyphblur.cpp \ |
Skia_Android Canary Bot | a96a456 | 2015-09-15 16:34:05 +0000 | [diff] [blame] | 441 | ../gm/lcdblendmodes.cpp \ |
Skia_Android Canary Bot | b6cf74d | 2015-09-18 19:05:51 +0000 | [diff] [blame] | 442 | ../gm/lcdoverlap.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 443 | ../gm/lcdtext.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 444 | ../gm/lighting.cpp \ |
Skia_Android Canary Bot | 48be9a2 | 2015-07-31 03:39:55 +0000 | [diff] [blame] | 445 | ../gm/lightingshader.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 446 | ../gm/linepaths.cpp \ |
Skia_Android Canary Bot | b853893 | 2015-10-14 11:56:41 +0000 | [diff] [blame] | 447 | ../gm/localmatriximagefilter.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 448 | ../gm/lumafilter.cpp \ |
| 449 | ../gm/matrixconvolution.cpp \ |
| 450 | ../gm/matriximagefilter.cpp \ |
| 451 | ../gm/megalooper.cpp \ |
| 452 | ../gm/mipmap.cpp \ |
| 453 | ../gm/mixedtextblobs.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 454 | ../gm/modecolorfilters.cpp \ |
| 455 | ../gm/morphology.cpp \ |
| 456 | ../gm/multipicturedraw.cpp \ |
| 457 | ../gm/nested.cpp \ |
| 458 | ../gm/ninepatchstretch.cpp \ |
| 459 | ../gm/nonclosedpaths.cpp \ |
| 460 | ../gm/offsetimagefilter.cpp \ |
| 461 | ../gm/ovals.cpp \ |
| 462 | ../gm/patch.cpp \ |
| 463 | ../gm/patchgrid.cpp \ |
Skia_Android Canary Bot | 13d405e | 2015-10-06 16:44:33 +0000 | [diff] [blame] | 464 | ../gm/path_stroke_with_zero_length.cpp \ |
Skia_Android Canary Bot | 8545179 | 2015-11-19 17:50:02 +0000 | [diff] [blame] | 465 | ../gm/pathcontourstart.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 466 | ../gm/patheffects.cpp \ |
| 467 | ../gm/pathfill.cpp \ |
| 468 | ../gm/pathinterior.cpp \ |
| 469 | ../gm/pathopsinverse.cpp \ |
| 470 | ../gm/pathopsskpclip.cpp \ |
| 471 | ../gm/pathreverse.cpp \ |
Skia_Android Canary Bot | cd2331f | 2015-10-13 11:55:37 +0000 | [diff] [blame] | 472 | ../gm/pdf_never_embed.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 473 | ../gm/perlinnoise.cpp \ |
Skia_Android Canary Bot | b519e1f | 2015-09-03 15:34:41 +0000 | [diff] [blame] | 474 | ../gm/perspshaders.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 475 | ../gm/picture.cpp \ |
| 476 | ../gm/pictureimagefilter.cpp \ |
Skia_Android Canary Bot | 93448b3 | 2015-08-04 20:55:43 +0000 | [diff] [blame] | 477 | ../gm/pictureimagegenerator.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 478 | ../gm/pictureshader.cpp \ |
| 479 | ../gm/pictureshadertile.cpp \ |
| 480 | ../gm/pixelsnap.cpp \ |
Skia_Android Canary Bot | 72e8aa8 | 2015-05-21 17:36:06 +0000 | [diff] [blame] | 481 | ../gm/plus.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 482 | ../gm/points.cpp \ |
| 483 | ../gm/poly2poly.cpp \ |
| 484 | ../gm/polygons.cpp \ |
| 485 | ../gm/quadpaths.cpp \ |
| 486 | ../gm/recordopts.cpp \ |
Skia_Android Canary Bot | c7d7425 | 2016-01-20 14:21:52 +0000 | [diff] [blame] | 487 | ../gm/rectangletexture.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 488 | ../gm/rects.cpp \ |
| 489 | ../gm/repeated_bitmap.cpp \ |
| 490 | ../gm/resizeimagefilter.cpp \ |
| 491 | ../gm/roundrects.cpp \ |
| 492 | ../gm/rrect.cpp \ |
| 493 | ../gm/rrects.cpp \ |
| 494 | ../gm/samplerstress.cpp \ |
Skia_Android Canary Bot | 58e4b5b | 2015-08-19 19:11:38 +0000 | [diff] [blame] | 495 | ../gm/scaledstrokes.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 496 | ../gm/selftest.cpp \ |
| 497 | ../gm/shaderbounds.cpp \ |
Skia_Android Canary Bot | 2262780 | 2015-08-14 15:36:38 +0000 | [diff] [blame] | 498 | ../gm/shadertext.cpp \ |
| 499 | ../gm/shadertext2.cpp \ |
| 500 | ../gm/shadertext3.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 501 | ../gm/shadows.cpp \ |
| 502 | ../gm/shallowgradient.cpp \ |
Skia_Android Canary Bot | 1f40bc2 | 2016-02-11 00:39:26 +0000 | [diff] [blame] | 503 | ../gm/shapes.cpp \ |
Skia_Android Canary Bot | c66f6cc | 2016-01-14 17:15:00 +0000 | [diff] [blame] | 504 | ../gm/showmiplevels.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 505 | ../gm/simpleaaclip.cpp \ |
| 506 | ../gm/skbug1719.cpp \ |
Skia_Android Canary Bot | f4176dd | 2015-11-16 18:54:29 +0000 | [diff] [blame] | 507 | ../gm/skbug_257.cpp \ |
Skia_Android Canary Bot | 7cbcbfd | 2016-02-24 23:49:45 +0000 | [diff] [blame] | 508 | ../gm/skbug_4868.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 509 | ../gm/smallarc.cpp \ |
| 510 | ../gm/smallimage.cpp \ |
Skia_Android Canary Bot | edaa7e6 | 2015-11-18 21:42:40 +0000 | [diff] [blame] | 511 | ../gm/smallpaths.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 512 | ../gm/spritebitmap.cpp \ |
| 513 | ../gm/srcmode.cpp \ |
| 514 | ../gm/stlouisarch.cpp \ |
| 515 | ../gm/stringart.cpp \ |
| 516 | ../gm/strokefill.cpp \ |
| 517 | ../gm/strokerect.cpp \ |
| 518 | ../gm/strokerects.cpp \ |
| 519 | ../gm/strokes.cpp \ |
| 520 | ../gm/stroketext.cpp \ |
Skia_Android Canary Bot | 02f9436 | 2016-04-04 15:54:33 +0000 | [diff] [blame] | 521 | ../gm/subsetshader.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 522 | ../gm/surface.cpp \ |
| 523 | ../gm/tablecolorfilter.cpp \ |
| 524 | ../gm/tallstretchedbitmaps.cpp \ |
| 525 | ../gm/testimagefilters.cpp \ |
| 526 | ../gm/texdata.cpp \ |
| 527 | ../gm/textblob.cpp \ |
Skia_Android Canary Bot | c2de733 | 2016-02-24 13:53:45 +0000 | [diff] [blame] | 528 | ../gm/textblobblockreordering.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 529 | ../gm/textblobcolortrans.cpp \ |
| 530 | ../gm/textblobgeometrychange.cpp \ |
| 531 | ../gm/textbloblooper.cpp \ |
Skia_Android Canary Bot | 262261c | 2015-08-26 18:23:14 +0000 | [diff] [blame] | 532 | ../gm/textblobmixedsizes.cpp \ |
Skia_Android Canary Bot | feb4284 | 2015-08-01 14:35:59 +0000 | [diff] [blame] | 533 | ../gm/textblobrandomfont.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 534 | ../gm/textblobshader.cpp \ |
| 535 | ../gm/textblobtransforms.cpp \ |
Skia_Android Canary Bot | 87352ff | 2015-05-26 19:34:52 +0000 | [diff] [blame] | 536 | ../gm/textblobuseaftergpufree.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 537 | ../gm/texteffects.cpp \ |
| 538 | ../gm/texturedomaineffect.cpp \ |
| 539 | ../gm/thinrects.cpp \ |
| 540 | ../gm/thinstrokedrects.cpp \ |
| 541 | ../gm/tiledscaledbitmap.cpp \ |
| 542 | ../gm/tileimagefilter.cpp \ |
| 543 | ../gm/tilemodes.cpp \ |
| 544 | ../gm/tilemodes_scaled.cpp \ |
| 545 | ../gm/tinybitmap.cpp \ |
| 546 | ../gm/transparency.cpp \ |
| 547 | ../gm/typeface.cpp \ |
| 548 | ../gm/variedtext.cpp \ |
| 549 | ../gm/vertices.cpp \ |
| 550 | ../gm/verttext.cpp \ |
| 551 | ../gm/verttext2.cpp \ |
Skia_Android Canary Bot | 2262780 | 2015-08-14 15:36:38 +0000 | [diff] [blame] | 552 | ../gm/verylargebitmap.cpp \ |
Skia_Android Canary Bot | 30f37cc | 2015-05-20 16:29:53 +0000 | [diff] [blame] | 553 | ../gm/xfermodeimagefilter.cpp \ |
| 554 | ../gm/xfermodes.cpp \ |
| 555 | ../gm/xfermodes2.cpp \ |
| 556 | ../gm/xfermodes3.cpp \ |
| 557 | ../gm/yuvtorgbeffect.cpp \ |
Skia_Android Canary Bot | eeff137 | 2015-11-13 14:13:43 +0000 | [diff] [blame] | 558 | ../tools/AndroidSkDebugToStdOut.cpp \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 559 | ../tools/flags/SkCommandLineFlags.cpp \ |
Skia_Android Canary Bot | f5a3795 | 2015-02-06 20:53:23 +0000 | [diff] [blame] | 560 | ../src/svg/SkSVGCanvas.cpp \ |
| 561 | ../src/svg/SkSVGDevice.cpp \ |
Skia_Android Canary Bot | fd33437 | 2014-06-20 18:33:30 +0000 | [diff] [blame] | 562 | ../tools/CrashHandler.cpp \ |
Skia_Android Canary Bot | fd2a6be | 2016-04-19 16:21:19 +0000 | [diff] [blame] | 563 | ../tools/picture_utils.cpp \ |
Skia_Android Canary Bot | c33e590 | 2014-08-11 18:36:53 +0000 | [diff] [blame] | 564 | ../tools/ProcStats.cpp \ |
Skia_Android Canary Bot | ff2e2db | 2014-06-23 18:28:02 +0000 | [diff] [blame] | 565 | ../tools/sk_tool_utils.cpp \ |
| 566 | ../tools/sk_tool_utils_font.cpp \ |
Skia_Android Canary Bot | a9ab7c9 | 2016-02-09 18:33:59 +0000 | [diff] [blame] | 567 | ../tools/random_parse_path.cpp \ |
Skia_Android Canary Bot | 7b24853 | 2016-02-11 18:38:35 +0000 | [diff] [blame] | 568 | ../tools/UrlDataManager.cpp \ |
Skia_Android Canary Bot | c4f5f5c | 2015-01-15 18:58:17 +0000 | [diff] [blame] | 569 | ../tools/timer/Timer.cpp \ |
Skia_Android Canary Bot | 834ee19 | 2015-02-01 04:03:05 +0000 | [diff] [blame] | 570 | ../src/xml/SkDOM.cpp \ |
| 571 | ../src/xml/SkXMLParser.cpp \ |
| 572 | ../src/xml/SkXMLWriter.cpp \ |
Skia_Android Canary Bot | 09dbb25 | 2016-03-12 14:04:00 +0000 | [diff] [blame] | 573 | ../src/xps/SkDocument_XPS_None.cpp \ |
Skia_Android Canary Bot | d537ce1 | 2014-06-24 14:58:14 +0000 | [diff] [blame] | 574 | ../tools/Resources.cpp \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 575 | ../experimental/SkSetPoly3To3.cpp \ |
| 576 | ../experimental/SkSetPoly3To3_A.cpp \ |
| 577 | ../experimental/SkSetPoly3To3_D.cpp \ |
Skia_Android Canary Bot | c77f1b4 | 2014-07-22 17:19:29 +0000 | [diff] [blame] | 578 | ../tools/flags/SkCommonFlags.cpp \ |
Skia_Android Canary Bot | 9ea2567 | 2016-01-05 15:02:15 +0000 | [diff] [blame] | 579 | ../tools/flags/SkCommonFlagsConfig.cpp \ |
Skia_Android Canary Bot | ab23437 | 2015-12-18 17:36:37 +0000 | [diff] [blame] | 580 | ../tools/android/SkAndroidSDKCanvas.cpp \ |
Skia_Android Canary Bot | 5f6324d | 2016-04-04 15:39:34 +0000 | [diff] [blame] | 581 | ../tools/gpu/GrContextFactory.cpp \ |
| 582 | ../tools/gpu/GrTest.cpp \ |
Skia_Android Canary Bot | 506ddb1 | 2016-04-04 15:46:16 +0000 | [diff] [blame] | 583 | ../tools/gpu/gl/GLTestContext.cpp \ |
| 584 | ../tools/gpu/gl/debug/DebugGLTestContext.cpp \ |
Skia_Android Canary Bot | 5f6324d | 2016-04-04 15:39:34 +0000 | [diff] [blame] | 585 | ../tools/gpu/gl/debug/GrBufferObj.cpp \ |
| 586 | ../tools/gpu/gl/debug/GrFrameBufferObj.cpp \ |
| 587 | ../tools/gpu/gl/debug/GrProgramObj.cpp \ |
| 588 | ../tools/gpu/gl/debug/GrShaderObj.cpp \ |
| 589 | ../tools/gpu/gl/debug/GrTextureObj.cpp \ |
| 590 | ../tools/gpu/gl/debug/GrTextureUnitObj.cpp \ |
Skia_Android Canary Bot | 506ddb1 | 2016-04-04 15:46:16 +0000 | [diff] [blame] | 591 | ../tools/gpu/gl/null/NullGLTestContext.cpp \ |
| 592 | ../tools/gpu/gl/egl/CreatePlatformGLTestContext_egl.cpp |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 593 | |
| 594 | LOCAL_SHARED_LIBRARIES := \ |
| 595 | liblog \ |
Skia_Android Canary Bot | c69979f | 2015-08-24 20:29:33 +0000 | [diff] [blame] | 596 | libpng \ |
Skia_Android Canary Bot | cc95576 | 2015-08-18 20:32:48 +0000 | [diff] [blame] | 597 | libz \ |
Skia_Android Canary Bot | eb1dbd6 | 2016-02-07 21:34:03 +0000 | [diff] [blame] | 598 | libexpat \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 599 | libGLESv2 \ |
Skia_Android Canary Bot | cc95576 | 2015-08-18 20:32:48 +0000 | [diff] [blame] | 600 | libEGL |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 601 | |
Skia_Android Canary Bot | 6ef50e6 | 2014-06-18 17:35:05 +0000 | [diff] [blame] | 602 | LOCAL_STATIC_LIBRARIES := \ |
Skia_Android Canary Bot | 4355c9c | 2016-02-12 16:47:36 +0000 | [diff] [blame] | 603 | libskia_static \ |
Skia_Android Canary Bot | 75c6e1c | 2016-02-16 17:22:16 +0000 | [diff] [blame] | 604 | libhwui_static \ |
Skia_Android Canary Bot | 6ef50e6 | 2014-06-18 17:35:05 +0000 | [diff] [blame] | 605 | libjsoncpp |
| 606 | |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 607 | LOCAL_C_INCLUDES := \ |
Skia_Android Canary Bot | efff7cd | 2014-10-24 18:18:38 +0000 | [diff] [blame] | 608 | $(LOCAL_PATH)/../include/c \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 609 | $(LOCAL_PATH)/../include/config \ |
| 610 | $(LOCAL_PATH)/../include/core \ |
| 611 | $(LOCAL_PATH)/../include/pathops \ |
Skia_Android Canary Bot | 00d9c57 | 2015-03-03 17:01:40 +0000 | [diff] [blame] | 612 | $(LOCAL_PATH)/../include/codec \ |
Skia_Android Canary Bot | eeff137 | 2015-11-13 14:13:43 +0000 | [diff] [blame] | 613 | $(LOCAL_PATH)/../include/android \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 614 | $(LOCAL_PATH)/../include/effects \ |
Skia_Android Canary Bot | 1eaf640 | 2016-02-01 12:56:55 +0000 | [diff] [blame] | 615 | $(LOCAL_PATH)/../include/client/android \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 616 | $(LOCAL_PATH)/../include/images \ |
| 617 | $(LOCAL_PATH)/../include/ports \ |
| 618 | $(LOCAL_PATH)/../src/sfnt \ |
| 619 | $(LOCAL_PATH)/../include/utils \ |
| 620 | $(LOCAL_PATH)/../src/utils \ |
Skia_Android Canary Bot | 3b5a805 | 2014-07-28 20:47:00 +0000 | [diff] [blame] | 621 | $(LOCAL_PATH)/../include/gpu \ |
Skia_Android Canary Bot | eeff137 | 2015-11-13 14:13:43 +0000 | [diff] [blame] | 622 | $(LOCAL_PATH)/../include/private \ |
| 623 | $(LOCAL_PATH)/../src/core \ |
Skia_Android Canary Bot | 5f6324d | 2016-04-04 15:39:34 +0000 | [diff] [blame] | 624 | $(LOCAL_PATH)/../tools/gpu \ |
Skia_Android Canary Bot | f5a3795 | 2015-02-06 20:53:23 +0000 | [diff] [blame] | 625 | $(LOCAL_PATH)/../include/svg \ |
| 626 | $(LOCAL_PATH)/../include/xml \ |
Skia_Android Canary Bot | e1e2962 | 2014-07-31 13:02:40 +0000 | [diff] [blame] | 627 | $(LOCAL_PATH)/../src/fonts \ |
Skia_Android Canary Bot | e2e5ff1 | 2014-07-31 15:35:50 +0000 | [diff] [blame] | 628 | $(LOCAL_PATH)/../tools \ |
Skia_Android Canary Bot | 03d9dee | 2014-06-18 21:36:00 +0000 | [diff] [blame] | 629 | $(LOCAL_PATH)/../tools/flags \ |
Skia_Android Canary Bot | 4748cd5 | 2014-07-31 18:30:46 +0000 | [diff] [blame] | 630 | $(LOCAL_PATH)/../src/gpu \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 631 | $(LOCAL_PATH)/../gm \ |
Skia_Android Canary Bot | 834ee19 | 2015-02-01 04:03:05 +0000 | [diff] [blame] | 632 | $(LOCAL_PATH)/../src/effects \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 633 | $(LOCAL_PATH)/../src/images \ |
| 634 | $(LOCAL_PATH)/../src/lazy \ |
Skia_Android Canary Bot | 4a6c199 | 2016-02-09 20:46:37 +0000 | [diff] [blame] | 635 | $(LOCAL_PATH)/../tools/debugger \ |
Skia_Android Canary Bot | 834ee19 | 2015-02-01 04:03:05 +0000 | [diff] [blame] | 636 | $(LOCAL_PATH)/../tests \ |
Skia_Android Canary Bot | 25b3020 | 2016-02-22 17:15:48 +0000 | [diff] [blame] | 637 | $(LOCAL_PATH)/../src/effects/gradients \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 638 | $(LOCAL_PATH)/../src/pathops \ |
Skia_Android Canary Bot | e44ea6d | 2016-01-08 14:33:49 +0000 | [diff] [blame] | 639 | $(LOCAL_PATH)/../src/pipe/utils \ |
Skia_Android Canary Bot | 26cdcb0 | 2015-11-04 12:31:55 +0000 | [diff] [blame] | 640 | $(LOCAL_PATH)/../src/codec \ |
Skia_Android Canary Bot | d537ce1 | 2014-06-24 14:58:14 +0000 | [diff] [blame] | 641 | $(LOCAL_PATH)/../src/image \ |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 642 | $(LOCAL_PATH)/../src/pdf \ |
Skia_Android Canary Bot | 8d1bac5 | 2015-07-15 18:01:07 +0000 | [diff] [blame] | 643 | $(LOCAL_PATH)/../src/ports \ |
Skia_Android Canary Bot | bc459b1 | 2015-08-17 18:17:32 +0000 | [diff] [blame] | 644 | $(LOCAL_PATH)/../third_party/etc1 \ |
Skia_Android Canary Bot | 98daf13 | 2015-11-06 19:18:38 +0000 | [diff] [blame] | 645 | external/libpng \ |
Skia_Android Canary Bot | c4f5f5c | 2015-01-15 18:58:17 +0000 | [diff] [blame] | 646 | $(LOCAL_PATH)/../tools/timer \ |
Skia_Android Canary Bot | 209c02c | 2015-03-24 19:48:44 +0000 | [diff] [blame] | 647 | $(LOCAL_PATH)/../experimental \ |
Skia_Android Canary Bot | 51a4e81 | 2015-08-19 15:14:08 +0000 | [diff] [blame] | 648 | external/zlib \ |
Skia_Android Canary Bot | ab23437 | 2015-12-18 17:36:37 +0000 | [diff] [blame] | 649 | $(LOCAL_PATH)/../tools/android |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 650 | |
Skia_Android Canary Bot | e5b6e9f | 2015-02-10 16:15:31 +0000 | [diff] [blame] | 651 | LOCAL_CFLAGS += \ |
Skia_Android Canary Bot | 51a4e81 | 2015-08-19 15:14:08 +0000 | [diff] [blame] | 652 | -DSK_CRASH_HANDLER |
Skia_Android Canary Bot | e5b6e9f | 2015-02-10 16:15:31 +0000 | [diff] [blame] | 653 | |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 654 | LOCAL_MODULE_TAGS := \ |
Skia_Android Canary Bot | ab312cb | 2014-06-04 13:00:21 -0400 | [diff] [blame] | 655 | tests |
Skia_Android Canary Bot | 375799a | 2014-05-19 11:30:04 -0400 | [diff] [blame] | 656 | |
| 657 | LOCAL_MODULE := \ |
| 658 | skia_dm |
| 659 | |
Skia_Android Canary Bot | 2ec9fe1 | 2015-02-23 20:39:42 +0000 | [diff] [blame] | 660 | |
Skia_Android Canary Bot | 1192a25 | 2015-06-05 16:41:50 +0000 | [diff] [blame] | 661 | # Store skia's resources in the directory structure that the Android testing |
| 662 | # infrastructure expects. This requires that Skia maintain a symlinked |
| 663 | # subdirectory in the DATA folder that points to the top level skia resources... |
| 664 | # i.e. external/skia/DATA/skia_resources --> ../resources |
| 665 | LOCAL_PICKUP_FILES := $(LOCAL_PATH)/../DATA |
Skia_Android Canary Bot | 4355c9c | 2016-02-12 16:47:36 +0000 | [diff] [blame] | 666 | include $(LOCAL_PATH)/../skia_static_deps.mk |
Skia_Android Canary Bot | 75c6e1c | 2016-02-16 17:22:16 +0000 | [diff] [blame] | 667 | include frameworks/base/libs/hwui/hwui_static_deps.mk |
Skia_Android Canary Bot | e7c50fd | 2014-07-08 19:34:01 +0000 | [diff] [blame] | 668 | include $(BUILD_NATIVE_TEST) |