aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/experimental.gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-01-28 11:35:18 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-28 11:35:18 -0800
commit9c3f17d6e859a11535f40497cb9f6e777d15f62e (patch)
tree527e966904375e75de38f0a29a749e33d8d4c57c /gyp/experimental.gyp
parent441b10eac09a1f44983e35da827a6b438a409e63 (diff)
Fold gmtoskp into DM, as --src gm --config skp.
Diffstat (limited to 'gyp/experimental.gyp')
-rw-r--r--gyp/experimental.gyp22
1 files changed, 0 insertions, 22 deletions
diff --git a/gyp/experimental.gyp b/gyp/experimental.gyp
index 6405e81576..ffc1753e68 100644
--- a/gyp/experimental.gyp
+++ b/gyp/experimental.gyp
@@ -105,27 +105,5 @@
'tools.gyp:sk_tool_utils',
],
},
- {
- 'target_name': 'gmtoskp',
- 'type': 'executable',
- 'sources': [
- '../experimental/tools/gmtoskp.cpp',
- '../gm/gm.cpp',
- ],
- 'include_dirs': [
- '../tools',
- '../src/effects',
- '../src/core',
- '../src/gpu',
- '../third_party/etc1',
- ],
- 'dependencies': [
- 'skia_lib.gyp:skia_lib',
- 'tools.gyp:resources',
- 'tools.gyp:sk_tool_utils',
- 'gputest.gyp:skgputest',
- ],
- 'includes': [ 'gmslides.gypi', ],
- },
],
}