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

Unified Diff: content/content_tests.gypi

Issue 8230034: Split most of RenderViewTest and associated classes into content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review! Created 9 years, 2 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
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 3dd46d555c8dd2a75ed76918e7d600936ace404a..0b58952b42b699c75f24582e4a0e4405a52a09eb 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -58,10 +58,18 @@
'test/browser_test.h',
'test/browser_test_base.cc',
'test/browser_test_base.h',
+ 'test/render_view_test.cc',
jam 2011/10/13 17:35:32 nit: ordering
Jói 2011/10/13 18:47:27 Done.
+ 'test/render_view_test.h',
'test/content_test_suite.cc',
'test/content_test_suite.h',
+ 'test/mock_keyboard.cc',
+ 'test/mock_keyboard.h',
+ 'test/mock_keyboard_driver_win.cc',
+ 'test/mock_keyboard_driver_win.h',
'test/mock_render_process.cc',
'test/mock_render_process.h',
+ 'test/mock_render_thread.cc',
+ 'test/mock_render_thread.h',
'test/render_view_fake_resources_test.cc',
'test/render_view_fake_resources_test.h',
'test/test_browser_context.cc',

Powered by Google App Engine
This is Rietveld 408576698