summaryrefslogtreecommitdiffstats
path: root/third_party/jsoncpp
Commit message (Collapse)AuthorAgeFilesLines
* Create a local mod (based on jsoncpp trunk r248) to remove the static ↵ronghuawu@chromium.org2012-01-124-4/+3040
| | | | | | | | | | | initialization caused by the global variable Value::null. BUG=109997 TEST=unittests Review URL: http://codereview.chromium.org/9188042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117516 0039d316-1c4b-4281-b951-d872f2087c98
* Add jsoncpp in DEPS and the gyp file to build jsoncpp in chromium.ronghuawu@google.com2011-10-223-0/+110
| | | | | | | | | | | | | The jsoncpp is needed by libjingle as part of the webrtc effort. This patch probably not be the best solution as there's already one chrome json parser in base and another jsoncpp copy in native_client. However since the libjingle can depend on neither of them, here comes this patch. We hope to take this patch as a chance to get some advices on how should we handle this case. BUGS=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106424 Review URL: http://codereview.chromium.org/8251003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106815 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 106424. This causedthakis@chromium.org2011-10-202-54/+0
| | | | | | | | | | | | | | | | | | | | 82>svn: PROPFIND of '/svnroot/jsoncpp/trunk/jsoncpp': Server certificate verification failed: issuer is not trusted (https://jsoncpp.svn.sourceforge.net) on most mac bots, which causes full re-checkouts of all files on every build. - Add jsoncpp in DEPS and the gyp file to build jsoncpp in chromium. The jsoncpp is needed by libjingle as part of the webrtc effort. This patch probably not be the best solution as there's already one chrome json parser in base and another jsoncpp copy in native_client. However since the libjingle can depend on neither of them, here comes this patch. We hope to take this patch as a chance to get some advices on how should we handle this case. BUGS=none TEST=none Review URL: http://codereview.chromium.org/8251003 TBR=ronghuawu@google.com Review URL: http://codereview.chromium.org/8353030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106449 0039d316-1c4b-4281-b951-d872f2087c98
* Add jsoncpp in DEPS and the gyp file to build jsoncpp in chromium.ronghuawu@google.com2011-10-202-0/+54
The jsoncpp is needed by libjingle as part of the webrtc effort. This patch probably not be the best solution as there's already one chrome json parser in base and another jsoncpp copy in native_client. However since the libjingle can depend on neither of them, here comes this patch. We hope to take this patch as a chance to get some advices on how should we handle this case. BUGS=none TEST=none Review URL: http://codereview.chromium.org/8251003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106424 0039d316-1c4b-4281-b951-d872f2087c98