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

Unified Diff: webrtc/webrtc.gyp

Issue 1649533002: Make ECDSA default for RTCPeerConnection (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix builds Created 4 years, 11 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: webrtc/webrtc.gyp
diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp
index 029962385069afb2c0f796c2d4699b20eacf9c48..15503cbe7005d3f9cc88b62e2d845602944a554f 100644
--- a/webrtc/webrtc.gyp
+++ b/webrtc/webrtc.gyp
@@ -89,6 +89,14 @@
'webrtc_tests',
],
}],
+ ['OS=="ios"', {
+ 'dependencies': [
+ # TODO(tkchin): Move this target to webrtc_all_dependencies once it
+ # has more than iOS specific targets.
+ # TODO(tkchin): Figure out where to add this in BUILD.gn.
+ 'api/api.gyp:*',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698