summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2013-07-25 15:37:11 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2013-07-25 15:37:11 +0000
commitc27f15378e1a6717c94d6aa36d11c6dffca281e0 (patch)
tree9c631c6c3c6432f9524f1a174cd750a1b41c7bb0 /www-client/chromium/files
parentInitial commit of zypper for testing purposes in suse herd. (diff)
downloadhistorical-c27f15378e1a6717c94d6aa36d11c6dffca281e0.tar.gz
historical-c27f15378e1a6717c94d6aa36d11c6dffca281e0.tar.bz2
historical-c27f15378e1a6717c94d6aa36d11c6dffca281e0.zip
Dev channel bump.
Package-Manager: portage-2.1.12.2/cvs/Linux i686 Manifest-Sign-Key: 0x30427902
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r--www-client/chromium/files/chromium-system-libusb-r0.patch10
-rw-r--r--www-client/chromium/files/chromium-system-libvpx-r0.patch10
-rw-r--r--www-client/chromium/files/chromium-system-v8-r1.patch11
-rw-r--r--www-client/chromium/files/chromium-system-zlib-r0.patch19
4 files changed, 50 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-system-libusb-r0.patch b/www-client/chromium/files/chromium-system-libusb-r0.patch
new file mode 100644
index 000000000000..e6a97df6b139
--- /dev/null
+++ b/www-client/chromium/files/chromium-system-libusb-r0.patch
@@ -0,0 +1,10 @@
+--- chrome/chrome.gyp.orig 2013-07-24 21:16:37.701455700 +0000
++++ chrome/chrome.gyp 2013-07-24 21:17:07.871649032 +0000
+@@ -216,6 +216,7 @@
+ '../third_party/icu/icu.gyp:icui18n',
+ '../third_party/icu/icu.gyp:icuuc',
+ '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
++ '../third_party/libusb/libusb.gyp:libusb',
+ ],
+ 'include_dirs': [
+ '..',
diff --git a/www-client/chromium/files/chromium-system-libvpx-r0.patch b/www-client/chromium/files/chromium-system-libvpx-r0.patch
new file mode 100644
index 000000000000..38044467043a
--- /dev/null
+++ b/www-client/chromium/files/chromium-system-libvpx-r0.patch
@@ -0,0 +1,10 @@
+--- content/content_renderer.gypi.orig 2013-07-24 21:53:10.005389471 +0000
++++ content/content_renderer.gypi 2013-07-24 21:53:30.755521603 +0000
+@@ -5,6 +5,7 @@
+ {
+ 'dependencies': [
+ '../jingle/jingle.gyp:jingle_glue',
++ '../media/media.gyp:media',
+ '../net/net.gyp:net',
+ '../skia/skia.gyp:skia',
+ '../third_party/WebKit/public/blink.gyp:blink',
diff --git a/www-client/chromium/files/chromium-system-v8-r1.patch b/www-client/chromium/files/chromium-system-v8-r1.patch
new file mode 100644
index 000000000000..1a0e7e5d02bd
--- /dev/null
+++ b/www-client/chromium/files/chromium-system-v8-r1.patch
@@ -0,0 +1,11 @@
+--- build/linux/unbundle/v8.gyp.orig 2013-07-24 18:59:21.777276631 +0000
++++ build/linux/unbundle/v8.gyp 2013-07-24 18:59:44.847427272 +0000
+@@ -26,7 +26,7 @@
+ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+ {
+- 'includes': ['../../build/common.gypi'],
++ 'includes': ['../../build/toolchain.gypi', '../../build/features.gypi'],
+ 'targets': [
+ {
+ 'target_name': 'v8',
diff --git a/www-client/chromium/files/chromium-system-zlib-r0.patch b/www-client/chromium/files/chromium-system-zlib-r0.patch
new file mode 100644
index 000000000000..183df4a139a3
--- /dev/null
+++ b/www-client/chromium/files/chromium-system-zlib-r0.patch
@@ -0,0 +1,19 @@
+--- chrome/browser/metrics/compression_utils.cc.orig 2013-07-24 21:34:25.648251116 +0000
++++ chrome/browser/metrics/compression_utils.cc 2013-07-24 21:34:40.228343391 +0000
+@@ -8,7 +8,6 @@
+
+ #include "base/basictypes.h"
+ #include "third_party/zlib/zlib.h"
+-#include "third_party/zlib/zutil.h"
+
+ namespace {
+
+@@ -45,7 +44,7 @@
+ Z_DEFAULT_COMPRESSION,
+ Z_DEFLATED,
+ MAX_WBITS + kWindowBitsToGetGzipHeader,
+- DEF_MEM_LEVEL,
++ 8,
+ Z_DEFAULT_STRATEGY,
+ ZLIB_VERSION,
+ sizeof(z_stream));