Index: ui/keyboard/BUILD.gn |
diff --git a/ui/keyboard/BUILD.gn b/ui/keyboard/BUILD.gn |
index e01464136d87a677e1840e06271b8e773149541d..bbc3cc8f636750e2b58b503ed8e373443225cf0f 100644 |
--- a/ui/keyboard/BUILD.gn |
+++ b/ui/keyboard/BUILD.gn |
@@ -96,7 +96,9 @@ copy("resources") { |
sources = [ |
"$target_gen_dir/keyboard_resources.pak", |
] |
- outputs = [ "$root_out_dir/keyboard_resources.pak" ] |
+ outputs = [ |
+ "$root_out_dir/keyboard_resources.pak", |
+ ] |
public_deps = [ |
":resources_grit", |
] |