update paths for native_mate
This commit is contained in:
parent
8b31886c77
commit
b6f063d954
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
'includes': [
|
'includes': [
|
||||||
'features.gypi',
|
'features.gypi',
|
||||||
'filenames.gypi',
|
'filenames.gypi',
|
||||||
'vendor/native_mate/native_mate_files.gypi',
|
'native_mate/native_mate_files.gypi',
|
||||||
],
|
],
|
||||||
'target_defaults': {
|
'target_defaults': {
|
||||||
'defines': [
|
'defines': [
|
||||||
|
@ -295,7 +295,7 @@
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'.',
|
'.',
|
||||||
'chromium_src',
|
'chromium_src',
|
||||||
'vendor/native_mate',
|
'native_mate',
|
||||||
# Include atom_natives.h.
|
# Include atom_natives.h.
|
||||||
'<(SHARED_INTERMEDIATE_DIR)',
|
'<(SHARED_INTERMEDIATE_DIR)',
|
||||||
# Include directories for uv and node.
|
# Include directories for uv and node.
|
||||||
|
|
Loading…
Reference in a new issue