aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
Diffstat (limited to 'gn')
-rw-r--r--gn/core.gni4
-rw-r--r--gn/tests.gni2
2 files changed, 3 insertions, 3 deletions
diff --git a/gn/core.gni b/gn/core.gni
index e5d72b33fc..432526364e 100644
--- a/gn/core.gni
+++ b/gn/core.gni
@@ -130,8 +130,8 @@ skia_core_sources = [
"$_src/core/SkFilterProc.cpp",
"$_src/core/SkFilterProc.h",
"$_src/core/SkFindAndPlaceGlyph.h",
- "$_src/core/SkFixedAlloc.cpp",
- "$_src/core/SkFixedAlloc.h",
+ "$_src/core/SkArenaAlloc.cpp",
+ "$_src/core/SkArenaAlloc.h",
"$_src/core/SkFlattenable.cpp",
"$_src/core/SkFlattenableSerialization.cpp",
"$_src/core/SkFont.cpp",
diff --git a/gn/tests.gni b/gn/tests.gni
index caafae456a..483f574ed6 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -10,6 +10,7 @@ tests_sources = [
"$_tests/AAClipTest.cpp",
"$_tests/AnnotationTest.cpp",
"$_tests/ApplyGammaTest.cpp",
+ "$_tests/ArenaAllocTest.cpp",
"$_tests/AsADashTest.cpp",
"$_tests/BadIcoTest.cpp",
"$_tests/BitmapCopyTest.cpp",
@@ -62,7 +63,6 @@ tests_sources = [
"$_tests/ExifTest.cpp",
"$_tests/FillPathTest.cpp",
"$_tests/FitsInTest.cpp",
- "$_tests/FixedAllocTest.cpp",
"$_tests/FlattenableCustomFactory.cpp",
"$_tests/FlattenableFactoryToName.cpp",
"$_tests/FlattenDrawableTest.cpp",