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

Unified Diff: test/ninja/normalize-paths-win/normalize-paths.gyp

Issue 194883010: Fix missing variable MSVS expansion of copies arguments with Ninja. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: fix unittest Created 6 years, 9 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/ninja/normalize-paths-win/normalize-paths.gyp
diff --git a/test/ninja/normalize-paths-win/normalize-paths.gyp b/test/ninja/normalize-paths-win/normalize-paths.gyp
index ba0ee28157b6b7b02c742b23eae6251b3154d92a..544d06456d91cc03b46b6dddf1579c78022d2e38 100644
--- a/test/ninja/normalize-paths-win/normalize-paths.gyp
+++ b/test/ninja/normalize-paths-win/normalize-paths.gyp
@@ -30,6 +30,18 @@
],
},
{
+ 'target_name': 'Copy_Target',
+ 'type': 'none',
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)',
+ 'files': [
+ '$(VSInstallDir)\\bin\\cl.exe',
+ ],
+ },
+ ],
+ },
+ {
'target_name': 'action',
'type': 'none',
'msvs_cygwin_shell': '0',
« pylib/gyp/generator/ninja.py ('K') | « test/ninja/normalize-paths-win/gyptest-normalize-paths.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698