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

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Doptimize_png_images.py63 def check_installed(app_name, package, how_to): function
74 check_installed("pngcrush", "pngcrush", None)
75 check_installed("optipng", "optipng", None)
76 check_installed("advdef", "advancecomp", None)
77 check_installed("pngout", None, "Utility can be downloaded here: http://www.jonof.id.au/kenutils")
H A Dconvert_svg_images_to_png.py44 def check_installed(app_name): function
52 check_installed("inkscape")

Completed in 2750 milliseconds