Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: gpu/gpu_ipc.gypi

Issue 311853005: Implement software fallback for PPB_VideoDecoder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use WeakPtr to tie VideoDecoderProxy and Delegate. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/gpu_ipc.gypi
diff --git a/gpu/gpu_ipc.gypi b/gpu/gpu_ipc.gypi
index d1cb292ab2f8376a7d7b0af2be4254edafc03d69..a5538941c328870f071ed1069f1a693dc2910826 100644
--- a/gpu/gpu_ipc.gypi
+++ b/gpu/gpu_ipc.gypi
@@ -18,6 +18,11 @@
# This section applies to gpu_ipc_win64, used by the NaCl Win64 helper
# (nacl64.exe).
['nacl_win64_target==1', {
+ # needed for messages containing std::vector<gpu::Mailbox>.
+ 'sources': [
+ 'command_buffer/common/mailbox.cc',
+ 'command_buffer/common/mailbox.h',
dmichael (off chromium) 2014/06/05 23:00:44 Isn't the IRT also going to need these? It seems
bbudge 2014/06/06 02:03:46 It is in the IRT build, pulled in by gpu_nacl.gyp.
dmichael (off chromium) 2014/06/06 17:24:00 Maybe you should make a new appropriate target, li
+ ],
# gpu_ipc_win64 must only link against the 64-bit ipc target.
'dependencies!': [
'../ipc/ipc.gyp:ipc',

Powered by Google App Engine
This is Rietveld 408576698