5cb978edde
if he comes back. In the mean time, fix build of chromium by adding the required -I/usr/local/includes to gyp glue where needed.
54 lines
1.8 KiB
Plaintext
54 lines
1.8 KiB
Plaintext
$OpenBSD: patch-chrome_chrome_gyp,v 1.1 2010/12/13 09:51:45 espie Exp $
|
|
--- chrome/chrome.gyp.orig Tue Mar 30 07:31:34 2010
|
|
+++ chrome/chrome.gyp Sun Nov 28 00:11:31 2010
|
|
@@ -78,6 +78,10 @@
|
|
'platform_locale_settings_grd':
|
|
'app/resources/locale_settings_linux.grd',
|
|
},],
|
|
+ ['OS=="freebsd" or OS=="openbsd"', {
|
|
+ 'platform_locale_settings_grd':
|
|
+ 'app/resources/locale_settings_linux.grd',
|
|
+ },],
|
|
['OS=="mac"', {
|
|
'tweak_info_plist_path': 'tools/build/mac/tweak_info_plist',
|
|
'nacl_defines': [
|
|
@@ -126,7 +130,7 @@
|
|
'chrome_renderer.gypi',
|
|
'chrome_tests.gypi',
|
|
'common_constants.gypi',
|
|
- 'nacl.gypi',
|
|
+ #'nacl.gypi',
|
|
],
|
|
'targets': [
|
|
{
|
|
@@ -555,7 +559,7 @@
|
|
'..',
|
|
],
|
|
'conditions': [
|
|
- ['OS=="linux"', {
|
|
+ ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
|
|
'dependencies': [
|
|
'../build/linux/system.gyp:gtk',
|
|
],
|
|
@@ -749,7 +753,6 @@
|
|
'browser/sync/notifier/base/async_dns_lookup.h',
|
|
'browser/sync/notifier/base/async_network_alive.h',
|
|
'browser/sync/notifier/base/fastalloc.h',
|
|
- 'browser/sync/notifier/base/linux/async_network_alive_linux.cc',
|
|
'browser/sync/notifier/base/mac/network_status_detector_task_mac.h',
|
|
'browser/sync/notifier/base/mac/network_status_detector_task_mac.cc',
|
|
'browser/sync/notifier/base/nethelpers.cc',
|
|
@@ -991,6 +994,12 @@
|
|
'-lXss',
|
|
],
|
|
},
|
|
+ }],
|
|
+ [ 'OS == "openbsd"', {
|
|
+ 'dependencies': [
|
|
+ '../build/linux/system.gyp:gtk'
|
|
+ ],
|
|
+ 'sources/': [['exclude', '^browser/sync/util/path_helpers_linux.cc$']],
|
|
}],
|
|
['OS=="mac"', {
|
|
'link_settings': {
|