| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index ed1a1569db651b2c2b880fe8d7e5dc46d96a9052..405487130cf1d73eb3637b1cde2a80e452fed979 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',
|
| @@ -797,6 +799,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',
|
|
|