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

Unified Diff: build/secondary/third_party/icu/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 | « build/secondary/third_party/android_tools/BUILD.gn ('k') | build/secondary/tools/grit/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/third_party/icu/BUILD.gn
diff --git a/build/secondary/third_party/icu/BUILD.gn b/build/secondary/third_party/icu/BUILD.gn
index b61867372ad82672b852be7287fa22e6bb8a6e7a..8b64f706ebbb7fb0dc35acf20435ecfe1faf720f 100644
--- a/build/secondary/third_party/icu/BUILD.gn
+++ b/build/secondary/third_party/icu/BUILD.gn
@@ -481,7 +481,9 @@ if (icu_use_data_file) {
]
}
- outputs = [ "$root_out_dir/icudtl.dat" ]
+ outputs = [
+ "$root_out_dir/icudtl.dat",
+ ]
}
}
} else {
@@ -491,7 +493,9 @@ if (icu_use_data_file) {
sources = [
"windows/icudt.dll",
]
- outputs = [ "$root_out_dir/icudt.dll" ]
+ outputs = [
+ "$root_out_dir/icudt.dll",
+ ]
}
} else {
source_set("icudata") {
« no previous file with comments | « build/secondary/third_party/android_tools/BUILD.gn ('k') | build/secondary/tools/grit/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698