diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/keyboard/BUILD.gn | 4 | ||||
-rw-r--r-- | ui/ozone/BUILD.gn | 4 | ||||
-rw-r--r-- | ui/resources/BUILD.gn | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/ui/keyboard/BUILD.gn b/ui/keyboard/BUILD.gn index e014641..bbc3cc8 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", ] diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn index 48c8e8f..a4cd763 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), diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn index dee92e7..4487e03 100644 --- a/ui/resources/BUILD.gn +++ b/ui/resources/BUILD.gn @@ -50,7 +50,9 @@ if (!is_mac) { sources = [ "$root_gen_dir/ui/resources/ui_resources_100_percent.pak", ] - outputs = [ "$root_out_dir/ui_resources_100_percent.pak" ] + outputs = [ + "$root_out_dir/ui_resources_100_percent.pak", + ] deps = [ "//ui/resources", ] |