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

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

Issue 1714903003: mustash: Move gpu/ipc to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Win64 build Created 4 years, 9 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
« no previous file with comments | « gpu/command_buffer/common/BUILD.gn ('k') | gpu/gpu.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 { 5 {
6 "c++": { 6 "c++": {
7 "gpu.mojom.Capabilities": { 7 "gpu.mojom.Capabilities": {
8 "typename": "gpu::Capabilities", 8 "typename": "gpu::Capabilities",
9 "headers": [ 9 "headers": [
10 "gpu/command_buffer/common/capabilities.h", 10 "gpu/command_buffer/common/capabilities.h",
11 "gpu/ipc/gpu_command_buffer_traits.h" 11 "gpu/ipc/common/gpu_command_buffer_traits.h"
12 ] 12 ]
13 }, 13 },
14 "gpu.mojom.CommandBufferState": { 14 "gpu.mojom.CommandBufferState": {
15 "typename": "gpu::CommandBuffer::State", 15 "typename": "gpu::CommandBuffer::State",
16 "headers": [ 16 "headers": [
17 "gpu/command_buffer/common/command_buffer.h", 17 "gpu/command_buffer/common/command_buffer.h",
18 "gpu/ipc/gpu_command_buffer_traits.h" 18 "gpu/ipc/common/gpu_command_buffer_traits.h"
19 ] 19 ]
20 }, 20 },
21 "gpu.mojom.Mailbox": { 21 "gpu.mojom.Mailbox": {
22 "typename": "gpu::Mailbox", 22 "typename": "gpu::Mailbox",
23 "headers": [ 23 "headers": [
24 "gpu/command_buffer/common/mailbox.h", 24 "gpu/command_buffer/common/mailbox.h",
25 "gpu/ipc/gpu_command_buffer_traits.h" 25 "gpu/ipc/common/gpu_command_buffer_traits.h"
26 ] 26 ]
27 }, 27 },
28 "gpu.mojom.MailboxHolder": { 28 "gpu.mojom.MailboxHolder": {
29 "typename": "gpu::MailboxHolder", 29 "typename": "gpu::MailboxHolder",
30 "headers": [ 30 "headers": [
31 "gpu/command_buffer/common/mailbox_holder.h", 31 "gpu/command_buffer/common/mailbox_holder.h",
32 "gpu/ipc/gpu_command_buffer_traits.h" 32 "gpu/ipc/common/gpu_command_buffer_traits.h"
33 ] 33 ]
34 }, 34 },
35 "gpu.mojom.SyncToken": { 35 "gpu.mojom.SyncToken": {
36 "typename": "gpu::SyncToken", 36 "typename": "gpu::SyncToken",
37 "headers": [ 37 "headers": [
38 "gpu/command_buffer/common/sync_token.h", 38 "gpu/command_buffer/common/sync_token.h",
39 "gpu/ipc/gpu_command_buffer_traits.h" 39 "gpu/ipc/common/gpu_command_buffer_traits.h"
40 ] 40 ]
41 }, 41 },
42 "gpu.mojom.ValueState": { 42 "gpu.mojom.ValueState": {
43 "typename": "gpu::ValueState", 43 "typename": "gpu::ValueState",
44 "headers": [ 44 "headers": [
45 "gpu/command_buffer/common/value_state.h", 45 "gpu/command_buffer/common/value_state.h",
46 "gpu/ipc/gpu_command_buffer_traits.h" 46 "gpu/ipc/common/gpu_command_buffer_traits.h"
47 ] 47 ]
48 } 48 }
49 } 49 }
50 } 50 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/BUILD.gn ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698