diff options
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 9bfe572459..7d3c0f2cbc 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -10,6 +10,7 @@ 'gr_sources': [ '<(skia_include_path)/gpu/GrAARectRenderer.h', '<(skia_include_path)/gpu/GrBackendEffectFactory.h', + '<(skia_include_path)/gpu/GrCacheID.h', '<(skia_include_path)/gpu/GrClipData.h', '<(skia_include_path)/gpu/GrColor.h', '<(skia_include_path)/gpu/GrConfig.h', |