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

Unified Diff: test/rules/src/subdir4/build-asm.gyp

Issue 421453003: Add TestGypXcodeNinja to run tests against the xcode-ninja generator (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Rebase onto origin/master Created 6 years, 4 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/src/subdir4/build-asm.gyp
diff --git a/test/rules/src/subdir4/build-asm.gyp b/test/rules/src/subdir4/build-asm.gyp
index 6b9505b79a2d9c51e3ad0ecb49e73a018602d174..4909ea3f1c4f6e157f924c2c265173f08dc1e00d 100644
--- a/test/rules/src/subdir4/build-asm.gyp
+++ b/test/rules/src/subdir4/build-asm.gyp
@@ -37,7 +37,7 @@
'<(SHARED_INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).S',
],
'action': [
- 'bash', '-c', 'mv <(RULE_INPUT_PATH) <@(_outputs)',
+ 'bash', '-c', 'cp <(RULE_INPUT_PATH) <@(_outputs)',
sdefresne 2014/09/02 15:13:06 nit: can you fix the indentation to use spaces ins
Tobias 2014/10/02 18:19:19 Oops ;) Done.
],
'process_outputs_as_sources': 1,
},

Powered by Google App Engine
This is Rietveld 408576698