update paths for native_mate

This commit is contained in:
Samuel Attard 2018-06-22 11:36:03 +10:00
parent 8b31886c77
commit b6f063d954

View file

@ -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.