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

Unified Diff: test/restat/src/restat.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/restat/src/restat.gyp
diff --git a/test/restat/src/restat.gyp b/test/restat/src/restat.gyp
index 09b3d71fa8d07e76376ef3e7b47ed925781a9e90..fb0c5bdc840ce71fe19706bea976771cdd746558 100644
--- a/test/restat/src/restat.gyp
+++ b/test/restat/src/restat.gyp
@@ -39,7 +39,7 @@
'<(PRODUCT_DIR)/dependent'
],
'action': [
- 'touch', '<(PRODUCT_DIR)/dependent', '<(PRODUCT_DIR)/side_effect',
+ 'python', 'touch.py', '<(PRODUCT_DIR)/dependent', '<(PRODUCT_DIR)/side_effect',
],
},
],
« pylib/gyp/msvs_emulation.py ('K') | « test/lib/TestGyp.py ('k') | test/restat/src/touch.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698