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

Unified Diff: net/net.gyp

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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index e84ea03d63c05ac2ab13433a5f4b30bbcd953a2d..17f0b9a4a1cad1ff5ed566539dd4637d6e340a8d 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -846,7 +846,7 @@
'../build/linux/system.gyp:ssl',
],
}],
- ['OS=="openbsd"', {
+ ['os_bsd==1', {
'sources!': [
'base/network_change_notifier_linux.cc',
'base/network_change_notifier_netlink_linux.cc',

Powered by Google App Engine
This is Rietveld 408576698