diff --git a/content/content.gyp b/content/content.gyp
index d4cacf7..8fb9c23 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -319,6 +319,9 @@
           ],
           'msvs_settings': {
             'VCLinkerTool': {
+			  'IgnoreDefaultLibraryNames': [
+                'LIBCMTD.lib',
+                ],
               'conditions': [
                 ['incremental_chrome_dll==1', {
                   'UseLibraryDependencyInputs': "true",
