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

Issue 2879843003: Revert of Build FreeType with HarfBuzz support (Closed)

Created:
3 years, 7 months ago by drott
Modified:
3 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, jochen+watch_chromium.org, mlamouri+watch-content_chromium.org, Peter Beverloo
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Build FreeType with HarfBuzz support (patchset #7 id:110001 of https://codereview.chromium.org/2871133004/ ) Reason for revert: Speculative revert for possibly fixing Linux builder compile failure which lead to tree closure https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux%20x64/builds/17727 Original issue's description: > Build FreeType with HarfBuzz support > > FreeType's autohinter uses HarfBuzz API to collect additional GSUB and > GPOS mappings to detect ligatures that should be aligned by the > autohinter. Previously we were not able to build FreeType with HarfBuzz > support because of the cyclic dependency. This CL resolves the cyclic > dependency by building a bootstrap FreeType in order to build HarfBuzz' > hb_ft_* functions as a static library called harfbuzz-ng-ft. Then we > build harfbuzz-ng separately (which does not depend on FreeType), then > we build FreeType depending on harfbuzz-ng and harfbuzz-ng-ft. > > This resolves issues with fi and ffi ligatures in Roboto looking like > they were shifted to a different baseline. > > I tried developing a pixel test for this, which works if I force usage > of the FreeType autohinter through SkPaint::kSlight_Hinting, however we > are currently unable to automatically test this since our Linux layout > tests do not exercise the autohinting code and do not set this hinting > mode, probably due to the special fontconfig settings that we are using > for the layout tests. Manually verifying the Roboto ligatures however > confirms that this works. > > BUG=617168 > > Review-Url: https://codereview.chromium.org/2871133004 > Cr-Commit-Position: refs/heads/master@{#471277} > Committed: https://chromium.googlesource.com/chromium/src/+/a377e3e1fa4f44a58f70abb2402e6cc79e210945 TBR=behdad@chromium.org,dpranke@chromium.org,peter@chromium.org,machenbach@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=617168 Review-Url: https://codereview.chromium.org/2879843003 Cr-Commit-Position: refs/heads/master@{#471298} Committed: https://chromium.googlesource.com/chromium/src/+/149eb6a66fc6ff7d67627cf8305f833ae50b9b66

Patch Set 1 #

Patch Set 2 : Fix CL to apply cleanly #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -118 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/freetype/BUILD.gn View 1 6 chunks +3 lines, -68 lines 0 comments Download
M third_party/freetype/include/freetype-custom-config/ftoption.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M third_party/harfbuzz-ng/BUILD.gn View 1 4 chunks +25 lines, -35 lines 0 comments Download
D third_party/harfbuzz-ng/harfbuzz.gni View 1 chunk +0 lines, -12 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
drott
Created Revert of Build FreeType with HarfBuzz support
3 years, 7 months ago (2017-05-12 14:40:25 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879843003/1
3 years, 7 months ago (2017-05-12 14:40:56 UTC) #3
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/LayoutTests/TestExpectations: While running git apply --index -3 -p1; error: patch ...
3 years, 7 months ago (2017-05-12 14:41:21 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879843003/120001
3 years, 7 months ago (2017-05-12 14:50:23 UTC) #7
commit-bot: I haz the power
3 years, 7 months ago (2017-05-12 14:51:18 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/149eb6a66fc6ff7d67627cf8305f...

Powered by Google App Engine
This is Rietveld 408576698