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

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

Issue 2389113003: [Cronet] Make CFBundleShortVersionString conform x.y.z format on iOS. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | 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 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") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698