diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-08-02 21:12:37 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-08-02 21:12:37 +0000 |
commit | aae7b01c279e5a72ad9e2155c1e6ded7308a71a1 (patch) | |
tree | bcf12c62798d0141d816a7a84074bfc60f2ce39c /www/chromium/files/patch-printing__printing.gyp | |
parent | Remove WWW entries from unmaintained ports that return 404 or where the domain (diff) |
Update to 13.0.782.107
- default H.264 codecs to on [1]
- drop ibus dependency, no longer needed [1]
Submitted by: George Liaskos (patch updates, [1])
Obtained from: Chromium development repository
Security: http://www.vuxml.org/freebsd/6887828f-0229-11e0-b84d-00262d5ed8ee.html
Diffstat (limited to 'www/chromium/files/patch-printing__printing.gyp')
-rw-r--r-- | www/chromium/files/patch-printing__printing.gyp | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/www/chromium/files/patch-printing__printing.gyp b/www/chromium/files/patch-printing__printing.gyp deleted file mode 100644 index 780bb4b9a139..000000000000 --- a/www/chromium/files/patch-printing__printing.gyp +++ /dev/null @@ -1,30 +0,0 @@ ---- ./printing/printing.gyp.orig 2010-12-16 02:11:23.000000000 +0100 -+++ ./printing/printing.gyp 2010-12-20 20:15:08.000000000 +0100 -@@ -165,7 +165,7 @@ - 'units_unittest.cc', - ], - 'conditions': [ -- ['OS!="linux"', {'sources/': [['exclude', '_cairo_unittest\\.cc$']]}], -+ ['OS!="linux" and OS!="freebsd"', {'sources/': [['exclude', '_cairo_unittest\\.cc$']]}], - ['OS!="mac"', {'sources/': [['exclude', '_mac_unittest\\.(cc|mm?)$']]}], - ['OS!="win"', {'sources/': [['exclude', '_win_unittest\\.cc$']] - }, { # else: OS=="win" -@@ -176,14 +176,12 @@ - 'dependencies': [ - '../build/linux/system.gyp:gtk', - ], -- }], -- ['OS=="linux"', { -- 'conditions': [ -- ['linux_use_tcmalloc==1', { -+ 'conditions': [ -+ ['linux_use_tcmalloc==1', { - 'dependencies': [ - '../base/allocator/allocator.gyp:allocator', -- ], -- }], -+ ], -+ }], - ], - }], - ], |