Commit 5fdc38cf by Tobin Ehlis Committed by Commit Bot

Add jsoncpp as third_party dep

Adding jsoncpp in third_party/jsoncpp dir. This is a C++ library to parse json files. Bug: angleproject:2785 Change-Id: I12f467ef87c8d4801815c79f211fc57a3a9f4b49 Reviewed-on: https://chromium-review.googlesource.com/1194840Reviewed-by: 's avatarIan Elliott <ianelliott@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Ian Elliott <ianelliott@google.com>
parent 0c5a9e22
......@@ -14,6 +14,9 @@ vars = {
# Current revision of glslang, the Khronos SPIRV compiler.
'glslang_revision': '1ea8f595f9a9ebd938fe9e5f15ae469c7d6ebabc',
# Current revision of jsoncpp, an open-source json parser.
'jsoncpp_revision': '93ba642c636309a3195d6da6c11ba82f69ef45ed',
# Current revision fo the SPIRV-Headers Vulkan support library.
'spirv_headers_revision': 'ff684ffc6a35d2a58f0f63108877d0064ea33feb',
......@@ -74,6 +77,10 @@ deps = {
'condition': 'not build_with_chromium',
},
'{angle_root}/third_party/jsoncpp/src': {
'url': '{android_git}/platform/external/jsoncpp@{jsoncpp_revision}',
},
'{angle_root}/third_party/spirv-headers/src': {
'url': '{android_git}/platform/external/shaderc/spirv-headers@{spirv_headers_revision}',
},
......
Name: JsonCpp
Short Name: JsonCpp
Version: N/A
URL: https://github.com/open-source-parsers/jsoncpp
SOURCE CODE: git clone https://android.googlesource.com/platform/external/jsoncpp
Date: 08/28/2018
Revision: 93ba642c636309a3195d6da6c11ba82f69ef45ed
Security Critical: no
License: MIT
License File: LICENSE
Description:
JsonCpp is a C++ library that allows manipulating JSON values, including serialization and
deserialization to and from strings. It can also preserve existing comment in unserialization/
serialization steps, making it a convenient format to store user input files.
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