From 80452bee11ebe6708ea459ea34e526a44c04bdb0 Mon Sep 17 00:00:00 2001 From: Florin Malita Date: Tue, 19 Jun 2018 11:27:20 -0400 Subject: Fold SkJSON into Skia/utils It's a tiny, core-ish component -- might as well treat as such to simplify dependencies. Change-Id: I6f31ce2d151f9a629d88bfc7f15d64891d5150c0 Reviewed-on: https://skia-review.googlesource.com/135780 Reviewed-by: Mike Klein Reviewed-by: Kevin Lubick Commit-Queue: Florin Malita --- gn/tests.gni | 1 + 1 file changed, 1 insertion(+) (limited to 'gn/tests.gni') diff --git a/gn/tests.gni b/gn/tests.gni index 5f028e8f45..32c3337adc 100644 --- a/gn/tests.gni +++ b/gn/tests.gni @@ -123,6 +123,7 @@ tests_sources = [ "$_tests/InterpolatorTest.cpp", "$_tests/InvalidIndexedPngTest.cpp", "$_tests/IsClosedSingleContourTest.cpp", + "$_tests/JSONTest.cpp", "$_tests/LayerDrawLooperTest.cpp", "$_tests/LazyProxyTest.cpp", "$_tests/LListTest.cpp", -- cgit v1.2.3