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

Unified Diff: webrtc/modules/video_coding/BUILD.gn

Issue 2911083003: Reland of Split iOS sdk in to separate targets (Closed)
Patch Set: adding backward compatibility header Created 3 years, 7 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/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index 22db6e69745597a0ea9c8874ae69c59886c071a0..4c283a86ed2773cc1698163a2e8190529dfa69ae 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -379,7 +379,7 @@ if (rtc_include_tests) {
if (is_ios || is_mac) {
deps += [
"../../media:rtc_media_base",
- "../../sdk:webrtc_h264_video_toolbox",
+ "../../sdk:objc_videotoolbox",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698