| Index: content/content_tests.gypi
|
| ===================================================================
|
| --- content/content_tests.gypi (revision 140261)
|
| +++ content/content_tests.gypi (working copy)
|
| @@ -43,6 +43,10 @@
|
| 'public/test/test_file_error_injector.h',
|
| 'public/test/test_navigation_observer.h',
|
| 'public/test/test_notification_tracker.h',
|
| + 'public/test/test_renderer_host.h',
|
| + 'public/test/test_url_fetcher_factory.h',
|
| + 'public/test/unittest_test_suite.h',
|
| + 'public/test/web_contents_tester.h',
|
| # TODO(phajdan.jr): All of those files should live in content/test (if
|
| # they're only used by content) or content/public/test (if they're used
|
| # by other embedders).
|
| @@ -105,17 +109,13 @@
|
| 'test/test_navigation_observer.cc',
|
| 'test/test_notification_tracker.cc',
|
| 'test/test_renderer_host.cc',
|
| - 'test/test_renderer_host.h',
|
| 'test/test_render_view_host_factory.cc',
|
| 'test/test_render_view_host_factory.h',
|
| 'test/test_url_fetcher_factory.cc',
|
| - 'test/test_url_fetcher_factory.h',
|
| 'test/test_web_contents_view.cc',
|
| 'test/test_web_contents_view.h',
|
| 'test/unittest_test_suite.cc',
|
| - 'test/unittest_test_suite.h',
|
| 'test/web_contents_tester.cc',
|
| - 'test/web_contents_tester.h',
|
|
|
| # TODO(phajdan.jr): Those files should be moved to webkit
|
| # test support target.
|
|
|