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

Unified Diff: content/test/BUILD.gn

Issue 2855783003: Fix dependencies on deprecated webrtc videoframe features. (Closed)
Patch Set: Add missing gn dependency on video_frame_api. Created 3 years, 8 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 | « content/renderer/media/webrtc/media_stream_remote_video_source_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 68f55b937fd981e34c4ccfe580136e3bd22db501..492e7390044aa80df4aabe6d3ff918d81750d577 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1620,6 +1620,7 @@ test("content_unittests") {
"//third_party/opus",
"//third_party/webrtc/api:libjingle_peerconnection",
"//third_party/webrtc/api:rtc_stats_api",
+ "//third_party/webrtc/api:video_frame_api",
"//third_party/webrtc/api/video_codecs:video_codecs_api",
"//third_party/webrtc/base:rtc_base",
"//third_party/webrtc/media:rtc_media",
« no previous file with comments | « content/renderer/media/webrtc/media_stream_remote_video_source_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698