aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2018-06-14 16:16:01 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-14 21:21:14 +0000
commit7d42c44cddee7b7a12fa7c59099e989995eabf3a (patch)
tree6e0d460c0a8fc7366ed76cc8f89f5c532d9d2678 /third_party
parent725d5ad257898c23ef27f4d7feaa545103932c03 (diff)
[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 <mtklein@google.com> Commit-Queue: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/rapidjson/BUILD.gn12
1 files changed, 0 insertions, 12 deletions
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 = []
-}