Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(642)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/system/path.py

Issue 2014063002: Run format-webkit on webkitpy code (without string conversion). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/path.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/path.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/path.py
index e7fd1a32468029679d144c8d4fdfcbec3717474a..268ef3f7605732605a409be9ea89edee40aa25e6 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/path.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/path.py
@@ -47,6 +47,7 @@ def cygpath(path):
# Note that this object is not threadsafe and must only be called
# from multiple threads under protection of a lock (as is done in cygpath())
class _CygPath(object):
+
"""Manages a long-running 'cygpath' process for file conversion."""
_lock = None
_singleton = None

Powered by Google App Engine
This is Rietveld 408576698