diff options
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/effects.gyp | 2 | ||||
-rw-r--r-- | gyp/gpu.gyp | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gyp/effects.gyp b/gyp/effects.gyp index fbccb401b9..cb15a2ac2e 100644 --- a/gyp/effects.gyp +++ b/gyp/effects.gyp @@ -7,6 +7,8 @@ '../include/config', '../include/core', '../include/effects', + '../include/gpu', + '../src/gpu', ], 'sources': [ '../include/effects/Sk1DPathEffect.h', diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index 91e7385fdf..2874054bd3 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -163,6 +163,9 @@ 'include_dirs': [ '../include/core', '../include/config', + '../include/effects', # This is only to get Sk effects into + # GrGpuGL_unittest.cpp, not for general + # consumption in src/gpu. '../include/gpu', '../src/core', # SkRasterClip.h '../src/gpu' |