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

Unified Diff: Tools/Scripts/webkitpy/common/system/systemhost.py

Issue 17320009: Remove the 'http_lock' and 'file_lock' code from webkitpy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix merge again Created 7 years, 6 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: Tools/Scripts/webkitpy/common/system/systemhost.py
diff --git a/Tools/Scripts/webkitpy/common/system/systemhost.py b/Tools/Scripts/webkitpy/common/system/systemhost.py
index dfec68bc17c20c1ef5001ed9af39c26f49a9ee30..3b4439ee4785bdc220ee72333179268499ad12a3 100644
--- a/Tools/Scripts/webkitpy/common/system/systemhost.py
+++ b/Tools/Scripts/webkitpy/common/system/systemhost.py
@@ -30,7 +30,7 @@ import os
import platform
import sys
-from webkitpy.common.system import environment, executive, file_lock, filesystem, platforminfo, user, workspace
+from webkitpy.common.system import environment, executive, filesystem, platforminfo, user, workspace
class SystemHost(object):
@@ -43,6 +43,3 @@ class SystemHost(object):
def copy_current_environment(self):
return environment.Environment(os.environ.copy())
-
- def make_file_lock(self, path):
- return file_lock.FileLock(path)
« no previous file with comments | « Tools/Scripts/webkitpy/common/system/file_lock_mock.py ('k') | Tools/Scripts/webkitpy/common/system/systemhost_mock.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698