Moving all native files into the skia repository
authorMatthew Leibowitz <mattleibow@live.com>
Fri, 9 Mar 2018 07:42:54 +0000 (09:42 +0200)
committerMatthew Leibowitz <mattleibow@live.com>
Fri, 9 Mar 2018 07:42:54 +0000 (09:42 +0200)
commite1a26c4ba810dc8df10efa1c823ba0f245d5d5e4
tree002cd4a69d636a0042aea6542588e200226924cd
parentf8561c944859bafd0ebf0e9c92e2a4d1a9a5b1ba
Moving all native files into the skia repository
16 files changed:
BUILD.gn
gn/BUILD.gn
gn/xamarin_inject_compat.py [new file with mode: 0644]
include/xamarin/SkManagedPixelSerializer.h [new file with mode: 0644]
include/xamarin/SkManagedStream.h [new file with mode: 0644]
include/xamarin/WinRTCompat.h [new file with mode: 0644]
include/xamarin/sk_managedpixelserializer.h [new file with mode: 0644]
include/xamarin/sk_managedstream.h [new file with mode: 0644]
include/xamarin/sk_xamarin.h [new file with mode: 0644]
src/xamarin/SkManagedPixelSerializer.cpp [new file with mode: 0644]
src/xamarin/SkManagedStream.cpp [new file with mode: 0644]
src/xamarin/SkiaKeeper.c [new file with mode: 0644]
src/xamarin/WinRTCompat.cpp [new file with mode: 0644]
src/xamarin/sk_managedpixelserializer.cpp [new file with mode: 0644]
src/xamarin/sk_managedstream.cpp [new file with mode: 0644]
src/xamarin/sk_xamarin.cpp [new file with mode: 0644]