Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(987)

Unified Diff: components/cronet/ios/BUILD.gn

Issue 2169973002: Add bundle_deps to ios_{app,framework}_bundle templates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios-app-bundle-executable
Patch Set: Fix compilation of fat builds. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/mac/base_rules.gni ('k') | testing/test.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « build/config/mac/base_rules.gni ('k') | testing/test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698