summaryrefslogtreecommitdiffstats
path: root/remoting/test/BUILD.gn
diff options
context:
space:
mode:
authorliaoyuke <liaoyuke@chromium.org>2015-08-04 14:27:15 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-04 21:28:44 +0000
commit7633157de34fbadf2b3d4ee52c6023537ccca11e (patch)
tree178a001e8d3c52673f6c60929a104b1c405c2cfe /remoting/test/BUILD.gn
parentcf37975a2212fa2595a36137e58e7655e253fe68 (diff)
downloadchromium_src-7633157de34fbadf2b3d4ee52c6023537ccca11e.zip
chromium_src-7633157de34fbadf2b3d4ee52c6023537ccca11e.tar.gz
chromium_src-7633157de34fbadf2b3d4ee52c6023537ccca11e.tar.bz2
Created debug mode and dump image
1. Added the interface to turn on debug mode in the latency fixture. 2. Implemented dumping image frames to local files in TestVideoRenderer using libpng. I didn't test the code with the test driver due to some problems with test driver, but I'll run and test the code as soon as the test driver becomes available. BUG= Review URL: https://codereview.chromium.org/1262013003 Cr-Commit-Position: refs/heads/master@{#341799}
Diffstat (limited to 'remoting/test/BUILD.gn')
-rw-r--r--remoting/test/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/test/BUILD.gn b/remoting/test/BUILD.gn
index d0041b9..bba2a34 100644
--- a/remoting/test/BUILD.gn
+++ b/remoting/test/BUILD.gn
@@ -58,6 +58,8 @@ source_set("test_support") {
"test_chromoting_client.h",
"test_video_renderer.cc",
"test_video_renderer.h",
+ "video_frame_writer.cc",
+ "video_frame_writer.h",
]
public_deps = [