summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/ui/libgtkui/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/ui/libgtkui/BUILD.gn')
-rw-r--r--chromium/chrome/browser/ui/libgtkui/BUILD.gn8
1 files changed, 4 insertions, 4 deletions
diff --git a/chromium/chrome/browser/ui/libgtkui/BUILD.gn b/chromium/chrome/browser/ui/libgtkui/BUILD.gn
index 33b4f820bb4..884fc42ec04 100644
--- a/chromium/chrome/browser/ui/libgtkui/BUILD.gn
+++ b/chromium/chrome/browser/ui/libgtkui/BUILD.gn
@@ -97,10 +97,10 @@ template("libgtkui") {
"//printing",
"//skia",
- # GTK pulls pangoft2, which requires HarfBuzz symbols. Since we
- # link our own HarfBuzz, avoid mixing symbols from system HarfBuzz
- # and own ones, hence the dependency to harfbuzz-ng here.
- "//third_party/harfbuzz-ng",
+ # GTK pulls pangoft2, which requires HarfBuzz symbols. When linking
+ # our own HarfBuzz avoid mixing symbols from system HarfBuzz and
+ # our own through the indirect dependency to harfbuzz-ng here.
+ "//third_party:freetype_harfbuzz",
"//ui/aura",
"//ui/base",
"//ui/base/ime",