| Index: tools/gn/secondary/third_party/icu/BUILD.gn
|
| diff --git a/tools/gn/secondary/third_party/icu/BUILD.gn b/tools/gn/secondary/third_party/icu/BUILD.gn
|
| index 2a9f3a691a9d2c9f6c2991a908164647ce03626f..cbe73355f93e8f158d03894821fc809d0d06f010 100644
|
| --- a/tools/gn/secondary/third_party/icu/BUILD.gn
|
| +++ b/tools/gn/secondary/third_party/icu/BUILD.gn
|
| @@ -395,7 +395,7 @@ component("icuuc") {
|
| direct_dependent_configs = [ ":icu_config" ]
|
|
|
| if (!is_win) {
|
| - sources -= "source/stubdata/stubdata.c"
|
| + sources -= [ "source/stubdata/stubdata.c" ]
|
| }
|
| }
|
|
|
|
|