Almost there... Lots of changes over the last year.
authorMatthew Leibowitz <mattleibow@live.com>
Thu, 28 Jun 2018 17:01:33 +0000 (19:01 +0200)
committerMatthew Leibowitz <mattleibow@live.com>
Thu, 28 Jun 2018 17:01:33 +0000 (19:01 +0200)
commitfad1cb4d418f732fa43665406bbe4813f650b43c
tree215cebf69c889fdbdf16aef71b61464942ed40f6
parent21b5491614ee3cfa0ced603c1961258388d0c588
Almost there... Lots of changes over the last year.

I think I got most of the changes. There are a few that need more mork:
 - "GrBackendTexture" and "GrBackendRenderTarget" are the new "GrBackendTextureDesc" and "GrBackendRenderTargetDesc" replacements respectively
 - "SkPngEncoder::Options" has a new member: sk_"sp<SkDataTable> fComments;"

So far the build for Windows builds all the files except 5. Then we have to wait for the linker. And then the other platforms.
43 files changed:
.gitignore
BUILD.gn
gn/BUILD.gn
gn/BUILDCONFIG.gn
gn/core.gni
gn/lowest_version_dir.py [new file with mode: 0644]
gn/toolchain/BUILD.gn
gn/xamarin_inject_compat.py
include/c/gr_context.h
include/c/sk_bitmap.h
include/c/sk_codec.h
include/c/sk_document.h
include/c/sk_image.h
include/c/sk_imagefilter.h
include/c/sk_maskfilter.h
include/c/sk_patheffect.h
include/c/sk_pixelserializer.h [deleted file]
include/c/sk_pixmap.h
include/c/sk_rrect.h
include/c/sk_typeface.h
include/c/sk_types.h
include/xamarin/SkManagedPixelSerializer.h [deleted file]
include/xamarin/SkManagedStream.h
include/xamarin/sk_managedpixelserializer.h [deleted file]
src/c/gr_context.cpp
src/c/sk_bitmap.cpp
src/c/sk_codec.cpp
src/c/sk_document.cpp
src/c/sk_enums.cpp
src/c/sk_image.cpp
src/c/sk_imagefilter.cpp
src/c/sk_maskfilter.cpp
src/c/sk_patheffect.cpp
src/c/sk_pixelserializer.cpp [deleted file]
src/c/sk_pixmap.cpp
src/c/sk_rrect.cpp
src/c/sk_structs.cpp
src/c/sk_typeface.cpp
src/c/sk_types_priv.h
src/xamarin/SkManagedPixelSerializer.cpp [deleted file]
src/xamarin/SkManagedStream.cpp
src/xamarin/SkiaKeeper.c
src/xamarin/sk_managedpixelserializer.cpp [deleted file]