Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 8a5137dcbefa415cc6451db41867594671e242f6..6c63d160cce87d28c6fe1b4ed6c4e2988e45ce49 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -4314,10 +4314,15 @@ |
'..', |
'../third_party/python_26/include', |
], |
- 'link_settings': { |
- 'libraries': [ |
- '../third_party/python_26/libs/python26.lib', |
- ], |
+ 'msvs_settings': { |
+ 'VCLinkerTool': { |
+ 'AdditionalLibraryDirectories': [ |
+ '<(DEPTH)/third_party/python_26/libs', |
+ ], |
+ 'AdditionalDependencies': [ |
+ 'python26.lib', |
+ ], |
+ }, |
} |
}], |
['clang == 1', { |