aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gpu.gni
diff options
context:
space:
mode:
Diffstat (limited to 'gn/gpu.gni')
-rw-r--r--gn/gpu.gni2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni
index fab5d971b4..aa840694ce 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -16,7 +16,6 @@ skia_gpu_sources = [
"$_include/gpu/GrContextOptions.h",
"$_include/gpu/GrContext.h",
"$_include/gpu/GrGpuResource.h",
- "$_include/gpu/GrGpuResourceRef.h",
"$_include/gpu/GrRenderTarget.h",
"$_include/gpu/GrResourceKey.h",
"$_include/gpu/GrShaderCaps.h",
@@ -93,6 +92,7 @@ skia_gpu_sources = [
"$_src/gpu/GrGpuCommandBuffer.h",
"$_src/gpu/GrGpuResourcePriv.h",
"$_src/gpu/GrGpuResource.cpp",
+ "$_src/gpu/GrGpuResourceRef.h",
"$_src/gpu/GrGpuFactory.cpp",
"$_src/gpu/GrGpuFactory.h",
"$_src/gpu/GrImageTextureMaker.cpp",