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.
This CL implements support for file: include lines in OWNERS files, both as top-level directives and as per-file directives. The paths can be either relative or absolute. Examples of lines in OWNERS files: file:test/OWNERS (relative, top-level) file://content/OWNERS (absolute, top-level) per-file mock_impl.h=file:test/OWNERS (relative, per-file) per-file mock_impl.h=file://content/OWNERS (absolute, per-file) A whole series of tests to cover this feature have been added to owners_unittest.py as well. BUG=119396, 147633 Review URL: https://codereview.chromium.org/1085993004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294854 0039d316-1c4b-4281-b951-d872f2087c98 |
11 years ago | |
|---|---|---|
| .. | ||
| __init__.py | ||
| auto_stub.py | 12 years ago | |
| coverage_utils.py | 12 years ago | |
| fake_repos.py | 11 years ago | |
| filesystem_mock.py | 11 years ago | |
| gerrit-init.sh | 12 years ago | |
| gerrit_test_case.py | 12 years ago | |
| git_test_utils.py | 11 years ago | |
| local_rietveld.py | 12 years ago | |
| patches_data.py | 13 years ago | |
| super_mox.py | 13 years ago | |
| trial_dir.py | 13 years ago | |