diff options
Diffstat (limited to 'gn')
-rw-r--r-- | gn/gpu.gni | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni index 86e2a03769..457b4057cc 100644 --- a/gn/gpu.gni +++ b/gn/gpu.gni @@ -225,6 +225,8 @@ skia_gpu_sources = [ "$_src/gpu/GrTextureRenderTargetProxy.h", "$_src/gpu/GrTextureStripAtlas.h", "$_src/gpu/GrTRecorder.h", + "$_src/gpu/GrUninstantiateProxyTracker.cpp", + "$_src/gpu/GrUninstantiateProxyTracker.h", "$_src/gpu/GrUserStencilSettings.h", "$_src/gpu/GrWindowRectangles.h", "$_src/gpu/GrWindowRectsState.h", |