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

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

Issue 1524703002: [mojo] Support native types with mojom wire format (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bindings-5-pickles
Patch Set: doc Created 5 years 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 | mojo/public/cpp/bindings/struct_traits.h » ('j') | mojo/public/cpp/bindings/struct_traits.h » ('J')
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 c8ee397407ccd48f85bfbc45afec24ba68733eba..6d9acd39c19c4639cc9a8c46604feb2097ab409d 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -80,6 +80,7 @@ source_set("bindings") {
"string.h",
"strong_binding.h",
"struct_ptr.h",
+ "struct_traits.h",
"type_converter.h",
]
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/struct_traits.h » ('j') | mojo/public/cpp/bindings/struct_traits.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698