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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2993473002: Clean up ObjC BUILD file
Patch Set: Created 3 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 | webrtc/sdk/BUILD.gn » ('j') | webrtc/sdk/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index 655d6ff0a5f6d5dbb55c81efb2c0516688f77a3b..3f7b5e43179970c11e86f8f77d16961b6289e058 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -239,7 +239,8 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
deps += [ ":AppRTCMobile_ios_frameworks" ]
} else {
public_deps = [
- "../sdk:objc_peerconnection",
+ "../sdk:objc_peerconnectionfactory",
+ "../sdk:objc_videocapture",
]
}
libs = [ "QuartzCore.framework" ]
« no previous file with comments | « no previous file | webrtc/sdk/BUILD.gn » ('j') | webrtc/sdk/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698