Commit cc046630 by Tobin Ehlis Committed by Commit Bot

Use chromium mirror for jsoncpp

Chromium has a jsoncpp mirror that matches github and has a ninja build config so use that instead of Android mirror. Bug: angleproject:2794 Change-Id: I48423818817f439f3a43f5edee557deae24bf028 Reviewed-on: https://chromium-review.googlesource.com/1203940Reviewed-by: 's avatarIan Elliott <ianelliott@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Ian Elliott <ianelliott@google.com>
parent 3d61ac27
......@@ -15,7 +15,7 @@ vars = {
'glslang_revision': '312dcfb070a7274066d3e85e10970f57b1e3af6e',
# Current revision of jsoncpp, an open-source json parser.
'jsoncpp_revision': '93ba642c636309a3195d6da6c11ba82f69ef45ed',
'jsoncpp_revision': '2baad4923e6d9a7e09982cfa4b1c5fd0b67ebd87',
# Current revision fo the SPIRV-Headers Vulkan support library.
'spirv_headers_revision': 'ff684ffc6a35d2a58f0f63108877d0064ea33feb',
......@@ -78,7 +78,7 @@ deps = {
},
'{angle_root}/third_party/jsoncpp/src': {
'url': '{android_git}/platform/external/jsoncpp@{jsoncpp_revision}',
'url': '{chromium_git}/external/github.com/open-source-parsers/jsoncpp.git@{jsoncpp_revision}',
},
'{angle_root}/third_party/spirv-headers/src': {
......
......@@ -2,9 +2,9 @@ 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
SOURCE CODE: git clone https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp
Date: 09/04/2018
Revision: 2baad4923e6d9a7e09982cfa4b1c5fd0b67ebd87
Security Critical: no
License: MIT
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