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

Unified Diff: components/mus/public/interfaces/BUILD.gn

Issue 1635613002: [mojo-bindings] Support reuse of native enum classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: do not generate validators for native-only enums Created 4 years, 11 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 | « no previous file | components/mus/public/interfaces/cc.typemap » ('j') | mandoline/ui/desktop_ui/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/BUILD.gn
diff --git a/components/mus/public/interfaces/BUILD.gn b/components/mus/public/interfaces/BUILD.gn
index a9c8dd1816302ec00973a559c22a03fcf61a0628..d59ca55009c6ca6015db73109e063e8ac3951a17 100644
--- a/components/mus/public/interfaces/BUILD.gn
+++ b/components/mus/public/interfaces/BUILD.gn
@@ -35,4 +35,16 @@ mojom("interfaces") {
"//ui/mojo/geometry:interfaces",
"//ui/mojo/ime:interfaces",
]
+
+ cpp_only = true
+
+ typemaps = [
+ "cc.typemap",
+ "gpu.typemap",
+ ]
+
+ typemap_deps = [
+ "//cc",
+ "//gpu/command_buffer/common",
+ ]
}
« no previous file with comments | « no previous file | components/mus/public/interfaces/cc.typemap » ('j') | mandoline/ui/desktop_ui/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698