Fix the download URL for the jsoncpp dependency.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1379 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2013-08-22 16:32:26 +00:00
parent 15c59f65c9
commit 05efd7b129
2 changed files with 22 additions and 0 deletions

View File

@ -70,6 +70,15 @@ patches = [
'name': 'renderer_host_953_1026',
'path': '../content/browser/renderer_host/',
},
{
# Fix the download URL for the jsoncpp dependency.
# https://code.google.com/p/chromium/issues/detail?id=275757
'name': 'deps',
'path': '../../27.0.1453.110/',
'note': 'This patch changed a DEPS file. You must re-run `gclient sync` '+
'after this\npatch is applied for the first time or your Chromium '+
'checkout will fail.',
},
{
# http://code.google.com/p/chromiumembedded/issues/detail?id=364
'name': 'spi_webcore_364',

View File

@ -0,0 +1,13 @@
Index: DEPS
===================================================================
--- DEPS (revision 204265)
+++ DEPS (working copy)
@@ -86,7 +86,7 @@
'sctp-refimpl':
'https://sctp-refimpl.googlecode.com/svn',
'jsoncpp':
- 'http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp',
+ 'http://svn.code.sf.net/p/jsoncpp/code',
'webrtc':
'http://webrtc.googlecode.com/svn',
'web-page-replay':