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

Unified Diff: build/config/BUILD.gn

Issue 2843493002: [ios] Partially decouple iOS and macOS GN configuration. (Closed)
Patch Set: Created 3 years, 8 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 | build/config/BUILDCONFIG.gn » ('j') | build/config/mac/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 593a88db41dc14f0b88492fee36d1628109f1415..1504df8975e8c08508e41c8b7952a741b487b030 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -288,7 +288,10 @@ config("executable_config") {
"//build/config/mac:mac_executable_flags",
]
} else if (is_ios) {
- configs += [ "//build/config/ios:ios_dynamic_flags" ]
+ configs += [
+ "//build/config/ios:ios_dynamic_flags",
+ "//build/config/ios:ios_executable_flags",
+ ]
} else if (is_linux || is_android) {
configs += [ "//build/config/gcc:executable_ldconfig" ]
if (is_android) {
« no previous file with comments | « no previous file | build/config/BUILDCONFIG.gn » ('j') | build/config/mac/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698