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

Unified Diff: test/rules/src/external/external.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
« no previous file with comments | « test/rules-dirname/src/subdir/input-rule-dirname.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/rules/src/external/external.gyp
===================================================================
--- test/rules/src/external/external.gyp (revision 1232)
+++ test/rules/src/external/external.gyp (working copy)
@@ -56,7 +56,7 @@
'outputs': [
'<(INTERMEDIATE_DIR)/_always_run_setup_mount.marker',
],
- 'action': ['', '<@(_inputs)'],
+ 'action': ['<@(_inputs)'],
},
],
},
« no previous file with comments | « test/rules-dirname/src/subdir/input-rule-dirname.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698