Searched refs:commandExists (Results 1 – 4 of 4) sorted by relevance
41 if (commandExists('gclient')) {
701 sub commandExists($) subroutine711 die "ERROR: qmake missing but required to build WebKit.\n" if not commandExists($qmakebin);1086 push @missing, $cmd if not commandExists($cmd);
20230 … * Scripts/update-webkit-chromium: Use commandExists() function to check for existence of gclient.
15301 presence into a commandExists routine. While doing so removed, stderr