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

Unified Diff: test/defines/defines.gyp

Issue 10332236: make: Support '#' characters in defines. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 7 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 | « test/defines/defines.c ('k') | test/defines/gyptest-defines.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/defines/defines.gyp
===================================================================
--- test/defines/defines.gyp (revision 1385)
+++ test/defines/defines.gyp (working copy)
@@ -14,6 +14,7 @@
'FOO',
'VALUE=1',
'PAREN_VALUE=(1+2+3)',
+ 'HASH_VALUE="a#b"',
],
},
],
« no previous file with comments | « test/defines/defines.c ('k') | test/defines/gyptest-defines.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698