From 2279325d539700ee3da29d6e874b3b3ce1dcf49c Mon Sep 17 00:00:00 2001 From: ethannicholas Date: Sat, 30 Jan 2016 09:59:10 -0800 Subject: added support for PLS path rendering BUG=skia:3555 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1541903002 Committed: https://skia.googlesource.com/skia/+/7df3f5e127f8016d17b637cc48a6a4718f1a6822 Review URL: https://codereview.chromium.org/1541903002 --- gyp/gpu.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gyp/gpu.gypi') diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index b64ff6416e..2fa0e8700d 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -232,6 +232,8 @@ '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h', '<(skia_src_path)/gpu/batches/GrNinePatch.cpp', '<(skia_src_path)/gpu/batches/GrNinePatch.h', + '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.cpp', + '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.h', '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h', '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp', '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp', -- cgit v1.2.3