Commit 4ab19079 by Jamie Madill Committed by Commit Bot

Update jsoncpp DEPS.

This points to a mirror of the Chromium jsoncpp folder. The Chromium version includes a BUILD.gn that we can use. Bug: angleproject:2794 Change-Id: I08f34e693d547cd01caefdeddaf43ce4b4bbc29d Reviewed-on: https://chromium-review.googlesource.com/1208510Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 79ec21c5
...@@ -15,7 +15,7 @@ vars = { ...@@ -15,7 +15,7 @@ vars = {
'glslang_revision': '312dcfb070a7274066d3e85e10970f57b1e3af6e', 'glslang_revision': '312dcfb070a7274066d3e85e10970f57b1e3af6e',
# Current revision of jsoncpp, an open-source json parser. # Current revision of jsoncpp, an open-source json parser.
'jsoncpp_revision': '2baad4923e6d9a7e09982cfa4b1c5fd0b67ebd87', 'jsoncpp_revision': 'fd0ac8ce63a47e99b71a58f1489136fbb19c9137',
# Current revision fo the SPIRV-Headers Vulkan support library. # Current revision fo the SPIRV-Headers Vulkan support library.
'spirv_headers_revision': 'ff684ffc6a35d2a58f0f63108877d0064ea33feb', 'spirv_headers_revision': 'ff684ffc6a35d2a58f0f63108877d0064ea33feb',
...@@ -78,7 +78,7 @@ deps = { ...@@ -78,7 +78,7 @@ deps = {
}, },
'{angle_root}/third_party/jsoncpp/src': { '{angle_root}/third_party/jsoncpp/src': {
'url': '{chromium_git}/external/github.com/open-source-parsers/jsoncpp.git@{jsoncpp_revision}', 'url': '{chromium_git}/chromium/src/third_party/jsoncpp@{jsoncpp_revision}',
}, },
'{angle_root}/third_party/spirv-headers/src': { '{angle_root}/third_party/spirv-headers/src': {
......
...@@ -2,9 +2,7 @@ Name: JsonCpp ...@@ -2,9 +2,7 @@ Name: JsonCpp
Short Name: JsonCpp Short Name: JsonCpp
Version: N/A Version: N/A
URL: https://github.com/open-source-parsers/jsoncpp URL: https://github.com/open-source-parsers/jsoncpp
SOURCE CODE: git clone https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp SOURCE CODE: git clone https://chromium.googlesource.com/chromium/src/third_party/jsoncpp/
Date: 09/04/2018
Revision: 2baad4923e6d9a7e09982cfa4b1c5fd0b67ebd87
Security Critical: no Security Critical: no
License: MIT License: MIT
License File: LICENSE License File: LICENSE
......
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