| Index: components/cronet/ios/BUILD.gn
|
| diff --git a/components/cronet/ios/BUILD.gn b/components/cronet/ios/BUILD.gn
|
| index d614a093105db9852229a794b08b45dd1f8729c8..01c445b8e9a1897535d5f35c019e0f2e8f3a2729 100644
|
| --- a/components/cronet/ios/BUILD.gn
|
| +++ b/components/cronet/ios/BUILD.gn
|
| @@ -70,7 +70,7 @@ ios_info_plist("compile_cronet_plist") {
|
|
|
| # Bundle plist into Cronet.Framework.
|
| bundle_data("cronet_info_plist") {
|
| - deps = [
|
| + public_deps = [
|
| ":compile_cronet_plist",
|
| ]
|
|
|
| @@ -86,13 +86,13 @@ ios_framework_bundle("cronet_framework") {
|
| output_name = "Cronet"
|
|
|
| deps = [
|
| - ":compile_cronet_plist",
|
| - ":cronet_info_plist",
|
| ":cronet_sources",
|
| "//base",
|
| "//net:net",
|
| ]
|
|
|
| + bundle_deps = [ ":cronet_info_plist" ]
|
| +
|
| libs = [ "UIKit.Framework" ]
|
|
|
| public_headers = [
|
|
|