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

  /external/chromium_org/chrome/installer/linux/common/
wrapper 31 # We include some xdg utilities next to the binary, and we want to prefer them
33 # detect whether the system xdg utilities are sufficiently new to be likely to
34 # work for us by looking for xdg-settings. If we find it, we leave $PATH alone,
35 # so that the system xdg utilities (including any distro patches) will be used.
36 if ! which xdg-settings &> /dev/null; then
37 # Old xdg utilities. Prepend $HERE to $PATH to use ours instead.
40 # Use system xdg utilities. But first create mimeapps.list if it doesn't
41 # exist; some systems have bugs in xdg-mime that make it fail without it.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
show-pretty-diff 75 } elsif (isLinux() && `which xdg-open`) {
76 system "xdg-open", $prettydiffPath;
  /external/chromium_org/third_party/skia/tools/
coverage.sh 31 xdg-open out/Coverage/report/index.html
  /external/chromium_org/chrome/tools/build/linux/
chrome-wrapper 76 # We include some xdg utilities next to the binary, and we want to prefer them
78 # detect whether the system xdg utilities are sufficiently new to be likely to
79 # work for us by looking for xdg-settings. If we find it, we leave $PATH alone,
80 # so that the system xdg utilities (including any distro patches) will be used.
81 if ! which xdg-settings &> /dev/null; then
82 # Old xdg utilities. Prepend $HERE to $PATH to use ours instead.
85 # Use system xdg utilities. But first create mimeapps.list if it doesn't
86 # exist; some systems have bugs in xdg-mime that make it fail without it.

Completed in 158 milliseconds