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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 179873008: GN: Work on Mac module search path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/BUILDCONFIG.gn
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
index d061f0b066a63df152c5aca23cc1ea3bc710efb1..350d880de1ffa69d538940b4fc271e17ff728bc4 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -387,7 +387,9 @@ set_defaults("executable") {
if (is_win) {
configs += windows_linker_configs
} else if (is_mac) {
- configs += [ "//build/config/mac:mac_dynamic_flags" ]
+ configs += [
+ "//build/config/mac:mac_dynamic_flags",
+ "//build/config/mac:mac_executable_flags" ]
} else if (is_linux || is_android) {
configs += [ "//build/config/linux:executable_ldconfig" ]
}
« no previous file with comments | « base/BUILD.gn ('k') | build/config/compiler/BUILD.gn » ('j') | build/config/mac/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698