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

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
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,
scottmg 2013/10/15 19:58:21 probably should be "PYTHON_DICT" more correctly, b
};
struct EscapeOptions {

Powered by Google App Engine
This is Rietveld 408576698