Cleanup: Delete webtry.gyp

Looks like this was left over when we moved it into buildbot.

Also remove a few other, now unnecessary, references to webtry.

BUG=None
R=humper@google.com

Review URL: https://codereview.chromium.org/726833004
diff --git a/.gitignore b/.gitignore
index 4b2564c..f6adb6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,8 +10,6 @@
 TAGS
 bower_components
 common
-experimental/webtry/templates/template.cpp
-experimental/webtry/webtry.db
 gyp/build
 out
 platform_tools/chromeos/third_party/externals
diff --git a/gyp/everything.gyp b/gyp/everything.gyp
index 78317ef..f66b67e 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 63f71b9..0000000
--- 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',
-       ],
-    },
-  ],
-}