| 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',
|
|
|