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

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

Issue 11363143: ninja windows: Support x64 configuration platform (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: allow rule override of asm on windows + test Created 8 years, 1 month 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/src/subdir4/asm-function.assem ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/rules/src/subdir4/build-asm.gyp
===================================================================
--- test/rules/src/subdir4/build-asm.gyp (revision 1533)
+++ test/rules/src/subdir4/build-asm.gyp (working copy)
@@ -23,15 +23,15 @@
'target_name': 'program4',
'type': 'executable',
'sources': [
- 'asm-function.asm',
+ 'asm-function.assem',
'program.c',
],
'conditions': [
['OS=="linux" or OS=="mac"', {
'rules': [
{
- 'rule_name': 'convert_asm',
- 'extension': 'asm',
+ 'rule_name': 'convert_assem',
+ 'extension': 'assem',
'inputs': [],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).S',
« no previous file with comments | « test/rules/src/subdir4/asm-function.assem ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698