Home
last modified time | relevance | path

Searched refs:DepsEntry (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/tools/autoroller/
Droll_chromium_revision.py47 DepsEntry = collections.namedtuple('DepsEntry', 'path url revision') variable
200 result[path] = DepsEntry(path, url, revision)
/external/libyuv/files/tools_libyuv/autoroller/
Droll_deps.py57 DepsEntry = collections.namedtuple('DepsEntry', 'path url revision') variable
212 result[path] = DepsEntry(path, url, revision)