Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2040)

Unified Diff: content/content_browser.gypi

Issue 8598010: replace platform conditions with os_posix and os_bsd where applicable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base.gyp ('k') | content/content_plugin.gypi » ('j') | crypto/crypto.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 77dc99a18ca1b0a212777cbfb0141e93e3b52c1b..d41b109c2b1904d8320c4ffea8339f786de3e719 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -715,7 +715,7 @@
'browser/renderer_host/gtk_key_bindings_handler.h',
],
}],
- ['OS=="openbsd"', {
+ ['os_bsd==1', {
'sources/': [
['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'],
],
« no previous file with comments | « base/base.gyp ('k') | content/content_plugin.gypi » ('j') | crypto/crypto.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698