summaryrefslogtreecommitdiffstats
path: root/gfx/skia/moz.build
Commit message (Collapse)AuthorAgeLines
* Issue #61 - Place Skia in libxulMoonchild2021-01-03-6/+2
| | | | | | | | | | Skia does some nasty things that break with DLL calls like having virtual dtors without a body definition (and it's honestly surprising that it even builds to begin with the way it's done, but apparently they use some linking symbol voodoo to work around that in dependent classes). Not wanting to have to pull Google code apart to try and fix that for something we're only using for canvas anyway, it's better to just let Skia reside in libxul instead.
* Issue #61 - Reinstate buildability with shared gkmedias dllMoonchild2021-01-02-1/+5
| | | | | This fully works for splitting gkmedias.dll back out from xul with one exception which is Skia throwing undefined externals when linking gkmedias.
* Issue #80 - De-unify gfx/skia and stop using dangerous optsMoonchild2020-05-14-9/+9
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+758