Discard the extra node binary.

We now use atom-shell's binary to execute scripts.
This commit is contained in:
Cheng Zhao 2013-08-08 16:24:27 +08:00
parent 574811fee0
commit 317bd0debf
6 changed files with 1 additions and 117 deletions

View file

@ -237,13 +237,6 @@
'browser/default_app',
],
},
{
# Copy node binary for worker process support.
'destination': '<(PRODUCT_DIR)/<(product_name).app/Contents/Resources',
'files': [
'node/node',
],
},
],
'postbuilds': [
{
@ -287,12 +280,6 @@
'browser/default_app',
]
},
{
'destination': '<(PRODUCT_DIR)/resources',
'files': [
'node/node.exe',
]
},
],
}], # OS=="win"
],