diff options
author | ethannicholas <ethannicholas@google.com> | 2016-02-02 08:36:58 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-02 08:36:58 -0800 |
commit | 30c5dde90d099c7651b5f77f5b1b7a485fd69dc9 (patch) | |
tree | 4643c0e61e4d94930dc7438e58553b65701978a7 /gyp | |
parent | 2ea6ff7f0d2f8f578460de8dd4e2e4ad3eed6e4c (diff) |
support for more features when rendering to/from JSON
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1662503003
Review URL: https://codereview.chromium.org/1662503003
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/json.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/json.gyp b/gyp/json.gyp index 5b20b2961c..707e225115 100644 --- a/gyp/json.gyp +++ b/gyp/json.gyp @@ -16,6 +16,7 @@ 'include_dirs': [ '../include/core', '../include/effects', + '../include/private', '../include/utils', '../src/core', ], |