Commit 8d505b43 authored by jbriance's avatar jbriance Committed by Commit bot

third_party/freetype2: Add missing zlib dep.

Add zlib dependency in third_party/freetype2/BUILD.gn, as it is
already done in third_party/freetype-android/BUILD.gn to fix the
following compilation error:

  ../../src/third_party/freetype2/src/src/gzip/ftgzip.c:49:18: fatal
    error: zlib.h: No such file or directory

BUG=none

Review-Url: https://chromiumcodereview.appspot.com/2442733003
Cr-Commit-Position: refs/heads/master@{#426998}
parent 97e3ea43
...@@ -73,5 +73,6 @@ shared_library("freetype2") { ...@@ -73,5 +73,6 @@ shared_library("freetype2") {
deps = [ deps = [
"//build/config/sanitizers:deps", "//build/config/sanitizers:deps",
"//third_party/zlib",
] ]
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment