From ca57825692d6af2d3425d2f37490b9255a058210 Mon Sep 17 00:00:00 2001 From: "bradnelson@google.com" Date: Mon, 22 Nov 2010 21:00:48 +0000 Subject: 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 --- chrome_frame/chrome_frame_launcher.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome_frame/chrome_frame_launcher.gyp') diff --git a/chrome_frame/chrome_frame_launcher.gyp b/chrome_frame/chrome_frame_launcher.gyp index 02a03f1..cafe850 100644 --- a/chrome_frame/chrome_frame_launcher.gyp +++ b/chrome_frame/chrome_frame_launcher.gyp @@ -20,7 +20,7 @@ 'conditions': [ ['OS=="win"', { 'python': [ - '<(DEPTH)\\third_party\\python_24\\setup_env.bat && python' + '<(DEPTH)\\third_party\\python_26\\setup_env.bat && python' ], }, { # OS != win 'python': [ -- cgit v1.1