Index: webrtc/test/BUILD.gn |
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn |
index 2db6120189aaa8c9fea4311a1e4f7301b18686d3..b4e5f4bfb154bbedbfbb84fc1b16b9b00e0758fd 100644 |
--- a/webrtc/test/BUILD.gn |
+++ b/webrtc/test/BUILD.gn |
@@ -207,6 +207,7 @@ if (!build_with_chromium) { |
":test_support", |
":video_test_common", |
"..:webrtc_common", |
+ "../api:video_frame_api", |
"../common_video", |
"../rtc_base:rtc_base_approved", |
"../system_wrappers", |
@@ -215,6 +216,11 @@ if (!build_with_chromium) { |
"//third_party/gflags", |
] |
+ if (!is_ios) { |
+ deps += [ "//third_party:jpeg" ] |
+ sources += [ "testsupport/jpeg_frame_writer.cc" ] |
+ } |
+ |
public_deps = [ |
":fileutils", |
] |