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

Unified Diff: tools/gn/escape.h

Issue 26561005: GYP generator for GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « tools/gn/command_gyp.cc ('k') | tools/gn/escape.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/escape.h
diff --git a/tools/gn/escape.h b/tools/gn/escape.h
index ce0d471210cb61b58ed162f6b56fc262d07e916f..1e4fa6897719cd8148e2fc84fdd773bd2898f259 100644
--- a/tools/gn/escape.h
+++ b/tools/gn/escape.h
@@ -20,7 +20,9 @@ enum EscapingMode {
ESCAPE_SHELL = 2,
// For writing shell commands to ninja files.
- ESCAPE_NINJA_SHELL = ESCAPE_NINJA | ESCAPE_SHELL
+ ESCAPE_NINJA_SHELL = ESCAPE_NINJA | ESCAPE_SHELL,
+
+ ESCAPE_JSON = 4,
};
struct EscapeOptions {
« no previous file with comments | « tools/gn/command_gyp.cc ('k') | tools/gn/escape.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698