summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authorpvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-03 23:42:08 +0000
committerpvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-03 23:42:08 +0000
commit428caf008d98f93d3bcf4b93f566573b62e916ab (patch)
tree79354ad6e86fc1b762efa918f470194d55c380e9 /webkit/webkit.gyp
parentb9cd85d797204e52a9e15f0b9560e82ce3b47a80 (diff)
downloadchromium_src-428caf008d98f93d3bcf4b93f566573b62e916ab.zip
chromium_src-428caf008d98f93d3bcf4b93f566573b62e916ab.tar.gz
chromium_src-428caf008d98f93d3bcf4b93f566573b62e916ab.tar.bz2
OpenBSD has sys/exec_elf.h for the ELF defines, not elf.h
rename 'linux' files to 'posix' (and exclude them on mac) Review URL: http://codereview.chromium.org/562023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38041 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp10
1 files changed, 6 insertions, 4 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 0863370..e8bc1da 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -276,13 +276,13 @@
'glue/plugins/plugin_instance_mac.mm',
'glue/plugins/plugin_lib.cc',
'glue/plugins/plugin_lib.h',
- 'glue/plugins/plugin_lib_linux.cc',
'glue/plugins/plugin_lib_mac.mm',
+ 'glue/plugins/plugin_lib_posix.cc',
'glue/plugins/plugin_lib_win.cc',
'glue/plugins/plugin_list.cc',
'glue/plugins/plugin_list.h',
- 'glue/plugins/plugin_list_linux.cc',
'glue/plugins/plugin_list_mac.mm',
+ 'glue/plugins/plugin_list_posix.cc',
'glue/plugins/plugin_list_win.cc',
'glue/plugins/plugin_stream.cc',
'glue/plugins/plugin_stream.h',
@@ -407,7 +407,7 @@
# own hard dependencies.
'hard_dependency': 1,
'conditions': [
- ['OS=="linux" or OS=="freebsd"', {
+ ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
'dependencies': [
'../build/linux/system.gyp:gtk',
'../base/base.gyp:linux_versioninfo',
@@ -415,13 +415,15 @@
'sources!': [
'glue/plugins/plugin_stubs.cc',
],
- }, { # else: OS!="linux" and OS!="freebsd"
+ }, { # else: OS!="linux" and OS!="freebsd" and OS!="openbsd"
'sources/': [['exclude', '_(linux|gtk)(_data)?\\.cc$'],
['exclude', r'/gtk_']],
}],
['OS!="mac"', {
'sources/': [['exclude', '_mac\\.(cc|mm)$'],
['exclude', r'/mac_']],
+ }, { # else: OS=="mac"
+ 'sources/': [['exclude', 'plugin_(lib|list)_posix\\.cc$']],
}],
['enable_gpu==1', {
'dependencies': [