Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: gyp/webtry.gyp

Issue 726833004: Cleanup: Delete webtry.gyp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/everything.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ],
- },
- ],
-}
« no previous file with comments | « gyp/everything.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698