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

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: fix more missing public_deps 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 | « components/mus/BUILD.gn ('k') | components/mus/public/interfaces/cc.typemap » ('j') | no next file with comments »
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..081cf3cbf57db66ab8f28e87469fea9bf17a639e 100644
--- a/components/mus/public/interfaces/BUILD.gn
+++ b/components/mus/public/interfaces/BUILD.gn
@@ -31,8 +31,18 @@ mojom("interfaces") {
"//mojo/services",
]
- deps = [
+ public_deps = [
"//ui/mojo/geometry:interfaces",
"//ui/mojo/ime:interfaces",
]
+
+ typemaps = [
+ "cc.typemap",
+ "gpu.typemap",
+ ]
+
+ typemap_deps = [
+ "//cc",
+ "//gpu/command_buffer/common",
+ ]
}
« no previous file with comments | « components/mus/BUILD.gn ('k') | components/mus/public/interfaces/cc.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698