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

Unified Diff: webrtc/sdk/BUILD.gn

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Added three headers for backwards-compatibility, specifically for building chromium. Created 4 years 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/sdk/BUILD.gn
diff --git a/webrtc/sdk/BUILD.gn b/webrtc/sdk/BUILD.gn
index 542296439f8c5d503070cfe49941cf8dff086271..072234e9d7d670788169e222a7538559ae53897b 100644
--- a/webrtc/sdk/BUILD.gn
+++ b/webrtc/sdk/BUILD.gn
@@ -217,7 +217,7 @@ if (is_ios || is_mac) {
deps += [
":rtc_sdk_common_objc",
- "../api:libjingle_peerconnection",
+ "../pc:libjingle_peerconnection",
]
if (rtc_build_libyuv) {

Powered by Google App Engine
This is Rietveld 408576698