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

Unified Diff: content/shell/BUILD.gn

Issue 2730493002: Reland of Unify freetype-android and freetype2 into one checkout (Closed)
Patch Set: Created 3 years, 10 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: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 13239bea0b5dc26ab96a25fdf14402e4eb462fa3..7bfb81beca032ea410730f06038cdb18f9431940 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -369,7 +369,7 @@
}
if (is_linux) {
- deps += [ "//third_party/freetype2" ]
+ deps += [ "//third_party/freetype-android:freetype" ]
}
if (!enable_plugins) {

Powered by Google App Engine
This is Rietveld 408576698