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

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

Issue 2150753002: Separate out target defaults in the GN build config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Format 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
Index: build/config/mac/rules.gni
diff --git a/build/config/mac/rules.gni b/build/config/mac/rules.gni
index a1c3c2ca16473849aab63d18cf8d05ce57e8d0b3..a2213784c0285ebe48f16c7a29ead335adca714a 100644
--- a/build/config/mac/rules.gni
+++ b/build/config/mac/rules.gni
@@ -193,6 +193,10 @@ template("mac_framework_bundle") {
}
}
+set_defaults("mac_framework_bundle") {
+ configs = default_shared_library_configs
+}
+
# Template to create a Mac executable application bundle.
#
# Arguments

Powered by Google App Engine
This is Rietveld 408576698