You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bring some OOP and sanity to gclient.py. - Changed the algorithm from breadth-first to depth-first. - Added infinite recursion support. - Fixed From() of From() dependency. - Fixed cross solution custom deps aliasing. - Removed support code for old .gclient_entries format. - Removed IsGitCheckout() in favor for a direct check for .git presence. TEST=all test pass The main difference with r51760 is that new smoke tests have been added since which replicates how webkit checkouts with gclient. Review URL: http://codereview.chromium.org/2917009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@53205 0039d316-1c4b-4281-b951-d872f2087c98 |
16 years ago | |
|---|---|---|
| .. | ||
| __init__.py | 17 years ago | |
| fake_repos.py | 16 years ago | |
| gcl_unittest.py | 16 years ago | |
| gclient_scm_test.py | 16 years ago | |
| gclient_smoketest.py | 16 years ago | |
| gclient_utils_test.py | 16 years ago | |
| presubmit_unittest.py | 16 years ago | |
| scm_unittest.py | 16 years ago | |
| super_mox.py | 16 years ago | |
| trychange_unittest.py | 16 years ago | |
| watchlists_unittest.py | 16 years ago | |