diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-25 12:59:11 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-25 12:59:11 +0000 |
commit | 8cb1daaa1e4343eb60a7c4f21c12e33de30dad64 (patch) | |
tree | ca77a12bcf71775ea19e031b4659452d356c73ac /gyp | |
parent | e1ba93ee01aa7df27197189ab4d82a7d5387dc8a (diff) |
fix minor skp-found bugs
remove globals from pathops_unittest
BUG=skia:2460
TBR=mtklein
Author: caryclark@google.com
Review URL: https://codereview.chromium.org/239563004
git-svn-id: http://skia.googlecode.com/svn/trunk@14378 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/pathops_unittest.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/pathops_unittest.gyp b/gyp/pathops_unittest.gyp index 87e125b216..51af1e9ac5 100644 --- a/gyp/pathops_unittest.gyp +++ b/gyp/pathops_unittest.gyp @@ -24,6 +24,7 @@ 'sources': [ '../tests/PathOpsAngleIdeas.cpp', '../tests/PathOpsDebug.cpp', + '../tests/PathOpsOpLoopThreadedTest.cpp', '../tests/PathOpsSkpClipTest.cpp', '../tests/Test.cpp', '../tests/skia_test.cpp', |