openbsd-ports/www/chromium/patches/patch-chrome_chrome_browser_gypi

36 lines
1.4 KiB
Plaintext
Raw Normal View History

2014-05-24 15:27:34 +00:00
$OpenBSD: patch-chrome_chrome_browser_gypi,v 1.28 2014/05/24 15:27:34 robert Exp $
--- chrome/chrome_browser.gypi.orig.port Wed May 14 21:23:27 2014
+++ chrome/chrome_browser.gypi Thu May 22 21:42:27 2014
@@ -3025,7 +3025,7 @@
2013-09-29 19:03:59 +00:00
'../device/media_transfer_protocol/media_transfer_protocol.gyp:device_media_transfer_protocol',
],
}],
- ['OS=="linux" and chromeos==0', {
+ ['(OS=="linux" and chromeos==0) or os_bsd==1', {
'dependencies': [
'../build/linux/system.gyp:libspeechd',
],
2014-05-24 15:27:34 +00:00
@@ -3166,7 +3166,7 @@
'../build/linux/system.gyp:xscrnsaver',
],
2013-10-29 06:51:34 +00:00
}],
- ['os_posix == 1 and OS != "mac" and OS != "ios"', {
+ ['os_posix == 1 and OS != "mac" and OS != "ios" and os_bsd != 1', {
'sources': [
2014-01-18 11:42:03 +00:00
'app/chrome_breakpad_client.cc',
'app/chrome_breakpad_client.h',
2014-05-24 15:27:34 +00:00
@@ -3432,6 +3432,13 @@
2013-05-30 18:42:18 +00:00
['exclude', '^browser/sync/glue/theme_'],
['exclude', '^browser/usb/'],
['exclude', '^third_party/mozilla_security_manager/'],
2013-05-30 18:42:18 +00:00
+ ],
+ }],
+ ['os_bsd==1', {
+ 'sources/': [
+ ['exclude', '^browser/chrome_browser_main_linux.cc'],
+ ['exclude', '^browser/chrome_browser_main_linux.h'],
+ ['exclude', '^browser/media_galleries/linux/'],
],
}],
['OS=="mac"', {