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

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: Fix Mac build breaks. 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
« no previous file with comments | « chrome/test/base/render_view_test.cc ('k') | content/renderer/external_popup_menu_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 3dd46d555c8dd2a75ed76918e7d600936ace404a..ceba66aeafcd22ba8dbbf2ea0a949416bc5a13ad 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -60,10 +60,18 @@
'test/browser_test_base.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/render_view_test.cc',
+ 'test/render_view_test.h',
'test/test_browser_context.cc',
'test/test_browser_context.h',
'test/test_content_client.cc',
« no previous file with comments | « chrome/test/base/render_view_test.cc ('k') | content/renderer/external_popup_menu_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698