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

Unified Diff: crypto/crypto.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: crypto/crypto.gyp
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index 2b3ec73fd0b57388805383eebf473108852ffa5e..1461b957f7c7c8b30f721df8cc296b0f09742798 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -52,7 +52,7 @@
['exclude', 'ec_private_key_nss\.cc$'],
],
}],
- [ 'OS == "freebsd" or OS == "openbsd"', {
+ [ 'os_bsd==1', {
wtc 2011/11/30 01:08:15 Nit: the prevalent style in this file has spaces b
'link_settings': {
'libraries': [
'-L/usr/local/lib -lexecinfo',

Powered by Google App Engine
This is Rietveld 408576698