Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 068bb08

Browse files
null77Commit Bot
authored andcommitted
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/+/2513084 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
1 parent 97843bd commit 068bb08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

third_party/rapidjson/BUILD.gn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
config("rapidjson_config") {
88
include_dirs = [ "src/include" ]
9+
10+
# Enable std::string functionality.
11+
defines = [ "RAPIDJSON_HAS_STDSTRING" ]
912
}
1013

1114
source_set("rapidjson") {

0 commit comments

Comments
 (0)