aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Herb Derby <herb@google.com>2017-04-18 15:01:40 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-18 19:43:42 +0000
commit3f4531d3124e1053f5f0415dc6309ba3aed02b8e (patch)
tree6d6294a4c23b4ea75a1416415a92f391eb599267 /gn
parentedbb7d8860a63b1cacb1e89ec205c72a2de7c134 (diff)
Remove SkVarAlloc
Change-Id: Id41d3e03390185f72b682225aeb140df45c84a34 Reviewed-on: https://skia-review.googlesource.com/13763 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'gn')
-rw-r--r--gn/core.gni1
-rw-r--r--gn/tests.gni1
2 files changed, 0 insertions, 2 deletions
diff --git a/gn/core.gni b/gn/core.gni
index e59e35a18c..3a5a4edf07 100644
--- a/gn/core.gni
+++ b/gn/core.gni
@@ -358,7 +358,6 @@ skia_core_sources = [
"$_src/core/SkValidatingReadBuffer.cpp",
"$_src/core/SkValidatingReadBuffer.h",
"$_src/core/SkValidationUtils.h",
- "$_src/core/SkVarAlloc.cpp",
"$_src/core/SkVertices.cpp",
"$_src/core/SkVertState.cpp",
"$_src/core/SkWriteBuffer.cpp",
diff --git a/gn/tests.gni b/gn/tests.gni
index a7060b6272..4350ef280c 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -248,7 +248,6 @@ tests_sources = [
"$_tests/TypefaceTest.cpp",
"$_tests/UnicodeTest.cpp",
"$_tests/UtilsTest.cpp",
- "$_tests/VarAllocTest.cpp",
"$_tests/VerticesTest.cpp",
"$_tests/VkClearTests.cpp",
"$_tests/VkHeapTests.cpp",