summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-07 07:47:22 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-07 07:47:22 +0000
commitf9448203ebc9706c605e022fb2e931b28d3c0319 (patch)
treeb3e33db5919803bf73622e85330bc1cb7c3f9f4d /remoting/remoting.gyp
parent3d29912aabadc1413d481e4d9b8b5f1d24516817 (diff)
downloadchromium_src-f9448203ebc9706c605e022fb2e931b28d3c0319.zip
chromium_src-f9448203ebc9706c605e022fb2e931b28d3c0319.tar.gz
chromium_src-f9448203ebc9706c605e022fb2e931b28d3c0319.tar.bz2
Introducing helper wrappers for copying a rectangle from a one partial buffer to another. YUV to RGB and RGB to RGB operations are supported. YUV to RGB allows down-scaling of rectangles. The wrappers hide (to some degree) gory details of manipulations with buffer pointers and rectangles. Added unit tests (remoting_unittests.Yuv2Rgb) to verify functionality of the YUV to RGB wrapper.
BUG=109938 TEST=remoting_unittests.Yuv2Rgb Review URL: http://codereview.chromium.org/9320025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120739 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 4b86ba2..5c69bc2 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -922,6 +922,7 @@
'base/encoder_row_based_unittest.cc',
'base/base_mock_objects.cc',
'base/base_mock_objects.h',
+ 'base/util_unittest.cc',
'client/mouse_input_filter_unittest.cc',
'host/capturer_linux_unittest.cc',
'host/capturer_mac_unittest.cc',