scroggo@google.com | f1754ec | 2013-06-28 21:32:00 +0000 | [diff] [blame] | 1 | # Gyp for utils. |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 2 | { |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 3 | 'targets': [ |
| 4 | { |
| 5 | 'target_name': 'utils', |
borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 6 | 'product_name': 'skia_utils', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 7 | 'type': 'static_library', |
borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 8 | 'standalone_static_library': 1, |
bungeman@google.com | b8f3655 | 2013-07-22 14:39:45 +0000 | [diff] [blame] | 9 | 'dependencies': [ |
| 10 | 'core.gyp:*', |
| 11 | ], |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 12 | 'include_dirs': [ |
junov@chromium.org | 77eec24 | 2012-07-18 17:54:45 +0000 | [diff] [blame] | 13 | '../include/effects', |
bungeman@google.com | 8c6a4f2 | 2013-04-23 18:06:23 +0000 | [diff] [blame] | 14 | '../include/images', |
scroggo@google.com | f1754ec | 2013-06-28 21:32:00 +0000 | [diff] [blame] | 15 | '../include/lazy', |
commit-bot@chromium.org | 064779a | 2013-07-01 17:50:29 +0000 | [diff] [blame] | 16 | '../include/pathops', |
junov@chromium.org | 77eec24 | 2012-07-18 17:54:45 +0000 | [diff] [blame] | 17 | '../include/pipe', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 18 | '../include/utils', |
epoger@google.com | 0a030cd | 2011-06-02 19:52:14 +0000 | [diff] [blame] | 19 | '../include/utils/mac', |
senorblanco@chromium.org | 907afca | 2011-06-01 20:55:45 +0000 | [diff] [blame] | 20 | '../include/utils/unix', |
bungeman@google.com | 9df621d | 2011-06-23 21:43:52 +0000 | [diff] [blame] | 21 | '../include/utils/win', |
bungeman@google.com | 5a64e58 | 2012-03-29 14:51:56 +0000 | [diff] [blame] | 22 | '../include/xml', |
junov@chromium.org | baa0220 | 2013-01-24 14:38:23 +0000 | [diff] [blame] | 23 | '../src/core', |
bungeman@google.com | e8f0592 | 2012-08-16 16:13:40 +0000 | [diff] [blame] | 24 | '../src/utils', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 25 | ], |
| 26 | 'sources': [ |
scroggo@google.com | 4177ef4 | 2012-10-31 15:52:16 +0000 | [diff] [blame] | 27 | # Classes for a threadpool. |
| 28 | '../include/utils/SkCondVar.h', |
| 29 | '../include/utils/SkCountdown.h', |
| 30 | '../include/utils/SkRunnable.h', |
| 31 | '../include/utils/SkThreadPool.h', |
| 32 | '../src/utils/SkCondVar.cpp', |
| 33 | '../src/utils/SkCountdown.cpp', |
| 34 | '../src/utils/SkThreadPool.cpp', |
| 35 | |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 36 | '../include/utils/SkBoundaryPatch.h', |
| 37 | '../include/utils/SkCamera.h', |
| 38 | '../include/utils/SkCubicInterval.h', |
| 39 | '../include/utils/SkCullPoints.h', |
humper@google.com | 5d0a769 | 2013-02-14 18:57:59 +0000 | [diff] [blame] | 40 | '../include/utils/SkDebugUtils.h', |
junov@google.com | 4370aed | 2012-01-18 16:21:08 +0000 | [diff] [blame] | 41 | '../include/utils/SkDeferredCanvas.h', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 42 | '../include/utils/SkDumpCanvas.h', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 43 | '../include/utils/SkInterpolator.h', |
| 44 | '../include/utils/SkLayer.h', |
reed@google.com | c8cc60c | 2011-06-13 14:58:44 +0000 | [diff] [blame] | 45 | '../include/utils/SkMatrix44.h', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 46 | '../include/utils/SkMeshUtils.h', |
| 47 | '../include/utils/SkNinePatch.h', |
| 48 | '../include/utils/SkNWayCanvas.h', |
bsalomon@google.com | 19bbd3d | 2012-06-11 15:39:15 +0000 | [diff] [blame] | 49 | '../include/utils/SkNullCanvas.h', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 50 | '../include/utils/SkParse.h', |
| 51 | '../include/utils/SkParsePaint.h', |
| 52 | '../include/utils/SkParsePath.h', |
djsollen@google.com | fdabcb5 | 2012-12-05 06:15:42 +0000 | [diff] [blame] | 53 | '../include/utils/SkPictureUtils.h', |
bsalomon@google.com | 3bc7200 | 2013-01-25 17:49:03 +0000 | [diff] [blame] | 54 | '../include/utils/SkRandom.h', |
humper@google.com | 7af56be | 2013-01-14 18:49:19 +0000 | [diff] [blame] | 55 | '../include/utils/SkRTConf.h', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 56 | '../include/utils/SkProxyCanvas.h', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 57 | '../include/utils/SkUnitMappers.h', |
bsalomon@google.com | bd7c641 | 2011-12-01 16:34:28 +0000 | [diff] [blame] | 58 | '../include/utils/SkWGL.h', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 59 | |
bungeman@google.com | af5bbf2 | 2012-02-07 20:47:38 +0000 | [diff] [blame] | 60 | '../src/utils/SkBase64.cpp', |
| 61 | '../src/utils/SkBase64.h', |
epoger@google.com | 908f583 | 2013-04-12 02:23:55 +0000 | [diff] [blame] | 62 | '../src/utils/SkBitmapHasher.cpp', |
| 63 | '../src/utils/SkBitmapHasher.h', |
vandebo@chromium.org | ec1a7fa | 2012-03-21 23:11:46 +0000 | [diff] [blame] | 64 | '../src/utils/SkBitSet.cpp', |
| 65 | '../src/utils/SkBitSet.h', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 66 | '../src/utils/SkBoundaryPatch.cpp', |
| 67 | '../src/utils/SkCamera.cpp', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 68 | '../src/utils/SkCubicInterval.cpp', |
| 69 | '../src/utils/SkCullPoints.cpp', |
junov@google.com | 4370aed | 2012-01-18 16:21:08 +0000 | [diff] [blame] | 70 | '../src/utils/SkDeferredCanvas.cpp', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 71 | '../src/utils/SkDumpCanvas.cpp', |
bungeman@google.com | e8f0592 | 2012-08-16 16:13:40 +0000 | [diff] [blame] | 72 | '../src/utils/SkFloatUtils.h', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 73 | '../src/utils/SkInterpolator.cpp', |
| 74 | '../src/utils/SkLayer.cpp', |
reed@google.com | c8cc60c | 2011-06-13 14:58:44 +0000 | [diff] [blame] | 75 | '../src/utils/SkMatrix44.cpp', |
bungeman@google.com | cfcb1be | 2013-01-31 19:47:48 +0000 | [diff] [blame] | 76 | '../src/utils/SkMD5.cpp', |
| 77 | '../src/utils/SkMD5.h', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 78 | '../src/utils/SkMeshUtils.cpp', |
| 79 | '../src/utils/SkNinePatch.cpp', |
| 80 | '../src/utils/SkNWayCanvas.cpp', |
bsalomon@google.com | 19bbd3d | 2012-06-11 15:39:15 +0000 | [diff] [blame] | 81 | '../src/utils/SkNullCanvas.cpp', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 82 | '../src/utils/SkOSFile.cpp', |
| 83 | '../src/utils/SkParse.cpp', |
| 84 | '../src/utils/SkParseColor.cpp', |
| 85 | '../src/utils/SkParsePath.cpp', |
reed@google.com | fe7b1ed | 2012-11-29 21:00:39 +0000 | [diff] [blame] | 86 | '../src/utils/SkPictureUtils.cpp', |
commit-bot@chromium.org | 064779a | 2013-07-01 17:50:29 +0000 | [diff] [blame] | 87 | '../src/utils/SkPathUtils.cpp', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 88 | '../src/utils/SkProxyCanvas.cpp', |
bungeman@google.com | cfcb1be | 2013-01-31 19:47:48 +0000 | [diff] [blame] | 89 | '../src/utils/SkSHA1.cpp', |
| 90 | '../src/utils/SkSHA1.h', |
humper@google.com | 7af56be | 2013-01-14 18:49:19 +0000 | [diff] [blame] | 91 | '../src/utils/SkRTConf.cpp', |
bungeman@google.com | 5548752 | 2012-05-14 14:09:24 +0000 | [diff] [blame] | 92 | '../src/utils/SkThreadUtils.h', |
| 93 | '../src/utils/SkThreadUtils_pthread.cpp', |
| 94 | '../src/utils/SkThreadUtils_pthread.h', |
| 95 | '../src/utils/SkThreadUtils_pthread_linux.cpp', |
| 96 | '../src/utils/SkThreadUtils_pthread_mach.cpp', |
| 97 | '../src/utils/SkThreadUtils_pthread_other.cpp', |
| 98 | '../src/utils/SkThreadUtils_win.cpp', |
| 99 | '../src/utils/SkThreadUtils_win.h', |
bungeman@google.com | f5cc5b1 | 2013-07-12 18:22:49 +0000 | [diff] [blame] | 100 | '../src/utils/SkTFitsIn.h', |
| 101 | '../src/utils/SkTLogic.h', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 102 | '../src/utils/SkUnitMappers.cpp', |
| 103 | |
bungeman@google.com | 9df621d | 2011-06-23 21:43:52 +0000 | [diff] [blame] | 104 | #mac |
bungeman@google.com | 63aab2f | 2011-06-01 16:15:43 +0000 | [diff] [blame] | 105 | '../include/utils/mac/SkCGUtils.h', |
bungeman@google.com | 63aab2f | 2011-06-01 16:15:43 +0000 | [diff] [blame] | 106 | '../src/utils/mac/SkCreateCGImageRef.cpp', |
rmistry@google.com | d6176b0 | 2012-08-23 18:14:13 +0000 | [diff] [blame] | 107 | |
bungeman@google.com | 9df621d | 2011-06-23 21:43:52 +0000 | [diff] [blame] | 108 | #windows |
| 109 | '../include/utils/win/SkAutoCoInitialize.h', |
bungeman@google.com | b29c883 | 2011-10-10 13:19:10 +0000 | [diff] [blame] | 110 | '../include/utils/win/SkHRESULT.h', |
bungeman@google.com | 9df621d | 2011-06-23 21:43:52 +0000 | [diff] [blame] | 111 | '../include/utils/win/SkIStream.h', |
| 112 | '../include/utils/win/SkTScopedComPtr.h', |
| 113 | '../src/utils/win/SkAutoCoInitialize.cpp', |
bungeman@google.com | e8f0592 | 2012-08-16 16:13:40 +0000 | [diff] [blame] | 114 | '../src/utils/win/SkDWriteFontFileStream.cpp', |
| 115 | '../src/utils/win/SkDWriteFontFileStream.h', |
| 116 | '../src/utils/win/SkDWriteGeometrySink.cpp', |
| 117 | '../src/utils/win/SkDWriteGeometrySink.h', |
bungeman@google.com | b29c883 | 2011-10-10 13:19:10 +0000 | [diff] [blame] | 118 | '../src/utils/win/SkHRESULT.cpp', |
bungeman@google.com | 9df621d | 2011-06-23 21:43:52 +0000 | [diff] [blame] | 119 | '../src/utils/win/SkIStream.cpp', |
bsalomon@google.com | bd7c641 | 2011-12-01 16:34:28 +0000 | [diff] [blame] | 120 | '../src/utils/win/SkWGL_win.cpp', |
skia.committer@gmail.com | 26da7f0 | 2013-06-01 07:01:39 +0000 | [diff] [blame] | 121 | |
reed@google.com | 7edec14 | 2013-05-31 20:17:57 +0000 | [diff] [blame] | 122 | #testing |
| 123 | '../src/fonts/SkGScalerContext.cpp', |
| 124 | '../src/fonts/SkGScalerContext.h', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 125 | ], |
| 126 | 'sources!': [ |
bungeman@google.com | 63aab2f | 2011-06-01 16:15:43 +0000 | [diff] [blame] | 127 | '../src/utils/SDL/SkOSWindow_SDL.cpp', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 128 | ], |
| 129 | 'conditions': [ |
epoger@google.com | 8846cb2 | 2011-07-01 20:20:07 +0000 | [diff] [blame] | 130 | [ 'skia_os == "mac"', { |
epoger@google.com | c39f175 | 2011-06-03 17:52:12 +0000 | [diff] [blame] | 131 | 'link_settings': { |
| 132 | 'libraries': [ |
| 133 | '$(SDKROOT)/System/Library/Frameworks/AGL.framework', |
| 134 | ], |
| 135 | }, |
caryclark@google.com | 5c83dcc | 2012-09-26 13:02:37 +0000 | [diff] [blame] | 136 | }], |
| 137 | [ 'skia_os in ["mac", "ios"]', { |
bungeman@google.com | fe5afe5 | 2011-06-24 13:58:17 +0000 | [diff] [blame] | 138 | 'direct_dependent_settings': { |
| 139 | 'include_dirs': [ |
| 140 | '../include/utils/mac', |
| 141 | ], |
| 142 | }, |
bungeman@google.com | 5548752 | 2012-05-14 14:09:24 +0000 | [diff] [blame] | 143 | 'sources!': [ |
| 144 | '../src/utils/SkThreadUtils_pthread_other.cpp', |
| 145 | ], |
epoger@google.com | 8846cb2 | 2011-07-01 20:20:07 +0000 | [diff] [blame] | 146 | },{ #else if 'skia_os != "mac"' |
senorblanco@chromium.org | 907afca | 2011-06-01 20:55:45 +0000 | [diff] [blame] | 147 | 'include_dirs!': [ |
bungeman@google.com | 9df621d | 2011-06-23 21:43:52 +0000 | [diff] [blame] | 148 | '../include/utils/mac', |
| 149 | ], |
| 150 | 'sources!': [ |
| 151 | '../include/utils/mac/SkCGUtils.h', |
| 152 | '../src/utils/mac/SkCreateCGImageRef.cpp', |
bungeman@google.com | 5548752 | 2012-05-14 14:09:24 +0000 | [diff] [blame] | 153 | '../src/utils/SkThreadUtils_pthread_mach.cpp', |
senorblanco@chromium.org | 907afca | 2011-06-01 20:55:45 +0000 | [diff] [blame] | 154 | ], |
bungeman@google.com | 63aab2f | 2011-06-01 16:15:43 +0000 | [diff] [blame] | 155 | }], |
borenet@google.com | 05d550e | 2013-06-11 15:52:19 +0000 | [diff] [blame] | 156 | [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', { |
bungeman@google.com | 5548752 | 2012-05-14 14:09:24 +0000 | [diff] [blame] | 157 | 'sources!': [ |
| 158 | '../src/utils/SkThreadUtils_pthread_other.cpp', |
| 159 | ], |
borenet@google.com | 05d550e | 2013-06-11 15:52:19 +0000 | [diff] [blame] | 160 | },{ #else if 'skia_os not in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]' |
bungeman@google.com | 9df621d | 2011-06-23 21:43:52 +0000 | [diff] [blame] | 161 | 'include_dirs!': [ |
| 162 | '../include/utils/unix', |
| 163 | ], |
bungeman@google.com | 5548752 | 2012-05-14 14:09:24 +0000 | [diff] [blame] | 164 | 'sources!': [ |
| 165 | '../src/utils/SkThreadUtils_pthread_linux.cpp', |
| 166 | ], |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 167 | }], |
epoger@google.com | 8846cb2 | 2011-07-01 20:20:07 +0000 | [diff] [blame] | 168 | [ 'skia_os == "win"', { |
bungeman@google.com | 9df621d | 2011-06-23 21:43:52 +0000 | [diff] [blame] | 169 | 'direct_dependent_settings': { |
| 170 | 'include_dirs': [ |
| 171 | '../include/utils/win', |
| 172 | ], |
| 173 | }, |
bungeman@google.com | 5548752 | 2012-05-14 14:09:24 +0000 | [diff] [blame] | 174 | 'sources!': [ |
| 175 | '../src/utils/SkThreadUtils_pthread.cpp', |
| 176 | '../src/utils/SkThreadUtils_pthread.h', |
| 177 | '../src/utils/SkThreadUtils_pthread_other.cpp', |
| 178 | ], |
epoger@google.com | 8846cb2 | 2011-07-01 20:20:07 +0000 | [diff] [blame] | 179 | },{ #else if 'skia_os != "win"' |
bungeman@google.com | 9df621d | 2011-06-23 21:43:52 +0000 | [diff] [blame] | 180 | 'include_dirs!': [ |
| 181 | '../include/utils/win', |
| 182 | ], |
bsalomon@google.com | bd7c641 | 2011-12-01 16:34:28 +0000 | [diff] [blame] | 183 | 'sources/': [ ['exclude', '_win.(h|cpp)$'],], |
bungeman@google.com | 9df621d | 2011-06-23 21:43:52 +0000 | [diff] [blame] | 184 | 'sources!': [ |
| 185 | '../include/utils/win/SkAutoCoInitialize.h', |
bungeman@google.com | b29c883 | 2011-10-10 13:19:10 +0000 | [diff] [blame] | 186 | '../include/utils/win/SkHRESULT.h', |
bungeman@google.com | 9df621d | 2011-06-23 21:43:52 +0000 | [diff] [blame] | 187 | '../include/utils/win/SkIStream.h', |
| 188 | '../include/utils/win/SkTScopedComPtr.h', |
| 189 | '../src/utils/win/SkAutoCoInitialize.cpp', |
bungeman@google.com | e8f0592 | 2012-08-16 16:13:40 +0000 | [diff] [blame] | 190 | '../src/utils/win/SkDWriteFontFileStream.cpp', |
| 191 | '../src/utils/win/SkDWriteFontFileStream.h', |
| 192 | '../src/utils/win/SkDWriteGeometrySink.cpp', |
| 193 | '../src/utils/win/SkDWriteGeometrySink.h', |
bungeman@google.com | b29c883 | 2011-10-10 13:19:10 +0000 | [diff] [blame] | 194 | '../src/utils/win/SkHRESULT.cpp', |
bungeman@google.com | 9df621d | 2011-06-23 21:43:52 +0000 | [diff] [blame] | 195 | '../src/utils/win/SkIStream.cpp', |
bungeman@google.com | 9df621d | 2011-06-23 21:43:52 +0000 | [diff] [blame] | 196 | ], |
bungeman@google.com | 3b0a8da | 2011-06-02 15:38:06 +0000 | [diff] [blame] | 197 | }], |
borenet@google.com | 7158e6a | 2012-11-01 17:43:44 +0000 | [diff] [blame] | 198 | [ 'skia_os == "nacl"', { |
borenet@google.com | a98eb91 | 2012-09-04 21:09:40 +0000 | [diff] [blame] | 199 | 'sources': [ |
| 200 | '../src/utils/SkThreadUtils_pthread_other.cpp', |
| 201 | ], |
| 202 | 'sources!': [ |
| 203 | '../src/utils/SkThreadUtils_pthread_linux.cpp', |
| 204 | ], |
| 205 | }], |
djsollen@google.com | 276a295 | 2012-11-19 19:34:23 +0000 | [diff] [blame] | 206 | [ 'skia_os == "android"', { |
| 207 | 'sources': [ |
djsollen@google.com | efbe8e9 | 2013-02-07 18:58:35 +0000 | [diff] [blame] | 208 | '../src/utils/android/ashmem.cpp', |
djsollen@google.com | 276a295 | 2012-11-19 19:34:23 +0000 | [diff] [blame] | 209 | ], |
| 210 | }], |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 211 | ], |
| 212 | 'direct_dependent_settings': { |
| 213 | 'include_dirs': [ |
| 214 | '../include/utils', |
| 215 | ], |
| 216 | }, |
| 217 | }, |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 218 | ], |
| 219 | } |
| 220 | |
| 221 | # Local Variables: |
| 222 | # tab-width:2 |
| 223 | # indent-tabs-mode:nil |
| 224 | # End: |
| 225 | # vim: set expandtab tabstop=2 shiftwidth=2: |