Pass brightray.gypi via parameters.

We need to make sure node.gyp can get variables in brightray.gypi, this
needs minimum modifications.
This commit is contained in:
Cheng Zhao 2013-04-12 21:17:54 +08:00
parent 44b3aa6a2f
commit 87dbf82d83
2 changed files with 1 additions and 4 deletions

View file

@ -30,9 +30,6 @@
'app/atom_library_main.h',
],
},
'includes': [
'vendor/brightray/brightray.gypi',
],
'targets': [
{
'target_name': '<(project_name)',

View file

@ -4,4 +4,4 @@ set -e
cd "$(dirname "$0")/.."
gyp --depth . atom.gyp
gyp --depth . atom.gyp -I vendor/brightray/brightray.gypi