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

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

Issue 1411553005: mac: Let remoting_host_prefpane link with libc++. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: readme Created 5 years, 2 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 | « remoting/remoting_host_mac.gypi ('k') | no next file » | 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: https://github.com/open-source-parsers/jsoncpp 2 URL: https://github.com/open-source-parsers/jsoncpp
3 Version: f572e8e42e22cfcf5ab0aea26574f408943edfa4 3 Version: f572e8e42e22cfcf5ab0aea26574f408943edfa4
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 9 The libjingle/webrtc/liblouis_nacl uses jsoncpp for signaling message
10 serialization and deserialization. This library is also shipped in NaCl 10 serialization and deserialization. This library is also shipped in NaCl
11 SDK and used in several examples. 11 SDK and used in several examples.
12 12
13 Local modifications: 13 Local modifications:
14 The overrides are used to eliminate static initializers in json_value.cpp and 14 The overrides are used to eliminate static initializers in json_value.cpp and
15 json_reader.cpp adds includes for <string> and <istream> to build on libc++, 15 json_reader.cpp adds includes for <string> and <istream> to build on libc++
16 and to change some one-bit bit fields to unsigned so that they can hold the 16 (https://llvm.org/PR25232), and to change some one-bit bit fields to unsigned
17 '1' values that are stored in them. 17 so that they can hold the '1' values that are stored in them.
OLDNEW
« no previous file with comments | « remoting/remoting_host_mac.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698