| OLD | NEW |
| 1 # Copyright 2015 Google Inc. |
| 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. |
| 1 { | 5 { |
| 2 'include_dirs' : [ | 6 'include_dirs' : [ |
| 3 '../include/pathops', | 7 '../include/pathops', |
| 4 '../src/pathops', | 8 '../src/pathops', |
| 5 ], | 9 ], |
| 6 'sources': [ | 10 'sources': [ |
| 7 '../include/pathops/SkPathOps.h', | 11 '../include/pathops/SkPathOps.h', |
| 8 '../src/pathops/SkAddIntersections.cpp', | 12 '../src/pathops/SkAddIntersections.cpp', |
| 9 '../src/pathops/SkDCubicIntersection.cpp', | 13 '../src/pathops/SkDCubicIntersection.cpp', |
| 10 '../src/pathops/SkDCubicLineIntersection.cpp', | 14 '../src/pathops/SkDCubicLineIntersection.cpp', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 '../src/pathops/SkPathOpsPoint.h', | 56 '../src/pathops/SkPathOpsPoint.h', |
| 53 '../src/pathops/SkPathOpsQuad.h', | 57 '../src/pathops/SkPathOpsQuad.h', |
| 54 '../src/pathops/SkPathOpsRect.h', | 58 '../src/pathops/SkPathOpsRect.h', |
| 55 '../src/pathops/SkPathOpsTriangle.h', | 59 '../src/pathops/SkPathOpsTriangle.h', |
| 56 '../src/pathops/SkPathOpsTypes.h', | 60 '../src/pathops/SkPathOpsTypes.h', |
| 57 '../src/pathops/SkPathWriter.h', | 61 '../src/pathops/SkPathWriter.h', |
| 58 '../src/pathops/SkQuarticRoot.h', | 62 '../src/pathops/SkQuarticRoot.h', |
| 59 '../src/pathops/SkReduceOrder.h', | 63 '../src/pathops/SkReduceOrder.h', |
| 60 ], | 64 ], |
| 61 } | 65 } |
| OLD | NEW |