DescriptionThis allows the developer to override skia_scalar within a single command line, while using the new toplevel redirecting Makefile...
# build gm using skia_scalar=float (default)
make gm
# build gm using skia_scalar=fixed
GYP_DEFINES="skia_scalar=fixed" make gm
Patch Set 1 #
MessagesTotal messages: 3
|