| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 160ad2eac373b7c8938975e8c29c5127eb6c8b39..4369083b6c4b8b946b238f7367d96aa4dcb73e26 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -1962,8 +1962,7 @@
|
| 'msvs_settings': {
|
| 'VCLinkerTool': {
|
| 'conditions': [
|
| - # Incremental linking on x64 causes LNK1248.
|
| - ['incremental_chrome_dll==1 and target_arch!="x64"', {
|
| + ['incremental_chrome_dll==1', {
|
| 'UseLibraryDependencyInputs': "true",
|
| }],
|
| ],
|
|
|