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

Unified Diff: skia/BUILD.gn

Issue 1528173003: Use our own freetype2 (from //third_party) on Linux and FNL. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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/linux/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index ebc3f0952f0f8dcba808086691e64b7ebecbe532..65f1dbd594d927f3ab8d823bf077066eb0787abb 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -442,8 +442,10 @@ component("skia") {
]
if (is_linux) {
- configs += [ "//build/config/linux:freetype2" ]
- deps += [ "//third_party/icu:icuuc" ]
+ deps += [
+ "//third_party/freetype2",
+ "//third_party/icu:icuuc",
+ ]
}
if (is_android) {
« no previous file with comments | « build/config/linux/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698