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

Unified Diff: tools/gn/command_gen.cc

Issue 2205693005: Add bundle_deps_filter to create_bundle targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename variable, fix variable comment and regenerate doc. Created 4 years, 4 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/command_gen.cc
diff --git a/tools/gn/command_gen.cc b/tools/gn/command_gen.cc
index 60735f8dfa9d577ba33eee1c5672335cb623ec61..35cd5a5a83ff8a75e4be695fda394172bf948356 100644
--- a/tools/gn/command_gen.cc
+++ b/tools/gn/command_gen.cc
@@ -348,7 +348,8 @@ const char kGen_Help[] =
"Generic JSON Output\n"
"\n"
" Dumps target information to JSON file and optionally invokes python\n"
- " script on generated file. \n"
+ " script on generated file.\n"
sdefresne 2016/08/03 20:51:22 I can split this to another CL if you want, it is
+ "\n"
" See comments at the beginning of json_project_writer.cc and\n"
" desc_builder.cc for overview of JSON file format.\n"
"\n"

Powered by Google App Engine
This is Rietveld 408576698