| Index: components/cronet/ios/BUILD.gn
|
| diff --git a/components/cronet/ios/BUILD.gn b/components/cronet/ios/BUILD.gn
|
| index e7ca5d49290b552803a903871ef0a627be141f5f..027b66da0ae8ce294923041194f8c9415798fe85 100644
|
| --- a/components/cronet/ios/BUILD.gn
|
| +++ b/components/cronet/ios/BUILD.gn
|
| @@ -63,7 +63,7 @@ source_set("cronet_sources") {
|
| # Tweak |info_plist| with current version and revision.
|
| tweak_info_plist("tweak_cronet_plist") {
|
| info_plist = "Info.plist"
|
| - args = []
|
| + args = [ "--platform=ios" ]
|
| }
|
|
|
| ios_framework_bundle("cronet_framework") {
|
|
|