| 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 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'svg', | 8 'target_name': 'svg', |
| 9 'product_name': 'skia_svg', | 9 'product_name': 'skia_svg', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 '../experimental/svg/model/SkSVGRenderContext.cpp', | 71 '../experimental/svg/model/SkSVGRenderContext.cpp', |
| 72 '../experimental/svg/model/SkSVGShape.h', | 72 '../experimental/svg/model/SkSVGShape.h', |
| 73 '../experimental/svg/model/SkSVGShape.cpp', | 73 '../experimental/svg/model/SkSVGShape.cpp', |
| 74 '../experimental/svg/model/SkSVGSVG.h', | 74 '../experimental/svg/model/SkSVGSVG.h', |
| 75 '../experimental/svg/model/SkSVGSVG.cpp', | 75 '../experimental/svg/model/SkSVGSVG.cpp', |
| 76 '../experimental/svg/model/SkSVGTransformableNode.h', | 76 '../experimental/svg/model/SkSVGTransformableNode.h', |
| 77 '../experimental/svg/model/SkSVGTransformableNode.cpp', | 77 '../experimental/svg/model/SkSVGTransformableNode.cpp', |
| 78 '../experimental/svg/model/SkSVGTypes.h', | 78 '../experimental/svg/model/SkSVGTypes.h', |
| 79 '../experimental/svg/model/SkSVGValue.h', | 79 '../experimental/svg/model/SkSVGValue.h', |
| 80 '../experimental/svg/model/SkSVGValue.cpp', | 80 '../experimental/svg/model/SkSVGValue.cpp', |
| 81 |
| 82 '../experimental/svg/model/SkPEG.h', |
| 81 ], | 83 ], |
| 82 'direct_dependent_settings': { | 84 'direct_dependent_settings': { |
| 83 'include_dirs': [ | 85 'include_dirs': [ |
| 84 '../experimental/svg/model', | 86 '../experimental/svg/model', |
| 85 ], | 87 ], |
| 86 }, | 88 }, |
| 87 }, | 89 }, |
| 88 | 90 |
| 89 ], | 91 ], |
| 90 } | 92 } |
| OLD | NEW |