OLD | NEW |
| (Empty) |
1 // Copyright 2016 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 { | |
6 "c++": { | |
7 "gpu.mojom.Capabilities": { | |
8 "typename": "gpu::Capabilities", | |
9 "public_headers": [ | |
10 "gpu/command_buffer/common/capabilities.h" | |
11 ], | |
12 "traits_headers": [ | |
13 "gpu/ipc/common/gpu_command_buffer_traits.h" | |
14 ] | |
15 }, | |
16 "gpu.mojom.CommandBufferState": { | |
17 "typename": "gpu::CommandBuffer::State", | |
18 "public_headers": [ | |
19 "gpu/command_buffer/common/command_buffer.h" | |
20 ], | |
21 "traits_headers": [ | |
22 "gpu/ipc/common/gpu_command_buffer_traits.h" | |
23 ] | |
24 }, | |
25 "gpu.mojom.Mailbox": { | |
26 "typename": "gpu::Mailbox", | |
27 "public_headers": [ | |
28 "gpu/command_buffer/common/mailbox.h" | |
29 ], | |
30 "traits_headers": [ | |
31 "gpu/ipc/common/gpu_command_buffer_traits.h" | |
32 ] | |
33 }, | |
34 "gpu.mojom.MailboxHolder": { | |
35 "typename": "gpu::MailboxHolder", | |
36 "public_headers": [ | |
37 "gpu/command_buffer/common/mailbox_holder.h" | |
38 ], | |
39 "traits_headers": [ | |
40 "gpu/ipc/common/gpu_command_buffer_traits.h" | |
41 ] | |
42 }, | |
43 "gpu.mojom.SyncToken": { | |
44 "typename": "gpu::SyncToken", | |
45 "public_headers": [ | |
46 "gpu/command_buffer/common/sync_token.h" | |
47 ], | |
48 "traits_headers": [ | |
49 "gpu/ipc/common/gpu_command_buffer_traits.h" | |
50 ] | |
51 }, | |
52 "gpu.mojom.ValueState": { | |
53 "typename": "gpu::ValueState", | |
54 "public_headers": [ | |
55 "gpu/command_buffer/common/value_state.h" | |
56 ], | |
57 "traits_headers": [ | |
58 "gpu/ipc/common/gpu_command_buffer_traits.h" | |
59 ] | |
60 } | |
61 } | |
62 } | |
OLD | NEW |