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

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Doptimize_png_images.py58 svg_file_names = [re.sub(".svg$", "", re.sub(".*/", "", file_path)) for file_path in svg_file_paths_to_optimize] variable
86 if len(svg_file_names):
87 print "%d unoptimized png files found." % len(svg_file_names)
93 for file_name in svg_file_names:
H A Dconvert_svg_images_to_png.py66 svg_file_names = [re.sub(".svg$", "", re.sub(".*/", "", file_path)) for file_path in svg_file_paths_to_convert] variable
77 for file_name in svg_file_names:

Completed in 66 milliseconds