| Index: mojo/mojo_edk_tests.gyp
|
| diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp
|
| index 0353703bb288a9b19915b21d3327de6b1db04169..a8f960a50c0b0b4402a95b0b47e8b78a0e0a10fe 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,9 @@
|
| '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_test_base.cc',
|
| + 'public/cpp/bindings/tests/wtf_test_base.h',
|
| + 'public/cpp/bindings/tests/wtf_types_unittest.cc',
|
| ],
|
| },
|
| {
|
|
|