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

Unified Diff: gyp/pathops_skpclip.gyp

Issue 400033002: update pathops core and tests (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix uninitialized variable Created 6 years, 5 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 | « gyp/most.gyp ('k') | gyp/pathops_unittest.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', {
« no previous file with comments | « gyp/most.gyp ('k') | gyp/pathops_unittest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698