| Index: gyp/pathops_unittest.gyp
|
| diff --git a/gyp/pathops_unittest.gyp b/gyp/pathops_unittest.gyp
|
| index 190b4f3816a1f282fc95f7bd5f804509a0449e3f..bae525951f6c564bceb71a4967f9a998c4a32561 100644
|
| --- a/gyp/pathops_unittest.gyp
|
| +++ b/gyp/pathops_unittest.gyp
|
| @@ -10,7 +10,10 @@
|
| 'includes': [
|
| 'pathops_unittest.gypi',
|
| ],
|
| - 'dependencies': [ 'tools.gyp:crash_handler' ],
|
| + 'dependencies': [
|
| + 'tools.gyp:crash_handler',
|
| + 'tools.gyp:threadpool',
|
| + ],
|
| 'sources': [
|
| '../tests/PathOpsAngleIdeas.cpp',
|
| '../tests/PathOpsCubicLineIntersectionIdeas.cpp',
|
|
|