Home | History | Annotate | Download | only in chromium_org

Lines Matching refs:DEPS

332   """Make sure .DEPS.git is never modified manually."""
333 if any(f.LocalPath().endswith('.DEPS.git') for f in
336 'Never commit changes to .DEPS.git. This file is maintained by an\n'
337 'automated system based on what\'s in DEPS and your changes will be\n'
478 '#include? See relevant DEPS file(s) for details and contacts.',
732 a set of DEPS entries that we should look up."""
746 results.add('%s/DEPS' % m.group(1))
751 """When a dependency prefixed with + is added to a DEPS file, we
759 if filename == 'DEPS':
773 '--tbr was specified, skipping OWNERS check for DEPS additions')]
776 "DEPS approval by OWNERS check failed: this change has "
795 unapproved_dependencies = ["'+%s'," % path[:-len('/DEPS')]
800 output('Missing LGTM from OWNERS of directories added to DEPS:\n %s' %