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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/jsoncpp/README.chromium
diff --git a/third_party/jsoncpp/README.chromium b/third_party/jsoncpp/README.chromium
index c2cb7d54a828514ee5a000a4e30bc80e6cf44a32..f632079fdd16967fe48b4cb3cd17b4ddfe11cb3e 100644
--- a/third_party/jsoncpp/README.chromium
+++ b/third_party/jsoncpp/README.chromium
@@ -6,5 +6,9 @@ License File: LICENSE
Security Critical: yes
Description:
-The libjingle/webrtc/liblouis_nacl uses jsoncpp for signaling message serialization and deserialization.
+The libjingle/webrtc/liblouis_nacl uses jsoncpp for signaling message
+serialization and deserialization.
+Local modifications:
+The overrides are used to eliminate static initializers in json_value.cpp and
+json_reader.cpp adds includes for <string> and <istream> to build on libc++.
« 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