aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/webtry.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/webtry.gyp')
-rw-r--r--gyp/webtry.gyp23
1 files changed, 0 insertions, 23 deletions
diff --git a/gyp/webtry.gyp b/gyp/webtry.gyp
deleted file mode 100644
index 63f71b9435..0000000000
--- 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',
- ],
- },
- ],
-}