diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-27 06:54:51 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-27 06:54:51 +0000 |
commit | a43c5a0a7fe144c32b671755b655230fe61d04fc (patch) | |
tree | d0330663986130c3635dda2dcb832aa949710906 /build | |
parent | 33f6d46c1f5b238ef6719d55dd1832274b5ec5c7 (diff) | |
download | chromium_src-a43c5a0a7fe144c32b671755b655230fe61d04fc.zip chromium_src-a43c5a0a7fe144c32b671755b655230fe61d04fc.tar.gz chromium_src-a43c5a0a7fe144c32b671755b655230fe61d04fc.tar.bz2 |
Switch to python2.6 as the default for pyauto on linux
BUG=81621
R=cmp@chromium.org
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86732
Review URL: http://codereview.chromium.org/6992077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86985 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 1185c44..ee5c73b 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, |