HomeSort by relevance Sort by last modified time
    Searched refs:PrettyPatch (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/
prettypatch_unittest.py 33 from webkitpy.common.prettypatch import PrettyPatch
72 pretty_patch = PrettyPatch(Executive(), self._webkit_root())
82 pretty_patch = PrettyPatch(Executive(), self._webkit_root())
prettypatch.py 33 class PrettyPatch(object):
34 # FIXME: PrettyPatch should not require checkout_root.
57 "PrettyPatch")
65 # PrettyPatch does not modify the encoding of the diff output
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
confirmdiff.py 33 from webkitpy.common.prettypatch import PrettyPatch
53 pretty_patch = PrettyPatch(self._tool.executive,
62 _log.warning("PrettyPatch failed. :(")
64 _log.warning("PrettyPatch unavailable.")

Completed in 313 milliseconds