Roll external/skia b07b06e14..cbcb0a12a (1 commits)

https://skia.googlesource.com/skia.git/+log/b07b06e14..cbcb0a12a

2017-11-19 bsalomon@google.com Revert "Revert "Add Atlas Text interface for rendering SDF glyphs.""

The AutoRoll server is located here: https://android-roll.skia.org

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: If01694f893601ea76dfd32c337683a1fd2032b0f
Exempt-From-Owner-Approval: The autoroll bot does not require owner approval.
diff --git a/Android.bp b/Android.bp
index d335079..055e1cb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -72,6 +72,7 @@
 
     export_include_dirs: [
         "include/android/",
+        "include/atlastext/",
         "include/c/",
         "include/codec/",
         "include/config/",
@@ -90,6 +91,7 @@
 
     local_include_dirs: [
         "include/android/",
+        "include/atlastext/",
         "include/c/",
         "include/codec/",
         "include/config/",
@@ -949,6 +951,7 @@
         "experimental/svg/model/",
         "gm/",
         "include/android/",
+        "include/atlastext/",
         "include/c/",
         "include/codec/",
         "include/config/",
@@ -1039,6 +1042,7 @@
         "gm/arcofzorro.cpp",
         "gm/arcto.cpp",
         "gm/arithmode.cpp",
+        "gm/atlastext.cpp",
         "gm/badpaint.cpp",
         "gm/beziereffects.cpp",
         "gm/beziers.cpp",
@@ -1682,6 +1686,7 @@
         "tools/gpu/GrContextFactory.cpp",
         "tools/gpu/GrTest.cpp",
         "tools/gpu/TestContext.cpp",
+        "tools/gpu/atlastext/GLTestAtlasTextRenderer.cpp",
         "tools/gpu/gl/GLTestContext.cpp",
         "tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp",
         "tools/gpu/gl/debug/DebugGLTestContext.cpp",
@@ -1719,6 +1724,7 @@
         "experimental/svg/model/",
         "gm/",
         "include/android/",
+        "include/atlastext/",
         "include/c/",
         "include/codec/",
         "include/config/",
@@ -1922,6 +1928,7 @@
         "gm/arcofzorro.cpp",
         "gm/arcto.cpp",
         "gm/arithmode.cpp",
+        "gm/atlastext.cpp",
         "gm/badpaint.cpp",
         "gm/beziereffects.cpp",
         "gm/beziers.cpp",
@@ -2245,6 +2252,7 @@
         "tools/gpu/GrContextFactory.cpp",
         "tools/gpu/GrTest.cpp",
         "tools/gpu/TestContext.cpp",
+        "tools/gpu/atlastext/GLTestAtlasTextRenderer.cpp",
         "tools/gpu/gl/GLTestContext.cpp",
         "tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp",
         "tools/gpu/gl/debug/DebugGLTestContext.cpp",