Index: gyp/pathops_skpclip.gyp |
diff --git a/gyp/pathops_unittest.gyp b/gyp/pathops_skpclip.gyp |
old mode 100644 |
new mode 100755 |
similarity index 53% |
copy from gyp/pathops_unittest.gyp |
copy to gyp/pathops_skpclip.gyp |
index 190b4f3816a1f282fc95f7bd5f804509a0449e3f..a1e51d65f884c61d8c0058eb19decbe117c53d2a |
--- a/gyp/pathops_unittest.gyp |
+++ b/gyp/pathops_skpclip.gyp |
@@ -1,23 +1,29 @@ |
-# GYP file to build pathops unit tests. |
+# GYP file to build pathops skp clip test. |
{ |
'includes': [ |
'apptype_console.gypi', |
], |
'targets': [ |
{ |
- 'target_name': 'pathops_unittest', |
+ 'target_name': 'pathops_skpclip', |
'type': 'executable', |
- 'includes': [ |
- 'pathops_unittest.gypi', |
+ 'include_dirs': [ |
+ '../src/core', |
+ '../src/effects', |
+ '../src/lazy', |
+ '../src/pathops', |
+ '../src/pipe/utils', |
+ '../src/utils', |
+ ], |
+ 'dependencies': [ |
+ 'flags.gyp:flags', |
+ 'skia_lib.gyp:skia_lib', |
+ 'tools.gyp:crash_handler', |
+ 'tools.gyp:resources', |
], |
- 'dependencies': [ 'tools.gyp:crash_handler' ], |
'sources': [ |
- '../tests/PathOpsAngleIdeas.cpp', |
- '../tests/PathOpsCubicLineIntersectionIdeas.cpp', |
- '../tests/PathOpsDebug.cpp', |
- '../tests/PathOpsOpLoopThreadedTest.cpp', |
+ '../tests/PathOpsDebug.cpp', |
'../tests/PathOpsSkpClipTest.cpp', |
- '../tests/skia_test.cpp', |
], |
'conditions': [ |
[ 'skia_android_framework == 1', { |