diff options
author | ronghuawu@chromium.org <ronghuawu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 01:02:15 +0000 |
---|---|---|
committer | ronghuawu@chromium.org <ronghuawu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 01:02:15 +0000 |
commit | 17ee04aac27f2bcccf58e9af0163843d9cde1649 (patch) | |
tree | 7a9bb6477b91b5c1fa9febc45d682c60b4077a29 /DEPS | |
parent | 68d252dd171b0e67f82909828cd4d13bead84535 (diff) | |
download | chromium_src-17ee04aac27f2bcccf58e9af0163843d9cde1649.zip chromium_src-17ee04aac27f2bcccf58e9af0163843d9cde1649.tar.gz chromium_src-17ee04aac27f2bcccf58e9af0163843d9cde1649.tar.bz2 |
Roll jsoncpp to r247.
Got rid of several unnecessary includes of <iostream>.
Including <iostream> causes the file to be polluted with a static
initializer for the __ioinit symbol. This can harm binary startup time.
BUG=N/A
TEST=build
Review URL: http://codereview.chromium.org/8958007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115649 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ vars = { # and V8 without interference from each other. "v8_revision": "10298", "webrtc_revision": "1264", - "jsoncpp_revision": "246", + "jsoncpp_revision": "247", } deps = { |