summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authornirnimesh@google.com <nirnimesh@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-25 23:02:25 +0000
committernirnimesh@google.com <nirnimesh@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-25 23:02:25 +0000
commit580acbd44e5118a9758f5122c9cbf799a02ec683 (patch)
tree74ec7f590e792c6698021d843a8cccb265a9ff04 /build
parent31685740c08e353f1f9144bedb3ea235a6476102 (diff)
downloadchromium_src-580acbd44e5118a9758f5122c9cbf799a02ec683.zip
chromium_src-580acbd44e5118a9758f5122c9cbf799a02ec683.tar.gz
chromium_src-580acbd44e5118a9758f5122c9cbf799a02ec683.tar.bz2
Switch to python2.6 as the default for pyauto on linux
BUG=81621 R=cmp@chromium.org TEST= Review URL: http://codereview.chromium.org/6992077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86732 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index fbfd20b..cbab679a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -98,7 +98,7 @@
'file_manager_extension%': 0,
# Python version.
- 'python_ver%': '2.5',
+ 'python_ver%': '2.6',
# Set ARM-v7 compilation flags
'armv7%': 0,