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

Unified Diff: test/rules-dirname/src/subdir/input-rule-dirname.gyp

Issue 9451001: Don't allow empty string as first argument of action. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 10 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: test/rules-dirname/src/subdir/input-rule-dirname.gyp
===================================================================
--- test/rules-dirname/src/subdir/input-rule-dirname.gyp (revision 1232)
+++ test/rules-dirname/src/subdir/input-rule-dirname.gyp (working copy)
@@ -82,7 +82,7 @@
'outputs': [
'<(INTERMEDIATE_DIR)/_always_run_setup_mount.marker',
],
- 'action': ['', '<@(_inputs)'],
+ 'action': ['<@(_inputs)'],
},
],
},

Powered by Google App Engine
This is Rietveld 408576698