aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-07-08 06:51:43 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-08 06:51:43 -0700
commit8ca93e7c733ab064c8a9e03715ac405ae739cf51 (patch)
tree5423fe8631957bf363453c8c5f7ce3e19a6e51e4 /gyp
parent2f19b551ac10b96a1a35a147063cd4300d6fe07a (diff)
Initial CL to create dummy GrShaderDataManager and thread it through
TBR=bsalomon@google.com BUG=skia: Review URL: https://codereview.chromium.org/1225673007
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 4d0efba96c..972aec0e8f 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -30,6 +30,7 @@
'<(skia_include_path)/gpu/GrProcessor.h',
'<(skia_include_path)/gpu/GrProcessorUnitTest.h',
'<(skia_include_path)/gpu/GrProgramElement.h',
+ '<(skia_include_path)/gpu/GrShaderDataManager.h',
'<(skia_include_path)/gpu/GrGpuResourceRef.h',
'<(skia_include_path)/gpu/GrRect.h',
'<(skia_include_path)/gpu/GrRenderTarget.h',
@@ -186,6 +187,7 @@
'<(skia_src_path)/gpu/GrResourceCache.h',
'<(skia_src_path)/gpu/GrResourceProvider.cpp',
'<(skia_src_path)/gpu/GrResourceProvider.h',
+ '<(skia_src_path)/gpu/GrShaderDataManager.cpp',
'<(skia_src_path)/gpu/GrStencil.cpp',
'<(skia_src_path)/gpu/GrStencil.h',
'<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',