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

Unified Diff: gpu/ipc/common/mailbox.typemap

Issue 2133833002: gpu::GPUInfo::GPUDevice struct traits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change according to comments Created 4 years, 5 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/ipc/common/gpu_info_struct_traits.cc ('k') | gpu/ipc/common/struct_traits_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/mailbox.typemap
diff --git a/gpu/ipc/common/mailbox.typemap b/gpu/ipc/common/mailbox.typemap
index 9436df91ea328b9bf22bc5cb5ea4694fc7beea16..ed80a1c1c8f41338c5623848b2c9efe29f83447e 100644
--- a/gpu/ipc/common/mailbox.typemap
+++ b/gpu/ipc/common/mailbox.typemap
@@ -5,7 +5,9 @@
mojom = "//gpu/ipc/common/mailbox.mojom"
public_headers = [ "//gpu/command_buffer/common/mailbox.h" ]
traits_headers = [ "//gpu/ipc/common/mailbox_struct_traits.h" ]
-sources = [ "//gpu/ipc/common/mailbox_struct_traits.cc" ]
+sources = [
+ "//gpu/ipc/common/mailbox_struct_traits.cc",
+]
deps = [
"//mojo/public/cpp/bindings",
]
« no previous file with comments | « gpu/ipc/common/gpu_info_struct_traits.cc ('k') | gpu/ipc/common/struct_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698