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

Unified Diff: tools/gn/variables.cc

Issue 1431323003: Remove obsolete OS handling in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « tools/gn/settings.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/variables.cc
diff --git a/tools/gn/variables.cc b/tools/gn/variables.cc
index 5a9b8404ce88f0cf761733f006ba6c5623d9a21d..aa4de3650fa2cd621b0963a873191c2162e12c05 100644
--- a/tools/gn/variables.cc
+++ b/tools/gn/variables.cc
@@ -880,9 +880,12 @@ const char kLibs_Help[] =
" When constructing the linker command, the \"lib_prefix\" attribute of\n"
" the linker tool in the current toolchain will be prepended to each\n"
" library. So your BUILD file should not specify the switch prefix\n"
- " (like \"-l\"). On Mac, libraries ending in \".framework\" will be\n"
- " special-cased: the switch \"-framework\" will be prepended instead of\n"
- " the lib_prefix, and the \".framework\" suffix will be trimmed.\n"
+ " (like \"-l\").\n"
+ "\n"
+ " Libraries ending in \".framework\" will be special-cased: the switch\n"
+ " \"-framework\" will be prepended instead of the lib_prefix, and the\n"
+ " \".framework\" suffix will be trimmed. This is to support the way Mac\n"
+ " links framework dependencies.\n"
COMMON_LIB_INHERITANCE_HELP
COMMON_ORDERING_HELP
"\n"
« no previous file with comments | « tools/gn/settings.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698