Revert of Add new module for distance field generation. (https://codereview.chromium...
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 10 Mar 2014 20:37:54 +0000 (20:37 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 10 Mar 2014 20:37:54 +0000 (20:37 +0000)
commitb5f3b35645ce5335021ecb8c34b486a3db9554eb
treeb0f8e50cc8cbdb2467dad7ea296b1795ac774e8d
parentb0ba39d1ca80e95f749f06214d144b39d1b921bd
Revert of Add new module for distance field generation. (https://codereview.chromium.org/178543007/)

Reason for revert:
multiple compile errors

Original issue's description:
> Add new module for distance field generation.
>
> This improves the speed over the previous method by 10x+, and makes using distance fields practical.
>
> BUG=skia:2173
>
> Committed: http://code.google.com/p/skia/source/detail?r=13729

R=bsalomon@google.com, robertphillips@google.com, jvanverth@google.com
TBR=bsalomon@google.com, jvanverth@google.com, robertphillips@google.com
NOTREECHECKS=true
NOTRY=true
BUG=skia:2173

Author: halcanary@google.com

Review URL: https://codereview.chromium.org/190753015

git-svn-id: http://skia.googlecode.com/svn/trunk@13732 2bbb7eff-a529-9590-31e7-b0007b416f81
gm/gmmain.cpp
gyp/core.gypi
gyp/edtaa.gyp [new file with mode: 0755]
gyp/gpu.gyp
src/core/SkDistanceFieldGen.cpp [deleted file]
src/core/SkDistanceFieldGen.h [deleted file]
src/gpu/GrTextStrike.cpp
third_party/edtaa/LICENSE [new file with mode: 0755]
third_party/edtaa/edtaa3.h [new file with mode: 0755]
third_party/edtaa/edtaa3func.cpp [new file with mode: 0755]