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

Unified Diff: webrtc/api/api.gyp

Issue 1715883002: Remove DeviceManager and DeviceInfo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: address comments Created 4 years, 10 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/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index 4fe8ce845884faf8014450b9431e77a9ef45b03b..bb17ed82cedda60d052533d0a17ad4c0ec9ea488 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -229,6 +229,13 @@
'objc/RTCNSGLVideoView.h',
'objc/RTCNSGLVideoView.m',
],
+ 'link_settings': {
+ 'xcode_settings': {
+ 'OTHER_LDFLAGS': [
+ '-framework OpenGL',
+ ],
+ },
+ },
}],
],
}

Powered by Google App Engine
This is Rietveld 408576698