Index: gyp/webtry.gyp |
diff --git a/gyp/webtry.gyp b/gyp/webtry.gyp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ba0b9263a185b12bd308a1a53a3f234b4fdec458 |
--- /dev/null |
+++ b/gyp/webtry.gyp |
@@ -0,0 +1,22 @@ |
+# GYP file to build a the webtry sample. |
+{ |
+ 'targets': [ |
+ { |
+ 'target_name': 'webtry', |
+ 'type': 'executable', |
+ 'mac_bundle' : 1, |
+ 'include_dirs' : [ |
+ '../src/core', |
+ '../src/images', |
+ ], |
+ 'sources': [ |
+ '../experimental/webtry/result.cpp', |
+ ], |
+ 'dependencies': [ |
+ 'flags.gyp:flags', |
+ 'skia_lib.gyp:skia_lib', |
+ 'images.gyp:images', |
+ ], |
+ }, |
+ ], |
+} |