Index: base/base.gyp |
diff --git a/base/base.gyp b/base/base.gyp |
index 73852d1adf36f4d9bc40634565a11e9e9f9ebb3f..9e1a7481f7973b9d3e1920c8042e0f8c6b1e4d6e 100644 |
--- a/base/base.gyp |
+++ b/base/base.gyp |
@@ -766,6 +766,14 @@ |
'../third_party/icu/icu.gyp:icudata', |
], |
}], |
+ ['incremental_chrome_dll', { |
+ 'defines': [ |
+ # Used only to workaround a linker bug, do not use this |
+ # otherwise, and don't make it broader scope. See |
+ # http://crbug.com/251251. |
+ 'INCREMENTAL_LINKING', |
+ ], |
+ }], |
], |
}, { # OS != "win" |
'dependencies': [ |