| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 48bfcceccbb9d9ceb3649564164c8b56af745d52..5b0e00a16899aa52bfd556f5d469a811af4fdfdd 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -288,7 +288,7 @@ source_set("common") {
|
| }
|
|
|
| if (use_pango) {
|
| - configs += [ "//build/config/linux:pangocairo" ]
|
| + configs += [ "//build/config/linux/pangocairo" ]
|
| if (use_ozone) {
|
| # If we're using pango, never use this ozone file (it was removed in all
|
| # non-ozone cases above).
|
|
|