diff options
Diffstat (limited to 'gyp/gpu.gyp')
-rw-r--r-- | gyp/gpu.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index 5acf24422b..b60172182a 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -195,6 +195,7 @@ '../include/gpu/GrResource.h', '../include/gpu/GrSamplerState.h', '../include/gpu/GrScalar.h', + '../include/gpu/GrSurface.h', '../include/gpu/GrTemplates.h', '../include/gpu/GrTextContext.h', '../include/gpu/GrTexture.h', @@ -271,6 +272,7 @@ '../src/gpu/GrTDArray.h', '../src/gpu/GrSoftwarePathRenderer.cpp', '../src/gpu/GrSoftwarePathRenderer.h', + '../src/gpu/GrSurface.cpp', '../src/gpu/GrTextStrike.cpp', '../src/gpu/GrTextStrike.h', '../src/gpu/GrTextStrike_impl.h', |