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

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

Issue 2034273002: Mojo C++ bindings: introduce mojo::WTFMap for blink bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed the code of adding enum key support to WTF::HashMap; which turned out to be non-trivial; wi… Created 4 years, 6 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/public/cpp/bindings/map_traits_wtf.h ('k') | mojo/public/cpp/bindings/tests/map_common_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 340ab8599be7578d1fb358d0ccbaaf5eb6bfe9a9..43f7594c14b863633eac27069a5ad5b67f616f9a 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -24,6 +24,7 @@ source_set("tests") {
"equals_unittest.cc",
"handle_passing_unittest.cc",
"interface_ptr_unittest.cc",
+ "map_common_test.h",
"map_unittest.cc",
"message_queue.cc",
"message_queue.h",
@@ -81,8 +82,10 @@ if (!is_ios) {
"array_common_test.h",
"container_test_util.cc",
"container_test_util.h",
+ "map_common_test.h",
"variant_test_util.h",
"wtf_array_unittest.cc",
+ "wtf_map_unittest.cc",
"wtf_types_unittest.cc",
]
« no previous file with comments | « mojo/public/cpp/bindings/map_traits_wtf.h ('k') | mojo/public/cpp/bindings/tests/map_common_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698