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

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

Issue 2014403002: Mojo C++ bindings: custom type mapping of map (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/mojo_public.gyp ('k') | mojo/public/cpp/bindings/array_traits.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 84a76d055350fa5bef6bae664c982bef03292071..377e251b7d900073e0f52ab4d10e897d5ad777a1 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -92,6 +92,9 @@ source_set("bindings") {
"lib/validation_util.h",
"lib/value_traits.h",
"map.h",
+ "map_traits.h",
+ "map_traits_standard.h",
+ "map_traits_stl.h",
"message.h",
"message_filter.h",
"native_struct.h",
« no previous file with comments | « mojo/mojo_public.gyp ('k') | mojo/public/cpp/bindings/array_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698