Chromium Code Reviews| 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', |
| + ], |
| # gpu_ipc_win64 must only link against the 64-bit ipc target. |
| 'dependencies!': [ |
| '../ipc/ipc.gyp:ipc', |