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

Unified Diff: tools/gn/commands.h

Issue 1413573006: Make GN --as=output relative to the root build directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | tools/gn/commands.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/commands.h
diff --git a/tools/gn/commands.h b/tools/gn/commands.h
index d294a89022bc066186b43b7fc56058b57be05942..ca4b0f2168b7778690a5b07317423d159e1cbffe 100644
--- a/tools/gn/commands.h
+++ b/tools/gn/commands.h
@@ -154,7 +154,7 @@ void FilterTargetsByPatterns(const std::vector<const Target*>& input,
" Prints the label of the target.\n"\
" output\n"\
" Prints the first output file for the target relative to the\n"\
- " current directory.\n"
+ " root build directory.\n"
#define TARGET_TYPE_FILTER_COMMAND_LINE_HELP \
" --type=(action|copy|executable|group|loadable_module|shared_library|\n"\
" source_set|static_library)\n"\
« no previous file with comments | « no previous file | tools/gn/commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698