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

Unified Diff: content/content_tests.gypi

Issue 10807047: Create content\public\test\test_utils.h to hold common test classes that are used by unit and brows… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « content/browser/speech/speech_recognition_browsertest.cc ('k') | content/public/test/browser_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
===================================================================
--- content/content_tests.gypi (revision 147577)
+++ content/content_tests.gypi (working copy)
@@ -46,6 +46,7 @@
'public/test/test_navigation_observer.h',
'public/test/test_notification_tracker.h',
'public/test/test_renderer_host.h',
+ 'public/test/test_utils.h',
'public/test/unittest_test_suite.h',
'public/test/web_contents_tester.h',
'app/startup_helper_win.cc',
@@ -121,6 +122,7 @@
'test/test_render_view_host_factory.cc',
'test/test_render_view_host_factory.h',
'test/test_launcher.cc',
+ 'test/test_utils.cc',
'test/test_web_contents_view.cc',
'test/test_web_contents_view.h',
'test/unittest_test_suite.cc',
« no previous file with comments | « content/browser/speech/speech_recognition_browsertest.cc ('k') | content/public/test/browser_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698