| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 1cec182c45f3d3f519f7b64b267685b8645bad55..05b140f5ea3592d7d2933bd51124251875a7bbbb 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -380,10 +380,7 @@ component("net") {
|
| if (use_platform_icu_alternatives) {
|
| if (is_android) {
|
| # Use ICU alternative on Android.
|
| - sources += [
|
| - "base/net_string_util_icu_alternatives_android.cc",
|
| - "base/net_string_util_icu_alternatives_android.h",
|
| - ]
|
| + sources += [ "base/net_string_util_icu_alternatives_android.cc" ]
|
| deps += [ ":net_jni_headers" ]
|
| } else if (is_ios) {
|
| # Use ICU alternative on iOS.
|
|
|