diff --git a/cef1/patch/patch.cfg b/cef1/patch/patch.cfg index d986e5b37..ac83a0e80 100644 --- a/cef1/patch/patch.cfg +++ b/cef1/patch/patch.cfg @@ -36,6 +36,15 @@ patches = [ 'name': 'gyp_331', 'path': '../tools/gyp/pylib/', }, + { + # 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', diff --git a/cef1/patch/patches/deps.patch b/cef1/patch/patches/deps.patch new file mode 100644 index 000000000..934991ed2 --- /dev/null +++ b/cef1/patch/patches/deps.patch @@ -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':