Roll external/skia 63fdd0191..e574f1e40 (1 commits)

https://skia.googlesource.com/skia.git/+log/63fdd0191..e574f1e40

2019-07-17 halcanary@google.com [reland] SkMetaData: move from src/ to tools/

The AutoRoll server is located here: https://skia-autoroll.corp.goog/r/android-master-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

Test: Presubmit checks will test this change.
Change-Id: Idac46a7cf30c4071f926992d89babf63a7a01793
Exempt-From-Owner-Approval: The autoroll bot does not require owner approval.
diff --git a/Android.bp b/Android.bp
index c8adcae..20df977 100644
--- a/Android.bp
+++ b/Android.bp
@@ -438,7 +438,6 @@
         "src/utils/SkJSON.cpp",
         "src/utils/SkJSONWriter.cpp",
         "src/utils/SkMatrix22.cpp",
-        "src/utils/SkMetaData.cpp",
         "src/utils/SkMultiPictureDocument.cpp",
         "src/utils/SkNWayCanvas.cpp",
         "src/utils/SkNullCanvas.cpp",
@@ -1798,6 +1797,7 @@
         "tools/LsanSuppressions.cpp",
         "tools/ProcStats.cpp",
         "tools/Resources.cpp",
+        "tools/SkMetaData.cpp",
         "tools/SkSharingProc.cpp",
         "tools/SkVMBuilders.cpp",
         "tools/ToolUtils.cpp",
@@ -2382,6 +2382,7 @@
         "tools/LsanSuppressions.cpp",
         "tools/ProcStats.cpp",
         "tools/Resources.cpp",
+        "tools/SkMetaData.cpp",
         "tools/SkSharingProc.cpp",
         "tools/SkVMBuilders.cpp",
         "tools/ToolUtils.cpp",