diff --git a/deps/v8/src/v8.gyp b/deps/v8/src/v8.gyp index 1f94a0680a5da5..ca09e0ba06598f 100644 --- a/deps/v8/src/v8.gyp +++ b/deps/v8/src/v8.gyp @@ -1793,6 +1793,13 @@ # limit. This breaks it into multiple pieces to avoid the limit. # See http://crbug.com/485155. 'msvs_shard': 4, + # This will prevent V8's .cc files conflicting with the inspector's + # .cpp files in the same shard. + 'msvs_settings': { + 'VCCLCompilerTool': { + 'ObjectFile':'$(IntDir)%(Extension)\\', + }, + }, }], ['component=="shared_library"', { 'defines': [