Chromium Code Reviews| Index: gpu/command_buffer/common/mojo.typemap |
| diff --git a/gpu/command_buffer/common/mojo.typemap b/gpu/command_buffer/common/mojo.typemap |
| index cbc36c56adafc8f436ee792e292a6f1aa111d338..a16ba46b79e7df739e8016c083ccd4d7ee6f69df 100644 |
| --- a/gpu/command_buffer/common/mojo.typemap |
| +++ b/gpu/command_buffer/common/mojo.typemap |
| @@ -6,43 +6,55 @@ |
| "c++": { |
| "gpu.mojom.Capabilities": { |
| "typename": "gpu::Capabilities", |
| + "public_headers": [ |
| + "gpu/command_buffer/common/capabilities.h" |
| + ], |
| "headers": [ |
|
yzshen1
2016/03/22 17:43:32
Could we consider more specific names? I feel diff
Sam McNally
2016/03/22 19:22:03
Ken and I discussed this and ended up with public_
|
| - "gpu/command_buffer/common/capabilities.h", |
| "gpu/ipc/common/gpu_command_buffer_traits.h" |
| ] |
| }, |
| "gpu.mojom.CommandBufferState": { |
| "typename": "gpu::CommandBuffer::State", |
| + "public_headers": [ |
| + "gpu/command_buffer/common/command_buffer.h" |
| + ], |
| "headers": [ |
| - "gpu/command_buffer/common/command_buffer.h", |
| "gpu/ipc/common/gpu_command_buffer_traits.h" |
| ] |
| }, |
| "gpu.mojom.Mailbox": { |
| "typename": "gpu::Mailbox", |
| + "public_headers": [ |
| + "gpu/command_buffer/common/mailbox.h" |
| + ], |
| "headers": [ |
| - "gpu/command_buffer/common/mailbox.h", |
| "gpu/ipc/common/gpu_command_buffer_traits.h" |
| ] |
| }, |
| "gpu.mojom.MailboxHolder": { |
| "typename": "gpu::MailboxHolder", |
| + "public_headers": [ |
| + "gpu/command_buffer/common/mailbox_holder.h" |
| + ], |
| "headers": [ |
| - "gpu/command_buffer/common/mailbox_holder.h", |
| "gpu/ipc/common/gpu_command_buffer_traits.h" |
| ] |
| }, |
| "gpu.mojom.SyncToken": { |
| "typename": "gpu::SyncToken", |
| + "public_headers": [ |
| + "gpu/command_buffer/common/sync_token.h" |
| + ], |
| "headers": [ |
| - "gpu/command_buffer/common/sync_token.h", |
| "gpu/ipc/common/gpu_command_buffer_traits.h" |
| ] |
| }, |
| "gpu.mojom.ValueState": { |
| "typename": "gpu::ValueState", |
| + "public_headers": [ |
| + "gpu/command_buffer/common/value_state.h" |
| + ], |
| "headers": [ |
| - "gpu/command_buffer/common/value_state.h", |
| "gpu/ipc/common/gpu_command_buffer_traits.h" |
| ] |
| } |