Home | History | Annotate | Download | only in tools

Lines Matching refs:DEPS

1029     """Parses the DEPS file to determine WebKit/v8/etc... versions.
1056 if (locals['deps'].has_key(DEPOT_DEPS_NAME[d]['src']) or
1057 locals['deps'].has_key(DEPOT_DEPS_NAME[d]['src_old'])):
1058 if locals['deps'].has_key(DEPOT_DEPS_NAME[d]['src']):
1059 re_results = rxp.search(locals['deps'][DEPOT_DEPS_NAME[d]['src']])
1062 elif locals['deps'].has_key(DEPOT_DEPS_NAME[d]['src_old']):
1064 rxp.search(locals['deps'][DEPOT_DEPS_NAME[d]['src_old']])
1075 print 'Couldn\'t find %s while parsing .DEPS.git.' % d
1534 """Some commits can be safely skipped (such as a DEPS roll), since the tool
1551 if len(files) == 1 and files[0] == 'DEPS':
1629 return ('Failed to parse DEPS file for external revisions.',
1868 """Checks to see if changes to DEPS file occurred, and that the revision
1869 range also includes the change to .DEPS.git. If it doesn't, attempts to
1881 'DEPS', good_revision, bad_revision)
1884 # DEPS file was changed, search from the oldest change to DEPS file to
1885 # bad_revision to see if there are matching .DEPS.git changes.
1891 # Grab the timestamp of the last DEPS change
1896 # Try looking for a commit that touches the .DEPS.git file in the
1897 # next 15 minutes after the DEPS file change.
1904 self.warnings.append('Detected change to DEPS and modified '
1905 'revision range to include change to .DEPS.git')
1908 self.warnings.append('Detected change to DEPS but couldn\'t find '
1909 'matching change to .DEPS.git')