| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 1 | # GYP file to build various tools. |
| 2 | # |
| 3 | # To build on Linux: |
| 4 | # ./gyp_skia tools.gyp && make tools |
| 5 | # |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 6 | { |
| 7 | 'includes': [ |
| 8 | 'apptype_console.gypi', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 9 | ], |
| 10 | 'targets': [ |
| 11 | { |
| 12 | # Build all executable targets defined below. |
| 13 | 'target_name': 'tools', |
| 14 | 'type': 'none', |
| 15 | 'dependencies': [ |
| commit-bot@chromium.org | c735598 | 2014-01-02 19:42:15 +0000 | [diff] [blame] | 16 | 'bbh_shootout', |
| edisonn@google.com | 8ba9a83 | 2013-01-18 18:06:22 +0000 | [diff] [blame] | 17 | 'bench_pictures', |
| commit-bot@chromium.org | 15ac322 | 2014-01-13 12:03:47 +0000 | [diff] [blame] | 18 | 'bench_record', |
| commit-bot@chromium.org | ba73d28 | 2014-04-11 15:53:39 +0000 | [diff] [blame] | 19 | 'bench_playback', |
| commit-bot@chromium.org | 545a21a | 2014-05-06 19:45:18 +0000 | [diff] [blame] | 20 | 'dump_record', |
| edisonn@google.com | 8ba9a83 | 2013-01-18 18:06:22 +0000 | [diff] [blame] | 21 | 'filter', |
| commit-bot@chromium.org | fe78847 | 2014-04-28 13:19:34 +0000 | [diff] [blame] | 22 | 'gpuveto', |
| commit-bot@chromium.org | 5ccdf01 | 2014-01-02 18:51:38 +0000 | [diff] [blame] | 23 | 'lua_app', |
| commit-bot@chromium.org | c735598 | 2014-01-02 19:42:15 +0000 | [diff] [blame] | 24 | 'lua_pictures', |
| edisonn@google.com | 8ba9a83 | 2013-01-18 18:06:22 +0000 | [diff] [blame] | 25 | 'pinspect', |
| 26 | 'render_pdfs', |
| 27 | 'render_pictures', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 28 | 'skdiff', |
| commit-bot@chromium.org | 5ccdf01 | 2014-01-02 18:51:38 +0000 | [diff] [blame] | 29 | 'skhello', |
| commit-bot@chromium.org | c735598 | 2014-01-02 19:42:15 +0000 | [diff] [blame] | 30 | 'skpdiff', |
| commit-bot@chromium.org | 6f4fb0f | 2014-03-03 19:18:39 +0000 | [diff] [blame] | 31 | 'skpinfo', |
| commit-bot@chromium.org | c735598 | 2014-01-02 19:42:15 +0000 | [diff] [blame] | 32 | 'skpmaker', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 33 | 'skimage', |
| halcanary@google.com | fed3037 | 2013-10-04 12:46:45 +0000 | [diff] [blame] | 34 | 'test_image_decoder', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 35 | ], |
| zachr@google.com | 28c27c8 | 2013-06-20 17:15:05 +0000 | [diff] [blame] | 36 | 'conditions': [ |
| 37 | ['skia_shared_lib', |
| 38 | { |
| 39 | 'dependencies': [ |
| 40 | 'sklua', # This can only be built if skia is built as a shared library |
| 41 | ], |
| 42 | }, |
| 43 | ], |
| 44 | ], |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 45 | }, |
| mtklein | 9ac68ee | 2014-06-20 11:29:20 -0700 | [diff] [blame] | 46 | { # This would go in gm.gyp, but it's also used by skimage below. |
| 47 | 'target_name': 'gm_expectations', |
| 48 | 'type': 'static_library', |
| 49 | 'include_dirs' : [ '../src/utils/' ], |
| 50 | 'sources': [ |
| 51 | '../gm/gm_expectations.cpp', |
| mtklein | 9ac68ee | 2014-06-20 11:29:20 -0700 | [diff] [blame] | 52 | ], |
| 53 | 'dependencies': [ |
| 54 | 'jsoncpp.gyp:jsoncpp', |
| tfarina | 2010891 | 2014-06-21 10:54:17 -0700 | [diff] [blame^] | 55 | 'sk_tool_utils', |
| mtklein | 9ac68ee | 2014-06-20 11:29:20 -0700 | [diff] [blame] | 56 | 'skia_lib.gyp:skia_lib', |
| 57 | ], |
| 58 | 'direct_dependent_settings': { |
| 59 | 'include_dirs': [ '../gm/' ], |
| 60 | }, |
| 61 | }, |
| 62 | { |
| 63 | 'target_name': 'crash_handler', |
| 64 | 'type': 'static_library', |
| 65 | 'sources': [ '../tools/CrashHandler.cpp' ], |
| 66 | 'dependencies': [ 'skia_lib.gyp:skia_lib' ], |
| 67 | 'direct_dependent_settings': { |
| 68 | 'include_dirs': [ '../tools' ], |
| 69 | }, |
| 70 | 'all_dependent_settings': { |
| 71 | 'msvs_settings': { |
| 72 | 'VCLinkerTool': { |
| 73 | 'AdditionalDependencies': [ 'Dbghelp.lib' ], |
| 74 | } |
| 75 | }, |
| 76 | } |
| 77 | }, |
| 78 | { |
| 79 | 'target_name': 'resources', |
| 80 | 'type': 'static_library', |
| 81 | 'sources': [ '../tools/Resources.cpp' ], |
| 82 | 'dependencies': [ |
| 83 | 'flags.gyp:flags', |
| 84 | 'skia_lib.gyp:skia_lib', |
| 85 | ], |
| 86 | 'direct_dependent_settings': { |
| tfarina | 2010891 | 2014-06-21 10:54:17 -0700 | [diff] [blame^] | 87 | 'include_dirs': [ '../tools', ], |
| 88 | }, |
| 89 | }, |
| 90 | { |
| 91 | 'target_name': 'sk_tool_utils', |
| 92 | 'type': 'static_library', |
| 93 | 'sources': [ '../tools/sk_tool_utils.cpp' ], |
| 94 | 'dependencies': [ |
| 95 | 'skia_lib.gyp:skia_lib', |
| 96 | ], |
| 97 | 'direct_dependent_settings': { |
| 98 | 'include_dirs': [ '../tools', ], |
| mtklein | 9ac68ee | 2014-06-20 11:29:20 -0700 | [diff] [blame] | 99 | }, |
| 100 | }, |
| 101 | { |
| 102 | 'target_name' : 'timer', |
| 103 | 'type': 'static_library', |
| 104 | 'sources': [ |
| 105 | '../tools/timer/Timer.cpp', |
| 106 | '../tools/timer/TimerData.cpp', |
| 107 | ], |
| 108 | 'include_dirs': [ |
| 109 | '../src/core', |
| 110 | '../src/gpu', |
| 111 | ], |
| 112 | 'direct_dependent_settings': { |
| 113 | 'include_dirs': ['../tools/timer'], |
| 114 | }, |
| 115 | 'dependencies': [ |
| 116 | 'skia_lib.gyp:skia_lib', |
| 117 | 'jsoncpp.gyp:jsoncpp', |
| 118 | ], |
| 119 | 'conditions': [ |
| 120 | ['skia_gpu == 1', { |
| 121 | 'sources': [ '../tools/timer/GpuTimer.cpp' ], |
| 122 | }], |
| 123 | [ 'skia_os in ["mac", "ios"]', { |
| 124 | 'sources': [ '../tools/timer/SysTimer_mach.cpp' ], |
| 125 | }], |
| 126 | [ 'skia_os == "win"', { |
| 127 | 'sources': [ '../tools/timer/SysTimer_windows.cpp' ], |
| 128 | }], |
| 129 | [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "android", "chromeos"]', { |
| 130 | 'sources': [ '../tools/timer/SysTimer_posix.cpp' ], |
| 131 | }], |
| 132 | [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', { |
| 133 | 'link_settings': { 'libraries': [ '-lrt' ] }, |
| 134 | }], |
| 135 | ], |
| 136 | }, |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 137 | { |
| 138 | 'target_name': 'skdiff', |
| 139 | 'type': 'executable', |
| 140 | 'sources': [ |
| bungeman@google.com | e3c8ddf | 2012-12-05 20:13:12 +0000 | [diff] [blame] | 141 | '../tools/skdiff.cpp', |
| 142 | '../tools/skdiff.h', |
| 143 | '../tools/skdiff_html.cpp', |
| 144 | '../tools/skdiff_html.h', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 145 | '../tools/skdiff_main.cpp', |
| bungeman@google.com | e3c8ddf | 2012-12-05 20:13:12 +0000 | [diff] [blame] | 146 | '../tools/skdiff_utils.cpp', |
| 147 | '../tools/skdiff_utils.h', |
| 148 | ], |
| 149 | 'dependencies': [ |
| djsollen@google.com | 52f0297 | 2013-06-03 12:10:19 +0000 | [diff] [blame] | 150 | 'skia_lib.gyp:skia_lib', |
| bungeman@google.com | e3c8ddf | 2012-12-05 20:13:12 +0000 | [diff] [blame] | 151 | ], |
| 152 | }, |
| 153 | { |
| zachr@google.com | 5b3e2b9 | 2013-07-22 18:46:45 +0000 | [diff] [blame] | 154 | 'target_name': 'skpdiff', |
| 155 | 'type': 'executable', |
| 156 | 'sources': [ |
| 157 | '../tools/skpdiff/skpdiff_main.cpp', |
| 158 | '../tools/skpdiff/SkDiffContext.cpp', |
| 159 | '../tools/skpdiff/SkImageDiffer.cpp', |
| 160 | '../tools/skpdiff/SkPMetric.cpp', |
| 161 | '../tools/skpdiff/skpdiff_util.cpp', |
| 162 | '../tools/flags/SkCommandLineFlags.cpp', |
| 163 | ], |
| 164 | 'include_dirs': [ |
| djsollen@google.com | efc51b7 | 2013-11-12 18:29:17 +0000 | [diff] [blame] | 165 | '../tools/flags', |
| 166 | '../src/core/', # needed for SkTLList.h |
| zachr@google.com | 5b3e2b9 | 2013-07-22 18:46:45 +0000 | [diff] [blame] | 167 | ], |
| 168 | 'dependencies': [ |
| 169 | 'skia_lib.gyp:skia_lib', |
| 170 | ], |
| 171 | 'cflags': [ |
| 172 | '-O3', |
| 173 | ], |
| 174 | 'conditions': [ |
| 175 | [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', { |
| 176 | 'link_settings': { |
| 177 | 'libraries': [ |
| 178 | '-lrt', |
| 179 | ], |
| 180 | }, |
| 181 | }], |
| 182 | ['skia_opencl', { |
| 183 | 'sources': [ |
| 184 | '../tools/skpdiff/SkCLImageDiffer.cpp', |
| 185 | '../tools/skpdiff/SkDifferentPixelsMetric_opencl.cpp', |
| 186 | ], |
| 187 | 'conditions': [ |
| 188 | [ 'skia_os == "mac"', { |
| 189 | 'link_settings': { |
| 190 | 'libraries': [ |
| 191 | '$(SDKROOT)/System/Library/Frameworks/OpenCL.framework', |
| 192 | ] |
| 193 | } |
| 194 | }, { |
| 195 | 'link_settings': { |
| 196 | 'libraries': [ |
| 197 | '-lOpenCL', |
| 198 | ], |
| 199 | }, |
| 200 | }], |
| 201 | ], |
| 202 | }, { # !skia_opencl |
| 203 | 'sources': [ |
| 204 | '../tools/skpdiff/SkDifferentPixelsMetric_cpu.cpp', |
| 205 | ], |
| 206 | }], |
| 207 | ], |
| 208 | }, |
| 209 | { |
| commit-bot@chromium.org | c735598 | 2014-01-02 19:42:15 +0000 | [diff] [blame] | 210 | 'target_name': 'skpmaker', |
| 211 | 'type': 'executable', |
| 212 | 'sources': [ |
| 213 | '../tools/skpmaker.cpp', |
| 214 | ], |
| 215 | 'include_dirs': [ |
| 216 | '../src/core', |
| 217 | ], |
| 218 | 'dependencies': [ |
| 219 | 'flags.gyp:flags', |
| 220 | 'skia_lib.gyp:skia_lib', |
| 221 | ], |
| 222 | }, |
| 223 | { |
| bungeman@google.com | e3c8ddf | 2012-12-05 20:13:12 +0000 | [diff] [blame] | 224 | 'target_name': 'skimagediff', |
| 225 | 'type': 'executable', |
| 226 | 'sources': [ |
| 227 | '../tools/skdiff.cpp', |
| 228 | '../tools/skdiff.h', |
| 229 | '../tools/skdiff_html.cpp', |
| 230 | '../tools/skdiff_html.h', |
| 231 | '../tools/skdiff_image.cpp', |
| 232 | '../tools/skdiff_utils.cpp', |
| 233 | '../tools/skdiff_utils.h', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 234 | ], |
| 235 | 'dependencies': [ |
| djsollen@google.com | 52f0297 | 2013-06-03 12:10:19 +0000 | [diff] [blame] | 236 | 'skia_lib.gyp:skia_lib', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 237 | ], |
| 238 | }, |
| 239 | { |
| 240 | 'target_name': 'skhello', |
| 241 | 'type': 'executable', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 242 | 'dependencies': [ |
| djsollen@google.com | 52f0297 | 2013-06-03 12:10:19 +0000 | [diff] [blame] | 243 | 'skia_lib.gyp:skia_lib', |
| borenet@google.com | bb52288 | 2013-06-17 15:39:43 +0000 | [diff] [blame] | 244 | ], |
| 245 | 'conditions': [ |
| 246 | [ 'skia_os == "nacl"', { |
| 247 | 'sources': [ |
| 248 | '../platform_tools/nacl/src/nacl_hello.cpp', |
| 249 | ], |
| 250 | }, { |
| 251 | 'sources': [ |
| 252 | '../tools/skhello.cpp', |
| 253 | ], |
| 254 | 'dependencies': [ |
| borenet@google.com | bb52288 | 2013-06-17 15:39:43 +0000 | [diff] [blame] | 255 | 'flags.gyp:flags', |
| commit-bot@chromium.org | a3f882c | 2013-12-13 20:52:36 +0000 | [diff] [blame] | 256 | 'pdf.gyp:pdf', |
| borenet@google.com | bb52288 | 2013-06-17 15:39:43 +0000 | [diff] [blame] | 257 | ], |
| 258 | }], |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 259 | ], |
| 260 | }, |
| 261 | { |
| 262 | 'target_name': 'skimage', |
| 263 | 'type': 'executable', |
| 264 | 'sources': [ |
| 265 | '../tools/skimage_main.cpp', |
| 266 | ], |
| scroggo@google.com | 6843bdb | 2013-05-08 19:14:23 +0000 | [diff] [blame] | 267 | 'include_dirs': [ |
| 268 | # For SkBitmapHasher.h |
| 269 | '../src/utils/', |
| 270 | ], |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 271 | 'dependencies': [ |
| mtklein | 9ac68ee | 2014-06-20 11:29:20 -0700 | [diff] [blame] | 272 | 'gm_expectations', |
| scroggo@google.com | b41ff95 | 2013-04-11 15:53:35 +0000 | [diff] [blame] | 273 | 'flags.gyp:flags', |
| scroggo@google.com | 6843bdb | 2013-05-08 19:14:23 +0000 | [diff] [blame] | 274 | 'jsoncpp.gyp:jsoncpp', |
| commit-bot@chromium.org | a3f882c | 2013-12-13 20:52:36 +0000 | [diff] [blame] | 275 | 'skia_lib.gyp:skia_lib', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 276 | ], |
| 277 | }, |
| commit-bot@chromium.org | 6f4fb0f | 2014-03-03 19:18:39 +0000 | [diff] [blame] | 278 | { |
| 279 | 'target_name': 'skpinfo', |
| 280 | 'type': 'executable', |
| 281 | 'sources': [ |
| 282 | '../tools/skpinfo.cpp', |
| 283 | ], |
| 284 | 'include_dirs': [ |
| 285 | '../tools/flags', |
| 286 | '../src/core/', |
| 287 | ], |
| 288 | 'dependencies': [ |
| 289 | 'flags.gyp:flags', |
| 290 | 'skia_lib.gyp:skia_lib', |
| 291 | ], |
| 292 | }, |
| commit-bot@chromium.org | fe78847 | 2014-04-28 13:19:34 +0000 | [diff] [blame] | 293 | { |
| 294 | 'target_name': 'gpuveto', |
| 295 | 'type': 'executable', |
| 296 | 'sources': [ |
| 297 | '../tools/gpuveto.cpp', |
| 298 | '../tools/LazyDecodeBitmap.cpp', |
| 299 | ], |
| 300 | 'include_dirs': [ |
| 301 | '../src/core/', |
| 302 | '../src/images', |
| 303 | '../src/lazy', |
| 304 | '../tools/flags', |
| 305 | ], |
| 306 | 'dependencies': [ |
| 307 | 'flags.gyp:flags', |
| 308 | 'skia_lib.gyp:skia_lib', |
| 309 | ], |
| 310 | }, |
| junov@chromium.org | 777442d | 2012-06-12 14:56:36 +0000 | [diff] [blame] | 311 | { |
| mike@reedtribe.org | 73d9f1c | 2013-06-09 01:54:56 +0000 | [diff] [blame] | 312 | 'target_name': 'lua_app', |
| 313 | 'type': 'executable', |
| 314 | 'sources': [ |
| 315 | '../tools/lua/lua_app.cpp', |
| 316 | '../src/utils/SkLua.cpp', |
| 317 | ], |
| bsalomon@google.com | 4ebe382 | 2014-02-26 20:22:32 +0000 | [diff] [blame] | 318 | 'include_dirs': [ |
| 319 | # Lua exposes GrReduceClip which in turn requires src/core for SkTLList |
| 320 | '../src/gpu/', |
| 321 | '../src/core/', |
| 322 | ], |
| mike@reedtribe.org | 73d9f1c | 2013-06-09 01:54:56 +0000 | [diff] [blame] | 323 | 'dependencies': [ |
| mike@reedtribe.org | 73d9f1c | 2013-06-09 01:54:56 +0000 | [diff] [blame] | 324 | 'effects.gyp:effects', |
| mike@reedtribe.org | 73d9f1c | 2013-06-09 01:54:56 +0000 | [diff] [blame] | 325 | 'images.gyp:images', |
| commit-bot@chromium.org | a3f882c | 2013-12-13 20:52:36 +0000 | [diff] [blame] | 326 | 'lua.gyp:lua', |
| mike@reedtribe.org | 73d9f1c | 2013-06-09 01:54:56 +0000 | [diff] [blame] | 327 | 'pdf.gyp:pdf', |
| 328 | 'ports.gyp:ports', |
| commit-bot@chromium.org | a3f882c | 2013-12-13 20:52:36 +0000 | [diff] [blame] | 329 | 'skia_lib.gyp:skia_lib', |
| mike@reedtribe.org | 73d9f1c | 2013-06-09 01:54:56 +0000 | [diff] [blame] | 330 | ], |
| 331 | }, |
| 332 | { |
| reed@google.com | dff7e11 | 2013-05-15 19:34:20 +0000 | [diff] [blame] | 333 | 'target_name': 'lua_pictures', |
| 334 | 'type': 'executable', |
| 335 | 'sources': [ |
| 336 | '../tools/lua/lua_pictures.cpp', |
| 337 | '../src/utils/SkLuaCanvas.cpp', |
| reed@google.com | 74ce6f0 | 2013-05-22 15:13:18 +0000 | [diff] [blame] | 338 | '../src/utils/SkLua.cpp', |
| reed@google.com | dff7e11 | 2013-05-15 19:34:20 +0000 | [diff] [blame] | 339 | ], |
| bsalomon@google.com | 4ebe382 | 2014-02-26 20:22:32 +0000 | [diff] [blame] | 340 | 'include_dirs': [ |
| 341 | # Lua exposes GrReduceClip which in turn requires src/core for SkTLList |
| 342 | '../src/gpu/', |
| 343 | '../src/core/', |
| 344 | ], |
| reed@google.com | dff7e11 | 2013-05-15 19:34:20 +0000 | [diff] [blame] | 345 | 'dependencies': [ |
| reed@google.com | dff7e11 | 2013-05-15 19:34:20 +0000 | [diff] [blame] | 346 | 'effects.gyp:effects', |
| commit-bot@chromium.org | a3f882c | 2013-12-13 20:52:36 +0000 | [diff] [blame] | 347 | 'flags.gyp:flags', |
| reed@google.com | dff7e11 | 2013-05-15 19:34:20 +0000 | [diff] [blame] | 348 | 'images.gyp:images', |
| commit-bot@chromium.org | a3f882c | 2013-12-13 20:52:36 +0000 | [diff] [blame] | 349 | 'lua.gyp:lua', |
| reed@google.com | dff7e11 | 2013-05-15 19:34:20 +0000 | [diff] [blame] | 350 | 'tools.gyp:picture_renderer', |
| 351 | 'tools.gyp:picture_utils', |
| mike@reedtribe.org | fb85824 | 2013-06-08 16:39:44 +0000 | [diff] [blame] | 352 | 'pdf.gyp:pdf', |
| reed@google.com | dff7e11 | 2013-05-15 19:34:20 +0000 | [diff] [blame] | 353 | 'ports.gyp:ports', |
| commit-bot@chromium.org | a3f882c | 2013-12-13 20:52:36 +0000 | [diff] [blame] | 354 | 'skia_lib.gyp:skia_lib', |
| reed@google.com | dff7e11 | 2013-05-15 19:34:20 +0000 | [diff] [blame] | 355 | ], |
| 356 | }, |
| 357 | { |
| junov@chromium.org | 777442d | 2012-06-12 14:56:36 +0000 | [diff] [blame] | 358 | 'target_name': 'render_pictures', |
| 359 | 'type': 'executable', |
| 360 | 'sources': [ |
| 361 | '../tools/render_pictures_main.cpp', |
| keyar@chromium.org | a2333d9 | 2012-07-16 17:29:16 +0000 | [diff] [blame] | 362 | ], |
| 363 | 'include_dirs': [ |
| halcanary@google.com | 2c7c7ee | 2013-12-05 18:31:42 +0000 | [diff] [blame] | 364 | '../src/core', |
| 365 | '../src/images', |
| 366 | '../src/lazy', |
| keyar@chromium.org | a2333d9 | 2012-07-16 17:29:16 +0000 | [diff] [blame] | 367 | '../src/pipe/utils/', |
| junov@chromium.org | 777442d | 2012-06-12 14:56:36 +0000 | [diff] [blame] | 368 | ], |
| 369 | 'dependencies': [ |
| commit-bot@chromium.org | a3f882c | 2013-12-13 20:52:36 +0000 | [diff] [blame] | 370 | 'flags.gyp:flags', |
| djsollen@google.com | 52f0297 | 2013-06-03 12:10:19 +0000 | [diff] [blame] | 371 | 'skia_lib.gyp:skia_lib', |
| keyar@chromium.org | 163b567 | 2012-08-01 17:53:29 +0000 | [diff] [blame] | 372 | 'tools.gyp:picture_renderer', |
| twiz@google.com | a31b8bb | 2012-06-22 18:24:56 +0000 | [diff] [blame] | 373 | 'tools.gyp:picture_utils', |
| 374 | ], |
| 375 | }, |
| 376 | { |
| reed@google.com | 006db0f | 2012-06-27 19:33:29 +0000 | [diff] [blame] | 377 | 'target_name': 'bench_pictures', |
| 378 | 'type': 'executable', |
| 379 | 'sources': [ |
| tfarina | f168b86 | 2014-06-19 12:32:29 -0700 | [diff] [blame] | 380 | '../bench/BenchLogger.cpp', |
| 381 | '../bench/BenchLogger.h', |
| commit-bot@chromium.org | 37c772a | 2014-05-29 17:10:24 +0000 | [diff] [blame] | 382 | '../bench/ResultsWriter.cpp', |
| 383 | '../tools/PictureBenchmark.cpp', |
| 384 | '../tools/PictureResultsWriter.h', |
| keyar@chromium.org | cf6c44c | 2012-07-09 19:37:40 +0000 | [diff] [blame] | 385 | '../tools/bench_pictures_main.cpp', |
| reed@google.com | 006db0f | 2012-06-27 19:33:29 +0000 | [diff] [blame] | 386 | ], |
| 387 | 'include_dirs': [ |
| halcanary@google.com | 2c7c7ee | 2013-12-05 18:31:42 +0000 | [diff] [blame] | 388 | '../src/core/', |
| reed@google.com | 006db0f | 2012-06-27 19:33:29 +0000 | [diff] [blame] | 389 | '../bench', |
| scroggo@google.com | cc69020 | 2013-03-04 19:56:21 +0000 | [diff] [blame] | 390 | '../src/lazy/', |
| reed@google.com | 006db0f | 2012-06-27 19:33:29 +0000 | [diff] [blame] | 391 | ], |
| 392 | 'dependencies': [ |
| mtklein | 9ac68ee | 2014-06-20 11:29:20 -0700 | [diff] [blame] | 393 | 'timer', |
| 394 | 'crash_handler', |
| commit-bot@chromium.org | a3f882c | 2013-12-13 20:52:36 +0000 | [diff] [blame] | 395 | 'flags.gyp:flags', |
| commit-bot@chromium.org | 37c772a | 2014-05-29 17:10:24 +0000 | [diff] [blame] | 396 | 'jsoncpp.gyp:jsoncpp', |
| djsollen@google.com | 52f0297 | 2013-06-03 12:10:19 +0000 | [diff] [blame] | 397 | 'skia_lib.gyp:skia_lib', |
| keyar@chromium.org | 163b567 | 2012-08-01 17:53:29 +0000 | [diff] [blame] | 398 | 'tools.gyp:picture_renderer', |
| mtklein | 30e6e2a | 2014-06-18 11:44:15 -0700 | [diff] [blame] | 399 | 'tools.gyp:picture_utils', |
| scroggo@google.com | 9a41252 | 2012-09-07 15:21:18 +0000 | [diff] [blame] | 400 | ], |
| keyar@chromium.org | 163b567 | 2012-08-01 17:53:29 +0000 | [diff] [blame] | 401 | }, |
| 402 | { |
| commit-bot@chromium.org | 15ac322 | 2014-01-13 12:03:47 +0000 | [diff] [blame] | 403 | 'target_name': 'bench_record', |
| 404 | 'type': 'executable', |
| commit-bot@chromium.org | 16182f7 | 2014-03-28 16:08:18 +0000 | [diff] [blame] | 405 | 'sources': [ |
| 406 | '../tools/bench_record.cpp', |
| 407 | '../tools/LazyDecodeBitmap.cpp', |
| 408 | ], |
| 409 | 'include_dirs': [ |
| 410 | '../src/core/', |
| 411 | '../src/images', |
| 412 | '../src/lazy', |
| 413 | ], |
| commit-bot@chromium.org | 15ac322 | 2014-01-13 12:03:47 +0000 | [diff] [blame] | 414 | 'dependencies': [ |
| mtklein | 9ac68ee | 2014-06-20 11:29:20 -0700 | [diff] [blame] | 415 | 'timer', |
| commit-bot@chromium.org | 15ac322 | 2014-01-13 12:03:47 +0000 | [diff] [blame] | 416 | 'flags.gyp:flags', |
| 417 | 'skia_lib.gyp:skia_lib', |
| 418 | ], |
| 419 | }, |
| 420 | { |
| commit-bot@chromium.org | ba73d28 | 2014-04-11 15:53:39 +0000 | [diff] [blame] | 421 | 'target_name': 'bench_playback', |
| 422 | 'type': 'executable', |
| 423 | 'sources': [ |
| 424 | '../tools/bench_playback.cpp', |
| commit-bot@chromium.org | ba73d28 | 2014-04-11 15:53:39 +0000 | [diff] [blame] | 425 | ], |
| 426 | 'include_dirs': [ |
| 427 | '../src/core/', |
| 428 | '../src/images', |
| commit-bot@chromium.org | ba73d28 | 2014-04-11 15:53:39 +0000 | [diff] [blame] | 429 | ], |
| 430 | 'dependencies': [ |
| mtklein | 9ac68ee | 2014-06-20 11:29:20 -0700 | [diff] [blame] | 431 | 'timer', |
| commit-bot@chromium.org | ba73d28 | 2014-04-11 15:53:39 +0000 | [diff] [blame] | 432 | 'flags.gyp:flags', |
| 433 | 'skia_lib.gyp:skia_lib', |
| commit-bot@chromium.org | ba73d28 | 2014-04-11 15:53:39 +0000 | [diff] [blame] | 434 | ], |
| 435 | }, |
| 436 | { |
| commit-bot@chromium.org | 545a21a | 2014-05-06 19:45:18 +0000 | [diff] [blame] | 437 | 'target_name': 'dump_record', |
| 438 | 'type': 'executable', |
| 439 | 'sources': [ |
| 440 | '../tools/dump_record.cpp', |
| commit-bot@chromium.org | 85fd193 | 2014-05-15 16:10:37 +0000 | [diff] [blame] | 441 | '../tools/DumpRecord.cpp', |
| commit-bot@chromium.org | 545a21a | 2014-05-06 19:45:18 +0000 | [diff] [blame] | 442 | '../tools/LazyDecodeBitmap.cpp', |
| 443 | ], |
| 444 | 'include_dirs': [ |
| 445 | '../src/core/', |
| 446 | '../src/images', |
| 447 | '../src/lazy', |
| commit-bot@chromium.org | 545a21a | 2014-05-06 19:45:18 +0000 | [diff] [blame] | 448 | ], |
| 449 | 'dependencies': [ |
| mtklein | 9ac68ee | 2014-06-20 11:29:20 -0700 | [diff] [blame] | 450 | 'timer', |
| commit-bot@chromium.org | 545a21a | 2014-05-06 19:45:18 +0000 | [diff] [blame] | 451 | 'flags.gyp:flags', |
| commit-bot@chromium.org | 545a21a | 2014-05-06 19:45:18 +0000 | [diff] [blame] | 452 | 'skia_lib.gyp:skia_lib', |
| 453 | ], |
| 454 | }, |
| 455 | { |
| borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 456 | 'target_name': 'picture_renderer', |
| 457 | 'type': 'static_library', |
| 458 | 'sources': [ |
| commit-bot@chromium.org | 90c0fbd | 2014-05-09 03:18:41 +0000 | [diff] [blame] | 459 | '../tools/image_expectations.h', |
| 460 | '../tools/image_expectations.cpp', |
| commit-bot@chromium.org | 56799e2 | 2013-07-16 18:21:46 +0000 | [diff] [blame] | 461 | '../tools/LazyDecodeBitmap.cpp', |
| scroggo@google.com | 4a26d9d | 2012-11-07 18:01:46 +0000 | [diff] [blame] | 462 | '../tools/PictureRenderer.h', |
| keyar@chromium.org | 451bb9f | 2012-07-26 17:27:57 +0000 | [diff] [blame] | 463 | '../tools/PictureRenderer.cpp', |
| scroggo@google.com | 161e1ba | 2013-03-04 16:41:06 +0000 | [diff] [blame] | 464 | '../tools/PictureRenderingFlags.h', |
| 465 | '../tools/PictureRenderingFlags.cpp', |
| scroggo@google.com | 4a26d9d | 2012-11-07 18:01:46 +0000 | [diff] [blame] | 466 | '../tools/CopyTilesRenderer.h', |
| 467 | '../tools/CopyTilesRenderer.cpp', |
| keyar@chromium.org | 451bb9f | 2012-07-26 17:27:57 +0000 | [diff] [blame] | 468 | '../src/pipe/utils/SamplePipeControllers.h', |
| 469 | '../src/pipe/utils/SamplePipeControllers.cpp', |
| borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 470 | ], |
| 471 | 'include_dirs': [ |
| halcanary@google.com | 2c7c7ee | 2013-12-05 18:31:42 +0000 | [diff] [blame] | 472 | '../src/core', |
| 473 | '../src/images', |
| 474 | '../src/lazy', |
| borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 475 | '../src/pipe/utils/', |
| 476 | '../src/utils/', |
| 477 | ], |
| commit-bot@chromium.org | a3f882c | 2013-12-13 20:52:36 +0000 | [diff] [blame] | 478 | 'direct_dependent_settings': { |
| 479 | 'include_dirs': [ |
| commit-bot@chromium.org | 90c0fbd | 2014-05-09 03:18:41 +0000 | [diff] [blame] | 480 | # needed for JSON headers used within image_expectations.h |
| commit-bot@chromium.org | a3f882c | 2013-12-13 20:52:36 +0000 | [diff] [blame] | 481 | '../third_party/externals/jsoncpp-chromium/overrides/include/', |
| 482 | '../third_party/externals/jsoncpp/include/', |
| 483 | ], |
| 484 | }, |
| borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 485 | 'dependencies': [ |
| commit-bot@chromium.org | a3f882c | 2013-12-13 20:52:36 +0000 | [diff] [blame] | 486 | 'flags.gyp:flags', |
| 487 | 'jsoncpp.gyp:jsoncpp', |
| djsollen@google.com | 52f0297 | 2013-06-03 12:10:19 +0000 | [diff] [blame] | 488 | 'skia_lib.gyp:skia_lib', |
| keyar@chromium.org | 451bb9f | 2012-07-26 17:27:57 +0000 | [diff] [blame] | 489 | 'tools.gyp:picture_utils', |
| borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 490 | ], |
| robertphillips@google.com | fe1b536 | 2013-02-07 19:45:46 +0000 | [diff] [blame] | 491 | 'conditions': [ |
| 492 | ['skia_gpu == 1', |
| 493 | { |
| 494 | 'include_dirs' : [ |
| 495 | '../src/gpu', |
| 496 | ], |
| robertphillips@google.com | 94d8f1e | 2013-12-18 17:25:33 +0000 | [diff] [blame] | 497 | 'dependencies': [ |
| 498 | 'gputest.gyp:skgputest', |
| 499 | ], |
| robertphillips@google.com | fe1b536 | 2013-02-07 19:45:46 +0000 | [diff] [blame] | 500 | }, |
| 501 | ], |
| 502 | ], |
| keyar@chromium.org | 451bb9f | 2012-07-26 17:27:57 +0000 | [diff] [blame] | 503 | }, |
| 504 | { |
| edisonn@google.com | c319abe | 2012-11-01 19:52:38 +0000 | [diff] [blame] | 505 | 'target_name': 'render_pdfs', |
| 506 | 'type': 'executable', |
| 507 | 'sources': [ |
| 508 | '../tools/render_pdfs_main.cpp', |
| 509 | '../tools/PdfRenderer.cpp', |
| 510 | '../tools/PdfRenderer.h', |
| 511 | ], |
| 512 | 'include_dirs': [ |
| 513 | '../src/pipe/utils/', |
| 514 | '../src/utils/', |
| 515 | ], |
| 516 | 'dependencies': [ |
| edisonn@google.com | c319abe | 2012-11-01 19:52:38 +0000 | [diff] [blame] | 517 | 'pdf.gyp:pdf', |
| commit-bot@chromium.org | a3f882c | 2013-12-13 20:52:36 +0000 | [diff] [blame] | 518 | 'skia_lib.gyp:skia_lib', |
| edisonn@google.com | c319abe | 2012-11-01 19:52:38 +0000 | [diff] [blame] | 519 | 'tools.gyp:picture_utils', |
| 520 | ], |
| edisonn@google.com | 184487c | 2013-03-08 18:00:16 +0000 | [diff] [blame] | 521 | 'conditions': [ |
| borenet@google.com | 2d137b6 | 2013-03-08 23:13:33 +0000 | [diff] [blame] | 522 | ['skia_win_debuggers_path and skia_os == "win"', |
| edisonn@google.com | 184487c | 2013-03-08 18:00:16 +0000 | [diff] [blame] | 523 | { |
| 524 | 'dependencies': [ |
| 525 | 'tools.gyp:win_dbghelp', |
| 526 | ], |
| 527 | }, |
| 528 | ], |
| 529 | # VS static libraries don't have a linker option. We must set a global |
| 530 | # project linker option, or add it to each executable. |
| 531 | ['skia_win_debuggers_path and skia_os == "win" and ' |
| borenet@google.com | 2d137b6 | 2013-03-08 23:13:33 +0000 | [diff] [blame] | 532 | 'skia_arch_width == 64', |
| edisonn@google.com | 184487c | 2013-03-08 18:00:16 +0000 | [diff] [blame] | 533 | { |
| 534 | 'msvs_settings': { |
| 535 | 'VCLinkerTool': { |
| 536 | 'AdditionalDependencies': [ |
| 537 | '<(skia_win_debuggers_path)/x64/DbgHelp.lib', |
| 538 | ], |
| 539 | }, |
| 540 | }, |
| 541 | }, |
| 542 | ], |
| 543 | ['skia_win_debuggers_path and skia_os == "win" and ' |
| borenet@google.com | 2d137b6 | 2013-03-08 23:13:33 +0000 | [diff] [blame] | 544 | 'skia_arch_width == 32', |
| edisonn@google.com | 184487c | 2013-03-08 18:00:16 +0000 | [diff] [blame] | 545 | { |
| 546 | 'msvs_settings': { |
| 547 | 'VCLinkerTool': { |
| 548 | 'AdditionalDependencies': [ |
| 549 | '<(skia_win_debuggers_path)/DbgHelp.lib', |
| 550 | ], |
| 551 | }, |
| 552 | }, |
| 553 | }, |
| 554 | ], |
| 555 | ], |
| edisonn@google.com | c319abe | 2012-11-01 19:52:38 +0000 | [diff] [blame] | 556 | }, |
| 557 | { |
| twiz@google.com | a31b8bb | 2012-06-22 18:24:56 +0000 | [diff] [blame] | 558 | 'target_name': 'picture_utils', |
| 559 | 'type': 'static_library', |
| 560 | 'sources': [ |
| 561 | '../tools/picture_utils.cpp', |
| borenet@google.com | e21795e | 2012-09-14 14:34:28 +0000 | [diff] [blame] | 562 | '../tools/picture_utils.h', |
| twiz@google.com | a31b8bb | 2012-06-22 18:24:56 +0000 | [diff] [blame] | 563 | ], |
| 564 | 'dependencies': [ |
| djsollen@google.com | 52f0297 | 2013-06-03 12:10:19 +0000 | [diff] [blame] | 565 | 'skia_lib.gyp:skia_lib', |
| junov@chromium.org | 777442d | 2012-06-12 14:56:36 +0000 | [diff] [blame] | 566 | ], |
| reed@google.com | e52d291 | 2013-05-15 20:01:07 +0000 | [diff] [blame] | 567 | 'direct_dependent_settings': { |
| 568 | 'include_dirs': [ |
| tfarina | bcbc178 | 2014-06-18 14:32:48 -0700 | [diff] [blame] | 569 | '../tools/', |
| reed@google.com | e52d291 | 2013-05-15 20:01:07 +0000 | [diff] [blame] | 570 | ], |
| 571 | }, |
| junov@chromium.org | 777442d | 2012-06-12 14:56:36 +0000 | [diff] [blame] | 572 | }, |
| reed@google.com | 1bdf7fe | 2012-06-14 18:58:40 +0000 | [diff] [blame] | 573 | { |
| 574 | 'target_name': 'pinspect', |
| 575 | 'type': 'executable', |
| 576 | 'sources': [ |
| 577 | '../tools/pinspect.cpp', |
| 578 | ], |
| 579 | 'dependencies': [ |
| commit-bot@chromium.org | a3f882c | 2013-12-13 20:52:36 +0000 | [diff] [blame] | 580 | 'flags.gyp:flags', |
| djsollen@google.com | 52f0297 | 2013-06-03 12:10:19 +0000 | [diff] [blame] | 581 | 'skia_lib.gyp:skia_lib', |
| commit-bot@chromium.org | 826ec81 | 2013-06-12 18:28:36 +0000 | [diff] [blame] | 582 | 'tools.gyp:picture_renderer', |
| reed@google.com | 1bdf7fe | 2012-06-14 18:58:40 +0000 | [diff] [blame] | 583 | ], |
| 584 | }, |
| robertphillips@google.com | c7e4a5a | 2012-10-04 13:00:33 +0000 | [diff] [blame] | 585 | { |
| commit-bot@chromium.org | 6645cde | 2013-07-19 18:54:04 +0000 | [diff] [blame] | 586 | 'target_name': 'bbh_shootout', |
| 587 | 'type': 'executable', |
| 588 | 'include_dirs': [ |
| 589 | '../bench', |
| 590 | '../tools/' |
| 591 | ], |
| 592 | 'sources': [ |
| 593 | '../tools/bbh_shootout.cpp', |
| 594 | |
| 595 | # Bench code: |
| commit-bot@chromium.org | 6645cde | 2013-07-19 18:54:04 +0000 | [diff] [blame] | 596 | ], |
| 597 | 'dependencies': [ |
| mtklein | 9ac68ee | 2014-06-20 11:29:20 -0700 | [diff] [blame] | 598 | 'timer', |
| commit-bot@chromium.org | 6645cde | 2013-07-19 18:54:04 +0000 | [diff] [blame] | 599 | 'flags.gyp:flags', |
| commit-bot@chromium.org | a3f882c | 2013-12-13 20:52:36 +0000 | [diff] [blame] | 600 | 'skia_lib.gyp:skia_lib', |
| 601 | 'tools.gyp:picture_renderer', |
| 602 | 'tools.gyp:picture_utils', |
| commit-bot@chromium.org | 6645cde | 2013-07-19 18:54:04 +0000 | [diff] [blame] | 603 | ], |
| 604 | }, |
| 605 | { |
| robertphillips@google.com | c7e4a5a | 2012-10-04 13:00:33 +0000 | [diff] [blame] | 606 | 'target_name': 'filter', |
| 607 | 'type': 'executable', |
| 608 | 'include_dirs' : [ |
| 609 | '../src/core', |
| fmalita@google.com | 4df1673 | 2013-06-13 21:25:45 +0000 | [diff] [blame] | 610 | '../src/utils/debugger', |
| robertphillips@google.com | c7e4a5a | 2012-10-04 13:00:33 +0000 | [diff] [blame] | 611 | ], |
| 612 | 'sources': [ |
| 613 | '../tools/filtermain.cpp', |
| fmalita@google.com | 86681b3 | 2013-06-13 20:59:14 +0000 | [diff] [blame] | 614 | '../src/utils/debugger/SkDrawCommand.h', |
| 615 | '../src/utils/debugger/SkDrawCommand.cpp', |
| 616 | '../src/utils/debugger/SkDebugCanvas.h', |
| 617 | '../src/utils/debugger/SkDebugCanvas.cpp', |
| 618 | '../src/utils/debugger/SkObjectParser.h', |
| 619 | '../src/utils/debugger/SkObjectParser.cpp', |
| robertphillips@google.com | c7e4a5a | 2012-10-04 13:00:33 +0000 | [diff] [blame] | 620 | ], |
| 621 | 'dependencies': [ |
| djsollen@google.com | 52f0297 | 2013-06-03 12:10:19 +0000 | [diff] [blame] | 622 | 'skia_lib.gyp:skia_lib', |
| djsollen@google.com | a09e883 | 2012-11-13 18:50:33 +0000 | [diff] [blame] | 623 | 'tools.gyp:picture_utils', |
| robertphillips@google.com | c7e4a5a | 2012-10-04 13:00:33 +0000 | [diff] [blame] | 624 | ], |
| 625 | }, |
| halcanary@google.com | fed3037 | 2013-10-04 12:46:45 +0000 | [diff] [blame] | 626 | { |
| 627 | 'target_name': 'test_image_decoder', |
| 628 | 'type': 'executable', |
| 629 | 'sources': [ |
| 630 | '../tools/test_image_decoder.cpp', |
| 631 | ], |
| 632 | 'dependencies': [ |
| 633 | 'skia_lib.gyp:skia_lib', |
| 634 | ], |
| 635 | }, |
| edisonn@google.com | 8819d1a | 2013-03-08 18:43:35 +0000 | [diff] [blame] | 636 | ], |
| 637 | 'conditions': [ |
| zachr@google.com | 28c27c8 | 2013-06-20 17:15:05 +0000 | [diff] [blame] | 638 | ['skia_shared_lib', |
| 639 | { |
| 640 | 'targets': [ |
| 641 | { |
| 642 | 'target_name': 'sklua', |
| 643 | 'product_name': 'skia', |
| 644 | 'product_prefix': '', |
| 645 | 'product_dir': '<(PRODUCT_DIR)/', |
| 646 | 'type': 'shared_library', |
| 647 | 'sources': [ |
| 648 | '../src/utils/SkLuaCanvas.cpp', |
| 649 | '../src/utils/SkLua.cpp', |
| 650 | ], |
| 651 | 'include_dirs': [ |
| bsalomon@google.com | 4ebe382 | 2014-02-26 20:22:32 +0000 | [diff] [blame] | 652 | # Lua exposes GrReduceClip which in turn requires src/core for SkTLList |
| 653 | '../src/gpu/', |
| 654 | '../src/core/', |
| zachr@google.com | 28c27c8 | 2013-06-20 17:15:05 +0000 | [diff] [blame] | 655 | '../third_party/lua/src/', |
| 656 | ], |
| 657 | 'dependencies': [ |
| 658 | 'lua.gyp:lua', |
| 659 | 'pdf.gyp:pdf', |
| 660 | 'skia_lib.gyp:skia_lib', |
| 661 | ], |
| 662 | 'conditions': [ |
| 663 | ['skia_os != "win"', |
| 664 | { |
| 665 | 'ldflags': [ |
| 666 | '-Wl,-rpath,\$$ORIGIN,--enable-new-dtags', |
| 667 | ], |
| 668 | }, |
| 669 | ], |
| 670 | ], |
| 671 | }, |
| 672 | ], |
| 673 | }, |
| 674 | ], |
| borenet@google.com | 2d137b6 | 2013-03-08 23:13:33 +0000 | [diff] [blame] | 675 | ['skia_win_debuggers_path and skia_os == "win"', |
| edisonn@google.com | 8819d1a | 2013-03-08 18:43:35 +0000 | [diff] [blame] | 676 | { |
| 677 | 'targets': [ |
| 678 | { |
| 679 | 'target_name': 'win_dbghelp', |
| 680 | 'type': 'static_library', |
| 681 | 'defines': [ |
| 682 | 'SK_CDB_PATH="<(skia_win_debuggers_path)"', |
| 683 | ], |
| 684 | 'sources': [ |
| 685 | '../tools/win_dbghelp.h', |
| 686 | '../tools/win_dbghelp.cpp', |
| 687 | ], |
| 688 | }, |
| 689 | ], |
| 690 | }, |
| 691 | ], |
| bungeman@google.com | 07a69f8 | 2013-04-02 14:12:38 +0000 | [diff] [blame] | 692 | ['skia_os == "win"', |
| 693 | { |
| 694 | 'targets': [ |
| 695 | { |
| 696 | 'target_name': 'win_lcid', |
| 697 | 'type': 'executable', |
| 698 | 'sources': [ |
| 699 | '../tools/win_lcid.cpp', |
| 700 | ], |
| 701 | }, |
| 702 | ], |
| 703 | }, |
| 704 | ], |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 705 | ], |
| 706 | } |