Fix passing fd across modules

This commit is contained in:
Cheng Zhao 2016-05-19 16:38:37 +09:00
parent 4702d8b640
commit e609a5bee2
4 changed files with 58 additions and 6 deletions

View file

@ -118,7 +118,12 @@
],
}],
['_target_name=="node"', {
'sources': [
'<(DEPTH)/atom/node/osfhandle.cc',
'<(DEPTH)/atom/node/osfhandle.h',
],
'include_dirs': [
'<(DEPTH)/atom/node',
'<(libchromiumcontent_src_dir)/v8',
'<(libchromiumcontent_src_dir)/v8/include',
],