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

Unified Diff: mojo/public/cpp/bindings/tests/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: Suppress pylint warnings instead of making MapKind public. 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
Index: mojo/public/cpp/bindings/tests/BUILD.gn
diff --git a/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn
index 12b122c368a897adddab269fa9d0153f3e98518a..50aec883083823b3af87c2aac5bba74a826ab673 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -11,6 +11,7 @@ test("mojo_public_bindings_unittests") {
"connector_unittest.cc",
"handle_passing_unittest.cc",
"interface_ptr_unittest.cc",
+ "map_unittest.cc",
"request_response_unittest.cc",
"router_unittest.cc",
"sample_service_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698