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

Unified Diff: gyp/experimental.gyp

Issue 885733002: Fold gmtoskp into DM, as --src gm --config skp. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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/tools/gmtoskp.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/experimental.gyp
diff --git a/gyp/experimental.gyp b/gyp/experimental.gyp
index 6405e81576d0a13dfab9bca0a38672a49ca961f0..ffc1753e68273498ea0b528949de7bf6a24e2917 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', ],
- },
],
}
« no previous file with comments | « experimental/tools/gmtoskp.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698