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

Unified Diff: tools/gn/commands.h

Issue 1386783003: [GN]: Support for loadable modules (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
Index: tools/gn/commands.h
diff --git a/tools/gn/commands.h b/tools/gn/commands.h
index 3d26dba26ce5189519455ebfc19ec5626491920e..d294a89022bc066186b43b7fc56058b57be05942 100644
--- a/tools/gn/commands.h
+++ b/tools/gn/commands.h
@@ -156,8 +156,8 @@ void FilterTargetsByPatterns(const std::vector<const Target*>& input,
" Prints the first output file for the target relative to the\n"\
" current directory.\n"
#define TARGET_TYPE_FILTER_COMMAND_LINE_HELP \
- " --type=(action|copy|executable|group|shared_library|source_set|\n"\
- " static_library)\n"\
+ " --type=(action|copy|executable|group|loadable_module|shared_library|\n"\
+ " source_set|static_library)\n"\
" Restrict outputs to targets matching the given type. If\n"\
" unspecified, no filtering will be performed.\n"
#define TARGET_TESTONLY_FILTER_COMMAND_LINE_HELP \
« no previous file with comments | « tools/gn/BUILD.gn ('k') | tools/gn/commands.cc » ('j') | tools/gn/function_toolchain.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698