Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: ui/resources/BUILD.gn

Issue 773283006: Run gn format on all BUILD.gn files (gn version 306668) (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/resources/BUILD.gn
diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn
index 0e5ac833c10f3df6dafca4601698f76e63c57162..e44bc1d514a83fa5d22ef2286385e914b6c71dba 100644
--- a/ui/resources/BUILD.gn
+++ b/ui/resources/BUILD.gn
@@ -35,9 +35,15 @@ grit("ui_unscaled_resources_grd") {
if (!is_mac) {
copy("copy_ui_resources_100_percent") {
- sources = [ "$root_gen_dir/ui/resources/ui_resources_100_percent.pak" ]
- outputs = [ "$root_out_dir/ui_resources_100_percent.pak" ]
- deps = [ "//ui/resources" ]
+ sources = [
+ "$root_gen_dir/ui/resources/ui_resources_100_percent.pak",
+ ]
+ outputs = [
+ "$root_out_dir/ui_resources_100_percent.pak",
+ ]
+ deps = [
+ "//ui/resources",
+ ]
}
}
@@ -48,11 +54,16 @@ if (!is_mac) {
# (copy_ui_test_pak action)
if (is_ios || is_mac) {
group("ui_test_pak") {
- deps = [ ":repack_ui_test_pak", ":repack_ui_test_mac_locale_pack" ]
+ deps = [
+ ":repack_ui_test_pak",
+ ":repack_ui_test_mac_locale_pack",
+ ]
}
} else {
group("ui_test_pak") {
- deps = [ ":repack_ui_test_pak" ]
+ deps = [
+ ":repack_ui_test_pak",
+ ]
}
}

Powered by Google App Engine
This is Rietveld 408576698