summaryrefslogtreecommitdiffstats
path: root/content/content_plugin.gypi
diff options
context:
space:
mode:
authorrobert.nagy@gmail.com <robert.nagy@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-25 20:14:26 +0000
committerrobert.nagy@gmail.com <robert.nagy@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-25 20:14:26 +0000
commitc44af190c3f8b284155b9e18e44830a2b521e2f9 (patch)
tree8cc063856979317a61e0913da453d13df1275644 /content/content_plugin.gypi
parent7809f208ae61ca3fb91e258a7d4700bd3a128656 (diff)
downloadchromium_src-c44af190c3f8b284155b9e18e44830a2b521e2f9.zip
chromium_src-c44af190c3f8b284155b9e18e44830a2b521e2f9.tar.gz
chromium_src-c44af190c3f8b284155b9e18e44830a2b521e2f9.tar.bz2
exclude the linux files that are not needed on openbsd
BUG= TEST= Review URL: http://codereview.chromium.org/8394002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107185 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_plugin.gypi')
-rw-r--r--content/content_plugin.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi
index fd7d3f4..22532b9 100644
--- a/content/content_plugin.gypi
+++ b/content/content_plugin.gypi
@@ -34,6 +34,11 @@
# These are layered in conditionals in the event other platforms
# end up using this module as well.
'conditions': [
+ ['OS=="openbsd"', {
+ 'sources/': [
+ ['exclude', '^plugin/plugin_main_linux\\.cc$'],
+ ],
+ }],
['OS=="win"', {
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',