Index: experimental/webtry/templates/template.gyp |
diff --git a/experimental/webtry/templates/template.gyp b/experimental/webtry/templates/template.gyp |
deleted file mode 100644 |
index 6efcd31ebe0ba1ac983c5fc3fc6daa86cfa7ff36..0000000000000000000000000000000000000000 |
--- a/experimental/webtry/templates/template.gyp |
+++ /dev/null |
@@ -1,37 +0,0 @@ |
-{ |
- 'targets': [ |
- { |
- 'configurations': { |
- 'Debug': { }, |
- 'Release': { } |
- }, |
- 'cflags!': [ |
- '-Werror' |
- ], |
- 'target_name': '{{.Hash}}', |
- 'type': 'executable', |
- 'dependencies': [ |
- 'skia_lib.gyp:skia_lib', |
- 'flags.gyp:flags', |
- 'tools.gyp:sk_tool_utils' |
- |
- ], |
- 'include_dirs': [ |
- '../include/config', |
- '../include/core', |
- '../include/gpu', |
- '../tools/flags', |
- '../src/core', |
- ], |
- 'conditions': [ |
- ['skia_os == "mac"', { |
- 'defines': ['SK_UNSAFE_BUILD_DESKTOP_ONLY=1'] |
- }] |
- ], |
- 'sources': [ |
- '../../cache/src/{{.Hash}}.cpp', |
- '../experimental/webtry/main.cpp' |
- ], |
- } |
- ] |
-} |