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

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

Issue 9443044: Beginnings of some msvs_... emulation (windows ninja) (Closed) Base URL: https://gyp.googlecode.com/svn/trunk
Patch Set: no pdb option for LIB 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
diff --git a/test/rules-dirname/src/subdir/input-rule-dirname.gyp b/test/rules-dirname/src/subdir/input-rule-dirname.gyp
index 96e32efa7a47de51c6d563143a36c4445cf22444..6f41d4f489b17f734df422d21553962ce296de54 100644
--- a/test/rules-dirname/src/subdir/input-rule-dirname.gyp
+++ b/test/rules-dirname/src/subdir/input-rule-dirname.gyp
@@ -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