Index: gyp/skpskgr_test.gyp |
diff --git a/gyp/pathops_unittest.gyp b/gyp/skpskgr_test.gyp |
old mode 100644 |
new mode 100755 |
similarity index 85% |
copy from gyp/pathops_unittest.gyp |
copy to gyp/skpskgr_test.gyp |
index ea4e5b84101752ffde77fbc5507472b4ea68b2f0..3a5e4d1b8cee4b3d8b4814344b311605d035c860 |
--- a/gyp/pathops_unittest.gyp |
+++ b/gyp/skpskgr_test.gyp |
@@ -5,7 +5,7 @@ |
], |
'targets': [ |
{ |
- 'target_name': 'pathops_unittest', |
+ 'target_name': 'skpskgr_test', |
'type': 'executable', |
'suppress_wildcard': '1', |
'include_dirs' : [ |
@@ -18,11 +18,8 @@ |
'../src/utils', |
'../tools/', |
], |
- 'includes': [ |
- 'pathops_unittest.gypi', |
- ], |
'sources': [ |
- '../tests/PathOpsSkpClipTest.cpp', |
+ '../tests/SkpSkGrTest.cpp', |
'../tests/Test.cpp', |
'../tests/skia_test.cpp', |
'../tests/Test.h', |