| 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") {
|
|
|