Index: mojo/mojo_edk_tests.gyp |
diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp |
index b8ff82884e5858c0ab127d367b30029a510d37dc..e1a51def0591b229bc7e2673e76fba6ca7a011b4 100644 |
--- a/mojo/mojo_edk_tests.gyp |
+++ b/mojo/mojo_edk_tests.gyp |
@@ -101,6 +101,21 @@ |
], |
}, |
{ |
+ # GN version: //mojo/public/cpp/bindings/tests:for_blink_tests |
+ 'target_name': 'mojo_public_bindings_for_blink_tests', |
+ 'type': 'static_library', |
+ 'dependencies': [ |
+ '../testing/gtest.gyp:gtest', |
+ 'mojo_public.gyp:mojo_cpp_bindings', |
+ 'mojo_public.gyp:mojo_public_test_utils', |
+ 'mojo_public.gyp:mojo_public_test_wtf_types', |
+ 'mojo_public.gyp:mojo_public_test_wtf_types_blink', |
+ ], |
+ 'sources': [ |
+ 'public/cpp/bindings/tests/wtf_types_unittest.cc', |
+ ], |
+ }, |
+ { |
# GN version: //mojo/edk/test:mojo_public_bindings_perftests |
'target_name': 'mojo_public_bindings_perftests', |
'type': 'executable', |