mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-23 15:37:51 +01:00
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:
parent
15c59f65c9
commit
05efd7b129
@ -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',
|
||||
|
13
cef3/patch/patches/deps.patch
Normal file
13
cef3/patch/patches/deps.patch
Normal 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':
|
Loading…
x
Reference in New Issue
Block a user