From 60c2a79cfa8ceebcbafc243407564dc71f5e3b4f Mon Sep 17 00:00:00 2001 From: tomhudson Date: Mon, 18 Aug 2014 15:07:13 -0700 Subject: Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. Also unifies that flag and this one into a struct so they and others can be computed together. The struct is stored const to enforce lifetime expectations. Adds a few new cases to the unit test. BUG=skia:2700 R=mtklein@google.com, reed@google.com, robertphillips@google.com, tomhudson@google.com Author: tomhudson@chromium.org Review URL: https://codereview.chromium.org/364823009 --- gyp/core.gypi | 2 -- 1 file changed, 2 deletions(-) (limited to 'gyp') diff --git a/gyp/core.gypi b/gyp/core.gypi index b6b0ef1ee0..f0b08693cd 100644 --- a/gyp/core.gypi +++ b/gyp/core.gypi @@ -156,8 +156,6 @@ '<(skia_src_path)/core/SkRasterClip.cpp', '<(skia_src_path)/core/SkRasterizer.cpp', '<(skia_src_path)/core/SkReadBuffer.cpp', - '<(skia_src_path)/core/SkRecordAnalysis.cpp', - '<(skia_src_path)/core/SkRecordAnalysis.h', '<(skia_src_path)/core/SkRecordDraw.cpp', '<(skia_src_path)/core/SkRecordOpts.cpp', '<(skia_src_path)/core/SkRecorder.cpp', -- cgit v1.2.3