Initial javascript startup code.

This commit is contained in:
Cheng Zhao 2013-04-15 15:39:54 +08:00
parent a7516f3da5
commit ef2056c3f5
5 changed files with 52 additions and 7 deletions

View file

@ -6,6 +6,7 @@
'app/atom_main.cc',
],
'coffee_sources': [
'browser/api/lib/atom.coffee',
'browser/atom/atom.coffee',
],
'lib_sources': [
@ -84,7 +85,7 @@
],
},
{
'destination': '<(PRODUCT_DIR)/<(product_name).app/Contents/Resources',
'destination': '<(PRODUCT_DIR)/<(product_name).app/Contents/Resources/browser',
'files': [
'browser/default_app',
],