From 7d42c44cddee7b7a12fa7c59099e989995eabf3a Mon Sep 17 00:00:00 2001 From: Florin Malita Date: Thu, 14 Jun 2018 16:16:01 -0400 Subject: [skottie] Switch to SkJSON Convert to SkJSON APIs and remove RapidJSON dependency. TBR= Change-Id: I5b4fd78821a443326e3a5b370748d840b80ef279 Reviewed-on: https://skia-review.googlesource.com/134612 Reviewed-by: Mike Klein Commit-Queue: Florin Malita --- third_party/rapidjson/BUILD.gn | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 third_party/rapidjson/BUILD.gn (limited to 'third_party') diff --git a/third_party/rapidjson/BUILD.gn b/third_party/rapidjson/BUILD.gn deleted file mode 100644 index f9e50b2686..0000000000 --- a/third_party/rapidjson/BUILD.gn +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 2018 Google Inc. -# -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -import("../third_party.gni") - -third_party("rapidjson") { - public_include_dirs = [ "../externals/rapidjson/include" ] - defines = [ "RAPIDJSON_HAS_CXX11_RVALUE_REFS=1" ] - sources = [] -} -- cgit v1.2.3