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

Unified Diff: test/sanitize-rule-names/sanitize-rule-names.gyp

Issue 10263021: Fix sanitize-rule-names test for scons. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 8 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/sanitize-rule-names/blah.S ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/sanitize-rule-names/sanitize-rule-names.gyp
===================================================================
--- test/sanitize-rule-names/sanitize-rule-names.gyp (revision 1347)
+++ test/sanitize-rule-names/sanitize-rule-names.gyp (working copy)
@@ -11,7 +11,7 @@
{
# Make sure this rule name doesn't cause an invalid ninja file.
'rule_name': 'assembler (gnu-compatible)',
- 'extension': 'X',
+ 'extension': 'S',
'outputs': ['outfile'],
'msvs_cygwin_shell': 0,
'msvs_quote_cmd': 0,
@@ -19,7 +19,7 @@
},
],
'sources': [
- 'blah.X',
+ 'blah.S',
'hello.cc',
],
},
« no previous file with comments | « test/sanitize-rule-names/blah.S ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698