Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: content/content_tests.gypi

Issue 10483003: Move the rest of the content\test headers that are used by embedders to content\public\test. This w… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698