Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: third_party/jsoncpp/README.chromium

Issue 552013004: Include <string> and <istream> outside __pnacl__. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed comment and added it in readme Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: jsoncpp 1 Name: jsoncpp
2 URL: http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp 2 URL: http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp
3 Version: 248 3 Version: 248
4 License: MIT 4 License: MIT
5 License File: LICENSE 5 License File: LICENSE
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 The libjingle/webrtc/liblouis_nacl uses jsoncpp for signaling message serializat ion and deserialization. 9 The libjingle/webrtc/liblouis_nacl uses jsoncpp for signaling message
10 serialization and deserialization.
10 11
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++.
OLDNEW
« no previous file with comments | « no previous file | third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698