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

Unified Diff: gyp/skpskgr_test.gyp

Issue 52653002: pathops work in progress (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: add raster vs gpu test Created 7 years, 1 month 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 | « gyp/most.gyp ('k') | src/pathops/SkAddIntersections.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/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',
« no previous file with comments | « gyp/most.gyp ('k') | src/pathops/SkAddIntersections.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698