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

Side by Side Diff: gpu/command_buffer/common/mojo.typemap

Issue 1832703002: Mojo: Simplify typemap usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-bindings-variant-import
Patch Set: add missing mash dependency Created 4 years, 8 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 unified diff | Download patch
OLDNEW
(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 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/mailbox_holder.typemap ('k') | gpu/command_buffer/common/sync_token.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698