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

Unified Diff: mojo/public/cpp/bindings/BUILD.gn

Issue 1832703002: Mojo: Simplify typemap usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-bindings-variant-import
Patch Set: add missing mash dependency 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
« no previous file with comments | « mojo/mojom_bindings_generator_explicit.gypi ('k') | mojo/public/cpp/bindings/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/BUILD.gn
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
index 93df9a31ccc261ea723648f151b2a7a40aa76d3b..5fe4d9daa21af8a1cf467ee754ec005112ee06c1 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -103,12 +103,12 @@ source_set("bindings") {
"string.h",
"strong_binding.h",
"struct_ptr.h",
- "struct_traits.h",
"type_converter.h",
]
public_deps = [
":callback",
+ ":struct_traits",
"//base",
"//ipc:param_traits",
"//mojo/public/cpp/system",
@@ -135,6 +135,12 @@ source_set("callback") {
]
}
+source_set("struct_traits") {
+ sources = [
+ "struct_traits.h",
+ ]
+}
+
source_set("wtf_support") {
sources = [
"lib/array_traits_wtf.h",
« no previous file with comments | « mojo/mojom_bindings_generator_explicit.gypi ('k') | mojo/public/cpp/bindings/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698