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

Unified Diff: content/shell/BUILD.gn

Issue 2872333002: Build FreeType with HarfBuzz support (Closed)
Patch Set: Always link harbuzz-ng-ft and fix mac component build 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
« no previous file with comments | « build/config/freetype/freetype.gni ('k') | third_party/freetype/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index ccf24913d5831a0027bdd18914b57d6885d0136e..df73fd2fc2630c694c32807c3de64d4ab8974c85 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -374,7 +374,7 @@ static_library("content_shell_lib") {
}
if (is_linux) {
- deps += [ "//third_party/freetype" ]
+ deps += [ "//build/config/freetype" ]
}
if (!enable_plugins) {
« no previous file with comments | « build/config/freetype/freetype.gni ('k') | third_party/freetype/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698