| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 68958ca3f3ecceaacf3279bbf1722fd836c744cf..c107a076541d3cdd3142c7c19497165dda13b8d6 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -161,6 +161,8 @@
|
| 'test/test_render_view_host.h',
|
| 'test/test_render_view_host_factory.cc',
|
| 'test/test_render_view_host_factory.h',
|
| + 'test/test_thread_safe_sender.cc',
|
| + 'test/test_thread_safe_sender.h',
|
| 'test/test_web_contents.cc',
|
| 'test/test_web_contents.h',
|
| 'test/test_web_contents_factory.cc',
|
| @@ -798,6 +800,7 @@
|
| 'target_name': 'test_support_content',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| + '../ipc/ipc.gyp:ipc',
|
| '../mojo/mojo_base.gyp:mojo_application_base',
|
| '../mojo/mojo_base.gyp:mojo_environment_chromium',
|
| '../net/net.gyp:net_test_support',
|
|
|