From 65e3293f69d24ade8dd0374a1f4020babe6ae99b Mon Sep 17 00:00:00 2001 From: sergeyu Date: Thu, 9 Jul 2015 15:26:23 -0700 Subject: Fix AuraDesktopCapturer to handle empty CopyOutputResult. Previously AuraDesktopCanpturer wasn't handling empty CopyOutputResult, which would cause chrome to crash whenever capture request fails. BUG=504879 Review URL: https://codereview.chromium.org/1227873003 Cr-Commit-Position: refs/heads/master@{#338166} --- remoting/remoting_host.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'remoting/remoting_host.gypi') diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi index 11bdc49..ded5f03 100644 --- a/remoting/remoting_host.gypi +++ b/remoting/remoting_host.gypi @@ -80,6 +80,7 @@ ['chromeos==1', { 'dependencies' : [ '../cc/cc.gyp:cc', + '../gpu/gpu.gyp:command_buffer_common', '../ppapi/ppapi_internal.gyp:ppapi_host', '../skia/skia.gyp:skia', '../ui/aura/aura.gyp:aura', -- cgit v1.1