Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/test/
Dmain.py40 def _find_unittest_files(self, webkitpy_dir): argument
44 for dir_path, dir_names, file_names in os.walk(webkitpy_dir):
123 webkitpy_dir = os.path.dirname(webkitpy.__file__)
126 for path in [webkitpy_dir] + external_package_paths:
/external/webkit/Tools/Scripts/
Dtest-webkitpy141 webkitpy_dir = os.path.join(os.path.dirname(__file__), "webkitpy")
142 package_paths = [webkitpy_dir] + external_package_paths
146 test_path = os.path.join(webkitpy_dir, "python24",