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

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 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/gyptest-default.py ('k') | test/same-target-name-different-directory/gyptest-all.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..fe0fe93787e1e753e764753d3ef53627ae0af786 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)',
],
'process_outputs_as_sources': 1,
},
« no previous file with comments | « test/rules/gyptest-default.py ('k') | test/same-target-name-different-directory/gyptest-all.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698