Chromium Code Reviews| 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', |
|
scottmg
2012/11/09 18:04:05
We _weren't_ running the implicit .asm build rule
|
| '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', |