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

Unified Diff: webrtc/media/media.gyp

Issue 1884233002: Remove use_openssl from webrtc (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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 | « webrtc/build/isolate.gypi ('k') | webrtc/supplement.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/media.gyp
diff --git a/webrtc/media/media.gyp b/webrtc/media/media.gyp
index 621af832e87a20c248296e182cef6fbf0d5f63ab..18d73733b0c8402455ac20bd0f1ed40dbf8cdaf3 100644
--- a/webrtc/media/media.gyp
+++ b/webrtc/media/media.gyp
@@ -304,15 +304,6 @@
],
'conditions': [
['OS=="win"', {
- 'conditions': [
- ['use_openssl==0', {
- 'dependencies': [
- '<(DEPTH)/net/third_party/nss/ssl.gyp:libssl',
- '<(DEPTH)/third_party/nss/nss.gyp:nspr',
- '<(DEPTH)/third_party/nss/nss.gyp:nss',
- ],
- }],
- ],
'msvs_settings': {
'VCLinkerTool': {
'AdditionalDependencies': [
« no previous file with comments | « webrtc/build/isolate.gypi ('k') | webrtc/supplement.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698