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

Unified Diff: gpu/ipc/common/BUILD.gn

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Adapt to new change after rebase Created 4 years, 3 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 | « content/common/BUILD.gn ('k') | gpu/ipc/common/gpu_info.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/BUILD.gn
diff --git a/gpu/ipc/common/BUILD.gn b/gpu/ipc/common/BUILD.gn
index 629ae545aefa1728b79244b82cc05bd47795cfa3..7c92e4a532ed862bed638b2f55b4865c60818eab 100644
--- a/gpu/ipc/common/BUILD.gn
+++ b/gpu/ipc/common/BUILD.gn
@@ -144,3 +144,16 @@ mojom("test_interfaces") {
":interfaces",
]
}
+
+source_set("struct_traits") {
+ sources = [
+ "mailbox_holder_struct_traits.h",
+ "mailbox_struct_traits.h",
+ "sync_token_struct_traits.h",
+ ]
+ deps = [
+ ":interfaces_shared_cpp_sources",
+ "//gpu/command_buffer/common",
+ "//mojo/public/cpp/bindings:bindings",
+ ]
+}
« no previous file with comments | « content/common/BUILD.gn ('k') | gpu/ipc/common/gpu_info.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698