Index: build/secondary/third_party/sfntly/BUILD.gn |
diff --git a/build/secondary/third_party/sfntly/BUILD.gn b/build/secondary/third_party/sfntly/BUILD.gn |
index 74107afbda6a487aede1be9bcff3aa478b60a988..a4dbd23a78a212a2572524e19cbb41cfea39c4a1 100644 |
--- a/build/secondary/third_party/sfntly/BUILD.gn |
+++ b/build/secondary/third_party/sfntly/BUILD.gn |
@@ -125,5 +125,7 @@ static_library("sfntly") { |
configs -= [ "//build/config/compiler:chromium_code" ] |
configs += [ "//build/config/compiler:no_chromium_code" ] |
- deps = [ "//third_party/icu:icuuc" ] |
+ deps = [ |
+ "//third_party/icu:icuuc", |
+ ] |
} |