Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-system-icu-r0.patch
Date: Thu, 07 Oct 2010 07:03:05
Message-Id: 20101007063919.393022003C@flycatcher.gentoo.org
1 phajdan.jr 10/10/07 06:39:19
2
3 Added: chromium-system-icu-r0.patch
4 Log:
5 Version bump for dev channel release. Dropped support for system SSL, chromium now does not compile with it.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 www-client/chromium/files/chromium-system-icu-r0.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?rev=1.1&content-type=text/plain
13
14 Index: chromium-system-icu-r0.patch
15 ===================================================================
16 --- webkit/glue/plugins/pepper_private.cc.orig 2010-10-06 01:20:05.000000000 +0200
17 +++ webkit/glue/plugins/pepper_private.cc 2010-10-06 01:20:39.000000000 +0200
18 @@ -6,13 +6,14 @@
19
20 #include "webkit/glue/plugins/pepper_private.h"
21
22 +#include "unicode/usearch.h"
23 +
24 #include "app/resource_bundle.h"
25 #include "base/utf_string_conversions.h"
26 #include "grit/webkit_resources.h"
27 #include "grit/webkit_strings.h"
28 #include "skia/ext/platform_canvas.h"
29 #include "third_party/skia/include/core/SkBitmap.h"
30 -#include "third_party/icu/public/i18n/unicode/usearch.h"
31 #include "webkit/glue/webkit_glue.h"
32 #include "webkit/glue/plugins/pepper_image_data.h"
33 #include "webkit/glue/plugins/pepper_plugin_module.h"