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

Unified Diff: net/third_party/nss/nss.gyp

Issue 1480002: GYP changes for FreeBSD and OpenBSD (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 months 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/third_party/nss/nss.gyp
===================================================================
--- net/third_party/nss/nss.gyp (revision 47284)
+++ net/third_party/nss/nss.gyp (working copy)
@@ -4,7 +4,7 @@
{
'conditions': [
- [ 'OS == "linux"', {
+ [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
'conditions': [
['sysroot!=""', {
'variables': {
@@ -77,7 +77,7 @@
'NO_NSPR_10_SUPPORT',
],
'conditions': [
- [ 'OS == "linux"', {
+ [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
'sources!': [
'ssl/os2_err.c',
'ssl/os2_err.h',

Powered by Google App Engine
This is Rietveld 408576698