summaryrefslogtreecommitdiffstats
path: root/ui/resources/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'ui/resources/BUILD.gn')
-rw-r--r--ui/resources/BUILD.gn4
1 files changed, 3 insertions, 1 deletions
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",
]