aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar ethannicholas <ethannicholas@google.com>2016-02-02 08:36:58 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-02 08:36:58 -0800
commit30c5dde90d099c7651b5f77f5b1b7a485fd69dc9 (patch)
tree4643c0e61e4d94930dc7438e58553b65701978a7 /gyp
parent2ea6ff7f0d2f8f578460de8dd4e2e4ad3eed6e4c (diff)
support for more features when rendering to/from JSON
Diffstat (limited to 'gyp')
-rw-r--r--gyp/json.gyp1
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',
],