aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
Diffstat (limited to 'gn')
-rw-r--r--gn/core.gni2
-rw-r--r--gn/tests.gni1
2 files changed, 3 insertions, 0 deletions
diff --git a/gn/core.gni b/gn/core.gni
index 643b71e0cc..80514c4fc1 100644
--- a/gn/core.gni
+++ b/gn/core.gni
@@ -124,6 +124,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/SkFlattenable.cpp",
"$_src/core/SkFlattenableSerialization.cpp",
"$_src/core/SkFont.cpp",
diff --git a/gn/tests.gni b/gn/tests.gni
index 4fa653a037..fb43d796a4 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -62,6 +62,7 @@ tests_sources = [
"$_tests/ExifTest.cpp",
"$_tests/FillPathTest.cpp",
"$_tests/FitsInTest.cpp",
+ "$_tests/FixedAllocTest.cpp",
"$_tests/FlattenableCustomFactory.cpp",
"$_tests/FlattenableFactoryToName.cpp",
"$_tests/FlattenDrawableTest.cpp",