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

Unified Diff: mojo/mojo_edk_tests.gyp

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 | « no previous file | mojo/mojo_public.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_edk_tests.gyp
diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp
index c7b2edd18f619265508f6d50b28469639b7fe00a..0cd98dd0b01f5a48d7e844c4e64e82436d176a93 100644
--- a/mojo/mojo_edk_tests.gyp
+++ b/mojo/mojo_edk_tests.gyp
@@ -61,6 +61,7 @@
'public/cpp/bindings/tests/equals_unittest.cc',
'public/cpp/bindings/tests/handle_passing_unittest.cc',
'public/cpp/bindings/tests/interface_ptr_unittest.cc',
+ 'public/cpp/bindings/tests/map_common_test.h',
'public/cpp/bindings/tests/map_unittest.cc',
'public/cpp/bindings/tests/message_queue.cc',
'public/cpp/bindings/tests/message_queue.h',
@@ -133,8 +134,10 @@
'public/cpp/bindings/tests/array_common_test.h',
'public/cpp/bindings/tests/container_test_util.cc',
'public/cpp/bindings/tests/container_test_util.h',
+ 'public/cpp/bindings/tests/map_common_test.h',
'public/cpp/bindings/tests/variant_test_util.h',
'public/cpp/bindings/tests/wtf_array_unittest.cc',
+ 'public/cpp/bindings/tests/wtf_map_unittest.cc',
'public/cpp/bindings/tests/wtf_types_unittest.cc',
],
},
« no previous file with comments | « no previous file | mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698