summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host.gypi
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-07-09 15:26:23 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-09 22:27:26 +0000
commit65e3293f69d24ade8dd0374a1f4020babe6ae99b (patch)
tree03a37099eb6f57fef5931f31beecfbec260175f3 /remoting/remoting_host.gypi
parent2ba7d980f4febe513782ef8ffa69df1a604ba0b7 (diff)
downloadchromium_src-65e3293f69d24ade8dd0374a1f4020babe6ae99b.zip
chromium_src-65e3293f69d24ade8dd0374a1f4020babe6ae99b.tar.gz
chromium_src-65e3293f69d24ade8dd0374a1f4020babe6ae99b.tar.bz2
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}
Diffstat (limited to 'remoting/remoting_host.gypi')
-rw-r--r--remoting/remoting_host.gypi1
1 files changed, 1 insertions, 0 deletions
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',