epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 1 | # GYP file to build unit tests. |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 2 | { |
| 3 | 'includes': [ |
| 4 | 'apptype_console.gypi', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 5 | ], |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 6 | 'targets': [ |
| 7 | { |
| 8 | 'target_name': 'tests', |
| 9 | 'type': 'executable', |
| 10 | 'include_dirs' : [ |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 11 | '../src/core', |
tomhudson@google.com | 5994451 | 2012-03-20 21:18:43 +0000 | [diff] [blame] | 12 | '../src/effects', |
commit-bot@chromium.org | 7585479 | 2013-10-29 19:55:00 +0000 | [diff] [blame] | 13 | '../src/image', |
scroggo@google.com | f8d7d27 | 2013-02-22 21:38:35 +0000 | [diff] [blame] | 14 | '../src/lazy', |
halcanary@google.com | ad04eb4 | 2013-11-21 15:32:08 +0000 | [diff] [blame] | 15 | '../src/images', |
caryclark@google.com | 45a75fb | 2013-04-25 13:34:40 +0000 | [diff] [blame] | 16 | '../src/pathops', |
vandebo@chromium.org | 7d6c8f9 | 2012-03-22 20:45:15 +0000 | [diff] [blame] | 17 | '../src/pdf', |
scroggo@google.com | 10dccde | 2012-08-08 20:43:22 +0000 | [diff] [blame] | 18 | '../src/pipe/utils', |
vandebo@chromium.org | ec1a7fa | 2012-03-21 23:11:46 +0000 | [diff] [blame] | 19 | '../src/utils', |
keyar@chromium.org | d1dc920 | 2012-07-09 18:32:08 +0000 | [diff] [blame] | 20 | '../tools/', |
scroggo@google.com | 7d8013f | 2013-11-20 21:40:57 +0000 | [diff] [blame] | 21 | |
| 22 | # Needed for TDStackNesterTest. |
| 23 | '../experimental/PdfViewer', |
| 24 | '../experimental/PdfViewer/src', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 25 | ], |
caryclark@google.com | f685a22 | 2013-04-19 11:45:56 +0000 | [diff] [blame] | 26 | 'includes': [ |
caryclark@google.com | f685a22 | 2013-04-19 11:45:56 +0000 | [diff] [blame] | 27 | 'pathops_unittest.gypi', |
| 28 | ], |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 29 | 'sources': [ |
reed@google.com | 209c415 | 2011-10-26 15:03:48 +0000 | [diff] [blame] | 30 | '../tests/AAClipTest.cpp', |
commit-bot@chromium.org | 97f8167 | 2013-09-26 15:16:12 +0000 | [diff] [blame] | 31 | '../tests/AndroidPaintTest.cpp', |
reed@google.com | b0a34d8 | 2012-07-11 19:57:55 +0000 | [diff] [blame] | 32 | '../tests/AnnotationTest.cpp', |
bungeman@google.com | 8c6a4f2 | 2013-04-23 18:06:23 +0000 | [diff] [blame] | 33 | '../tests/ARGBImageEncoderTest.cpp', |
scroggo@google.com | 50ccb0a | 2012-07-16 16:51:28 +0000 | [diff] [blame] | 34 | '../tests/AtomicTest.cpp', |
halcanary@google.com | 4428734 | 2013-12-13 18:29:51 +0000 | [diff] [blame] | 35 | '../tests/BitmapTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 36 | '../tests/BitmapCopyTest.cpp', |
| 37 | '../tests/BitmapGetColorTest.cpp', |
epoger@google.com | 908f583 | 2013-04-12 02:23:55 +0000 | [diff] [blame] | 38 | '../tests/BitmapHasherTest.cpp', |
scroggo@google.com | 013c5d9 | 2012-11-16 20:34:37 +0000 | [diff] [blame] | 39 | '../tests/BitmapHeapTest.cpp', |
reed@google.com | 2b75f42 | 2011-07-07 13:43:38 +0000 | [diff] [blame] | 40 | '../tests/BitSetTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 41 | '../tests/BlitRowTest.cpp', |
reed@google.com | 2b75f42 | 2011-07-07 13:43:38 +0000 | [diff] [blame] | 42 | '../tests/BlurTest.cpp', |
commit-bot@chromium.org | 7585479 | 2013-10-29 19:55:00 +0000 | [diff] [blame] | 43 | '../tests/CachedDecodingPixelRefTest.cpp', |
reed@google.com | 37f3ae0 | 2011-11-28 16:06:04 +0000 | [diff] [blame] | 44 | '../tests/CanvasTest.cpp', |
djsollen@google.com | 5587ac0 | 2013-08-29 20:20:40 +0000 | [diff] [blame] | 45 | '../tests/CanvasStateTest.cpp', |
epoger@google.com | 4adfab8 | 2012-11-02 18:35:04 +0000 | [diff] [blame] | 46 | '../tests/ChecksumTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 47 | '../tests/ClampRangeTest.cpp', |
robertphillips@google.com | beeb97c | 2012-05-09 21:15:28 +0000 | [diff] [blame] | 48 | '../tests/ClipCacheTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 49 | '../tests/ClipCubicTest.cpp', |
| 50 | '../tests/ClipStackTest.cpp', |
| 51 | '../tests/ClipperTest.cpp', |
| 52 | '../tests/ColorFilterTest.cpp', |
commit-bot@chromium.org | 55ca824 | 2013-12-03 18:53:30 +0000 | [diff] [blame] | 53 | '../tests/ColorPrivTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 54 | '../tests/ColorTest.cpp', |
reed@google.com | 35ae8ea | 2011-06-14 19:18:26 +0000 | [diff] [blame] | 55 | '../tests/DataRefTest.cpp', |
junov@chromium.org | 1f9767c | 2012-02-07 16:27:57 +0000 | [diff] [blame] | 56 | '../tests/DeferredCanvasTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 57 | '../tests/DequeTest.cpp', |
reed@google.com | 636d87a | 2013-09-17 20:03:43 +0000 | [diff] [blame] | 58 | '../tests/DeviceLooperTest.cpp', |
halcanary@google.com | 2c7c7ee | 2013-12-05 18:31:42 +0000 | [diff] [blame] | 59 | '../tests/DiscardableMemoryPool.cpp', |
halcanary@google.com | bc55eec | 2013-12-10 18:33:07 +0000 | [diff] [blame] | 60 | '../tests/DiscardableMemoryTest.cpp', |
commit-bot@chromium.org | 8c90827 | 2013-10-22 14:49:03 +0000 | [diff] [blame] | 61 | '../tests/DocumentTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 62 | '../tests/DrawBitmapRectTest.cpp', |
mike@reedtribe.org | 6093e65 | 2012-04-14 12:55:17 +0000 | [diff] [blame] | 63 | '../tests/DrawPathTest.cpp', |
bungeman@google.com | 2211b62 | 2012-01-13 15:02:58 +0000 | [diff] [blame] | 64 | '../tests/DrawTextTest.cpp', |
commit-bot@chromium.org | f916f9e | 2013-08-05 22:31:20 +0000 | [diff] [blame] | 65 | '../tests/DynamicHashTest.cpp', |
reed@google.com | ee068aa | 2011-12-21 19:36:21 +0000 | [diff] [blame] | 66 | '../tests/EmptyPathTest.cpp', |
humper@google.com | 75e3ca1 | 2013-04-08 21:44:11 +0000 | [diff] [blame] | 67 | '../tests/ErrorTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 68 | '../tests/FillPathTest.cpp', |
bungeman@google.com | f5cc5b1 | 2013-07-12 18:22:49 +0000 | [diff] [blame] | 69 | '../tests/FitsInTest.cpp', |
scroggo@google.com | 0c3e5fe | 2012-08-01 19:34:20 +0000 | [diff] [blame] | 70 | '../tests/FlatDataTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 71 | '../tests/FlateTest.cpp', |
bungeman@google.com | a550199 | 2012-05-18 19:06:41 +0000 | [diff] [blame] | 72 | '../tests/FontHostStreamTest.cpp', |
reed@google.com | 17aa07d | 2012-02-23 14:51:10 +0000 | [diff] [blame] | 73 | '../tests/FontHostTest.cpp', |
reed@google.com | 83165a5 | 2013-04-11 18:31:25 +0000 | [diff] [blame] | 74 | '../tests/FontMgrTest.cpp', |
bungeman@google.com | 07a69f8 | 2013-04-02 14:12:38 +0000 | [diff] [blame] | 75 | '../tests/FontNamesTest.cpp', |
scroggo@google.com | 83fd2c7 | 2013-09-26 21:35:39 +0000 | [diff] [blame] | 76 | '../tests/FrontBufferedStreamTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 77 | '../tests/GeometryTest.cpp', |
halcanary@google.com | 29d4e63 | 2013-10-11 18:21:56 +0000 | [diff] [blame] | 78 | '../tests/GifTest.cpp', |
bsalomon@google.com | 57f5d98 | 2011-10-24 21:17:53 +0000 | [diff] [blame] | 79 | '../tests/GLInterfaceValidation.cpp', |
bsalomon@google.com | a8e686e | 2011-08-16 15:45:58 +0000 | [diff] [blame] | 80 | '../tests/GLProgramsTest.cpp', |
scroggo@google.com | d5764e8 | 2012-08-22 15:00:05 +0000 | [diff] [blame] | 81 | '../tests/GpuBitmapCopyTest.cpp', |
commit-bot@chromium.org | a34995e | 2013-10-23 05:42:03 +0000 | [diff] [blame] | 82 | '../tests/GpuColorFilterTest.cpp', |
commit-bot@chromium.org | 19dd017 | 2013-08-05 13:28:55 +0000 | [diff] [blame] | 83 | '../tests/GpuDrawPathTest.cpp', |
keyar@chromium.org | 5bdef29 | 2012-08-14 22:02:48 +0000 | [diff] [blame] | 84 | '../tests/GrContextFactoryTest.cpp', |
commit-bot@chromium.org | 9901727 | 2013-11-08 18:45:27 +0000 | [diff] [blame] | 85 | '../tests/GrDrawTargetTest.cpp', |
reed@google.com | 8322697 | 2012-06-07 20:26:47 +0000 | [diff] [blame] | 86 | '../tests/GradientTest.cpp', |
bsalomon@google.com | 4da34e3 | 2012-06-19 15:40:27 +0000 | [diff] [blame] | 87 | '../tests/GrMemoryPoolTest.cpp', |
bsalomon@google.com | 686bcb8 | 2013-04-09 15:04:12 +0000 | [diff] [blame] | 88 | '../tests/GrSurfaceTest.cpp', |
rmistry@google.com | d6bab02 | 2013-12-02 13:50:38 +0000 | [diff] [blame] | 89 | '../tests/GrUnitTests.cpp', |
robertphillips@google.com | 3b57ded | 2012-09-18 17:16:33 +0000 | [diff] [blame] | 90 | '../tests/HashCacheTest.cpp', |
reed@google.com | 602a1d7 | 2013-07-23 19:13:54 +0000 | [diff] [blame] | 91 | '../tests/ImageCacheTest.cpp', |
scroggo@google.com | 2bbc2c9 | 2013-06-14 15:33:20 +0000 | [diff] [blame] | 92 | '../tests/ImageDecodingTest.cpp', |
senorblanco@chromium.org | 194d775 | 2013-07-24 22:19:24 +0000 | [diff] [blame] | 93 | '../tests/ImageFilterTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 94 | '../tests/InfRectTest.cpp', |
halcanary@google.com | fed3037 | 2013-10-04 12:46:45 +0000 | [diff] [blame] | 95 | '../tests/JpegTest.cpp', |
bsalomon@google.com | bbe5290 | 2012-12-03 18:01:45 +0000 | [diff] [blame] | 96 | '../tests/LListTest.cpp', |
commit-bot@chromium.org | 8f83825 | 2013-05-22 12:35:50 +0000 | [diff] [blame] | 97 | '../tests/LayerDrawLooperTest.cpp', |
bungeman@google.com | cfcb1be | 2013-01-31 19:47:48 +0000 | [diff] [blame] | 98 | '../tests/MD5Test.cpp', |
halcanary@google.com | 1bed687 | 2014-01-02 17:29:28 +0000 | [diff] [blame] | 99 | '../tests/MallocPixelRefTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 100 | '../tests/MathTest.cpp', |
| 101 | '../tests/MatrixTest.cpp', |
reed@google.com | 125002a | 2011-06-09 19:13:41 +0000 | [diff] [blame] | 102 | '../tests/Matrix44Test.cpp', |
mtklein@google.com | 519f967 | 2013-09-20 14:31:45 +0000 | [diff] [blame] | 103 | '../tests/MemoryTest.cpp', |
mike@reedtribe.org | c52b192 | 2012-01-07 03:49:13 +0000 | [diff] [blame] | 104 | '../tests/MemsetTest.cpp', |
commit-bot@chromium.org | 50a3043 | 2013-10-24 17:44:27 +0000 | [diff] [blame] | 105 | '../tests/MessageBusTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 106 | '../tests/MetaDataTest.cpp', |
reed@google.com | eed6f1b | 2013-07-18 19:53:31 +0000 | [diff] [blame] | 107 | '../tests/MipMapTest.cpp', |
mtklein@google.com | 3a19fb5 | 2013-10-09 16:12:23 +0000 | [diff] [blame] | 108 | '../tests/OnceTest.cpp', |
scroggo@google.com | ccd7afb | 2013-05-28 16:45:07 +0000 | [diff] [blame] | 109 | '../tests/OSPathTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 110 | '../tests/PackBitsTest.cpp', |
| 111 | '../tests/PaintTest.cpp', |
| 112 | '../tests/ParsePathTest.cpp', |
tomhudson@google.com | fc1539a | 2011-06-24 15:43:24 +0000 | [diff] [blame] | 113 | '../tests/PathCoverageTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 114 | '../tests/PathMeasureTest.cpp', |
| 115 | '../tests/PathTest.cpp', |
commit-bot@chromium.org | 064779a | 2013-07-01 17:50:29 +0000 | [diff] [blame] | 116 | '../tests/PathUtilsTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 117 | '../tests/PDFPrimitivesTest.cpp', |
scroggo@google.com | d614c6a | 2012-09-14 17:26:37 +0000 | [diff] [blame] | 118 | '../tests/PictureTest.cpp', |
keyar@chromium.org | d1dc920 | 2012-07-09 18:32:08 +0000 | [diff] [blame] | 119 | '../tests/PictureUtilsTest.cpp', |
scroggo@google.com | d614c6a | 2012-09-14 17:26:37 +0000 | [diff] [blame] | 120 | '../tests/PipeTest.cpp', |
commit-bot@chromium.org | 50a3043 | 2013-10-24 17:44:27 +0000 | [diff] [blame] | 121 | '../tests/PixelRefTest.cpp', |
epoger@google.com | d33f75c | 2011-06-15 18:49:21 +0000 | [diff] [blame] | 122 | '../tests/PointTest.cpp', |
bsalomon@google.com | a91e923 | 2012-02-23 15:39:54 +0000 | [diff] [blame] | 123 | '../tests/PremulAlphaRoundTripTest.cpp', |
reed@google.com | 3d60812 | 2011-11-21 15:16:16 +0000 | [diff] [blame] | 124 | '../tests/QuickRejectTest.cpp', |
jvanverth@google.com | 5a90ada | 2013-02-08 17:13:09 +0000 | [diff] [blame] | 125 | '../tests/RandomTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 126 | '../tests/Reader32Test.cpp', |
bsalomon@google.com | c698097 | 2011-11-02 19:57:21 +0000 | [diff] [blame] | 127 | '../tests/ReadPixelsTest.cpp', |
robertphillips@google.com | 443e5a5 | 2012-04-30 20:01:21 +0000 | [diff] [blame] | 128 | '../tests/ReadWriteAlphaTest.cpp', |
bungeman@google.com | 5548752 | 2012-05-14 14:09:24 +0000 | [diff] [blame] | 129 | '../tests/RefCntTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 130 | '../tests/RefDictTest.cpp', |
| 131 | '../tests/RegionTest.cpp', |
commit-bot@chromium.org | c28f555 | 2013-08-08 22:55:21 +0000 | [diff] [blame] | 132 | '../tests/ResourceCacheTest.cpp', |
robertphillips@google.com | 5985e7c | 2012-11-29 13:24:55 +0000 | [diff] [blame] | 133 | '../tests/RoundRectTest.cpp', |
halcanary@google.com | 1f0121a | 2013-11-06 15:07:44 +0000 | [diff] [blame] | 134 | '../tests/RuntimeConfigTest.cpp', |
rileya@google.com | 1f45e93 | 2012-09-05 16:10:59 +0000 | [diff] [blame] | 135 | '../tests/RTreeTest.cpp', |
bungeman@google.com | cfcb1be | 2013-01-31 19:47:48 +0000 | [diff] [blame] | 136 | '../tests/SHA1Test.cpp', |
reed@google.com | d230e3e | 2011-12-05 20:49:37 +0000 | [diff] [blame] | 137 | '../tests/ScalarTest.cpp', |
commit-bot@chromium.org | 0251288 | 2013-10-31 18:37:50 +0000 | [diff] [blame] | 138 | '../tests/SerializationTest.cpp', |
sugoi@google.com | a1c511b | 2013-02-21 15:02:28 +0000 | [diff] [blame] | 139 | '../tests/ShaderImageFilterTest.cpp', |
junov@chromium.org | b6e1619 | 2011-12-09 15:48:03 +0000 | [diff] [blame] | 140 | '../tests/ShaderOpacityTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 141 | '../tests/Sk64Test.cpp', |
| 142 | '../tests/skia_test.cpp', |
| 143 | '../tests/SortTest.cpp', |
| 144 | '../tests/SrcOverTest.cpp', |
| 145 | '../tests/StreamTest.cpp', |
| 146 | '../tests/StringTest.cpp', |
reed@google.com | 603dbed | 2012-11-20 19:00:28 +0000 | [diff] [blame] | 147 | '../tests/StrokeTest.cpp', |
junov@chromium.org | 995beb6 | 2013-03-28 13:49:22 +0000 | [diff] [blame] | 148 | '../tests/SurfaceTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 149 | '../tests/Test.cpp', |
bsalomon@google.com | a8e686e | 2011-08-16 15:45:58 +0000 | [diff] [blame] | 150 | '../tests/Test.h', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 151 | '../tests/TestSize.cpp', |
junov@chromium.org | adc58e4 | 2012-11-07 17:38:38 +0000 | [diff] [blame] | 152 | '../tests/TileGridTest.cpp', |
reed@google.com | 7b57892 | 2012-05-21 15:29:27 +0000 | [diff] [blame] | 153 | '../tests/TLSTest.cpp', |
edisonn@google.com | 04115a1 | 2013-02-25 20:07:24 +0000 | [diff] [blame] | 154 | '../tests/TSetTest.cpp', |
bsalomon@google.com | a8e686e | 2011-08-16 15:45:58 +0000 | [diff] [blame] | 155 | '../tests/ToUnicode.cpp', |
djsollen@google.com | 1f584ed | 2013-09-19 12:08:40 +0000 | [diff] [blame] | 156 | '../tests/Typeface.cpp', |
reed@google.com | 419f433 | 2011-12-21 15:21:32 +0000 | [diff] [blame] | 157 | '../tests/UnicodeTest.cpp', |
commit-bot@chromium.org | c1bf2de | 2013-08-14 18:14:37 +0000 | [diff] [blame] | 158 | '../tests/UnitTestTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 159 | '../tests/UtilsTest.cpp', |
vandebo@chromium.org | beb7fe1 | 2011-11-11 19:38:54 +0000 | [diff] [blame] | 160 | '../tests/WArrayTest.cpp', |
bsalomon@google.com | d58a1cd | 2011-11-10 20:57:43 +0000 | [diff] [blame] | 161 | '../tests/WritePixelsTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 162 | '../tests/Writer32Test.cpp', |
| 163 | '../tests/XfermodeTest.cpp', |
scroggo@google.com | 10dccde | 2012-08-08 20:43:22 +0000 | [diff] [blame] | 164 | |
scroggo@google.com | 7d8013f | 2013-11-20 21:40:57 +0000 | [diff] [blame] | 165 | '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 166 | '../tests/TDStackNesterTest.cpp', |
| 167 | |
scroggo@google.com | 10dccde | 2012-08-08 20:43:22 +0000 | [diff] [blame] | 168 | # Needed for PipeTest. |
| 169 | '../src/pipe/utils/SamplePipeControllers.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 170 | ], |
| 171 | 'dependencies': [ |
djsollen@google.com | 52f0297 | 2013-06-03 12:10:19 +0000 | [diff] [blame] | 172 | 'skia_lib.gyp:skia_lib', |
commit-bot@chromium.org | ba59d64 | 2013-04-11 16:54:09 +0000 | [diff] [blame] | 173 | 'flags.gyp:flags', |
reed@google.com | 125002a | 2011-06-09 19:13:41 +0000 | [diff] [blame] | 174 | 'experimental.gyp:experimental', |
epoger@google.com | dcab3a1 | 2011-06-24 19:09:09 +0000 | [diff] [blame] | 175 | 'pdf.gyp:pdf', |
keyar@chromium.org | d1dc920 | 2012-07-09 18:32:08 +0000 | [diff] [blame] | 176 | 'tools.gyp:picture_utils', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 177 | ], |
bsalomon@google.com | cf8fb1f | 2012-08-02 14:03:32 +0000 | [diff] [blame] | 178 | 'conditions': [ |
| 179 | [ 'skia_gpu == 1', { |
| 180 | 'include_dirs': [ |
| 181 | '../src/gpu', |
| 182 | ], |
bsalomon@google.com | cf8fb1f | 2012-08-02 14:03:32 +0000 | [diff] [blame] | 183 | }], |
| 184 | ], |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 185 | }, |
| 186 | ], |
| 187 | } |