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

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

Issue 1832703002: Mojo: Simplify typemap usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-bindings-variant-import
Patch Set: Created 4 years, 8 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/command_buffer/common/BUILD.gn
diff --git a/gpu/command_buffer/common/BUILD.gn b/gpu/command_buffer/common/BUILD.gn
index 5952a94e3fe4dcfc09e2470e2b062b7eead28427..56349d1daecaa2a565279d682b81072daa38136b 100644
--- a/gpu/command_buffer/common/BUILD.gn
+++ b/gpu/command_buffer/common/BUILD.gn
@@ -89,7 +89,4 @@ mojom("interfaces") {
"sync_token.mojom",
"value_state.mojom",
]
-
- typemaps = [ "mojo.typemap" ]
- typemap_deps = [ "//gpu/ipc/common:command_buffer_traits" ]
}

Powered by Google App Engine
This is Rietveld 408576698