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

Unified Diff: libsrtp.gyp

Issue 392783005: Define DEV_URANDOM for posix (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/libsrtp
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libsrtp.gyp
diff --git a/libsrtp.gyp b/libsrtp.gyp
index a642d6e003f7d61198a3341bc7d67e4cb3229ba8..4d46ea445a85bedc04708084b9f9eb4affc6666d 100644
--- a/libsrtp.gyp
+++ b/libsrtp.gyp
@@ -30,6 +30,7 @@
'HAVE_INTTYPES_H',
'HAVE_NETINET_IN_H',
'INLINE=inline',
+ 'DEV_URANDOM="/dev/urandom"',
],
}],
['OS=="win"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698