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

Unified Diff: libsrtp.gyp

Issue 1308873003: Set "use_openssl" gyp variable to 1 if it is undefined (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp.git@master
Patch Set: Created 5 years, 4 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 8afea54ae620212075cabccaa66759b9162a5d74..a26e5114378bd851539cdc61a50fb6e145bffbc6 100644
--- a/libsrtp.gyp
+++ b/libsrtp.gyp
@@ -5,7 +5,7 @@
{
'variables': {
'use_system_libsrtp%': 0,
- 'use_openssl': 1,
+ 'use_openssl%': 1,
},
'target_defaults': {
'defines': [
« 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