diff options
author | robertphillips <robertphillips@google.com> | 2016-03-02 09:26:36 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-02 09:26:36 -0800 |
commit | 391395dcfbff09a83f8f0e9d3e02d38c855ae2e9 (patch) | |
tree | 8f03364d3b4939642a597834f7929dce98c7d2b8 /gyp | |
parent | 855bd4415c1a26950e946cc2f8756f7e03b61637 (diff) |
Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1754563003
Committed: https://skia.googlesource.com/skia/+/86c60758e9e4f9e203d7462cb22b2a245a0f51bd
Review URL: https://codereview.chromium.org/1754563003
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index c20ef040f8..fd53da4c92 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -82,6 +82,7 @@ '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', '<(skia_src_path)/gpu/GrDrawContext.cpp', + '<(skia_src_path)/gpu/GrDrawContextPriv.h', '<(skia_src_path)/gpu/GrPathRenderingDrawContext.cpp', '<(skia_src_path)/gpu/GrPathRenderingDrawContext.h', '<(skia_src_path)/gpu/GrDrawingManager.cpp', |