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

Unified Diff: tools/gn/command_help.cc

Issue 429423002: Refactor GN source expansions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clang warning Created 6 years, 5 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_help.cc
diff --git a/tools/gn/command_help.cc b/tools/gn/command_help.cc
index 6e41656da4dfd2fd662ea91757c1421f410c362e..f371cf72ec832b154b1d2dca43de435350673c58 100644
--- a/tools/gn/command_help.cc
+++ b/tools/gn/command_help.cc
@@ -8,12 +8,12 @@
#include "tools/gn/args.h"
#include "tools/gn/commands.h"
#include "tools/gn/err.h"
-#include "tools/gn/file_template.h"
#include "tools/gn/functions.h"
#include "tools/gn/input_conversion.h"
#include "tools/gn/pattern.h"
#include "tools/gn/setup.h"
#include "tools/gn/standard_out.h"
+#include "tools/gn/substitution_writer.h"
scottmg 2014/08/05 22:30:32 necessary?
brettw 2014/08/06 18:25:01 Yeah, the help text for substitutions is in that f
#include "tools/gn/variables.h"
namespace commands {

Powered by Google App Engine
This is Rietveld 408576698