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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
win.py 113 env["PATH"] = "%s;%s" % (self.path_from_chromium_base("third_party", "cygwin", "bin"), env["PATH"])
116 env["CYGWIN_PATH"] = self.path_from_chromium_base("third_party", "cygwin", "bin")
118 setup_mount = self.path_from_chromium_base("third_party", "cygwin", "setup_mount.bat")
155 return self.path_from_chromium_base('third_party', 'lighttpd', 'win', *comps)
158 return self.path_from_chromium_base('third_party', 'cygwin', 'usr', 'sbin', 'httpd')
189 return self.path_from_chromium_base('third_party', 'cygwin', 'bin', 'wdiff.exe')
mac.py 99 return self.path_from_chromium_base('third_party', 'lighttpd', 'mac', *comps)
base.py 860 def path_from_chromium_base(self, *comps): member in class:Port
    [all...]
port_testcase.py 328 chromium_overrides_path = port.path_from_chromium_base(
333 skia_overrides_path = port.path_from_chromium_base(
android.py 442 self.path_from_chromium_base('third_party', 'android_tools', 'sdk', 'platform-tools', 'adb')])
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
webkit_finder.py 68 def path_from_chromium_base(self, *comps): member in class:WebKitFinder
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
dump_reader_multipart.py 116 return self._webkit_finder.path_from_chromium_base("components", "breakpad", "tools", "generate_breakpad_symbols.py")

Completed in 77 milliseconds