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

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

Issue 611633002: mojom: Add associative arrays to the mojom language. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved test classes to their own shared file. Created 6 years, 2 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/edk/mojo_edk.gyp ('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 dad10d836d5a618e62edc6da6bfa4c28f85acb7e..86ccae06b62c91d0301ceee987b578bc506e9640 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -7,6 +7,7 @@ source_set("bindings") {
"array.h",
"error_handler.h",
"interface_ptr.h",
+ "map.h",
"message.h",
"message_filter.h",
"no_interface.h",
@@ -28,6 +29,9 @@ source_set("bindings") {
"lib/filter_chain.h",
"lib/fixed_buffer.cc",
"lib/fixed_buffer.h",
+ "lib/map_data_internal.h",
+ "lib/map_internal.h",
+ "lib/map_serialization.h",
"lib/message.cc",
"lib/message_builder.cc",
"lib/message_builder.h",
@@ -42,6 +46,7 @@ source_set("bindings") {
"lib/router.h",
"lib/string_serialization.cc",
"lib/string_serialization.h",
+ "lib/validate_params.h",
"lib/validation_errors.cc",
"lib/validation_errors.h",
]
« no previous file with comments | « mojo/edk/mojo_edk.gyp ('k') | mojo/public/cpp/bindings/array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698