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

Unified Diff: build/config/ios/rules.gni

Issue 2166663003: [iOS] Define build/config/ios:ios_dynamic_flags for default linker flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove -Xlinker -objc_abi_version -Xlinker 2. 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/ios/BUILD.gn ('k') | ios/web/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/ios/rules.gni
diff --git a/build/config/ios/rules.gni b/build/config/ios/rules.gni
index b0d248b107cc6b56e74b5ef0d59e06e49481372f..30cf52c64b5dc0eb912801f16dad758d1bccf277 100644
--- a/build/config/ios/rules.gni
+++ b/build/config/ios/rules.gni
@@ -176,10 +176,6 @@ template("ios_app_bundle") {
libs = []
}
libs += [ "UIKit.framework" ]
- if (!defined(ldflags)) {
- ldflags = []
- }
- ldflags += [ "-ObjC" ]
}
} else {
# This is either a thin build or the default toolchain of a fat-build.
@@ -263,10 +259,6 @@ template("ios_app_bundle") {
libs = []
}
libs += [ "UIKit.framework" ]
- if (!defined(ldflags)) {
- ldflags = []
- }
- ldflags += [ "-ObjC" ]
}
if (_is_fat_build) {
« no previous file with comments | « build/config/ios/BUILD.gn ('k') | ios/web/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698