diff options
author | ronghuawu@chromium.org <ronghuawu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-09 23:08:50 +0000 |
---|---|---|
committer | ronghuawu@chromium.org <ronghuawu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-09 23:08:50 +0000 |
commit | 2daa3c9e9ab55b4b26f236894f43c35b8874a498 (patch) | |
tree | fc1d9cd4a38751313c0c368d80b28d35e57ff7ee /DEPS | |
parent | ab96da42340f2828d7bce6ac2510b2ad5fa29ab2 (diff) | |
download | chromium_src-2daa3c9e9ab55b4b26f236894f43c35b8874a498.zip chromium_src-2daa3c9e9ab55b4b26f236894f43c35b8874a498.tar.gz chromium_src-2daa3c9e9ab55b4b26f236894f43c35b8874a498.tar.bz2 |
Roll jsoncpp to 248.
Fix the compile warnings on Windows.
BUG=108513
TEST=build
Review URL: http://codereview.chromium.org/9154002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116946 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": "10339", "webrtc_revision": "1264", - "jsoncpp_revision": "247", + "jsoncpp_revision": "248", } deps = { |