diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 03:18:19 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 03:18:19 +0000 |
commit | c4ecdcf9dca8e16a46f327318b1994f19ca3dbef (patch) | |
tree | 7cd42bf61fe4265ed0d5ca2e2a5da405917753ac /chrome_frame/chrome_frame_launcher.gyp | |
parent | 99d228b720af4d2f7f9e1a9afec5d45c9b97e89a (diff) | |
download | chromium_src-c4ecdcf9dca8e16a46f327318b1994f19ca3dbef.zip chromium_src-c4ecdcf9dca8e16a46f327318b1994f19ca3dbef.tar.gz chromium_src-c4ecdcf9dca8e16a46f327318b1994f19ca3dbef.tar.bz2 |
Reconstructing 67000.
(python24 -> python26).
Regression in nacl fixed, new DEPS change.
BUG=None
TEST=NOne
Review URL: http://codereview.chromium.org/5310001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67057 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_launcher.gyp')
-rw-r--r-- | chrome_frame/chrome_frame_launcher.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
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': [ |