| Index: gyp/pathops_unittest.gyp
|
| diff --git a/gyp/pathops_unittest.gyp b/gyp/pathops_unittest.gyp
|
| index b8f6835f4826a452169f7e027ba1629282704c6e..d3152d2cf3ed63c7dcd0ed4b1667b7cd84a785df 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': [
|
| + 'flags.gyp:flags_common',
|
| + 'tools.gyp:crash_handler',
|
| + ],
|
| 'sources': [
|
| '../tests/PathOpsAngleIdeas.cpp',
|
| '../tests/PathOpsCubicLineIntersectionIdeas.cpp',
|
|
|