diff --git a/common.gypi b/common.gypi index 598ba76d55ef69..a2c29b4b4b2aab 100644 --- a/common.gypi +++ b/common.gypi @@ -238,7 +238,7 @@ 'SuppressStartupBanner': 'true', }, }, - 'msvs_disabled_warnings': [4351, 4355, 4800], + 'msvs_disabled_warnings': [4351, 4355, 4800 ], 'conditions': [ ['asan == 1 and OS != "mac"', { 'cflags+': [ @@ -279,7 +279,6 @@ '_CRT_NONSTDC_NO_DEPRECATE', # Make sure the STL doesn't try to use exceptions '_HAS_EXCEPTIONS=0', - 'BUILDING_V8_SHARED=1', 'BUILDING_UV_SHARED=1', ], }],