aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/rapidjson/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rapidjson/BUILD.gn')
-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 = []
-}