gecko-dev/gfx/skia
Nathan Froyd 0b70f91001 Bug 1193470 - silence more warnings when building skia with clang/g++; r=glandium
- 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.
2015-08-11 23:23:26 -04:00
..
patches
skia
dump_mozbuild.py
generate_mozbuild.py Bug 1193470 - silence more warnings when building skia with clang/g++; r=glandium 2015-08-11 23:23:26 -04:00
gyp_mozbuild
LICENSE
Makefile.in
moz.build Bug 1193470 - silence more warnings when building skia with clang/g++; r=glandium 2015-08-11 23:23:26 -04:00
README
README_COMMITTING
README_MOZILLA

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