| Index: third_party/mojo/mojo_edk_tests.gyp
|
| diff --git a/third_party/mojo/mojo_edk_tests.gyp b/third_party/mojo/mojo_edk_tests.gyp
|
| index d56494abb2dc293c8de51d0347aab27bf0a98252..c176ba832b84f08c99ed7149d2eeb028099c36b0 100644
|
| --- a/third_party/mojo/mojo_edk_tests.gyp
|
| +++ b/third_party/mojo/mojo_edk_tests.gyp
|
| @@ -64,6 +64,11 @@
|
| '../../mojo/public/cpp/bindings/tests/message_queue.cc',
|
| '../../mojo/public/cpp/bindings/tests/message_queue.h',
|
| '../../mojo/public/cpp/bindings/tests/multiplex_router_unittest.cc',
|
| + '../../mojo/public/cpp/bindings/tests/pickle_unittest.cc',
|
| + '../../mojo/public/cpp/bindings/tests/pickled_struct_blink.cc',
|
| + '../../mojo/public/cpp/bindings/tests/pickled_struct_blink.h',
|
| + '../../mojo/public/cpp/bindings/tests/pickled_struct_chromium.cc',
|
| + '../../mojo/public/cpp/bindings/tests/pickled_struct_chromium.h',
|
| '../../mojo/public/cpp/bindings/tests/request_response_unittest.cc',
|
| '../../mojo/public/cpp/bindings/tests/router_test_util.cc',
|
| '../../mojo/public/cpp/bindings/tests/router_test_util.h',
|
| @@ -82,6 +87,7 @@
|
| 'target_name': 'mojo_public_bindings_perftests',
|
| 'type': 'executable',
|
| 'dependencies': [
|
| + '../../mojo/mojo_base.gyp:mojo_common_lib',
|
| '../../testing/gtest.gyp:gtest',
|
| 'mojo_edk.gyp:mojo_run_all_unittests',
|
| 'mojo_public.gyp:mojo_cpp_bindings',
|
|
|