| Index: gyp/experimental.gyp
|
| diff --git a/gyp/experimental.gyp b/gyp/experimental.gyp
|
| index 3cd5a59c24add2c25ac76586db4dff2de31bec5d..1fc86999b61da6c60da27f05541a25a26bc2da9d 100644
|
| --- a/gyp/experimental.gyp
|
| +++ b/gyp/experimental.gyp
|
| @@ -24,4 +24,19 @@
|
| },
|
| },
|
| ],
|
| + 'conditions': [
|
| + ['skia_os == "mac"',
|
| + {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'coreGraphicsPdf2png',
|
| + 'type': 'executable',
|
| + 'include_dirs': [ '../src/core', ],
|
| + 'sources': [ '../experimental/tools/coreGraphicsPdf2png.cpp', ],
|
| + 'dependencies': [ 'skia_lib.gyp:skia_lib', ]
|
| + },
|
| + ],
|
| + },
|
| + ],
|
| + ],
|
| }
|
|
|