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

Unified Diff: tools/gn/ninja_target_writer.h

Issue 1420043004: [GN] Allow spaces in output names and other substitutions. (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/ninja_target_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/ninja_target_writer.h
diff --git a/tools/gn/ninja_target_writer.h b/tools/gn/ninja_target_writer.h
index 4598ae850d72693f555f91cef63e9956394e2df0..0248b0788d765a07deb390f986527fffd4db5a6d 100644
--- a/tools/gn/ninja_target_writer.h
+++ b/tools/gn/ninja_target_writer.h
@@ -9,6 +9,7 @@
#include "base/macros.h"
#include "tools/gn/path_output.h"
+#include "tools/gn/substitution_type.h"
class FileTemplate;
class OutputFile;
@@ -54,6 +55,7 @@ class NinjaTargetWriter {
private:
void WriteCopyRules();
+ void WriteEscapedSubstitution(SubstitutionType type);
DISALLOW_COPY_AND_ASSIGN(NinjaTargetWriter);
};
« no previous file with comments | « no previous file | tools/gn/ninja_target_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698