summaryrefslogtreecommitdiffstats
path: root/o3d
diff options
context:
space:
mode:
authorgspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-01 16:59:14 +0000
committergspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-01 16:59:14 +0000
commit0e2dc851dc1ba72d849d22eba47ea053b2721916 (patch)
treed00fb494b39fe1846d8df780d802446e648d0aba /o3d
parentcf4e8bf9d049611d5fdb349cb669042cc94af23c (diff)
downloadchromium_src-0e2dc851dc1ba72d849d22eba47ea053b2721916.zip
chromium_src-0e2dc851dc1ba72d849d22eba47ea053b2721916.tar.gz
chromium_src-0e2dc851dc1ba72d849d22eba47ea053b2721916.tar.bz2
This updates python to the same version as Chrome uses, to fix a problem
with python crashing on Vista and Windows 7. Review URL: http://codereview.chromium.org/150170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19741 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r--o3d/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/DEPS b/o3d/DEPS
index 0aaf0c2..9c1d76d 100644
--- a/o3d/DEPS
+++ b/o3d/DEPS
@@ -99,6 +99,6 @@ deps = {
deps_os = {
"win": {
"o3d/third_party/python_24":
- Var("chromium_trunk") + "/deps/third_party/python_24@7444",
+ Var("chromium_trunk") + "/deps/third_party/python_24@19441",
},
}