aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/everything.gyp1
-rw-r--r--gyp/webtry.gyp23
2 files changed, 0 insertions, 24 deletions
diff --git a/gyp/everything.gyp b/gyp/everything.gyp
index 78317ef492..f66b67ed26 100644
--- a/gyp/everything.gyp
+++ b/gyp/everything.gyp
@@ -23,7 +23,6 @@
'debugger.gyp:debugger',
'pdfviewer.gyp:pdfviewer',
#'v8.gyp:SkV8Example',
- #'webtry.gyp:webtry',
],
}],
],
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',
- ],
- },
- ],
-}