diff options
author | benjaminwagner <benjaminwagner@google.com> | 2015-09-23 11:53:36 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-23 11:53:37 -0700 |
commit | 60c73d51808b9d78f65381b83f628a3f523042fe (patch) | |
tree | d100633576080e72cc65dd20dab46bfc80af6038 /gyp | |
parent | a1a8a601ae5dd3d29406610f39945f6c17f34b50 (diff) |
Revert of remove unused SkCachingPixelRef (patchset #1 id:1 of https://codereview.chromium.org/1364743002/ )
Reason for revert:
Build failure: https://uberchromegw.corp.google.com/i/client.skia.compile/builders/Build-Ubuntu-GCC-Arm7-Debug-Android_FrameworkDefs/builds/1146
Original issue's description:
> remove unused SkCachingPixelRef
>
> BUG=skia:
> TBR=
>
> Committed: https://skia.googlesource.com/skia/+/70d58b7da535e32bcac35739d11ab8367e99f224
TBR=halcanary@google.com,reed@google.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:
Review URL: https://codereview.chromium.org/1359393004
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/core.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi index 9e9727c66d..710a8e4378 100644 --- a/gyp/core.gypi +++ b/gyp/core.gypi @@ -343,6 +343,10 @@ '<(skia_include_path)/core/SkXfermode.h', '<(skia_include_path)/private/SkTemplates.h', + # Lazy decoding: + '<(skia_src_path)/lazy/SkCachingPixelRef.cpp', + '<(skia_src_path)/lazy/SkCachingPixelRef.h', + # Path ops '<(skia_include_path)/pathops/SkPathOps.h', |