Name Description Size
generate_mozbuild.py # # ##### ####### # # # # # # # ## # # # # # # # # # # # # # ## # # # # # # # # # # # # ## #### # # # # # # # # # # # ## # # # ####### # # # ####### # ### # ## # # # # # # # # # # # ### # # ##### ####### # # ## ## # # # ### # # Seriously. You shouldn't even be looking at this file unless you're # debugging generate_mozbuild.py. # # DO NOT MODIFY THIS FILE IT IS AUTOGENERATED. # skia_opt_flags = [] if CONFIG['MOZ_OPTIMIZE']: if CONFIG['CC_TYPE'] == 'clang-cl': skia_opt_flags += ['-O2'] elif CONFIG['CC_TYPE'] in ('clang', 'gcc'): skia_opt_flags += ['-O3'] 11699
LICENSE 1553
moz.build 25153
patches
README Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. 169
README_COMMITTING 574
README_MOZILLA 1445
skia