Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Issue 1143133006: Remove SK_FREETYPE_HAS_MM. (Closed)

Created:
5 years, 6 months ago by bungeman-skia
Modified:
5 years, 6 months ago
Reviewers:
djsollen
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Remove SK_FREETYPE_HAS_MM. The SK_FREETYPE_HAS_MM define was added to delay the changes to support GX variation fonts on platforms which did not compile ftmm.c into their FreeType build. Now that all builds should have this file the define can be removed. Committed: https://skia.googlesource.com/skia/+/4f61fee53af956a8beb4c56fa6479cb6b1aa5159 Committed: https://skia.googlesource.com/skia/+/08d171445b4006a5d620c6121048f4c383dba4d9

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -10 lines) Patch
M src/ports/SkFontHost_FreeType.cpp View 6 chunks +0 lines, -10 lines 3 comments Download

Messages

Total messages: 18 (5 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1143133006/1
5 years, 6 months ago (2015-06-01 18:44:36 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-01 18:49:52 UTC) #4
bungeman-skia
I think this can finally be enabled on Android now.
5 years, 6 months ago (2015-06-01 18:52:01 UTC) #6
djsollen
lgtm https://codereview.chromium.org/1143133006/diff/1/src/ports/SkFontHost_FreeType.cpp File src/ports/SkFontHost_FreeType.cpp (left): https://codereview.chromium.org/1143133006/diff/1/src/ports/SkFontHost_FreeType.cpp#oldcode45 src/ports/SkFontHost_FreeType.cpp:45: #if !defined(SK_BUILD_FOR_ANDROID) || defined(SK_ANDROID_FREETYPE_HAS_MM) was there anywhere in ...
5 years, 6 months ago (2015-06-01 18:54:04 UTC) #7
bungeman-skia
https://codereview.chromium.org/1143133006/diff/1/src/ports/SkFontHost_FreeType.cpp File src/ports/SkFontHost_FreeType.cpp (left): https://codereview.chromium.org/1143133006/diff/1/src/ports/SkFontHost_FreeType.cpp#oldcode45 src/ports/SkFontHost_FreeType.cpp:45: #if !defined(SK_BUILD_FOR_ANDROID) || defined(SK_ANDROID_FREETYPE_HAS_MM) On 2015/06/01 18:54:04, djsollen wrote: ...
5 years, 6 months ago (2015-06-01 18:57:54 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1143133006/1
5 years, 6 months ago (2015-06-01 19:04:47 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/4f61fee53af956a8beb4c56fa6479cb6b1aa5159
5 years, 6 months ago (2015-06-01 19:05:29 UTC) #11
reed2
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/1148303005/ by reed@chromium.org. ...
5 years, 6 months ago (2015-06-02 01:40:22 UTC) #12
bungeman-skia
On 2015/06/02 01:40:22, reed2 wrote: > A revert of this CL (patchset #1 id:1) has ...
5 years, 6 months ago (2015-06-02 15:02:51 UTC) #13
bungeman-skia
On 2015/06/02 15:02:51, bungeman1 wrote: > On 2015/06/02 01:40:22, reed2 wrote: > > A revert ...
5 years, 6 months ago (2015-06-03 19:47:25 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1143133006/1
5 years, 6 months ago (2015-06-03 19:47:49 UTC) #16
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/08d171445b4006a5d620c6121048f4c383dba4d9
5 years, 6 months ago (2015-06-03 19:58:44 UTC) #17
bungeman-skia
5 years, 6 months ago (2015-06-03 21:46:57 UTC) #18
Message was sent while issue was closed.
https://codereview.chromium.org/1143133006/diff/1/src/ports/SkFontHost_FreeTy...
File src/ports/SkFontHost_FreeType.cpp (left):

https://codereview.chromium.org/1143133006/diff/1/src/ports/SkFontHost_FreeTy...
src/ports/SkFontHost_FreeType.cpp:45: #if !defined(SK_BUILD_FOR_ANDROID) ||
defined(SK_ANDROID_FREETYPE_HAS_MM)
On 2015/06/01 18:57:54, bungeman1 wrote:
> On 2015/06/01 18:54:04, djsollen wrote:
> > was there anywhere in our setup that we defined SK_ANDROID_FREETYPE_HAS_MM
> 
> No, I just set it up this way so that it was possible to force it on in
Android
> when testing.

I stand corrected, there actually was, and it needs to be removed. Will do that.

Powered by Google App Engine
This is Rietveld 408576698