зеркало из https://github.com/mozilla/gecko-dev.git
0b70f91001
- Several of skia's functions are marked as deprecated, but when compiling Gecko, we don't really care about Skia's internal use of deprecated functions. - clang warns about unused private fields, which is a valuable warning for Skia developers, but not a useful warning to see during Gecko compilations. - Various macros in Skia are redefined as a result of using unified compilation. clang has a -Wno switch for turning this off; gcc also warns about it, but does not have a separate switch, so we can't do anything about it. |
||
---|---|---|
.. | ||
patches | ||
skia | ||
LICENSE | ||
Makefile.in | ||
README | ||
README_COMMITTING | ||
README_MOZILLA | ||
dump_mozbuild.py | ||
generate_mozbuild.py | ||
gyp_mozbuild | ||
moz.build |
README
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at http://code.google.com/p/skia/wiki/DocRoot