diff options
author | sbc <sbc@chromium.org> | 2015-04-09 11:20:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-09 18:20:42 +0000 |
commit | 12f9e9d69d223afd5c30dad8934932aefdeba35e (patch) | |
tree | 471b4075983381fc8e297d6e17e86e190b112e9c /third_party/jsoncpp | |
parent | 3eb49bb6087f2281d242beb4637049f986e40bb2 (diff) | |
download | chromium_src-12f9e9d69d223afd5c30dad8934932aefdeba35e.zip chromium_src-12f9e9d69d223afd5c30dad8934932aefdeba35e.tar.gz chromium_src-12f9e9d69d223afd5c30dad8934932aefdeba35e.tar.bz2 |
Switch jsoncpp DEPS to github mirror
This change should be no-op. It simply changes the sha1
for jsoncpp to match the commit in the github repo rather
than the git-svn mirror we previously used. The sha1
differs simply because the git-svn metadata was not used
when they migrated to github. The tree contents are
identical (the two commits have the same tree sha1).
BUG=472809
Review URL: https://codereview.chromium.org/1069163002
Cr-Commit-Position: refs/heads/master@{#324477}
Diffstat (limited to 'third_party/jsoncpp')
-rw-r--r-- | third_party/jsoncpp/OWNERS | 1 | ||||
-rw-r--r-- | third_party/jsoncpp/README.chromium | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/third_party/jsoncpp/OWNERS b/third_party/jsoncpp/OWNERS index 2ddefd7..4fb2fed 100644 --- a/third_party/jsoncpp/OWNERS +++ b/third_party/jsoncpp/OWNERS @@ -1 +1,2 @@ pthatcher@chromium.org +sbc@chromium.org diff --git a/third_party/jsoncpp/README.chromium b/third_party/jsoncpp/README.chromium index f632079..e59e3a0 100644 --- a/third_party/jsoncpp/README.chromium +++ b/third_party/jsoncpp/README.chromium @@ -1,13 +1,14 @@ Name: jsoncpp -URL: http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp -Version: 248 +URL: https://github.com/open-source-parsers/jsoncpp +Version: f572e8e42e22cfcf5ab0aea26574f408943edfa4 License: MIT License File: LICENSE Security Critical: yes Description: The libjingle/webrtc/liblouis_nacl uses jsoncpp for signaling message -serialization and deserialization. +serialization and deserialization. This library is also shipped in NaCl +SDK and used in several examples. Local modifications: The overrides are used to eliminate static initializers in json_value.cpp and |