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

Unified Diff: gyp/skpskgr_test.gyp

Issue 296053016: remove bit rot test gyp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 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 | « no previous file | tests/SkpSkGrTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/skpskgr_test.gyp
diff --git a/gyp/skpskgr_test.gyp b/gyp/skpskgr_test.gyp
deleted file mode 100755
index 5af0bfb696522f64d00f06570d3959fbd1425207..0000000000000000000000000000000000000000
--- a/gyp/skpskgr_test.gyp
+++ /dev/null
@@ -1,40 +0,0 @@
-# GYP file to build unit tests.
-{
- 'includes': [
- 'apptype_console.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'skpskgr_test',
- 'type': 'executable',
- 'suppress_wildcard': '1',
- 'include_dirs' : [
- '../src/core',
- '../src/effects',
- '../src/lazy',
- '../src/pathops',
- '../src/pdf',
- '../src/pipe/utils',
- '../src/utils',
- '../tools/',
- ],
- 'sources': [
- '../tests/SkpSkGrTest.cpp',
- '../tests/Test.cpp',
- '../tests/skia_test.cpp',
- '../tests/Test.h',
- ],
- 'dependencies': [
- 'skia_lib.gyp:skia_lib',
- 'flags.gyp:flags',
- ],
- 'conditions': [
- [ 'skia_gpu == 1', {
- 'include_dirs': [
- '../src/gpu',
- ],
- }],
- ],
- },
- ],
-}
« no previous file with comments | « no previous file | tests/SkpSkGrTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698