summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-22 21:00:48 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-22 21:00:48 +0000
commitca57825692d6af2d3425d2f37490b9255a058210 (patch)
tree32a26b64f059a579c767b37cabe7fb5b3fe498c8 /chrome
parent068ea4cad37cf0cfd309f5dd5f9623a9c590ae35 (diff)
downloadchromium_src-ca57825692d6af2d3425d2f37490b9255a058210.zip
chromium_src-ca57825692d6af2d3425d2f37490b9255a058210.tar.gz
chromium_src-ca57825692d6af2d3425d2f37490b9255a058210.tar.bz2
Switching chrome to use python26 in place of python24.
BUG=None TEST=None Review URL: http://codereview.chromium.org/5121009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67000 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/chrome_tests.gypi4
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',
],
}
}],