Add option to embed font data into executable.
authorbungeman <bungeman@google.com>
Mon, 30 Mar 2015 19:53:48 +0000 (12:53 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 30 Mar 2015 19:53:48 +0000 (12:53 -0700)
commit5c9fa2844c4f97b9358d547f947372f680c68dd1
treead926b44922b3c352ee241b1ec035445e695d711
parent9b3edef75d8f437c4df887c1e0cb872b0de63539
Add option to embed font data into executable.

Some tools would like to be built with all resources embedded.
This change makes it possible to build a font manager which
uses font data embedded into the executable.

Review URL: https://codereview.chromium.org/1015723004
gyp/common_variables.gypi
gyp/ports.gyp
src/ports/SkFontHost_linux.cpp
tools/embed_resources.py [new file with mode: 0644]