public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-system-libvpx-r0.patch chromium-system-icu-r0.patch chromium-system-zlib-r0.patch chromium-system-v8-r1.patch
@ 2013-05-08 19:17 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; only message in thread
From: PaweA Hajdan (phajdan.jr) @ 2013-05-08 19:17 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    13/05/08 19:17:47

  Added:                chromium-system-libvpx-r0.patch
                        chromium-system-icu-r0.patch
                        chromium-system-zlib-r0.patch
                        chromium-system-v8-r1.patch
  Log:
  Dev channel bump. Use system snappy. Remove old.
  
  (Portage version: 2.1.11.55/cvs/Linux i686, signed Manifest commit with key 30427902)

Revision  Changes    Path
1.1                  www-client/chromium/files/chromium-system-libvpx-r0.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-libvpx-r0.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-libvpx-r0.patch?rev=1.1&content-type=text/plain

Index: chromium-system-libvpx-r0.patch
===================================================================
--- build/linux/unbundle/libvpx.gyp.orig	2013-05-07 23:57:58.518591272 +0000
+++ build/linux/unbundle/libvpx.gyp	2013-05-07 23:58:17.748706861 +0000
@@ -12,7 +12,7 @@
         ],
       },
       'variables': {
-        'headers_root_path': '<(libvpx_source)',
+        'headers_root_path': 'source/libvpx',
         'header_filenames': [
           'vpx/vpx_codec_impl_bottom.h',
           'vpx/vpx_image.h',



1.7                  www-client/chromium/files/chromium-system-icu-r0.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?r1=1.6&r2=1.7




1.3                  www-client/chromium/files/chromium-system-zlib-r0.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-zlib-r0.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-zlib-r0.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-zlib-r0.patch?r1=1.2&r2=1.3




1.1                  www-client/chromium/files/chromium-system-v8-r1.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-v8-r1.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-v8-r1.patch?rev=1.1&content-type=text/plain

Index: chromium-system-v8-r1.patch
===================================================================
--- third_party/WebKit/Source/WebKit/chromium/WebKit.gyp.orig	2013-05-08 03:25:30.099601288 +0000
+++ third_party/WebKit/Source/WebKit/chromium/WebKit.gyp	2013-05-08 03:26:53.230037752 +0000
@@ -782,6 +782,7 @@
                     'dependencies': [
                         '../../wtf/wtf.gyp:wtf',
                         '../../core/core.gyp/core.gyp:webcore_test_support',
+                        '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
                     ],
                     'include_dirs': [
                         'public',
--- webkit/media/webkit_media.gypi.orig	2013-05-08 03:30:18.811121879 +0000
+++ webkit/media/webkit_media.gypi	2013-05-08 03:31:14.991419255 +0000
@@ -40,6 +40,7 @@
         '<(DEPTH)/media/media.gyp:yuv_convert',
         '<(DEPTH)/skia/skia.gyp:skia',
         '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
+        '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
         '<(DEPTH)/webkit/compositor_bindings/compositor_bindings.gyp:webkit_compositor_bindings',
         '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
       ],
--- build/linux/unbundle/v8.gyp.orig	2013-05-08 15:45:44.679205181 +0000
+++ build/linux/unbundle/v8.gyp	2013-05-08 15:46:00.439292555 +0000
@@ -41,11 +41,11 @@
       'variables': {
         'shim_headers_path': '<(SHARED_INTERMEDIATE_DIR)/shim_headers/<(_target_name)/<(_toolset)',
       },
-      'include_dirs++': [
+      'include_dirs+': [
         '<(shim_headers_path)',
       ],
       'all_dependent_settings': {
-        'include_dirs+++': [
+        'include_dirs++': [
           '<(shim_headers_path)',
         ],
       },





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-08 19:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08 19:17 [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-system-libvpx-r0.patch chromium-system-icu-r0.patch chromium-system-zlib-r0.patch chromium-system-v8-r1.patch PaweA Hajdan (phajdan.jr)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox