Skip to content

Commit

Permalink
Remove third_party\python_26.
Browse files Browse the repository at this point in the history
The last user was ChromeFrame (recently removed) and pyauto. I do not believe
pyauto_functional.py is still used.

R=thakis@chromium.org
BUG=

Review URL: https://codereview.chromium.org/137023003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244676 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
maruel@chromium.org committed Jan 14, 2014
1 parent 2fac380 commit efe3a2e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,6 @@ deps_os = {
"src/third_party/cygwin":
"/trunk/deps/third_party/cygwin@231940",

"src/third_party/python_26":
"/trunk/tools/third_party/python_26@89111",

"src/third_party/psyco_win32":
"/trunk/deps/third_party/psyco_win32@237949",

Expand Down
3 changes: 1 addition & 2 deletions chrome/test/functional/pyauto_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ def RunAgain():
child.
"""
if sys.platform == 'cygwin' or sys.platform.startswith('win'):
cmd = [os.path.join(pyauto_paths.GetThirdPartyDir(), 'python_26',
'python_slave.exe')]
cmd = [sys.executable]
elif sys.platform.startswith('darwin'):
# Arch runs the specified architecture of a universal binary. Run
# the 32 bit one.
Expand Down
1 change: 0 additions & 1 deletion tools/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
os.path.join('third_party','perl'),
os.path.join('third_party','psyco_win32'),
os.path.join('third_party','pylib'),
os.path.join('third_party','python_26'),
os.path.join('third_party','pywebsocket'),
os.path.join('third_party','syzygy'),
os.path.join('tools','gn'),
Expand Down

0 comments on commit efe3a2e

Please sign in to comment.