Home
last modified time | relevance | path

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

/third_party/cef/tools/
Dpatch_updater.py153 failed_patches = {} variable
255 failed_patches[patch['name']] = failed_lines
316 if len(failed_patches) > 0:
320 for name in sorted(failed_patches.keys()):
322 for line in failed_patches[name]: