diff options
author | fmalita <fmalita@chromium.org> | 2016-08-16 15:38:51 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-16 15:38:51 -0700 |
commit | dc4c2a9fb7210925df7cc5c142b691e6c817ca77 (patch) | |
tree | dced094ef0ebd63d084cbcb14d5cc67ac811f01e /gyp | |
parent | 36931c2b47f81db7ccf441937567c6fda72ad3e6 (diff) |
[SVGDom] Add <circle>, <ellipse> support
R=robertphillips@google.com,stephana@google.com
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2249033003
Review-Url: https://codereview.chromium.org/2249033003
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/svg.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gyp/svg.gyp b/gyp/svg.gyp index 50e4dbe615..00069030b4 100644 --- a/gyp/svg.gyp +++ b/gyp/svg.gyp @@ -48,10 +48,14 @@ '../experimental/svg/model/SkSVGAttribute.cpp', '../experimental/svg/model/SkSVGAttributeParser.h', '../experimental/svg/model/SkSVGAttributeParser.cpp', + '../experimental/svg/model/SkSVGCircle.h', + '../experimental/svg/model/SkSVGCircle.cpp', '../experimental/svg/model/SkSVGContainer.h', '../experimental/svg/model/SkSVGContainer.cpp', '../experimental/svg/model/SkSVGDOM.h', '../experimental/svg/model/SkSVGDOM.cpp', + '../experimental/svg/model/SkSVGEllipse.h', + '../experimental/svg/model/SkSVGEllipse.cpp', '../experimental/svg/model/SkSVGG.h', '../experimental/svg/model/SkSVGNode.h', '../experimental/svg/model/SkSVGNode.cpp', |