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

Unified Diff: third_party/freetype/BUILD.gn

Issue 2872333002: Build FreeType with HarfBuzz support (Closed)
Patch Set: Move back to if statement for harfbuzz-ng-ft target Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/freetype/BUILD.gn
diff --git a/third_party/freetype/BUILD.gn b/third_party/freetype/BUILD.gn
index facf28f4aade644081be69f0c3a8bc95af0bb575..90426491bbbebec5e2a75454730e599f80583259 100644
--- a/third_party/freetype/BUILD.gn
+++ b/third_party/freetype/BUILD.gn
@@ -111,10 +111,12 @@ component("freetype") {
public_configs = [ ":freetype_config" ]
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [ "//build/config/compiler:no_chromium_code" ]
+ configs += [ "//third_party/harfbuzz-ng:harfbuzz-ng-ft-deferred-linkage" ]
configs += [ ":freetype-warnings" ]
deps = [
+ "//third_party/harfbuzz-ng:harfbuzz-ng",
"//third_party/libpng",
"//third_party/zlib",
]

Powered by Google App Engine
This is Rietveld 408576698