Index: chromeos/ime/BUILD.gn |
diff --git a/chromeos/ime/BUILD.gn b/chromeos/ime/BUILD.gn |
index 46918ad097c1c53c1611117b2383d63939d44b24..c471ca415fb58fc23e6707f0c1692684efee8f31 100644 |
--- a/chromeos/ime/BUILD.gn |
+++ b/chromeos/ime/BUILD.gn |
@@ -4,9 +4,11 @@ |
action("gencode") { |
script = "gen_input_methods.py" |
- sources = [ "//chromeos/ime/input_methods.txt" ] |
+ sources = [ |
+ "//chromeos/ime/input_methods.txt", |
+ ] |
outputs = [ |
- "$target_gen_dir/input_methods.h" |
+ "$target_gen_dir/input_methods.h", |
] |
args = [ |
rebase_path("//chromeos/ime/input_methods.txt"), |