Index: skia/BUILD.gn |
diff --git a/skia/BUILD.gn b/skia/BUILD.gn |
index ebc3f0952f0f8dcba808086691e64b7ebecbe532..65f1dbd594d927f3ab8d823bf077066eb0787abb 100644 |
--- a/skia/BUILD.gn |
+++ b/skia/BUILD.gn |
@@ -442,8 +442,10 @@ component("skia") { |
] |
if (is_linux) { |
- configs += [ "//build/config/linux:freetype2" ] |
- deps += [ "//third_party/icu:icuuc" ] |
+ deps += [ |
+ "//third_party/freetype2", |
+ "//third_party/icu:icuuc", |
+ ] |
} |
if (is_android) { |