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

Unified Diff: mojo/mojo_edk_tests.gyp

Issue 1751563002: Mojo C++ bindings: support mapping mojo string to WTF::String. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync & rebase Created 4 years, 9 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') | mojo/mojo_public.gyp » ('J')
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 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',
« no previous file with comments | « no previous file | mojo/mojo_public.gyp » ('j') | mojo/mojo_public.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698