Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index 599a55505a659ca0223572b2501794370e7b64cc..12692004b0e1b556c75af0623ca2f7eefe80910b 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -299,7 +299,7 @@ source_set("browser") { |
} |
if (is_linux && use_aura) { |
- configs += [ "//build/config/linux:fontconfig" ] |
+ deps += [ "//build/linux:fontconfig" ] |
} |
if (use_x11) { |