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

Unified Diff: gpu/ipc/common/typemaps.gni

Issue 2147693002: Struct traits used by GpuInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved Read() to .cc file 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/typemaps.gni
diff --git a/gpu/ipc/common/typemaps.gni b/gpu/ipc/common/typemaps.gni
index 6339167df93862eceb8a3d2c4382e6fee9a454c6..d49a01fc1480140b2761e7b8d9a33a28683cc6e6 100644
--- a/gpu/ipc/common/typemaps.gni
+++ b/gpu/ipc/common/typemaps.gni
@@ -6,6 +6,7 @@ typemaps = [
"//gpu/ipc/common/capabilities.typemap",
"//gpu/ipc/common/command_buffer.typemap",
"//gpu/ipc/common/gpu_info.typemap",
+ "//gpu/ipc/common/dx_diag_node.typemap",
"//gpu/ipc/common/mailbox.typemap",
"//gpu/ipc/common/mailbox_holder.typemap",
"//gpu/ipc/common/sync_token.typemap",

Powered by Google App Engine
This is Rietveld 408576698