| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 1 | { |
| bsalomon@google.com | e295313 | 2011-10-13 13:33:08 +0000 | [diff] [blame] | 2 | 'target_defaults': { |
| 3 | 'conditions': [ |
| 4 | ['skia_os != "win"', { |
| 5 | 'sources/': [ ['exclude', '_win.(h|cpp)$'], |
| 6 | ], |
| 7 | }], |
| 8 | ['skia_os != "mac"', { |
| bsalomon@google.com | 2b64f84 | 2012-10-02 15:25:12 +0000 | [diff] [blame] | 9 | 'sources/': [ ['exclude', '_mac.(h|cpp|m|mm)$'], |
| bsalomon@google.com | e295313 | 2011-10-13 13:33:08 +0000 | [diff] [blame] | 10 | ], |
| 11 | }], |
| 12 | ['skia_os != "linux"', { |
| 13 | 'sources/': [ ['exclude', '_unix.(h|cpp)$'], |
| 14 | ], |
| 15 | }], |
| 16 | ['skia_os != "ios"', { |
| bsalomon@google.com | 2b64f84 | 2012-10-02 15:25:12 +0000 | [diff] [blame] | 17 | 'sources/': [ ['exclude', '_iOS.(h|cpp|m|mm)$'], |
| bsalomon@google.com | e295313 | 2011-10-13 13:33:08 +0000 | [diff] [blame] | 18 | ], |
| 19 | }], |
| 20 | ['skia_os != "android"', { |
| 21 | 'sources/': [ ['exclude', '_android.(h|cpp)$'], |
| 22 | ], |
| 23 | }], |
| 24 | [ 'skia_os == "android"', { |
| 25 | 'defines': [ |
| 26 | 'GR_ANDROID_BUILD=1', |
| 27 | ], |
| 28 | }], |
| 29 | [ 'skia_os == "mac"', { |
| 30 | 'defines': [ |
| 31 | 'GR_MAC_BUILD=1', |
| 32 | ], |
| 33 | }], |
| 34 | [ 'skia_os == "linux"', { |
| 35 | 'defines': [ |
| 36 | 'GR_LINUX_BUILD=1', |
| 37 | ], |
| 38 | }], |
| 39 | [ 'skia_os == "ios"', { |
| 40 | 'defines': [ |
| 41 | 'GR_IOS_BUILD=1', |
| 42 | ], |
| 43 | }], |
| 44 | [ 'skia_os == "win"', { |
| 45 | 'defines': [ |
| 46 | 'GR_WIN32_BUILD=1', |
| bsalomon@google.com | e295313 | 2011-10-13 13:33:08 +0000 | [diff] [blame] | 47 | ], |
| 48 | }], |
| bsalomon@google.com | cf8fb1f | 2012-08-02 14:03:32 +0000 | [diff] [blame] | 49 | # nullify the targets in this gyp file if skia_gpu is 0 |
| 50 | [ 'skia_gpu == 0', { |
| 51 | 'sources/': [ |
| 52 | ['exclude', '.*'], |
| 53 | ], |
| 54 | 'defines/': [ |
| 55 | ['exclude', '.*'], |
| 56 | ], |
| 57 | 'include_dirs/': [ |
| 58 | ['exclude', '.*'], |
| 59 | ], |
| 60 | 'link_settings': { |
| 61 | 'libraries/': [ |
| 62 | ['exclude', '.*'], |
| 63 | ], |
| 64 | }, |
| 65 | 'direct_dependent_settings': { |
| 66 | 'defines/': [ |
| 67 | ['exclude', '.*'], |
| 68 | ], |
| 69 | 'include_dirs/': [ |
| 70 | ['exclude', '.*'], |
| 71 | ], |
| 72 | }, |
| 73 | }], |
| djsollen@google.com | 42041e6 | 2012-10-29 19:24:45 +0000 | [diff] [blame^] | 74 | [ 'skia_texture_cache_mb_limit != 0', { |
| 75 | 'defines': [ |
| 76 | 'GR_DEFAULT_TEXTURE_CACHE_MB_LIMIT=<(skia_texture_cache_mb_limit)', |
| 77 | ], |
| 78 | }], |
| bsalomon@google.com | e295313 | 2011-10-13 13:33:08 +0000 | [diff] [blame] | 79 | ], |
| 80 | 'direct_dependent_settings': { |
| 81 | 'conditions': [ |
| 82 | [ 'skia_os == "android"', { |
| 83 | 'defines': [ |
| 84 | 'GR_ANDROID_BUILD=1', |
| 85 | ], |
| 86 | }], |
| 87 | [ 'skia_os == "mac"', { |
| 88 | 'defines': [ |
| 89 | 'GR_MAC_BUILD=1', |
| 90 | ], |
| 91 | }], |
| 92 | [ 'skia_os == "linux"', { |
| 93 | 'defines': [ |
| 94 | 'GR_LINUX_BUILD=1', |
| 95 | ], |
| 96 | }], |
| 97 | [ 'skia_os == "ios"', { |
| 98 | 'defines': [ |
| 99 | 'GR_IOS_BUILD=1', |
| 100 | ], |
| 101 | }], |
| 102 | [ 'skia_os == "win"', { |
| 103 | 'defines': [ |
| 104 | 'GR_WIN32_BUILD=1', |
| 105 | 'GR_GL_FUNCTION_TYPE=__stdcall', |
| 106 | ], |
| 107 | }], |
| 108 | ], |
| 109 | 'include_dirs': [ |
| 110 | '../include/gpu', |
| 111 | ], |
| 112 | }, |
| 113 | }, |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 114 | 'targets': [ |
| 115 | { |
| 116 | 'target_name': 'skgr', |
| borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 117 | 'product_name': 'skia_skgr', |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 118 | 'type': 'static_library', |
| borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 119 | 'standalone_static_library': 1, |
| bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 120 | 'includes': [ |
| 121 | 'gpu.gypi', |
| 122 | ], |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 123 | 'include_dirs': [ |
| bungeman@google.com | 5a64e58 | 2012-03-29 14:51:56 +0000 | [diff] [blame] | 124 | '../include/config', |
| 125 | '../include/core', |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 126 | '../src/core', |
| 127 | '../include/gpu', |
| bsalomon@google.com | 9c1f1ac | 2012-05-07 17:09:37 +0000 | [diff] [blame] | 128 | '../src/gpu', |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 129 | ], |
| robertphillips@google.com | 021bce9 | 2012-04-02 20:42:26 +0000 | [diff] [blame] | 130 | 'dependencies': [ |
| robertphillips@google.com | 021bce9 | 2012-04-02 20:42:26 +0000 | [diff] [blame] | 131 | 'angle.gyp:*', |
| 132 | ], |
| 133 | 'export_dependent_settings': [ |
| 134 | 'angle.gyp:*', |
| 135 | ], |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 136 | 'sources': [ |
| bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 137 | '<@(skgr_sources)', |
| 138 | '<@(skgr_native_gl_sources)', |
| 139 | '<@(skgr_angle_gl_sources)', |
| 140 | '<@(skgr_mesa_gl_sources)', |
| 141 | '<@(skgr_debug_gl_sources)', |
| 142 | '<@(skgr_null_gl_sources)', |
| bsalomon@google.com | 202a51b | 2012-09-04 14:37:12 +0000 | [diff] [blame] | 143 | 'gpu.gypi', # Makes the gypi appear in IDEs (but does not modify the build). |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 144 | ], |
| bsalomon@google.com | 373a663 | 2011-10-19 20:43:20 +0000 | [diff] [blame] | 145 | 'conditions': [ |
| 146 | [ 'not skia_mesa', { |
| 147 | 'sources!': [ |
| robertphillips@google.com | 78ff6b4 | 2012-03-28 19:37:51 +0000 | [diff] [blame] | 148 | '../src/gpu/gl/mesa/SkMesaGLContext.cpp', |
| bsalomon@google.com | 373a663 | 2011-10-19 20:43:20 +0000 | [diff] [blame] | 149 | ], |
| 150 | }], |
| 151 | [ 'skia_mesa and skia_os == "mac"', { |
| 152 | 'include_dirs': [ |
| 153 | '$(SDKROOT)/usr/X11/include/', |
| 154 | ], |
| 155 | }], |
| robertphillips@google.com | 021bce9 | 2012-04-02 20:42:26 +0000 | [diff] [blame] | 156 | [ 'not skia_angle', { |
| 157 | 'sources!': [ |
| 158 | '../include/gpu/gl/SkANGLEGLContext.h', |
| 159 | '../src/gpu/gl/angle/SkANGLEGLContext.cpp', |
| 160 | '../src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp', |
| 161 | ], |
| 162 | }], |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 163 | ], |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 164 | }, |
| 165 | { |
| 166 | 'target_name': 'gr', |
| borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 167 | 'product_name': 'skia_gr', |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 168 | 'type': 'static_library', |
| borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 169 | 'standalone_static_library': 1, |
| bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 170 | 'includes': [ |
| 171 | 'gpu.gypi', |
| 172 | ], |
| 173 | 'include_dirs': [ |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 174 | '../include/core', |
| 175 | '../include/config', |
| bsalomon@google.com | d38f137 | 2011-10-12 19:53:16 +0000 | [diff] [blame] | 176 | '../include/gpu', |
| bsalomon@google.com | 150d284 | 2012-01-12 20:19:56 +0000 | [diff] [blame] | 177 | '../src/core', # SkRasterClip.h |
| tomhudson@google.com | d8f856c | 2012-05-10 12:13:36 +0000 | [diff] [blame] | 178 | '../src/gpu' |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 179 | ], |
| 180 | 'dependencies': [ |
| robertphillips@google.com | 021bce9 | 2012-04-02 20:42:26 +0000 | [diff] [blame] | 181 | 'angle.gyp:*', |
| 182 | ], |
| 183 | 'export_dependent_settings': [ |
| 184 | 'angle.gyp:*', |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 185 | ], |
| 186 | 'sources': [ |
| bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 187 | '<@(gr_sources)', |
| 188 | '<@(gr_native_gl_sources)', |
| rmistry@google.com | d6176b0 | 2012-08-23 18:14:13 +0000 | [diff] [blame] | 189 | '<@(gr_angle_gl_sources)', |
| bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 190 | '<@(gr_mesa_gl_sources)', |
| 191 | '<@(gr_debug_gl_sources)', |
| 192 | '<@(gr_null_gl_sources)', |
| bsalomon@google.com | 202a51b | 2012-09-04 14:37:12 +0000 | [diff] [blame] | 193 | 'gpu.gypi', # Makes the gypi appear in IDEs (but does not modify the build). |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 194 | ], |
| 195 | 'defines': [ |
| 196 | 'GR_IMPLEMENTATION=1', |
| 197 | ], |
| 198 | 'conditions': [ |
| bsalomon@google.com | ded4f4b | 2012-06-28 18:48:06 +0000 | [diff] [blame] | 199 | [ 'skia_nv_path_rendering', { |
| 200 | 'defines': [ |
| 201 | 'GR_GL_USE_NV_PATH_RENDERING=1', |
| 202 | ], |
| 203 | }], |
| epoger@google.com | 8846cb2 | 2011-07-01 20:20:07 +0000 | [diff] [blame] | 204 | [ 'skia_os == "linux"', { |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 205 | 'sources!': [ |
| tomhudson@google.com | 4072556 | 2012-02-10 21:35:06 +0000 | [diff] [blame] | 206 | '../src/gpu/gl/GrGLDefaultInterface_none.cpp', |
| 207 | '../src/gpu/gl/GrGLCreateNativeInterface_none.cpp', |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 208 | ], |
| 209 | 'link_settings': { |
| 210 | 'libraries': [ |
| 211 | '-lGL', |
| 212 | '-lX11', |
| 213 | ], |
| 214 | }, |
| 215 | }], |
| bsalomon@google.com | 373a663 | 2011-10-19 20:43:20 +0000 | [diff] [blame] | 216 | [ 'skia_mesa and skia_os == "linux"', { |
| 217 | 'link_settings': { |
| 218 | 'libraries': [ |
| 219 | '-lOSMesa', |
| 220 | ], |
| 221 | }, |
| 222 | }], |
| epoger@google.com | 8846cb2 | 2011-07-01 20:20:07 +0000 | [diff] [blame] | 223 | [ 'skia_os == "mac"', { |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 224 | 'link_settings': { |
| 225 | 'libraries': [ |
| 226 | '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
| 227 | ], |
| 228 | }, |
| 229 | 'sources!': [ |
| tomhudson@google.com | 4072556 | 2012-02-10 21:35:06 +0000 | [diff] [blame] | 230 | '../src/gpu/gl/GrGLDefaultInterface_none.cpp', |
| 231 | '../src/gpu/gl/GrGLCreateNativeInterface_none.cpp', |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 232 | ], |
| bsalomon@google.com | 373a663 | 2011-10-19 20:43:20 +0000 | [diff] [blame] | 233 | }], |
| 234 | [ 'skia_mesa and skia_os == "mac"', { |
| 235 | 'link_settings': { |
| 236 | 'libraries': [ |
| 237 | '$(SDKROOT)/usr/X11/lib/libOSMesa.dylib', |
| 238 | ], |
| 239 | }, |
| 240 | 'include_dirs': [ |
| 241 | '$(SDKROOT)/usr/X11/include/', |
| 242 | ], |
| 243 | }], |
| 244 | [ 'not skia_mesa', { |
| 245 | 'sources!': [ |
| robertphillips@google.com | 78ff6b4 | 2012-03-28 19:37:51 +0000 | [diff] [blame] | 246 | '../src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp', |
| bsalomon@google.com | 373a663 | 2011-10-19 20:43:20 +0000 | [diff] [blame] | 247 | ], |
| 248 | }], |
| bsalomon@google.com | cca3c8f | 2012-09-28 16:56:28 +0000 | [diff] [blame] | 249 | [ 'skia_os in ["win", "ios"]', { |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 250 | 'sources!': [ |
| tomhudson@google.com | 4072556 | 2012-02-10 21:35:06 +0000 | [diff] [blame] | 251 | '../src/gpu/gl/GrGLDefaultInterface_none.cpp', |
| 252 | '../src/gpu/gl/GrGLCreateNativeInterface_none.cpp', |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 253 | ], |
| 254 | }], |
| robertphillips@google.com | 021bce9 | 2012-04-02 20:42:26 +0000 | [diff] [blame] | 255 | [ 'not skia_angle', { |
| 256 | 'sources!': [ |
| 257 | '../include/gpu/gl/SkANGLEGLContext.h', |
| 258 | |
| 259 | '../src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp', |
| 260 | '../src/gpu/gl/angle/SkANGLEGLContext.cpp', |
| 261 | ], |
| 262 | }], |
| djsollen@google.com | 5862929 | 2011-11-03 13:08:29 +0000 | [diff] [blame] | 263 | [ 'skia_os == "android"', { |
| 264 | 'sources!': [ |
| tomhudson@google.com | 4072556 | 2012-02-10 21:35:06 +0000 | [diff] [blame] | 265 | '../src/gpu/gl/GrGLDefaultInterface_none.cpp', |
| 266 | '../src/gpu/gl/GrGLCreateNativeInterface_none.cpp', |
| djsollen@google.com | 5862929 | 2011-11-03 13:08:29 +0000 | [diff] [blame] | 267 | ], |
| 268 | 'link_settings': { |
| 269 | 'libraries': [ |
| 270 | '-lGLESv2', |
| 271 | '-lEGL', |
| djsollen@google.com | 5862929 | 2011-11-03 13:08:29 +0000 | [diff] [blame] | 272 | ], |
| 273 | }, |
| 274 | }], |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 275 | ], |
| epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 276 | }, |
| 277 | ], |
| 278 | } |
| 279 | |
| 280 | # Local Variables: |
| 281 | # tab-width:2 |
| 282 | # indent-tabs-mode:nil |
| 283 | # End: |
| 284 | # vim: set expandtab tabstop=2 shiftwidth=2: |