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

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

Issue 2136733002: Mojo C++ bindings: add a new mode to generator to use native STL/WTF types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@67_new
Patch Set: . Created 4 years, 5 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/array.h » ('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 84f55bec9bdb449c09c5877ef489b2e957c857b5..e18e144a10b6c9bb06678ba780fa0589740d174d 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -36,6 +36,7 @@ source_set("bindings") {
"lib/bindings_internal.cc",
"lib/bindings_internal.h",
"lib/buffer.h",
+ "lib/clone_equals_util.h",
"lib/connector.cc",
"lib/control_message_handler.cc",
"lib/control_message_handler.h",
@@ -147,8 +148,10 @@ if (!is_ios) {
"array_traits_wtf.h",
"array_traits_wtf_vector.h",
"lib/string_traits_wtf.cc",
+ "lib/wtf_clone_equals_util.h",
"lib/wtf_serialization.h",
"map_traits_wtf.h",
+ "map_traits_wtf_hash_map.h",
"string_traits_wtf.h",
"wtf_array.h",
"wtf_map.h",
« no previous file with comments | « mojo/mojom_bindings_generator_explicit.gypi ('k') | mojo/public/cpp/bindings/array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698