Add ENABLE_MEDIA_ROUTER define to builds other than Android and iOS.
[chromium-blink-merge.git] / third_party / jsoncpp / README.chromium
blobf632079fdd16967fe48b4cb3cd17b4ddfe11cb3e
1 Name: jsoncpp
2 URL: http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp
3 Version: 248
4 License: MIT
5 License File: LICENSE
6 Security Critical: yes
8 Description:
9 The libjingle/webrtc/liblouis_nacl uses jsoncpp for signaling message
10 serialization and deserialization.
12 Local modifications:
13 The overrides are used to eliminate static initializers in json_value.cpp and
14 json_reader.cpp adds includes for <string> and <istream> to build on libc++.