Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / gyp / tests.gypi
index 9e418d6..d45c535 100644 (file)
   ],
   'dependencies': [
     'experimental.gyp:experimental',
-    'flags.gyp:flags',
+    'flags.gyp:flags_common',
     'pdf.gyp:pdf',
-    'resources.gyp:resources',
     'skia_lib.gyp:skia_lib',
     'tools.gyp:picture_utils',
+    'tools.gyp:resources',
+    'tools.gyp:sk_tool_utils',
+  ],
+  'conditions': [
+    [ 'skia_os == "android"', {
+      'include_dirs': [
+        '../src/ports',
+      ],
+      'sources': [
+        '../tests/FontConfigParser.cpp',
+      ],
+    }],
+    [ 'skia_android_framework == 1', {
+      'libraries': [
+        '-ldl',
+      ],
+    }],
   ],
   'sources': [
     '../tests/Test.cpp',
@@ -30,7 +46,6 @@
 
     '../tests/AAClipTest.cpp',
     '../tests/ARGBImageEncoderTest.cpp',
-    '../tests/AndroidPaintTest.cpp',
     '../tests/AnnotationTest.cpp',
     '../tests/AsADashTest.cpp',
     '../tests/AtomicTest.cpp',
@@ -45,6 +60,7 @@
     '../tests/BlitRowTest.cpp',
     '../tests/BlurTest.cpp',
     '../tests/CachedDecodingPixelRefTest.cpp',
+    '../tests/CanvasStateHelpers.cpp',
     '../tests/CanvasStateTest.cpp',
     '../tests/CanvasTest.cpp',
     '../tests/ChecksumTest.cpp',
     '../tests/FitsInTest.cpp',
     '../tests/FlatDataTest.cpp',
     '../tests/FlateTest.cpp',
+    '../tests/FloatingPointTextureTest.cpp',
     '../tests/FontHostStreamTest.cpp',
     '../tests/FontHostTest.cpp',
-    '../tests/FontObjTest.cpp',
     '../tests/FontMgrTest.cpp',
     '../tests/FontNamesTest.cpp',
+    '../tests/FontObjTest.cpp',
     '../tests/FrontBufferedStreamTest.cpp',
     '../tests/GLInterfaceValidationTest.cpp',
     '../tests/GLProgramsTest.cpp',
     '../tests/GifTest.cpp',
     '../tests/GpuColorFilterTest.cpp',
     '../tests/GpuDrawPathTest.cpp',
+    '../tests/GpuLayerCacheTest.cpp',
     '../tests/GpuRectanizerTest.cpp',
     '../tests/GrBinHashKeyTest.cpp',
     '../tests/GrContextFactoryTest.cpp',
     '../tests/GrDrawTargetTest.cpp',
     '../tests/GrMemoryPoolTest.cpp',
-    '../tests/GrRedBlackTreeTest.cpp',
     '../tests/GrOrderedSetTest.cpp',
+    '../tests/GrGLSLPrettyPrintTest.cpp',
+    '../tests/GrRedBlackTreeTest.cpp',
     '../tests/GrSurfaceTest.cpp',
     '../tests/GrTBSearchTest.cpp',
     '../tests/GradientTest.cpp',
-    '../tests/HashCacheTest.cpp',
     '../tests/ImageCacheTest.cpp',
     '../tests/ImageDecodingTest.cpp',
     '../tests/ImageFilterTest.cpp',
+    '../tests/ImageGeneratorTest.cpp',
+    '../tests/ImageNewShaderTest.cpp',
     '../tests/InfRectTest.cpp',
+    '../tests/InterpolatorTest.cpp',
     '../tests/JpegTest.cpp',
     '../tests/KtxTest.cpp',
     '../tests/LListTest.cpp',
     '../tests/MetaDataTest.cpp',
     '../tests/MipMapTest.cpp',
     '../tests/NameAllocatorTest.cpp',
-    '../tests/ObjectPoolTest.cpp',
     '../tests/OSPathTest.cpp',
+    '../tests/ObjectPoolTest.cpp',
     '../tests/OnceTest.cpp',
     '../tests/PDFPrimitivesTest.cpp',
     '../tests/PackBitsTest.cpp',
     '../tests/PathMeasureTest.cpp',
     '../tests/PathTest.cpp',
     '../tests/PathUtilsTest.cpp',
-    '../tests/PictureTest.cpp',
     '../tests/PictureShaderTest.cpp',
     '../tests/PictureStateTreeTest.cpp',
+    '../tests/PictureTest.cpp',
     '../tests/PixelRefTest.cpp',
     '../tests/PointTest.cpp',
     '../tests/PremulAlphaRoundTripTest.cpp',
     '../tests/QuickRejectTest.cpp',
+    '../tests/RTConfRegistryTest.cpp',
     '../tests/RTreeTest.cpp',
     '../tests/RandomTest.cpp',
     '../tests/ReadPixelsTest.cpp',
     '../tests/RoundRectTest.cpp',
     '../tests/RuntimeConfigTest.cpp',
     '../tests/SHA1Test.cpp',
+    '../tests/SListTest.cpp',
     '../tests/ScalarTest.cpp',
     '../tests/ScaledImageCache.cpp',
     '../tests/SerializationTest.cpp',
     '../tests/ShaderImageFilterTest.cpp',
     '../tests/ShaderOpacityTest.cpp',
+    '../tests/SizeTest.cpp',
     '../tests/SkBase64Test.cpp',
-    '../tests/SListTest.cpp',
     '../tests/SmallAllocatorTest.cpp',
     '../tests/SortTest.cpp',
     '../tests/SrcOverTest.cpp',
     '../tests/TArrayTest.cpp',
     '../tests/TLSTest.cpp',
     '../tests/TSetTest.cpp',
-    '../tests/TestSize.cpp',
     '../tests/TextureCompressionTest.cpp',
     '../tests/TileGridTest.cpp',
     '../tests/ToUnicodeTest.cpp',
     '../tests/TracingTest.cpp',
     '../tests/TypefaceTest.cpp',
     '../tests/UnicodeTest.cpp',
-    '../tests/UnitTestTest.cpp',
     '../tests/UtilsTest.cpp',
     '../tests/WArrayTest.cpp',
     '../tests/WritePixelsTest.cpp',
 
     '../tests/TDStackNesterTest.cpp',
     '../experimental/PdfViewer/src/SkTDStackNester.h',
-
-    '../tools/sk_tool_utils.cpp',
   ],
 }