diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 22:06:18 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 22:06:18 +0000 |
commit | a5fa97f47fdbabc273d4ac4c93aebd1b107a3f74 (patch) | |
tree | ecaf3a6ab9de6159eefb1efd4fa342490ed0393b /chrome/test | |
parent | d80b5f03d9288062580ba3ee83d6659fa5a478f7 (diff) | |
download | chromium_src-a5fa97f47fdbabc273d4ac4c93aebd1b107a3f74.zip chromium_src-a5fa97f47fdbabc273d4ac4c93aebd1b107a3f74.tar.gz chromium_src-a5fa97f47fdbabc273d4ac4c93aebd1b107a3f74.tar.bz2 |
Fix PyAuto on win after movign to python2.6
Build .pyd instead of .dll
Review URL: http://codereview.chromium.org/5279004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67162 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/functional.DEPS/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/functional.DEPS/DEPS b/chrome/test/functional.DEPS/DEPS index 61e105f..0409159 100644 --- a/chrome/test/functional.DEPS/DEPS +++ b/chrome/test/functional.DEPS/DEPS @@ -9,6 +9,6 @@ deps = { deps_os = { 'win': { - 'src/third_party/python_24': '/trunk/deps/third_party/python_24@22967', + 'src/third_party/python_26': '/trunk/tools/third_party/python_26@66685', } } |