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

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: Created 4 years, 9 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: mojo/public/cpp/bindings/BUILD.gn
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
index c8d2883d0c7f358a88e6591eb51eccbd329bc8d0..0639d0d8d52a7eb62ada06183f73dd3dfe6dfb76 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -96,12 +96,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",
@@ -128,6 +128,12 @@ source_set("callback") {
]
}
+source_set("struct_traits") {
+ sources = [
+ "struct_traits.h",
+ ]
+}
+
source_set("wtf_support") {
sources = [
"lib/wtf_array_serialization.h",

Powered by Google App Engine
This is Rietveld 408576698