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

Unified Diff: webrtc/video/BUILD.gn

Issue 2998143002: Reland of Add Jpeg frame writer for test support. (Closed)
Patch Set: Fix libjpeg include 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 | « webrtc/test/testsupport/jpeg_frame_writer.cc ('k') | webrtc/video/video_quality_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/BUILD.gn
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
index 08abe685dce6f664a6e6d0b0545f7cd22eaa1ae6..33a604fcc30ba537daabef5b0702fa67afb1bb78 100644
--- a/webrtc/video/BUILD.gn
+++ b/webrtc/video/BUILD.gn
@@ -111,11 +111,13 @@ if (rtc_include_tests) {
"../test:test_renderer",
"../test:test_renderer",
"../test:test_support",
+ "../test:test_support_test_output",
"../test:video_test_common",
"../test:video_test_common",
"../test:video_test_support",
"../voice_engine",
"//testing/gtest",
+ "//third_party/gflags",
]
if (!build_with_chromium && is_clang) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
« no previous file with comments | « webrtc/test/testsupport/jpeg_frame_writer.cc ('k') | webrtc/video/video_quality_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698