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

Unified Diff: build/linux/unbundle/harfbuzz-ng.gn

Issue 2905843002: Fix build with system harfbuzz (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/unbundle/harfbuzz-ng.gn
diff --git a/build/linux/unbundle/harfbuzz-ng.gn b/build/linux/unbundle/harfbuzz-ng.gn
index 971ccab284f9fcec06d50cd373dfc14157b27437..5c422db1034332dfef06d93ad12ad6db51c64853 100644
--- a/build/linux/unbundle/harfbuzz-ng.gn
+++ b/build/linux/unbundle/harfbuzz-ng.gn
@@ -17,7 +17,21 @@ shim_headers("harfbuzz_shim") {
headers = [ "hb.h" ]
}
-source_set("harfbuzz-ng") {
+group("harfbuzz-ng") {
+ public_deps = [
+ ":harfbuzz-ng-ft",
+ ":harfbuzz-ng-without-freetype",
+ ]
+}
+
+source_set("harfbuzz-ng-ft") {
+ deps = [
+ ":harfbuzz_shim",
+ ]
+ public_configs = [ ":system_harfbuzz" ]
+}
+
+source_set("harfbuzz-ng-without-freetype") {
deps = [
":harfbuzz_shim",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698