skia2/third_party/rapidjson/BUILD.gn
Florin Malita 3d856bdeee [skottie] Relocate to modules/skottie
TBR=
Change-Id: I218d251ca56578a3a7fd4fb86cba9abdc10fb3bd
Reviewed-on: https://skia-review.googlesource.com/130322
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2018-05-27 02:21:33 +00:00

13 lines
321 B
Plaintext

# 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 = []
}