From ca1a22ee534f0fcabed7fa06cbf3ea5068b489da Mon Sep 17 00:00:00 2001 From: reed Date: Thu, 16 Apr 2015 20:10:55 -0700 Subject: Revert of Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1060703003/) Reason for revert: fix (removal from gypi/gn files) has landed in chrome. Original issue's description: > Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1088383003/) > > Reason for revert: > This change is causing the DEPS roll to fail: > > > http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/78771/steps/gn/logs/stdio > > Original issue's description: > > remove unused (by clients) SkPathUtils > > > > BUG=skia: > > > > Committed: https://skia.googlesource.com/skia/+/aab35d91b8b80acd1902594bbf542083fdfa4bb7 > > TBR=scroggo@google.com,reed@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/bdb0bf5f8858043878d8a4fa8130c6c87bef3fd4 TBR=scroggo@google.com,jcgregorio@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/1091963002 --- gyp/SampleApp.gyp | 1 - 1 file changed, 1 deletion(-) (limited to 'gyp/SampleApp.gyp') diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp index 402c4247ab..b9b8eff811 100644 --- a/gyp/SampleApp.gyp +++ b/gyp/SampleApp.gyp @@ -91,7 +91,6 @@ '../samplecode/SamplePath.cpp', '../samplecode/SamplePathClip.cpp', '../samplecode/SamplePathFuzz.cpp', - '../samplecode/SamplePathUtils.cpp', '../samplecode/SamplePathEffects.cpp', '../samplecode/SamplePicture.cpp', '../samplecode/SamplePictFile.cpp', -- cgit v1.2.3