Skip to content

Commit

Permalink
Re-land: Removed virtualenv from depot_tools
Browse files Browse the repository at this point in the history
Original CL: https://codereview.chromium.org/1437483002/.

[email protected], [email protected], [email protected], [email protected]
BUG=542922, 503067

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297494 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
rryk committed Nov 9, 2015
1 parent 16ab651 commit 150aa7b
Show file tree
Hide file tree
Showing 52 changed files with 33 additions and 6,630 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
/tests/svn/
/tests/svnrepo/

# Ignore virtualenv created during bootstrapping.
/ENV

# Ignore intermediate isolate files
*.isolated
*.isolated.state
3 changes: 1 addition & 2 deletions PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ def CommonChecks(input_api, output_api, tests_to_black_list):
r'^python[0-9]*_bin[\/\\].+',
r'^site-packages-py[0-9]\.[0-9][\/\\].+',
r'^svn_bin[\/\\].+',
r'^testing_support[\/\\]_rietveld[\/\\].+',
r'^bootstrap[\/\\].+']
r'^testing_support[\/\\]_rietveld[\/\\].+']
if os.path.exists('.gitignore'):
with open('.gitignore') as fh:
lines = [l.strip() for l in fh.readlines()]
Expand Down
2 changes: 0 additions & 2 deletions bootstrap/.gitignore

This file was deleted.

234 changes: 0 additions & 234 deletions bootstrap/bootstrap.py

This file was deleted.

15 changes: 0 additions & 15 deletions bootstrap/deps.pyl

This file was deleted.

87 changes: 0 additions & 87 deletions bootstrap/util.py

This file was deleted.

10 changes: 0 additions & 10 deletions bootstrap/virtualenv/.gitignore

This file was deleted.

Loading

0 comments on commit 150aa7b

Please sign in to comment.