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

Unified Diff: experimental/webtry/templates/template.gyp

Issue 688713002: delete webtry from main skia repo; it's been moved to buildbots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months 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 | « experimental/webtry/templates/sidebar.html ('k') | experimental/webtry/templates/titlebar.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
- ],
- }
- ]
-}
« no previous file with comments | « experimental/webtry/templates/sidebar.html ('k') | experimental/webtry/templates/titlebar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698