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

Unified 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, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/common/BUILD.gn ('k') | gpu/gpu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/common/mojo.typemap
diff --git a/gpu/command_buffer/common/mojo.typemap b/gpu/command_buffer/common/mojo.typemap
index 4e278565efff2a59e5b110604f43e4d0a78b97c6..cbc36c56adafc8f436ee792e292a6f1aa111d338 100644
--- a/gpu/command_buffer/common/mojo.typemap
+++ b/gpu/command_buffer/common/mojo.typemap
@@ -8,42 +8,42 @@
"typename": "gpu::Capabilities",
"headers": [
"gpu/command_buffer/common/capabilities.h",
- "gpu/ipc/gpu_command_buffer_traits.h"
+ "gpu/ipc/common/gpu_command_buffer_traits.h"
]
},
"gpu.mojom.CommandBufferState": {
"typename": "gpu::CommandBuffer::State",
"headers": [
"gpu/command_buffer/common/command_buffer.h",
- "gpu/ipc/gpu_command_buffer_traits.h"
+ "gpu/ipc/common/gpu_command_buffer_traits.h"
]
},
"gpu.mojom.Mailbox": {
"typename": "gpu::Mailbox",
"headers": [
"gpu/command_buffer/common/mailbox.h",
- "gpu/ipc/gpu_command_buffer_traits.h"
+ "gpu/ipc/common/gpu_command_buffer_traits.h"
]
},
"gpu.mojom.MailboxHolder": {
"typename": "gpu::MailboxHolder",
"headers": [
"gpu/command_buffer/common/mailbox_holder.h",
- "gpu/ipc/gpu_command_buffer_traits.h"
+ "gpu/ipc/common/gpu_command_buffer_traits.h"
]
},
"gpu.mojom.SyncToken": {
"typename": "gpu::SyncToken",
"headers": [
"gpu/command_buffer/common/sync_token.h",
- "gpu/ipc/gpu_command_buffer_traits.h"
+ "gpu/ipc/common/gpu_command_buffer_traits.h"
]
},
"gpu.mojom.ValueState": {
"typename": "gpu::ValueState",
"headers": [
"gpu/command_buffer/common/value_state.h",
- "gpu/ipc/gpu_command_buffer_traits.h"
+ "gpu/ipc/common/gpu_command_buffer_traits.h"
]
}
}
« 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