Chromium Code Reviews| Index: ui/ozone/BUILD.gn |
| diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn |
| index 48c8e8ff79b779e84b2a80fe2f3e9fb7c0699b39..a4cd7635c616166c8bfb258d601b719762d7c02e 100644 |
| --- a/ui/ozone/BUILD.gn |
| +++ b/ui/ozone/BUILD.gn |
| @@ -150,7 +150,9 @@ action("generate_constructor_list") { |
| inputs = [ |
| platform_list_txt_file, |
| ] |
| - outputs = [ constructor_list_cc_file ] |
| + outputs = [ |
| + constructor_list_cc_file, |
| + ] |
| args = [ |
| "--platform_list=" + rebase_path(platform_list_txt_file, root_build_dir), |