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

Unified Diff: content/shell/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net 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
« no previous file with comments | « content/browser/tracing/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 37c6ea2da61fdc5820f20ee6d53fec5bf2d5b865..d9d0b26d5e91c1d32811f11723ee8a25259910be 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -368,7 +368,9 @@ copy("copy_shell_resources") {
sources = [
"$target_gen_dir/shell_resources.pak",
]
- outputs = [ "$root_out_dir/shell_resources.pak" ]
+ outputs = [
+ "$root_out_dir/shell_resources.pak",
+ ]
public_deps = [
":content_shell_resources_grit",
@@ -382,7 +384,9 @@ if (!is_mac) {
sources = [
"renderer/test_runner/resources/fonts/AHEM____.TTF",
]
- outputs = [ "$root_out_dir/AHEM____.TTF" ]
+ outputs = [
+ "$root_out_dir/AHEM____.TTF",
+ ]
}
}
if (use_x11) {
@@ -393,7 +397,9 @@ if (use_x11) {
"//third_party/gardiner_mod/GardinerModBug.ttf",
"//third_party/gardiner_mod/GardinerModCat.ttf",
]
- outputs = [ "$root_out_dir/{{source_file_part}}" ]
+ outputs = [
+ "$root_out_dir/{{source_file_part}}",
+ ]
}
}
if (is_android) {
@@ -403,7 +409,9 @@ if (is_android) {
"renderer/test_runner/resources/fonts/android_main_fonts.xml",
"renderer/test_runner/resources/fonts/android_fallback_fonts.xml",
]
- outputs = [ "$root_out_dir/{{source_file_part}}" ]
+ outputs = [
+ "$root_out_dir/{{source_file_part}}",
+ ]
}
}
« no previous file with comments | « content/browser/tracing/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698