aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Herb Derby <herb@google.com>2017-02-14 11:14:16 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-14 19:32:58 +0000
commit78c0c4c5a0bed8ac54542d2d378a0fc9ec8c034b (patch)
tree4759455e2d4e41a40755572bdca0cbfc36c99b85 /gn
parentc5aa2669df99f1faa341aa5f0d8ceb4c85eef185 (diff)
Remove SkSmallAllocator.
TBR=mtklein@google.com Change-Id: I375af12c5de4397a682c1946404282da95ad42ec Reviewed-on: https://skia-review.googlesource.com/8392 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Herb Derby <herb@google.com>
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 12089371ee..4ac3d56f0d 100644
--- a/gn/core.gni
+++ b/gn/core.gni
@@ -296,7 +296,6 @@ skia_core_sources = [
"$_src/core/SkSharedMutex.cpp",
"$_src/core/SkSharedMutex.h",
"$_src/core/SkSinglyLinkedList.h",
- "$_src/core/SkSmallAllocator.h",
"$_src/core/SkSpanProcs.cpp",
"$_src/core/SkSpecialImage.cpp",
"$_src/core/SkSpecialImage.h",
diff --git a/gn/tests.gni b/gn/tests.gni
index b5ad9cc628..3a257602cc 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -210,7 +210,6 @@ tests_sources = [
"$_tests/SkSLErrorTest.cpp",
"$_tests/SkSLGLSLTest.cpp",
"$_tests/SkSLMemoryLayoutTest.cpp",
- "$_tests/SmallAllocatorTest.cpp",
"$_tests/SortTest.cpp",
"$_tests/SpecialImageTest.cpp",
"$_tests/SpecialSurfaceTest.cpp",