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

Unified Diff: webrtc/test/BUILD.gn

Issue 2990563002: Add Jpeg frame writer for test support. (Closed)
Patch Set: Implemented Sprang@ comments. Created 3 years, 4 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/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « no previous file | webrtc/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698