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

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: Changed 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
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",
]

Powered by Google App Engine
This is Rietveld 408576698