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