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

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: Created 4 years, 10 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/public/cpp/bindings/lib/wtf_string_serialization.cc » ('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 0353703bb288a9b19915b21d3327de6b1db04169..cd0a9045ee96d7524bd951f2b957562a9eea4292 100644
--- a/mojo/mojo_edk_tests.gyp
+++ b/mojo/mojo_edk_tests.gyp
@@ -47,6 +47,7 @@
'type': 'executable',
'dependencies': [
'../testing/gtest.gyp:gtest',
+ '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittest_helpers',
'mojo_base.gyp:mojo_environment_chromium',
'mojo_edk.gyp:mojo_run_all_unittests',
'mojo_public.gyp:mojo_cpp_bindings',
@@ -58,6 +59,8 @@
'mojo_public.gyp:mojo_public_test_interfaces_chromium',
'mojo_public.gyp:mojo_public_test_interfaces_struct_traits',
'mojo_public.gyp:mojo_public_test_utils',
+ 'mojo_public.gyp:mojo_public_test_wtf_types',
+ 'mojo_public.gyp:mojo_public_test_wtf_types_blink',
'mojo_public.gyp:mojo_utility',
],
'sources': [
@@ -101,6 +104,7 @@
'public/cpp/bindings/tests/type_conversion_unittest.cc',
'public/cpp/bindings/tests/union_unittest.cc',
'public/cpp/bindings/tests/validation_unittest.cc',
+ 'public/cpp/bindings/tests/wtf_types_unittest.cc',
],
},
{
« no previous file with comments | « no previous file | mojo/mojo_public.gyp » ('j') | mojo/public/cpp/bindings/lib/wtf_string_serialization.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698