Skip to content

Commit

Permalink
node => node_lib and V8_BASE => v8_base
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere authored and zcbenz committed Mar 9, 2018
1 parent d88fa8b commit e3bb3c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
'uv_library': 'static_library',
'uv_parent_path': 'vendor/node/deps/uv',
'uv_use_dtrace': 'false',
'V8_BASE': '',
'v8_base': '',
'v8_postmortem_support': 'false',
'v8_enable_i18n_support': 'false',
'v8_enable_inspector': '1',
},
# Settings to compile node under Windows.
'target_defaults': {
'target_conditions': [
['_target_name in ["libuv", "http_parser", "openssl", "openssl-cli", "cares", "node", "zlib", "nghttp2"]', {
['_target_name in ["libuv", "http_parser", "openssl", "openssl-cli", "cares", "node_lib", "zlib", "nghttp2"]', {
'msvs_disabled_warnings': [
4003, # not enough actual parameters for macro 'V'
4013, # 'free' undefined; assuming extern returning int
Expand Down Expand Up @@ -136,7 +136,7 @@
}],
],
}],
['_target_name=="node"', {
['_target_name=="node_lib"', {
'include_dirs': [
'<(libchromiumcontent_src_dir)',
'<(libchromiumcontent_src_dir)/third_party/icu/source/common',
Expand Down Expand Up @@ -245,7 +245,7 @@
}], # OS=="win"
],
}],
['OS=="linux" and _toolset=="target" and _target_name in ["dump_syms", "node"]', {
['OS=="linux" and _toolset=="target" and _target_name in ["dump_syms", "node_lib"]', {
'conditions': [
['libchromiumcontent_component==0', {
'libraries': [
Expand Down

0 comments on commit e3bb3c3

Please sign in to comment.