diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-12 13:19:13 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-12 13:19:13 +0000 |
commit | 3684eb98ab743236aabfce4b1efebe4d25df4d3c (patch) | |
tree | d9241f1c5cb861c94c403d6e938d5ad880295b03 /remoting/remoting_test.gypi | |
parent | dd1ae25d386049557ae066fdb4b148c1297c3d1e (diff) | |
download | chromium_src-3684eb98ab743236aabfce4b1efebe4d25df4d3c.zip chromium_src-3684eb98ab743236aabfce4b1efebe4d25df4d3c.tar.gz chromium_src-3684eb98ab743236aabfce4b1efebe4d25df4d3c.tar.bz2 |
Implement VP9/I444 encode support in the Chromoting host.
This will be selectable by clients that want to avoid I420 artefacts.
BUG=260879,134202
Review URL: https://codereview.chromium.org/261753013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269774 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r-- | remoting/remoting_test.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi index f5fc9d6..bb09d98 100644 --- a/remoting/remoting_test.gypi +++ b/remoting/remoting_test.gypi @@ -17,6 +17,7 @@ '../ppapi/ppapi.gyp:ppapi_cpp', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', + '../third_party/libyuv/libyuv.gyp:libyuv', '../third_party/webrtc/modules/modules.gyp:desktop_capture', '../ui/base/ui_base.gyp:ui_base', '../ui/gfx/gfx.gyp:gfx', |