aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2014-08-26 12:24:06 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-26 12:24:06 -0700
commit21aed57023bad4b04076c59e37097c7563efc028 (patch)
tree8e027a64148602311e2eae0aa2ac4d805b9a7b0a /gyp
parent6aa164a11c9395100751a9ca5b6ffe825c477462 (diff)
Create Read-only Base class for GrDrawState that holds data members and getters
Base class will but used also in follow up cl that will create an OptDrawState class which will share much of the same data/functions as DrawState. Thus the base class BUG=skia: R=bsalomon@google.com Author: egdaniel@google.com Review URL: https://codereview.chromium.org/506803003
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 f00cfac733..4668ac47fd 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -116,6 +116,8 @@
'<(skia_src_path)/gpu/GrResourceCache.h',
'<(skia_src_path)/gpu/GrResourceCache2.cpp',
'<(skia_src_path)/gpu/GrResourceCache2.h',
+ '<(skia_src_path)/gpu/GrRODrawState.cpp',
+ '<(skia_src_path)/gpu/GrRODrawState.h',
'<(skia_src_path)/gpu/GrStencil.cpp',
'<(skia_src_path)/gpu/GrStencil.h',
'<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',