From c48aef9240a471aec56fd19b885c9244b9b135a9 Mon Sep 17 00:00:00 2001 From: "robert.nagy@gmail.com" Date: Tue, 22 Nov 2011 23:41:45 +0000 Subject: replace platform conditions with os_posix and os_bsd where applicable this patch also adds a comment that describes why EAI_NODATA is disabled on FreeBSD BUG= TEST= TBR=wtc Review URL: http://codereview.chromium.org/8598010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111253 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_plugin.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content_plugin.gypi') diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi index 734c497..cab0b48 100644 --- a/content/content_plugin.gypi +++ b/content/content_plugin.gypi @@ -34,7 +34,7 @@ # These are layered in conditionals in the event other platforms # end up using this module as well. 'conditions': [ - ['OS=="openbsd"', { + ['os_bsd==1', { 'sources/': [ ['exclude', '^plugin/plugin_main_linux\\.cc$'], ], -- cgit v1.1