| OLD | NEW | 
|---|
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. | 
| 2 # | 2 # | 
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be | 
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. | 
| 5 # Common gypi for pathops unit tests. | 5 # Common gypi for pathops unit tests. | 
| 6 { | 6 { | 
| 7   'include_dirs': [ | 7   'include_dirs': [ | 
| 8     '../include/private', | 8     '../include/private', | 
| 9     '../src/core', | 9     '../src/core', | 
| 10     '../src/effects', | 10     '../src/effects', | 
| 11     '../src/lazy', | 11     '../src/lazy', | 
| 12     '../src/pathops', | 12     '../src/pathops', | 
| 13     '../src/pipe/utils', | 13     '../src/pipe/utils', | 
| 14     '../src/utils', | 14     '../src/utils', | 
| 15   ], | 15   ], | 
| 16   'dependencies': [ | 16   'dependencies': [ | 
| 17     'flags.gyp:flags', | 17     'flags.gyp:flags', | 
| 18     'skia_lib.gyp:skia_lib', | 18     'skia_lib.gyp:skia_lib', | 
| 19     'tools.gyp:resources', | 19     'tools.gyp:resources', | 
| 20   ], | 20   ], | 
| 21   'sources': [ | 21   'sources': [ | 
| 22     '../tests/Test.cpp', | 22     '../tests/Test.cpp', | 
| 23     '../tests/Test.h', | 23     '../tests/Test.h', | 
| 24 | 24 | 
| 25     '../tests/PathOpsAngleTest.cpp', | 25     '../tests/PathOpsAngleTest.cpp', | 
| 26     '../tests/PathOpsBoundsTest.cpp', | 26     '../tests/PathOpsBoundsTest.cpp', | 
|  | 27     '../tests/PathOpsBuilderConicTest.cpp', | 
| 27     '../tests/PathOpsBuilderTest.cpp', | 28     '../tests/PathOpsBuilderTest.cpp', | 
| 28     '../tests/PathOpsBuildUseTest.cpp', | 29     '../tests/PathOpsBuildUseTest.cpp', | 
| 29     '../tests/PathOpsConicIntersectionTest.cpp', | 30     '../tests/PathOpsConicIntersectionTest.cpp', | 
| 30     '../tests/PathOpsConicLineIntersectionTest.cpp', | 31     '../tests/PathOpsConicLineIntersectionTest.cpp', | 
| 31     '../tests/PathOpsCubicConicIntersectionTest.cpp', | 32     '../tests/PathOpsCubicConicIntersectionTest.cpp', | 
| 32     '../tests/PathOpsCubicIntersectionTest.cpp', | 33     '../tests/PathOpsCubicIntersectionTest.cpp', | 
| 33     '../tests/PathOpsCubicIntersectionTestData.cpp', | 34     '../tests/PathOpsCubicIntersectionTestData.cpp', | 
| 34     '../tests/PathOpsCubicLineIntersectionTest.cpp', | 35     '../tests/PathOpsCubicLineIntersectionTest.cpp', | 
| 35     '../tests/PathOpsCubicQuadIntersectionTest.cpp', | 36     '../tests/PathOpsCubicQuadIntersectionTest.cpp', | 
| 36     '../tests/PathOpsCubicReduceOrderTest.cpp', | 37     '../tests/PathOpsCubicReduceOrderTest.cpp', | 
| (...skipping 23 matching lines...) Expand all  Loading... | 
| 60     '../tests/PathOpsSimplifyQuadThreadedTest.cpp', | 61     '../tests/PathOpsSimplifyQuadThreadedTest.cpp', | 
| 61     '../tests/PathOpsSimplifyRectThreadedTest.cpp', | 62     '../tests/PathOpsSimplifyRectThreadedTest.cpp', | 
| 62     '../tests/PathOpsSimplifyTest.cpp', | 63     '../tests/PathOpsSimplifyTest.cpp', | 
| 63     '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', | 64     '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', | 
| 64     '../tests/PathOpsSkpTest.cpp', | 65     '../tests/PathOpsSkpTest.cpp', | 
| 65     '../tests/PathOpsTestCommon.cpp', | 66     '../tests/PathOpsTestCommon.cpp', | 
| 66     '../tests/PathOpsThreadedCommon.cpp', | 67     '../tests/PathOpsThreadedCommon.cpp', | 
| 67     '../tests/PathOpsThreeWayTest.cpp', | 68     '../tests/PathOpsThreeWayTest.cpp', | 
| 68     '../tests/PathOpsTightBoundsTest.cpp', | 69     '../tests/PathOpsTightBoundsTest.cpp', | 
| 69     '../tests/PathOpsTypesTest.cpp', | 70     '../tests/PathOpsTypesTest.cpp', | 
|  | 71     '../tests/SubsetPath.cpp', | 
| 70 | 72 | 
| 71     '../tests/PathOpsCubicIntersectionTestData.h', | 73     '../tests/PathOpsCubicIntersectionTestData.h', | 
| 72     '../tests/PathOpsExtendedTest.h', | 74     '../tests/PathOpsExtendedTest.h', | 
| 73     '../tests/PathOpsQuadIntersectionTestData.h', | 75     '../tests/PathOpsQuadIntersectionTestData.h', | 
| 74     '../tests/PathOpsTestCommon.h', | 76     '../tests/PathOpsTestCommon.h', | 
| 75     '../tests/PathOpsThreadedCommon.h', | 77     '../tests/PathOpsThreadedCommon.h', | 
| 76     '../tests/PathOpsTSectDebug.h', | 78     '../tests/PathOpsTSectDebug.h', | 
|  | 79     '../tests/SubsetPath.h', | 
| 77   ], | 80   ], | 
| 78 } | 81 } | 
| OLD | NEW | 
|---|