aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/rapidjson/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/rapidjson/BUILD.gn b/third_party/rapidjson/BUILD.gn
index c506f038fb..f9e50b2686 100644
--- a/third_party/rapidjson/BUILD.gn
+++ b/third_party/rapidjson/BUILD.gn
@@ -9,5 +9,4 @@ third_party("rapidjson") {
public_include_dirs = [ "../externals/rapidjson/include" ]
defines = [ "RAPIDJSON_HAS_CXX11_RVALUE_REFS=1" ]
sources = []
- testonly = true
}