| Index: ui/resources/BUILD.gn
|
| diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn
|
| index dee92e731753ad55126a8f5e5e78ebd66c19365d..4487e036569afc49a582b3acda7807db1ee9f2ef 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",
|
| ]
|
|
|