summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_test.gypi
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/remoting_test.gypi
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/remoting_test.gypi')
-rw-r--r--remoting/remoting_test.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 2761033..1e8c923 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -102,6 +102,8 @@
'test/test_chromoting_client.h',
'test/test_video_renderer.cc',
'test/test_video_renderer.h',
+ 'test/video_frame_writer.cc',
+ 'test/video_frame_writer.h',
],
'conditions': [
['enable_remoting_host == 0', {