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

Unified Diff: tools/gn/variables.cc

Issue 24657003: GN: Return array from pkgconfig wrapper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: tools/gn/variables.cc
diff --git a/tools/gn/variables.cc b/tools/gn/variables.cc
index baacb3c0726e31979e44337063f9b08d430a4c7a..12cc1913f84c5ddca437c66cdeb49fe17a887875 100644
--- a/tools/gn/variables.cc
+++ b/tools/gn/variables.cc
@@ -243,10 +243,7 @@ const char kCflags_HelpShort[] =
// Avoid writing long help for each variant.
#define COMMON_FLAGS_HELP \
"\n"\
- " Flags are never quoted. If your flag includes a string that must be\n"\
- " quoted, you must do it yourself. This also means that you can\n"\
- " specify more than one flag in a string if necessary (\"--foo --bar\")\n"\
- " and have them be seen as separate by the tool.\n"
+ " Flags will be quoted automatically if they contain a space.\n"
const char kCommonCflagsHelp[] =
"cflags*: Flags passed to the C compiler.\n"
"\n"
« tools/gn/secondary/build/config/linux/BUILD.gn ('K') | « tools/gn/secondary/third_party/nss/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698