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