| Index: gyp/HelloSkia.gyp
|
| diff --git a/gyp/HelloSkia.gyp b/gyp/HelloSkia.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..769ab3a1b19f71e5af8d1bee885baf9f6e88e0af
|
| --- /dev/null
|
| +++ b/gyp/HelloSkia.gyp
|
| @@ -0,0 +1,29 @@
|
| +{
|
| + 'targets' : [
|
| + {
|
| + 'target_name': 'HelloSkia',
|
| + 'type': 'executable',
|
| + 'mac_bundle' : 1,
|
| + 'include_dirs' : [
|
| + '../experimental/HelloSkia',
|
| + ],
|
| + 'includes': [
|
| + ],
|
| + 'sources': [
|
| + '../experimental/HelloSkia/HelloSkia.cpp',
|
| + ],
|
| + 'dependencies': [
|
| + 'skia_lib.gyp:skia_lib',
|
| + 'views.gyp:views',
|
| + 'xml.gyp:xml',
|
| + ],
|
| + 'conditions' : [
|
| + [ 'skia_gpu == 1', {
|
| + 'include_dirs' : [
|
| + '../src/gpu', #gl/GrGLUtil.h
|
| + ]
|
| + }]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|