Commit e2a05ccc authored by Maksim Sisov's avatar Maksim Sisov Committed by Commit Bot

lacros: don't set pangocairo

Fixes lld.elf: error: undefined symbol:
content::GetFontsInFamily_SlowBlocking.

R=fangzhoug, thomasanderson

Bug: 1121319
Change-Id: Idc9fec3ad300aa963ffc2ee1dfa626657906e86d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374525Reviewed-by: default avatarThomas Anderson <thomasanderson@chromium.org>
Reviewed-by: default avatarKramer Ge <fangzhoug@chromium.org>
Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com>
Cr-Commit-Position: refs/heads/master@{#801433}
parent 0807e0a0
...@@ -2,8 +2,10 @@ ...@@ -2,8 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
import("//build/config/chromeos/ui_mode.gni")
import("//build/config/ui.gni") import("//build/config/ui.gni")
declare_args() { declare_args() {
use_pangocairo = is_linux && !is_chromeos && !is_chromecast use_pangocairo =
is_linux && !is_chromeos && !is_chromecast && !chromeos_is_browser_only
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment