Home | History | Annotate | Download | only in tools

Lines Matching refs:DEPS

849     """Parses the DEPS file to determine WebKit/v8/etc... versions.
872 if locals['deps'].has_key(DEPOT_DEPS_NAME[d]['src']):
873 re_results = rxp.search(locals['deps'][DEPOT_DEPS_NAME[d]['src']])
1273 """Some commits can be safely skipped (such as a DEPS roll), since the tool
1290 if len(files) == 1 and files[0] == 'DEPS':
1356 return ('Failed to parse DEPS file for external revisions.',
1546 """Checks to see if changes to DEPS file occurred, and that the revision
1547 range also includes the change to .DEPS.git. If it doesn't, attempts to
1559 'DEPS', good_revision, bad_revision)
1562 # DEPS file was changed, search from the oldest change to DEPS file to
1563 # bad_revision to see if there are matching .DEPS.git changes.
1569 # Grab the timestamp of the last DEPS change
1574 # Try looking for a commit that touches the .DEPS.git file in the
1575 # next 15 minutes after the DEPS file change.
1582 self.warnings.append('Detected change to DEPS and modified '
1583 'revision range to include change to .DEPS.git')
1586 self.warnings.append('Detected change to DEPS but couldn\'t find '
1587 'matching change to .DEPS.git')