Commit 068bb086 by Jamie Madill Committed by Commit Bot

RapidJSON: Enable std::string handling.

This will be useful for histogram output to JSON. Bug: angleproject:5161 Change-Id: Ifed3dfcd10e0cee94b7c13b9c92fdc351329d5c3 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2513084Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 97843bda
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
config("rapidjson_config") { config("rapidjson_config") {
include_dirs = [ "src/include" ] include_dirs = [ "src/include" ]
# Enable std::string functionality.
defines = [ "RAPIDJSON_HAS_STDSTRING" ]
} }
source_set("rapidjson") { source_set("rapidjson") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment