summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/content_browser.gypi2
-rw-r--r--content/content_plugin.gypi2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 4bba9f3..64b0a15 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -711,7 +711,7 @@
'browser/renderer_host/gtk_key_bindings_handler.h',
],
}],
- ['OS=="openbsd"', {
+ ['os_bsd==1', {
'sources/': [
['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'],
],
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$'],
],