summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_nacl.gyp
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-01-07 14:17:08 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-07 22:18:06 +0000
commit25f8cb723e93b24f19c27e6c77bbe861ec52cbd9 (patch)
tree33cb93652789ef0fbe7a167e5cb09aef1f9ae758 /remoting/remoting_nacl.gyp
parent996089bbcef36e0562d694dd3d88347dc9593721 (diff)
downloadchromium_src-25f8cb723e93b24f19c27e6c77bbe861ec52cbd9.zip
chromium_src-25f8cb723e93b24f19c27e6c77bbe861ec52cbd9.tar.gz
chromium_src-25f8cb723e93b24f19c27e6c77bbe861ec52cbd9.tar.bz2
Implement video renderer based on PPB_VideoDecode API.
The new renderer is now used by default in the remoting client plugin. If PPB_Graphics3D interface is not available then the plugin falls back to the old renderer with the in-plugin decoder and 2D renderer. BUG=414923 Review URL: https://codereview.chromium.org/820823002 Cr-Commit-Position: refs/heads/master@{#310387}
Diffstat (limited to 'remoting/remoting_nacl.gyp')
-rw-r--r--remoting/remoting_nacl.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/remoting_nacl.gyp b/remoting/remoting_nacl.gyp
index e83bffe..c541296 100644
--- a/remoting/remoting_nacl.gyp
+++ b/remoting/remoting_nacl.gyp
@@ -104,10 +104,11 @@
'../native_client/tools.gyp:prep_toolchain',
'../native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untrusted',
'../net/net_nacl.gyp:net_nacl',
+ '../third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl',
+ '../third_party/khronos/khronos.gyp:khronos_headers',
'../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl',
'../third_party/libvpx/libvpx_nacl.gyp:libvpx_nacl',
'../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl',
- '../third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl',
'../third_party/opus/opus_nacl.gyp:opus_nacl',
'remoting_proto_nacl',
'remoting_webrtc_nacl',