Searched refs:commandExists (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dwebkitdirs.pm871 die "ERROR: qmake missing but required to build WebKit.\n" if not commandExists($qmakebin);
906 sub commandExists($) subroutine
1611 push @missing, $cmd if not commandExists($cmd);
2556 if (commandExists('ninja')) {

Completed in 67 milliseconds