From 371bcbcb9fa7f9acba265de9de5dd23f62a64a86 Mon Sep 17 00:00:00 2001 From: bsalomon Date: Mon, 1 Dec 2014 08:19:34 -0800 Subject: Add a base class for GrIODB that handles geometry data Review URL: https://codereview.chromium.org/773433002 --- gyp/gpu.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gyp') diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 0cef7c7be0..943e610520 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -78,6 +78,8 @@ '<(skia_src_path)/gpu/GrDrawTarget.cpp', '<(skia_src_path)/gpu/GrDrawTarget.h', '<(skia_src_path)/gpu/GrDrawTargetCaps.h', + '<(skia_src_path)/gpu/GrFlushToGpuDrawTarget.cpp', + '<(skia_src_path)/gpu/GrFlushToGpuDrawTarget.h', '<(skia_src_path)/gpu/GrFontScaler.cpp', '<(skia_src_path)/gpu/GrFontScaler.h', '<(skia_src_path)/gpu/GrGeometryBuffer.h', -- cgit v1.2.3