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

Unified Diff: tools/gn/token.h

Issue 207233003: Add "." accessors to GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: iImprove comment Created 6 years, 9 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/token.h
diff --git a/tools/gn/token.h b/tools/gn/token.h
index 25f176bba7f1939891dc443bcfec2c58d04bbacf..69ef2fdcb81c06eed279093c83b8535c511a4d62 100644
--- a/tools/gn/token.h
+++ b/tools/gn/token.h
@@ -32,6 +32,7 @@ class Token {
BOOLEAN_AND,
BOOLEAN_OR,
BANG,
+ DOT,
LEFT_PAREN,
RIGHT_PAREN,

Powered by Google App Engine
This is Rietveld 408576698