compile-coffee.py should be put under tools/

This commit is contained in:
Cheng Zhao 2015-02-03 15:56:58 -08:00
commit 3bbcc1efd8
2 changed files with 3 additions and 3 deletions

View file

@ -622,7 +622,7 @@
'rule_name': 'coffee', 'rule_name': 'coffee',
'extension': 'coffee', 'extension': 'coffee',
'inputs': [ 'inputs': [
'script/compile-coffee.py', 'tools/compile-coffee.py',
], ],
'conditions': [ 'conditions': [
['OS=="mac"', { ['OS=="mac"', {
@ -631,7 +631,7 @@
], ],
'action': [ 'action': [
'python', 'python',
'script/compile-coffee.py', 'tools/compile-coffee.py',
'<(RULE_INPUT_PATH)', '<(RULE_INPUT_PATH)',
'<(PRODUCT_DIR)/<(product_name).app/Contents/Resources/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).js', '<(PRODUCT_DIR)/<(product_name).app/Contents/Resources/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).js',
], ],
@ -641,7 +641,7 @@
], ],
'action': [ 'action': [
'python', 'python',
'script/compile-coffee.py', 'tools/compile-coffee.py',
'<(RULE_INPUT_PATH)', '<(RULE_INPUT_PATH)',
'<(PRODUCT_DIR)/resources/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).js', '<(PRODUCT_DIR)/resources/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).js',
], ],