diff options
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 0fa2ecd..e692de7a 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -3179,11 +3179,11 @@ ['OS=="win"', { 'include_dirs': [ '..', - '../third_party/python_24/include', + '../third_party/python_26/include', ], 'link_settings': { 'libraries': [ - '../third_party/python_24/libs/python24.lib', + '../third_party/python_26/libs/python26.lib', ], } }], |